/*------------------------------------------------------------------
 * This is main css file for theme. It is broken into following sections:
 * 1.  Global styles and reset
 * 2.  Header Styles
 * 3.  Footer styles
 * 4.  Title area styles
 * 5.  Side area styles
 * 6.  Fullscreen Menu functionality styles
 * 7.  Search functionality styles
 * 8.  Shortcodes styles
 * 9.  Widgets styles

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
 * Color codes

 * Accent color: #000 - #ed5252
 * Background: #fff - #fff
 * Content: #8a8a8a - #858585
 * Header h1: #858585
 * Header h2: #858585
 * Header h3: #858585
 * Header h4: #858585
 * Header h5: #858585
 * Header h6: #7e7e7e
 * Header Background: #ffffff
 * Footer Top Background: #202021
 * Footer Bottom Background: #171717

 * a (standard): #000
 * a (hover): #000
 */
/* ==========================================================================
   1. Global styles and reset
   ========================================================================== */
/* #Reset default styles - start
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

table th {
  border: 0;
  font-weight: 600;
  padding: 16px 7px;
  text-align: center;
}

table td {
  padding: 5px 10px;
  text-align: center;
}

a img {
  border: none;
}

img, .wp-caption {
  height: auto;
  max-width: 100%;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
  box-shadow: 0 15px 24px rgba(172, 172, 172, 0.4) !important;
}

iframe {
  max-width: 100%;
}

/* #Reset default styles - end
   ========================================================================== */
/* #General styles that are used in our theme - start
 * Here are defined global styles on body element, on container elements that hold every page,
 * headings and links, inputs, core wp styles and default pagination styles
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear:after {
  clear: both;
  content: "";
  display: block;
}

html {
  height: 100%;
  margin: 0 !important;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  overflow-y: scroll !important;
  /* to prevent page jumping on ajax and when there is not enough content */
}

body {
  background-color: #fff;
  color: #8a8a8a;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 27px;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
}

h1 {
  font-size: 50px;
  line-height: 1.1em;
  /* 56px/50px */
}

h2 {
  font-size: 40px;
  line-height: 1.15em;
  /* 46px/40px */
}

h3 {
  font-size: 30px;
  line-height: 1.13em;
  /* 34px/30px */
}

h4 {
  font-size: 21px;
  line-height: 1.2em;
  /* 25px/21px */
}

h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  /* 24px/16px */
}

h6 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  /* 20px/15px */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #8a8a8a;
}

a,
p a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

a:hover,
p a:hover {
  color: #8a8a8a;
}

p {
  margin: 0 0 25px;
}

input[type='submit'],
.woocommerce input[type='button'],
.woocommerce-page input[type='button'] {
  -webkit-appearance: none;
}

ul, ol {
  list-style-position: inside;
  margin: 15px 0;
}

ul ul,
ol ol,
ol ul,
ul ol {
  margin: 0;
  padding: 0 0 0 15px;
}

pre {
  background-color: #fff;
  margin: 15px 0;
  max-width: 100%;
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

dd {
  margin-bottom: 15px;
}

sub, sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.5ex;
}

sup {
  bottom: 0.5ex;
}

.wp-caption-text {
  font-style: italic;
  margin: 0;
}

table {
  width: 100%;
}

table thead tr, table tbody tr {
  border: 1px solid #d2d2d2;
}

table tbody th {
  border-right: 1px solid #d2d2d2;
}

blockquote:not(.qodef-blockquote-shortcode) {
  border: none;
  font-size: 17px;
  font-style: italic;
  line-height: 1.6em;
}

blockquote cite {
  font-style: normal;
  font-weight: 500;
}

/* Webkit */
::selection {
  background: #000;
  color: #fff;
}

/* Gecko/Mozilla */
::-moz-selection {
  background: #000;
  color: #fff;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  opacity: 1;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

.alignwide {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .alignwide {
    max-width: 100%;
    width: 100%;
  }
}

.alignfull {
  clear: both;
  left: -1rem;
  max-width: calc(100% + (2 * 1rem));
  position: relative;
  width: calc(100% + (2 * 1rem));
}

@media only screen and (max-width: 1024px) {
  .alignfull {
    left: calc(-12.5% - 75px);
    margin-bottom: calc(2 * 1rem);
    margin-top: calc(2 * 1rem);
    max-width: calc(125% + 150px);
    width: calc(125% + 150px);
  }
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.meta {
  display: none;
}

.qodef-wrapper {
  background-color: #fff;
  left: 0px;
  position: relative;
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  z-index: 1000;
}

.qodef-wrapper .qodef-wrapper-inner {
  overflow: hidden;
  width: 100%;
}

.qodef-meta {
  display: none;
}

.qodef-content {
  background-color: #fff;
  /*this is needed because of the uncovering footer*/
  margin-top: 0;
  position: relative;
  z-index: 100;
}

/*visual composer override styles*/
.wpb_row, .wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin, .wpb_button {
  margin-bottom: 0 !important;
}

.qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner,
.qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 75px 0 0;
}

.qodef-boxed {
  overflow: hidden !important;
  /* this is because content jumping while using accordion and display:inline-block on 'body.qodef-boxed .qodef-wrapper'   */
}

.qodef-boxed .qodef-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
  margin: auto;
  overflow: visible;
  width: 1350px;
}

.qodef-boxed .qodef-content {
  overflow: hidden;
}

.qodef-boxed .qodef-footer-inner {
  margin: auto;
  width: 1350px;
}

.qodef-boxed .qodef-page-header .qodef-sticky-header,
.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed {
  left: auto;
  width: 1350px;
}

.qodef-smooth-transition-loader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.qodef-smooth-transition-loader.qodef-hide-spinner .qodef-st-loader {
  display: none;
}

.qodef-container {
  background-color: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}

.qodef-container:before {
  content: " ";
  display: table;
}

.qodef-container:after {
  clear: both;
  content: " ";
  display: table;
}

.qodef-container-inner,
.qodef-elementor-container-inner > .elementor-container {
  margin: 0px auto;
  position: relative;
  width: 1300px;
}

.qodef-container-inner > h1,
.qodef-container-inner > h2,
.qodef-container-inner > h3,
.qodef-container-inner > h4,
.qodef-container-inner > h5,
.qodef-container-inner > h6,
.qodef-elementor-container-inner > .elementor-container > h1,
.qodef-elementor-container-inner > .elementor-container > h2,
.qodef-elementor-container-inner > .elementor-container > h3,
.qodef-elementor-container-inner > .elementor-container > h4,
.qodef-elementor-container-inner > .elementor-container > h5,
.qodef-elementor-container-inner > .elementor-container > h6 {
  margin: 15px 0;
}

.qodef-full-width {
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 1400px) {
  .qodef-grid-1300 .qodef-grid,
  .qodef-grid-1300 .qodef-container-inner,
  .qodef-grid-1300 .qodef-elementor-container-inner > .elementor-container,
  .qodef-grid-1300 .qodef-grid-section .qodef-section-inner,
  .qodef-grid-1300 .qodef-footer-top-border-holder.qodef-in-grid,
  .qodef-grid-1300 .qodef-footer-bottom-border-holder.qodef-in-grid {
    width: 1300px;
  }
  .qodef-grid-1300.qodef-boxed .qodef-footer-inner,
  .qodef-grid-1300.qodef-boxed .qodef-wrapper-inner {
    width: 1350px;
  }
  .qodef-grid-1300.qodef-boxed .qodef-page-header .qodef-sticky-header,
  .qodef-grid-1300.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed {
    left: auto;
    width: 1350px;
  }
}

@media only screen and (min-width: 1300px) {
  .qodef-grid-1200 .qodef-grid,
  .qodef-grid-1200 .qodef-container-inner,
  .qodef-grid-1200 .qodef-elementor-container-inner > .elementor-container,
  .qodef-grid-1200 .qodef-grid-section .qodef-section-inner,
  .qodef-grid-1200 .qodef-footer-top-border-holder.qodef-in-grid,
  .qodef-grid-1200 .qodef-footer-bottom-border-holder.qodef-in-grid {
    width: 1200px;
  }
  .qodef-grid-1200.qodef-boxed .qodef-footer-inner,
  .qodef-grid-1200.qodef-boxed .qodef-wrapper-inner {
    width: 1250px;
  }
  .qodef-grid-1200.qodef-boxed .qodef-page-header .qodef-sticky-header,
  .qodef-grid-1200.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed {
    left: auto;
    width: 1250px;
  }
}

@media only screen and (min-width: 1200px) {
  .qodef-grid-1000 .qodef-grid,
  .qodef-grid-1000 .qodef-container-inner,
  .qodef-grid-1000 .qodef-elementor-container-inner > .elementor-container,
  .qodef-grid-1000 .qodef-grid-section .qodef-section-inner,
  .qodef-grid-1000 .qodef-footer-top-border-holder.qodef-in-grid,
  .qodef-grid-1000 .qodef-footer-bottom-border-holder.qodef-in-grid {
    width: 1000px;
  }
  .qodef-grid-1000.qodef-boxed .qodef-footer-inner,
  .qodef-grid-1000.qodef-boxed .qodef-wrapper-inner {
    width: 1050px;
  }
  .qodef-grid-1000.qodef-boxed .qodef-page-header .qodef-sticky-header,
  .qodef-grid-1000.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed {
    left: auto;
    width: 1050px;
  }
}

@media only screen and (min-width: 1000px) {
  .qodef-grid-800 .qodef-grid,
  .qodef-grid-800 .qodef-container-inner,
  .qodef-grid-800 .qodef-elementor-container-inner > .elementor-container,
  .qodef-grid-800 .qodef-grid-section .qodef-section-inner,
  .qodef-grid-800 .qodef-footer-top-border-holder.qodef-in-grid,
  .qodef-grid-800 .qodef-footer-bottom-border-holder.qodef-in-grid {
    width: 800px;
  }
  .qodef-grid-800.qodef-boxed .qodef-footer-inner,
  .qodef-grid-800.qodef-boxed .qodef-wrapper-inner {
    width: 850px;
  }
  .qodef-grid-800.qodef-boxed .qodef-page-header .qodef-sticky-header,
  .qodef-grid-800.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed {
    left: auto;
    width: 850px;
  }
}

.qodef-grid-lines-holder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.qodef-grid-lines-holder .qodef-grid-line {
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 100%;
}

.qodef-grid-lines-holder .qodef-grid-line:last-child {
  border-right: 1px solid #e5e5e5;
}

.qodef-grid-lines-holder.qodef-grid-columns-2 .qodef-grid-line {
  width: 50%;
}

.qodef-grid-lines-holder.qodef-grid-columns-3 .qodef-grid-line {
  width: 33.33%;
}

.qodef-grid-lines-holder.qodef-grid-columns-4 .qodef-grid-line {
  width: 25%;
}

.qodef-grid-lines-holder.qodef-grid-columns-5 .qodef-grid-line {
  width: 20%;
}

.qodef-grid-lines-holder.qodef-grid-columns-6 .qodef-grid-line {
  width: 16.667%;
}

/* #General styles that are used in our theme - end
   ========================================================================== */
/* #Grid system styles - start
 * Here are defined styles for grid system that is used outside Visual Composer
   ========================================================================== */
.qodef-two-columns-66-33 {
  width: 100%;
}

.qodef-two-columns-66-33 .qodef-column1 {
  float: left;
  width: 66.66%;
}

.qodef-two-columns-66-33 .qodef-column1 .qodef-column-inner {
  padding: 0 25px 0 0;
}

.qodef-two-columns-66-33 .qodef-column2 {
  float: left;
  width: 33.33%;
}

.qodef-two-columns-66-33 .qodef-column2 .qodef-column-inner {
  padding: 0 0 0 25px;
}

.qodef-two-columns-33-66 {
  width: 100%;
}

.qodef-two-columns-33-66 .qodef-column1 {
  float: left;
  width: 33.33%;
}

.qodef-two-columns-33-66 .qodef-column1 .qodef-column-inner {
  padding: 0 25px 0 0;
}

.qodef-two-columns-33-66 .qodef-column2 {
  float: left;
  width: 66.66%;
}

.qodef-two-columns-33-66 .qodef-column2 .qodef-column-inner {
  padding: 0 0 0 25px;
}

.qodef-two-columns-75-25 {
  width: 100%;
}

.qodef-two-columns-75-25 .qodef-column1 {
  float: left;
  width: 75%;
}

.qodef-two-columns-75-25 .qodef-column1 .qodef-column-inner {
  padding: 0 25px 0 0;
}

.qodef-two-columns-75-25 .qodef-column2 {
  float: left;
  width: 25%;
}

.qodef-two-columns-75-25 .qodef-column2 .qodef-column-inner {
  padding: 0 0 0 25px;
}

.qodef-two-columns-25-75 {
  width: 100%;
}

.qodef-two-columns-25-75 .qodef-column1 {
  float: left;
  width: 25%;
}

.qodef-two-columns-25-75 .qodef-column1 .qodef-column-inner {
  padding: 0 25px 0 0;
}

.qodef-two-columns-25-75 .qodef-column2 {
  float: left;
  width: 75%;
}

.qodef-two-columns-25-75 .qodef-column2 .qodef-column-inner {
  padding: 0 0 0 25px;
}

.qodef-two-columns-50-50 {
  width: 100%;
}

.qodef-two-columns-50-50 > .qodef-two-columns-50-50-inner {
  margin: 0 -32px;
}

.qodef-two-columns-50-50 .qodef-column {
  float: left;
  width: 50%;
}

.qodef-two-columns-50-50 .qodef-column .qodef-column-inner {
  padding: 0 32px;
}

.qodef-three-columns {
  width: 100%;
}

.qodef-three-columns > .qodef-three-columns-inner {
  margin: 0 -15px;
}

.qodef-three-columns .qodef-column {
  float: left;
  width: 33.33%;
}

.qodef-three-columns .qodef-column .qodef-column-inner {
  padding: 0 15px;
}

.qodef-four-columns {
  width: 100%;
}

.qodef-four-columns > .qodef-four-columns-inner {
  margin: 0 -15px;
}

.qodef-four-columns .qodef-column {
  float: left;
  width: 25%;
}

.qodef-four-columns .qodef-column .qodef-column-inner {
  padding: 0 15px;
}

.qodef-five-columns {
  width: 100%;
}

.qodef-five-columns > .qodef-five-columns-inner {
  margin: 0 -15px;
}

.qodef-five-columns .qodef-column {
  float: left;
  width: 20%;
}

.qodef-five-columns .qodef-column .qodef-column-inner {
  padding: 0 15px;
}

body.woocommerce.woocommerce-page .qodef-two-columns-66-33.woocommerce_with_sidebar .qodef-column1 .qodef-column-inner,
body.woocommerce.woocommerce-page .qodef-two-columns-75-25.woocommerce_with_sidebar .qodef-column1 .qodef-column-inner {
  padding-left: 40px;
}

body.woocommerce.woocommerce-page .qodef-two-columns-33-66.woocommerce_with_sidebar .qodef-column2 .qodef-column-inner,
body.woocommerce.woocommerce-page .qodef-two-columns-25-75.woocommerce_with_sidebar .qodef-column2 .qodef-column-inner {
  padding-right: 40px;
}

body.woocommerce.woocommerce-page .full_width .qodef-two-columns-66-33.woocommerce_with_sidebar .qodef-column1 .qodef-column-inner,
body.woocommerce.woocommerce-page .full_width .qodef-two-columns-75-25.woocommerce_with_sidebar .qodef-column1 .qodef-column-inner {
  padding-left: 0;
}

body.woocommerce.woocommerce-page .full_width .qodef-two-columns-33-66.woocommerce_with_sidebar .qodef-column2 .qodef-column-inner,
body.woocommerce.woocommerce-page .full_width .qodef-two-columns-25-75.woocommerce_with_sidebar .qodef-column2 .qodef-column-inner {
  padding-right: 0;
}

/* #Grid system styles - end
   ========================================================================== */
@-webkit-keyframes preload-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes preload-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.qodef-preload-background {
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-repeat: repeat !important;
  background-size: inherit !important;
  -webkit-animation-name: preload-background;
  -webkit-animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: preload-background;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

.qodef-grid {
  margin: 0 auto;
  display: block;
  width: 1300px;
}

.qodef-vertical-align-containers {
  box-sizing: border-box;
  height: 100%;
  padding: 0 68px;
  position: relative;
  width: 100%;
}

.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-left,
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-right {
  width: 25%;
}

.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}

.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-left-inner,
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-center-inner,
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-right-inner {
  width: 98%;
}

.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-left,
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-center,
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-right {
  width: 33.33%;
}

.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}

.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-left-inner,
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-center-inner,
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-right-inner {
  width: 98%;
}

.qodef-vertical-align-containers.qodef-50-50 .qodef-position-left,
.qodef-vertical-align-containers.qodef-50-50 .qodef-position-right {
  width: 50%;
}

.qodef-vertical-align-containers.qodef-50-50 .qodef-position-left-inner,
.qodef-vertical-align-containers.qodef-50-50 .qodef-position-center-inner,
.qodef-vertical-align-containers.qodef-50-50 .qodef-position-right-inner {
  width: 98%;
}

.qodef-vertical-align-containers .qodef-position-left {
  float: left;
  height: 100%;
  position: relative;
  z-index: 2;
}

.qodef-vertical-align-containers .qodef-position-center {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.qodef-vertical-align-containers .qodef-position-right {
  float: right;
  height: 100%;
  position: relative;
  text-align: right;
  z-index: 2;
}

.qodef-vertical-align-containers .qodef-position-left-inner,
.qodef-vertical-align-containers .qodef-position-center-inner,
.qodef-vertical-align-containers .qodef-position-right-inner {
  display: inline-block;
  vertical-align: middle;
}

.qodef-vertical-align-containers .qodef-position-right.qodef-has-widget .qodef-position-right-inner {
  height: 100%;
}

.qodef-vertical-align-containers .qodef-position-left:before,
.qodef-vertical-align-containers .qodef-position-center:before,
.qodef-vertical-align-containers .qodef-position-right:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -3px;
  /* adjusts for spacing */
  vertical-align: middle;
}

/* ==========================================================================
   #Row styles - start
   ========================================================================== */
.qodef-section {
  position: relative;
}

.qodef-section.qodef-section-with-shadow {
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.15);
}

.qodef-section .qodef-row-box {
  margin-left: -100px;
  margin-right: -100px;
  padding: 55px 85px 80px;
}

.qodef-section .qodef-row-overlap {
  margin-top: -115px;
}

.qodef-section .qodef-row-overlap.qodef-row-overlap-small {
  margin-top: -65px;
}

.qodef-grid-section .qodef-section-inner {
  margin: 0 auto;
  position: relative;
  width: 1300px;
  z-index: 20;
}

.qodef-section-inner-margin {
  margin-left: -15px;
  margin-right: -15px;
}

.qodef-content-aligment-left {
  text-align: left;
}

.qodef-content-aligment-center {
  text-align: center;
}

.qodef-content-aligment-right {
  text-align: right;
}

/* ==========================================================================
   Angled shape styles
   ========================================================================== */
.qodef-grunge-effect {
  display: block;
  position: absolute;
  z-index: 20;
}

.qodef-grunge-effect.qodef-grunge-effect-top {
  top: -51px;
}

.qodef-grunge-effect.qodef-grunge-effect-bottom {
  bottom: -51px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qodef-grunge-effect svg {
  fill: #fff;
}

.qodef-grunge-effect path,
.qodef-grunge-effect polygon {
  fill: inherit;
}

/* ==========================================================================
   End of Angled shape styles
   ========================================================================== */
/* #Parallax section styles - start
   ========================================================================== */
.qodef-parallax-section-holder {
  background-attachment: fixed;
  background-color: transparent;
  background-position: center 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0px;
  position: static;
}

.qodef-parallax-section-holder.elementor-section {
  transition: none !important;
}

.qodef-parallax-section-holder.qodef-vertical-middle-align {
  display: table;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.qodef-parallax-section-holder .qodef-parallax-content-outer {
  display: table-cell;
  height: 100%;
  padding: 100% 0;
  vertical-align: middle;
}

.touch .qodef-parallax-section-holder.qodef-parallax-section-holder-touch-disabled {
  background-attachment: scroll;
  background-position: center top !important;
  background-size: cover;
  height: auto !important;
  min-height: 150px;
}

/* #Video section styles - start
   ========================================================================== */
.qodef-section .qodef-mobile-video-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.qodef-section .qodef-video-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}

.qodef-section .qodef-video-overlay.qodef-video-overlay-active {
  background-image: url("img/pixel-video.png");
  background-position: 0px 0px;
  background-repeat: repeat;
  opacity: 1;
}

.qodef-section .qodef-video-wrap {
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.qodef-section .qodef-video-wrap .mejs-offscreen {
  display: none;
}

.qodef-section .qodef-video-wrap .mejs-container .mejs-controls {
  display: none !important;
}

.qodef-section .qodef-video-wrap .mejs-poster {
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.qodef-section .qodef-video-wrap .mejs-container {
  background-color: transparent !important;
  background-image: none !important;
  height: auto !important;
  width: 100% !important;
}

.qodef-section .qodef-video-wrap .mejs-mediaelement {
  background: none !important;
  border: 0px !important;
}

.qodef-section .qodef-video-wrap .mejs-container .mejs-poster img {
  max-width: none !important;
  width: 100% !important;
}

/* ==========================================================================
   #Row styles - end
   ========================================================================== */
/* ==========================================================================
   Textarea styles
   ========================================================================== */
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
  -webkit-appearance: none;
}

.comment-form textarea,
.comment-form input[type=text] {
  -webkit-appearance: none;
}

/* ==========================================================================
   End of Textarea styles
   ========================================================================== */
/* ==========================================================================
   #Animation styles - start
   ========================================================================== */
@-webkit-keyframes element-from-left {
  0% {
    opacity: 0;
    transform: translate(-20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes element-from-left {
  0% {
    opacity: 0;
    transform: translate(-20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes element-from-right {
  0% {
    opacity: 0;
    transform: translate(20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes element-from-right {
  0% {
    opacity: 0;
    transform: translate(20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes element-from-top {
  0% {
    opacity: 0;
    transform: translate(0, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes element-from-top {
  0% {
    opacity: 0;
    transform: translate(0, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes element-from-bottom {
  0% {
    opacity: 0;
    transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes element-from-bottom {
  0% {
    opacity: 0;
    transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.qodef-element-from-left,
.qodef-element-from-right,
.qodef-element-from-top,
.qodef-element-from-bottom,
.qodef-element-from-fade {
  display: inline-block;
  width: 100%;
}

.touch .qodef-no-animations-on-touch .qodef-element-from-left > div,
.touch .qodef-no-animations-on-touch .qodef-element-from-right > div,
.touch .qodef-no-animations-on-touch .qodef-element-from-top > div,
.touch .qodef-no-animations-on-touch .qodef-element-from-bottom > div,
.touch .qodef-no-animations-on-touch .qodef-element-from-fade > div {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-element-from-left > div,
.qodef-element-from-right > div,
.qodef-element-from-top > div,
.qodef-element-from-bottom > div,
.qodef-element-from-fade > div {
  opacity: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-element-from-fade.qodef-element-from-fade-on > div {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}

.qodef-element-from-left.qodef-element-from-left-on > div {
  -webkit-animation: element-from-left 0.7s 1 ease-in-out;
  -moz-animation: element-from-left 0.7s 1 ease-in-out;
  animation: element-from-left 0.7s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}

.qodef-element-from-right.qodef-element-from-right-on > div {
  -webkit-animation: element-from-right 0.7s 1 ease-in-out;
  -moz-animation: element-from-right 0.7s 1 ease-in-out;
  animation: element-from-right 0.7s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}

.qodef-element-from-top.qodef-element-from-top-on > div {
  -webkit-animation: element-from-top 0.7s 1 ease-in-out;
  -moz-animation: element-from-top 0.7s 1 ease-in-out;
  animation: element-from-top 0.7s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}

.qodef-element-from-bottom.qodef-element-from-bottom-on > div {
  -webkit-animation: element-from-bottom 0.7s 1 ease-in-out;
  -moz-animation: element-from-bottom 0.7s 1 ease-in-out;
  animation: element-from-bottom 0.7s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}

.touch .qodef-no-animations-on-touch .qodef-flip-in,
.touch .qodef-no-animations-on-touch .qodef-grow-in,
.touch .qodef-no-animations-on-touch .qodef-z-rotate,
.touch .qodef-no-animations-on-touch .qodef-x-rotate,
.touch .qodef-no-animations-on-touch .qodef-y-translate,
.touch .qodef-no-animations-on-touch .qodef-fade-in-down,
.touch .qodef-no-animations-on-touch .qodef-fade-in-left-x-rotate,
.touch .qodef-no-animations-on-touch .qodef-fade-in {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.qodef-flip-in {
  opacity: 0;
  -webkit-transform: perspective(1000px) rotateY(25deg);
  -moz-transform: perspective(1000px) rotateY(25deg);
  transform: perspective(1000px) rotateY(25deg);
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.qodef-flip-in.qodef-flip-in-on {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.qodef-grow-in {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -webkit-backface-visibility: hidden;
}

.qodef-grow-in.qodef-grow-in-on {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-z-rotate {
  opacity: 0;
  -webkit-transform: rotateZ(7deg);
  -moz-transform: rotateZ(7deg);
  transform: rotateZ(7deg);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  transform-origin: top right;
  -webkit-backface-visibility: hidden;
}

.qodef-z-rotate.qodef-z-rotate-on {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

.qodef-x-rotate {
  opacity: 0;
  -webkit-transform: perspective(900px) rotateX(-45deg);
  -moz-transform: perspective(900px) rotateX(-45deg);
  transform: perspective(900px) rotateX(-45deg);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
}

.qodef-x-rotate.qodef-x-rotate-on {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.qodef-y-translate {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 700ms cubic-bezier(0.68, -0.65, 0.265, 1.65);
  -moz-transition: all 700ms cubic-bezier(0.68, -0.65, 0.265, 1.65);
  transition: all 700ms cubic-bezier(0.68, -0.65, 0.265, 1.65);
}

.qodef-y-translate.qodef-y-translate-on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.qodef-fade-in-down {
  opacity: 0;
  -webkit-transform: translate(0, -25px);
  -moz-transform: translate(0, -25px);
  transform: translate(0, -25px);
  -webkit-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
}

.qodef-fade-in-down.qodef-fade-in-down-on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.qodef-fade-in-left-x-rotate {
  opacity: 0;
  -webkit-transform: rotateZ(-5deg) translate(-30px, 0);
  -moz-transform: rotateZ(-5deg) translate(-30px, 0);
  transform: rotateZ(-5deg) translate(-30px, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.qodef-fade-in-left-x-rotateqodef-fade-in-left-x-rotate-on {
  opacity: 1;
  -webkit-transform: rotateZ(0deg) translate(0, 0);
  -moz-transform: rotateZ(0deg) translate(0, 0);
  transform: rotateZ(0deg) translate(0, 0);
}

.qodef-fade-in {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.qodef-fade-in.qodef-fade-in-on {
  opacity: 1;
}

/* ==========================================================================
   #Animation styles - end
   ========================================================================== */
.qodef-st-loader {
  position: absolute;
  /*position: fixed;*/
  top: 50%;
  left: 50%;
  z-index: 2100;
}

.qodef-st-loader1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.qodef-st-loader2 {
  margin: -50% 0 0 -50%;
}

/* pulse - start */
.qodef-st-loader .pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0px 0px -16px;
  background-color: #000;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scaleout {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@-ms-keyframes scaleout {
  0% {
    -ms-transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes scaleout {
  0% {
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/* pulse - end */
/* double pulse - start */
.qodef-st-loader .double_pulse {
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
  position: relative;
}

.qodef-st-loader .double_pulse .double-bounce1, .qodef-st-loader .double_pulse .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.qodef-st-loader .double_pulse .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* double pulse - end */
/* cube - start */
.qodef-st-loader .cube {
  width: 60px;
  height: 60px;
  margin: -30px 0px 0px -30px;
  background-color: #000;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* cube - end */
/* rotating cubes - start */
.qodef-st-loader .rotating_cubes {
  width: 32px;
  height: 32px;
  margin: -16px 0px 0px -16px;
  position: relative;
}

.qodef-st-loader .rotating_cubes .cube1, .qodef-st-loader .rotating_cubes .cube2 {
  background-color: #000;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.qodef-st-loader .rotating_cubes .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* rotating cubes - end */
/* stripes - start */
.qodef-st-loader .qodef-stripes {
  width: 60px;
  height: 60px;
  margin: -30px 0px 0px -25px;
  text-align: center;
  font-size: 10px;
}

.qodef-st-loader .qodef-stripes > div {
  background-color: #000;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 3px 0 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.qodef-st-loader .qodef-stripes .qodef-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.qodef-st-loader .qodef-stripes .qodef-rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.qodef-st-loader .qodef-stripes .qodef-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.qodef-st-loader .qodef-stripes .qodef-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* stripes - end */
/* wave - start */
.qodef-st-loader .wave {
  width: 72px;
  text-align: center;
  margin: -9px 0px 0px -36px;
}

.qodef-st-loader .wave > div {
  width: 18px;
  height: 18px;
  background-color: #000;
  margin: 0px 3px 0px 0px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-st-loader .wave .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.qodef-st-loader .wave .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* wave - end */
/* two_rotating_circles - start */
.qodef-st-loader .two_rotating_circles {
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
  position: relative;
  text-align: center;
  -webkit-animation: rotatecircles 2.0s infinite linear;
  animation: rotatecircles 2.0s infinite linear;
}

.qodef-st-loader .two_rotating_circles .dot1, .qodef-st-loader .two_rotating_circles .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.qodef-st-loader .two_rotating_circles .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotatecircles {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotatecircles {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

/* two_rotating_circles - end */
/* five_rotating_circles - start */
.qodef-st-loader .five_rotating_circles {
  width: 60px;
  height: 60px;
  margin: -30px 0px 0px -30px;
  position: relative;
}

.qodef-st-loader .five_rotating_circles .container1 > div, .qodef-st-loader .five_rotating_circles .container2 > div, .qodef-st-loader .five_rotating_circles .container3 > div {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-st-loader .five_rotating_circles .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.qodef-st-loader .five_rotating_circles .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.qodef-st-loader .five_rotating_circles .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.qodef-st-loader .five_rotating_circles .circle1 {
  top: 0;
  left: 0;
}

.qodef-st-loader .five_rotating_circles .circle2 {
  top: 0;
  right: 0;
}

.qodef-st-loader .five_rotating_circles .circle3 {
  right: 0;
  bottom: 0;
}

.qodef-st-loader .five_rotating_circles .circle4 {
  left: 0;
  bottom: 0;
}

.qodef-st-loader .five_rotating_circles .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.qodef-st-loader .five_rotating_circles .container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.qodef-st-loader .five_rotating_circles .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.qodef-st-loader .five_rotating_circles .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.qodef-st-loader .five_rotating_circles .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.qodef-st-loader .five_rotating_circles .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.qodef-st-loader .five_rotating_circles .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.qodef-st-loader .five_rotating_circles .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.qodef-st-loader .five_rotating_circles .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.qodef-st-loader .five_rotating_circles .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.qodef-st-loader .five_rotating_circles .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

/* five_rotating_circles - end */
/* atom - start */
.qodef-st-loader .atom {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}

.qodef-st-loader .atom .ball-1 {
  height: 50%;
  width: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
  -webkit-animation: atom_shrink 4.5s infinite linear;
  -moz-animation: atom_shrink 4.5s infinite linear;
  -o-animation: atom_shrink 4.5s infinite linear;
  animation: atom_shrink 4.5s infinite linear;
}

.qodef-st-loader .atom .ball-1:before {
  content: '';
  background: #000;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
}

.qodef-st-loader .atom .ball-2,
.qodef-st-loader .atom .ball-3,
.qodef-st-loader .atom .ball-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.qodef-st-loader .atom .ball-2:before,
.qodef-st-loader .atom .ball-3:before,
.qodef-st-loader .atom .ball-4:before {
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #000;
  top: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}

.qodef-st-loader .atom .ball-2 {
  -webkit-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
}

.qodef-st-loader .atom .ball-3 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
}

.qodef-st-loader .atom .ball-4 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
}

.qodef-st-loader .atom .ball-2:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
  -moz-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
  -o-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
  animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
}

.qodef-st-loader .atom .ball-3:before {
  -webkit-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -0.75s infinite ease;
  -moz-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -0.75s infinite ease;
  -o-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -0.75s infinite ease;
  animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -0.75s infinite ease;
}

.qodef-st-loader .atom .ball-4:before {
  -webkit-animation: atom_position 1.5s -0.5s infinite ease, atom_size 1.5s -0.125s infinite ease;
  -moz-animation: atom_position 1.5s -0.5s infinite ease, atom_size 1.5s -0.125s infinite ease;
  -o-animation: atom_position 1.5s -0.5s infinite ease, atom_size 1.5s -0.125s infinite ease;
  animation: atom_position 1.5s -0.5s infinite ease, atom_size 1.5s -0.125s infinite ease;
}

@-webkit-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@-moz-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@-o-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@-webkit-keyframes atom_size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
  }
}

@-moz-keyframes atom_size {
  50% {
    -moz-transform: scale(0.5, 0.5);
  }
}

@-o-keyframes atom_size {
  50% {
    -o-transform: scale(0.5, 0.5);
  }
}

@keyframes atom_size {
  50% {
    transform: scale(0.5, 0.5);
  }
}

@-webkit-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}

@-moz-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}

@-o-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}

@keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}

@-webkit-keyframes atom_shrink {
  50% {
    -webkit-transform: scale(0.9, 0.9);
  }
}

@-moz-keyframes atom_shrink {
  50% {
    -moz-transform: scale(0.9, 0.9);
  }
}

@-o-keyframes atom_shrink {
  50% {
    -o-transform: scale(0.9, 0.9);
  }
}

@keyframes atom_shrink {
  50% {
    transform: scale(0.9, 0.9);
  }
}

/* atom - end */
/* clock - start*/
.qodef-st-loader .clock {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-animation: clock 8s infinite steps(8);
  -moz-animation: clock 8s infinite steps(8);
  -o-animation: clock 8s infinite steps(8);
  animation: clock 8s infinite steps(8);
}

.qodef-st-loader .clock .ball {
  height: 50px;
  width: 50px;
  position: absolute;
}

.qodef-st-loader .clock .ball:before {
  content: '';
  border-radius: 50%;
  height: 18.31501832px;
  width: 18.31501832px;
  position: absolute;
  background: #000;
}

.qodef-st-loader .clock .ball-1 {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation: clock1 1s ease-in infinite;
  -moz-animation: clock1 1s ease-in infinite;
  -o-animation: clock1 1s ease-in infinite;
  animation: clock1 1s ease-in infinite;
}

.qodef-st-loader .clock .ball-2 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-animation: clock2 1s ease-in infinite;
  -moz-animation: clock2 1s ease-in infinite;
  -o-animation: clock2 1s ease-in infinite;
  animation: clock2 1s ease-in infinite;
}

.qodef-st-loader .clock .ball-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-animation: clock3 1s ease-in infinite;
  -moz-animation: clock3 1s ease-in infinite;
  -o-animation: clock3 1s ease-in infinite;
  animation: clock3 1s ease-in infinite;
}

.qodef-st-loader .clock .ball-4 {
  -webkit-animation: clock4 1s ease-in infinite;
  -moz-animation: clock4 1s ease-in infinite;
  -o-animation: clock4 1s ease-in infinite;
  animation: clock4 1s ease-in infinite;
}

@-webkit-keyframes clock {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes clock {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes clock {
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes clock {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes clock1 {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
  }
}

@-moz-keyframes clock1 {
  0% {
    -moz-transform: rotate(-135deg);
  }
  30% {
    -moz-transform: rotate(-450deg);
  }
  100% {
    -moz-transform: rotate(-450deg);
  }
}

@-o-keyframes clock1 {
  0% {
    -o-transform: rotate(-135deg);
  }
  30% {
    -o-transform: rotate(-450deg);
  }
  100% {
    -o-transform: rotate(-450deg);
  }
}

@keyframes clock1 {
  0% {
    transform: rotate(-135deg);
  }
  30% {
    transform: rotate(-450deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}

@-webkit-keyframes clock2 {
  5% {
    -webkit-transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
  }
}

@-moz-keyframes clock2 {
  5% {
    -moz-transform: rotate(-90deg);
  }
  35% {
    -moz-transform: rotate(-405deg);
  }
  100% {
    -moz-transform: rotate(-405deg);
  }
}

@-o-keyframes clock2 {
  5% {
    -o-transform: rotate(-90deg);
  }
  35% {
    -o-transform: rotate(-405deg);
  }
  100% {
    -o-transform: rotate(-405deg);
  }
}

@keyframes clock2 {
  5% {
    transform: rotate(-90deg);
  }
  35% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes clock3 {
  10% {
    -webkit-transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes clock3 {
  10% {
    -moz-transform: rotate(-45deg);
  }
  40% {
    -moz-transform: rotate(-360deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-o-keyframes clock3 {
  10% {
    -o-transform: rotate(-45deg);
  }
  40% {
    -o-transform: rotate(-360deg);
  }
  100% {
    -o-transform: rotate(-360deg);
  }
}

@keyframes clock3 {
  10% {
    transform: rotate(-45deg);
  }
  40% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes clock4 {
  15% {
    -webkit-transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
  }
}

@-moz-keyframes clock4 {
  15% {
    -moz-transform: rotate(0deg);
  }
  45% {
    -moz-transform: rotate(-315deg);
  }
  100% {
    -moz-transform: rotate(-315deg);
  }
}

@-o-keyframes clock4 {
  15% {
    -o-transform: rotate(0deg);
  }
  45% {
    -o-transform: rotate(-315deg);
  }
  100% {
    -o-transform: rotate(-315deg);
  }
}

@keyframes clock4 {
  15% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-315deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}

/* clock - end*/
/* mitosis - start*/
.qodef-st-loader .mitosis {
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-animation: mitosis_invert 2s infinite steps(2, end);
  -moz-animation: mitosis_invert 2s infinite steps(2, end);
  -o-animation: mitosis_invert 2s infinite steps(2, end);
  animation: mitosis_invert 2s infinite steps(2, end);
}

.qodef-st-loader .mitosis .ball {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #000;
}

.qodef-st-loader .mitosis .ball-1 {
  -webkit-animation: mitosis_ball1 1s infinite alternate linear;
  -moz-animation: mitosis_ball1 1s infinite alternate linear;
  -o-animation: mitosis_ball1 1s infinite alternate linear;
  animation: mitosis_ball1 1s infinite alternate linear;
}

.qodef-st-loader .mitosis .ball-2 {
  -webkit-animation: mitosis_ball2 1s infinite alternate linear;
  -moz-animation: mitosis_ball2 1s infinite alternate linear;
  -o-animation: mitosis_ball2 1s infinite alternate linear;
  animation: mitosis_ball2 1s infinite alternate linear;
}

.qodef-st-loader .mitosis .ball-3 {
  -webkit-animation: mitosis_ball3 1s infinite alternate linear;
  -moz-animation: mitosis_ball3 1s infinite alternate linear;
  -o-animation: mitosis_ball3 1s infinite alternate linear;
  animation: mitosis_ball3 1s infinite alternate linear;
}

.qodef-st-loader .mitosis .ball-4 {
  -webkit-animation: mitosis_ball4 1s infinite alternate linear;
  -moz-animation: mitosis_ball4 1s infinite alternate linear;
  -o-animation: mitosis_ball4 1s infinite alternate linear;
  animation: mitosis_ball4 1s infinite alternate linear;
}

@-webkit-keyframes mitosis_invert {
  100% {
    -webkit-transform: rotate(180deg);
  }
}

@-moz-keyframes mitosis_invert {
  100% {
    -moz-transform: rotate(180deg);
  }
}

@-o-keyframes mitosis_invert {
  100% {
    -o-transform: rotate(180deg);
  }
}

@keyframes mitosis_invert {
  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes mitosis_ball1 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@-moz-keyframes mitosis_ball1 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@-o-keyframes mitosis_ball1 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball1 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes mitosis_ball2 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@-moz-keyframes mitosis_ball2 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@-o-keyframes mitosis_ball2 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball2 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes mitosis_ball3 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@-moz-keyframes mitosis_ball3 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@-o-keyframes mitosis_ball3 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball3 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes mitosis_ball4 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@-moz-keyframes mitosis_ball4 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@-o-keyframes mitosis_ball4 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball4 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

/* mitosis - end*/
/* lines - start*/
.qodef-st-loader .lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

.qodef-st-loader .lines .line1,
.qodef-st-loader .lines .line2,
.qodef-st-loader .lines .line3,
.qodef-st-loader .lines .line4 {
  margin-left: 10px;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #000;
  -webkit-animation: lines_spin 1.5s infinite linear;
  -webkit-animation-timing-function: ease;
}

.qodef-st-loader .lines .line2 {
  -webkit-animation-delay: 0.1s;
}

.qodef-st-loader .lines .line3 {
  -webkit-animation-delay: 0.2s;
}

.qodef-st-loader .lines .line4 {
  -webkit-animation-delay: 0.3s;
}

@-webkit-keyframes lines_spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes lines_spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes lines_spin {
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes lines_spin {
  100% {
    transform: rotate(360deg);
  }
}

/* lines - end*/
/* fussion - start*/
.qodef-st-loader .fussion {
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
  position: relative;
}

.qodef-st-loader .fussion .ball {
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  background: #000;
  border-radius: 50%;
  float: left;
  position: absolute;
}

.qodef-st-loader .fussion .ball-1 {
  background: #000;
  top: 0;
  left: 50%;
  -webkit-animation: fussion_ball1 1s 0s ease infinite;
  -moz-animation: fussion_ball1 1s 0s ease infinite;
  -o-animation: fussion_ball1 1s 0s ease infinite;
  animation: fussion_ball1 1s 0s ease infinite;
  z-index: 1;
}

.qodef-st-loader .fussion .ball-2 {
  background: #000;
  top: 50%;
  left: 100%;
  -webkit-animation: fussion_ball2 1s 0s ease infinite;
  -moz-animation: fussion_ball2 1s 0s ease infinite;
  -o-animation: fussion_ball2 1s 0s ease infinite;
  animation: fussion_ball2 1s 0s ease infinite;
  z-index: 2;
}

.qodef-st-loader .fussion .ball-3 {
  background: #000;
  top: 100%;
  left: 50%;
  -webkit-animation: fussion_ball3 1s 0s ease infinite;
  -moz-animation: fussion_ball3 1s 0s ease infinite;
  -o-animation: fussion_ball3 1s 0s ease infinite;
  animation: fussion_ball3 1s 0s ease infinite;
  z-index: 1;
}

.qodef-st-loader .fussion .ball-4 {
  background: #000;
  top: 50%;
  left: 0%;
  -webkit-animation: fussion_ball4 1s 0s ease infinite;
  -moz-animation: fussion_ball4 1s 0s ease infinite;
  -o-animation: fussion_ball4 1s 0s ease infinite;
  animation: fussion_ball4 1s 0s ease infinite;
  z-index: 2;
}

@-webkit-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@-moz-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@-o-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@-webkit-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@-moz-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@-o-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0%;
    z-index: 2;
  }
}

@-moz-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0%;
    z-index: 2;
  }
}

@-o-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0%;
    z-index: 2;
  }
}

@keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0%;
    z-index: 2;
  }
}

@-webkit-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0%;
    left: 50%;
    z-index: 1;
  }
}

@-moz-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0%;
    left: 50%;
    z-index: 1;
  }
}

@-o-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0%;
    left: 50%;
    z-index: 1;
  }
}

@keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0%;
    left: 50%;
    z-index: 1;
  }
}

/* fussion - end*/
/* wave_circles - start*/
.qodef-st-loader .wave_circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}

.qodef-st-loader .wave_circles .ball {
  height: 30px;
  width: 30px;
  float: left;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
}

.qodef-st-loader .wave_circles .ball-1 {
  -webkit-animation: wave_jump3 1.8s infinite ease-out;
  -moz-animation: wave_jump3 1.8s infinite ease-out;
  -o-animation: wave_jump3 1.8s infinite ease-out;
  animation: wave_jump3 1.8s infinite ease-out;
}

.qodef-st-loader .wave_circles .ball-2 {
  -webkit-animation: wave_jump2 1.8s infinite ease-out;
  -moz-animation: wave_jump2 1.8s infinite ease-out;
  -o-animation: wave_jump2 1.8s infinite ease-out;
  animation: wave_jump2 1.8s infinite ease-out;
}

.qodef-st-loader .wave_circles .ball-3 {
  -webkit-animation: wave_jump1 1.8s infinite ease-out;
  -moz-animation: wave_jump1 1.8s infinite ease-out;
  -o-animation: wave_jump1 1.8s infinite ease-out;
  animation: wave_jump1 1.8s infinite ease-out;
}

.qodef-st-loader .wave_circles .ball-4 {
  margin-right: 0;
  -webkit-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  -o-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@-webkit-keyframes wave_jump1 {
  12% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  24% {
    -webkit-transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
  }
}

@-moz-keyframes wave_jump1 {
  12% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  24% {
    -moz-transform: translate(40px, 0);
  }
  100% {
    -moz-transform: translate(40px, 0);
  }
}

@-moz-keyframes wave_jump1 {
  12% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  24% {
    -o-transform: translate(40px, 0);
  }
  100% {
    -o-transform: translate(40px, 0);
  }
}

@keyframes wave_jump1 {
  12% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  24% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(40px, 0);
  }
}

@-webkit-keyframes wave_jump2 {
  12% {
    -webkit-transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  36% {
    -webkit-transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
  }
}

@-moz-keyframes wave_jump2 {
  12% {
    -moz-transform: translate(0, 0);
  }
  24% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  36% {
    -moz-transform: translate(40px, 0);
  }
  100% {
    -moz-transform: translate(40px, 0);
  }
}

@-o-keyframes wave_jump2 {
  12% {
    -o-transform: translate(0, 0);
  }
  24% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  36% {
    -o-transform: translate(40px, 0);
  }
  100% {
    -o-transform: translate(40px, 0);
  }
}

@keyframes wave_jump2 {
  12% {
    transform: translate(0, 0);
  }
  24% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  36% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(40px, 0);
  }
}

@-webkit-keyframes wave_jump3 {
  24% {
    -webkit-transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  48% {
    -webkit-transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
  }
}

@-moz-keyframes wave_jump3 {
  24% {
    -moz-transform: translate(0, 0);
  }
  36% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  48% {
    -moz-transform: translate(40px, 0);
  }
  100% {
    -moz-transform: translate(40px, 0);
  }
}

@-o-keyframes wave_jump3 {
  24% {
    -o-transform: translate(0, 0);
  }
  36% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  48% {
    -o-transform: translate(40px, 0);
  }
  100% {
    -o-transform: translate(40px, 0);
  }
}

@keyframes wave_jump3 {
  24% {
    transform: translate(0, 0);
  }
  36% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  48% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(40px, 0);
  }
}

@-webkit-keyframes wave_wipe {
  48% {
    -webkit-transform: translateX(-120px);
  }
  100% {
    -webkit-transform: translateX(-120px);
  }
}

@-moz-keyframes wave_wipe {
  48% {
    -moz-transform: translateX(-120px);
  }
  100% {
    -moz-transform: translateX(-120px);
  }
}

@-o-keyframes wave_wipe {
  48% {
    -o-transform: translateX(-120px);
  }
  100% {
    -o-transform: translateX(-120px);
  }
}

@keyframes wave_wipe {
  48% {
    transform: translateX(-120px);
  }
  100% {
    transform: translateX(-120px);
  }
}

/* wave_circles - end*/
/* pulse_circles - start*/
.qodef-st-loader .pulse_circles {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}

.qodef-st-loader .pulse_circles * {
  box-sizing: border-box;
}

.qodef-st-loader .pulse_circles .ball {
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  border-radius: 50%;
  border: 0px solid #000;
  -webkit-animation: pulse_circles_pulse 3s infinite;
  -moz-animation: pulse_circles_pulse 3s infinite;
  -o-animation: pulse_circles_pulse 3s infinite;
  animation: pulse_circles_pulse 3s infinite;
}

.qodef-st-loader .pulse_circles .ball-2 {
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.qodef-st-loader .pulse_circles .ball-3 {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.qodef-st-loader .pulse_circles .ball-4 {
  -webkit-animation-delay: -2.25s;
  -moz-animation-delay: -2.25s;
  -o-animation-delay: -2.25s;
  animation-delay: -2.25s;
}

@-webkit-keyframes pulse_circles_pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@-moz-keyframes pulse_circles_pulse {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@-o-keyframes pulse_circles_pulse {
  0% {
    -o-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes pulse_circles_pulse {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

/* pulse_circles - end*/
/* ==========================================================================
   #Comments styles - start
   ========================================================================== */
.qodef-comment-holder {
  margin: 0 0 50px;
  padding-top: 37px;
  box-sizing: border-box;
  clear: both;
}

.qodef-comment-holder .qodef-comment-number {
  padding: 0 0 23px;
}

.qodef-comment-holder .qodef-comment-image {
  display: block;
  width: 110px;
  height: 110px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
}

.qodef-comment-holder .qodef-comment-text {
  padding: 0 0 0 130px;
  min-height: 85px;
}

.qodef-comment-holder .qodef-comment-text .qodef-comment-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-comment-holder .qodef-comment-text .qodef-reply-edit-holder {
  float: right;
}

.qodef-comment-holder .qodef-comment-text .replay,
.qodef-comment-holder .qodef-comment-text .comment-reply-link,
.qodef-comment-holder .qodef-comment-text .comment-edit-link {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: lowercase;
  display: inline-block;
  color: #353535;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.qodef-comment-holder .qodef-comment-text .qodef-comment-name {
  float: left;
  margin: 0 0 4px;
}

.qodef-comment-holder .qodef-comment-text .qodef-comment-date {
  display: block;
  font-size: 13px;
  line-height: 1em;
  color: #a0a0a0;
  margin: 0 0 17px;
  clear: both;
}

.qodef-comment-holder .qodef-comment-text .qodef-text-holder > h1,
.qodef-comment-holder .qodef-comment-text .qodef-text-holder > h2,
.qodef-comment-holder .qodef-comment-text .qodef-text-holder > h3,
.qodef-comment-holder .qodef-comment-text .qodef-text-holder > h4,
.qodef-comment-holder .qodef-comment-text .qodef-text-holder > h5,
.qodef-comment-holder .qodef-comment-text .qodef-text-holder > h6 {
  margin-bottom: 15px;
  margin-top: 20px;
}

.qodef-comment-holder .qodef-comment-text .qodef-text-holder > table {
  margin-bottom: 30px;
}

.qodef-comment-holder .qodef-comment-text .qodef-text-holder > ul li,
.qodef-comment-holder .qodef-comment-text .qodef-text-holder > ol li {
  display: list-item;
}

.qodef-comment-holder .qodef-comment-text .qodef-text-holder p {
  margin: 0 0 5px;
}

.qodef-comment-holder .qodef-comment-form-closed-message {
  margin-top: 15px;
}

.qodef-comment-holder .qodef-comments-closed {
  padding-top: 16px;
}

.qodef-comment-holder .qodef-comment.qodef-pingback-comment .qodef-comment-text {
  padding: 0;
  min-height: 0;
}

.qodef-comment-holder .qodef-comment.qodef-pingback-comment .qodef-comment-name-holder {
  margin-bottom: 0;
}

.comment-respond {
  margin: 15px 0 20px;
}

.comment-respond .comment-reply-title {
  margin-bottom: 40px;
}

.comment-respond .comment-reply-title.qodef-comment-reply-title-registered {
  margin-bottom: 0;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  margin-left: 15px;
}

.comment-respond .logged-in-as {
  padding: 0;
  margin: 0;
}

.comment-respond .qodef-comment-registered-user .logged-in-as {
  margin-bottom: 20px;
}

.qodef-comment-list {
  list-style: none;
  position: relative;
  z-index: 150;
  padding: 0;
  margin: 0;
}

.qodef-comment-list li {
  display: inline-block;
  position: relative;
  width: 100%;
}

.qodef-comment-list li .qodef-comment {
  padding: 30px 0 55px 0;
}

.qodef-comment-list li .qodef-comment p {
  margin: 0;
}

.qodef-comment-list li.depth-2 .qodef-comment {
  padding-left: 110px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-3 .qodef-comment {
  padding-left: 220px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-4 .qodef-comment {
  padding-left: 330px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-5 .qodef-comment {
  padding-left: 440px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-6 .qodef-comment {
  padding-left: 550px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-7 .qodef-comment {
  padding-left: 660px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-8 .qodef-comment {
  padding-left: 770px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-9 .qodef-comment {
  padding-left: 880px;
  padding-bottom: 35px;
}

.qodef-comment-list li.depth-10 .qodef-comment {
  padding-left: 990px;
  padding-bottom: 35px;
}

.qodef-comment-list .children {
  padding: 0 0 0 0;
}

.qodef-newsletter {
  position: relative;
}

.qodef-newsletter .wpcf7-not-valid-tip {
  margin-top: 80px;
  margin-bottom: 20px;
}

.qodef-newsletter .wpcf7-form-control.wpcf7-text {
  margin: 0 0 77px !important;
  padding: 10px 0px;
  height: 52px;
}

.qodef-newsletter .wpcf7-form-control.wpcf7-submit {
  padding: 13px 6%;
  position: relative;
  height: 52px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-quiz, #respond textarea,
#respond input[type='text'],
.post-password-form input[type='password'] {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 13px 25px;
  border: 1px solid #d2d2d2;
  outline: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
  color: #8a8a8a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
}

.wpcf7-form-control.wpcf7-textarea {
  height: 165px;
}

#respond textarea::-webkit-input-placeholder,
#respond input[type='text']::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder {
  color: #8a8a8a;
}

#respond textarea:-moz-placeholder,
#respond input[type='text']:-moz-placeholder,
.post-password-form input[type='password']:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

#respond textarea::-moz-placeholder,
#respond input[type='text']::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

#respond textarea:-ms-input-placeholder,
#respond input[type='text']:-ms-input-placeholder,
.post-password-form input[type='password']:-ms-input-placeholder {
  color: #8a8a8a;
}

#submit_comment,
.post-password-form input[type='submit'],
input.wpcf7-form-control.wpcf7-submit {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 17px 58px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
}

#submit_comment:hover,
.post-password-form input[type='submit']:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  border-color: #1d1d1d;
  background-color: #1d1d1d;
}

.wpcf7-form .qodef-contact-form-full-width-button input {
  width: 100%;
}

.wpcf7-form .qodef-two-columns-50-50.qodef-columns-small-space > .qodef-two-columns-50-50-inner {
  margin: 0 -4px;
}

.wpcf7-form .qodef-two-columns-50-50.qodef-columns-small-space > .qodef-two-columns-50-50-inner .qodef-column .qodef-column-inner {
  padding: 0px 4px;
}

/* ==========================================================================
   #Comments styles - end
   ========================================================================== */
/* ==========================================================================
   #Pagination styles - start
   ========================================================================== */
.qodef-container.qodef-container-bottom-navigation .qodef-container-inner {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.qodef-pagination-holder {
  padding: 15px 0 75px;
}

.qodef-pagination-holder .qodef-pagination {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.qodef-pagination-holder .qodef-pagination ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.qodef-pagination-holder .qodef-pagination li {
  float: left;
  text-align: center;
  display: block;
}

.qodef-pagination-holder .qodef-pagination li a,
.qodef-pagination-holder .qodef-pagination li.active span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  margin: 0;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: content-box;
  color: #979797;
  line-height: 40px;
}

.qodef-pagination-holder .qodef-pagination li.active span {
  color: #000;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-prev, .qodef-pagination-holder .qodef-pagination li.qodef-pagination-next, .qodef-pagination-holder .qodef-pagination li.qodef-pagination-first-page, .qodef-pagination-holder .qodef-pagination li.qodef-pagination-last-page {
  position: absolute;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-prev a, .qodef-pagination-holder .qodef-pagination li.qodef-pagination-next a, .qodef-pagination-holder .qodef-pagination li.qodef-pagination-first-page a, .qodef-pagination-holder .qodef-pagination li.qodef-pagination-last-page a {
  font-size: 20px;
  padding: 0;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-prev {
  left: 0;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-prev.qodef-pagination-prev-first {
  left: 25px;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-first-page {
  left: 0;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-next {
  right: 0;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-next.qodef-pagination-next-last {
  right: 25px;
}

.qodef-pagination-holder .qodef-pagination li.qodef-pagination-last-page {
  right: 0;
}

/* ==========================================================================
   #Pagination styles - end
   ========================================================================== */
/* ==========================================================================
   #Owl Slider (Blog single) - begin
   ========================================================================== */
.qodef-owl-slider .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2%;
}

.qodef-owl-slider .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2%;
}

.qodef-owl-slider .owl-buttons .qodef-prev-icon,
.qodef-owl-slider .owl-buttons .qodef-next-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
}

.qodef-owl-slider .owl-buttons .qodef-prev-icon i,
.qodef-owl-slider .owl-buttons .qodef-next-icon i {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
}

.qodef-owl-slider .owl-pagination {
  text-align: center;
}

.qodef-owl-slider .owl-pagination .owl-page {
  display: inline-block;
}

.qodef-owl-slider .owl-pagination .owl-page span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #e3e3e3;
}

.qodef-owl-slider .owl-pagination .owl-page.active span {
  opacity: 1;
}

/* ==========================================================================
   #Owl Slider (Blog single) - end
   ========================================================================== */
/* ==========================================================================
   #Slick Slider navigation - start
   ========================================================================== */
.slick-slider .qodef-slick-prev,
.slick-slider .qodef-slick-next {
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 30px;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slick-slider .qodef-slick-prev:hover,
.slick-slider .qodef-slick-next:hover {
  opacity: 1;
}

.slick-slider .qodef-slick-prev {
  left: 30px;
}

.slick-slider .qodef-slick-next {
  right: 30px;
}

.slick-slider .qodef-slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}

.slick-slider .qodef-slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #353535;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px;
}

.slick-slider .qodef-slick-dots li.slick-active {
  background-color: #353535;
}

/* ==========================================================================
   #Slick Slider navigation - end
   ========================================================================== */
/* ==========================================================================
   #Pretty photo preloader - start
   ========================================================================== */
.pp_loaderIcon .qodef-stripes > div {
  background-color: #fff !important;
}

/* ==========================================================================
   #Pretty photo preloader - end
   ========================================================================== */
/* ==========================================================================
   #404 styles - start
   ========================================================================== */
.qodef-404-page {
  padding: 0 !important;
}

.qodef-404-page .qodef-page-not-found {
  width: 44%;
  text-align: left;
}

.qodef-404-page .qodef-page-not-found .qodef-number-holder {
  color: #000;
  font-size: 200px;
  line-height: 0.88em;
  letter-spacing: -2px;
  font-weight: 700;
}

.qodef-404-page .qodef-page-not-found h1 {
  margin-top: 6px;
}

.qodef-404-page .qodef-page-not-found p {
  margin: 13px 0 0;
}

.qodef-404-page .qodef-page-not-found .qodef-btn {
  margin-top: 36px;
}

.qodef-image-404 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 100%;
}

.qodef-image-404 img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ==========================================================================
   #404 styles - end
   ========================================================================== */
/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
  position: fixed;
  width: 32px;
  right: 35px;
  bottom: 35px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

#qodef-back-to-top.off {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

#qodef-back-to-top.on {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#qodef-back-to-top > span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  color: #3b3b3b;
  font-size: 32px;
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
  border: 2px solid #3b3b3b;
  border-radius: 100%;
}

#qodef-back-to-top span span {
  display: block;
  position: relative;
  z-index: 10;
  line-height: inherit;
}

#qodef-back-to-top:hover > span {
  border-color: #737373;
  color: #737373;
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
/* ==========================================================================
   #Self Hosted Video styles - start
   ========================================================================== */
.qodef-self-hosted-video-holder .qodef-video-wrap .mejs-container,
.qodef-self-hosted-video-holder .qodef-video-wrap .mejs-overlay-play {
  height: 100% !important;
  /*!important because of the inline style*/
  width: 100% !important;
  /*!important because of the inline style*/
}

/* ==========================================================================
   #Self Hosted Video styles - end
   ========================================================================== */
/* ==========================================================================
   #Screen reader text - start
   ========================================================================== */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ==========================================================================
   #Screen reader text - end
   ========================================================================== */
.qodef-elementor-row {
  position: relative;
}

.qodef-neutral-link-color a {
  color: inherit;
}

.qodef-neutral-link-color a:hover {
  color: #000;
}

/* ==========================================================================
   2. Header styles
   ========================================================================== */
.qodef-logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.qodef-logo-wrapper a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.qodef-logo-wrapper a img {
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.qodef-logo-wrapper a img.qodef-normal-logo {
  opacity: 1;
}

.qodef-logo-wrapper a img.qodef-dark-logo {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.qodef-logo-wrapper a img.qodef-light-logo {
  opacity: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

.qodef-main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.qodef-main-menu .qodef-main-menu-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
  border-top: 4px solid currentColor;
  top: 0;
  -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}

.qodef-main-menu ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.qodef-main-menu ul li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: right;
}

.qodef-main-menu ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

body:not(.qodef-menu-with-large-icons) .qodef-main-menu ul li a span.qodef-item-inner i:before {
  margin: 0 7px 0 0;
}

.qodef-main-menu ul li a .qodef-item-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-main-menu ul li a .qodef-featured-icon {
  font-size: 9px;
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  transform: translateX(150%);
}

.qodef-main-menu > ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.qodef-main-menu > ul > li {
  height: 100%;
}

body:not(.qodef-menu-item-first-level-bg-color) .qodef-main-menu > ul > li:hover > a,
.qodef-main-menu > ul > li.qodef-active-item > a {
  color: #000;
}

.qodef-main-menu > ul > li.qodef-has-sub > a i.qodef-menu-arrow {
  display: none;
  margin-left: 6px;
}

.qodef-main-menu > ul > li.qodef-has-sub > a .qodef-item-inner > i.qodef-menu-arrow {
  position: relative;
  left: 4px;
}

.qodef-main-menu > ul > li.qodef-has-sub > a span.plus {
  display: none;
  position: relative;
  right: 10px;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.qodef-main-menu > ul > li.qodef-has-sub > a span.plus:before {
  content: "\33";
}

.qodef-main-menu > ul > li > a {
  height: 100%;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out;
}

.qodef-main-menu > ul > li > a:before {
  height: 2px;
  bottom: 0px;
}

.qodef-main-menu > ul > li > a:after {
  height: 1px;
  bottom: 4px;
}

body.qodef-menu-with-large-icons .qodef-main-menu > ul > li > a {
  text-align: center;
  vertical-align: middle;
}

.qodef-main-menu > ul > li > a > span.qodef-item-outer {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-main-menu > ul > li > a span.qodef-item-inner {
  display: inline-block;
  padding: 0 15px;
  border-width: 0px;
  position: relative;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
}

body.qodef-menu-with-large-icons .qodef-main-menu > ul > li > a span.qodef-item-inner {
  text-align: center;
  vertical-align: middle;
}

.qodef-main-menu > ul > li > a span.qodef-item-inner:before,
.qodef-main-menu > ul > li > a span.qodef-item-inner:after, .qodef-main-menu > ul > li > a:before, .qodef-main-menu > ul > li > a:after {
  content: "";
  display: none;
  position: absolute;
  left: 0px;
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  width: 100%;
}

.qodef-main-menu > ul > li > a span.qodef-item-inner:before {
  bottom: 0px;
  height: 2px;
}

.qodef-main-menu > ul > li > a span.qodef-item-inner:after {
  height: 1px;
  bottom: 4px;
}

body.qodef-menu-with-large-icons .qodef-main-menu > ul > li > a span.qodef-item-inner i {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-main-menu > ul > li > a > i.blank {
  display: none;
}

body:not(.qodef-menu-with-large-icons) .qodef-main-menu .qodef-drop-down .qodef-menu-wide.qodef-menu-icons .qodef-menu-second i:before {
  margin: 0;
}

.qodef-drop-down .qodef-menu-wide.qodef-wide-background .qodef-menu-second .qodef-menu-inner > ul > li:first-child > a {
  padding-left: 0;
  margin-left: 0;
}

.qodef-drop-down .qodef-menu-wide.qodef-wide-background .qodef-menu-second ul li:first-child > ul > li a {
  padding-left: 0;
  margin-left: 0;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-main-menu > ul > li > a,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-main-menu > ul > li > a {
  color: #ffffff;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-main-menu > ul > li > a,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-main-menu > ul > li > a {
  color: #000000;
}

/* Narrow drop down styles
   ========================================================================== */
.qodef-drop-down ul {
  list-style: none;
}

.qodef-drop-down ul li {
  position: relative;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner > ul, .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul {
  display: inline-block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
}

.qodef-drop-down .qodef-menu-second {
  left: -24px;
  top: 100%;
  position: absolute;
  display: block;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: top 0.15s ease-out;
  -moz-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
}

.qodef-drop-down .qodef-menu-second.qodef-drop-down-start {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

header.transparent.fixed.scrolled .qodef-drop-down .qodef-menu-second,
header.transparent.fixed_hiding.scrolled .qodef-drop-down .qodef-menu-second,
header.transparent.with_border:not(.sticky) .qodef-drop-down .qodef-menu-second,
header.transparent.qodef-menu-item-first-level-bg-color:not(.sticky) .qodef-drop-down .qodef-menu-second {
  top: 100%;
}

header.transparent:not(.sticky) .qodef-drop-down .qodef-menu-second {
  top: 75%;
}

.qodef-drop-down .qodef-menu-second.right {
  right: -24px;
  left: auto;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner {
  position: relative;
  padding: 0;
  display: block;
  z-index: 997;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner > ul > li:last-child > a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner > ul > li > ul > li:last-child > a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner > ul > li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li {
  display: block;
  position: relative;
  float: none;
  height: auto;
  background: 0;
  border-bottom-color: transparent;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li .qodef-item-inner-desc {
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
  text-transform: none;
  transition: color .15s ease-out;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li h4 {
  display: block;
  color: #afaeae;
  height: auto;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin: 0 35px;
  padding: 7px 4px;
  float: none;
  -webkit-transition: color 0.15s ease-out, margin 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, margin 0.15s ease-out;
  transition: color 0.15s ease-out, margin 0.15s ease-out;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner > ul > li:hover > a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li.qodef-sub ul li:hover > a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li.qodef-sub ul li:hover > a .qodef-item-inner-desc {
  color: #fff;
  margin-left: 40px;
  margin-right: 30px;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li ul {
  margin-left: -2px;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li h4 {
  text-align: right;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li ul {
  left: -99.5%;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li.qodef-sub a i.qodef-menu-arrow {
  right: auto;
  left: -5px;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li:hover > a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li.qodef-sub ul li:hover > a,
.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul.right li.qodef-sub ul li:hover > a .qodef-item-inner-desc {
  margin-left: 30px;
  margin-right: 40px;
}

.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li.qodef-sub a i.qodef-menu-arrow {
  position: absolute;
  top: 50%;
  right: -5px;
  vertical-align: middle;
  color: inherit;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-drop-down li.qodef-menu-left-position .qodef-menu-second {
  left: 0;
}

.qodef-drop-down li.qodef-menu-right-position .qodef-menu-second {
  left: auto;
  right: 0;
}

.qodef-drop-down li.qodef-menu-left-position .qodef-menu-second .qodef-menu-inner > ul,
.qodef-drop-down li.qodef-menu-right-position .qodef-menu-second .qodef-menu-inner > ul {
  width: auto;
  white-space: nowrap;
}

.qodef-drop-down li.qodef-menu-left-position .qodef-menu-second .qodef-menu-inner > ul > li,
.qodef-drop-down li.qodef-menu-right-position .qodef-menu-second .qodef-menu-inner > ul > li {
  float: none;
  display: inline-block;
  width: 225px;
  vertical-align: top;
}

.qodef-drop-down > ul > li:hover > .qodef-menu-second {
  z-index: 20;
}

.qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul {
  padding: 24px 0px;
}

.qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li:last-child {
  border-bottom: none;
}

.qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li {
  padding: 0;
  width: 225px;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li ul {
  position: absolute;
  left: 100%;
  top: -24px;
  /* same as padding in father ul */
  height: auto;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li:hover ul {
  z-index: 20;
  opacity: 1;
}

.qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul.right li ul {
  left: -99%;
}

/*
header.transparent .qodef-drop-down li:not(.qodef-menu-right-position):not(.qodef-menu-left-position) .qodef-menu-second:not(.right) {
    left: 16px;
}
*/
header.transparent.qodef-menu-item-first-level-bg-color .qodef-drop-down .qodef-menu-second:not(.right) {
  left: 0;
}

/* slide_from_bottom start */
body.qodef-dropdown-slide-from-bottom .qodef-drop-down .qodef-menu-second {
  overflow: visible;
  -webkit-transition: top 0.15s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.5s;
  -moz-transition: top 0.15s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.5s;
  transition: top 0.15s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.5s;
}

body.qodef-dropdown-slide-from-bottom .qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner > ul,
body.qodef-dropdown-slide-from-bottom .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner > ul {
  top: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

body.qodef-dropdown-slide-from-bottom .qodef-drop-down .qodef-menu-wide .qodef-menu-second.qodef-drop-down-start .qodef-menu-inner > ul,
body.qodef-dropdown-slide-from-bottom .qodef-drop-down .qodef-menu-narrow .qodef-menu-second.qodef-drop-down-start .qodef-menu-inner > ul {
  top: 0;
}

body.qodef-dropdown-slide-from-bottom .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li ul {
  top: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

body.qodef-dropdown-slide-from-bottom .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li:hover ul {
  top: -1px;
  /* same as padding in father ul */
}

/* slide_from_bottom end */
/* slide_from_top start */
body.qodef-dropdown-slide-from-top .qodef-drop-down .qodef-menu-second {
  overflow: visible;
  -webkit-transition: top 0.15s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.5s;
  -moz-transition: top 0.15s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.5s;
  transition: top 0.15s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.5s;
}

body.qodef-dropdown-slide-from-top .qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner > ul,
body.qodef-dropdown-slide-from-top .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner > ul {
  top: -30px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

body.qodef-dropdown-slide-from-top .qodef-drop-down .qodef-menu-wide .qodef-menu-second.qodef-drop-down-start .qodef-menu-inner > ul,
body.qodef-dropdown-slide-from-top .qodef-drop-down .qodef-menu-narrow .qodef-menu-second.qodef-drop-down-start .qodef-menu-inner > ul {
  top: 0;
}

body.qodef-dropdown-slide-from-top .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li ul {
  top: -22px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

body.qodef-dropdown-slide-from-top .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li:hover ul {
  top: -1px;
  /* same as padding in father ul */
}

/* slide_from_top end */
/* slide_from_left start */
body.qodef-dropdown-slide-from-left .qodef-drop-down .qodef-menu-second {
  overflow: visible;
  -webkit-transition: top 0.15s ease-out, opacity 0.15s ease-out, height 0s ease-out 0.4s;
  -moz-transition: top 0.15s ease-out, opacity 0.15s ease-out, height 0s ease-out 0.4s;
  transition: top 0.15s ease-out, opacity 0.15s ease-out, height 0s ease-out 0.4s;
}

body.qodef-dropdown-slide-from-left .qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner > ul,
body.qodef-dropdown-slide-from-left .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner > ul {
  left: -30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body.qodef-dropdown-slide-from-left .qodef-drop-down .qodef-menu-wide .qodef-menu-second.qodef-drop-down-start .qodef-menu-inner > ul,
body.qodef-dropdown-slide-from-left .qodef-drop-down .qodef-menu-narrow .qodef-menu-second.qodef-drop-down-start .qodef-menu-inner > ul {
  left: 0;
}

body.qodef-dropdown-slide-from-left .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li ul {
  left: calc(100% - 30px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body.qodef-dropdown-slide-from-left .qodef-drop-down .qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul li:hover ul {
  left: 100%;
}

/* slide_from_left end */
/* Wide drop down styles
   ========================================================================== */
.qodef-drop-down .qodef-menu-wide {
  /* &:not(.qodef-menu-right-position) .qodef-menu-second ul li{
		&:first-child,
		&:nth-child(4n+1){
			border-left-color: transparent;
		}
	} */
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul {
  padding: 38px 0px 17px 0px;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li {
  float: left;
  width: 295px;
  padding: 0px;
  border-bottom: 0;
  border-bottom-color: transparent;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li:first-child {
  border-left: none;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li a {
  padding: 8px 15px;
  margin: 0;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li a:hover {
  margin-left: 5px !important;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li:last-child {
  margin-right: 0;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li:nth-child(4n+1) {
  clear: both;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li ul {
  display: inline-block;
  left: 0;
  padding: 5px 0 0 0;
  position: relative;
  top: 0;
  visibility: visible;
  background-color: transparent !important;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li ul .widget {
  padding: 0px 18px;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second ul li ul li {
  border: 0;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second > .qodef-menu-inner > ul {
  width: 1100px;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second > .qodef-menu-inner > ul > li {
  width: 25%;
}

@media only screen and (min-width: 1400px) {
  .qodef-grid-1300 .qodef-drop-down .qodef-menu-wide .qodef-menu-second > .qodef-menu-inner > ul {
    width: 1300px;
  }
}

@media only screen and (min-width: 1300px) {
  .qodef-grid-1200 .qodef-drop-down .qodef-menu-wide .qodef-menu-second > .qodef-menu-inner > ul {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  .qodef-grid-1000 .qodef-drop-down .qodef-menu-wide .qodef-menu-second > .qodef-menu-inner > ul {
    width: 1000px;
  }
}

@media only screen and (min-width: 1024px) {
  .qodef-grid-800 .qodef-drop-down .qodef-menu-wide .qodef-menu-second > .qodef-menu-inner > ul {
    width: 800px;
  }
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second i,
.qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner ul li.qodef-sub a i.qodef-menu-arrow {
  display: none;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner > ul > li > a {
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner > ul > li:hover > a {
  margin: 0px !important;
}

.qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner ul li.qodef-sub h4 a,
.qodef-drop-down .qodef-menu-wide .qodef-menu-second .qodef-menu-inner ul li h4 a {
  padding: 0px !important;
}

.qodef-drop-down .qodef-menu-wide.qodef-menu-left-position .qodef-menu-second ul li, .qodef-drop-down .qodef-menu-wide.qodef-menu-right-position .qodef-menu-second ul li {
  width: 180px;
}

.qodef-drop-down .qodef-menu-wide.qodef-menu-right-position .qodef-menu-second ul li {
  float: right;
}

.qodef-drop-down .qodef-menu-wide.qodef-menu-right-position .qodef-menu-second ul li:last-child, .qodef-drop-down .qodef-menu-wide.qodef-menu-right-position .qodef-menu-second ul li:nth-child(4n) {
  border-left-color: transparent;
}

/* Wide drop down with full width background styles
   ========================================================================== */
.qodef-drop-down .qodef-menu-wide.qodef-wide-background .qodef-menu-second {
  background-color: rgba(0, 0, 0, 0.9);
}

.qodef-drop-down .qodef-menu-wide.qodef-wide-background .qodef-menu-second .qodef-menu-inner {
  text-align: center;
}

.qodef-drop-down .qodef-menu-wide.qodef-wide-background .qodef-menu-second .qodef-menu-inner ul {
  text-align: left;
  background-color: transparent;
}

/* Wide with icons drop down styles
   ========================================================================== */
.qodef-drop-down .qodef-menu-wide.qodef-menu-icons .qodef-menu-second ul li a span {
  position: relative;
  display: block;
}

.qodef-drop-down .qodef-menu-wide.qodef-menu-icons .qodef-menu-second i {
  width: 24px;
  height: auto;
  float: left;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: inherit;
}

.qodef-drop-down .qodef-menu-wide.qodef-menu-icons .qodef-menu-second i.blank {
  background: none;
  border: 0px;
  display: none;
}

/* Widgets in wide styles
   ========================================================================== */
.qodef-drop-down .qodef-menu-second .qodef-menu-inner ul li .widget.widget_text a:hover {
  color: #fff !important;
}

.qodef-search a {
  color: #fff;
}

.qodef-sections-link a {
  color: #fff;
}

.qodef-sections-link a span {
  font-size: 10px;
  font-weight: 700;
}

.qodef-sections-link a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.qodef-banner {
  display: inline-block;
  vertical-align: middle;
}

.qodef-top-bar {
  width: 100%;
  background-color: #000;
  color: #fff;
  position: relative;
  font-weight: 400;
  height: 40px;
  box-sizing: border-box;
  z-index: 111;
  display: inline-block;
  vertical-align: middle;
}

.qodef-top-bar .qodef-grid {
  height: 100%;
}

.qodef-top-bar .qodef-grid .qodef-vertical-align-containers {
  padding-left: 0;
  padding-right: 0;
}

.qodef-top-bar .qodef-logo-wrapper a {
  max-height: 40px;
}

.qodef-top-bar .qodef-position-center p {
  font-size: 13px;
  color: #c99e66;
}

.qodef-top-bar .widget {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  padding-right: 24px;
  position: relative;
  line-height: 40px;
  font-size: 12px;
}

.qodef-top-bar .widget:after {
  position: absolute;
  border-right: 1px solid #c2c2c2;
  height: 40%;
  content: '';
  width: 1px;
  right: 0;
  top: 30%;
}

.qodef-top-bar .widget:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

.qodef-top-bar .widget:last-child:after {
  border-right: 0;
}

.qodef-top-bar-light .qodef-top-bar,
.qodef-light-header .qodef-top-bar {
  color: #ffffff !important;
}

.qodef-top-bar-light .qodef-top-bar .widget,
.qodef-light-header .qodef-top-bar .widget {
  color: #ffffff !important;
}

.qodef-top-bar-light .qodef-top-bar .widget p,
.qodef-top-bar-light .qodef-top-bar .widget a,
.qodef-top-bar-light .qodef-top-bar .widget span,
.qodef-top-bar-light .qodef-top-bar .widget i,
.qodef-top-bar-light .qodef-top-bar .widget .widgettitle,
.qodef-light-header .qodef-top-bar .widget p,
.qodef-light-header .qodef-top-bar .widget a,
.qodef-light-header .qodef-top-bar .widget span,
.qodef-light-header .qodef-top-bar .widget i,
.qodef-light-header .qodef-top-bar .widget .widgettitle {
  color: #ffffff !important;
}

.qodef-top-bar-light .qodef-top-bar .widget a:hover,
.qodef-top-bar-light .qodef-top-bar .widget span.qodef-icon-element:hover,
.qodef-light-header .qodef-top-bar .widget a:hover,
.qodef-light-header .qodef-top-bar .widget span.qodef-icon-element:hover {
  color: #000 !important;
}

.qodef-top-bar-dark .qodef-top-bar,
.qodef-dark-header .qodef-top-bar {
  color: #000000 !important;
}

.qodef-top-bar-dark .qodef-top-bar .widget,
.qodef-dark-header .qodef-top-bar .widget {
  color: #000000 !important;
}

.qodef-top-bar-dark .qodef-top-bar .widget p,
.qodef-top-bar-dark .qodef-top-bar .widget a,
.qodef-top-bar-dark .qodef-top-bar .widget span,
.qodef-top-bar-dark .qodef-top-bar .widget i,
.qodef-top-bar-dark .qodef-top-bar .widget .widgettitle,
.qodef-dark-header .qodef-top-bar .widget p,
.qodef-dark-header .qodef-top-bar .widget a,
.qodef-dark-header .qodef-top-bar .widget span,
.qodef-dark-header .qodef-top-bar .widget i,
.qodef-dark-header .qodef-top-bar .widget .widgettitle {
  color: #000000 !important;
}

.qodef-top-bar-dark .qodef-top-bar .widget a:hover,
.qodef-top-bar-dark .qodef-top-bar .widget span.qodef-icon-element:hover,
.qodef-dark-header .qodef-top-bar .widget a:hover,
.qodef-dark-header .qodef-top-bar .widget span.qodef-icon-element:hover {
  color: #000 !important;
}

.qodef-header-standard .qodef-menu-area {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}

.qodef-header-standard .qodef-menu-area .qodef-vertical-align-containers .qodef-position-right-inner {
  height: 100%;
}

.qodef-header-standard .qodef-vertical-align-containers .widget {
  display: inline-block;
  vertical-align: middle;
}

.qodef-header-standard .qodef-vertical-align-containers .qodef-drop-down .qodef-menu-wide .widget a {
  margin: 0 !important;
}

.qodef-header-standard .qodef-fullscreen-menu-opener span {
  padding-right: 10px;
}

.qodef-header-standard .qodef-fullscreen-menu-opener,
.qodef-header-standard .qodef-right-from-main-menu-widget {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  padding-right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-header-standard .qodef-sticky-header .qodef-position-center-inner,
.qodef-header-standard .qodef-sticky-header .qodef-position-right-inner {
  height: 100%;
}

.qodef-header-vertical .qodef-logo-wrapper {
  z-index: 100;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 30px 10px;
}

.qodef-header-vertical .qodef-logo-wrapper a {
  display: inline-block;
  position: relative;
  height: 100%;
}

.qodef-header-vertical .qodef-logo-wrapper img {
  display: block;
  height: auto;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-header-vertical .qodef-vertical-area-widget-holder {
  width: 100%;
  z-index: 100;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.qodef-header-vertical .qodef-vertical-area-widget-holder .qodef-vertical-header-widget {
  text-align: center;
  padding: 5px 0;
}

.qodef-header-vertical .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > div,
.qodef-header-vertical .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > a,
.qodef-header-vertical .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > span {
  position: relative;
  display: inline-block;
  padding: 0;
}

.qodef-header-vertical .qodef-vertical-area-widget-holder .qodef-social-icon-widget-holder {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.qodef-header-vertical .qodef-vertical-area-widget-holder .qodef-social-icon-widget-holder:hover {
  color: #000 !important;
}

.qodef-header-vertical .qodef-vertical-menu-area.opened .qodef-social-icon-widget-holder:hover {
  color: #fff !important;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second {
  position: absolute;
  top: -13px;
  left: calc(210px + 35px);
  /*because of the padding*/
  width: 287px;
  margin-left: 50px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second * {
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second.qodef-float-open {
  margin-left: 0px;
  opacity: 1;
  visibility: visible;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second.qodef-float-open * {
  visibility: visible;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second.vertical_menu_start ul li ul,
.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second.vertical_menu_start ul li ul * {
  visibility: hidden;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second.vertical_menu_start ul li ul.qodef-float-open,
.qodef-header-vertical .qodef-vertical-dropdown-float .menu-item .qodef-menu-second.vertical_menu_start ul li ul.qodef-float-open * {
  visibility: visible;
  opacity: 1;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0;
}

.qodef-header-vertical .qodef-vertical-dropdown-float li.qodef-menu-narrow .qodef-menu-second .qodef-menu-inner ul {
  /*because of the .narrow styling*/
  border: none;
  padding: 13px 0px 9px 0px;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner ul ul {
  position: absolute;
  border: none;
  top: 0;
  left: 100%;
  margin-left: 50px;
  height: auto;
  visibility: hidden;
  width: 287px;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner ul ul.qodef-float-open {
  opacity: 1;
  margin-left: 0;
  visibility: visible;
  z-index: 900;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner ul li a {
  display: block;
  height: auto;
  font-weight: 400;
  line-height: 18px;
  color: #c7c7c7;
  margin: 0 19px !important;
  padding: 13px 4px !important;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner ul li a:hover {
  color: #fff;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner ul li a .qodef-item-inner-desc {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #8c8c8c;
  transition: color .15s ease-out;
  line-height: 1em;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner ul li a:hover .qodef-item-inner-desc {
  color: #fff;
}

.qodef-header-vertical .qodef-vertical-dropdown-float ul li a .qodef-menu-arrow {
  line-height: 21px;
  float: right;
}

.qodef-header-vertical .qodef-vertical-dropdown-float .qodef-menu-second .qodef-menu-inner > ul > li > a .qodef-menu-icon {
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-header-vertical .qodef-vertical-menu-opener {
  text-align: center;
}

.qodef-header-vertical .qodef-vertical-menu-opener .qodef-line {
  background-color: #000;
  height: 3px;
  margin: 0;
  width: 23px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-block;
  border-radius: 6px;
}

.qodef-header-vertical .qodef-vertical-menu-opener .qodef-line:after,
.qodef-header-vertical .qodef-vertical-menu-opener .qodef-line:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 23px;
  z-index: 1;
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  /*because X sign jumps on hover in Chrome*/
}

.qodef-header-vertical .qodef-vertical-menu-opener .qodef-line:before {
  top: -7px;
}

.qodef-header-vertical .qodef-vertical-menu-opener .qodef-line:after {
  top: 7px;
}

.qodef-header-vertical .qodef-vertical-menu-opener a {
  font-size: 35px;
  color: #000;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.qodef-header-vertical .qodef-vertical-menu-nav-holder-outer {
  width: 66%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 1;
}

.qodef-header-vertical .qodef-vertical-menu-nav-holder-outer.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}

.qodef-header-vertical .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder {
  background-color: #000;
  display: table;
  height: 100%;
  width: 100%;
}

.qodef-header-vertical .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder .qodef-vertical-menu-holder-nav-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0px;
}

.qodef-header-vertical .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder nav.qodef-fullscreen-menu {
  padding: 0 5% 0 20%;
}

.qodef-header-vertical .qodef-vertical-menu {
  position: relative;
  z-index: 101;
  text-align: left;
}

.qodef-header-vertical .qodef-vertical-menu ul {
  position: relative;
  list-style-type: none;
}

.qodef-header-vertical .qodef-vertical-menu > ul > li {
  position: relative;
  width: 210px;
}

.qodef-header-vertical .qodef-vertical-menu ul li a:hover {
  color: #fff;
}

.qodef-header-vertical .qodef-vertical-menu > ul > li > a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  padding: 12px 0px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out, text-decoration 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, text-decoration 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, text-decoration 0.15s ease-out, background-color 0.15s ease-out;
}

.qodef-header-vertical .qodef-vertical-menu > ul > li > a:before {
  content: '';
  display: block;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: #000;
  -webkit-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}

.qodef-header-vertical .qodef-vertical-menu > ul > li > a:after {
  display: none;
  height: 1px;
  width: 44px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
}

.qodef-header-vertical .qodef-vertical-menu > ul > li > a > span.qodef-item-inner {
  -webkit-transition: text-decoration 0.2s ease-out;
  -moz-transition: text-decoration 0.2s ease-out;
  transition: text-decoration 0.2s ease-out;
}

.qodef-header-vertical .qodef-vertical-menu > ul > li:last-child > a:after {
  content: none;
}

.qodef-header-vertical .qodef-vertical-menu ul > li.menu-item-has-children > a .plus {
  width: 14px;
  height: 14px;
  z-index: 10000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 14px;
  font-family: 'ElegantIcons';
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-header-vertical .qodef-vertical-menu ul > li.menu-item-has-children > a .plus:before {
  content: "\4c";
}

.qodef-header-vertical .qodef-vertical-menu ul > li.menu-item-has-children.open > a .plus:before,
.qodef-header-vertical .qodef-vertical-menu ul > li.menu-item-has-children.current-menu-ancestor > a .plus:before {
  content: "\4b";
}

.qodef-header-vertical .qodef-vertical-menu ul > li.menu-item-has-children a .plus {
  display: none;
}

.qodef-header-vertical .qodef-vertical-menu .qodef-menu-second .inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}

.qodef-header-vertical .qodef-vertical-menu .qodef-menu-icon:not(.blank):not(.null) {
  padding-right: 5px;
}

.qodef-header-vertical .qodef-content,
.qodef-header-vertical footer {
  padding-left: 90px;
  box-sizing: border-box;
}

.qodef-header-vertical .qodef-vertical-menu-area {
  position: fixed;
  width: 90px;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  z-index: 101;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.qodef-header-vertical .qodef-vertical-menu-area .qodef-vertical-menu-area-inner {
  position: relative;
  height: 100%;
}

.qodef-header-vertical .qodef-vertical-menu-area .qodef-vertical-area-background {
  position: fixed;
  width: 90px;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  border-right: 1px solid #d2d2d2;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.qodef-header-vertical .qodef-vertical-menu-area .qodef-vertical-menu-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.qodef-header-vertical .qodef-vertical-menu-area .qodef-vertical-menu-table {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-header-vertical .qodef-vertical-menu-area .qodef-vertical-menu-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 100px;
}

.qodef-header-vertical .qodef-vertical-menu-area.qodef-with-scroll {
  overflow: hidden;
}

.qodef-header-vertical.admin-bar .qodef-vertical-menu-area {
  top: 33px;
}

.qodef-header-vertical .qodef-vertical-menu-area.opened .qodef-vertical-area-background {
  background-color: #000;
  border-color: transparent;
}

.qodef-header-vertical .qodef-vertical-menu-area.opened .qodef-logo-wrapper a img.qodef-normal-logo {
  opacity: 0;
}

.qodef-header-vertical .qodef-vertical-menu-area.opened .qodef-logo-wrapper a img.qodef-light-logo {
  opacity: 1;
}

.qodef-header-vertical .qodef-vertical-menu-area.opened .qodef-vertical-menu-opener .qodef-line {
  background-color: transparent !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.qodef-header-vertical .qodef-vertical-menu-area.opened .qodef-vertical-menu-opener .qodef-line:after {
  background-color: #fff;
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.3s ease, transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.qodef-header-vertical .qodef-vertical-menu-area.opened .qodef-vertical-menu-opener .qodef-line:before {
  background-color: #fff;
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 0.3s ease, transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.qodef-header-full-screen .qodef-menu-area {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}

.qodef-header-full-screen .qodef-vertical-align-containers .qodef-position-right-inner .widget {
  display: inline-block;
  vertical-align: middle;
}

.qodef-mobile-header .qodef-mobile-nav {
  display: none;
  background-color: #fff;
}

.qodef-mobile-header .qodef-mobile-nav ul {
  list-style-type: none;
  margin: 0;
}

.qodef-mobile-header .qodef-mobile-nav ul ul {
  margin-left: 20px;
  display: none;
}

.qodef-mobile-header .qodef-mobile-nav li {
  position: relative;
}

.qodef-mobile-header .qodef-mobile-nav .qodef-item-inner-desc {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #8c8c8c;
  transition: color .15s ease-out;
}

.qodef-mobile-header .qodef-mobile-nav a, .qodef-mobile-header .qodef-mobile-nav h4 {
  border-bottom: 1px solid #eaeaea;
  display: block;
  font-size: 13px;
  color: #8d8d8d;
  padding: 9px 0px;
  display: block;
  position: relative;
  text-transform: none;
  line-height: 17px;
  letter-spacing: 0;
}

.qodef-mobile-header .qodef-mobile-nav a:hover, .qodef-mobile-header .qodef-mobile-nav h4:hover {
  color: #000;
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 35px;
  height: 35px;
  padding-right: 10px;
  width: 50px;
  text-align: right;
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow:hover {
  cursor: pointer;
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .qodef-sub-arrow {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .fa-angle-down {
  display: none;
}

.qodef-mobile-header .qodef-mobile-nav li.qodef-opened > .mobile_arrow > .qodef-sub-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.qodef-mobile-header .qodef-mobile-nav > ul > li:last-child:not(.qodef-opened) > a,
.qodef-mobile-header .qodef-mobile-nav > ul > li:last-child:not(.qodef-opened) > h4,
.qodef-mobile-header .qodef-mobile-nav > .qodef-grid > ul > li:last-child:not(.qodef-opened) > a,
.qodef-mobile-header .qodef-mobile-nav > .qodef-grid > ul > li:last-child:not(.qodef-opened) > h4 {
  border-bottom: none;
}

/* ==========================================================================
#Mobile header styles
========================================================================== */
.qodef-mobile-header {
  display: none;
  position: relative;
  z-index: 101;
  /* #General mobile header styles
   ========================================================================== */
  /* #End of general mobile header styles
   ========================================================================== */
  /* #Mobile logo styles
    ========================================================================== */
  /* #End of mobile logo styles
    ========================================================================== */
  /* #Mobile menu opener styles
    ========================================================================== */
  /* #End of mobile menu opener styles
    ========================================================================== */
}

.qodef-mobile-header .qodef-mobile-header-inner {
  height: 100px;
  background-color: #fff;
  position: relative;
}

.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-header-holder {
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.5);
}

.qodef-mobile-header .qodef-grid {
  height: 100%;
}

.qodef-mobile-header .qodef-vertical-align-containers {
  padding: 0;
}

.qodef-mobile-header .qodef-mobile-logo-wrapper a {
  display: block;
  max-height: 80px;
}

.qodef-mobile-header .qodef-mobile-logo-wrapper img {
  height: 100%;
  width: auto;
}

.qodef-mobile-header .qodef-mobile-menu-opener {
  float: left;
  position: relative;
  z-index: 2;
  height: 100%;
}

.qodef-mobile-header .qodef-mobile-menu-opener a {
  display: table;
  height: 100%;
  padding-right: 10px;
  color: #000;
}

.qodef-mobile-header .qodef-mobile-menu-opener a:hover {
  color: #000;
}

.qodef-mobile-header .qodef-mobile-menu-opener .qodef-mobile-opener-icon-holder {
  display: table-cell;
  vertical-align: middle;
}

/* ==========================================================================
#End of mobile header styles
========================================================================== */
/* ==========================================================================
#Sticky mobile header styles
========================================================================== */
.qodef-sticky-up-mobile-header .qodef-animate-mobile-header .qodef-mobile-header-inner {
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0;
  left: 0;
  position: fixed;
}

.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner {
  -webkit-transition: -webkit-transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
  -moz-transition: transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
  -o-transition: transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
  transition: transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

/* ==========================================================================
#End of sticky mobile header styles
========================================================================== */
.qodef-page-header {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 110;
  /* ==========================================================================
    #General header layout - start
    ========================================================================== */
  /* ==========================================================================
    #General header layout - end
    ========================================================================== */
  /* ==========================================================================
    #Logo area styles - start
    ========================================================================== */
  /* ==========================================================================
    #Logo area styles - end
    ========================================================================== */
  /* ==========================================================================
    #Menu area styles - start
    ========================================================================== */
  /* ==========================================================================
    #Menu area styles - end
    ========================================================================== */
  /* ==========================================================================
    #Sticky header styles - start
    ========================================================================== */
  /* ==========================================================================
    #Sticky header styles - start
    ========================================================================== */
  /* ==========================================================================
    #Fixed header styles - start
    ========================================================================== */
  /* ==========================================================================
    #Fixed header - end
    ========================================================================== */
}

.qodef-page-header a img {
  display: block;
}

.qodef-page-header .qodef-grid {
  height: 100%;
}

.qodef-page-header .qodef-grid .qodef-vertical-align-containers {
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.qodef-page-header .qodef-logo-area {
  height: 100px;
  overflow: hidden;
  position: relative;
}

.qodef-page-header .qodef-logo-area .qodef-logo-wrapper a {
  max-height: 90px;
}

.qodef-page-header .qodef-menu-area {
  height: 100px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
  max-height: 90px;
}

.qodef-page-header .qodef-sticky-header {
  height: 65px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}

.qodef-page-header .qodef-sticky-header.header-appear {
  transform: translateY(0%);
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder {
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0px 4px 0px rgba(57, 57, 57, 0.2);
  -moz-box-shadow: 0 0px 4px 0px rgba(57, 57, 57, 0.2);
  box-shadow: 0 0px 4px 0px rgba(57, 57, 57, 0.2);
}

.admin-bar .qodef-page-header .qodef-sticky-header.header-appear {
  top: 32px;
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
  max-height: 58.5px;
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-right {
  display: inline-block;
  vertical-align: middle;
}

.qodef-page-header .qodef-fixed-wrapper.fixed {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  -webkit-backface-visibility: hidden;
}

/* ==========================================================================
#Light header - begin
========================================================================== */
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area {
  color: #ffffff !important;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget {
  color: #ffffff !important;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget p,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget:not(.widget_text) a,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget span,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget i,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget .widgettitle,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget p,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget:not(.widget_text) a,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget span,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget i,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget .widgettitle,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget p,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget:not(.widget_text) a,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget span,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget i,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget .widgettitle {
  color: #ffffff !important;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .qodef-social-icon-widget-holder:not(:hover),
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .qodef-social-icon-widget-holder:not(:hover),
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .qodef-social-icon-widget-holder:not(:hover) {
  color: #ffffff !important;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-light-logo {
  opacity: 1;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-dark-logo,
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-normal-logo {
  opacity: 0;
}

.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-light-logo {
  opacity: 1;
}

.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-dark-logo,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-normal-logo {
  opacity: 0;
}

.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-social-icon-widget-holder:not(:hover) {
  color: #ffffff !important;
}

/* ==========================================================================
#Light header - end
========================================================================== */
/* ==========================================================================
#Dark header - begin
========================================================================== */
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area {
  color: #000000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget {
  color: #000000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget p,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget:not(.widget_text) a,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget span,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget i,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .widget .widgettitle,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget p,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget:not(.widget_text) a,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget span,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget i,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget .widgettitle,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget p,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget:not(.widget_text) a,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget span,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget i,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .widget .widgettitle {
  color: #000000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-area .qodef-social-icon-widget-holder:not(:hover),
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .qodef-social-icon-widget-holder:not(:hover),
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-vertical-menu-area .qodef-social-icon-widget-holder:not(:hover) {
  color: #000000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-dark-logo {
  opacity: 1;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-normal-logo,
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-light-logo {
  opacity: 0;
}

.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-dark-logo {
  opacity: 1;
}

.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-normal-logo,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-light-logo {
  opacity: 0;
}

.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-social-icon-widget-holder:not(:hover) {
  color: #000000 !important;
}

/* ==========================================================================
#Dark header - end
========================================================================== */
/* ==========================================================================
   3. Footer styles
   ========================================================================== */
/* ==========================================================================
# Footer style - begin
========================================================================== */
footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .qodef-footer-inner {
  position: relative;
  /* for triangle back to top and ajax transitions */
}

footer .qodef-container {
  background-color: inherit;
}

footer .qodef-container-inner {
  position: relative;
}

footer .qodef-container-inner > .widget {
  text-align: center;
}

footer a {
  text-decoration: none;
}

footer .qodef-footer-top-holder {
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
}

footer .qodef-footer-top .qodef-footer-top-full {
  padding: 75px 25px 62px;
}

footer .qodef-footer-top:not(.qodef-footer-top-full) .qodef-container-inner {
  padding: 132px 0 122px;
}

footer .qodef-footer-top.qodef-footer-top-aligment-center {
  text-align: center;
}

footer .qodef-footer-top.qodef-footer-top-aligment-left {
  text-align: left;
}

footer .qodef-footer-top.qodef-footer-top-aligment-right {
  text-align: right;
}

footer .qodef-footer-bottom-holder {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 33px 0;
  color: #cdcdcd;
}

footer .qodef-footer-bottom-holder .qodef-column-inner {
  text-align: center;
  vertical-align: middle;
}

footer .qodef-footer-bottom-holder .qodef-three-columns .qodef-column:first-child .qodef-column-inner {
  text-align: left;
}

footer .qodef-footer-bottom-holder .qodef-three-columns .qodef-column:last-child .qodef-column-inner {
  text-align: right;
}

footer .qodef-footer-bottom-holder .qodef-two-columns-50-50 .qodef-column:first-child .qodef-column-inner {
  text-align: left;
}

footer .qodef-footer-bottom-holder .qodef-two-columns-50-50 .qodef-column:last-child .qodef-column-inner {
  text-align: right;
}

footer .qodef-footer-bottom-holder .widget .textwidget {
  color: #d2d2d2;
}

footer .qodef-search-wrapper {
  position: relative;
}

footer .qodef-search-wrapper input[type=text] {
  background-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

footer .qodef-search-wrapper input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  color: #9a9a9a;
  background-color: transparent;
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border: none;
  padding: 0;
  letter-spacing: normal;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
}

/* Footer uncover - begin
========================================================================== */
footer.qodef-footer-uncover {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

footer.qodef-footer-uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text,
footer.qodef-footer-uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number,
footer.qodef-footer-uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date,
footer.qodef-footer-uncover .cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea,
footer.qodef-footer-uncover .cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select,
footer.qodef-footer-uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz {
  transform: none;
}

.qodef-right-side-menu-opened footer.qodef-footer-uncover {
  left: -270px;
}

/* Footer uncover - end
========================================================================== */
/* Footer boxed - begin
========================================================================== */
.boxed footer {
  width: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
}

/* Footer boxed - end
========================================================================== */
/* Footer disabled - begin
========================================================================== */
footer.qodef-disable-footer {
  display: none;
}

/* Footer disabled - end
========================================================================== */
/* ==========================================================================
# Footer style - end
========================================================================== */
/* ==========================================================================
# Footer widgets - begin
========================================================================== */
footer .widget {
  margin-bottom: 20px;
}

footer .widget:last-child {
  margin-bottom: 0;
}

footer .widget .textwidget {
  color: #d2d2d2;
}

footer .widget a {
  color: #d2d2d2;
}

footer .widget a:hover {
  color: #fff;
}

footer .widget .qodef-icon-shortcode {
  color: #fff;
}

footer .widget ul {
  list-style: none;
}

footer .widget ul.qodef-blog-list .qodef-item-image > a {
  display: block;
  position: relative;
}

footer .widget ul.qodef-blog-list .qodef-item-image > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

footer .widget ul.qodef-blog-list .qodef-item-image > a:hover:after {
  opacity: 1;
}

footer .widget ul:not(.qodef-blog-list) li {
  padding-bottom: 12px;
}

footer .widget.widget_recent_entries .post-date {
  font-size: 12px;
}

footer .widget select,
footer .widget input[type="text"] {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  background-color: #f6f6f5;
  padding: 0 10px;
  height: 35px;
  outline: none;
  color: #7f8385;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .widget.widget_recent_entries ul li {
  margin-bottom: 12px;
}

footer .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

footer .widget.widget_recent_entries .post-date {
  display: block;
}

footer .widget .qodef_twitter_widget .qodef_tweet_text {
  color: #d2d2d2;
}

footer .widget .qodef_twitter_widget .qodef_tweet_time a {
  color: #585757 !important;
  font-size: 12px;
}

footer .widget .qodef_twitter_widget .qodef_tweet_time a:hover {
  color: #fff !important;
}

footer .widget .qodef-blog-list-holder.qodef-image-in-box > ul {
  opacity: 1;
}

footer .widget .qodef-blog-list-holder.qodef-image-in-box .qodef-item-text-holder {
  border-bottom: none;
}

footer .widget .qodef-blog-list-holder.qodef-image-in-box .qodef-item-text-holder .qodef-item-info-section .qodef-post-info-date {
  color: #868686;
  font-weight: 500;
}

footer .widget .qodef-blog-list-holder.qodef-image-in-box .qodef-item-text-holder .qodef-item-title {
  margin-bottom: 7px;
}

footer .widget .qodef-blog-list-holder.qodef-image-in-box .qodef-item-image {
  width: 70px;
  padding-right: 19px;
}

footer .widget .qodef-blog-list-holder.qodef-image-in-box ul > li:not(:first-child) {
  padding: 20px 0 0 0;
}

footer .qodef-footer-widget-title {
  color: #ffffff;
  margin-bottom: 27px;
}

/* ==========================================================================
# Footer widgets - end
========================================================================== */
/* ==========================================================================
   4. Title area styles
   ========================================================================== */
/* ==========================================================================
# Title area style - start
========================================================================== */
@-webkit-keyframes title-animation-from-right {
  0% {
    opacity: 0;
    transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes title-animation-from-right {
  0% {
    opacity: 0;
    transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes title-animation-from-left {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes title-animation-from-left {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.qodef-title {
  display: block;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  z-index: 101;
  background-color: #fafafa;
  background-position: center 0;
  background-repeat: no-repeat;
}

.qodef-title.qodef-has-parallax-background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 101;
}

.qodef-title.qodef-content-center-alignment {
  text-align: center;
}

.qodef-title.qodef-content-right-alignment {
  text-align: right;
}

.qodef-title.qodef-animation-right-left h1, .qodef-title.qodef-animation-right-left .qodef-subtitle span, .qodef-title.qodef-animation-right-left .qodef-breadcrumbs {
  -webkit-animation-name: title-animation-from-right;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: title-animation-from-right;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-delay: 1s;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-title.qodef-animation-left-right h1, .qodef-title.qodef-animation-left-right .qodef-subtitle span, .qodef-title.qodef-animation-left-right .qodef-breadcrumbs {
  -webkit-animation-name: title-animation-from-left;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: title-animation-from-left;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-delay: 1s;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-title.qodef-has-responsive-background {
  height: auto !important;
}

.qodef-title.qodef-has-responsive-background .qodef-title-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-title.qodef-has-responsive-background .qodef-title-holder .qodef-container {
  display: block;
  height: 100%;
}

.qodef-title.qodef-has-responsive-background .qodef-title-holder .qodef-container-inner {
  display: table;
  height: 100%;
}

.qodef-title.qodef-has-responsive-background .qodef-title-holder .qodef-title-subtitle-holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.qodef-title .qodef-title-image img {
  display: block;
  position: relative;
  width: 100%;
}

.qodef-title.qodef-title-image-not-responsive .qodef-title-image {
  display: none;
}

.qodef-title .qodef-title-holder {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  /* #Standard title - start
        ========================================================================== */
  /* #Standard title - end
        ========================================================================== */
}

.qodef-title .qodef-title-holder .qodef-container {
  background-color: inherit;
  display: table-row;
  vertical-align: middle;
}

.qodef-title .qodef-title-holder .qodef-container-inner {
  display: table-cell;
  padding: 0 !important;
  vertical-align: middle;
}

.qodef-title .qodef-title-holder .qodef-title-subtitle-holder {
  display: block;
  padding: 0;
  position: relative;
  z-index: 25;
}

.qodef-title .qodef-title-holder .qodef-title-subtitle-holder-inner {
  position: relative;
}

.qodef-title .qodef-title-holder h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  letter-spacing: 0;
}

.qodef-title .qodef-title-holder h1 span {
  display: inline-block;
}

.qodef-title .qodef-title-holder h1 span .qodef-delimiter {
  margin: 0 10px;
}

.qodef-title .qodef-title-holder .qodef-subtitle,
.qodef-title .qodef-title-holder .qodef-breadcrumbs-holder {
  display: block;
  margin-bottom: 10px;
}

.qodef-title .qodef-title-holder .qodef-subtitle a,
.qodef-title .qodef-title-holder .qodef-subtitle span,
.qodef-title .qodef-title-holder .qodef-breadcrumbs-holder a,
.qodef-title .qodef-title-holder .qodef-breadcrumbs-holder span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: #8a8a8a;
}

.qodef-title .qodef-title-holder .qodef-subtitle .qodef-delimiter,
.qodef-title .qodef-title-holder .qodef-breadcrumbs-holder .qodef-delimiter {
  margin: 0 5px;
}

.qodef-title .qodef-title-holder .qodef-breadcrumbs {
  display: inline-block;
  vertical-align: middle;
}

.qodef-title.qodef-title-with-border .qodef-title-holder .qodef-container-inner {
  border-bottom: 1px solid #e0e0e0;
}

.qodef-title.qodef-title-full-width .qodef-title-holder .qodef-container-inner {
  width: 100%;
  padding: 0 25px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-title.qodef-title-medium-text-size h1 {
  font-size: 50px;
}

.qodef-title.qodef-title-large-text-size h1 {
  font-size: 60px;
}

/* ==========================================================================
# Title area style - end
========================================================================== */
/* ==========================================================================
   5. Side area styles
   ========================================================================== */
/* ==========================================================================
# Side area style - start
========================================================================== */
/* Side area general style - start
========================================================================== */
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-side-menu-button-opener,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header .qodef-side-menu-button-opener,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener {
  color: #ffffff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-side-menu-button-opener:hover,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header .qodef-side-menu-button-opener:hover,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener:hover {
  color: #eae9e9 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-side-menu-button-opener,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header .qodef-side-menu-button-opener,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener {
  color: #000000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-side-menu-button-opener:hover,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header .qodef-side-menu-button-opener:hover,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener:hover {
  color: #313131 !important;
}

.qodef-side-menu-button-opener {
  font-size: 26px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  top: 3px;
  padding-left: 18px;
}

.qodef-side-menu-button-opener.medium {
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  height: 30px;
  width: 19px;
}

.qodef-side-menu-button-opener.large {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  height: 34px;
  width: 24px;
}

.qodef-side-menu-button-opener > i {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  vertical-align: bottom;
  width: inherit;
  text-align: center;
  -webkit-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out;
}

.qodef-side-menu-button-opener span.social_icon {
  font-family: 'ElegantIcons' !important;
}

.qodef-side-menu-button-opener i.social_icon {
  font-family: 'FontAwesome',serif !important;
}

.qodef-side-menu {
  background-color: #000;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 30px 50px;
  position: fixed;
  top: 0;
  right: -270px;
  width: 210px;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
}

.qodef-side-menu h4 {
  margin: 0 0 15px 0;
  color: #fff;
}

.qodef-side-menu h3,
.qodef-side-menu h6 {
  margin: 0 0 24px 0;
  color: #e9e9e9;
}

.qodef-side-menu .qodef-sidearea-widget-title {
  font-weight: 600;
}

.qodef-side-menu .widget {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
}

.qodef-side-menu .widget li {
  position: relative;
  list-style-type: none;
}

.qodef-side-menu .widget ul li.page_item_has_children,
.qodef-side-menu .widget ul li.menu-item-has-children {
  padding-right: 0;
  border-bottom: none;
}

.qodef-side-menu .widget ul ul {
  padding: 6px 0 0 10px;
}

.qodef-side-menu .widget .textwidget {
  color: #a7abab;
}

.qodef-side-menu a:not(.qbutton),
.qodef-side-menu li,
.qodef-side-menu span,
.qodef-side-menu p,
.qodef-side-menu .widget_rss li a.rsswidget {
  color: #9d9d9d;
  line-height: 31px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-side-menu .widget_calendar {
  font-size: 14px;
}

.qodef-side-menu .widget_calendar a {
  color: #fff;
}

.qodef-side-menu .widget_calendar caption,
.qodef-side-menu .widget_calendar th,
.qodef-side-menu .widget_calendar td {
  color: #9d9d9d;
  line-height: 31px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-side-menu .widget_calendar thead tr,
.qodef-side-menu .widget_calendar tbody tr,
.qodef-side-menu .widget_calendar tbody td {
  border-color: #9d9d9d;
}

.qodef-side-menu .qodef-side-menu-title {
  display: block;
  margin: 0 0 12px;
}

.qodef-side-menu .qodef-side-menu-title h5 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.qodef-side-menu .widget_nav_menu li:last-child,
.qodef-side-menu .widget_nav_menu li a {
  margin: 0;
}

.qodef-side-menu .qodef-close-side-menu-holder {
  display: table;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 68px;
  z-index: 1000;
}

.qodef-side-menu .qodef-close-side-menu-holder-inner {
  display: table-cell;
  vertical-align: middle;
}

.qodef-side-menu a.qodef-close-side-menu {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 2px 1px 0;
  /* in order to align icon in horizontal and vertical center */
  z-index: 1000;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.qodef-side-menu a.qodef-close-side-menu span {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 26px;
  line-height: 29px;
  position: relative;
  text-align: center;
  width: 26px;
}

.qodef-side-menu a.qodef-close-side-menu:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.admin-bar .qodef-side-menu .qodef-close-side-menu-holder {
  top: 32px;
}

/* Side area general style - end
========================================================================== */
/* Side area slides over content style - start
========================================================================== */
.qodef-right-side-menu-opened .qodef-wrapper,
.qodef-right-side-menu-opened footer.uncover,
.qodef-right-side-menu-opened .qodef-fixed-wrapper.fixed,
.qodef-right-side-menu-opened .qodef-sticky-header,
.qodef-right-side-menu-opened .mobile-header-appear .qodef-mobile-header-inner {
  left: -270px;
}

.qodef-side-menu-slide-from-right .qodef-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.qodef-side-menu-slide-from-right .qodef-wrapper .qodef-cover {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000;
  -webkit-transition: opacity 0.2s ease-in-out,background 0.2s ease-in-out,z-index 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out,background 0.2s ease-in-out,z-index 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out,background 0.2s ease-in-out,z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,background 0.2s ease-in-out,z-index 0.2s ease-in-out;
}

.qodef-side-menu-slide-from-right .carousel-inner {
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.qodef-side-menu-slide-from-right .qodef-side-menu {
  padding: 4% 4% 3.5%;
  top: 0;
  right: -29%;
  width: 29%;
  z-index: 9999;
  text-align: center;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.qodef-side-menu-slide-from-right .qodef-sticky-header,
.qodef-side-menu-slide-from-right .qodef-fixed-wrapper.fixed {
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.33s ease;
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.33s ease;
}

.qodef-side-menu-slide-from-right footer.uncover {
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened .qodef-cover {
  cursor: url("img/close.png"), pointer;
  z-index: 1002;
  opacity: 0;
  filter: alpha(opacity=60);
}

.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened .qodef-side-menu {
  right: 0px;
  visibility: visible;
}

/* Side area slides over content style - end
========================================================================== */
/* Side area slides with content style - start
========================================================================== */
.qodef-side-menu-slide-with-content {
  overflow-x: hidden;
  position: relative;
  left: 0;
  -webkit-overflow-scrolling: auto !important;
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  -o-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
}

.qodef-side-menu-slide-with-content .qodef-side-menu {
  position: fixed;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 470px;
  right: -470px;
  height: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  -o-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
}

.qodef-side-menu-slide-with-content footer.uncover,
.qodef-side-menu-slide-with-content .qodef-wrapper {
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  -o-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
}

.qodef-side-menu-slide-with-content .qodef-sticky-header,
.qodef-side-menu-slide-with-content .qodef-fixed-wrapper.fixed,
.qodef-side-menu-slide-with-content .qodef-mobile-header-inner {
  -webkit-transition: left 0.2s ease, right 0.2s ease, -webkit-transform 0.33s ease;
  transition: left 0.2s ease, right 0.2s ease, transform 0.33s ease;
}

.qodef-side-menu-slide-with-content .carousel-inner {
  left: 0 !important;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-wrapper,
.qodef-side-menu-slide-with-content.qodef-side-menu-open footer.uncover,
.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-sticky-header,
.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-fixed-wrapper,
.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-mobile-header-inner {
  left: -470px;
}

.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-side-menu {
  right: 0;
}

.qodef-side-menu-slide-with-content.qodef-side-menu-open .carousel-inner:not(.relative_position) {
  left: -470px !important;
}

/* width 270px start */
.qodef-side-menu-slide-with-content.qodef-width-270.qodef-side-menu-open .qodef-wrapper,
.qodef-side-menu-slide-with-content.qodef-width-270.qodef-side-menu-open footer.uncover,
.qodef-side-menu-slide-with-content.qodef-width-270.qodef-side-menu-open .qodef-sticky-header,
.qodef-side-menu-slide-with-content.qodef-width-270.qodef-side-menu-open .qodef-fixed-wrapper,
.qodef-side-menu-slide-with-content.qodef-width-270.qodef-side-menu-open .qodef-mobile-header-inner {
  left: -270px;
}

.qodef-side-menu-slide-with-content.qodef-width-270.qodef-side-menu-open .qodef-side-menu {
  right: 0;
}

.qodef-side-menu-slide-with-content.qodef-width-270.qodef-side-menu-open .carousel-inner:not(.relative_position) {
  left: -270px !important;
}

.qodef-side-menu-slide-with-content.qodef-width-270 .qodef-side-menu {
  width: 270px;
  right: -270px;
}

/* width 270px end */
/* width 370px start */
.qodef-side-menu-slide-with-content.qodef-width-370.qodef-side-menu-open .qodef-wrapper,
.qodef-side-menu-slide-with-content.qodef-width-370.qodef-side-menu-open footer.uncover,
.qodef-side-menu-slide-with-content.qodef-width-370.qodef-side-menu-open .qodef-sticky-header,
.qodef-side-menu-slide-with-content.qodef-width-370.qodef-side-menu-open .qodef-fixed-wrapper,
.qodef-side-menu-slide-with-content.qodef-width-370.qodef-side-menu-open .qodef-mobile-header-inner {
  left: -370px;
}

.qodef-side-menu-slide-with-content.qodef-width-370.qodef-side-menu-open .qodef-side-menu {
  right: 0;
}

.qodef-side-menu-slide-with-content.qodef-width-370.qodef-side-menu-open .carousel-inner:not(.relative_position) {
  left: -370px !important;
}

.qodef-side-menu-slide-with-content.qodef-width-370 .qodef-side-menu {
  width: 370px;
  right: -370px;
}

/* width 370px end */
/* Side area slides with content style - end
========================================================================== */
/* Side area uncovering - start
========================================================================== */
.qodef-side-area-uncovered-from-content .qodef-side-menu {
  background-color: #1b1b1b;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  width: 210px;
  z-index: 90;
  visibility: hidden;
}

.qodef-side-area-uncovered-from-content .qodef-sticky-header,
.qodef-side-area-uncovered-from-content .qodef-fixed-wrapper.fixed {
  -webkit-transition: left 0.3s ease, right 0.2s ease;
  -moz-transition: left 0.3s ease, right 0.2s ease;
  -o-transition: left 0.3s ease, right 0.2s ease;
  transition: left 0.3s ease, right 0.2s ease;
}

.qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-sticky-header,
.qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-fixed-wrapper.fixed,
.qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-mobile-header-inner {
  left: -270px;
}

/* Side area uncovering - end
========================================================================== */
/* ==========================================================================
# Side area style - end
========================================================================== */
/* ==========================================================================
   6. Fullscreen Menu area styles
   ========================================================================== */
/* ==========================================================================
# Fullscreen menu style - begin
========================================================================== */
/* Fullscreen general style - begin
========================================================================== */
.side_menu_button .qodef-fullscreen-menu-opener {
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-fullscreen-menu-opener:not(.opened) .qodef-line,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header .qodef-fullscreen-menu-opener:not(.opened) .qodef-line,
.qodef-dark-header .qodef-top-bar .qodef-fullscreen-menu-opener:not(.opened) .qodef-line {
  background-color: #000000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-fullscreen-menu-opener:not(.opened):hover .qodef-line,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header .qodef-fullscreen-menu-opener:not(.opened):hover .qodef-line,
.qodef-dark-header .qodef-top-bar .qodef-fullscreen-menu-opener:not(.opened):hover .qodef-line {
  background-color: #313131 !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-fullscreen-menu-opener:not(.opened) .qodef-line,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header .qodef-fullscreen-menu-opener:not(.opened) .qodef-line,
.qodef-light-header .qodef-top-bar .qodef-fullscreen-menu-opener:not(.opened) .qodef-line {
  background-color: #ffffff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-fullscreen-menu-opener:not(.opened):hover .qodef-line,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header .qodef-fullscreen-menu-opener:not(.opened):hover .qodef-line,
.qodef-light-header .qodef-top-bar .qodef-fullscreen-menu-opener:not(.opened):hover .qodef-line {
  background-color: #eae9e9 !important;
}

.qodef-fullscreen-menu-opener {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.qodef-fullscreen-menu-opener .qodef-line {
  background-color: #000;
  height: 3px;
  margin: 0;
  width: 26px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: absolute;
  display: inline-block;
  border-radius: 6px;
}

.qodef-fullscreen-menu-opener .qodef-line:after,
.qodef-fullscreen-menu-opener .qodef-line:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 26px;
  z-index: 1;
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  /*because X sign jumps on hover in Chrome*/
}

.qodef-fullscreen-menu-opener .qodef-line:before {
  top: -7px;
}

.qodef-fullscreen-menu-opener .qodef-line:after {
  top: 7px;
}

.qodef-fullscreen-menu-opener-inner {
  display: inline-block;
  height: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 26px;
}

.qodef-fullscreen-menu-opener:hover .qodef-line {
  background-color: #8a8a8a;
}

.qodef-fullscreen-menu-opener.opened .qodef-line {
  background-color: transparent !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.qodef-fullscreen-menu-opener.opened .qodef-line:after {
  background-color: #fff;
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease, transform 0.2s ease;
  -moz-transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.qodef-fullscreen-menu-opener.opened .qodef-line:before {
  background-color: #fff;
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 0.2s ease, transform 0.2s ease;
  -moz-transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.qodef-fullscreen-menu-opener.opened:hover .qodef-line:after,
.qodef-fullscreen-menu-opener.opened:hover .qodef-line:before {
  opacity: 0.8;
}

.qodef-fullscreen-menu-opener.medium .qodef-fullscreen-menu-opener-inner,
.qodef-fullscreen-menu-opener.medium .qodef-line,
.qodef-fullscreen-menu-opener.medium .qodef-line:after,
.qodef-fullscreen-menu-opener.medium .qodef-line:before {
  height: 3px;
  width: 19px;
}

.qodef-fullscreen-menu-opener.medium .qodef-fullscreen-menu-opener-inner {
  top: -2px;
}

.qodef-fullscreen-menu-opener.medium .qodef-line:before {
  top: -6px;
}

.qodef-fullscreen-menu-opener.medium .qodef-line:after {
  top: 6px;
}

.qodef-fullscreen-menu-opener.large .qodef-fullscreen-menu-opener-inner,
.qodef-fullscreen-menu-opener.large .qodef-line,
.qodef-fullscreen-menu-opener.large .qodef-line:after,
.qodef-fullscreen-menu-opener.large .qodef-line:before {
  height: 4px;
  width: 24px;
}

.qodef-fullscreen-menu-opener.large .qodef-fullscreen-menu-opener-inner {
  top: -3px;
}

.qodef-fullscreen-menu-opener.large .qodef-line:before {
  top: -8px;
}

.qodef-fullscreen-menu-opener.large .qodef-line:after {
  top: 8px;
}

.qodef-fullscreen-menu-opened {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.qodef-fullscreen-menu-opened .qodef-page-header,
.qodef-fullscreen-menu-opened .qodef-top-bar {
  visibility: hidden;
}

.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-opener {
  visibility: visible;
}

.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
  visibility: visible !important;
  opacity: 1 !important;
}

.qodef-fullscreen-menu-opened.admin-bar {
  top: 32px;
  height: calc(100% - 32px);
}

.qodef-fullscreen-menu-holder-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 105;
  /* this has to be between header z-index and content z-index */
}

.qodef-fullscreen-menu-holder {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: table;
  background-repeat: repeat;
  background-position: 0px 0px;
}

.qodef-fullscreen-menu-holder-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0px;
}

.touch .qodef-fullscreen-menu-holder-outer {
  display: none;
}

.touch .qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
  display: block;
}

nav.qodef-fullscreen-menu {
  margin: 0 auto;
  padding: 0 8%;
  position: relative;
  top: 0;
  text-align: left;
}

nav.qodef-fullscreen-menu ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.qodef-fullscreen-menu ul li {
  margin: 0;
  padding: 9px 0;
  text-align: left;
}

nav.qodef-fullscreen-menu ul li a {
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -1px;
  color: #787777;
  padding: 0px;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

nav.qodef-fullscreen-menu ul li a:hover {
  color: #fff;
}

nav.qodef-fullscreen-menu ul li a span {
  display: inline-block;
  vertical-align: middle;
}

nav.qodef-fullscreen-menu ul li ul li {
  padding: 3px 5px;
}

nav.qodef-fullscreen-menu ul li ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

nav.qodef-fullscreen-menu ul li ul li ul li a {
  font-size: 15px;
  line-height: 16px;
}

nav.qodef-fullscreen-menu > ul {
  display: block;
}

nav.qodef-fullscreen-menu ul.sub_menu {
  display: none;
  margin: 13px 0 6px;
}

.qodef-fullscreen-below-menu-widget-holder {
  text-align: center;
  margin-top: 20px;
}

.qodef-fullscreen-above-menu-widget-holder {
  text-align: center;
}

/* Fullscreen general style - end
========================================================================== */
/* Fullscreen fade animations general - begin
========================================================================== */
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer,
.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer,
.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  z-index: 105;
  opacity: 0;
}

.qodef-fullscreen-fade-out .qodef-fullscreen-menu-holder-outer {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation: fade_out .25s linear both;
  animation: fade_out .25s linear both;
}

.qodef-fullscreen-menu-opened.qodef-fullscreen-fade-in .qodef-fullscreen-menu-holder-outer {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation: fade_in .25s linear both;
  animation: fade_in .25s linear both;
}

/* Fullscreen fade animations general - end
========================================================================== */
/* Fullscreen animation push text right - begin
========================================================================== */
@-webkit-keyframes push_text_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes push_text_right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes push_text_right {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes push_nav_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes push_nav_right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes push_nav_right {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.qodef-fullscreen-menu-opened.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer nav > ul > li > a,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder > div,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
  -moz-animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
  animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}

.qodef-fade-push-text-right.qodef-push-nav-right .qodef-fullscreen-menu-holder-outer nav,
.qodef-fade-push-text-right.qodef-push-nav-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder,
.qodef-fade-push-text-right.qodef-push-nav-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  opacity: 0;
}

/* Fullscreen animation push text right - end
========================================================================== */
/* Fullscreen animation push text top - begin
========================================================================== */
@-webkit-keyframes push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes push_text_top {
  0% {
    opacity: 0;
    -moz-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes push_text_top {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.qodef-fullscreen-menu-opened.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer nav > ul > li > a,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder > div,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: push_text_top 0.4s ease-out both 0.5s;
  -moz-animation: push_text_top 0.4s ease-out both 0.5s;
  animation: push_text_top 0.4s ease-out both 0.5s;
}

.qodef-fade-push-text-top.qodef-push-text-top .qodef-fullscreen-menu-holder-outer nav,
.qodef-fade-push-text-top.qodef-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder,
.qodef-fade-push-text-top.qodef-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

/* Fullscreen animation push text top - end
========================================================================== */
/* Fullscreen animation fade text scaledown - begin
========================================================================== */
.qodef-fullscreen-menu-opened.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer nav,
.qodef-fullscreen-menu-opened.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder,
.qodef-fullscreen-menu-opened.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-out 0.1s;
  -moz-transition: all 0.25s ease-out 0.1s;
  transition: all 0.25s ease-out 0.1s;
}

.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer nav,
.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder,
.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .0s .2s, opacity .2s;
  transition: -webkit-transform .0s .2s, opacity .2s;
}

/* Fullscreen animation fade text scaledown - end
========================================================================== */
/* ==========================================================================
# Fullscreen menu style - end
========================================================================== */
/* ==========================================================================
   7. Search functionality styles
   ========================================================================== */
/* ==========================================================================
# Search style - begin
========================================================================== */
.qodef-search-opener {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 17px;
  padding-left: 15px;
  top: 2px;
  position: relative;
}

.qodef-search-opener .qodef-search-icon-text {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-search-opener,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header .qodef-search-opener,
.qodef-light-header .qodef-top-bar .qodef-search-opener {
  color: #ffffff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-search-opener:hover,
.qodef-light-header.qodef-header-style-on-scroll .qodef-page-header .qodef-search-opener:hover,
.qodef-light-header .qodef-top-bar .qodef-search-opener:hover {
  color: #eae9e9 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-search-opener,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header .qodef-search-opener,
.qodef-dark-header .qodef-top-bar .qodef-search-opener {
  color: #000000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-search-opener:hover,
.qodef-dark-header.qodef-header-style-on-scroll .qodef-page-header .qodef-search-opener:hover,
.qodef-dark-header .qodef-top-bar .qodef-search-opener:hover {
  color: #313131 !important;
}

/* Search covers header - begin
========================================================================== */
.qodef-search-cover {
  display: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 115;
  background: #fff;
}

.qodef-search-cover .qodef-form-holder-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-search-cover .qodef-form-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 45px;
  position: relative;
}

.qodef-search-cover .qodef-form-holder-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}

.qodef-search-cover .qodef-container-inner .qodef-form-holder {
  padding: 0;
}

.qodef-search-cover .qodef-container-inner .qodef-search-close {
  right: 0;
}

.qodef-search-cover input,
.qodef-search-cover input:focus {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  color: #696969;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  width: 90%;
  padding: 0;
  font-family: inherit;
  outline: none;
  outline-offset: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  text-transform: uppercase;
  margin: 0;
}

.qodef-search-cover input:focus {
  outline-offset: 0 !important;
}

.qodef-search-cover input[type="submit"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  visibility: hidden;
}

.qodef-search-cover .qodef-search-close {
  font-size: 30px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
}

.qodef-search-cover .qodef-search-close a {
  color: #9d9d9d;
  display: inline-block;
}

.qodef-search-cover .qodef-search-close a:hover {
  color: #000;
}

.qodef-search-cover .qodef-search-close a i {
  vertical-align: top;
}

.qodef-search-cover.disabled input,
.qodef-search-cover.disabled input:focus {
  font-weight: normal;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #959595;
  margin: 10px 0px 0px 0px;
}

/* Fullscreen search general style - start
========================================================================== */
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 0;
}

.qodef-fullscreen-search-holder .qodef-field-holder {
  width: 54%;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  border-bottom: 2px solid #666;
}

.qodef-fullscreen-search-holder .qodef-search-field {
  position: relative;
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: transparent;
  outline: none;
  height: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 1.35em;
  padding: 0 0 20px;
  font-weight: 600;
}

.qodef-fullscreen-search-holder .qodef-search-field::-webkit-input-placeholder {
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-search-field:-moz-placeholder {
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-search-field::-moz-placeholder {
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-search-field:-ms-input-placeholder {
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-search-submit {
  position: absolute;
  bottom: 10px;
  right: 0;
  border: none;
  background: transparent;
  outline: none;
  width: auto;
  cursor: pointer;
  font-family: 'ElegantIcons';
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: -2px;
  color: #fff;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  -moz-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
  float: right;
}

.qodef-fullscreen-search-holder .qodef-search-submit:hover {
  opacity: 0.8;
}

.qodef-fullscreen-search-holder .qodef-search-close-holder {
  float: right;
  margin-right: 45px;
  font-size: 30px;
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-close-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-close-container a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease;
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-close-container a:hover {
  opacity: 0.8;
}

.qodef-fullscreen-search-table {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-fullscreen-search-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

.qodef-fullscreen-search-opened .qodef-form-holder .qodef-search-field {
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: transparent;
  outline: none;
  height: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 1em;
  position: relative;
  padding: 0 0 20px;
}

/* Fullscreen search general style - end
========================================================================== */
/* Fullscreen search fade style - start
========================================================================== */
.qodef-search-fade .qodef-fullscreen-search-holder {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 111;
  box-sizing: border-box;
}

.qodef-search-fade .qodef-fullscreen-search-holder .qodef-fullscreen-search-table {
  background-color: #000;
}

.qodef-search-fade-out.qodef-search-fade .qodef-fullscreen-search-holder {
  -webkit-animation: search_fade_out 0.35s cubic-bezier(0.84, -0.29, 0.25, 1) both;
  -moz-animation: search_fade_out 0.35s cubic-bezier(0.84, -0.29, 0.25, 1) both;
  animation: search_fade_out 0.35s cubic-bezier(0.84, -0.29, 0.25, 1) both;
}

.qodef-search-fade-in.qodef-search-fade .qodef-fullscreen-search-holder.qodef-animate {
  -webkit-animation: search_fade_in 0.45s cubic-bezier(0.84, -0.29, 0.25, 1) both;
  -moz-animation: search_fade_in 0.45s cubic-bezier(0.84, -0.29, 0.25, 1) both;
  animation: search_fade_in 0.45s cubic-bezier(0.84, -0.29, 0.25, 1) both;
}

.qodef-search-fade .qodef-fullscreen-search-holder.qodef-animate .qodef-fullscreen-search-close {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* Fullscreen search fade style - end
========================================================================== */
/*---------------Fade animation with PUSH TEXT TOP------------*/
@-webkit-keyframes search_push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes search_push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.qodef-search-fade.qodef-fullscreen-search-opened .qodef-fullscreen-search-holder .qodef-form-holder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: search_push_text_top 0.6s cubic-bezier(0.84, -0.29, 0.25, 1) both 0.1s;
  -moz-animation: search_push_text_top 0.6s cubic-bezier(0.84, -0.29, 0.25, 1) both 0.1s;
  animation: search_push_text_top 0.6s cubic-bezier(0.84, -0.29, 0.25, 1) both 0.1s;
}

.qodef-search-fade-out.qodef-search-fade .qodef-fullscreen-search-holder .qodef-search-label,
.qodef-search-fade-out.qodef-search-fade .qodef-fullscreen-search-holder .qodef-search-submit,
.qodef-search-fade-out.qodef-search-fade .qodef-fullscreen-search-holder .qodef-field-holder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.35s cubic-bezier(0.84, -0.29, 0.25, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.84, -0.29, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.84, -0.29, 0.25, 1);
}

/*----------------------FULLSCREEN SEARCH style end--------------------------*/
/* Search Results style - start
========================================================================== */
.search-results article {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 75px;
}

.search-results .qodef-blog-holder article .qodef-post-text-inner > h4:not(.qodef-post-title) {
  margin-bottom: 25px;
}

.search-results .qodef-blog-holder article.format-link .qodef-post-content,
.search-results .qodef-blog-holder article.format-quote .qodef-post-content {
  background: transparent;
}

.search-results .qodef-blog-holder article.format-link .qodef-post-content .qodef-post-text,
.search-results .qodef-blog-holder article.format-quote .qodef-post-content .qodef-post-text {
  padding: 0;
}

.search-results .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner {
  padding: 45px 0;
}

/* Search Results style - end
========================================================================== */
/* ==========================================================================
# Search style - end
========================================================================== */
/* ==========================================================================
   9. Events styles
   ========================================================================== */
.qodef-event-single-holder .qodef-event-image-buy-tickets-holder {
  margin-bottom: 90px;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-image {
  margin-bottom: 47px;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-image img {
  display: block;
  position: relative;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-details-holder {
  margin-bottom: 32px;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-details-holder .qodef-event-section-title {
  margin-bottom: 20px;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-details-holder div {
  margin-bottom: 2px;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-details-holder div span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-details-holder div span:nth-child(2) {
  font-size: 15px;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-details-holder div span:nth-child(2) a {
  color: #8a8a8a;
}

.qodef-event-single-holder .qodef-event-image-buy-tickets-holder .qodef-event-details-holder div span:nth-child(2) a:hover {
  color: #000;
}

.qodef-event-single-holder .qodef-event-info-holder .qodef-event-item.qodef-event-info {
  margin-bottom: 47px;
}

.qodef-event-single-holder .qodef-event-info-holder .qodef-event-item.qodef-event-info:last-child {
  margin-top: -10px;
  margin-bottom: 90px;
}

.qodef-event-single-holder .qodef-event-info-holder .qodef-event-section-title {
  margin-bottom: 20px;
}

.qodef-event-single-holder .qodef-social-share-holder.qodef-list .qodef-social-share-title {
  display: none;
}

.qodef-event-single-holder .qodef-social-share-holder.qodef-list ul li a {
  font-size: 18px;
}

.qodef-event-nav {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 70px;
}

.qodef-event-nav .qodef-event-nav-inner {
  position: relative;
}

.qodef-event-nav .qodef-event-next,
.qodef-event-nav .qodef-event-prev,
.qodef-event-nav .qodef-event-back-btn {
  height: 40px;
}

.qodef-event-nav .qodef-event-back-btn {
  display: inline-block;
}

.qodef-event-nav .qodef-event-back-btn a {
  color: #000;
}

.qodef-event-nav .qodef-event-back-btn a:before {
  content: "\e08c";
  font-size: 30px;
  font-family: 'ElegantIcons';
  position: relative;
  float: left;
  width: 30px;
}

.qodef-event-nav .qodef-event-back-btn a:hover {
  color: #8a8a8a;
}

.qodef-event-nav .qodef-event-next a,
.qodef-event-nav .qodef-event-prev a {
  color: #8a8a8a;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.qodef-event-nav .qodef-event-next a:hover,
.qodef-event-nav .qodef-event-prev a:hover {
  color: #000;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.qodef-event-nav .qodef-event-next,
.qodef-event-nav .qodef-event-prev {
  position: absolute;
  top: 0;
}

.qodef-event-nav .qodef-event-next a:before,
.qodef-event-nav .qodef-event-prev a:before {
  font-size: 20px;
  font-family: 'Linearicons-Free';
  position: relative;
  float: left;
  width: 20px;
}

.qodef-event-nav .qodef-event-prev {
  left: 0;
}

.qodef-event-nav .qodef-event-prev a:before {
  content: "\e875";
}

.qodef-event-nav .qodef-event-next {
  right: 0;
}

.qodef-event-nav .qodef-event-next a:before {
  content: "\e876";
}

@media only screen and (max-width: 768px) {
  .single-event .event-buy-tickets-button {
    margin-bottom: 70px;
  }
}

/* ==========================================================================
   10. Events styles
   ========================================================================== */
.single-album {
  /* Reviews */
  /* Stores */
  /* Minimal */
  /*Compact */
}

.single-album .qodef-album-image {
  margin-bottom: 50px;
}

.single-album .qodef-album-image img {
  vertical-align: middle;
  box-shadow: 0px 15px 24px rgba(172, 172, 172, 0.4);
}

.single-album .qodef-audio-player-wrapper {
  margin-bottom: 81px;
}

.single-album .qodef-album-tracks-holder {
  margin-bottom: 33px;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder-title {
  margin-bottom: 0px;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder {
  padding: 5px 0px;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder {
  padding: 15px 20px;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder .fa-play {
  display: none;
  color: #000;
  font-size: 12px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder.qodef-active-track .fa-play {
  display: inline-block;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder.qodef-active-track span {
  color: #000;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder.qodef-active-track .qodef-track-number {
  display: none;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder .qodef-track-title {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0px;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder .qodef-track-buy {
  float: right;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -1px;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder .qodef-track-buy a {
  color: #000;
}

.single-album .qodef-album-tracks-holder .qodef-tracks-holder .qodef-track-holder .qodef-track-buy a:hover {
  color: #8a8a8a;
}

.single-album .qodef-album-tracks-holder .qodef-album-track {
  padding: 15px 20px;
  box-sizing: border-box;
}

.single-album .qodef-album-tracks-holder .qodef-album-track .qodef-at-title {
  color: #8a8a8a;
  font-weight: 500;
}

.single-album .qodef-about-album-holder {
  margin-bottom: 27px;
}

.single-album .qodef-about-album-holder .qodef-about-album-holder-title {
  margin-bottom: 15px;
}

.single-album .qodef-album-details-holder {
  margin-bottom: 55px;
}

.single-album .qodef-album-details-holder .qodef-album-details span:first-child {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 29px;
  color: #000;
  opacity: 0.9;
}

.single-album .qodef-album-details-holder .qodef-album-details span:nth-child(2) {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 29px;
}

.single-album .qodef-lyrics-holder .qodef-lyrics-holder-inner {
  margin-bottom: 70px;
}

.single-album .qodef-lyrics-holder .qodef-lyrics-holder-title {
  margin-bottom: 22px;
}

.single-album .qodef-lyrics-holder .qodef-accordion-holder .qodef-title-holder {
  margin-bottom: 0;
}

.single-album .qodef-lyrics-holder .qodef-accordion-holder .qodef-tab-title span.qodef-tab-title-inner {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.5px;
  padding-left: 5px;
}

.single-album .qodef-single-album-reviews-holder {
  opacity: 0;
  background-color: #f9f9f9;
  padding: 50px;
  margin-bottom: 82px;
}

.single-album .qodef-single-album-reviews-holder .qodef-single-album-reviews-title {
  margin-bottom: 14px;
}

.single-album .qodef-single-album-reviews-holder .qodef-single-album-text {
  margin-bottom: 20px;
}

.single-album .qodef-single-album-reviews-holder .qodef-single-album-author {
  font-size: 21px;
  color: #000;
  font-weight: 600;
}

.single-album .qodef-single-album-reviews-holder .qodef-single-album-author:before {
  content: "-";
  position: relative;
  margin-right: 5px;
}

.single-album .qodef-single-album-reviews-holder .slick-slider .qodef-slick-next,
.single-album .qodef-single-album-reviews-holder .slick-slider .qodef-slick-prev {
  top: auto;
  bottom: 0px;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  font-size: 25px;
  color: #8a8a8a;
  opacity: 1;
}

.single-album .qodef-single-album-reviews-holder .slick-slider .qodef-slick-prev {
  right: 30px;
  left: auto;
}

.single-album .qodef-single-album-reviews-holder .slick-slider .qodef-slick-prev:after {
  content: "/";
  font-size: 16px;
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 0;
}

.single-album .qodef-album-follow-share-holder .qodef-social-share-title {
  display: none;
}

.single-album .qodef-album-follow-share-holder .qodef-album-follow-share-holder-title {
  margin-bottom: 20px;
}

.single-album .qodef-album-follow-share-holder .qodef-social-share-holder.qodef-list li {
  margin-right: 17px;
}

.single-album .qodef-album-follow-share-holder .qodef-social-share-holder.qodef-list li a {
  font-size: 21px;
}

.single-album .qodef-latest-video-holder {
  margin-top: 55px;
}

.single-album .qodef-latest-video-holder .qodef-latest-video-holder-title {
  margin-bottom: 23px;
}

.single-album .qodef-album-nav {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 70px;
}

.single-album .qodef-album-nav .qodef-album-nav-inner {
  position: relative;
}

.single-album .qodef-album-nav .qodef-album-next,
.single-album .qodef-album-nav .qodef-album-prev,
.single-album .qodef-album-nav .qodef-album-back-btn {
  height: 40px;
}

.single-album .qodef-album-nav .qodef-album-back-btn {
  display: inline-block;
}

.single-album .qodef-album-nav .qodef-album-back-btn a {
  color: #000;
}

.single-album .qodef-album-nav .qodef-album-back-btn a:before {
  content: "\e08c";
  font-size: 30px;
  font-family: 'ElegantIcons';
  position: relative;
  float: left;
  width: 30px;
}

.single-album .qodef-album-nav .qodef-album-back-btn a:hover {
  color: #8a8a8a;
}

.single-album .qodef-album-nav .qodef-album-next a,
.single-album .qodef-album-nav .qodef-album-prev a {
  color: #8a8a8a;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.single-album .qodef-album-nav .qodef-album-next a:hover,
.single-album .qodef-album-nav .qodef-album-prev a:hover {
  color: #000;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.single-album .qodef-album-nav .qodef-album-next,
.single-album .qodef-album-nav .qodef-album-prev {
  position: absolute;
  top: 0;
}

.single-album .qodef-album-nav .qodef-album-next a:before,
.single-album .qodef-album-nav .qodef-album-prev a:before {
  font-size: 20px;
  font-family: 'Linearicons-Free';
  position: relative;
  float: left;
  width: 20px;
}

.single-album .qodef-album-nav .qodef-album-prev {
  left: 0;
}

.single-album .qodef-album-nav .qodef-album-prev a:before {
  content: "\e875";
}

.single-album .qodef-album-nav .qodef-album-next {
  right: 0;
}

.single-album .qodef-album-nav .qodef-album-next a:before {
  content: "\e876";
}

.single-album .qodef-single-album-stores-holder {
  padding: 20px 0 15px 0px;
}

.single-album .qodef-single-album-stores-holder .qodef-single-album-stores-title {
  margin-bottom: 16px;
}

.single-album .qodef-single-album-stores-holder .qodef-single-album-store {
  float: left;
  padding-right: 10px;
}

.single-album .qodef-single-album-stores-holder .qodef-single-album-store:nth-child(3n+1) {
  clear: both;
}

.single-album .qodef-album-minimal .qodef-about-album-holder .qodef-about-album-holder-title {
  padding-top: 0;
  border-top: none;
}

.single-album .qodef-album-minimal .qodef-audio-player-wrapper {
  margin: 0;
}

.single-album .qodef-album-minimal .qodef-album-details-holder {
  border-bottom: none;
}

.single-album .qodef-album-minimal .qodef-single-album-stores-holder .qodef-single-album-store {
  float: none;
  padding-left: 5px;
  padding-right: 18px;
}

.single-album .qodef-album-minimal .qodef-single-album-stores-holder .qodef-single-album-store .qodef-single-album-store-link {
  font-size: 18px;
  color: #858585;
  line-height: 23px;
}

.single-album .qodef-album-minimal .qodef-single-album-stores-holder .qodef-single-album-store .qodef-single-album-store-link:hover {
  color: #000;
}

.single-album .qodef-album-compact .qodef-about-album-holder-title {
  border-top: none;
}

.single-album .qodef-album-compact .qodef-single-album-stores-holder {
  margin: 0 0 50px;
  padding: 0;
}

.single-album .qodef-album-compact .qodef-single-album-stores-holder .qodef-single-album-store {
  float: none;
  padding-left: 5px;
  padding-right: 18px;
}

.single-album .qodef-album-compact .qodef-single-album-stores-holder .qodef-single-album-store .qodef-single-album-store-link {
  color: #858585;
  font-size: 18px;
  line-height: 23px;
}

.single-album .qodef-album-compact .qodef-single-album-stores-holder .qodef-single-album-store .qodef-single-album-store-link:hover {
  color: #000;
}

.single-album .qodef-album-comprehensive,
.single-album .qodef-album-minimal,
.single-album .qodef-album-compact {
  padding-bottom: 70px;
}

/* ==========================================================================
   11. Overlapping content styles
   ========================================================================== */
.qodef-overlapping-content-enabled .qodef-content-inner > .qodef-container {
  position: static;
  text-align: center;
}

.qodef-overlapping-content-enabled .qodef-title .qodef-title-holder .qodef-container {
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-overlapping-content-holder {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 102;
  margin-top: -80px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
}

.qodef-overlapping-content-holder.qodef-appeared {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.qodef-overlapping-content-holder.qodef-animated {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 1.5s cubic-bezier(0.25, 0.1, 0.02, 0.91) 0.2s;
  transition: opacity 0.5s ease 0.1s, transform 1.5s cubic-bezier(0.25, 0.1, 0.02, 0.91) 0.2s;
}

.qodef-overlapping-content-holder .qodef-overlapping-content {
  background-color: #fff;
  padding: 27px 27px 0;
}

/* ==========================================================================
  12. Shortcodes styles
   ========================================================================== */
/* Elements holders styles
   ========================================================================== */
/* ==========================================================================
   Elements Holder start style
   ========================================================================== */
.qodef-elements-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.qodef-elements-holder.qodef-two-columns .qodef-elements-holder-item {
  width: 50%;
}

.qodef-elements-holder.qodef-two-columns .qodef-elements-holder-item {
  width: 50%;
}

.qodef-elements-holder.qodef-two-columns-grid-33-66 .qodef-elements-holder-item:first-child {
  width: 33.33%;
}

.qodef-elements-holder.qodef-two-columns-grid-33-66 .qodef-elements-holder-item:last-child {
  width: 66.66%;
}

.qodef-elements-holder.qodef-two-columns-grid-66-33 .qodef-elements-holder-item:first-child {
  width: 66.66%;
}

.qodef-elements-holder.qodef-two-columns-grid-66-33 .qodef-elements-holder-item:last-child {
  width: 33.33%;
}

.qodef-elements-holder.qodef-three-columns .qodef-elements-holder-item {
  width: 33%;
}

.qodef-elements-holder.qodef-four-columns .qodef-elements-holder-item {
  width: 25%;
}

.qodef-elements-holder.qodef-five-columns .qodef-elements-holder-item {
  width: 20%;
}

.qodef-elements-holder.qodef-six-columns .qodef-elements-holder-item {
  width: 16%;
}

.qodef-elements-holder .qodef-elements-holder-item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-size: cover;
}

.qodef-elements-holder .qodef-elements-holder-item.qodef-vertical-alignment-top {
  vertical-align: top;
}

.qodef-elements-holder .qodef-elements-holder-item.qodef-vertical-alignment-bottom {
  vertical-align: bottom;
}

.qodef-elements-holder .qodef-elements-holder-item.qodef-horizontal-alignment-center {
  text-align: center;
}

.qodef-elements-holder .qodef-elements-holder-item.qodef-horizontal-alignment-right {
  text-align: right;
}

.qodef-elements-holder .qodef-elements-holder-item .qodef-elements-holder-item-inner {
  width: 100%;
}

.qodef-elements-holder.qodef-elements-items-float.qodef-three-columns .qodef-elements-holder-item {
  width: 33.33333333333333%;
}

.qodef-elements-holder.qodef-elements-items-float.qodef-six-columns .qodef-elements-holder-item {
  width: 16.66666666666667%;
}

.qodef-elements-holder.qodef-elements-items-float .qodef-elements-holder-item {
  float: left;
}

.qodef-elements-holder .qodef-elements-holder-item-content {
  padding: 0 20px;
}

/* ==========================================================================
   End of Elements Holder style
   ========================================================================== */
/* Team styles
   ========================================================================== */
/* ==========================================================================
# Team style - begin
========================================================================== */
/* Team type main info on hover - begin
========================================================================== */
.qodef-team:not(.main-info-below-image) {
  overflow: hidden;
}

.qodef-team .qodef-team-inner {
  overflow: hidden;
  width: 100%;
}

.qodef-team .qodef-team-image {
  position: relative;
  overflow: hidden;
}

.qodef-team .qodef-team-image img {
  width: 100%;
  vertical-align: middle;
}

.qodef-team .qodef-team-description {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-team .qodef-team-text p {
  margin: 0;
}

.qodef-team .qodef-team-social-wrapp {
  margin: 21px 0 0 0;
}

.qodef-team .qodef-team-social {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-team .qodef-team-social .qodef-team-name {
  margin: 0 0 10px;
}

.qodef-team .qodef-team-social .qodef-team-position {
  color: #7d7d7d;
  margin: 0 0 15px;
  opacity: 0.9;
}

.qodef-team .qodef-team-social .qodef_icon_ion_icon:before,
.qodef-team .qodef-team-social .qodef_icon_linea_icon:before {
  line-height: inherit;
}

.qodef-team .qodef-team-social-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.qodef-team .qodef-team-social-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out, background-color 0.15s ease-out;
  transition: opacity 0.15s ease-out, background-color 0.15s ease-out;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
}

.qodef-team .qodef-team-social-holder .social_icon {
  font-size: inherit;
  line-height: inherit;
}

.qodef-team .qodef-team-social-holder .social_icon {
  display: block;
}

.qodef-team .qodef-team-social-holder .social_icon:before {
  display: block;
}

.qodef-team .qodef-team-social-holder .qodef-icon-shortcode {
  margin: 0 7px;
}

.qodef-team:hover .qodef-team-social-holder {
  opacity: 1;
  filter: alpha(opacity=100);
}

.qodef-team.main-info-on-hover .qodef-team-name,
.qodef-team.main-info-on-hover .qodef-team-position {
  color: #fff;
}

.touch .qodef-team .qodef-team-social-holder {
  cursor: pointer;
}

/* Team type main info on hover - end
========================================================================== */
/* Team type main info below image - begin
========================================================================== */
.qodef-team.main-info-below-image {
  -webkit-transform: translateZ(0);
  text-align: center;
}

.qodef-team.main-info-below-image .qodef-team-info {
  padding-top: 20px;
}

.qodef-team.main-info-below-image .qodef-team-info .qodef-team-name {
  margin: 0 0 10px;
}

.qodef-team.main-info-below-image .qodef-team-info .qodef-team-position {
  color: #7d7d7d;
  margin: 0 0 15px;
  opacity: 0.9;
}

.qodef-team.main-info-below-image .qodef-team-image {
  overflow: visible;
}

.qodef-team.main-info-below-image .qodef-team-social-wrapp ul {
  list-style: none;
  position: relative;
  display: block;
  z-index: 990;
}

.qodef-team.main-info-below-image .qodef-team-social-wrapp ul li:first-child {
  bottom: 56px;
  /* social share icon + space between icons */
  transition-delay: .5s;
}

.qodef-team.main-info-below-image .qodef-team-social-wrapp ul li:nth-child(2) {
  bottom: 102px;
  /* previous icon position + icon height + space between icons */
  transition-delay: .4s;
}

.qodef-team.main-info-below-image .qodef-team-social-wrapp ul li:nth-child(3) {
  bottom: 148px;
  /* previous icon position + icon height + space between icons */
  transition-delay: .3s;
}

.qodef-team.main-info-below-image .qodef-team-social-wrapp ul li:nth-child(4) {
  bottom: 194px;
  /* previous icon position + icon height + space between icons */
  transition-delay: .2s;
}

.qodef-team.main-info-below-image .qodef-team-social-wrapp ul li:nth-child(5) {
  bottom: 240px;
  /* previous icon position + icon height + space between icons */
  transition-delay: .1s;
}

.qodef-team.main-info-below-image .qodef-team-social.normal-social .qodef-team-social-wrapp ul li {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .03s ease-out, position .1s ease-out;
  transition: opacity .03s ease-out, position .1s ease-out;
}

.qodef-team.main-info-below-image .qodef-team-social.normal-social .qodef-team-social-wrapp ul li:first-child {
  bottom: 50px;
}

.qodef-team.main-info-below-image .qodef-team-social.normal-social .qodef-team-social-wrapp ul li:nth-child(2) {
  bottom: 90px;
}

.qodef-team.main-info-below-image .qodef-team-social.normal-social .qodef-team-social-wrapp ul li:nth-child(3) {
  bottom: 130px;
}

.qodef-team.main-info-below-image .qodef-team-social.normal-social .qodef-team-social-wrapp ul li:nth-child(4) {
  bottom: 170px;
}

.qodef-team.main-info-below-image .qodef-team-social.normal-social .qodef-team-social-wrapp ul li:nth-child(5) {
  bottom: 210px;
}

.qodef-team.main-info-below-image:hover .qodef-team-social-wrapp ul li {
  opacity: 1;
  cursor: pointer;
}

.qodef-team.main-info-below-image:hover .qodef-team-social-wrapp ul li:first-child {
  transition-delay: .1s;
}

.qodef-team.main-info-below-image:hover .qodef-team-social-wrapp ul li:nth-child(2) {
  transition-delay: .2s;
}

.qodef-team.main-info-below-image:hover .qodef-team-social-wrapp ul li:nth-child(3) {
  transition-delay: .3s;
}

.qodef-team.main-info-below-image:hover .qodef-team-social-wrapp ul li:nth-child(4) {
  transition-delay: .4s;
}

.qodef-team.main-info-below-image:hover .qodef-team-social-wrapp ul li:nth-child(5) {
  transition-delay: .5s;
}

/* Team type main info below image - end
========================================================================== */
/* ==========================================================================
# Team style - end
========================================================================== */
/* Call To Action styles
   ========================================================================== */
/* ==========================================================================
# Call to action style - begin
========================================================================== */
.qodef-call-to-action {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #f6f6f5;
}

.qodef-call-to-action .qodef-call-to-action-row-75-25,
.qodef-call-to-action .qodef-call-to-action-row-50-50,
.qodef-call-to-action .qodef-call-to-action-row-66-33 {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.qodef-call-to-action .qodef-call-to-action-row-75-25 .qodef-call-to-action-column1 {
  width: 75%;
}

.qodef-call-to-action .qodef-call-to-action-row-75-25 .qodef-call-to-action-column2 {
  width: 25%;
}

.qodef-call-to-action .qodef-call-to-action-row-50-50 .qodef-call-to-action-column1,
.qodef-call-to-action .qodef-call-to-action-row-50-50 .qodef-call-to-action-column2 {
  width: 50%;
}

.qodef-call-to-action .qodef-call-to-action-row-66-33 .qodef-call-to-action-column1 {
  width: 66%;
}

.qodef-call-to-action .qodef-call-to-action-row-66-33 .qodef-call-to-action-column2 {
  width: 34%;
}

.qodef-call-to-action .qodef-call-to-action-column2 {
  text-align: right;
}

.qodef-call-to-action .qodef-call-to-action-cell {
  display: table-cell;
  vertical-align: middle;
}

.qodef-call-to-action .qodef-text-wrapper .qodef-call-to-action-icon-holder {
  position: absolute;
  height: 100%;
  top: 0;
}

.qodef-call-to-action .qodef-text-wrapper .qodef-call-to-action-icon {
  display: table;
  height: 100%;
}

.qodef-call-to-action .qodef-text-wrapper .qodef-call-to-action-icon .qodef-call-to-action-icon-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.qodef-call-to-action .qodef-text-wrapper .qodef-call-to-action-icon .qodef-call-to-action-icon-inner .qodef-call-to-action-icon {
  color: #8b8b8b;
  font-size: 40px;
  display: inline;
}

.qodef-call-to-action.with-icon .qodef-text-wrapper .qodef-call-to-action-text {
  padding: 0 20px 0 70px;
}

/* ==========================================================================
# Call to action style - end
========================================================================== */
/* Counter styles
   ========================================================================== */
/* ==========================================================================
# Counter style - begin
========================================================================== */
.qodef-counter-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #000;
  padding: 20px 0;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.qodef-counter-holder.qodef-counter-left {
  text-align: left;
}

.qodef-counter-holder.qodef-counter-right {
  text-align: right;
}

.qodef-counter-holder.qodef-counter-center {
  text-align: center;
  padding: 20px 40px;
}

.qodef-counter-holder.qodef-counter-with-border::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  right: 0;
  height: 43px;
  border-right: 1px solid #404040;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-counter-holder .qodef-counter {
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -4px;
  margin-bottom: 10px;
  color: inherit;
  display: inline-block !important;
  height: 1em;
  vertical-align: middle;
}

.qodef-counter-holder .qodef-counter-title {
  font-weight: 500;
}

.qodef-counter-holder .qodef-counter-text {
  margin: 5px 0 0 0;
}

.qodef-counter-holder-show {
  opacity: 1;
}

/* ==========================================================================
# Counter style - end
========================================================================== */
/* Icon styles
   ========================================================================== */
.qodef-icon-shortcode {
  display: inline-block;
}

.qodef-icon-shortcode.circle, .qodef-icon-shortcode.square {
  background-color: #000;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.qodef-icon-shortcode.circle a, .qodef-icon-shortcode.square a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.qodef-icon-shortcode.circle .qodef-icon-element, .qodef-icon-shortcode.square .qodef-icon-element {
  color: #fff;
  line-height: inherit;
}

.qodef-icon-shortcode.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.qodef-icon-shortcode a {
  color: #fff;
}

.qodef-icon-shortcode a:hover {
  color: #000;
}

.qodef-icon-animation-holder {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  display: inline-block;
}

.qodef-icon-animation-holder.qodef-icon-animation-show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-icon-tiny {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.qodef-icon-small {
  font-size: 2em;
}

.qodef-icon-medium {
  font-size: 3em;
}

.qodef-icon-large {
  font-size: 4em;
}

.qodef-icon-huge {
  font-size: 5em;
}

/* Countdown styles
   ========================================================================== */
/* ==========================================================================
# Countdown style - begin
========================================================================== */
/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0 2px;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.qodef-countdown {
  font-weight: 600;
}

.countdown-section {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: inherit;
  color: #000;
}

.countdown-section:last-child .countdown-amount:after {
  display: none;
}

.countdown-amount {
  display: block;
  position: relative;
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -4px;
  margin-bottom: 10px;
  color: inherit;
}

.countdown-period {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: inherit;
}

.countdown-descr {
  display: block;
  width: 100%;
}

/* ==========================================================================
# Countdown style - end
========================================================================== */
/* Custom Font styles
   ========================================================================== */
/* ==========================================================================
# Custom font style - begin
========================================================================== */
.qodef-custom-font-holder * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.qodef-custom-font-holder *:hover {
  color: inherit;
}

.qodef-custom-font-holder .qodef-typed {
  display: inline-block;
}

.qodef-custom-font-holder .qodef-typed span {
  display: none;
}

.qodef-custom-font-holder .qodef-typed ~ .typed-cursor {
  display: inline-block;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.qodef-custom-font-holder .qodef-typed-wrap {
  width: 0;
  white-space: nowrap;
}

/* ==========================================================================
# Custom font style - end
========================================================================== */
/* Message styles
   ========================================================================== */
/* ==========================================================================
# Message style - begin
========================================================================== */
/* Unique style for both types  - begin
========================================================================== */
.qodef-message {
  position: relative;
  padding: 24px 27px;
  margin: 0;
  background-color: #dadada;
  border: 0 solid #d2d2d2;
}

@media only screen and (max-width: 480px) {
  .qodef-message {
    padding: 20px 22px;
  }
}

.qodef-message .qodef-message-inner {
  position: relative;
  padding-right: 20px;
}

.qodef-message .qodef-message-inner .qodef-message-text {
  display: table;
  height: 100%;
}

@media screen and (max-width: 320px) {
  .qodef-message .qodef-message-inner .qodef-message-text {
    line-height: normal !important;
  }
}

.qodef-message .qodef-message-inner .qodef-message-text .qodef-message-text-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
}

.qodef-message .qodef-message-inner a.qodef-close {
  position: absolute;
  right: 6px;
  top: 2px;
  line-height: 13px;
  font-size: 18px;
  color: #000;
}

.qodef-message .qodef-message-inner a.qodef-close i {
  width: 14px;
  height: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
}

.qodef-message .qodef-message-inner a.qodef-close i:hover {
  color: inherit !important;
}

/* Unique style for both types - end
========================================================================== */
/* Type with icon - begin
========================================================================== */
.qodef-message.qodef-with-icon .qodef-message-icon-holder {
  float: right;
  padding: 0 20px 0 34px;
}

@media only screen and (max-width: 600px) {
  .qodef-message.qodef-with-icon .qodef-message-icon-holder {
    padding: 20px 22px;
  }
}

.qodef-message.qodef-with-icon .qodef-message-icon-holder .qodef-message-icon {
  display: table;
  height: 100%;
  color: #000;
}

.qodef-message.qodef-with-icon .qodef-message-icon-holder .qodef-message-icon .qodef-message-icon-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
}

.qodef-message.qodef-with-icon .qodef-message-icon-holder .qodef-message-icon .qodef-message-icon-inner > i,
.qodef-message.qodef-with-icon .qodef-message-icon-holder .qodef-message-icon .qodef-message-icon-inner > span {
  line-height: 1em;
  padding: 8px;
}

/* Type with icon - end
========================================================================== 
/* ==========================================================================
# Message style - end
========================================================================== */
/* Ordered List styles
   ========================================================================== */
/* ==========================================================================
# Ordered List Style - begin
========================================================================== */
.qodef-ordered-list ol {
  counter-reset: li;
  display: block;
  list-style-type: none;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 30px;
}

.qodef-ordered-list ol li {
  font-family: inherit;
  padding: 6px 0px;
}

.qodef-ordered-list ol > li:before {
  color: #000;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  padding-right: 15px;
}

.qodef-ordered-list ul {
  counter-reset: li;
  display: block;
  list-style-type: none;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 30px;
}

/* ==========================================================================
# Ordered List Style - end
========================================================================== */
/* Unordered List styles
   ========================================================================== */
/* ==========================================================================
# Unordered List Style - begin
========================================================================== */
.qodef-unordered-list ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.qodef-unordered-list ul > li {
  position: relative;
  padding: 6px 0px 6px 24px;
}

.qodef-unordered-list ul > li:before {
  width: 15px;
  line-height: inherit;
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 0;
  color: #000;
  text-align: center;
  content: '\25cf';
  font-size: 10px;
}

.qodef-unordered-list.qodef-line ul > li:before {
  content: '-';
  font-size: inherit;
}

.qodef-unordered-list.qodef-arrow ul > li:before {
  top: 1px;
  content: '\24';
  font-size: 15px;
  font-family: 'ElegantIcons';
}

.qodef-unordered-list.qodef-animate-list ul li {
  opacity: 0;
  top: -40px;
  -webkit-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
}

.qodef-unordered-list.qodef-animate-list.qodef-appeared ul li,
.touch .no_animation_on_touch .qodef-unordered-list.qodef-animate-list ul li {
  opacity: 1;
  top: 0;
}

/* ==========================================================================
# Unordered List Style - end
========================================================================== */
/* Icon List Item styles
   ========================================================================== */
/* ==========================================================================
# Icon List Item style - begin
========================================================================== */
.qodef-icon-list-item {
  position: relative;
  display: table;
  width: 100%;
  height: 37px;
  margin: 0 0 9px;
}

.qodef-icon-list-item .qodef-icon-list-icon-holder {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-right: 15px;
  box-sizing: border-box;
}

.qodef-icon-list-item .qodef-icon-list-icon-holder-inner i,
.qodef-icon-list-item .qodef-icon-list-icon-holder-inner span {
  display: block;
  color: #000;
  font-size: 19px;
  text-align: center;
}

.qodef-icon-list-item .qodef-icon-list-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

/* ==========================================================================
# Icon List Item style - end
========================================================================== */
/* Progress Bar styles
   ========================================================================== */
/* ==========================================================================
   Progress bar shortcode start styles
   ========================================================================== */
.qodef-progress-bar {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding-right: 24px;
}

.qodef-progress-bar .qodef-progress-title-holder {
  position: relative;
  margin: 3px 0;
}

.qodef-progress-bar .qodef-progress-title-holder .qodef-progress-title {
  display: inline-block;
  z-index: 100;
}

.qodef-progress-bar .qodef-progress-number-wrapper {
  text-align: right;
  left: 0;
  z-index: 10;
  opacity: 0;
  bottom: 0;
}

.qodef-progress-bar .qodef-progress-number-wrapper .qodef-progress-number {
  display: inline-block;
  text-align: center;
  float: right;
}

.qodef-progress-bar .qodef-progress-number-wrapper .qodef-progress-number .qodef-percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 1em;
}

.qodef-progress-bar .qodef-progress-number-wrapper.qodef-floating {
  width: 100%;
  height: 100%;
}

.qodef-progress-bar .qodef-progress-number-wrapper.qodef-floating .qodef-progress-number {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.qodef-progress-bar .qodef-progress-number-wrapper.qodef-static {
  width: 100%;
  margin-left: 0;
}

.qodef-progress-bar .qodef-progress-content-outer {
  background-color: #dadada;
  position: relative;
  overflow: hidden;
  height: 5px;
  border-radius: 5px;
}

.qodef-progress-bar .qodef-progress-content-outer .qodef-progress-content {
  max-width: 100%;
  width: 0;
  overflow: hidden;
  background-color: #000;
  height: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

/* ==========================================================================
   Progress bar shortcode end styles
   ========================================================================== */
/* Testimonials styles
   ========================================================================== */
/* ==========================================================================
# Testimonial style - begin
========================================================================== */
.qodef-testimonials {
  visibility: hidden;
  /* Testimonials image  styles */
}

.qodef-testimonials .qodef-testimonial-text-holder {
  position: relative;
  display: block;
}

.qodef-testimonials .qodef-testimonial-text-holder .qodef-testimonial-text-inner {
  display: block;
  text-align: left;
}

.qodef-testimonials .qodef-testimonial-text-holder .qodef-testimonial-text-inner .qodef-testimonial-title {
  margin: 0 0 20px;
}

.qodef-testimonials .qodef-testimonial-text-holder .qodef-testimonial-text-inner .qodef-testimonial-text {
  margin: 0 0 26px;
}

.qodef-testimonials .qodef-testimonial-image-holder {
  text-align: center;
  margin-bottom: 36px;
}

.qodef-testimonials .qodef-testimonial-image-holder img {
  max-width: 100%;
  vertical-align: middle;
}

.qodef-testimonials.slick-slider .qodef-slick-prev,
.qodef-testimonials.slick-slider .qodef-slick-next {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  top: auto;
  left: auto;
  font-size: 22px;
  bottom: -10px;
}

.qodef-testimonials.slick-slider .qodef-slick-prev {
  right: 30px;
}

.qodef-testimonials.slick-slider .qodef-slick-prev:after {
  content: "/";
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 0;
}

/* ==========================================================================
# Testimonial style - end
========================================================================== */
/* Pricing Tables styles
   ========================================================================== */
/* ==========================================================================
# Pricing table style - begin
========================================================================== */
.qodef-pricing-tables.qodef-two-columns .qodef-price-table {
  width: 48.75%;
}

.qodef-pricing-tables.qodef-three-columns .qodef-price-table {
  width: 31.666666666666668%;
}

.qodef-pricing-tables.qodef-four-columns .qodef-price-table {
  width: 23.125%;
}

.qodef-price-table {
  position: relative;
  width: 100%;
  padding: 0;
  margin-left: 2.5%;
  float: left;
}

.qodef-price-table:first-child {
  margin-left: 0;
}

.qodef-price-table .qodef-price-table-inner {
  position: relative;
  background-color: #f8f8f8;
}

.qodef-price-table .qodef-price-table-inner ul {
  list-style: none outside none;
  margin: 0;
}

.qodef-price-table .qodef-price-table-inner ul li {
  text-align: center;
  margin: 0;
  padding: 0;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-title,
.qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices,
.qodef-price-table .qodef-price-table-inner ul li.qodef-table-content {
  border-bottom: 1px solid #e7e7e7;
}

.qodef-price-table .qodef-price-table-inner ul li:last-child {
  border-bottom: none !important;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-title {
  padding: 31px 10px 24px;
  position: relative;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-title .qodef-title-content {
  display: block;
  text-transform: uppercase;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-content {
  padding: 20px 25px 26px;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-content ul {
  padding: 0;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-content ul li:last-child {
  border-bottom: none;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices {
  padding: 33px 0px 19px;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices .qodef-price-in-table {
  text-align: center;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices .qodef-price-holder {
  display: block;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices .qodef-value {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  color: #000000;
  vertical-align: top;
  font-weight: 300;
  bottom: 0;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices .qodef-price {
  font-size: 60px;
  line-height: 60px;
  padding: 0 3px;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: -2px;
  color: #1d1d1d;
}

.qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices .qodef-mark {
  position: relative;
  vertical-align: bottom;
  display: block;
  padding: 0 0 0 18px;
}

.qodef-price-table .qodef-price-table-inner .qodef-price-button {
  padding: 30px 0;
}

.qodef-price-table.qodef-active .qodef-price-table-inner {
  margin: -26px 0 0;
  padding: 0 0 10px;
}

.qodef-price-table.qodef-active > ul {
  margin: -38px 0 0;
  padding: 38px 0 0;
  background-position: 0 38px;
}

.qodef-price-table.qodef-active .qodef-table-title {
  background-color: #1d1d1d;
}

.qodef-price-table.qodef-active .qodef-table-title .qodef-title-content {
  color: #fff;
}

.qodef-price-table.qodef-active .qodef-active-text {
  text-align: center;
  display: block;
}

/* ==========================================================================
# Pricing table style - end
========================================================================== */
/* Pie Chart Basic styles
   ========================================================================== */
/* ==========================================================================
# Pie Chart Basic - begin
========================================================================== */
.qodef-pie-chart-holder {
  position: relative;
  display: block;
}

.qodef-pie-chart-holder .qodef-percentage {
  position: relative;
  display: block;
  height: 180px;
  width: 180px;
  line-height: 180px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.qodef-pie-chart-holder .qodef-percentage .qodef-pie-title {
  line-height: inherit;
}

.qodef-pie-chart-holder .qodef-percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-pie-chart-holder .qodef-to-counter {
  position: relative;
  font-weight: 500;
  font-size: 40px;
  color: #000;
}

.qodef-pie-chart-holder .qodef-pie-chart-text {
  text-align: center;
  margin: 23px 0 0;
}

.qodef-pie-chart-holder .qodef-pie-chart-text .qodef-pie-title {
  margin: 0 0 12px;
}

.qodef-pie-chart-holder .qodef-pie-chart-text p {
  margin-top: 25px;
}

/* ==========================================================================
# Pie Chart Basic - end
========================================================================== */
/* Pie Chart With Icon styles
   ========================================================================== */
/* ==========================================================================
# Pie Chart With Icon - begin
========================================================================== */
.qodef-pie-chart-with-icon-holder {
  position: relative;
  display: block;
}

.qodef-pie-chart-with-icon-holder .qodef-percentage-with-icon {
  position: relative;
  display: block;
  height: 180px;
  width: 180px;
  line-height: 180px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s ease 0s;
  -moz-transition: opacity .3s ease 0s;
  -o-transition: opacity .3s ease 0s;
}

.qodef-pie-chart-with-icon-holder .qodef-percentage-with-icon canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-pie-chart-with-icon-holder .qodef-percentage-with-icon i,
.qodef-pie-chart-with-icon-holder .qodef-percentage-with-icon span {
  float: none;
  margin: 0;
  color: #000;
  vertical-align: middle !important;
  display: inline;
  font-size: 50px;
}

.qodef-pie-chart-with-icon-holder .qodef-percentage-with-icon .qodef_icon_font_elegant {
  line-height: inherit;
}

.qodef-pie-chart-with-icon-holder .qodef-pie-chart-text {
  text-align: center;
  margin: 23px 0 0;
}

.qodef-pie-chart-with-icon-holder .qodef-pie-chart-text .qodef-pie-title {
  margin: 0 0 12px;
}

/* ==========================================================================
# Pie Chart With Icon - end
========================================================================== */
/* Pie Chart Doughnut styles
   ========================================================================== */
/* ==========================================================================
# Pie Chart Doughnut - begin
========================================================================== */
.qodef-pie-chart-doughnut-holder {
  display: block;
  position: relative;
  overflow: hidden;
}

.qodef-pie-chart-doughnut-holder .qodef-pie-chart-doughnut {
  margin: 0 22px 0 0;
  float: left;
}

.qodef-pie-chart-doughnut-holder .qodef-pie-legend {
  position: relative;
  float: left;
  width: 40%;
}

.qodef-pie-chart-doughnut-holder .qodef-pie-legend ul {
  list-style: none;
  padding: 0;
}

.qodef-pie-chart-doughnut-holder .qodef-pie-legend ul li {
  display: block;
  margin: 0 0 10px 0;
}

.qodef-pie-chart-doughnut-holder .qodef-pie-legend ul li .qodef-pie-color-holder {
  width: 25px;
  height: 25px;
  background-color: #000;
  float: left;
}

.qodef-pie-chart-doughnut-holder .qodef-pie-legend ul li p {
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 50px;
}

/* ==========================================================================
# Pie Chart Doughnut - end
========================================================================== */
/* Pie Chart Pie styles
   ========================================================================== */
/* ==========================================================================
# Pie Chart Pie - begin
========================================================================== */
.qodef-pie-chart-pie-holder {
  display: block;
  position: relative;
  overflow: hidden;
}

.qodef-pie-chart-pie-holder .qodef-pie-chart-pie {
  margin: 0 22px 0 0;
  float: left;
}

.qodef-pie-chart-pie-holder .qodef-pie-legend {
  position: relative;
  float: left;
  width: 20%;
}

.qodef-pie-chart-pie-holder .qodef-pie-legend ul {
  list-style: none;
  padding: 0;
}

.qodef-pie-chart-pie-holder .qodef-pie-legend ul li {
  display: block;
  margin: 0 0 10px 0;
}

.qodef-pie-chart-pie-holder .qodef-pie-legend ul li .qodef-pie-color-holder {
  width: 25px;
  height: 25px;
  background-color: #000;
  float: left;
}

.qodef-pie-chart-pie-holder .qodef-pie-legend ul li p {
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 50px;
}

/* ==========================================================================
# Pie Chart Pie - end
========================================================================== */
/* Pie Chart Pie styles
   ========================================================================== */
.qodef-process-holder {
  position: relative;
}

.qodef-process-holder .qodef-process-inner {
  margin: 0 -47px;
}

.qodef-process-holder .qodef-process-item-holder {
  text-align: center;
  float: left;
  width: 25%;
}

.no-touchevents .qodef-process-holder .qodef-process-item-holder {
  opacity: 1;
}

.qodef-process-holder .qodef-process-item-holder .qodef-pi-holder-inner {
  padding: 0 47px;
}

.qodef-process-holder .qodef-process-item-holder .qodef-pi-number-holder {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #eeeeee;
  border-radius: 100%;
  position: relative;
  color: #000;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.qodef-process-holder .qodef-process-item-holder .qodef-pi-number-holder:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-transition: left 0.2s ease-out, right 0.2s ease-out, top 0.2s ease-out, bottom 0.2s ease-out;
  -moz-transition: left 0.2s ease-out, right 0.2s ease-out, top 0.2s ease-out, bottom 0.2s ease-out;
  transition: left 0.2s ease-out, right 0.2s ease-out, top 0.2s ease-out, bottom 0.2s ease-out;
}

.qodef-process-holder .qodef-process-item-holder .qodef-pi-number-holder .qodef-pi-number {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 62px;
  line-height: 1em;
  font-weight: 300;
}

.qodef-process-holder .qodef-process-item-holder .qodef-pi-number-holder .qodef-pi-arrow {
  position: absolute;
  right: -67px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #b5b5b5;
}

.qodef-process-holder .qodef-process-item-holder:hover .qodef-pi-number-holder, .qodef-process-holder .qodef-process-item-holder.qodef-pi-highlighted .qodef-pi-number-holder {
  background-color: #000;
  color: #fff;
}

.qodef-process-holder .qodef-process-item-holder:hover .qodef-pi-number-holder:after, .qodef-process-holder .qodef-process-item-holder.qodef-pi-highlighted .qodef-pi-number-holder:after {
  left: 8px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.qodef-process-holder .qodef-process-item-holder:last-child .qodef-pi-arrow {
  display: none;
}

.qodef-process-holder .qodef-process-item-holder .qodef-pi-content-holder {
  padding-top: 29px;
}

.qodef-process-holder.qodef-process-holder-items-three .qodef-process-item-holder {
  width: 33.33%;
}

.qodef-process-holder.qodef-process-holder-items-five .qodef-process-item-holder {
  width: 20%;
}

.qodef-process-holder.qodef-process-multiple-highlights .qodef-pi-holder-inner {
  width: 100%;
}

.qodef-process-holder .qodef-pi-title-holder {
  margin-bottom: 7px;
}

.qodef-process-holder .qodef-pi-title {
  margin: 0;
}

.qodef-process-holder .qodef-pi-text-holder p {
  margin: 0;
}

/* Tabs styles
   ========================================================================== */
/* ==========================================================================
# Tabs style - begin
========================================================================== */
.qodef-tabs .qodef-tabs-nav {
  display: block;
  position: relative;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-tabs .qodef-tabs-nav li {
  margin: 0;
}

.qodef-tabs .qodef-tabs-nav li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #000;
  border-bottom: 2px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.qodef-tabs .qodef-tabs-nav li a i,
.qodef-tabs .qodef-tabs-nav li a span {
  -webkit-transition: initial;
  -moz-transition: initial;
  transition: initial;
}

.qodef-tabs .qodef-tabs-nav li a .qodef-icon-frame {
  display: inline-block;
  min-width: 20px;
  line-height: 1;
  vertical-align: middle;
}

.qodef-tabs .qodef-tabs-nav li a .qodef-tab-text-after-icon {
  -webkit-transition: initial;
  -moz-transition: initial;
  transition: initial;
  vertical-align: middle;
}

.qodef-tabs .qodef-tab-container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Icon tabs styles
   ========================================================================== */
.qodef-tabs.qodef-horizontal-tab.qodef-tab-with-icon ul li a .qodef-tab-text-after-icon {
  padding: 0 4px 0 0;
  display: inline-block;
}

.qodef-tabs.qodef-vertical-tab.qodef-tab-with-icon ul li a .qodef-tab-text-after-icon {
  padding: 0 0 0 13px;
  display: inline-block;
  position: absolute;
}

.qodef-tabs.qodef-tab-with-icon ul li:hover .qodef-icon-frame {
  -webkit-animation: qodef-appear 0.35s forwards ease;
  -moz-animation: qodef-appear 0.35s forwards ease;
  animation: qodef-appear 0.35s forwards ease;
}

@-webkit-keyframes qodef-appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    transform: translateX(25px);
  }
  30% {
    opacity: .1;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes qodef-appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    transform: translateX(25px);
  }
  30% {
    opacity: .1;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/* Horizontal tabs styles
   ========================================================================== */
.qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li {
  float: left;
}

.qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li a {
  text-align: center;
  padding: 19px 42px;
}

.qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li.ui-state-hover a {
  border-bottom: 2px solid #000;
}

.qodef-tabs.qodef-horizontal-tab .qodef-tab-container {
  padding: 25px 10px 25px 0;
}

/* Vertical tabs styles
   ========================================================================== */
.qodef-tabs.qodef-vertical-tab .qodef-tabs-nav {
  float: left;
  width: 23%;
}

.qodef-tabs.qodef-vertical-tab .qodef-tabs-nav li {
  position: relative;
  display: block;
  width: 100%;
}

.qodef-tabs.qodef-vertical-tab .qodef-tabs-nav li a {
  color: #000;
  margin-right: 0;
  margin-bottom: 1px;
  padding: 15px 9px;
}

.qodef-tabs.qodef-vertical-tab .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-vertical-tab .qodef-tabs-nav li.ui-state-hover a {
  border-bottom: 2px solid #000;
}

.qodef-tabs.qodef-vertical-tab .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-vertical-tab .qodef-tab-container {
  float: left;
  width: 77%;
  padding: 10px 30px;
}

.qodef-tabs.qodef-vertical-tab.qodef-tab-only-icon .qodef-tabs-nav li a {
  text-align: center;
}

/* ==========================================================================
# Tabs style - end
========================================================================== */
/* Accordions styles
   ========================================================================== */
/* ==========================================================================
   Accordion shortcode - start styles
   ========================================================================== */
.qodef-accordion-holder {
  position: relative;
  /* Accordion Style */
}

.qodef-accordion-holder .qodef-accordion-content {
  margin: 0;
  padding: 15px 20px 20px;
  font-size: 14px;
}

.qodef-accordion-holder .qodef-title-holder {
  cursor: pointer;
  position: relative;
  height: 45px;
  padding: 0;
  box-sizing: border-box;
  border-top: 2px solid rgba(210, 210, 210, 0.25);
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: border-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out, color 0.15s ease-out;
  transition: border-color 0.15s ease-out, color 0.15s ease-out;
}

.qodef-accordion-holder .qodef-title-holder:first-child {
  margin: 0;
}

.qodef-accordion-holder .qodef-title-holder .qodef-tab-title {
  padding: 0 40px 0 0;
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.qodef-accordion-holder .qodef-title-holder .qodef-tab-title span.qodef-tab-title-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  text-align: left;
}

.qodef-accordion-holder .qodef-title-holder .qodef-accordion-mark {
  position: absolute;
  display: block;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 44px;
  color: #8a8a8a;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

.qodef-accordion-holder .qodef-title-holder .qodef-accordion-mark-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  text-align: center;
  font-size: 18px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-accordion-holder .qodef-title-holder .qodef-accordion-mark-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  margin-left: -1px;
}

.qodef-accordion-holder .qodef-title-holder .qodef-accordion-mark-icon .fa-caret-up {
  opacity: 0;
}

.qodef-accordion-holder .qodef-title-holder .qodef-accordion-mark-icon .fa-caret-down {
  opacity: 1;
}

.qodef-accordion-holder .qodef-title-holder.ui-state-active {
  color: #000;
}

.qodef-accordion-holder .qodef-title-holder.ui-state-active .qodef-accordion-mark {
  color: #000;
}

.qodef-accordion-holder .qodef-title-holder.ui-state-active .qodef-accordion-mark-icon .fa-caret-up {
  opacity: 1;
}

.qodef-accordion-holder .qodef-title-holder.ui-state-active .qodef-accordion-mark-icon .fa-caret-down {
  opacity: 0;
}

.qodef-accordion-holder.qodef-accordion .qodef-title-holder {
  margin: 0 0 10px;
}

.qodef-accordion-holder.qodef-accordion .qodef-title-holder .qodef-tab-title {
  padding: 0 40px 0 15px;
}

/* ==========================================================================
   Accordion shortcode - end styles
   ========================================================================== */
/* Google Map styles
   ========================================================================== */
/* ==========================================================================
   Google Map start style
   ========================================================================== */
.qodef-google-map-holder {
  position: relative;
}

.qodef-google-map {
  display: block;
  width: 100%;
  height: 300px;
}

.qodef-google-map iframe,
.qodef-google-map object,
.qodef-google-map embed {
  width: 100%;
  display: block;
}

.qodef-google-map img {
  max-width: none;
}

.qodef-google-map-overlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

/* ==========================================================================
   End of Google Map style
   ========================================================================== */
/* Separator styles
   ========================================================================== */
/* ==========================================================================
   Separator start style
   ========================================================================== */
.qodef-separator-holder {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1em;
}

.qodef-separator-holder.qodef-separator-center {
  text-align: center;
}

.qodef-separator-holder.qodef-separator-left {
  text-align: left;
}

.qodef-separator-holder.qodef-separator-right {
  text-align: right;
}

.qodef-separator-holder.qodef-separator-full-width .qodef-separator {
  width: 100% !important;
}

.qodef-separator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #d2d2d2;
  margin: 10px 0;
}

/* ==========================================================================
   End of Separator style
   ========================================================================== */
/* Blog List styles
   ========================================================================== */
/* #Latest posts
   ========================================================================== */
.qodef-blog-list-holder {
  display: inline-block;
  width: 100%;
}

.qodef-blog-list-holder > ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.qodef-blog-list-holder > ul > li {
  display: block;
  position: relative;
}

.qodef-blog-list-holder .qodef-item-text-holder {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}

.qodef-blog-list-holder .qodef-excerpt {
  margin: 0 0 16px;
}

.qodef-blog-list-holder .qodef-item-info-section {
  margin-bottom: 22px;
}

.qodef-blog-list-holder .qodef-item-image img {
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-list-holder .qodef-blog-list-paging {
  text-align: center;
  margin-top: 20px;
}

.qodef-blog-list-holder.qodef-boxes > ul {
  clear: both;
}

.qodef-blog-list-holder.qodef-boxes > ul > li {
  padding: 0;
  float: left;
  border: 0;
  box-sizing: border-box;
  margin: 0 2% 2% 0;
}

.qodef-blog-list-holder.qodef-boxes .qodef-item-image > a {
  display: block;
  position: relative;
}

.qodef-blog-list-holder.qodef-boxes .qodef-item-image > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}

.qodef-blog-list-holder.qodef-boxes .qodef-item-image > a:hover:after {
  opacity: 1;
}

.qodef-blog-list-holder.qodef-boxes .qodef-item-text-holder {
  padding: 25px 0 0;
}

.qodef-blog-list-holder.qodef-boxes .qodef-item-text-holder .qodef-item-info-section {
  font-size: 16px;
  font-weight: 600;
  color: #8a8a8a;
  margin: 0 0 4px;
}

.qodef-blog-list-holder.qodef-boxes .qodef-item-text-holder .qodef-item-title {
  margin: 0 0 17px;
}

.qodef-blog-list-holder.qodef-boxes.qodef-one-column > ul > li {
  float: none;
  margin: 0;
}

.qodef-blog-list-holder.qodef-boxes.qodef-two-columns > ul > li {
  width: 49%;
}

.qodef-blog-list-holder.qodef-boxes.qodef-three-columns > ul > li {
  width: 32%;
}

.qodef-blog-list-holder.qodef-boxes.qodef-four-columns > ul > li {
  width: 23.5%;
}

.qodef-blog-list-holder.qodef-boxes.qodef-two-columns ul.qodef-blog-list li:nth-child(2n),
.qodef-blog-list-holder.qodef-boxes.qodef-three-columns ul.qodef-blog-list li:nth-child(3n),
.qodef-blog-list-holder.qodef-boxes.qodef-four-columns ul.qodef-blog-list li:nth-child(4n) {
  margin: 0;
}

.qodef-blog-list-holder.qodef-boxes.qodef-two-columns ul.qodef-blog-list li:nth-child(2n+1),
.qodef-blog-list-holder.qodef-boxes.qodef-three-columns ul.qodef-blog-list li:nth-child(3n+1),
.qodef-blog-list-holder.qodef-boxes.qodef-four-columns ul.qodef-blog-list li:nth-child(4n+1) {
  clear: both;
}

/*------------------image in left box -----------------------------*/
.qodef-blog-list-holder.qodef-image-in-box ul > li:not(:first-child) {
  padding: 27px 0 0 0;
}

.qodef-blog-list-holder.qodef-image-in-box .qodef-blog-list-item-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-blog-list-holder.qodef-image-in-box .qodef-item-image {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  width: 107px;
  padding-right: 11px;
}

.qodef-blog-list-holder.qodef-image-in-box .qodef-item-text-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  text-align: left;
  vertical-align: top;
  padding: 0;
}

.qodef-blog-list-holder.qodef-image-in-box .qodef-item-info-section {
  margin: 0;
  font-size: 18px;
}

/*------------------Minimal type styles -----------------------------*/
.qodef-blog-list-holder.qodef-minimal > ul > li:not(:first-child) {
  padding: 15px 0 0 0;
}

.qodef-blog-list-holder.qodef-minimal .qodef-item-text-holder {
  padding: 0;
}

.qodef-blog-list-holder.qodef-minimal .qodef-excerpt {
  margin: 0;
}

/*------------------Masonry type styles -----------------------------*/
.qodef-blog-list-holder.qodef-masonry {
  margin-bottom: 20px;
  overflow: visible !important;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-blog-list-holder.qodef-masonry > ul {
  opacity: 0;
}

.qodef-blog-list-holder.qodef-masonry > ul.qodef-appeared {
  opacity: 1;
}

.qodef-blog-list-holder.qodef-masonry > ul.qodef-appeared .qodef-blog-list-item-info-section {
  border-bottom: transparent;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item {
  display: block;
  width: 32%;
  padding: 0;
  text-align: left;
  vertical-align: top;
  z-index: 100;
  margin: 0 0 20px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 13px 20px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 13px 20px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 20px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.15s ease-out, box-shadow 0.3s;
  -moz-transition: border-color 0.15s ease-out, box-shadow 0.3s;
  transition: border-color 0.15s ease-out, box-shadow 0.3s;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item:hover {
  -webkit-box-shadow: 0px 13px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 13px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 20px 10px rgba(0, 0, 0, 0.1);
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.format-link .qodef-blog-list-item-info-section {
  border-bottom: transparent;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-text-holder {
  padding: 49px 37px 22px;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-post-info-date {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 16px;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-title {
  margin-bottom: 0px;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-standard.qodef-blog-list-item-info-section,
.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-video.qodef-blog-list-item-info-section,
.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-audio.qodef-blog-list-item-info-section {
  margin-top: 0px;
  padding: 0px;
  border: none;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-excerpt {
  padding: 0;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .slick-slide img {
  vertical-align: middle;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-inst-mark {
  position: absolute;
  color: #fff;
  font-size: 33px;
  right: 17px;
  top: 13px;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-info-section,
.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-info-section > div a {
  color: #a5a5a5;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-audio-holder,
.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-image {
  margin-bottom: 0;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-image a {
  display: block;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-image a img {
  vertical-align: middle;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-text-holder {
  padding: 75px 54px 87px 30px;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-text-holder .qodef-blog-list-item-title a {
  color: #fff;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-text-holder .qodef-blog-list-item-title a:hover {
  color: #fff;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-title {
  position: relative;
  z-index: 99;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-title a {
  color: #353535;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-title a:hover {
  color: #000;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-title span {
  color: #000;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-quote .qodef-blog-list-item-text-holder {
  padding: 62px 54px 67px 30px;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-quote .qodef-blog-list-item-title {
  position: relative;
  z-index: 99;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 26px;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-quote .qodef-blog-list-item-title a {
  color: #fff;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-quote .qodef-blog-list-item-title a:hover {
  color: #fff;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-quote .qodef-blog-list-item-title span {
  color: #000;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-quote .qodef-quote-author {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-mark.qodef-quote-mark {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.05);
  font-size: 195px;
  left: auto;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-list-item-mark.qodef-quote-mark i {
  line-height: 1em;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .icon_link {
  display: block;
  text-align: right;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .icon_link:before {
  font-size: 155px;
  line-height: 200px;
  margin-right: 0px;
  color: rgba(0, 0, 0, 0.05);
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item .qodef-blog-soundcloud-holder iframe {
  vertical-align: middle;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-item-mark.qodef-link-mark {
  position: absolute;
  top: 28px;
  right: 15px;
  font-size: 28px;
  color: #000;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-item-text-holder {
  padding: 0px;
  text-align: left;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-ql-content {
  padding: 70px 35px 30px;
  position: relative;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-item-twitter-user,
.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-post-title,
.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter p,
.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-item-info-section {
  text-align: left;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-item-twitter-user {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 19px;
  color: #bdbdbd;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-twitter-content {
  word-wrap: break-word;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-post-title {
  margin-bottom: 18px;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-twitter-excerpt {
  margin: 34px 0 0;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-item-info-section {
  margin-top: 25%;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-grid-sizer {
  width: 32%;
}

.qodef-blog-list-holder.qodef-masonry .qodef-blog-list-masonry-grid-gutter {
  width: 2%;
}

.qodef-blog-list-holder.qodef-masonry.qodef-holder-with-padding .qodef-blog-list-masonry-item .qodef-blog-list-item-text-holder {
  padding: 22px 40px;
}

.qodef-blog-list-holder.qodef-masonry.qodef-holder-with-padding .qodef-blog-list-masonry-item.qodef-blog-list-link .qodef-blog-list-item-text-holder {
  padding: 75px 54px 87px 37px;
}

.qodef-blog-list-holder.qodef-masonry.qodef-holder-with-padding .qodef-blog-list-masonry-item.qodef-blog-list-quote .qodef-blog-list-item-text-holder {
  padding: 62px 54px 67px 37px;
}

.qodef-blog-list-holder.qodef-masonry.qodef-holder-with-padding .qodef-blog-list-masonry-item.qodef-blog-list-twitter .qodef-blog-list-item-text-holder {
  padding: 0px;
}

.qodef-blog-list-holder.qodef-masonry.qodef-holder-with-shadow .qodef-blog-list-masonry-item {
  -webkit-box-shadow: 0 2px 11px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 11px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 11px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 0.15s ease-out, box-shadow 0.3s;
  -moz-transition: border-color 0.15s ease-out, box-shadow 0.3s;
  transition: border-color 0.15s ease-out, box-shadow 0.3s;
}

.qodef-blog-list-holder.qodef-masonry.qodef-holder-with-shadow .qodef-blog-list-masonry-item:hover {
  -webkit-box-shadow: 0px 4px 11px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 11px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 11px 6px rgba(0, 0, 0, 0.08);
}

.qodef-blog-list-holder.qodef-boxes.qodef-holder-with-padding .qodef-item-text-holder {
  padding: 20px 42px 41px 40px;
}

.qodef-blog-list-holder.qodef-boxes.qodef-holder-with-shadow .qodef-blog-list-item {
  -webkit-box-shadow: 5px 5px 29px 0px #ebebeb;
  -moz-box-shadow: 5px 5px 29px 0px #ebebeb;
  box-shadow: 5px 5px 29px 0px #ebebeb;
  -webkit-transition: border-color 0.15s ease-out, box-shadow 0.3s;
  -moz-transition: border-color 0.15s ease-out, box-shadow 0.3s;
  transition: border-color 0.15s ease-out, box-shadow 0.3s;
}

.qodef-blog-list-holder.qodef-boxes.qodef-holder-with-shadow .qodef-blog-list-item:hover {
  -webkit-box-shadow: 5px 5px 33px 0px #ebebeb;
  -moz-box-shadow: 5px 5px 33px 0px #ebebeb;
  box-shadow: 5px 5px 33px 0px #ebebeb;
}

/* Blog Slider styles
   ========================================================================== */
/* ==========================================================================
# Blog Slider style - begin
========================================================================== */
.qodef-blog-slider {
  /* #Blog simple slider - start
========================================================================== */
  /* #Blog simple slider - end
========================================================================== */
  /* #Blog carousel - start
========================================================================== */
  /* #Blog carousel - end
========================================================================== */
}

.qodef-blog-slider .qodef-blog-slide-title {
  margin-bottom: 11px;
}

.qodef-blog-slider .qodef-blog-slide-post-info {
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 14px;
}

.qodef-blog-slider .qodef-blog-slide-post-info > div {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #757575;
}

.qodef-blog-slider .qodef-blog-slide-post-info > div a {
  color: #8a8a8a;
}

.qodef-blog-slider .qodef-blog-slide-post-info > div:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.qodef-blog-slider .qodef-blog-slide-excerpt {
  margin-top: 0;
  margin-bottom: 23px;
}

.qodef-blog-slider .qodef-blog-slide-read-more {
  color: #000;
  font-weight: 500;
}

.qodef-blog-slider .qodef-blog-slide-image img {
  vertical-align: middle;
}

.qodef-blog-slider .qodef-blog-slide-info-holder {
  padding: 70px 42px 67px 42px;
  background-color: #fff;
}

.qodef-blog-slider.qodef-blog-slider-type-carousel {
  margin: 0 -13px;
}

.qodef-blog-slider.qodef-blog-slider-type-carousel .qodef-blog-carousel-item {
  padding: 0 13px;
}

/* ==========================================================================
# Blog Slider - end
========================================================================== */
/* Button styles
   ========================================================================== */
.qodef-btn {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 600;
  font-family: inherit;
  padding: 17px 58px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  text-transform: lowercase;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-btn.qodef-btn-solid {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-color):not(.qodef-btn-light):hover {
  color: #fff !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):not(.qodef-btn-light):hover {
  background-color: #1d1d1d !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-border-hover):not(.qodef-btn-light):hover {
  border-color: #1d1d1d !important;
}

.qodef-btn.qodef-btn-solid.qodef-btn-light {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000;
}

.qodef-btn.qodef-btn-solid.qodef-btn-light:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.qodef-btn.qodef-btn-outline {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-bg):hover {
  background-color: #000 !important;
  color: #fff !important;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):hover {
  border-color: #000 !important;
}

.qodef-btn.qodef-btn-outline.qodef-btn-light {
  border-color: #ffffff;
  color: #ffffff;
}

.qodef-btn.qodef-btn-outline.qodef-btn-light:hover {
  background-color: #000;
  border-color: #000;
}

.qodef-btn.qodef-btn-small {
  padding: 17px 49px;
}

.qodef-btn.qodef-btn-large {
  font-size: 16px;
  padding: 19px 53px;
}

.qodef-btn.qodef-btn-huge, .qodef-btn.qodef-btn-huge-full-width {
  font-size: 17px;
  padding: 21px 67px;
}

.qodef-btn.qodef-btn-huge-full-width {
  display: block;
  text-align: center;
}

.qodef-btn.qodef-btn-icon .qodef-btn-text {
  margin-right: 10px;
}

input[type=submit].qodef-btn,
button.qodef-btn {
  cursor: pointer;
}

/* Carousel styles
   ========================================================================== */
/* ==========================================================================
# Carousels style - begin
========================================================================== */
.qodef-carousel-holder {
  opacity: 0;
  /* Carousel navigation - begin
	========================================================================== */
  /* Carousel navigation - end
	========================================================================== */
}

.qodef-carousel-holder .qodef-carousel-item-holder {
  position: relative;
  text-align: center;
  /* Image zoom - begin
		========================================================================== */
  /* Image zoom - end
		========================================================================== */
  /* Image change on hover - begin
		========================================================================== */
  /* Image change on hover - end
		========================================================================== */
}

.qodef-carousel-holder .qodef-carousel-item-holder .qodef-carousel-first-image-holder.qodef-image-zoom img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-backface-visibility: hidden;
}

.qodef-carousel-holder .qodef-carousel-item-holder .qodef-carousel-first-image-holder.qodef-image-zoom:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-carousel-holder .qodef-carousel-item-holder .qodef-carousel-first-image-holder.qodef-image-change {
  position: relative;
  opacity: 1;
  z-index: 5;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-carousel-holder .qodef-carousel-item-holder .qodef-carousel-second-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.qodef-carousel-holder .qodef-carousel-item-holder:hover .qodef-carousel-first-image-holder.qodef-image-change {
  opacity: 0;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-buttons {
  width: 100%;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2%;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2%;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-buttons .qodef-prev-icon,
.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-buttons .qodef-next-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #74797b;
  text-align: center;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-buttons .qodef-prev-icon i,
.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-buttons .qodef-next-icon i {
  font-size: 22px;
  line-height: 40px;
  color: #74797b;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-pagination {
  text-align: center;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-pagination .owl-page {
  display: inline-block;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-pagination .owl-page span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #74797b;
}

.qodef-carousel-holder .qodef-carousel.owl-carousel .owl-pagination .owl-page.active span {
  opacity: 1;
}

/* ==========================================================================
# Carousels style - end
========================================================================== */
/* Blockquote styles
   ========================================================================== */
/* ==========================================================================
   Blockquote shortcode start styles
   ========================================================================== */
blockquote {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 40px 0px;
  overflow: hidden;
  box-sizing: border-box;
}

blockquote > * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
}

blockquote:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  width: auto;
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #000;
}

blockquote p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  width: calc(100% - 100px);
  text-align: left;
  color: #000000;
  padding: 0 0 0 25px;
  margin: 0;
  z-index: 10;
}

/* ==========================================================================
   Blockquote shortcode end styles
   ========================================================================== */
/* Image Gallery styles
   ========================================================================== */
/* ==========================================================================
# Image Gallery - begin
========================================================================== */
/* Image Gallery Grid - begin
========================================================================== */
.qodef-image-gallery a {
  display: block;
  position: relative;
}

.qodef-image-gallery a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}

.qodef-image-gallery a:hover:after {
  opacity: 1;
}

.qodef-image-gallery .qodef-grayscale .qodef-gallery-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(img/desaturate.svg#grayscale);
}

.qodef-image-gallery .qodef-grayscale .qodef-gallery-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-image-gallery .qodef-gallery-image img {
  display: block;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-2 .qodef-gallery-image {
  width: 50%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-2 .qodef-gallery-image:nth-child(2n+1) {
  clear: both;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-3 .qodef-gallery-image {
  width: 33.333%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-3 .qodef-gallery-image:nth-child(3n+1) {
  clear: both;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-4 .qodef-gallery-image {
  width: 25%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-4 .qodef-gallery-image:nth-child(4n+1) {
  clear: both;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-5 .qodef-gallery-image {
  width: 20%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid.qodef-gallery-columns-5 .qodef-gallery-image:nth-child(5n+1) {
  clear: both;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-2 .qodef-gallery-image {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-2 .qodef-gallery-image:nth-child(2n) {
  margin-right: 0;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-2 .qodef-gallery-image:nth-child(2n+1) {
  clear: both;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-3 .qodef-gallery-image {
  width: 32.2%;
  margin-right: 1.7%;
  margin-bottom: 1.7%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-3 .qodef-gallery-image:nth-child(3n) {
  margin-right: 0;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-3 .qodef-gallery-image:nth-child(3n+1) {
  clear: both;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-4 .qodef-gallery-image {
  width: 24%;
  margin-right: 1.33333%;
  margin-bottom: 1.33333%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-4 .qodef-gallery-image:nth-child(4n) {
  margin-right: 0;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-4 .qodef-gallery-image:nth-child(4n+1) {
  clear: both;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-5 .qodef-gallery-image {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  display: inline-block;
  float: left;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-5 .qodef-gallery-image:nth-child(5n) {
  margin-right: 0;
}

.qodef-image-gallery .qodef-image-gallery-grid-with-space.qodef-image-gallery-grid.qodef-gallery-columns-5 .qodef-gallery-image:nth-child(5n+1) {
  clear: both;
}

/* Image Gallery Grid - end
========================================================================== */
/* Image Gallery Slider - begin
========================================================================== */
.qodef-image-gallery a.slick-slide img {
  width: 100%;
}

/* Image Gallery Slider - end
========================================================================== */
/* Image Masonry Gallery - start
========================================================================== */
.qodef-image-gallery-masonry {
  margin: -16px;
}

.qodef-image-gallery-masonry .qodef-image-masonry-grid-sizer,
.qodef-image-gallery-masonry .qodef-gallery-image.qodef-size-square,
.qodef-image-gallery-masonry .qodef-gallery-image.qodef-size-portrait {
  width: 25%;
}

.qodef-image-gallery-masonry .qodef-gallery-image.qodef-size-big-square,
.qodef-image-gallery-masonry .qodef-gallery-image.qodef-size-landscape {
  width: 50%;
}

.qodef-image-gallery-masonry .qodef-gallery-image-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qodef-image-gallery-masonry .qodef-gallery-image-inner img {
  vertical-align: middle;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
}

.qodef-image-gallery-masonry .qodef-gallery-image.qodef-size-portrait img {
  height: 100%;
  width: auto;
  max-width: none;
}

.qodef-image-gallery-masonry .qodef-gallery-image a {
  display: block;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.qodef-image-gallery-masonry .qodef-gallery-image a:hover {
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}

/* Image Masonry Gallery - end
========================================================================== */
/* ==========================================================================
# Image Gallery - end
========================================================================== */
/* Item Showcase styles
   ========================================================================== */
/* ==========================================================================
   Item Showcase start styles
   ========================================================================== */
.qodef-item-showcase {
  text-align: center;
  opacity: 0;
}

.qodef-item-showcase .qodef-item-image {
  display: inline-block;
  margin-top: -180px;
  opacity: 0;
  width: 36%;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  transform: translateY(70px);
}

.qodef-item-showcase .qodef-item-image.qodef-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.qodef-item-showcase .qodef-item {
  display: block;
  opacity: 0;
}

.qodef-item-showcase .qodef-item .qodef-item-table-holder {
  display: inline-table;
}

.qodef-item-showcase .qodef-item.qodef-item-left {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  transform: translateX(-70px);
  text-align: right;
}

.qodef-item-showcase .qodef-item.qodef-item-left .qodef-item-icon {
  padding-left: 30px;
}

.qodef-item-showcase .qodef-item.qodef-item-right {
  text-align: left;
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  transform: translateX(70px);
}

.qodef-item-showcase .qodef-item.qodef-item-right .qodef-item-icon {
  padding-right: 30px;
}

.qodef-item-showcase .qodef-item.qodef-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.qodef-item-showcase .qodef-item .qodef-item-icon {
  display: table-cell;
  font-size: 30px;
}

.qodef-item-showcase .qodef-item .qodef-item-icon i {
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-item-showcase .qodef-item .qodef-item-icon:hover i {
  color: #000 !important;
}

.qodef-item-showcase .qodef-item .qodef-item-content {
  display: table-cell;
  vertical-align: top;
}

.qodef-item-showcase .qodef-item .qodef-item-content .qodef-showcase-title-holder .qodef-showcase-title {
  position: relative;
  display: inline-block;
  margin: 0;
  letter-spacing: 0.8px;
}

.qodef-item-showcase .qodef-item .qodef-item-content .qodef-showcase-text-holder .qodef-showcase-text {
  margin: 7px 0 44px;
}

.qodef-item-showcase .qodef-item-showcase-holder {
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
}

.qodef-item-showcase .qodef-item-showcase-holder.qodef-holder-left {
  float: left;
  text-align: right;
  padding-right: 80px;
}

.qodef-item-showcase .qodef-item-showcase-holder.qodef-holder-right {
  float: right;
  text-align: left;
  padding-left: 80px;
}

/* ==========================================================================
   Item Showcase end styles
  ========================================================================== */
/* Video Button styles
   ========================================================================== */
/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button-play {
  display: block;
  position: relative;
  color: #fff;
}

.qodef-video-button-play .qodef-video-button-image {
  display: block;
  text-align: center;
}

.qodef-video-button-play .qodef-video-button-image img {
  vertical-align: middle;
}

.qodef-video-button-play .qodef-video-button-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-video-button-play .qodef-video-button-wrapper .qodef-video-button-wrapper-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qodef-video-button-play .qodef-video-button-wrapper span {
  font-size: 80px;
}

.qodef-video-button-play .qodef-video-button-wrapper span i {
  position: relative;
  color: inherit;
}

.qodef-video-button:hover .qodef-video-button-wrapper {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.qodef-video-button-title {
  text-align: center;
  margin-top: 20px;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* Dropcaps styles
   ========================================================================== */
/* ==========================================================================
   Dropcaps shortcodes styles
   ========================================================================== */
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  float: left;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 5px 20px 0 0;
}

.qodef-dropcaps.qodef-square, .qodef-dropcaps.qodef-circle {
  font-size: 25px;
  background-color: #000;
  color: #fff;
}

.qodef-dropcaps.qodef-circle {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

/* ==========================================================================
   Dropcaps shortcode end styles
   ========================================================================== */
/* Icon With Text styles
   ========================================================================== */
.qodef-iwt .qodef-iwt-link {
  margin-top: 20px;
  display: inline-block;
}

.qodef-iwt.qodef-iwt-icon-top {
  text-align: center;
}

.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-icon-holder {
  margin-bottom: 20px;
}

.qodef-iwt.qodef-iwt-icon-left, .qodef-iwt.qodef-iwt-icon-left-from-title {
  text-align: left;
}

.qodef-iwt:not(.qodef-iwt-left-from-title) .qodef-iwt-title-holder {
  margin-bottom: 20px;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon-holder {
  float: left;
}

.qodef-iwt.qodef-iwt-icon-left.qodef-iwt-icon-tiny .qodef-iwt-content-holder {
  padding-left: 60px;
}

.qodef-iwt.qodef-iwt-icon-left.qodef-iwt-icon-small .qodef-iwt-content-holder {
  padding-left: 80px;
}

.qodef-iwt.qodef-iwt-icon-left.qodef-iwt-icon-medium .qodef-iwt-content-holder {
  padding-left: 110px;
}

.qodef-iwt.qodef-iwt-icon-left.qodef-iwt-icon-large .qodef-iwt-content-holder {
  padding-left: 150px;
}

.qodef-iwt.qodef-iwt-icon-left.qodef-iwt-icon-huge .qodef-iwt-content-holder {
  padding-left: 180px;
}

.qodef-iwt.qodef-iwt-icon-right {
  text-align: right;
}

.qodef-iwt.qodef-iwt-icon-right .qodef-iwt-icon-holder {
  float: right;
}

.qodef-iwt.qodef-iwt-icon-right.qodef-iwt-icon-tiny .qodef-iwt-content-holder {
  padding-right: 60px;
}

.qodef-iwt.qodef-iwt-icon-right.qodef-iwt-icon-small .qodef-iwt-content-holder {
  padding-right: 80px;
}

.qodef-iwt.qodef-iwt-icon-right.qodef-iwt-icon-medium .qodef-iwt-content-holder {
  padding-right: 110px;
}

.qodef-iwt.qodef-iwt-icon-right.qodef-iwt-icon-large .qodef-iwt-content-holder {
  padding-right: 150px;
}

.qodef-iwt.qodef-iwt-icon-right.qodef-iwt-icon-huge .qodef-iwt-content-holder {
  padding-right: 180px;
}

.qodef-iwt.qodef-iwt-left-from-title .qodef-iwt-icon-title-holder {
  margin-bottom: 20px;
}

.qodef-iwt.qodef-iwt-left-from-title .qodef-iwt-icon-holder {
  margin-right: 20px;
}

.qodef-iwt.qodef-iwt-left-from-title .qodef-iwt-icon-holder,
.qodef-iwt.qodef-iwt-left-from-title .qodef-iwt-title-holder {
  display: inline-block;
  vertical-align: middle;
}

/* Social Share styles
   ========================================================================== */
/* ==========================================================================
# Social Share style - begin
========================================================================== */
.qodef-social-share-holder {
  /* List type - begin
	========================================================================== */
  /* List type - end
	========================================================================== */
  /* Dropdown type - begin
	========================================================================== */
}

.qodef-social-share-holder ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.qodef-social-share-holder.qodef-list li {
  display: inline-block;
  margin: 0 25px 0 0;
}

.qodef-social-share-holder.qodef-list li a {
  font-size: 18px;
  color: #8a8a8a;
}

.qodef-social-share-holder.qodef-list li a:hover {
  color: #000;
}

.qodef-social-share-holder.qodef-list li:last-child {
  margin: 0;
}

.qodef-social-share-holder.qodef-list li .qodef-social-network-icon {
  vertical-align: baseline;
}

.qodef-social-share-holder.qodef-list .qodef-social-share-title {
  font-size: 20px;
  color: #8a8a8a;
  margin-right: 12px;
  font-weight: 400;
}

.qodef-social-share-holder.qodef-dropdown {
  position: relative;
  display: inline-block;
  /* Dropdown type - end
		========================================================================== */
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener {
  display: block;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-title {
  display: inline-block;
  margin-left: 5px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown {
  visibility: hidden;
  z-index: 950;
  float: left;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  padding: 0 !important;
  min-width: 50px;
  font-weight: 400;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li {
  visibility: hidden;
  position: absolute;
  text-align: center;
  min-width: 50px;
  float: left;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown img {
  width: 8px;
  margin-right: 10px;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  left: 50px;
  transition-delay: .1s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  left: 100px;
  transition-delay: .2s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  left: 150px;
  transition-delay: .3s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  left: 200px;
  transition-delay: .4s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  left: 250px;
  transition-delay: 0.5s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  left: 300px;
  transition-delay: 0.6s;
}

/* ==========================================================================
# Social Share style - end
========================================================================== */
/* Slider styles
   ========================================================================== */
/* ==========================================================================
   Select slider styles
   ========================================================================== */
.qodef-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.qodef-slider-preloader {
  position: absolute;
  width: 100%;
  height: 1500px;
  background-color: #fff;
  z-index: 20;
}

.carousel {
  position: relative;
  margin: 0;
}

.carousel.qodef-full-screen {
  height: 1500px;
}

.carousel .carousel-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.carousel .carousel-inner .item {
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel .carousel-inner .item.active, .carousel .carousel-inner .item.prev, .carousel .carousel-inner .item.next {
  display: block;
}

.carousel .carousel-inner .item.prev, .carousel .carousel-inner .item.next {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .carousel-inner .item .qodef-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110%;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel .carousel-inner .item .qodef-image img {
  display: none !important;
  width: 0px;
  height: 0px;
}

.carousel .carousel-inner .item .qodef-image-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.carousel .carousel-inner .item .qodef-slider-elements-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 12;
  /* above the background video */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel .carousel-inner .item .qodef-slider-elements-container:not(.qodef-grid) {
  width: 100%;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slider-elements-container-inner {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slider-elements-container-inner .qodef-slider-elements-holder-frame {
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slider-elements-container-inner .qodef-slider-elements-holder-frame:not(.qodef-grid) {
  width: 100%;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element {
  position: absolute;
  margin: 0;
  color: #fff;
  /* 
                        Default Text styles 
                    */
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-animation-flip .qodef-slide-element-inner,
.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-animation-spin .qodef-slide-element-inner,
.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-animation-fade .qodef-slide-element-inner,
.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-animation-from_top .qodef-slide-element-inner,
.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-animation-from_bottom .qodef-slide-element-inner,
.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-animation-from_left .qodef-slide-element-inner,
.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-animation-from_right .qodef-slide-element-inner {
  opacity: 0;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-image {
  line-height: 0;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-image img {
  vertical-align: middle;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-text-small {
  font-size: 22px;
  line-height: 1.454545454545455em;
  /* 22px/32px */
  font-weight: 500;
  color: #fff;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-text-normal {
  font-size: 36px;
  line-height: 1.65em;
  /* 34px/56px */
  font-weight: 700;
  color: #fff;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-text-large {
  font-size: 60px;
  line-height: 1.285714285714286em;
  /* 60px/70px */
  font-weight: 700;
  color: #fff;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element.qodef-slide-element-text-extra-large {
  font-size: 100px;
  line-height: 1.2em;
  /* 100px/120px */
  font-weight: 700;
  color: #fff;
}

.carousel .carousel-inner .item .qodef-slider-elements-container .qodef-slide-element .qodef-slide-element-wrapper-link.inheriting {
  color: inherit !important;
  /* Removing this class on hover lets the link have its hover color */
}

.carousel .carousel-inner .item .qodef-slide-element-section-link {
  z-index: 13;
  position: absolute !important;
  /* Not to be overridden by pivot point settings */
  left: 50% !important;
  /* Not to be overridden by pivot point settings */
  -webkit-transform: translateX(-50%) !important;
  /* Not to be overridden by pivot point settings */
  transform: translateX(-50%) !important;
  /* Not to be overridden by pivot point settings */
}

.carousel .carousel-inner .item .qodef-slide-element-section-link .qodef-slide-anchor-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.carousel .carousel-inner .item .qodef-slide-element-section-link .qodef-slide-anchor-holder .qodef-slide-anchor-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  color: #fff;
}

.carousel .carousel-inner .item .qodef-slide-element-section-link .qodef-slide-anchor-holder .qodef-slide-anchor-button .scroll-text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.carousel .carousel-inner .item.active .qodef-slide-element.qodef-slide-element-animation-fade .qodef-slide-element-inner {
  -webkit-animation: fade 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -moz-animation: fade 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -o-animation: fade 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: fade 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.carousel .carousel-inner .item.active .qodef-slide-element.qodef-slide-element-animation-flip .qodef-slide-element-inner {
  -webkit-animation: flip 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -moz-animation: flip 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -o-animation: flip 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: flip 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.carousel .carousel-inner .item.active .qodef-slide-element.qodef-slide-element-animation-spin .qodef-slide-element-inner {
  -webkit-animation: spin 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -moz-animation: spin 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -o-animation: spin 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: spin 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.carousel .carousel-inner .item.active .qodef-slide-element.qodef-slide-element-animation-from_top .qodef-slide-element-inner {
  -webkit-animation: from-top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -moz-animation: from-top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -o-animation: from-top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: from-top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.carousel .carousel-inner .item.active .qodef-slide-element.qodef-slide-element-animation-from_bottom .qodef-slide-element-inner {
  -webkit-animation: from-bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -moz-animation: from-bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -o-animation: from-bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: from-bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.carousel .carousel-inner .item.active .qodef-slide-element.qodef-slide-element-animation-from_left .qodef-slide-element-inner {
  -webkit-animation: from-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -moz-animation: from-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -o-animation: from-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: from-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.carousel .carousel-inner .item.active .qodef-slide-element.qodef-slide-element-animation-from_right .qodef-slide-element-inner {
  -webkit-animation: from-right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -moz-animation: from-right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -o-animation: from-right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: from-right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.touch .carousel .carousel-inner .item {
  background-position: center 0px !important;
}

.carousel .carousel-inner .qodef-video {
  position: static;
  left: 0;
  direction: ltr;
}

.carousel .carousel-inner .qodef-video video.qodef-video-element {
  object-fit: inherit;
  width: 100% !important;
}

.carousel .carousel-inner .qodef-slider-content-outer {
  position: relative;
  height: 100%;
  width: 1100px;
  margin: 0px auto;
  z-index: 12;
}

.carousel .carousel-inner .qodef-slider-content-outer .qodef-slide-anchor-holder {
  text-align: center;
}

.carousel .carousel-inner .qodef-slider-content-outer .qodef-slide-anchor-holder.qodef-slider-anchor-in-content {
  position: relative;
  margin-top: 80px;
}

.carousel .carousel-inner .qodef-slider-content-outer .qodef-slide-anchor-holder.qodef-slider-anchor-on-bottom-of-the-slider {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin: 0;
  -webkit-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -moz-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -o-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel .carousel-inner .qodef-slider-content-outer .qodef-slide-anchor-holder .qodef-slide-anchor-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  color: #fff;
}

.carousel .carousel-inner .qodef-slider-content-outer .qodef-slide-anchor-holder .qodef-slide-anchor-button .scroll-text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.carousel.qodef-slide .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel.qodef-slide .carousel-inner .item.prev {
  left: -100%;
}

.carousel.qodef-slide .carousel-inner .item.prev.right {
  left: 0;
}

.carousel.qodef-slide .carousel-inner .item.next {
  left: 100%;
}

.carousel.qodef-slide .carousel-inner .item.next.left {
  left: 0;
}

.carousel.qodef-slide .carousel-inner .item.active {
  left: 0;
}

.carousel.qodef-slide .carousel-inner .item.active.left {
  left: -100%;
}

.carousel.qodef-slide .carousel-inner .item.active.right {
  left: 100%;
}

.carousel.qodef-fade .carousel-inner .item {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.carousel.qodef-fade .carousel-inner .item.prev, .carousel.qodef-fade .carousel-inner .item.next {
  z-index: 1;
}

.carousel.qodef-fade .carousel-inner .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel.qodef-fade .carousel-inner .item.active.left, .carousel.qodef-fade .carousel-inner .item.active.right {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.qodef-vertical-up:not(.qodef-has-height) .carousel-inner {
  height: 100%;
}

.carousel.qodef-vertical-up .carousel-inner .item {
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
}

.carousel.qodef-vertical-up .carousel-inner .item.prev {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.carousel.qodef-vertical-up .carousel-inner .item.prev.right {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.carousel.qodef-vertical-up .carousel-inner .item.next {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.carousel.qodef-vertical-up .carousel-inner .item.next.left {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.carousel.qodef-vertical-up .carousel-inner .item.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.carousel.qodef-vertical-up .carousel-inner .item.active.left {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.carousel.qodef-vertical-up .carousel-inner .item.active.right {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.carousel.qodef-vertical-down:not(.qodef-has-height) .carousel-inner {
  height: 100%;
}

.carousel.qodef-vertical-down .carousel-inner .item {
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
}

.carousel.qodef-vertical-down .carousel-inner .item.prev {
  -webkit-transform: translateY(99%);
  -moz-transform: translateY(99%);
  transform: translateY(99%);
}

.carousel.qodef-vertical-down .carousel-inner .item.prev.right {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.carousel.qodef-vertical-down .carousel-inner .item.next {
  -webkit-transform: translateY(-99%);
  -moz-transform: translateY(-99%);
  transform: translateY(-99%);
}

.carousel.qodef-vertical-down .carousel-inner .item.next.left {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.carousel.qodef-vertical-down .carousel-inner .item.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.carousel.qodef-vertical-down .carousel-inner .item.active.left {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.carousel.qodef-vertical-down .carousel-inner .item.active.right {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.carousel.qodef-slide-cover .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel.qodef-slide-cover .carousel-inner .item.prev {
  left: -100%;
  z-index: 100;
}

.carousel.qodef-slide-cover .carousel-inner .item.prev.right {
  left: 0;
}

.carousel.qodef-slide-cover .carousel-inner .item.next {
  left: 100%;
  z-index: 99;
}

.carousel.qodef-slide-cover .carousel-inner .item.next.left {
  left: 0;
}

.carousel.qodef-slide-cover .carousel-inner .item.active {
  left: 0;
}

.carousel.qodef-slide-cover .carousel-inner .item.active.left {
  left: -30%;
}

.carousel.qodef-slide-cover .carousel-inner .item.active.right {
  left: 30%;
}

.carousel.qodef-slide-peek .carousel-inner .item {
  -webkit-transition: left 0.6s ease-in-out, right 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out, right 0.6s ease-in-out;
  transition: left 0.6s ease-in-out, right 0.6s ease-in-out;
}

.carousel.qodef-slide-peek .carousel-inner .item.prev {
  left: 0%;
  right: 85%;
  width: auto;
  z-index: 100;
  overflow: hidden;
}

.carousel.qodef-slide-peek .carousel-inner .item.prev.right {
  left: 0%;
  right: 0%;
}

.carousel.qodef-slide-peek .carousel-inner .item.next {
  left: 85%;
  right: 0%;
  width: auto;
  z-index: 99;
  overflow: hidden;
}

.carousel.qodef-slide-peek .carousel-inner .item.next.left {
  left: 0%;
  right: 0%;
}

.carousel.qodef-slide-peek .carousel-inner .item.active {
  left: 0%;
  right: 0%;
  width: auto;
}

.carousel.qodef-slide-peek .carousel-inner .item.active.left {
  left: 0%;
  right: 0%;
}

.carousel.qodef-slide-peek .carousel-inner .item.active.right {
  left: 0%;
  right: 0%;
}

.carousel.qodef-slide-peek .carousel-inner .qodef-slider-peeker {
  position: absolute;
  top: 0;
  height: 110%;
  z-index: 98;
  overflow: hidden;
  -webkit-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}

.carousel.qodef-slide-peek .carousel-inner .qodef-slider-peeker.qodef-slide-peek-in-progress {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.carousel.qodef-slide-peek .carousel-inner .qodef-slider-peeker.left {
  left: 0;
  width: 0;
}

.carousel.qodef-slide-peek .carousel-inner .qodef-slider-peeker.left.shown:not(.qodef-slide-peek-in-progress) {
  width: 15%;
}

.carousel.qodef-slide-peek .carousel-inner .qodef-slider-peeker.right {
  left: 100%;
  width: 0;
}

.carousel.qodef-slide-peek .carousel-inner .qodef-slider-peeker.right.shown:not(.qodef-slide-peek-in-progress) {
  left: 85%;
  width: 15%;
}

.carousel.qodef-slide-peek .carousel-inner .qodef-slider-peeker .qodef-slider-peeker-inner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: transparent center 0px no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  list-style: none;
  z-index: 15;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel .carousel-indicators:not(.thumbnails) li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  border-radius: 4em;
  cursor: pointer;
  text-indent: -999px;
  opacity: 0.4;
  background-color: #fff;
  -webkit-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
}

.carousel .carousel-indicators:not(.thumbnails) li.active {
  opacity: 1;
}

.carousel .carousel-indicators.thumbnails {
  bottom: 25px;
  width: 80%;
}

.carousel .carousel-indicators.thumbnails li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 160px !important;
  /* must not to be overwritten by options */
  height: 100px !important;
  margin: 0 5px 0 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.carousel .carousel-indicators.thumbnails li:last-child {
  margin: 0;
}

.carousel .carousel-indicators.thumbnails li .thumb-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.carousel .carousel-indicators.thumbnails li .thumb-frame-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.carousel .carousel-indicators.thumbnails li img {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.carousel .carousel-indicators.thumbnails li:hover .thumb-frame {
  opacity: 1;
}

.carousel .carousel-indicators.thumbnails li.active .thumb-frame,
.carousel .carousel-indicators.thumbnails li.active .thumb-frame-inner {
  opacity: 1;
}

.carousel .carousel-indicators.thumbnails li.active img {
  padding: 5px;
}

.carousel .carousel-indicators.thumbnails.dark li .thumb-frame-inner {
  border-color: #000;
}

.qodef-dark-header .carousel .carousel-indicators li {
  background-color: #000 !important;
}

.qodef-light-header .carousel .carousel-indicators li {
  background-color: #fff !important;
}

.carousel .carousel-control {
  position: absolute;
  top: 0px;
  width: 8%;
  height: 100%;
  margin: 0px;
  outline: none;
  cursor: pointer;
  text-shadow: none;
  z-index: 2 !important;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  -webkit-backface-visibility: hidden;
  /* because navigation is not visible during animation on chrome */
  -moz-backface-visibility: hidden;
  /* because navigation glitters in ff */
}

.carousel .carousel-control:hover {
  opacity: 1 !important;
}

.carousel .carousel-control:hover.left .qodef-thumb-holder {
  left: 0;
}

.carousel .carousel-control:hover.right .qodef-thumb-holder {
  right: 0;
}

.carousel .carousel-control .qodef-prev-nav,
.carousel .carousel-control .qodef-next-nav {
  position: absolute;
  top: 50%;
  margin: -27px 0 0;
  height: 54px;
  width: 54px;
  line-height: 54px;
  font-size: 32px;
  color: #fff;
  background-color: rgba(54, 54, 54, 0.6);
  border-radius: 4em;
  border: 1px solid transparent;
  text-align: center;
  z-index: 10;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s, right 0.6s ease-in-out 0.3s;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s, right 0.6s ease-in-out 0.3s;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s, right 0.6s ease-in-out 0.3s;
}

.carousel .carousel-control .qodef-prev-nav:hover,
.carousel .carousel-control .qodef-next-nav:hover {
  background-color: #363636;
}

.carousel .carousel-control .qodef-prev-nav span,
.carousel .carousel-control .qodef-next-nav span {
  display: block;
  line-height: inherit;
}

.carousel .carousel-control .qodef-prev-nav .qodef-numbers,
.carousel .carousel-control .qodef-next-nav .qodef-numbers {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  float: none;
  padding: 0;
  line-height: 50px;
  height: 50px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.qodef-dark-header .carousel .carousel-control .qodef-prev-nav, .qodef-dark-header
.carousel .carousel-control .qodef-next-nav {
  color: #fff;
  background-color: #000;
}

.qodef-light-header .carousel .carousel-control .qodef-prev-nav, .qodef-light-header
.carousel .carousel-control .qodef-next-nav {
  color: #000;
  background-color: #fff;
}

.carousel .carousel-control .qodef-prev-nav {
  left: 20px;
}

.carousel .carousel-control .qodef-next-nav {
  right: 20px;
}

.carousel .carousel-control .qodef-thumb-holder {
  position: absolute;
  top: 50%;
  width: 150px;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel .carousel-control .qodef-thumb-holder .img {
  position: relative;
  display: block;
  width: 150px;
  margin: 0 0 -2px;
  background: transparent center center no-repeat;
  background-size: cover;
  overflow: hidden;
  clear: both;
}

.carousel .carousel-control .qodef-thumb-holder .img img {
  display: block;
}

.carousel .carousel-control .qodef-thumb-holder .qodef-video .qodef-video-wrap {
  position: relative;
}

.carousel .carousel-control .qodef-thumb-arrow {
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}

.carousel .carousel-control .qodef-numbers {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

.carousel .carousel-control .qodef-numbers span {
  display: inline;
}

.carousel .carousel-control.left .qodef-thumb-holder {
  left: -200px;
  -webkit-transition: left 0.6s ease-in-out 0.3s;
  -moz-transition: left 0.6s ease-in-out 0.3s;
  transition: left 0.6s ease-in-out 0.3s;
}

.carousel .carousel-control.left .qodef-thumb-arrow {
  float: left;
  padding: 0 0 0 20px;
}

.carousel .carousel-control.left .qodef-numbers {
  float: right;
  padding: 0 20px 0 0;
}

.carousel .carousel-control.right {
  right: 0;
  left: auto;
}

.carousel .carousel-control.right .qodef-thumb-holder {
  right: -200px;
  -webkit-transition: right 0.6s ease-in-out 0.3s;
  -moz-transition: right 0.6s ease-in-out 0.3s;
  transition: right 0.6s ease-in-out 0.3s;
}

.carousel .carousel-control.right .qodef-thumb-arrow {
  float: right;
  padding: 0 20px 0 0;
}

.carousel .carousel-control.right .qodef-numbers {
  float: left;
  padding: 0 0 0 20px;
}

.carousel.qodef-slider-thumbs .carousel-control .qodef-prev-nav {
  -webkit-transition: left 0.6s ease-in-out 0.3s;
  -moz-transition: left 0.6s ease-in-out 0.3s;
  transition: left 0.6s ease-in-out 0.3s;
}

.carousel.qodef-slider-thumbs .carousel-control .qodef-next-nav {
  -webkit-transition: right 0.6s ease-in-out 0.3s;
  -moz-transition: right 0.6s ease-in-out 0.3s;
  transition: right 0.6s ease-in-out 0.3s;
}

.carousel.qodef-slider-thumbs .carousel-control:hover .qodef-prev-nav {
  left: -100%;
}

.carousel.qodef-slider-thumbs .carousel-control:hover .qodef-next-nav {
  right: -100%;
}

.carousel .qodef-video .qodef-mobile-video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.carousel .qodef-video .qodef-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3000px;
  opacity: 0;
  z-index: 11;
}

.carousel .qodef-video .qodef-video-overlay img {
  display: none !important;
}

.carousel .qodef-video .qodef-video-overlay.active {
  background-image: url("img/pixel-video.png");
  background-position: 0px 0px;
  background-repeat: repeat;
  opacity: 1;
}

.carousel .qodef-video .qodef-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.carousel .qodef-video .qodef-video-wrap .mejs-poster {
  background-size: cover !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-offscreen {
  display: none !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-container {
  background: none !important;
  height: auto !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-container .mejs-controls {
  display: none !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-container .mejs-poster img {
  max-width: none !important;
  width: 100% !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #1f1f1f none repeat scroll 0 0 !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: transparent !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.carousel .qodef-video .qodef-video-wrap .mejs-controls button {
  opacity: 0.8;
}

.carousel .qodef-video .qodef-video-wrap .mejs-controls button:hover {
  opacity: 1;
}

.carousel .qodef-video .qodef-video-wrap .mejs-controls .mejs-fullscreen-button:hover button {
  opacity: 1;
}

.carousel .qodef-video .qodef-video-wrap .mejs-mediaelement {
  background: none !important;
  border: 0 !important;
}

.qodef-in-progress .carousel-control.left .qodef-thumb-holder {
  left: -200px !important;
}

.qodef-in-progress .carousel-control.right .qodef-thumb-holder {
  right: -200px !important;
}

/* animate image - start */
@media only screen and (min-width: 1024px) {
  .carousel-inner .item.qodef-animate-image.zoom_center .qodef-image {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 110%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    /* to prevent glittering on slide change */
    backface-visibility: hidden;
  }
  .carousel-inner .item.qodef-animate-image.zoom_top_left .qodef-image, .carousel-inner .item.qodef-animate-image.zoom_top_right .qodef-image, .carousel-inner .item.qodef-animate-image.zoom_bottom_left .qodef-image, .carousel-inner .item.qodef-animate-image.zoom_bottom_right .qodef-image {
    position: absolute;
    top: -12%;
    left: -12%;
    width: 125%;
    height: 125%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    /* to prevent glittering on slide change */
    backface-visibility: hidden;
  }
}

/* animate image - end */
/* -- Animations Start -- */
@-webkit-keyframes from-bottom {
  0% {
    -webkit-transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes from-bottom {
  0% {
    -moz-transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes from-bottom {
  0% {
    -o-transform: translate(0, 15%);
    opacity: 0.5;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes from-bottom {
  0% {
    transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes from-top {
  0% {
    -webkit-transform: translate(0, -15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes from-top {
  0% {
    -moz-transform: translate(0, -15%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes from-top {
  0% {
    -o-transform: translate(0, -15%);
    opacity: 0.5;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes from-top {
  0% {
    transform: translate(0, -15%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes from-left {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes from-left {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes from-left {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0.5;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes from-left {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes from-right {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes from-right {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes from-right {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0.5;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes from-right {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
    opacity: 1;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(600px) rotateX(0deg) scale(1);
    opacity: 1;
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0.2;
  }
  100% {
    -o-transform: perspective(600px) rotateX(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
    transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: perspective(600px) rotateX(0deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(360deg) scale(0.5);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(360deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

/* -- Animations End -- */
/* ==========================================================================
   End of Select slider styles
   ========================================================================== */
/* Vertical Split Slider styles
   ========================================================================== */
/* ==========================================================================
   Start of Vertical Split Slider
   ========================================================================== */
.qodef-vertical-split-screen-initialized .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner,
.qodef-vertical-split-screen-initialized .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 0;
}

.qodef-vertical-split-slider {
  opacity: 0;
  position: relative;
  margin: 0px -2px;
  overflow: hidden;
}

.qodef-vertical-split-slider .qodef-vss-ms-left {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.qodef-vertical-split-slider .qodef-vss-ms-left .qodef-vss-ms-section {
  background-position: 100% center !important;
}

.qodef-vertical-split-slider .qodef-vss-ms-right {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 10000px;
  width: 50%;
}

.qodef-vertical-split-slider .qodef-vss-ms-right .qodef-vss-ms-section {
  background-position: 0 center !important;
}

.qodef-vss-ms-section.ms-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}

.qodef-vss-ms-section .ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.qodef-vss-ms-section .ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.qodef-vertical-split-slider-responsive {
  display: none;
}

#multiscroll-nav {
  position: fixed;
  z-index: 1000;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

#multiscroll-nav.right {
  right: 17px;
}

#multiscroll-nav.left {
  left: 17px;
}

#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}

#multiscroll-nav ul li {
  display: block;
  width: 8px;
  height: 8px;
  margin: 13px 7px;
  position: relative;
}

#multiscroll-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#multiscroll-nav ul li span {
  top: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

#multiscroll-nav ul li .active span {
  background-color: #000;
}

#multiscroll-nav.qodef-light span {
  border-color: #fff;
}

#multiscroll-nav.qodef-light li .active span {
  background-color: #fff;
}

#multiscroll-nav.qodef-dark span {
  border-color: #000;
}

#multiscroll-nav.qodef-dark li .active span {
  background-color: #000;
}

.qodef-light-header #multiscroll-nav span {
  border-color: #fff;
}

.qodef-light-header #multiscroll-nav li .active span {
  background-color: #fff;
}

/* ==========================================================================
   End of Vertical Split Slider
   ========================================================================== */
/* Shop Masonry styles
   ========================================================================== */
/* ==========================================================================
   Shop masonry start style
   ========================================================================== */
.qodef-shop-masonry .products {
  list-style: none;
}

.qodef-shop-masonry .qodef-btn.added {
  display: none;
}

.qodef-shop-masonry .qodef-masonry-product-image-holder {
  overflow: hidden;
}

.qodef-shop-masonry img {
  vertical-align: middle;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: -ms-transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-backface-visibility: hidden;
}

.qodef-shop-masonry .qodef-shop-list-masonry-grid-sizer,
.qodef-shop-masonry .qodef-shop-product {
  width: 25%;
  overflow: visible;
}

.qodef-shop-masonry .qodef-large-width-masonry-item,
.qodef-shop-masonry .qodef-large-width-height-masonry-item {
  width: 50%;
}

.qodef-shop-masonry .qodef-shop-filter-holder ul {
  list-style-type: none;
}

.qodef-shop-masonry .qodef-shop-filter-holder ul li {
  display: inline-block;
  margin-left: 22px;
  cursor: pointer;
  color: #868686;
  line-height: 40px;
}

.qodef-shop-masonry .qodef-shop-filter-holder ul li:first-child {
  margin-left: 0;
}

.qodef-shop-list-masonry {
  opacity: 0;
}

/* ==========================================================================
   Shop masonry end style
   ========================================================================== */
/* Contact Form 7 styles
   ========================================================================== */
/* ==========================================================================
   Contact Form 7 shortcode start styles
   ========================================================================== */
div.wpcf7 img.ajax-loader {
  display: none;
}

.qodef-two-columns-form {
  display: table;
  width: 100%;
}

.qodef-two-columns-form .qodef-column-inner {
  vertical-align: middle;
  display: table-cell;
}

.qodef-two-columns-form .qodef-column-inner:first-child {
  padding-right: 9px;
}

.qodef-two-columns-form .qodef-column-inner:last-child {
  width: 1%;
  text-align: left;
  padding-left: 9px;
}

.qodef-newsletter-custom {
  text-align: center;
}

.qodef-newsletter-custom .ajax-loader {
  margin: 0 0 0 4px;
}

/* ==========================================================================
   Contact Form 7 shortcode end styles
   ========================================================================== */
/* Boxed Icons styles
   ========================================================================== */
/* ==========================================================================
   Boxed Icons shortcode - start styles
   ========================================================================== */
.qodef-boxed-icons {
  position: relative;
  /* Light Skin */
}

.qodef-boxed-icons .qodef-boxed-icon-holder {
  position: relative;
  float: left;
  width: 25%;
  color: #fff;
  background-color: #181818;
  padding: 25% 0 0;
}

.qodef-boxed-icons .qodef-boxed-icon-holder .qodef-boxed-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.qodef-boxed-icons .qodef-boxed-icon-holder .qodef-boxed-icon-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-boxed-icons .qodef-boxed-icon-holder .qodef-boxed-icon-inner .qodef-boxed-icon-custom-icon,
.qodef-boxed-icons .qodef-boxed-icon-holder .qodef-boxed-icon-inner .qodef-icon-shortcode {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-boxed-icons .qodef-boxed-icon-holder .qodef-boxed-icon-title {
  position: absolute;
  width: 80%;
  left: 10%;
  font-size: 17px;
  font-weight: 500;
  color: #757575;
  text-align: center;
  opacity: 0;
  -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-boxed-icons.qodef-bi-8-columns .qodef-boxed-icon-holder {
  width: 12.5%;
  padding-top: 12.5%;
}

.qodef-boxed-icons.qodef-bi-skin-light .qodef-boxed-icon-holder {
  background-color: #fff;
  color: #181818;
}

.qodef-boxed-icons.qodef-bi-skin-light .qodef-boxed-icon-holder .qodef-boxed-icon-title {
  color: #303030;
}

/* ==========================================================================
   Boxed Icons shortcode - end styles
   ========================================================================== */
/* Events List styles
   ========================================================================== */
/* ==========================================================================
   Events List start style
   ========================================================================== */
.qodef-events-list-holder-outer {
  margin: 0;
  position: relative;
}

.qodef-event-content {
  display: table;
  border-bottom: 2px solid #f5f5f5;
  width: 100%;
  padding: 20px 0;
}

.qodef-event-content .qodef-event-date-holder,
.qodef-event-content .qodef-event-title-holder,
.qodef-event-content .qodef-event-buy-tickets-holder {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-event-content .qodef-event-date-holder {
  width: 11%;
  white-space: nowrap;
}

.qodef-event-content .qodef-event-title-holder {
  width: 74%;
  padding-left: 23px;
}

.qodef-event-content .qodef-event-buy-tickets-holder {
  width: 15%;
  text-align: right;
}

.qodef-event-content .qodef-event-date-holder-left,
.qodef-event-content .qodef-event-date-holder-right {
  display: inline-block;
}

.qodef-event-content .qodef-event-date-holder-left {
  padding-right: 12px;
  width: 72px;
  box-sizing: content-box;
}

.qodef-event-content .qodef-event-date-holder-right {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.qodef-event-content .qodef-event-day-number-holder {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: 600;
}

.qodef-event-content .qodef-event-day-holder,
.qodef-event-content .qodef-event-month-holder {
  display: block;
}

.qodef-event-content .qodef-event-buy-tickets-button {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-event-content .qodef-event-buy-tickets-button:hover {
  color: #8a8a8a !important;
}

.qodef-event-content .qodef-event-buy-tickets-button:before {
  content: '\39';
  font-size: 20px;
  font-family: 'ElegantIcons';
  position: relative;
  top: 4px;
  width: 20px;
}

.qodef-event-content .qodef-event-sold-out-holder {
  font-size: 14px;
  font-weight: 600;
  color: #8a8a8a;
}

.qodef-event-content:hover .qodef-event-date-holder,
.qodef-event-content:hover .qodef-event-title-holder a {
  color: #8a8a8a !important;
}

.qodef-events-list-paging {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  position: relative;
}

.qodef-events-list-paging .qodef-stripes {
  position: absolute;
  top: 26px;
  left: calc(50% - 10px);
  opacity: 0;
  z-index: -1;
}

/* ==========================================================================
   Events List end style
   ========================================================================== */
/* AudioPlaylist styles
   ========================================================================== */
.qodef-audio-playlist-holder iframe {
  width: 100%;
}

/* AudioPlayer styles
   ========================================================================== */
.qodef-audio-player-holder {
  height: 66px;
  width: 100%;
  display: table;
  position: relative;
  background-color: #fff;
}

.qodef-audio-player-holder .qodef-audio-player-info-holder,
.qodef-audio-player-holder .qodef-audio-player-controls-holder,
.qodef-audio-player-holder .qodef-audio-player-time-holder,
.qodef-audio-player-holder .qodef-audio-player-volume-holder {
  display: table-cell;
  vertical-align: middle;
  height: 66px;
  box-sizing: border-box;
}

.qodef-audio-player-holder .qodef-audio-player-image-holder,
.qodef-audio-player-holder .qodef-audio-player-text-holder {
  display: table-cell;
  vertical-align: middle;
}

.qodef-audio-player-holder .qodef-audio-player-image-holder img {
  vertical-align: middle;
  max-width: 67px;
}

.qodef-audio-player-holder .qodef-audio-player-text-holder span {
  display: block;
}

.qodef-audio-player-holder .qodef-audio-player-info-holder {
  width: 23%;
  text-align: center;
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder {
  width: 22%;
  text-align: center;
}

.qodef-audio-player-holder .qodef-audio-player-time-holder {
  width: 40%;
  position: relative;
  padding-left: 50px;
  border-right: 1px solid rgba(215, 215, 215, 0.1);
}

.qodef-audio-player-holder .qodef-audio-player-volume-holder {
  width: 15%;
  border-right: 1px solid rgba(215, 215, 215, 0.1);
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder {
  line-height: 66px;
  height: 66px;
}

.qodef-audio-player-holder .fa-pause {
  display: none;
}

.qodef-audio-player-holder.jp-state-playing .fa-pause {
  display: inline-block;
}

.qodef-audio-player-holder.jp-state-playing .fa-play {
  display: none;
}

.qodef-audio-player-holder .fa-volume-off {
  display: none;
}

.qodef-audio-player-holder.jp-state-muted .fa-volume-off {
  display: inline-block;
}

.qodef-audio-player-holder.jp-state-muted .fa-volume-up {
  display: none;
}

.qodef-audio-player-holder .jp-audio.player-box {
  height: 100%;
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder ul {
  margin: 0;
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder ul li {
  border-left: 1px solid rgba(215, 215, 215, 0.1);
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder ul li:last-child {
  border-right: 1px solid rgba(215, 215, 215, 0.1);
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder ul li a {
  display: block;
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder li {
  display: inline-block;
  box-sizing: border-box;
  width: 33.33%;
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder li a {
  color: #000;
  font-size: 15px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.qodef-audio-player-holder .qodef-audio-player-controls-holder li a:hover {
  opacity: .7;
}

.qodef-audio-player-holder .qodef-audio-player-text-holder {
  padding-left: 33px;
  text-align: left;
  height: 100%;
}

.qodef-audio-player-holder .qodef-audio-player-text-holder .qodef-audio-player-album {
  display: block;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  color: #acacac;
  margin-top: 5px;
}

.qodef-audio-player-holder .qodef-audio-player-title {
  font-size: 21px;
  line-height: 1em;
  color: #000;
  font-weight: 600;
  display: block;
}

.qodef-audio-player-holder .jp-volume-controls {
  position: relative;
  height: 66px;
  line-height: 66px;
}

.qodef-audio-player-holder .jp-mute,
.qodef-audio-player-holder .jp-volume-max {
  font-size: 15px;
  color: #000;
  margin-left: 30px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}

.qodef-audio-player-holder .jp-volume-bar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: #bfbebe;
  width: 53%;
  height: 3px;
  cursor: pointer;
}

.qodef-audio-player-holder .jp-volume-bar-value {
  background: #000;
  width: 0px;
  height: 3px;
  position: absolute;
}

.qodef-audio-player-holder .jp-type-playlist {
  display: none;
}

.qodef-audio-player-holder .jp-progress {
  overflow: hidden;
  width: 100%;
}

.qodef-audio-player-holder .jp-seek-bar {
  background: #bfbebe;
  width: 0px;
  height: 3px;
  cursor: pointer;
}

.qodef-audio-player-holder .jp-play-bar {
  background: #000;
  width: 0px;
  height: 3px;
}

.qodef-audio-player-holder .qodef-audio-player-progress-holder {
  width: 63.5%;
  display: inline-block;
  vertical-align: middle;
}

.qodef-audio-player-holder .qodef-audio-player-current-time-holder {
  display: inline-block;
  width: calc(36.5% - 50px);
  vertical-align: middle;
  text-align: center;
}

.qodef-audio-player-holder .time-box {
  color: #acacac;
  font-size: 15px;
  font-weight: 400;
}

.qodef-audio-player-holder.qodef-audio-player-compact {
  background-color: #f5f5f5;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-controls-holder {
  width: 100%;
  display: block;
  height: 85px;
  line-height: 85px;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-controls-holder ul li {
  border-left: 2px solid rgba(204, 204, 204, 0.5);
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-controls-holder ul li:first-child {
  border: 0;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-details-holder {
  width: 100%;
  display: block;
  padding: 0px 30px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 85px;
  text-align: left;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details .qodef-audio-player-text-holder {
  padding: 0;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details .qodef-audio-player-time {
  display: table-cell;
  height: 100%;
  width: 50%;
  vertical-align: middle;
  text-align: right;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details .qodef-audio-player-title {
  font-size: 18px;
  color: #8a8a8a;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details .jp-audio.player-box {
  height: auto;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details .jp-audio.player-box .time-box {
  color: #6b6b6b;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-progress-holder {
  display: block;
  width: 100% !important;
  position: relative;
  height: 3px;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-progress-holder .qodef-player-box {
  width: 100%;
  position: absolute;
  height: 3px;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-progress-holder .jp-seek-bar {
  background: rgba(204, 204, 204, 0.5);
  width: 0px;
  height: 3px;
  cursor: pointer;
}

.qodef-audio-player-holder.qodef-audio-player-compact .qodef-audio-player-progress-holder .jp-play-bar {
  background: #000 0 -218px repeat-x;
  width: 0px;
  height: 3px;
}

.qodef-audio-player-holder.qodef-audio-player-simple .qodef-audio-player-main-holder {
  display: table-row;
}

.qodef-audio-player-holder.qodef-audio-player-simple .qodef-audio-player-controls-holder {
  width: 55%;
}

.qodef-audio-player-holder.qodef-audio-player-simple .qodef-audio-player-details-holder {
  width: 45%;
  display: table-cell;
  padding-left: 27px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 66px;
  text-align: left;
}

.qodef-audio-player-holder.qodef-audio-player-simple .qodef-audio-player-details-holder .time-box {
  opacity: 0.56;
  font-size: 14px;
}

.qodef-audio-player-holder.qodef-audio-player-simple .qodef-audio-player-details-holder .qodef-audio-player-title {
  font-size: 15px;
  font-weight: 400;
  margin-top: 12px;
}

.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-holder {
  background-color: #000000;
}

.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-controls-holder li a {
  color: #ffffff;
}

.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-title,
.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-text-holder span:first-child {
  color: #ffffff;
}

.qodef-audio-player-wrapper.qodef-player-dark .time-box,
.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-text-holder span:nth-child(2) {
  color: #ffffff;
}

.qodef-audio-player-wrapper.qodef-player-dark:not(.qodef-audio-player-compact) .jp-play-bar,
.qodef-audio-player-wrapper.qodef-player-dark:not(.qodef-audio-player-compact) .jp-volume-bar-value {
  background: #ffffff;
}

.qodef-audio-player-wrapper.qodef-player-dark:not(.qodef-audio-player-compact) .jp-mute {
  color: #ffffff;
}

.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-compact {
  background-color: #000000;
}

.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details .qodef-audio-player-title {
  color: #fff;
}

.qodef-audio-player-wrapper.qodef-player-dark .qodef-audio-player-compact .qodef-audio-player-details-holder .qodef-audio-player-details .jp-audio.player-box .time-box {
  color: #fff;
}

.qodef-audio-player-wrapper.qodef-player-transparent .qodef-audio-player-holder {
  background-color: transparent;
}

.qodef-audio-player-wrapper.qodef-player-transparent .qodef-audio-player-holder .qodef-audio-player-controls-holder ul li,
.qodef-audio-player-wrapper.qodef-player-transparent .qodef-audio-player-holder .qodef-audio-player-time-holder,
.qodef-audio-player-wrapper.qodef-player-transparent .qodef-audio-player-holder .qodef-audio-player-volume-holder {
  border: 0;
}

.qodef-audio-player-wrapper.qodef-player-transparent .qodef-audio-player-holder .qodef-audio-player-image-holder {
  display: none;
}

/* Album styles
   ========================================================================== */
/* ==========================================================================
   Album styles - begin
   ========================================================================== */
.qodef-album-track-list a {
  color: #000;
}

.qodef-album-track-list a:hover {
  color: #8a8a8a;
}

.qodef-album-track-list .qodef-album-track {
  display: table;
  width: 100%;
  padding: 13px 0;
  color: #000;
  letter-spacing: -1px;
}

.qodef-album-track-list .qodef-album-track .qodef-at-title {
  display: table-cell;
  width: 68%;
  padding-right: 10px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-album-track-list .qodef-album-track .qodef-at-title:hover {
  color: #8a8a8a;
}

.qodef-album-track-list .qodef-album-track .qodef-at-time {
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
}

.qodef-album-track-list .qodef-album-track .qodef-at-play-button {
  font-size: 25px;
  position: relative;
  top: 1px;
}

.qodef-album-track-list .qodef-album-track .qodef-at-play-button,
.qodef-album-track-list .qodef-album-track .qodef-at-video-button-holder,
.qodef-album-track-list .qodef-album-track .qodef-at-download-holder,
.qodef-album-track-list .qodef-album-track .qodef-at-time {
  display: table-cell;
  width: 8%;
  text-align: center;
}

.qodef-album-track-list .qodef-album-track .qodef-at-play-button,
.qodef-album-track-list .qodef-album-track .qodef-at-video-button-holder,
.qodef-album-track-list .qodef-album-track .qodef-at-download-holder {
  text-align: right;
  vertical-align: middle;
}

.qodef-album-track-list .qodef-at-pause-icon {
  display: none;
}

.qodef-album-track-list .qodef-track-playing .qodef-at-play-icon {
  display: none;
}

.qodef-album-track-list .qodef-track-playing .qodef-at-pause-icon {
  display: inline-block;
}

.qodef-album-track-list .qodef-track-paused .qodef-at-play-icon {
  display: inline-block;
}

.qodef-album-track-list .qodef-track-paused .qodef-at-pause-icon {
  display: none;
}

.qodef-album-track-list .qodef-track-playing .qodef-at-title,
.qodef-album-track-list .qodef-track-playing .qodef-at-play-button {
  color: #8a8a8a;
}

.qodef-album-track-list.qodef-album-light {
  color: #ffffff;
}

.qodef-album-track-list.qodef-album-light a,
.qodef-album-track-list.qodef-album-light .qodef-at-title,
.qodef-album-track-list.qodef-album-light .qodef-at-time,
.qodef-album-track-list.qodef-album-light .qodef-at-play-button {
  color: #ffffff;
}

.qodef-album-track-list.qodef-album-light a:hover {
  opacity: 0.6;
}

.qodef-album-track-list.qodef-album-light .qodef-track-playing .qodef-at-title,
.qodef-album-track-list.qodef-album-light .qodef-track-playing .qodef-at-play-button {
  opacity: 0.6;
}

.qodef-album-track-list.qodef-album-dark {
  color: #000000;
}

.qodef-album-track-list.qodef-album-dark a,
.qodef-album-track-list.qodef-album-dark .qodef-at-title,
.qodef-album-track-list.qodef-album-dark .qodef-at-time,
.qodef-album-track-list.qodef-album-dark .qodef-at-play-button {
  color: #000000;
}

.qodef-album-track-list.qodef-album-dark a:hover {
  opacity: 0.6;
}

.qodef-album-track-list.qodef-album-dark .qodef-track-playing .qodef-at-title,
.qodef-album-track-list.qodef-album-dark .qodef-track-playing .qodef-at-play-button {
  opacity: 0.6;
}

/* ==========================================================================
   Album styles - end
   ========================================================================== */
/* Albums List styles
   ========================================================================== */
/* ==========================================================================
   Albums shortcode styles - begin
   ========================================================================== */
.qodef-albums-list-holder-outer.qodef-alb-two-columns .qodef-album {
  width: 50%;
  padding: 3% 2.4%;
  box-sizing: border-box;
  float: left;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns .qodef-album:nth-child(2n+1) {
  clear: both;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns .qodef-albums-list-holder {
  margin: 0 -2.5%;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns .qodef-album-inner {
  position: relative;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns .qodef-album-inner:after {
  border-radius: 100px / 18px;
  bottom: 0;
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.15);
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 2px;
  z-index: -1;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns .qodef-album-inner:hover:after {
  box-shadow: 0px 15px 15px 12px rgba(0, 0, 0, 0.2);
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns.qodef-album-wide .qodef-album {
  width: 50%;
  padding: 0;
  box-sizing: border-box;
  float: left;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns.qodef-album-wide .qodef-album:nth-child(2n+1) {
  clear: both;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns.qodef-album-wide .qodef-albums-list-holder {
  margin: 0;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns.qodef-album-wide .qodef-album-inner {
  position: relative;
}

.qodef-albums-list-holder-outer.qodef-alb-two-columns.qodef-album-wide .qodef-album-inner:after {
  display: none;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns .qodef-album {
  width: 33.33%;
  padding: 3% 2.4%;
  box-sizing: border-box;
  float: left;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns .qodef-album:nth-child(3n+1) {
  clear: both;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns .qodef-albums-list-holder {
  margin: 0 -2.5%;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns .qodef-album-inner {
  position: relative;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns .qodef-album-inner:after {
  border-radius: 100px / 18px;
  bottom: 0;
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.15);
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 2px;
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns .qodef-album-inner:hover:after {
  box-shadow: 0px 15px 15px 12px rgba(0, 0, 0, 0.2);
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns.qodef-album-wide .qodef-album {
  width: 33.33%;
  padding: 0;
  box-sizing: border-box;
  float: left;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns.qodef-album-wide .qodef-album:nth-child(3n+1) {
  clear: both;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns.qodef-album-wide .qodef-albums-list-holder {
  margin: 0;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns.qodef-album-wide .qodef-album-inner {
  position: relative;
}

.qodef-albums-list-holder-outer.qodef-alb-three-columns.qodef-album-wide .qodef-album-inner:after {
  display: none;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns .qodef-album {
  width: 25%;
  padding: 3% 2.4%;
  box-sizing: border-box;
  float: left;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns .qodef-album:nth-child(4n+1) {
  clear: both;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns .qodef-albums-list-holder {
  margin: 0 -2.4%;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns .qodef-album-inner {
  position: relative;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns .qodef-album-inner:after {
  border-radius: 100px / 18px;
  bottom: 0;
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.15);
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 2px;
  z-index: -1;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns .qodef-album-inner:hover:after {
  box-shadow: 0px 15px 15px 12px rgba(0, 0, 0, 0.2);
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns.qodef-album-wide .qodef-album {
  width: 25%;
  padding: 0;
  box-sizing: border-box;
  float: left;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns.qodef-album-wide .qodef-album:nth-child(4n+1) {
  clear: both;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns.qodef-album-wide .qodef-albums-list-holder {
  margin: 0;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns.qodef-album-wide .qodef-album-inner {
  position: relative;
}

.qodef-albums-list-holder-outer.qodef-alb-four-columns.qodef-album-wide .qodef-album-inner:after {
  display: none;
}

.qodef-albums-list-holder {
  height: 100%;
}

.qodef-albums-list-holder .qodef-album {
  position: relative;
  margin: 0;
  vertical-align: top;
}

.qodef-albums-list-holder .qodef-album .qodef-album-image-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}

.qodef-albums-list-holder .qodef-album .qodef-album-image-holder a {
  display: block;
}

.qodef-albums-list-holder .qodef-album .qodef-album-image-holder img,
.qodef-albums-list-holder .qodef-album .qodef-album-image-holder a img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.qodef-albums-list-holder-outer.qodef-alb-standard .qodef-album .qodef-album-text-holder .qodef-album-title {
  text-align: center;
  margin-top: 25px;
}

.qodef-albums-list-holder-outer.qodef-alb-standard .qodef-album a {
  position: relative;
}

.qodef-albums-list-holder-outer.qodef-alb-standard .qodef-album a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.qodef-albums-list-holder-outer.qodef-alb-standard .qodef-album a:hover:after {
  opacity: 1;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-item-image-holder {
  overflow: hidden;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-image-holder img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-text-overlay-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-text-holder {
  position: absolute;
  bottom: 10%;
  left: 9%;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: -webkit-transform .0s .3s, opacity .3s;
  transition: transform .0s .3s, opacity .3s;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-text-holder h5 {
  color: #c9c9c9;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 7px;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-text-holder h4 {
  color: #fff;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-inner:hover .qodef-album-text-overlay {
  opacity: 1;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-inner:hover .qodef-album-text-holder {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-stores {
  text-align: center;
  padding: 37px 0 16px;
}

.qodef-albums-list-holder-outer.qodef-alb-gallery .qodef-album .qodef-album-stores img {
  vertical-align: middle;
}

.qodef-albums-list-holder-outer .qodef-albums-list-paging {
  text-align: center;
  margin: 35px 0 0 0;
}

/* ==========================================================================
   Albums styles - end
   ========================================================================== */
/* Artist List styles
   ========================================================================== */
/* ==========================================================================
   Artists styles - begin
   ========================================================================== */
.qodef-artists-list-holder {
  margin: 0 -5%;
}

.qodef-artists-list-holder .qodef-artists-grid-sizer {
  width: 33%;
}

.qodef-artists-list-holder .qodef-artists-grid-gutter {
  width: 0px;
}

.qodef-artists-list-holder .qodef-artist {
  box-sizing: border-box;
  display: inline-block;
  padding: 3.5% 5%;
  width: 33%;
  margin: 0 0 20px;
  float: left;
  cursor: pointer;
}

.qodef-artists-list-holder .qodef-artist:nth-child(1) {
  margin-top: 70px;
}

.qodef-artists-list-holder .qodef-artist:nth-child(2) {
  margin-top: 185px;
}

.qodef-artists-list-holder .qodef-artist:nth-child(3) {
  margin-top: 0px;
}

.qodef-artists-list-holder .qodef-artist:nth-child(3n+1) {
  clear: both;
}

.qodef-artists-list-holder .qodef-artist .qodef-album-disc {
  margin-bottom: 4px;
}

.qodef-artists-list-holder .qodef-artist .qodef-album-disc .qodef-album-disc-image {
  background-image: url("img/disc-image.png") !important;
}

.qodef-artists-list-holder .qodef-artist .qodef-album-disc .qodef-album-disc-element {
  -webkit-transform: translate3d(10%, 0px, 0px);
  -moz-transform: translate3d(10%, 0px, 0px);
  transform: translate3d(10%, 0px, 0px);
}

.qodef-artists-list-holder .qodef-artist .qodef-artist-text-holder .qodef-artist-stage {
  color: #8a8a8a;
  margin: 4px 0;
  color: #a5a5a5;
  font-size: 15px;
}

.qodef-artist-single-expander {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vmax * 1.4142);
  height: calc(100vmax * 1.4142);
  margin: calc(-100vmax * 1.4142 / 2) 0 0 calc(-100vmax * 1.4142 / 2);
  opacity: 0;
  border-radius: 50%;
  background: #f4f4f4;
  -webkit-transform: scale(0.001);
  -moz-transform: scale(0.001);
  transform: scale(0.001);
  z-index: 100;
  pointer-events: none;
}

.qodef-artist-single-expander.active {
  pointer-events: auto;
}

.qodef-artist-view-single {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vmin;
  height: 80vmin;
  margin: -40vmin 0 0 -40vmin;
  z-index: 100;
  pointer-events: none;
}

.qodef-artist-view-single.qodef-view-current {
  pointer-events: auto;
}

.qodef-artist-view-single .qodef-atrist-single {
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 0;
  opacity: 0;
}

.qodef-artist-view-single .qodef-atrist-single.qodef-single-current {
  opacity: 1;
}

.qodef-artist-view-single .qodef-atrist-single .qodef-atrist-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-artist-view-single .qodef-atrist-single .qodef-atrist-image-holder .qodef-atrist-image {
  max-width: 100%;
  height: 100%;
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.3);
}

.qodef-artist-view-single .qodef-atrist-single .qodef-number,
.qodef-artist-view-single .qodef-atrist-single .qodef-name,
.qodef-artist-view-single .qodef-atrist-single .qodef-stage {
  z-index: 2;
  position: absolute;
}

.qodef-artist-view-single .qodef-atrist-single .qodef-number {
  font-size: 0;
}

.qodef-artist-view-single .qodef-atrist-single .qodef-number .qodef-number-total {
  font-size: 0;
}

.qodef-artist-view-single .qodef-atrist-single .qodef-number .qodef-number-total:before {
  content: '/';
  vertical-align: top;
}

.qodef-artist-view-single .qodef-atrist-single .qodef-name {
  font-size: 7vmin;
  bottom: -5%;
  left: -5vmin;
  white-space: nowrap;
}

.qodef-artist-view-single .qodef-atrist-single .qodef-stage {
  font-size: 3.2vmin;
  font-weight: normal;
  top: 90%;
  left: -5vmin;
}

.qodef-artist-view-single .qodef-controls {
  width: 100%;
  height: 100%;
}

.qodef-artist-view-single .qodef-controls .qodef-controls-navigate {
  position: absolute;
  bottom: 0;
  left: calc(100% + 1vmin);
}

.qodef-artist-view-single .qodef-controls .qodef-control-button-next,
.qodef-artist-view-single .qodef-controls .qodef-control-button-prev {
  font-size: 5.5vmin;
  color: #000;
}

.qodef-artist-view-single .qodef-control-button {
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.qodef-artist-view-single .qodef-control-button-back {
  font-size: 5.5vmin;
  position: fixed;
  top: 3vmin;
  left: 3vmin;
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.qodef-atrist-image-holder,
.qodef-number,
.qodef-name,
.qodef-stage,
.qodef-control-button-back,
.qodef-controls .qodef-control-button {
  opacity: 0;
}

.qodef-control-button-back,
.qodef-controls .qodef-control-button-next,
.qodef-controls .qodef-control-button-prev {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.qodef-view-current .qodef-control-button-back,
.qodef-view-current .qodef-controls .qodef-control-button-next,
.qodef-view-current .qodef-controls .qodef-control-button-prev {
  opacity: 1;
}

.qodef-records-slideshow-active .qodef-content,
.qodef-records-slideshow-active #qodef-back-to-top,
.qodef-records-slideshow-active .qodef-container,
.qodef-records-slideshow-active .qodef-full-width {
  z-index: 1000;
}

/* ==========================================================================
   Artists styles - end
   ========================================================================== */
/* Section title styles
   ========================================================================== */
/* ==========================================================================
   Section Title styles - begin
   ========================================================================== */
.qodef-section-title .qodef-section-before-text {
  margin: 0 0 18px;
}

.qodef-section-title p.qodef-section-before-text {
  font-size: 16px;
  font-weight: 600;
}

/* ==========================================================================
   Section Title styles - end
   ========================================================================== */
/* Clients styles
   ========================================================================== */
/* ==========================================================================
# Clients style - begin
========================================================================== */
.qodef-clients .qodef-client-holder {
  float: left;
  text-align: center;
  margin-bottom: 0;
}

.qodef-clients .qodef-client-holder .qodef-client-holder-inner {
  position: relative;
  margin: 0;
}

.qodef-clients .qodef-client-holder .qodef-client-image-holder {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  line-height: 0;
  padding: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-clients .qodef-client-holder.qodef-hover-opacity .qodef-client-image-holder:hover {
  opacity: 0.4;
}

.qodef-clients .qodef-client-holder .qodef-client-image {
  position: relative;
  display: block;
}

.qodef-clients .qodef-client-holder .qodef-client-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-hover-image,
.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-image {
  -webkit-transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
}

.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-hover-image {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-image-holder:hover .qodef-client-hover-image {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  transition: transform 0.7s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}

.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-image-holder:hover .qodef-client-image {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  transition: transform 0.7s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}

.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-hover-image,
.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-image {
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  -moz-transition: opacity 0.4s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  transition: opacity 0.4s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}

.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-hover-image {
  opacity: 0;
}

.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-image-holder:hover .qodef-client-hover-image {
  opacity: 1;
}

.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-image-holder:hover .qodef-client-image {
  opacity: 0;
}

.qodef-clients .qodef-client-holder.qodef-clients-zoom .qodef-client-hover-image {
  display: none !important;
}

.qodef-clients .qodef-client-holder.qodef-clients-zoom .qodef-client-image-holder a:hover .qodef-client-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.qodef-clients .qodef-client-holder.qodef-clients-zoom .qodef-client-image-holder a .qodef-client-image img {
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}

.qodef-clients.qodef-clients-two-columns .qodef-client-holder {
  width: 50%;
}

.qodef-clients.qodef-clients-three-columns .qodef-client-holder {
  width: 33.33%;
}

.qodef-clients.qodef-clients-four-columns .qodef-client-holder {
  width: 25%;
}

.qodef-clients.qodef-clients-five-columns .qodef-client-holder {
  width: 20%;
}

.qodef-clients.qodef-clients-six-columns .qodef-client-holder {
  width: 16.66%;
}

.qodef-clients .qodef-client-image-holder {
  padding: 20px 0;
}

/* ==========================================================================
# Clients style - end
========================================================================== */
/* Banner styles
   ========================================================================== */
/* ==========================================================================
# Banner style - begin
========================================================================== */
.qodef-banner {
  position: relative;
  /* Dark text skin */
}

.qodef-banner.qodef-bih-zoom .qodef-banner-image {
  position: relative;
  overflow: hidden;
}

.qodef-banner.qodef-bih-zoom .qodef-banner-image img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  will-change: transform;
}

.qodef-banner.qodef-bih-zoom:hover .qodef-banner-image img {
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  transform: scale(1.18);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  -moz-transition: all 0.8s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  transition: all 0.8s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}

.qodef-banner.qodef-bih-zoom:hover .qodef-banner-info {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.qodef-banner .qodef-banner-image img {
  vertical-align: middle;
}

.qodef-banner .qodef-banner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.qodef-banner .qodef-banner-info .qodef-banner-info-table {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-banner .qodef-banner-info .qodef-banner-info-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.qodef-banner .qodef-banner-info .qodef-banner-info-table-cell .qodef-banner-title {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}

.qodef-banner.qodef-bih-dark-text .qodef-banner-info .qodef-banner-info-table-cell .qodef-banner-title {
  color: #000;
}

/* ==========================================================================
# Banner style - end
========================================================================== */
/* Image With Text styles
   ========================================================================== */
.qodef-image-with-text {
  position: relative;
  display: inline-block;
}

.qodef-image-with-text img {
  display: block;
}

.qodef-image-with-text .qodef-iwt-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.qodef-image-with-text .qodef-iwt-text-holder .qodef-iwt-text-holder-table {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.qodef-image-with-text .qodef-iwt-text-holder .qodef-iwt-text-holder-table .qodef-iwt-text-holder-cell {
  display: table-cell;
  vertical-align: middle;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-text-holder-table {
  transition: opacity .2s ease-out .1s,transform .2s ease-out .1s;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder {
  position: absolute;
  left: 0;
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .2s ease-out;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder .qodef-iwt-bottom-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  font-size: 14px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: lowercase;
  color: #000;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder .qodef-iwt-bottom-link:before, .qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder .qodef-iwt-bottom-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder .qodef-iwt-bottom-link:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder .qodef-iwt-bottom-link:after {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder .qodef-iwt-bottom-link:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
  -moz-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
}

.qodef-image-with-text.qodef-has-bottom-buttons .qodef-iwt-bottom-buttons-holder .qodef-iwt-bottom-link:hover:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.qodef-image-with-text.qodef-has-bottom-buttons:hover .qodef-iwt-text-holder-table {
  transition: transform .2s ease-out,opacity .2s ease-out;
  opacity: 0;
  transform: translateY(-5px);
}

.qodef-image-with-text.qodef-has-bottom-buttons:hover .qodef-iwt-bottom-buttons-holder {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
  transition: transform .2s ease-out .1s,opacity .2s ease-out .1s !important;
}

.qodef-image-with-text .qodef-iwt-title {
  margin: 6.5% auto 0;
  text-align: center;
  font-weight: 600;
  color: #000;
}

.qodef-image-with-text .qodef-iwt-image {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.qodef-image-with-text .qodef-iwt-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 80%;
  z-index: -1;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.qodef-image-with-text:hover .qodef-iwt-image {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.qodef-image-with-text:hover .qodef-iwt-image:after {
  -webkit-transform: scaleX(1.05);
  -moz-transform: scaleX(1.05);
  transform: scaleX(1.05);
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.18);
}

.qodef-image-with-text.qodef-loading-animation {
  visibility: hidden;
}

.touch .qodef-image-with-text.qodef-loading-animation {
  visibility: visible;
}

.no-touchevents .qodef-image-with-text.qodef-loading-animation {
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  transform: translateY(80px);
}

.no-touchevents .qodef-image-with-text.qodef-loading-animation .qodef-iwt-title {
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.no-touchevents .qodef-image-with-text.qodef-loading-animation.qodef-appeared {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.66, 0.27, 0.99), opacity 0.3s;
  transition: transform 0.4s cubic-bezier(0.45, 0.66, 0.27, 0.99), opacity 0.3s;
}

.no-touchevents .qodef-image-with-text.qodef-loading-animation.qodef-appeared .qodef-iwt-title {
  -webkit-transition: all 0.2s 0.25s;
  -moz-transition: all 0.2s 0.25s;
  transition: all 0.2s 0.25s;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

/* Image With Text Over styles
   ========================================================================== */
.qodef-image-with-text-over {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-image-with-text-over .qodef-imto-image-holder img {
  display: block;
  vertical-align: middle;
}

.qodef-image-with-text-over .qodef-imto-text-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.9);
  padding: 0 20%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-image-with-text-over .qodef-imto-text-holder .qodef-imto-text-holder-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-image-with-text-over .qodef-imto-text-holder .qodef-imto-text-holder-inner2 {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  text-align: left;
}

.qodef-image-with-text-over .qodef-imto-text-holder .qodef-imto-subtitle {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.qodef-image-with-text-over .qodef-imto-text-holder .qodef-imto-title {
  margin-bottom: 30px;
  color: #fefefe;
}

.qodef-image-with-text-over:hover .qodef-imto-text-holder {
  opacity: 1;
}

/* Image With Title styles
   ========================================================================== */
.qodef-image-with-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  width: auto;
  /* Right Horizontal Alignment */
  /* Middle Vertical Alignment */
  /* Bottom Vertical Alignment */
}

.qodef-image-with-title.qodef-image-with-title-shadow::after {
  position: absolute;
  display: block;
  content: " ";
  width: 75%;
  height: 1px;
  margin-top: -1px;
  left: 0;
  border-radius: 50%;
  box-shadow: -1px 10px 50px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  transform: translateX(15%);
  z-index: -1;
}

.qodef-image-with-title img {
  display: block;
}

.qodef-image-with-title .qodef-iwt-text {
  position: absolute;
  display: inline-block;
  width: auto;
  left: 0;
  top: 16%;
  -webkit-transform: translateX(-32%);
  -moz-transform: translateX(-32%);
  transform: translateX(-32%);
}

.qodef-image-with-title.qodef-iwt-right .qodef-iwt-text {
  left: auto;
  right: 0;
  -webkit-transform: translateX(32%);
  -moz-transform: translateX(32%);
  transform: translateX(32%);
}

.qodef-image-with-title.qodef-iwt-vertical-middle {
  /* Right Horizontal Alignment */
}

.qodef-image-with-title.qodef-iwt-vertical-middle .qodef-iwt-text {
  top: 50%;
  -webkit-transform: translateX(-32%) translateY(-50%);
  -moz-transform: translateX(-32%) translateY(-50%);
  transform: translateX(-32%) translateY(-50%);
}

.qodef-image-with-title.qodef-iwt-vertical-middle.qodef-iwt-right .qodef-iwt-text {
  -webkit-transform: translateX(32%) translateY(-50%);
  -moz-transform: translateX(32%) translateY(-50%);
  transform: translateX(32%) translateY(-50%);
}

.qodef-image-with-title.qodef-iwt-vertical-bottom {
  /* Right Horizontal Alignment */
}

.qodef-image-with-title.qodef-iwt-vertical-bottom .qodef-iwt-text {
  top: auto;
  bottom: 16%;
  -webkit-transform: translateX(-32%);
  -moz-transform: translateX(-32%);
  transform: translateX(-32%);
}

.qodef-image-with-title.qodef-iwt-vertical-bottom.qodef-iwt-right .qodef-iwt-text {
  -webkit-transform: translateX(32%);
  -moz-transform: translateX(32%);
  transform: translateX(32%);
}

/* Album Disc styles
   ========================================================================== */
/*==========================================================================
   Album disc shortcode start styles
   ========================================================================== */
.qodef-album-disc {
  display: inline-block;
  position: relative;
}

.qodef-album-disc > a, .qodef-album-disc .qodef-album-disc-case-holder:after, .qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder .qodef-album-disc-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.qodef-album-disc > a {
  width: 122%;
  z-index: 100;
}

.qodef-album-disc > a:hover ~ .qodef-album-disc-inner .qodef-album-disc-case-holder:after {
  opacity: 1;
}

.qodef-album-disc .qodef-album-disc-inner {
  position: relative;
}

.qodef-album-disc .qodef-album-disc-case-holder {
  position: relative;
  z-index: 10;
}

.qodef-album-disc .qodef-album-disc-case-holder .qodef-album-disc-case {
  display: block;
}

.qodef-album-disc .qodef-album-disc-case-holder:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.03);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.qodef-album-disc .qodef-album-disc-element {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.84, -0.29, 0.25, 1);
  -moz-transition: all 0.6s cubic-bezier(0.84, -0.29, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.84, -0.29, 0.25, 1);
}

.qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder .qodef-album-disc-image:after, .qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder .qodef-album-disc-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 29%;
  width: 31%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: inherit;
  z-index: 200;
}

.qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder {
  position: absolute;
  top: 2.5%;
  left: 0;
  height: 95.6%;
  width: 97.6%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transition: all 0s ease 0.6s;
  -moz-transition: all 0s ease 0.6s;
  transition: all 0s ease 0.6s;
}

.qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder .qodef-album-disc-image {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder .qodef-album-disc-image .qodef-album-disc-border {
  position: absolute;
  height: calc(100% + 3px);
  width: calc(100% + 2px);
  top: -3px;
  left: -1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder .qodef-album-disc-image:after {
  border: 2px solid rgba(51, 51, 51, 0.5);
}

.qodef-album-disc .qodef-album-disc-element .qodef-album-disc-image-holder .qodef-album-disc-image:before {
  background: rgba(255, 255, 255, 0.35);
}

.qodef-album-disc.qodef-animate-on-hover:hover .qodef-album-disc-element {
  -webkit-transform: translate3d(23%, 0, 0);
  -moz-transform: translate3d(23%, 0, 0);
  transform: translate3d(23%, 0, 0);
  -webkit-transition: all 0.35s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: all 0.35s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: all 0.35s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.qodef-album-disc.qodef-animate-on-hover:hover .qodef-album-disc-image-holder {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: all 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: all 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.qodef-album-disc.qodef-animate-on-appear .qodef-album-disc-image-holder {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qodef-album-disc.qodef-animate-on-appear.qodef-appeared .qodef-album-disc-element {
  -webkit-transform: translate3d(38%, 0, 0);
  -moz-transform: translate3d(38%, 0, 0);
  transform: translate3d(38%, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: all 0.6s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: all 0.6s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.qodef-album-disc.qodef-animate-on-appear.qodef-appeared .qodef-album-disc-image-holder {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.7s cubic-bezier(0, 0.45, 0.54, 0.99);
  -moz-transition: all 0.7s cubic-bezier(0, 0.45, 0.54, 0.99);
  transition: all 0.7s cubic-bezier(0, 0.45, 0.54, 0.99);
}

/* ==========================================================================
  Album disc shortcode end styles
  ==========================================================================*/
/* Device Showcase styles
   ========================================================================== */
/* ==========================================================================
   Device Showcase shortcode start styles
   ========================================================================== */
.qodef-device-showcase {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-device-showcase .qodef-ds-images-holder {
  position: relative;
}

.qodef-device-showcase a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.qodef-device-showcase.qodef-animate-yes .qodef-device {
  visibility: hidden;
}

.touch .qodef-device-showcase.qodef-animate-yes .qodef-device {
  visibility: visible;
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device {
  visibility: visible;
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-ds-desktop-device {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-ds-desktop-device.qodef-appeared {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.84, -0.29, 0.25, 1.1);
  -moz-transition: all 0.7s cubic-bezier(0.84, -0.29, 0.25, 1.1);
  transition: all 0.7s cubic-bezier(0.84, -0.29, 0.25, 1.1);
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-ds-tablet-device {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-ds-tablet-device.qodef-appeared {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.84, -0.29, 0.25, 1);
  -moz-transition: all 1.2s cubic-bezier(0.84, -0.29, 0.25, 1);
  transition: all 1.2s cubic-bezier(0.84, -0.29, 0.25, 1);
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-ds-phone-device {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-ds-phone-device.qodef-appeared {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0.84, -0.29, 0.25, 1) 0.4s;
  -moz-transition: all 1s cubic-bezier(0.84, -0.29, 0.25, 1) 0.4s;
  transition: all 1s cubic-bezier(0.84, -0.29, 0.25, 1) 0.4s;
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-appeared.qodef-animated {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.84, -0.29, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.84, -0.29, 0.25, 1);
}

.no-touchevents .qodef-device-showcase.qodef-animate-yes .qodef-device.qodef-appeared.qodef-animated:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}

.qodef-device-showcase .qodef-device > img {
  display: block;
}

.qodef-device-showcase .qodef-device-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-device-showcase .qodef-ds-desktop-device {
  position: relative;
  z-index: 10;
}

.qodef-device-showcase .qodef-ds-desktop-device > img {
  vertical-align: middle;
  padding-right: 3%;
  max-width: 97%;
}

.qodef-device-showcase .qodef-ds-desktop-device .qodef-ds-desktop-image-holder {
  position: absolute;
  top: 5.5%;
  left: .55%;
  height: 94%;
  width: 96.25%;
}

.qodef-device-showcase .qodef-ds-tablet-device {
  position: absolute;
  width: 44.6%;
  height: 100%;
  right: .8%;
  bottom: 2.5%;
  z-index: 20;
}

.qodef-device-showcase .qodef-ds-tablet-device .qodef-ds-tablet-image-holder {
  position: absolute;
  top: 9.8%;
  left: 15%;
  height: 86%;
  width: 77.1%;
}

.qodef-device-showcase .qodef-ds-tablet-device .qodef-ds-tablet-image-holder .qodef-ds-tablet-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.qodef-device-showcase .qodef-ds-phone-device {
  position: absolute;
  bottom: -7%;
  right: -1%;
  width: 21.15%;
  z-index: 30;
}

.qodef-device-showcase .qodef-ds-phone-device .qodef-ds-phone-image-holder {
  position: absolute;
  top: 14%;
  left: 19%;
  height: 69%;
  width: 71%;
}

.qodef-device-showcase .qodef-ds-phone-device .qodef-ds-phone-image-holder .qodef-ds-phone-image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.qodef-device-showcase .qodef-ds-text-holder {
  margin-top: 20px;
  padding: 0 5px;
  text-align: left;
}

.qodef-device-showcase .qodef-ds-text-holder .qodef-ds-title,
.qodef-device-showcase .qodef-ds-text-holder .qodef-ds-description {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* ==========================================================================
   Device Showcase shortcode end styles
   ========================================================================== */
/* Frame Carousel styles
   ========================================================================== */
/* ==========================================================================
# Frame Carousel - begin
========================================================================== */
.qodef-frame-carousel {
  position: relative;
}

.qodef-frame-carousel .qodef-frame-carousel-carousel {
  opacity: 0;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-frame-carousel .qodef-frame-carousel-monitor-holder {
  display: inline-block;
  position: relative;
  z-index: 21;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.qodef-frame-carousel .qodef-frame-carousel-active-image-holder {
  display: none;
}

.qodef-frame-carousel .qodef-frame-carousel-monitor-image-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
  padding: 29px 97px 54px;
}

.qodef-frame-carousel .qodef-frame-carousel-monitor-image-holder img {
  vertical-align: middle;
}

.qodef-frame-carousel .owl-stage-outer {
  overflow: hidden;
}

.qodef-frame-carousel .qodef-frame-carousel-images-holder {
  position: relative;
}

.qodef-frame-carousel .qodef-frame-carousel-active-image-holder {
  position: absolute;
  top: 0;
  opacity: 0;
}

.qodef-frame-carousel .owl-item.center .qodef-frame-carousel-active-image-holder {
  opacity: 1;
}

.qodef-frame-carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-frame-carousel .owl-controls .owl-nav {
  padding: 0 100px;
}

.qodef-frame-carousel .owl-controls .owl-prev,
.qodef-frame-carousel .owl-controls .owl-next {
  width: 24px;
  height: 62px;
  display: inline-block;
}

.qodef-frame-carousel .owl-controls .owl-prev {
  float: left;
}

.qodef-frame-carousel .owl-controls .owl-next {
  float: right;
}

.qodef-frame-carousel .owl-controls .qodef-owl-prev,
.qodef-frame-carousel .owl-controls .qodef-owl-next {
  position: relative;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  color: #353535;
  width: 24px;
  height: 62px;
  line-height: 1;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-frame-carousel .owl-controls .qodef-owl-prev .qodef-top-part,
.qodef-frame-carousel .owl-controls .qodef-owl-prev .qodef-bottom-part,
.qodef-frame-carousel .owl-controls .qodef-owl-next .qodef-top-part,
.qodef-frame-carousel .owl-controls .qodef-owl-next .qodef-bottom-part {
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 34px;
  background-color: #353535;
  outline: 1px solid transparent;
}

.qodef-frame-carousel .owl-controls .qodef-bottom-part {
  top: 28px;
}

.qodef-frame-carousel .owl-controls .qodef-owl-prev .qodef-top-part {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  transform: rotate(36deg);
}

.qodef-frame-carousel .owl-controls .qodef-owl-prev .qodef-bottom-part {
  -webkit-transform: rotate(-36deg);
  -moz-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.qodef-frame-carousel .owl-controls .qodef-owl-next .qodef-top-part {
  -webkit-transform: rotate(-36deg);
  -moz-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.qodef-frame-carousel .owl-controls .qodef-owl-next .qodef-bottom-part {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  transform: rotate(36deg);
}

.qodef-frame-carousel .owl-controls .qodef-top-part:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  height: 12px;
  width: 1px;
  background-color: inherit;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  transition: transform 0.2s;
}

.qodef-frame-carousel .owl-controls .qodef-bottom-part:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 12px;
  width: 1px;
  background-color: inherit;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  transition: transform 0.2s;
}

/* ==========================================================================
# Frame Carousel - end
========================================================================== */
/* Anchor Menu styles
   ========================================================================== */
/* ==========================================================================
   Anchor menu shortcode - start styles
   ========================================================================== */
.qodef-anchor-menu-outer {
  position: fixed;
  top: 50%;
  left: 47px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 110;
  opacity: 0;
}

.qodef-anchor-menu-outer .qodef-anchor-menu-item {
  padding: 10px 0px;
}

.qodef-anchor-menu-outer .qodef-anchor .qodef-anchor-menu-item-number {
  font-size: 14px;
  color: #8a8a8a;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  width: 30px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease 0.3s;
  -moz-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
}

.qodef-anchor-menu-outer .qodef-anchor .qodef-anchor-menu-item-label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.3s ease 0.3s;
  -moz-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
}

.qodef-anchor-menu-outer .qodef-anchor.current {
  color: #000;
}

.qodef-anchor-menu-outer .qodef-anchor.current .qodef-anchor-menu-item-label {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
}

/* ==========================================================================
   Anchor menu shortcode - end styles
   ========================================================================== */
/* ==========================================================================
   10. Widgets styles
   ========================================================================== */
/* =========================================================================
	#Widgets style = start
============================================================================*/
.qodef-sidebar {
  padding-bottom: 20px;
  position: relative;
  top: 0;
}

.qodef-sidebar .qodef-widget-title {
  position: relative;
  padding: 9px 0;
  margin: 0;
}

.qodef-sidebar select {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 10px 15px;
}

.qodef-sidebar img {
  display: block;
  position: relative;
}

.qodef-sidebar .widget.widget_categories ul li,
.qodef-sidebar .widget.widget_pages ul li,
.qodef-sidebar .widget.widget_meta ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.qodef-sidebar .widget.widget_rss ul li .rss-date {
  display: block;
}

.qodef-sidebar .widget {
  /* Global widgets style */
}

.qodef-sidebar .widget:not(.qodef-separator-widget) {
  margin: 0 0 36px;
}

.qodef-sidebar .widget:last-child {
  margin: 0;
}

.qodef-sidebar .widget.widget_text .qodef-icon-shortcode {
  margin-right: 28px;
}

.qodef-sidebar .widget.widget_text .qodef-icon-shortcode span {
  color: #8a8a8a;
}

.qodef-sidebar .widget.widget_categories, .qodef-sidebar .widget.widget_pages, .qodef-sidebar .widget.widget_meta {
  padding-left: 0;
}

.qodef-sidebar .widget.widget_recent_entries ul li {
  padding-left: 10px;
}

.qodef-sidebar .widget.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #757575;
  line-height: 26px;
}

.qodef-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-sidebar .widget ul li {
  position: relative;
  padding-top: 8px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.qodef-sidebar .widget ul li > a:hover {
  color: #000;
}

.qodef-sidebar .widget ul li ul {
  padding: 0 0 0 15px;
}

.qodef-sidebar .widget ul.qodef-blog-list .qodef-blog-list-item {
  padding-top: 13px !important;
}

.qodef-sidebar .widget ul.qodef-blog-list .qodef-blog-list-item:first-child {
  padding-top: 8px !important;
}

.qodef-sidebar .widget ul:not(.qodef-blog-list) li {
  padding-bottom: 5px;
}

.qodef-sidebar .widget ul:not(.qodef-blog-list) a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-sidebar .widget ul:not(.qodef-blog-list) a:hover {
  color: #8a8a8a;
}

.qodef-sidebar .widget.widget_categories ul li {
  font-weight: 500;
  color: #000;
}

.qodef-sidebar .widget.widget_categories ul li:hover {
  color: #8a8a8a;
}

.qodef-sidebar .widget input[type=submit],
.qodef-sidebar .widget input[type=text] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.qodef-sidebar .widget.widget_search {
  margin-bottom: 0;
  padding-bottom: 39px;
}

.qodef-sidebar .widget .qodef-search-wrapper {
  position: relative;
  max-width: 285px;
  line-height: normal;
  padding: 0 25px 0 0;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='text'] {
  width: 100%;
  outline: none;
  border-bottom: 2px solid #d2d2d2;
  line-height: 30px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 7px;
  font-size: 16px;
  font-weight: 600;
  color: #8a8a8a;
  font-family: inherit;
  -webkit-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='text']::-webkit-input-placeholder {
  color: #c3c3c3;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='text']:-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='text']::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='text']:-ms-input-placeholder {
  color: #c3c3c3;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='text']:focus {
  border-bottom-color: #000;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='submit'] {
  font-family: 'FontAwesome' !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 42px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.qodef-sidebar .widget .qodef-search-wrapper input[type='submit']:hover {
  color: #8a8a8a;
}

.qodef-sidebar .widget.qodef-latest-posts-widget .qodef-blog-list-holder.qodef-image-in-box .qodef-item-info-section {
  font-size: 13px;
}

.qodef-sidebar .widget .tagcloud {
  padding: 5px 50px 0px 0;
}

.qodef-sidebar .widget .tagcloud a {
  font-size: 14px !important;
  display: inline-block;
  font-weight: 500;
  color: #000;
  margin-right: 3px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-sidebar .widget .tagcloud a:hover {
  color: #8a8a8a;
}

.qodef-sidebar .widget .tagcloud a:after {
  content: ',';
}

.qodef-sidebar .widget .tagcloud a:last-child:after {
  display: none;
}

.qodef-sidebar .widget.widget_archive li:hover {
  color: #000;
}

.qodef-sidebar .widget .recentcomments .comment-author-link {
  position: relative;
}

.qodef-sidebar .widget .recentcomments a {
  position: static;
}

.qodef-sidebar .widget .recentcomments:hover a {
  color: #000;
}

.qodef-sidebar .widget .recentcomments:hover a:before {
  opacity: 1;
}

.qodef-sidebar .widget.widget_calendar #prev,
.qodef-sidebar .widget.widget_calendar #next {
  padding-left: 0;
  padding-right: 0;
}

.qodef-sidebar .widget.widget_calendar #prev a,
.qodef-sidebar .widget.widget_calendar #next a {
  color: #000;
}

.qodef-sidebar .widget.widget_calendar #prev {
  text-align: left;
}

.qodef-sidebar .widget.widget_calendar #next {
  text-align: right;
}

.qodef-sidebar .widget.widget_rss ul li {
  margin-bottom: 10px;
}

.qodef-sidebar .widget_search:first-child {
  margin-top: -17px;
}

.qodef-sidebar .qodef-blog-list-holder.qodef-image-in-box > ul {
  opacity: 1;
}

.qodef-sidebar .qodef-blog-list-holder.qodef-image-in-box ul > li:not(:first-child) {
  padding: 25px 0 0 0;
}

.qodef-sidebar .qodef-blog-list-holder.qodef-image-in-box .qodef-item-image {
  padding-right: 22px;
}

.qodef-sidebar .qodef-blog-list-holder.qodef-image-in-box .qodef-item-text-holder {
  vertical-align: middle;
  border-bottom: none;
}

.qodef-sidebar .qodef-blog-list-holder.qodef-image-in-box .qodef-item-text-holder h5 {
  line-height: 1.2em;
}

.qodef-sidebar .bit-widget-container .bit-bottom td {
  padding-top: 25px !important;
}

.qodef-sidebar .widget_qodef_instagram_widget .qodef-instagram-feed {
  margin-top: 12px;
}

/* =========================================================================
	#Widgets style = end
============================================================================*/
/* ==========================================================================
   Instagram start styles
   ========================================================================== */
.qodef-instagram-feed {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.qodef-instagram-feed li {
  float: left;
  padding: 0 5px !important;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.qodef-instagram-feed li img {
  display: block;
}

.qodef-instagram-feed li a {
  display: block;
  position: relative;
}

.qodef-instagram-feed li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.qodef-instagram-feed li a:hover:after {
  opacity: 1;
}

.qodef-instagram-feed.qodef-col-9 li {
  width: 11.11111111111111%;
}

.qodef-instagram-feed.qodef-col-6 li {
  width: 16.66666666666667%;
}

.qodef-instagram-feed.qodef-col-4 li {
  width: 25%;
}

.qodef-instagram-feed.qodef-col-3 li {
  width: 33.33%;
}

.qodef-instagram-feed.qodef-col-2 li {
  width: 50%;
}

/* ==========================================================================
   Instagram end styles
   ========================================================================== */
/* ==========================================================================
   #Twitter feed
   ========================================================================== */
.qodef-twitter-widget li {
  margin-bottom: 15px;
}

.qodef-twitter-widget .qodef-tweet-time {
  margin-top: 7px;
}

/* ==========================================================================
   Social Icon widget start styles
   ========================================================================== */
.qodef-social-icon-widget-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.qodef-social-icon-widget-holder .qodef-social-icon-widget {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.qodef-top-bar .qodef-social-icon-widget-holder,
footer .qodef-social-icon-widget-holder {
  color: #fff;
}

/* ==========================================================================
   Social Icon widget end styles
   ========================================================================== */

/*# sourceMappingURL=modules.css.map */