@charset "UTF-8";

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

#respond textarea,
.qodef-style-form textarea,
#respond input[type='text'],
input[type='text'],
input[type='email'],
input[type='password'],
.post-password-form input[type='password'],
.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 {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 13px;
  line-height: 20px;
  font-weight: inherit;
  color: #282828;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

#respond textarea:focus,
.qodef-style-form textarea:focus,
#respond input:focus[type='text'],
input:focus[type='text'],
input:focus[type='email'],
input:focus[type='password'],
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-quiz:focus {
  color: #000;
  border-color: #282828;
}

#respond textarea::-webkit-input-placeholder,
.qodef-style-form textarea::-webkit-input-placeholder,
#respond input[type='text']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-number::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-date::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder {
  color: inherit;
}

#respond textarea:-moz-placeholder,
.qodef-style-form textarea:-moz-placeholder,
#respond input:-moz-placeholder[type='text'],
input:-moz-placeholder[type='text'],
input:-moz-placeholder[type='email'],
input:-moz-placeholder[type='password'],
.wpcf7-form-control.wpcf7-text:-moz-placeholder,
.wpcf7-form-control.wpcf7-number:-moz-placeholder,
.wpcf7-form-control.wpcf7-date:-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea:-moz-placeholder,
.wpcf7-form-control.wpcf7-select:-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#respond textarea::-moz-placeholder,
.qodef-style-form textarea::-moz-placeholder,
#respond input[type='text']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder,
.wpcf7-form-control.wpcf7-text::-moz-placeholder,
.wpcf7-form-control.wpcf7-number::-moz-placeholder,
.wpcf7-form-control.wpcf7-date::-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
.wpcf7-form-control.wpcf7-select::-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#respond textarea:-ms-input-placeholder,
.qodef-style-form textarea:-ms-input-placeholder,
#respond input:-ms-input-placeholder[type='text'],
input:-ms-input-placeholder[type='text'],
input:-ms-input-placeholder[type='email'],
input:-ms-input-placeholder[type='password'],
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-number:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-date:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-select:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder {
  color: inherit;
}

/* mixins styles - end */

/*------------------------------------------------------------------
 * This is main css file for theme. It is broken into following sections:
 * 1.  Global styles and reset
 * 2.  Widgets styles
 * 3.  Plugins styles
 * 4.  Blog styles
 * 5.  Footer styles
 * 6.  Header styles
 * 7.  Side area styles
 * 8.  Search styles
 * 9.  Title area styles
 * 10. Shortcodes styles
 * 11. Custom Post Types styles
-------------------------------------------------------------------*/

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

 * Accent color: #50d6ae
 * Background: #fff
 * Content: #282828
 * Header h1: #000
 * Header h2: #000
 * Header h3: #000
 * Header h4: #000
 * Header h5: #000
 * Header h6: #282828
 * Header Background: #ffffff
 * Footer Top Background: #000
 * Footer Bottom Background: #000

 * a (standard): #50d6ae
 * a (hover): #50d6ae
 */

/* ==========================================================================
   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;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: medium none;
  vertical-align: middle;
}

table th {
  border: 0;
  padding: 5px 7px;
  text-align: center;
}

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

a img {
  border: none;
}

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

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: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

html {
  overflow-y: scroll !important;
  /* for vertical split screen slider shortcode on touch devices */
}

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

h1 {
  font-size: 70px;
  line-height: 1.15em;
}

h2 {
  font-size: 40px;
  line-height: 1.125em;
}

h3 {
  font-size: 30px;
  line-height: 1.3em;
}

h4 {
  font-size: 25px;
  line-height: 1.3em;
}

h5 {
  font-size: 18px;
  line-height: 1.3em;
}

h6 {
  font-size: 14px;
  line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
}

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,
h6 a:hover {
  color: inherit;
}

h5 a:hover {
  color: #53f6c6;
}

a,
p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

a:hover,
p a:hover {
  color: #50d6ae;
}

p {
  margin: 10px 0;
}

input[type='submit'] {
  -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;
  padding: 15px;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 15px 0;
}

dt {
  font-size: 15px;
  font-weight: bold;
  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 {
  margin: 0;
  font-style: italic;
}

table {
  width: 100%;
}

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

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

blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 46px 0;
  padding: 0 28px 0 98px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -.025em;
  color: #000;
  quotes: none;
  -webkit-box-sizing: border-box;
  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,
blockquote:after {
  content: '';
}

blockquote:before {
  content: '“';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 77px;
  height: 77px;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 107px;
  letter-spacing: -.025em;
  background-color: #53f6c6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

/* Webkit */

::-moz-selection {
  background: #50d6ae;
  color: #fff;
}

::selection {
  background: #50d6ae;
  color: #fff;
}

/* Gecko/Mozilla */

::-moz-selection {
  background: #50d6ae;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.qodef-wrapper {
  position: relative;
  left: 0;
  z-index: 1000;
  -webkit-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);
}

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

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

.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%;
}

.touch .qodef-boxed .qodef-wrapper {
  background-repeat: repeat;
}

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

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

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

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

.qodef-paspartu-enabled .qodef-wrapper {
  padding: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-paspartu-enabled.qodef-top-paspartu-disabled .qodef-wrapper {
  padding-top: 0 !important;
}

.qodef-paspartu-enabled .qodef-page-header .qodef-fixed-wrapper.fixed {
  left: 10px;
  width: calc(100% - 20px);
}

.qodef-paspartu-enabled .qodef-sticky-header {
  left: 10px;
  width: calc(100% - 20px);
}

.qodef-paspartu-enabled .qodef-mobile-header.mobile-header-appear .qodef-mobile-header-inner {
  left: 10px;
  width: calc(100% - 20px);
}

.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled.admin-bar .qodef-wrapper:before {
  top: 32px;
}

.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:before,
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:after {
  content: '';
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: inherit;
  background-color: inherit;
  z-index: 99999;
}

.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:before {
  top: 0;
}

.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:after {
  bottom: 0;
}

.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-page-header .qodef-fixed-wrapper.fixed {
  margin-top: 10px;
}

.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-sticky-header.header-appear {
  margin-top: 10px;
}

.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-mobile-header.mobile-header-appear .qodef-mobile-header-inner {
  margin-top: 10px;
}

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

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

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

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

.qodef-container-inner {
  width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner,
.qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1400px) {
  .qodef-grid-1300 .qodef-grid,
  .qodef-grid-1300 .qodef-container-inner,
  .qodef-grid-1300 .qodef-row-grid-section {
    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 {
    width: 1350px;
    left: auto;
  }
}

@media only screen and (min-width: 1367px) {
  .qodef-grid-1200 .qodef-grid,
  .qodef-grid-1200 .qodef-container-inner,
  .qodef-grid-1200 .qodef-row-grid-section {
    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 {
    width: 1250px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .qodef-grid-1000 .qodef-grid,
  .qodef-grid-1000 .qodef-container-inner,
  .qodef-grid-1000 .qodef-row-grid-section {
    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 {
    width: 1050px;
    left: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .qodef-grid-800 .qodef-grid,
  .qodef-grid-800 .qodef-container-inner,
  .qodef-grid-800 .qodef-row-grid-section {
    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 {
    width: 850px;
    left: auto;
  }
}

/* #General styles that are used in our theme - 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: transparent url("../img/preload_pattern.png") repeat scroll 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 {
  width: 1100px;
  margin: 0 auto;
}

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

.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 {
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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 {
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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-33-66 .qodef-position-left {
  width: 33.33%;
}

.qodef-vertical-align-containers.qodef-33-66 .qodef-position-right {
  width: 66.66%;
}

.qodef-vertical-align-containers.qodef-66-33 .qodef-position-left {
  width: 66.66%;
}

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

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

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

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

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

.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;
  vertical-align: middle;
  height: 100%;
  margin-right: 0;
  /* adjusts for spacing before it was -3px */
}

/* ==========================================================================
   #Row styles - start
   ========================================================================== */

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0 !important;
}

.vc_row .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background-color: transparent;
}

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

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

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

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

@media only screen and (max-width: 1280px) {
  .qodef-disabled-bg-image-bellow-1280 {
    background-image: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-disabled-bg-image-bellow-1024 {
    background-image: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-disabled-bg-image-bellow-768 {
    background-image: none !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-disabled-bg-image-bellow-680 {
    background-image: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-disabled-bg-image-bellow-480 {
    background-image: none !important;
  }
}

.qodef-parallax-row-holder {
  position: static;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center 0;
  background-attachment: fixed;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media only screen and (max-width: 1024px) {
  .qodef-parallax-row-holder {
    height: auto !important;
    min-height: 200px !important;
    background-position: center top !important;
    background-attachment: scroll;
    background-size: cover;
  }
}

/* ==========================================================================
   #Row styles - end
   ========================================================================== */

/* ==========================================================================
   #VC Revolution Slider styles - begin
   ========================================================================== */

.qodef-rev-has-paspartu {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100vh;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.admin-bar .qodef-rev-has-paspartu {
  height: calc(100vh - 32px);
}

.qodef-rev-has-paspartu.qodef-side-paspartu-disabled {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.qodef-rev-has-paspartu.qodef-paspartu-tiny {
  padding: 10px;
}

.qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled {
  padding-top: 0;
}

.qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 10px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 42px) !important;
}

.qodef-rev-has-paspartu.qodef-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 20px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 52px) !important;
}

.qodef-rev-has-paspartu.qodef-paspartu-small {
  padding: 20px;
}

.qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled {
  padding-top: 0;
}

.qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 20px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 52px) !important;
}

.qodef-rev-has-paspartu.qodef-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 40px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 72px) !important;
}

.qodef-rev-has-paspartu.qodef-paspartu-normal {
  padding: 30px;
}

.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled {
  padding-top: 0;
}

.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 30px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 62px) !important;
}

.qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 60px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 92px) !important;
}

@media only screen and (max-width: 680px) {
  .qodef-rev-has-paspartu.qodef-paspartu-normal {
    padding: 20px;
  }

  .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled {
    padding-top: 0;
  }

  .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 20px) !important;
  }

  .admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important;
  }

  .qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 40px) !important;
  }

  .admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 72px) !important;
  }
}

.qodef-rev-has-paspartu.qodef-paspartu-large {
  padding: 50px;
}

.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled {
  padding-top: 0;
}

.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 50px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 82px) !important;
}

.qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 100px) !important;
}

.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 132px) !important;
}

@media only screen and (max-width: 680px) {
  .qodef-rev-has-paspartu.qodef-paspartu-large {
    padding: 20px;
  }

  .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled {
    padding-top: 0;
  }

  .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 20px) !important;
  }

  .admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important;
  }

  .qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 40px) !important;
  }

  .admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 72px) !important;
  }
}

.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner {
  width: 100% !important;
  left: 0 !important;
}

.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: 100vh !important;
}

.admin-bar .qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: calc(100vh - 32px) !important;
}

/* ==========================================================================
   #VC Revolution Slider styles - end
   ========================================================================== */

/* ==========================================================================
   #Screen reader text - begin
   ========================================================================== */

/* Text meant only for screen readers. */

.screen-reader-text {
  position: absolute !important;
  height: 0;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* ==========================================================================
   #Screen reader text - end
   ========================================================================== */

/* ==========================================================================
   Grid System style - begin
   ========================================================================== */

.qodef-two-columns-form-without-space .qodef-column-left {
  display: table-cell;
  width: 99%;
  vertical-align: top;
}

.qodef-two-columns-form-without-space .qodef-column-right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: top;
}

.qodef-two-columns-form-with-space .qodef-column-left {
  display: table-cell;
  width: 99%;
  vertical-align: top;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-two-columns-form-with-space .qodef-column-right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: top;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* If you changed some value for space do the same thing in product-list-main-and-vc scss files
*/

.qodef-no-space .qodef-outer-space {
  margin: 0;
}

.qodef-no-space .qodef-outer-space .qodef-item-space {
  padding: 0 0px;
  margin: 0 0 0px;
}

.qodef-no-space.qodef-disable-bottom-space {
  margin-bottom: 0;
}

.qodef-no-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin-bottom: 0;
}

.qodef-no-space.qodef-columns-has-side-space {
  padding: 0 0px;
}

.qodef-tiny-space .qodef-outer-space {
  margin: 0 -5px;
}

.qodef-tiny-space .qodef-outer-space .qodef-item-space {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-tiny-space.qodef-disable-bottom-space {
  margin-bottom: -10px;
}

.qodef-tiny-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin-bottom: 0;
}

.qodef-tiny-space.qodef-columns-has-side-space {
  padding: 0 10px;
}

.qodef-small-space .qodef-outer-space {
  margin: 0 -10px;
}

.qodef-small-space .qodef-outer-space .qodef-item-space {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-small-space.qodef-disable-bottom-space {
  margin-bottom: -20px;
}

.qodef-small-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin-bottom: 0;
}

.qodef-small-space.qodef-columns-has-side-space {
  padding: 0 20px;
}

.qodef-normal-space .qodef-outer-space {
  margin: 0 -15px;
}

.qodef-normal-space .qodef-outer-space .qodef-item-space {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-normal-space.qodef-disable-bottom-space {
  margin-bottom: -30px;
}

.qodef-normal-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin-bottom: 0;
}

.qodef-normal-space.qodef-columns-has-side-space {
  padding: 0 30px;
}

.qodef-medium-space .qodef-outer-space {
  margin: 0 -20px;
}

.qodef-medium-space .qodef-outer-space .qodef-item-space {
  padding: 0 20px;
  margin: 0 0 40px;
}

.qodef-medium-space.qodef-disable-bottom-space {
  margin-bottom: -40px;
}

.qodef-medium-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin-bottom: 0;
}

.qodef-medium-space.qodef-columns-has-side-space {
  padding: 0 40px;
}

.qodef-large-space .qodef-outer-space {
  margin: 0 -25px;
}

.qodef-large-space .qodef-outer-space .qodef-item-space {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-large-space.qodef-disable-bottom-space {
  margin-bottom: -50px;
}

.qodef-large-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin-bottom: 0;
}

.qodef-large-space.qodef-columns-has-side-space {
  padding: 0 50px;
}

.qodef-huge-space .qodef-outer-space {
  margin: 0 -40px;
}

.qodef-huge-space .qodef-outer-space .qodef-item-space {
  padding: 0 40px;
  margin: 0 0 80px;
}

.qodef-huge-space.qodef-disable-bottom-space {
  margin-bottom: -80px;
}

.qodef-huge-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin-bottom: 0;
}

.qodef-huge-space.qodef-columns-has-side-space {
  padding: 0 80px;
}

.qodef-grid-list .qodef-list-is-slider .qodef-outer-space {
  margin: 0 !important;
}

.qodef-grid-list .qodef-list-is-slider .qodef-item-space {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
}

.qodef-grid-list .qodef-item-space {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-list:not(.qodef-one-columns) .qodef-item-space {
  float: left;
}

.qodef-grid-list.qodef-one-columns .qodef-masonry-grid-sizer {
  width: 100%;
}

.qodef-grid-list.qodef-one-columns .qodef-item-space {
  width: 100%;
}

.qodef-grid-list.qodef-two-columns .qodef-masonry-grid-sizer {
  width: 50%;
}

.qodef-grid-list.qodef-two-columns .qodef-item-space {
  width: 50%;
}

.qodef-grid-list.qodef-two-columns .qodef-item-space.qodef-masonry-size-large-width,
.qodef-grid-list.qodef-two-columns .qodef-item-space.qodef-masonry-size-large-width-height {
  width: 100%;
}

@media only screen and (min-width: 681px) {
  .qodef-grid-list.qodef-two-columns .qodef-item-space:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-grid-list.qodef-three-columns .qodef-masonry-grid-sizer {
  width: 33.33333%;
}

.qodef-grid-list.qodef-three-columns .qodef-item-space {
  width: 33.33333%;
}

.qodef-grid-list.qodef-three-columns .qodef-item-space.qodef-masonry-size-large-width,
.qodef-grid-list.qodef-three-columns .qodef-item-space.qodef-masonry-size-large-width-height {
  width: 66.66667%;
}

@media only screen and (min-width: 769px) {
  .qodef-grid-list.qodef-three-columns .qodef-item-space:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-grid-list.qodef-four-columns .qodef-masonry-grid-sizer {
  width: 25%;
}

.qodef-grid-list.qodef-four-columns .qodef-item-space {
  width: 25%;
}

.qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width,
.qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width-height {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .qodef-grid-list.qodef-four-columns .qodef-item-space:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-grid-list.qodef-five-columns .qodef-masonry-grid-sizer {
  width: 20%;
}

.qodef-grid-list.qodef-five-columns .qodef-item-space {
  width: 20%;
}

.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width,
.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width-height {
  width: 40%;
}

@media only screen and (min-width: 1367px) {
  .qodef-grid-list.qodef-five-columns .qodef-item-space:nth-child(5n+1) {
    clear: both;
  }
}

.qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer {
  width: 16.66667%;
}

.qodef-grid-list.qodef-six-columns .qodef-item-space {
  width: 16.66667%;
}

.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width,
.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width-height {
  width: 33.33333%;
}

@media only screen and (min-width: 1441px) {
  .qodef-grid-list.qodef-six-columns .qodef-item-space:nth-child(6n+1) {
    clear: both;
  }
}

.qodef-grid-masonry-list.qodef-fixed-masonry-items img {
  height: 100%;
  width: 100%;
}

.qodef-grid-masonry-list .qodef-masonry-list-wrapper {
  opacity: 0;
}

.qodef-grid-masonry-list .qodef-masonry-grid-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.qodef-grid-masonry-list .qodef-masonry-grid-gutter {
  width: 0;
  padding: 0;
  margin: 0;
}

.qodef-grid-masonry-list .qodef-item-space.qodef-fixed-masonry-item img {
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   Grid System Mixin style - begin
   ========================================================================== */

/* ==========================================================================
   Grid System Mixin style - end
   ========================================================================== */

.qodef-grid-row {
  margin-left: -15px;
  margin-right: -15px;
}

.qodef-grid-row:before,
.qodef-grid-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-row:after {
  clear: both;
}

.qodef-grid-row {
  *zoom: 1;
}

.qodef-grid-no-gutter {
  margin-left: -0px;
  margin-right: -0px;
}

.qodef-grid-no-gutter > div {
  padding-left: 0px;
  padding-right: 0px;
}

.qodef-grid-tiny-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.qodef-grid-tiny-gutter > div {
  padding-left: 5px;
  padding-right: 5px;
}

.qodef-grid-small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.qodef-grid-small-gutter > div {
  padding-left: 10px;
  padding-right: 10px;
}

.qodef-grid-normal-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

.qodef-grid-normal-gutter > div {
  padding-left: 15px;
  padding-right: 15px;
}

.qodef-grid-medium-gutter {
  margin-left: -20px;
  margin-right: -20px;
}

.qodef-grid-medium-gutter > div {
  padding-left: 20px;
  padding-right: 20px;
}

.qodef-grid-large-gutter {
  margin-left: -25px;
  margin-right: -25px;
}

.qodef-grid-large-gutter > div {
  padding-left: 25px;
  padding-right: 25px;
}

.qodef-grid-huge-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.qodef-grid-huge-gutter > div {
  padding-left: 40px;
  padding-right: 40px;
}

.qodef-grid-col-1 {
  position: relative;
  float: left;
  width: 8.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-1:before,
.qodef-grid-col-1:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-1:after {
  clear: both;
}

.qodef-grid-col-1 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-1 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-2 {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-2:before,
.qodef-grid-col-2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-2:after {
  clear: both;
}

.qodef-grid-col-2 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-2 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-3:before,
.qodef-grid-col-3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-3:after {
  clear: both;
}

.qodef-grid-col-3 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-3 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-4 {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-4:before,
.qodef-grid-col-4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-4:after {
  clear: both;
}

.qodef-grid-col-4 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-4 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-5 {
  position: relative;
  float: left;
  width: 41.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-5:before,
.qodef-grid-col-5:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-5:after {
  clear: both;
}

.qodef-grid-col-5 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-5 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-6:before,
.qodef-grid-col-6:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-6:after {
  clear: both;
}

.qodef-grid-col-6 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-6 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-7 {
  position: relative;
  float: left;
  width: 58.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-7:before,
.qodef-grid-col-7:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-7:after {
  clear: both;
}

.qodef-grid-col-7 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-7 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-8 {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-8:before,
.qodef-grid-col-8:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-8:after {
  clear: both;
}

.qodef-grid-col-8 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-8 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-9:before,
.qodef-grid-col-9:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-9:after {
  clear: both;
}

.qodef-grid-col-9 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-9 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-10 {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-10:before,
.qodef-grid-col-10:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-10:after {
  clear: both;
}

.qodef-grid-col-10 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-10 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-11 {
  position: relative;
  float: left;
  width: 91.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-11:before,
.qodef-grid-col-11:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-11:after {
  clear: both;
}

.qodef-grid-col-11 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-11 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-grid-col-12:before,
.qodef-grid-col-12:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.qodef-grid-col-12:after {
  clear: both;
}

.qodef-grid-col-12 {
  *zoom: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-12 {
    width: 100%;
    float: none;
  }
}

.qodef-grid-col-push-1 {
  left: 8.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-1 {
    left: 0;
  }
}

.qodef-grid-col-pull-1 {
  right: 8.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-1 {
    right: 0;
  }
}

.qodef-grid-col-push-2 {
  left: 16.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-2 {
    left: 0;
  }
}

.qodef-grid-col-pull-2 {
  right: 16.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-2 {
    right: 0;
  }
}

.qodef-grid-col-push-3 {
  left: 25%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-3 {
    left: 0;
  }
}

.qodef-grid-col-pull-3 {
  right: 25%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-3 {
    right: 0;
  }
}

.qodef-grid-col-push-4 {
  left: 33.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-4 {
    left: 0;
  }
}

.qodef-grid-col-pull-4 {
  right: 33.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-4 {
    right: 0;
  }
}

.qodef-grid-col-push-5 {
  left: 41.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-5 {
    left: 0;
  }
}

.qodef-grid-col-pull-5 {
  right: 41.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-5 {
    right: 0;
  }
}

.qodef-grid-col-push-6 {
  left: 50%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-6 {
    left: 0;
  }
}

.qodef-grid-col-pull-6 {
  right: 50%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-6 {
    right: 0;
  }
}

.qodef-grid-col-push-7 {
  left: 58.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-7 {
    left: 0;
  }
}

.qodef-grid-col-pull-7 {
  right: 58.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-7 {
    right: 0;
  }
}

.qodef-grid-col-push-8 {
  left: 66.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-8 {
    left: 0;
  }
}

.qodef-grid-col-pull-8 {
  right: 66.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-8 {
    right: 0;
  }
}

.qodef-grid-col-push-9 {
  left: 75%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-9 {
    left: 0;
  }
}

.qodef-grid-col-pull-9 {
  right: 75%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-9 {
    right: 0;
  }
}

.qodef-grid-col-push-10 {
  left: 83.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-10 {
    left: 0;
  }
}

.qodef-grid-col-pull-10 {
  right: 83.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-10 {
    right: 0;
  }
}

.qodef-grid-col-push-11 {
  left: 91.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-11 {
    left: 0;
  }
}

.qodef-grid-col-pull-11 {
  right: 91.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-11 {
    right: 0;
  }
}

.qodef-grid-col-push-12 {
  left: 100%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-12 {
    left: 0;
  }
}

.qodef-grid-col-pull-12 {
  right: 100%;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-pull-12 {
    right: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-1 {
    width: 8.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-2 {
    width: 16.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-4 {
    width: 33.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-5 {
    width: 41.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-6 {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-7 {
    width: 58.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-8 {
    width: 66.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-9 {
    width: 75%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-10 {
    width: 83.33333%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-11 {
    width: 91.66667%;
    float: left;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid-col-laptop-landscape-mac-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-12 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-12 {
    width: 100%;
    float: none;
  }
}

/* ==========================================================================
   Grid System style - end
   ========================================================================== */

/* ==========================================================================
   #Animation styles - start
   ========================================================================== */

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
}

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

.qodef-element-from-left.qodef-element-from-left-on > div {
  -webkit-animation: element-from-left 0.55s 1 ease;
  animation: element-from-left 0.55s 1 ease;
  opacity: 1;
}

.qodef-element-from-right.qodef-element-from-right-on > div {
  -webkit-animation: element-from-right 0.55s 1 ease;
  animation: element-from-right 0.55s 1 ease;
  opacity: 1;
}

.qodef-element-from-top.qodef-element-from-top-on > div {
  -webkit-animation: element-from-top 0.55s 1 ease;
  animation: element-from-top 0.55s 1 ease;
  opacity: 1;
}

.qodef-element-from-bottom.qodef-element-from-bottom-on > div {
  -webkit-animation: element-from-bottom 0.55s 1 ease;
  animation: element-from-bottom 0.55s 1 ease;
  opacity: 1;
}

.qodef-flip-in {
  opacity: 0;
  -webkit-transform: perspective(1000px) rotateY(25deg);
  transform: perspective(1000px) rotateY(25deg);
  -webkit-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);
  transform: rotateY(0deg);
}

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

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

.qodef-z-rotate {
  opacity: 0;
  -webkit-transform: rotateZ(7deg);
  -ms-transform: rotate(7deg);
  transform: rotateZ(7deg);
  -webkit-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;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

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

.qodef-x-rotate {
  opacity: 0;
  -webkit-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);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

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

.qodef-y-translate {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-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);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.qodef-fade-in-down {
  opacity: 0;
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  transform: translate(0, -25px);
  -webkit-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);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

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

/* Glitch styles */

.qodef-glitch-image-wrapper {
  position: relative;
  display: inline-block;
}

.qodef-glitch-image-wrapper img {
  visibility: hidden;
}

.qodef-glitch-wrapper {
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 0s;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: $first-main-color;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.qodef-glitch-wrapper .qodef-glitch-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-glitch-wrapper .qodef-glitch-el:nth-child(n+2) {
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  -webkit-animation-duration: var(--time-anim);
  animation-duration: var(--time-anim);
  -webkit-animation-delay: var(--delay-anim);
  animation-delay: var(--delay-anim);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.qodef-glitch-wrapper .qodef-glitch-el:nth-child(1) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  -webkit-animation-name: qodef-glitch-anim-1;
  animation-name: qodef-glitch-anim-1;
}

.qodef-glitch-wrapper .qodef-glitch-el:nth-child(2) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  -webkit-animation-name: qodef-glitch-anim-2;
  animation-name: qodef-glitch-anim-2;
}

.qodef-glitch-wrapper .qodef-glitch-el:nth-child(3) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  -webkit-animation-name: qodef-glitch-anim-3;
  animation-name: qodef-glitch-anim-3;
}

.qodef-glitch-wrapper .qodef-glitch-el:nth-child(4) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  -webkit-animation-name: qodef-glitch-anim-flash;
  animation-name: qodef-glitch-anim-flash;
}

@-webkit-keyframes qodef-glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }

  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes qodef-glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }

  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes qodef-glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }

  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }

  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }

  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }

  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }

  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }

  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }

  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes qodef-glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }

  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }

  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }

  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }

  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }

  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }

  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }

  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes qodef-glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }

  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }

  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }

  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }

  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }

  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }

  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }

  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }

  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }

  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }

  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }

  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }

  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }

  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }

  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes qodef-glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }

  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }

  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }

  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }

  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }

  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }

  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }

  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }

  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }

  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }

  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }

  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }

  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }

  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }

  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

/* Flash */

@-webkit-keyframes qodef-glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }

  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes qodef-glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }

  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ==========================================================================
   #Animation styles - end
   ========================================================================== */

.qodef-st-loader,
.qodef-st-loader .qodef-uncover-spinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qodef-st-loader {
  z-index: 2100;
  /* uncover - start */
  /* rotate circles - start */
  /* rotate circles - end */
  /* pulse - start */
  /* pulse - end */
  /* double pulse - start */
  /* double pulse - end */
  /* cube - start */
  /* cube - end */
  /* rotating cubes - start */
  /* rotating cubes - end */
  /* stripes - start */
  /* stripes - end */
  /* wave - start */
  /* wave - end */
  /* two_rotating_circles - start */
  /* two_rotating_circles - end */
  /* five_rotating_circles - start */
  /* five_rotating_circles - end */
  /* atom - start */
  /* atom - end */
  /* clock - start*/
  /* clock - end*/
  /* mitosis - start*/
  /* mitosis - end*/
  /* lines - start*/
  /* lines - end*/
  /* fussion - start*/
  /* fussion - end*/
  /* wave_circles - start*/
  /* wave_circles - end*/
  /* pulse_circles - start*/
  /* pulse_circles - end*/
}

.qodef-st-loader .qodef-uncover-spinner {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@media screen and (min-width: 1025px) {
  .qodef-header-vertical .qodef-st-loader .qodef-uncover-spinner {
    left: 302px;
    width: calc(100% - 302px);
  }
}

.qodef-st-loader .qodef-uncover-spinner .qodef-uncover-brnd {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

@-webkit-keyframes qodefRotatePlane {
  0% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes qodefRotatePlane {
  0% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@-webkit-keyframes qodefScaleUpX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes qodefScaleUpX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes qodefScaleDownX {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes qodefScaleDownX {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes qodefScaleDownY {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes qodefScaleDownY {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.qodef-st-loader .qodef-uncover-spinner .qodef-uncover-square-holder {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: qodefScaleUpX 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: qodefScaleUpX 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  z-index: 10;
}

.qodef-st-loader .qodef-uncover-spinner .qodef-uncover-square-holder.qodef-remove {
  -webkit-animation: qodefScaleDownX 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: qodefScaleDownX 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.qodef-st-loader .qodef-uncover-spinner .qodef-uncover-square-holder.qodef-remove .qodef-uncover-square {
  -webkit-animation: none;
  animation: none;
}

.qodef-st-loader .qodef-uncover-spinner .qodef-uncover-square {
  width: 40px;
  height: 40px;
  background-color: #50d6ae;
  -webkit-animation: qodefRotatePlane 1.2s infinite cubic-bezier(0.21, 0.38, 0, 0.82) 1s;
  animation: qodefRotatePlane 1.2s infinite cubic-bezier(0.21, 0.38, 0, 0.82) 1s;
  outline: 1px solid transparent;
}

body:not(.page-template-coming-soon-page) .qodef-st-loader .qodef-uncover-spinner.qodef-remove {
  -webkit-animation: qodefScaleDownX 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: qodefScaleDownX 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.page-template-coming-soon-page .qodef-st-loader .qodef-uncover-spinner.qodef-remove {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: qodefScaleDownY 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: qodefScaleDownY 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

.qodef-st-loader .qodef-rotate-circles {
  width: 60px;
  height: 20px;
}

.qodef-st-loader .qodef-rotate-circles > div {
  background-color: #333;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1.5s ease infinite both;
  animation: ball-fall 1.5s ease infinite both;
}

.qodef-st-loader .qodef-rotate-circles > div:nth-last-of-type(1) {
  -webkit-animation-delay: calc((100ms) - 300ms);
  animation-delay: calc((100ms) - 300ms);
}

.qodef-st-loader .qodef-rotate-circles > div:nth-last-of-type(2) {
  -webkit-animation-delay: calc((200ms) - 300ms);
  animation-delay: calc((200ms) - 300ms);
}

.qodef-st-loader .qodef-rotate-circles > div:nth-last-of-type(3) {
  -webkit-animation-delay: calc((300ms) - 300ms);
  animation-delay: calc((300ms) - 300ms);
}

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

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

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

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

.qodef-st-loader .pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: #53f6c6;
  border-radius: 16px;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.qodef-st-loader .double_pulse {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: relative;
}

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

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

@-webkit-keyframes cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.qodef-st-loader .cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: #53f6c6;
  -webkit-animation: cube 1.2s infinite ease-in-out;
  animation: cube 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

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

@keyframes rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

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

.qodef-st-loader .rotating_cubes {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: relative;
}

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

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

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

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

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

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.qodef-st-loader .stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
  font-size: 10px;
}

.qodef-st-loader .stripes > div {
  background-color: #53f6c6;
  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 .stripes .rect2 {
  -webkit-animation-delay: calc((200ms) - 1300ms);
  animation-delay: calc((200ms) - 1300ms);
}

.qodef-st-loader .stripes .rect3 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
  animation-delay: calc((300ms) - 1300ms);
}

.qodef-st-loader .stripes .rect4 {
  -webkit-animation-delay: calc((400ms) - 1300ms);
  animation-delay: calc((400ms) - 1300ms);
}

.qodef-st-loader .stripes .rect5 {
  -webkit-animation-delay: calc((500ms) - 1300ms);
  animation-delay: calc((500ms) - 1300ms);
}

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

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

.qodef-st-loader .wave > div {
  width: 18px;
  height: 18px;
  background-color: #53f6c6;
  margin: 0 3px 0 0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out 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 rotatecircles {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.qodef-st-loader .two_rotating_circles {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: relative;
  text-align: center;
  -webkit-animation: rotatecircles 2s infinite linear;
  animation: rotatecircles 2s 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: #53f6c6;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

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

.qodef-st-loader .five_rotating_circles {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  position: relative;
}

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

.qodef-st-loader .five_rotating_circles .spinner-container > div {
  background-color: #53f6c6;
  border-radius: 100%;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out both;
  animation: bouncedelay 1.2s infinite ease-in-out both;
}

.qodef-st-loader .five_rotating_circles .spinner-container > div.circle1 {
  top: 0;
  left: 0;
}

.qodef-st-loader .five_rotating_circles .spinner-container > div.circle2 {
  top: 0;
  right: 0;
}

.qodef-st-loader .five_rotating_circles .spinner-container > div.circle3 {
  right: 0;
  bottom: 0;
}

.qodef-st-loader .five_rotating_circles .spinner-container > div.circle4 {
  left: 0;
  bottom: 0;
}

.qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle2 {
  -webkit-animation-delay: calc((600ms) - 1500ms);
  animation-delay: calc((600ms) - 1500ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle3 {
  -webkit-animation-delay: calc((900ms) - 1500ms);
  animation-delay: calc((900ms) - 1500ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle4 {
  -webkit-animation-delay: calc((1200ms) - 1500ms);
  animation-delay: calc((1200ms) - 1500ms);
}

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

.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle1 {
  -webkit-animation-delay: calc((300ms) - 1400ms);
  animation-delay: calc((300ms) - 1400ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle2 {
  -webkit-animation-delay: calc((600ms) - 1400ms);
  animation-delay: calc((600ms) - 1400ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle3 {
  -webkit-animation-delay: calc((900ms) - 1400ms);
  animation-delay: calc((900ms) - 1400ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle4 {
  -webkit-animation-delay: calc((1200ms) - 1400ms);
  animation-delay: calc((1200ms) - 1400ms);
}

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

.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle1 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
  animation-delay: calc((300ms) - 1300ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle2 {
  -webkit-animation-delay: calc((600ms) - 1300ms);
  animation-delay: calc((600ms) - 1300ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle3 {
  -webkit-animation-delay: calc((900ms) - 1300ms);
  animation-delay: calc((900ms) - 1300ms);
}

.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle4 {
  -webkit-animation-delay: calc((1200ms) - 1300ms);
  animation-delay: calc((1200ms) - 1300ms);
}

@-webkit-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);
    transform: scale(0.5);
  }
}

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

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

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

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

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

.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;
  animation: atom_shrink 4.5s infinite linear;
}

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

.qodef-st-loader .atom .ball-2 {
  -webkit-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-2:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-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 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-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-3:before {
  -webkit-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 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-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:before {
  -webkit-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;
}

.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: #50d6ae;
  top: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}

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

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

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

  30% {
    -webkit-transform: rotate(-450deg);
    transform: rotate(-450deg);
  }

  100% {
    -webkit-transform: rotate(-450deg);
    transform: rotate(-450deg);
  }
}

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

  30% {
    -webkit-transform: rotate(-450deg);
    transform: rotate(-450deg);
  }

  100% {
    -webkit-transform: rotate(-450deg);
    transform: rotate(-450deg);
  }
}

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

  35% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

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

  35% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

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

  40% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

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

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

  40% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

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

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

  45% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  100% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}

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

  45% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  100% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}

.qodef-st-loader .clock {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-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: #50d6ae;
}

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

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

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

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

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

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

@-webkit-keyframes mitosis_ball1 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
    transform: translateX(25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball1 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
    transform: translateX(25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes mitosis_ball2 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
    transform: translateX(25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball2 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
    transform: translateX(25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
    transform: translateX(50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes mitosis_ball3 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
    transform: translateX(-25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball3 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
    transform: translateX(-25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes mitosis_ball4 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
    transform: translateX(-25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes mitosis_ball4 {
  12% {
    -webkit-transform: none;
    transform: none;
  }

  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
    transform: translateX(-25%) scale(1, 0.8);
  }

  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }

  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

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

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

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

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

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

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

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

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

.qodef-st-loader .lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

.qodef-st-loader .lines .line1 {
  margin-left: 10px;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #53f6c6;
  -webkit-animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms);
  animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms);
}

.qodef-st-loader .lines .line2 {
  margin-left: 10px;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #53f6c6;
  -webkit-animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms);
  animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms);
}

.qodef-st-loader .lines .line3 {
  margin-left: 10px;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #53f6c6;
  -webkit-animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms);
  animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms);
}

.qodef-st-loader .lines .line4 {
  margin-left: 10px;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #53f6c6;
  -webkit-animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms);
  animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms);
}

@-webkit-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;
  }
}

@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;
  }
}

@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;
  }
}

@keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }

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

.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: #50d6ae;
  border-radius: 50%;
  float: left;
  position: absolute;
}

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

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

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

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

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

  24%, 100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

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

  24%, 100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

@-webkit-keyframes wave_jump2 {
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  24% {
    -webkit-transform: translate(20px, -40px);
    transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  36%, 100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

@keyframes wave_jump2 {
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  24% {
    -webkit-transform: translate(20px, -40px);
    transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  36%, 100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

@-webkit-keyframes wave_jump3 {
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  36% {
    -webkit-transform: translate(20px, -40px);
    transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  48%, 100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

@keyframes wave_jump3 {
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  36% {
    -webkit-transform: translate(20px, -40px);
    transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  48%, 100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

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

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

.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: #50d6ae;
  border-radius: 50%;
  margin-right: 10px;
}

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

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

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

.qodef-st-loader .wave_circles .ball.ball-4 {
  margin-right: 0;
  -webkit-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 pulse_circles_pulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

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

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

.qodef-st-loader .pulse_circles {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}

.qodef-st-loader .pulse_circles .ball {
  height: 100%;
  width: 100%;
  background: #50d6ae;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0 solid #50d6ae;
}

.qodef-st-loader .pulse_circles .ball.ball-1 {
  -webkit-animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms);
  animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms);
}

.qodef-st-loader .pulse_circles .ball.ball-2 {
  -webkit-animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms);
  animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms);
}

.qodef-st-loader .pulse_circles .ball.ball-3 {
  -webkit-animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms);
  animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms);
}

.qodef-st-loader .pulse_circles .ball.ball-4 {
  -webkit-animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms);
  animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms);
}

/* .qodef-st-loader */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

#respond textarea,
.qodef-style-form textarea,
#respond input[type='text'],
input[type='text'],
input[type='email'],
input[type='password'],
.post-password-form input[type='password'],
.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 {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 13px;
  line-height: 20px;
  font-weight: inherit;
  color: #282828;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

#respond textarea:focus,
.qodef-style-form textarea:focus,
#respond input:focus[type='text'],
input:focus[type='text'],
input:focus[type='email'],
input:focus[type='password'],
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-quiz:focus {
  color: #000;
  border-color: #282828;
}

#respond textarea::-webkit-input-placeholder,
.qodef-style-form textarea::-webkit-input-placeholder,
#respond input[type='text']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-number::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-date::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder {
  color: inherit;
}

#respond textarea:-moz-placeholder,
.qodef-style-form textarea:-moz-placeholder,
#respond input:-moz-placeholder[type='text'],
input:-moz-placeholder[type='text'],
input:-moz-placeholder[type='email'],
input:-moz-placeholder[type='password'],
.wpcf7-form-control.wpcf7-text:-moz-placeholder,
.wpcf7-form-control.wpcf7-number:-moz-placeholder,
.wpcf7-form-control.wpcf7-date:-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea:-moz-placeholder,
.wpcf7-form-control.wpcf7-select:-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#respond textarea::-moz-placeholder,
.qodef-style-form textarea::-moz-placeholder,
#respond input[type='text']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder,
.wpcf7-form-control.wpcf7-text::-moz-placeholder,
.wpcf7-form-control.wpcf7-number::-moz-placeholder,
.wpcf7-form-control.wpcf7-date::-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
.wpcf7-form-control.wpcf7-select::-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#respond textarea:-ms-input-placeholder,
.qodef-style-form textarea:-ms-input-placeholder,
#respond input:-ms-input-placeholder[type='text'],
input:-ms-input-placeholder[type='text'],
input:-ms-input-placeholder[type='email'],
input:-ms-input-placeholder[type='password'],
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-number:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-date:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-select:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder {
  color: inherit;
}

/* mixins styles - end */

/* ==========================================================================
   #Comments styles - start
   ========================================================================== */

.qodef-comment-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-comment-holder .qodef-comment-holder-inner {
  padding: 72px 0 10px;
}

.qodef-comment-holder .qodef-comment {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px dashed #edeff2;
}

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

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

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

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

.qodef-comment-holder .qodef-comments-title {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px dashed #edeff2;
}

.qodef-comment-holder .qodef-comments-title > * {
  margin: 0;
}

.qodef-comment-holder .qodef-comment-image {
  position: relative;
  display: block;
  top: 3px;
  left: 0;
  width: 60px;
  height: 60px;
  float: left;
}

.qodef-comment-holder .qodef-comment-image img {
  display: block;
  border-radius: 4em;
}

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

.qodef-comment-holder .qodef-comment-text .qodef-comment-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 16px;
}

.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 {
  float: left;
  margin: 3px 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #191919;
}

.qodef-comment-holder .qodef-comment-text .replay:hover,
.qodef-comment-holder .qodef-comment-text .comment-reply-link:hover,
.qodef-comment-holder .qodef-comment-text .comment-edit-link:hover {
  color: #50d6ae;
}

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

.qodef-comment-holder .qodef-comment-text .qodef-comment-date {
  display: none;
}

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

.qodef-comment-holder .qodef-comment-text .comment-respond {
  margin: 20px 0;
}

.qodef-comment-holder .qodef-comment-text .comment-respond .comment-reply-title {
  margin: 0 0 10px;
  font-size: 14px;
}

.qodef-comment-holder .qodef-comment-text .comment-respond .logged-in-as {
  margin: 0 0 8px;
}

.qodef-comment-holder .qodef-comment-text #cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 12px;
  color: #50d6ae;
}

.qodef-comment-holder .qodef-comment-text #cancel-comment-reply-link:hover {
  color: #000;
}

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

.qodef-comment-holder .qodef-comment-text li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.qodef-comment-form {
  padding: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-comment-form .qodef-comment-form-inner {
  padding: 7px 0 78px;
}

.qodef-comment-form .comment-reply-title {
  margin: 0 0 24px;
}

.qodef-comment-form label {
  display: inline-block;
  margin: 0 0 1px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #000;
}

.qodef-comment-form .logged-in-as {
  margin: 0 0 8px;
}

@media only screen and (max-width: 768px) {
  .qodef-comment-holder .qodef-comment-list .children {
    padding: 0 0 0 40px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-comment-holder .qodef-comment-list .children {
    padding: 0;
  }

  .qodef-comment-holder .qodef-comment-text .qodef-comment-name {
    float: none;
  }

  .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 {
    float: none;
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-comment-holder .qodef-comment-image {
    float: none;
  }

  .qodef-comment-holder .qodef-comment-text {
    padding: 20px 0 0;
    min-height: inherit;
  }
}

/* ==========================================================================
   #Comments styles - end
   ========================================================================== */

.post-password-form input[type='password'] {
  margin-top: 10px;
  display: block;
  max-width: 560px;
}

#submit_comment,
.post-password-form input[type='submit'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5em;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-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;
  padding: 11px 33px;
  color: #000;
  background-color: #53f6c6;
  border: 1px solid #53f6c6;
  cursor: pointer;
}

#submit_comment:hover,
.post-password-form input[type='submit']:hover {
  color: #fff;
  background-color: #53f6c6;
}

p.form-submit {
  margin: 14px 0 0;
}

#respond textarea,
.qodef-style-form textarea {
  display: block;
  padding: 16px 18px;
}

/* ==========================================================================
   #Comments styles - end
   ========================================================================== */

/* ==========================================================================
   #Contact Form 7 styles - begin
   ========================================================================== */

.wpcf7-form {
  position: relative;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
  box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
}

.qodef-dark-skin .wpcf7-form,
.qodef-no-shadow .wpcf7-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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 {
  margin: 0 0 36px;
  padding: 7px 0;
  font-size: 14px;
  line-height: 21px;
  border: none;
  border-bottom: 1px solid #000;
}

.wpcf7-form-control.wpcf7-text:hover,
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-number:hover,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-date:hover,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-textarea:hover,
.wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form-control.wpcf7-select:hover,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-quiz:hover,
.wpcf7-form-control.wpcf7-quiz:focus {
  color: #000;
  border-color: #53f6c6;
}

footer .wpcf7-form-control.wpcf7-text,
footer .wpcf7-form-control.wpcf7-number,
footer .wpcf7-form-control.wpcf7-date,
footer .wpcf7-form-control.wpcf7-textarea,
footer .wpcf7-form-control.wpcf7-select,
footer .wpcf7-form-control.wpcf7-quiz {
  margin: 0;
  color: #fff;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}

footer .wpcf7-form-control.wpcf7-text:hover,
footer .wpcf7-form-control.wpcf7-text:focus,
footer .wpcf7-form-control.wpcf7-number:hover,
footer .wpcf7-form-control.wpcf7-number:focus,
footer .wpcf7-form-control.wpcf7-date:hover,
footer .wpcf7-form-control.wpcf7-date:focus,
footer .wpcf7-form-control.wpcf7-textarea:hover,
footer .wpcf7-form-control.wpcf7-textarea:focus,
footer .wpcf7-form-control.wpcf7-select:hover,
footer .wpcf7-form-control.wpcf7-select:focus,
footer .wpcf7-form-control.wpcf7-quiz:hover,
footer .wpcf7-form-control.wpcf7-quiz:focus {
  color: #fff;
}

.wpcf7-form-control.wpcf7-textarea {
  display: block;
}

.wpcf7-form-control.wpcf7-select {
  -webkit-appearance: menulist;
}

.wpcf7-form-control.wpcf7-checkbox {
  margin: 0 0 36px;
}

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
  vertical-align: text-bottom;
  color: inherit;
}

.qodef-cf7-element-shorter-holder .wpcf7-form-control.wpcf7-text,
.qodef-cf7-element-shorter-holder .wpcf7-form-control.wpcf7-number,
.qodef-cf7-element-shorter-holder .wpcf7-form-control.wpcf7-date,
.qodef-cf7-element-shorter-holder .wpcf7-form-control.wpcf7-textarea,
.qodef-cf7-element-shorter-holder .wpcf7-form-control.wpcf7-select,
.qodef-cf7-element-shorter-holder .wpcf7-form-control.wpcf7-checkbox,
.qodef-cf7-element-shorter-holder .wpcf7-form-control.wpcf7-quiz {
  display: inline-block;
  margin: 0 0 28px;
}

.qodef-cf7-element-shorter-holder p {
  margin: 0;
}

input.wpcf7-form-control.wpcf7-submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5em;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-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;
  padding: 16px 36px;
  color: #000;
  background-color: #53f6c6;
  border: 1px solid #53f6c6;
  cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: #53f6c6;
}

.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-text,
.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-number,
.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-date,
.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-textarea,
.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-select,
.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-quiz {
  padding-right: 60px;
}

.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-submit {
  position: absolute;
  top: 8px;
  right: 1px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.qodef-wpcf7-form-simple .wpcf7-form-control.wpcf7-submit:hover {
  color: #50d6ae;
  background-color: transparent;
}

.qodef-wpcf7-form-custom .qodef-form-inner {
  width: 100%;
  margin: 0;
  padding: 21px 0;
  background-color: #fff;
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 80%;
  margin: 0;
  padding: 26px 58px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  border: 0;
  border-right: 2px solid #50d6ae;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text:focus {
  color: #000;
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
  color: inherit;
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text {
    width: 70%;
  }
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
  padding: 26px 0;
  width: 20%;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #282828;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-submit:hover {
  color: #50d6ae;
}

@media only screen and (max-width: 768px) {
  .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-submit {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-submit {
    width: 30%;
  }
}

.qodef-wpcf7-form-custom .ajax-loader {
  display: none !important;
}

.qodef-dark-skin .wpcf7-form-control.wpcf7-text,
.qodef-dark-skin .wpcf7-form-control.wpcf7-number,
.qodef-dark-skin .wpcf7-form-control.wpcf7-date,
.qodef-dark-skin .wpcf7-form-control.wpcf7-textarea,
.qodef-dark-skin .wpcf7-form-control.wpcf7-select,
.qodef-dark-skin .wpcf7-form-control.wpcf7-quiz {
  color: #fff;
  border-bottom: 1px solid rgba(99, 99, 99, 0.5);
}

.qodef-dark-skin .wpcf7-form-control.wpcf7-text:hover,
.qodef-dark-skin .wpcf7-form-control.wpcf7-text:focus,
.qodef-dark-skin .wpcf7-form-control.wpcf7-number:hover,
.qodef-dark-skin .wpcf7-form-control.wpcf7-number:focus,
.qodef-dark-skin .wpcf7-form-control.wpcf7-date:hover,
.qodef-dark-skin .wpcf7-form-control.wpcf7-date:focus,
.qodef-dark-skin .wpcf7-form-control.wpcf7-textarea:hover,
.qodef-dark-skin .wpcf7-form-control.wpcf7-textarea:focus,
.qodef-dark-skin .wpcf7-form-control.wpcf7-select:hover,
.qodef-dark-skin .wpcf7-form-control.wpcf7-select:focus,
.qodef-dark-skin .wpcf7-form-control.wpcf7-quiz:hover,
.qodef-dark-skin .wpcf7-form-control.wpcf7-quiz:focus {
  color: #fff;
  border-color: #53f6c6;
}

.qodef-dark-skin .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
  color: #fff;
}

.qodef-dark-skin .qodef-wpcf7-form-custom .qodef-form-inner {
  background-color: #111;
}

.qodef-dark-skin .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text {
  color: #fff;
}

.qodef-dark-skin .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-text:focus {
  color: #fff;
}

.qodef-dark-skin .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-submit {
  color: #fff;
}

.qodef-dark-skin .qodef-wpcf7-form-custom .qodef-form-inner .wpcf7-form-control.wpcf7-submit:hover {
  color: #50d6ae;
}

.qodef-cf7-btn-wrapper {
  position: relative;
  display: inline-block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5em;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-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;
  padding: 16px 36px;
  color: #000;
  background-color: #53f6c6;
  border: 1px solid #53f6c6;
  cursor: pointer;
}

.qodef-cf7-btn-wrapper input.wpcf7-form-control.wpcf7-submit {
  border: none;
  background: transparent;
  padding: 0;
  color: currentColor;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-cf7-btn-wrapper .ajax-loader {
  position: absolute;
  top: calc(50% - 8px);
}

.qodef-cf7-btn-wrapper .qodef-svg-icon {
  position: absolute;
  top: calc(50% - 4px);
  left: 80%;
  height: 7px;
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0s 0.1s, opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0s 0.1s;
  transition: opacity 0.1s, -webkit-transform 0s 0.1s;
  transition: transform 0s 0.1s, opacity 0.1s;
  transition: transform 0s 0.1s, opacity 0.1s, -webkit-transform 0s 0.1s;
  will-change: transform, opacity;
}

.qodef-cf7-btn-wrapper:hover input.wpcf7-form-control.wpcf7-submit {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.qodef-cf7-btn-wrapper:hover .qodef-svg-icon {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

/* ==========================================================================
   #Contact Form 7 styles - end
   ========================================================================== */

/* ==========================================================================
	#Rev Slider - start
	========================================================================== */

#qodef-main-rev-slider-holder .rev_slider_wrapper {
  background-image: url("../img/preload_pattern.png") !important;
  background-repeat: repeat;
  background-color: #000 !important;
  -webkit-animation: preload-background 40s infinite linear 0s;
  animation: preload-background 40s infinite linear 0s;
}

/* ==========================================================================
	#Rev Slider - end
	========================================================================== */

/* ==========================================================================
   #Global Owl Slider - begin
   ========================================================================== */

.qodef-owl-slider {
  visibility: hidden;
}

.qodef-owl-slider .owl-stage-outer {
  z-index: 1;
}

.qodef-owl-slider.qodef-slider-is-moving .owl-item .qodef-block-drag-link {
  z-index: -1 !important;
}

.qodef-owl-slider.qodef-slider-has-both-nav .owl-nav .owl-prev,
.qodef-owl-slider.qodef-slider-has-both-nav .owl-nav .owl-next {
  -webkit-transform: translateY(calc(-50% - 21px));
  -ms-transform: translateY(calc(-50% - 21px));
  transform: translateY(calc(-50% - 21px));
}

.qodef-owl-slider.qodef-slider-hide-pagination .owl-dots {
  display: none;
}

.qodef-owl-slider .owl-nav .owl-prev,
.qodef-owl-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  color: #fff;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-owl-slider .owl-nav .owl-prev:hover,
.qodef-owl-slider .owl-nav .owl-next:hover {
  color: #50d6ae;
}

.qodef-owl-slider .owl-nav .owl-prev > span,
.qodef-owl-slider .owl-nav .owl-next > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 46px;
  line-height: 1;
}

.qodef-owl-slider .owl-nav .owl-prev > span:before,
.qodef-owl-slider .owl-nav .owl-next > span:before {
  display: block;
  line-height: inherit;
}

.qodef-custom-dark-skin .qodef-owl-slider .owl-nav .owl-prev,
.qodef-custom-dark-skin
.qodef-owl-slider .owl-nav .owl-next {
  color: #000;
}

.qodef-custom-dark-skin .qodef-owl-slider .owl-nav .owl-prev:hover,
.qodef-custom-dark-skin
.qodef-owl-slider .owl-nav .owl-next:hover {
  color: #50d6ae;
}

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

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

.qodef-owl-slider .owl-dots {
  text-align: center;
  margin: 16px 0 0;
}

.qodef-owl-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  padding: 3px;
  margin: 0 8px;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.qodef-owl-slider .owl-dots .owl-dot span {
  display: inline-block;
  vertical-align: text-top;
  width: 5px;
  height: 5px;
  background-color: #313131;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.qodef-owl-slider .owl-dots .owl-dot:hover {
  border-color: #313131;
}

.qodef-owl-slider .owl-dots .owl-dot.active {
  border-color: #d7d7d7;
}

.qodef-owl-slider .owl-dots .owl-dot.active span {
  background-color: #d7d7d7;
}

.qodef-owl-slider .owl-carousel .owl-item img {
  -webkit-transform: translateZ(0);
}

.qodef-owl-slider + .qodef-slider-thumbnail {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 20px -10px 0;
}

.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  cursor: pointer;
}

.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item img {
  border: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item.active img {
  border: 2px solid #50d6ae;
}

.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-two .qodef-slider-thumbnail-item {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-two .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}

.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-three .qodef-slider-thumbnail-item {
  width: 33.33333%;
}

@media only screen and (max-width: 1024px) {
  .qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-three .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}

.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-four .qodef-slider-thumbnail-item {
  width: 25%;
}

@media only screen and (max-width: 1024px) {
  .qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-four .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}

.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-five .qodef-slider-thumbnail-item {
  width: 20%;
}

@media only screen and (max-width: 1024px) {
  .qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-five .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}

.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-six .qodef-slider-thumbnail-item {
  width: 16.66667%;
}

@media only screen and (max-width: 1024px) {
  .qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-six .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}

/* ==========================================================================
   #Global Owl Slider - end
   ========================================================================== */

/* ==========================================================================
   #Global Pretty Photo Styles - begin
   ========================================================================== */

.pp_pic_holder a.pp_next,
.pp_pic_holder a.pp_previous {
  color: #fff !important;
}

/* ==========================================================================
   #Global Pretty Photo Styles - end
   ========================================================================== */

/* ==========================================================================
   #404 styles - start
   ========================================================================== */

.error404 .qodef-wrapper {
  padding: 0 !important;
}

.error404 .qodef-content {
  height: 100vh;
}

.error404.admin-bar .qodef-content {
  height: calc(100vh - 32px);
}

.error404 .qodef-content-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.error404 .qodef-page-not-found {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0 0 0 15%;
}

@media only screen and (max-width: 1024px) {
  .error404 .qodef-page-not-found {
    padding: 0 0 0 5%;
  }
}

.error404 .qodef-page-not-found .qodef-404-tagline {
  display: inline-block;
  margin: 0 0 22px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
  color: #50d6ae;
}

.error404 .qodef-page-not-found .qodef-404-title {
  margin: 0;
  font-size: 200px;
  line-height: .75em;
}

@media only screen and (max-width: 320px) {
  .error404 .qodef-page-not-found .qodef-404-title {
    font-size: 150px;
  }
}

.error404 .qodef-page-not-found .qodef-404-subtitle {
  margin: 17px 0 0;
  font-size: 60px;
}

.error404 .qodef-page-not-found .qodef-404-search-table {
  display: table;
  width: 100%;
  height: 100%;
}

.error404 .qodef-page-not-found .qodef-404-search-cell {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.error404 .qodef-page-not-found .qodef-form-holder-inner {
  position: relative;
  width: 95%;
}

.error404 .qodef-page-not-found .qodef-search-form-inner {
  width: calc(100% - 202px);
  margin: 46px 0 0;
  padding: 13px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
  box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
}

@media only screen and (max-width: 1024px) {
  .error404 .qodef-page-not-found .qodef-search-form-inner {
    width: 100%;
  }
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: calc(100% - 170px);
  margin: 0;
  padding: 17px 38px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  border: 0;
  border-right: 2px solid #50d6ae;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field:focus {
  color: #000;
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field::-webkit-input-placeholder {
  color: inherit;
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field:-ms-input-placeholder {
  color: inherit;
}

@media only screen and (max-width: 1024px) {
  .error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field {
    padding: 17px 28px;
  }
}

@media only screen and (max-width: 480px) {
  .error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field {
    width: calc(100% - 100px);
    padding: 17px 14px;
  }
}

@media only screen and (max-width: 320px) {
  .error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-field {
    width: calc(100% - 80px);
    padding: 17px 4px;
  }
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
  padding: 17px 38px;
  width: 170px;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #282828;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1024px) {
  .error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit {
    padding: 17px 28px;
  }
}

@media only screen and (max-width: 480px) {
  .error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit {
    width: 100px;
    padding: 17px 14px;
  }
}

@media only screen and (max-width: 320px) {
  .error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit {
    width: 80px;
    padding: 17px 4px;
  }
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit:hover {
  color: #50d6ae;
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit.qodef-search-submit-icon-pack {
  font-size: 13px;
}

.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit.qodef-search-submit-svg-path > *,
.error404 .qodef-page-not-found .qodef-search-form-inner .qodef-search-submit.qodef-search-submit-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

/* ==========================================================================
   #404 styles - end
   ========================================================================== */

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */

#qodef-back-to-top {
  position: fixed;
  width: 40px;
  right: 25px;
  bottom: 25px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}

#qodef-back-to-top.off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0s 0.15s;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}

#qodef-back-to-top.on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#qodef-back-to-top > span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: #53f6c6;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#qodef-back-to-top i {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: -webkit-transform 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: transform 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: transform 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-transform 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

#qodef-back-to-top.qodef-dark > span {
  color: #fff;
  background-color: #000;
}

#qodef-back-to-top:hover i {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */

/* ==========================================================================
   #Self Hosted Video styles - begin
   ========================================================================== */

.qodef-self-hosted-video-holder .qodef-video-wrap .mejs-poster,
.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
   ========================================================================== */

/* ==========================================================================
	#Parallax Holder styles - begin
	========================================================================== */

.no-touch .qodef-parallax-holder {
  will-change: transform;
}

/* ==========================================================================
	#Parallax Holder styles - end	
	========================================================================== */

/* ==========================================================================
   #Background Text styles - begin
   ========================================================================== */

.qodef-row-bg-text-holder {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.touch .qodef-row-bg-text-holder {
  visibility: visible;
}

.qodef-row-bg-text-holder .qodef-row-bg-text-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-touch .qodef-row-bg-text-holder .qodef-row-bg-text-inner {
  overflow: hidden;
}

.qodef-row-bg-text-holder .qodef-char-mask {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-row-bg-text-holder .qodef-char {
  display: inline-block;
}

.qodef-row-bg-text-holder.qodef-left-aligned {
  left: 0;
}

.qodef-row-bg-text-holder.qodef-left-aligned .qodef-row-bg-text-inner {
  padding-left: 2vw;
}

.no-touch .qodef-row-bg-text-holder.qodef-left-aligned .qodef-char {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.qodef-row-bg-text-holder.qodef-right-aligned {
  right: 0;
  text-align: right;
}

.qodef-row-bg-text-holder.qodef-right-aligned .qodef-row-bg-text-inner {
  padding-right: 2vw;
}

.no-touch .qodef-row-bg-text-holder.qodef-right-aligned .qodef-char {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.qodef-row-bg-text-holder .qodef-row-bg-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 20vw;
  line-height: 1.15em;
  opacity: .2;
  overflow: hidden;
}

.qodef-row-bg-text-holder .qodef-row-bg-text:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjYGRgYGQEAAAOAATa5WfvAAAAAElFTkSuQmCC");
  background-size: 2px 2px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.no-touch .qodef-row-bg-text-holder.qodef-appeared {
  visibility: visible;
}

.no-touch .qodef-row-bg-text-holder.qodef-appeared .qodef-row-bg-text .qodef-char {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87), opacity 0.4s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-transform 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  transition: opacity 0.4s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-transform 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  transition: transform 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87), opacity 0.4s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: transform 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87), opacity 0.4s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-transform 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87);
}

/* ==========================================================================
   #Background Text styles - end
   ========================================================================== */

/* ==========================================================================
   #Item With Animation styles - start
   ========================================================================== */

.qodef-item-with-animation {
  visibility: hidden;
}

.touch .qodef-item-with-animation {
  visibility: visible;
}

.no-touch .qodef-item-with-animation {
  visibility: visible;
  opacity: 0;
}

.no-touch .qodef-item-with-animation.qodef-appeared {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

/* ==========================================================================
   #Item With Animation styles - end
   ========================================================================== */

/* ==========================================================================
   4. Widgets styles
   ========================================================================== */

/* ==========================================================================
   #Search tweak begin
   ========================================================================== */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
}

/* ==========================================================================
   #Search tweak end
   ========================================================================== */

/* ==========================================================================
   Sidebar area styles - begin
   ========================================================================== */

aside.qodef-sidebar {
  position: relative;
  z-index: 11;
  margin: 0 0 60px;
}

aside.qodef-sidebar .widget:last-child {
  margin: 0 !important;
}

.wpb_widgetised_column {
  position: relative;
}

.wpb_widgetised_column .widget:last-child {
  margin: 0 !important;
}

/* ==========================================================================
   Sidebar area styles - end
   ========================================================================== */

/* ==========================================================================
   Default WordPress Widgets styles - begin
   ========================================================================== */

.widget {
  margin: 0 0 35px;
  /*
    *   Specific styles
    */
}

.widget .qodef-widget-title {
  margin: 0 0 30px;
}

.widget .qodef-widget-title a {
  color: inherit;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul li {
  margin: 0 0 10px;
}

.widget ul li:last-child {
  margin: 0;
}

.widget.widget_text .qodef-widget-title {
  margin: 0 0 20px;
}

.widget.widget_text img {
  display: block;
}

.widget #wp-calendar {
  width: 100%;
  text-align: center;
}

.widget #wp-calendar caption {
  color: #000;
  margin: 0 0 15px;
}

.widget #wp-calendar th,
.widget #wp-calendar td {
  padding: 3px 4px;
}

.widget #wp-calendar td#today {
  color: #fff;
  background-color: #53f6c6;
}

.widget #wp-calendar td#today a {
  color: inherit;
}

.widget.widget_rss .qodef-widget-title .rsswidget:hover {
  color: #50d6ae;
}

.widget.widget_rss .rss-widget-icon {
  display: inline-block;
}

.widget.widget_rss ul li {
  margin: 0 0 25px;
}

.widget.widget_rss ul li .rss-date {
  display: block;
}

.widget.widget_search .qodef-widget-title {
  margin: 0 0 7px;
}

.widget.widget_search form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.widget.widget_search form > div {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget.widget_search input,
.widget.widget_search button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 52px;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 66px;
  color: #000;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.widget_search input {
  width: calc(100% - 28px);
  padding: 10px 0;
}

.widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
}

.widget.widget_search input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input:-ms-input-placeholder {
  color: inherit;
}

.widget.widget_search button {
  width: 28px;
  padding: 10px 0;
  font-size: 18px;
  text-align: right;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.widget.widget_search button:hover {
  color: #50d6ae;
}

.widget.widget_search button span {
  display: block;
}

.widget.widget_search button span:before {
  display: block;
}

.widget.widget_pages .qodef-widget-title,
.widget.widget_archive .qodef-widget-title,
.widget.widget_categories .qodef-widget-title,
.widget.widget_meta .qodef-widget-title,
.widget.widget_recent_comments .qodef-widget-title,
.widget.widget_nav_menu .qodef-widget-title {
  margin: 0 0 20px;
}

.widget.widget_pages ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li {
  margin: 0;
  padding: 2px 0;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_nav_menu ul li a {
  position: relative;
  color: #000;
}

.widget.widget_pages ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_nav_menu ul li a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: 0;
  height: 4px;
  background-color: #50d6ae;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.widget.widget_pages ul li a:hover:before,
.widget.widget_archive ul li a:hover:before,
.widget.widget_categories ul li a:hover:before,
.widget.widget_meta ul li a:hover:before,
.widget.widget_recent_comments ul li a:hover:before,
.widget.widget_nav_menu ul li a:hover:before {
  width: calc(100% + 8px);
}

.widget.widget_pages ul li:last-child,
.widget.widget_archive ul li:last-child,
.widget.widget_categories ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_nav_menu ul li:last-child {
  border: none;
}

.widget.widget_pages ul li ul,
.widget.widget_archive ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_meta ul li ul,
.widget.widget_recent_comments ul li ul,
.widget.widget_nav_menu ul li ul {
  margin: 2px 0 0;
  padding: 0 0 0 10px;
}

.widget.widget_pages ul li ul li:last-child,
.widget.widget_archive ul li ul li:last-child,
.widget.widget_categories ul li ul li:last-child,
.widget.widget_meta ul li ul li:last-child,
.widget.widget_recent_comments ul li ul li:last-child,
.widget.widget_nav_menu ul li ul li:last-child {
  padding: 2px 0 0;
}

.widget.widget_recent_entries .qodef-widget-title {
  margin: 0 0 23px;
}

.widget.widget_recent_entries ul li {
  margin: 0 0 12px;
}

.widget.widget_recent_entries ul li > span {
  display: block;
  font-size: 14px;
}

.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: 0 18px;
  line-height: 54px;
  color: #000;
  background-color: transparent;
  border: 1px solid #edeff2;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget.posts_holder ul li.page_item_has_children > a {
  display: block;
}

.widget.posts_holder ul li.page_item_has_children > ul.children {
  padding-left: 10px;
}

.widget.posts_holder ul li.menu-item-has-children > a {
  display: block;
}

.widget.posts_holder ul li.menu-item-has-children > ul.sub-menu {
  padding-left: 10px;
}

.widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 18px;
}

.widget.widget_tag_cloud a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  font-family: inherit;
  font-size: 13px !important;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: transparent;
  position: relative;
  color: #000;
}

.widget.widget_tag_cloud a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: 0;
  height: 4px;
  background-color: #50d6ae;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.widget.widget_tag_cloud a:hover:before {
  width: calc(100% + 8px);
}

.widget.widget_media_image {
  margin-bottom: 20px;
}

.widget.widget_media_image a,
.widget.widget_media_image img {
  display: block;
}

.vc_wp_search .widget.widget_search form > div {
  background-color: #fff;
  border: none;
}

.vc_wp_search .widget.widget_search input {
  width: calc(100% - 66px);
  padding: 0 0 0 33px;
  font-size: 15px;
}

.vc_wp_search .widget.widget_search button {
  width: 66px;
  padding: 0 39px 0 9px;
}

.qodef-page-header .widget,
.qodef-top-bar .widget,
.qodef-sticky-header .widget,
.qodef-mobile-header .widget {
  margin: 0;
}

.qodef-page-header .widget.widget_pages,
.qodef-page-header .widget.widget_archive,
.qodef-page-header .widget.widget_categories,
.qodef-page-header .widget.widget_meta,
.qodef-page-header .widget.widget_recent_entries,
.qodef-page-header .widget.widget_recent_comments,
.qodef-page-header .widget.widget_rss,
.qodef-page-header .widget.widget_calendar,
.qodef-page-header .widget.widget_rss,
.qodef-page-header .widget.widget_archive,
.qodef-page-header .widget.widget_categories,
.qodef-page-header .widget.widget_tag_cloud,
.qodef-page-header .widget.widget_nav_menu,
.qodef-page-header .widget.widget_search,
.qodef-top-bar .widget.widget_pages,
.qodef-top-bar .widget.widget_archive,
.qodef-top-bar .widget.widget_categories,
.qodef-top-bar .widget.widget_meta,
.qodef-top-bar .widget.widget_recent_entries,
.qodef-top-bar .widget.widget_recent_comments,
.qodef-top-bar .widget.widget_rss,
.qodef-top-bar .widget.widget_calendar,
.qodef-top-bar .widget.widget_rss,
.qodef-top-bar .widget.widget_archive,
.qodef-top-bar .widget.widget_categories,
.qodef-top-bar .widget.widget_tag_cloud,
.qodef-top-bar .widget.widget_nav_menu,
.qodef-top-bar .widget.widget_search,
.qodef-sticky-header .widget.widget_pages,
.qodef-sticky-header .widget.widget_archive,
.qodef-sticky-header .widget.widget_categories,
.qodef-sticky-header .widget.widget_meta,
.qodef-sticky-header .widget.widget_recent_entries,
.qodef-sticky-header .widget.widget_recent_comments,
.qodef-sticky-header .widget.widget_rss,
.qodef-sticky-header .widget.widget_calendar,
.qodef-sticky-header .widget.widget_rss,
.qodef-sticky-header .widget.widget_archive,
.qodef-sticky-header .widget.widget_categories,
.qodef-sticky-header .widget.widget_tag_cloud,
.qodef-sticky-header .widget.widget_nav_menu,
.qodef-sticky-header .widget.widget_search,
.qodef-mobile-header .widget.widget_pages,
.qodef-mobile-header .widget.widget_archive,
.qodef-mobile-header .widget.widget_categories,
.qodef-mobile-header .widget.widget_meta,
.qodef-mobile-header .widget.widget_recent_entries,
.qodef-mobile-header .widget.widget_recent_comments,
.qodef-mobile-header .widget.widget_rss,
.qodef-mobile-header .widget.widget_calendar,
.qodef-mobile-header .widget.widget_rss,
.qodef-mobile-header .widget.widget_archive,
.qodef-mobile-header .widget.widget_categories,
.qodef-mobile-header .widget.widget_tag_cloud,
.qodef-mobile-header .widget.widget_nav_menu,
.qodef-mobile-header .widget.widget_search {
  display: none !important;
}

.qodef-side-menu .widget,
.qodef-footer-top-holder .widget {
  color: #fff;
  /*
        *   Specific styles
        */
}

.qodef-side-menu .widget:last-child,
.qodef-footer-top-holder .widget:last-child {
  margin: 0 !important;
}

.qodef-side-menu .widget h1,
.qodef-side-menu .widget h2,
.qodef-side-menu .widget h3,
.qodef-side-menu .widget h4,
.qodef-side-menu .widget h5,
.qodef-side-menu .widget h6,
.qodef-footer-top-holder .widget h1,
.qodef-footer-top-holder .widget h2,
.qodef-footer-top-holder .widget h3,
.qodef-footer-top-holder .widget h4,
.qodef-footer-top-holder .widget h5,
.qodef-footer-top-holder .widget h6 {
  margin: 0;
  color: #fff;
}

.qodef-side-menu .widget .qodef-widget-title,
.qodef-footer-top-holder .widget .qodef-widget-title {
  color: #fff;
  margin: 0 0 27px;
}

.qodef-side-menu .widget a,
.qodef-footer-top-holder .widget a {
  color: #fff;
  z-index: 101;
}

.qodef-side-menu .widget a:hover,
.qodef-footer-top-holder .widget a:hover {
  color: #50d6ae;
}

.qodef-side-menu .widget table thead tr,
.qodef-side-menu .widget table tbody tr,
.qodef-footer-top-holder .widget table thead tr,
.qodef-footer-top-holder .widget table tbody tr {
  border-color: #fff;
}

.qodef-side-menu .widget table tbody th,
.qodef-footer-top-holder .widget table tbody th {
  border-right-color: #fff;
}

.qodef-side-menu .widget #wp-calendar caption,
.qodef-footer-top-holder .widget #wp-calendar caption {
  color: #fff;
}

.qodef-side-menu .widget #wp-calendar td#today,
.qodef-footer-top-holder .widget #wp-calendar td#today {
  color: #000;
  background-color: #53f6c6;
}

.qodef-side-menu .widget.widget_rss .qodef-widget-title .rsswidget:hover,
.qodef-footer-top-holder .widget.widget_rss .qodef-widget-title .rsswidget:hover {
  color: #50d6ae;
}

.qodef-side-menu .widget.widget_search form > div,
.qodef-footer-top-holder .widget.widget_search form > div {
  border-color: #fff;
}

.qodef-side-menu .widget.widget_search input,
.qodef-side-menu .widget.widget_search button,
.qodef-footer-top-holder .widget.widget_search input,
.qodef-footer-top-holder .widget.widget_search button {
  color: #fff;
}

.qodef-side-menu .widget.widget_search button,
.qodef-footer-top-holder .widget.widget_search button {
  color: #fff;
}

.qodef-side-menu .widget.widget_search button:hover,
.qodef-footer-top-holder .widget.widget_search button:hover {
  color: #50d6ae;
}

.qodef-side-menu .widget.widget_pages ul li a,
.qodef-side-menu .widget.widget_archive ul li a,
.qodef-side-menu .widget.widget_categories ul li a,
.qodef-side-menu .widget.widget_meta ul li a,
.qodef-side-menu .widget.widget_recent_comments ul li a,
.qodef-side-menu .widget.widget_nav_menu ul li a,
.qodef-footer-top-holder .widget.widget_pages ul li a,
.qodef-footer-top-holder .widget.widget_archive ul li a,
.qodef-footer-top-holder .widget.widget_categories ul li a,
.qodef-footer-top-holder .widget.widget_meta ul li a,
.qodef-footer-top-holder .widget.widget_recent_comments ul li a,
.qodef-footer-top-holder .widget.widget_nav_menu ul li a {
  color: #fff;
}

.qodef-side-menu .widget.widget_archive select,
.qodef-side-menu .widget.widget_categories select,
.qodef-side-menu .widget.widget_text select,
.qodef-footer-top-holder .widget.widget_archive select,
.qodef-footer-top-holder .widget.widget_categories select,
.qodef-footer-top-holder .widget.widget_text select {
  color: #fff;
  border-color: #fff;
}

.qodef-side-menu .widget.widget_archive select option,
.qodef-side-menu .widget.widget_categories select option,
.qodef-side-menu .widget.widget_text select option,
.qodef-footer-top-holder .widget.widget_archive select option,
.qodef-footer-top-holder .widget.widget_categories select option,
.qodef-footer-top-holder .widget.widget_text select option {
  background-color: #000;
}

.qodef-side-menu .widget.widget_tag_cloud a,
.qodef-footer-top-holder .widget.widget_tag_cloud a {
  color: #fff;
}

.qodef-top-bar a {
  color: #969696;
}

.qodef-top-bar a:hover {
  color: #50d6ae;
}

.qodef-top-bar .widget {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.qodef-top-bar .widget p {
  margin: 0;
}

.qodef-top-bar .widget.widget_text {
  margin: 0 8px 0 0;
}

.qodef-top-bar .widget.widget_nav_menu ul {
  clear: both;
}

.qodef-top-bar .widget.widget_nav_menu ul li {
  float: left;
  padding: 0 8px;
  margin: 0;
  line-height: 14px;
  border-left: 1px solid #fff;
}

.qodef-footer-top-holder .widget.widget_media_image {
  margin-bottom: 15px;
}

.qodef-footer-top-holder .widget.qodef-contact-form-7-widget {
  margin-top: -20px !important;
}

.qodef-footer-top-holder .widget p {
  margin: 0 0 12px;
}

.qodef-footer-bottom-holder .widget,
.qodef-fullscreen-menu-bottom .widget {
  margin: 0;
}

.qodef-footer-bottom-holder .widget a:hover,
.qodef-fullscreen-menu-bottom .widget a:hover {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .qodef-footer-bottom-holder .widget,
  .qodef-fullscreen-menu-bottom .widget {
    margin: 0 0 10px;
  }
}

.qodef-search-form.wp-block-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.qodef-search-form.wp-block-search > div {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-search-form.wp-block-search input,
.qodef-search-form.wp-block-search button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 52px;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 66px;
  color: #000;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-search-form.wp-block-search input {
  width: calc(100% - 28px);
  padding: 10px 0;
}

.qodef-search-form.wp-block-search input::-webkit-input-placeholder {
  color: inherit;
}

.qodef-search-form.wp-block-search input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-form.wp-block-search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-form.wp-block-search input:-ms-input-placeholder {
  color: inherit;
}

.qodef-search-form.wp-block-search button {
  width: 28px;
  padding: 10px 0;
  font-size: 18px;
  text-align: right;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-search-form.wp-block-search button:hover {
  color: #50d6ae;
}

.qodef-search-form.wp-block-search button span {
  display: block;
}

.qodef-search-form.wp-block-search button span:before {
  display: block;
}

.qodef-search-form.wp-block-search.wp-block-search__text-button input {
  width: calc(100% - 64px);
}

.qodef-search-form.wp-block-search.wp-block-search__text-button button {
  width: 64px;
  line-height: 1em;
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside > div {
  border: none;
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside input {
  border-bottom: 1px solid #000;
}

/* ==========================================================================
   Default WordPress Widgets styles - end
   ========================================================================== */

/* ==========================================================================
   5. Plugins styles
   ========================================================================== */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#ui-datepicker-div {
  width: 260px;
  z-index: 1000 !important;
  /* datepicker is hidden on z-index lower then 1000 */
}

#ui-datepicker-div .ui-widget-header {
  background-color: #000;
  border-color: #000;
  padding: 10px 25px;
  position: relative;
}

#ui-datepicker-div .ui-widget-header > * {
  color: #fff;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before {
  display: block;
  font-family: "linea-arrows-10";
  font-size: 20px;
  vertical-align: middle;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
  display: none;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  left: 20px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
  content: "\e03f";
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  right: 20px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before {
  content: "\e04b";
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar {
  background-color: #fff;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

.qodef-owl-slider {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  /* No Js */
  /*
	 *  Owl Carousel - Animate Plugin
	 */
}

.qodef-owl-slider.owl-loaded {
  display: block;
}

.qodef-owl-slider.owl-loading {
  opacity: 0;
  display: block;
}

.qodef-owl-slider.owl-hidden {
  opacity: 0;
}

.qodef-owl-slider.owl-refresh .owl-item {
  visibility: hidden;
}

.qodef-owl-slider.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qodef-owl-slider.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.qodef-owl-slider.owl-rtl {
  direction: rtl;
}

.qodef-owl-slider.owl-rtl .owl-item {
  float: right;
}

.no-js .qodef-owl-slider {
  display: block;
}

.qodef-owl-slider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.qodef-owl-slider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.qodef-owl-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.qodef-owl-slider .owl-wrapper,
.qodef-owl-slider .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.qodef-owl-slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.qodef-owl-slider .owl-item img {
  display: block;
  width: 100%;
}

.qodef-owl-slider .owl-item img .owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.qodef-owl-slider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.qodef-owl-slider .owl-nav.disabled {
  display: none;
}

.qodef-owl-slider .owl-nav .owl-prev,
.qodef-owl-slider .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qodef-owl-slider .owl-dots.disabled {
  display: none;
}

.qodef-owl-slider .owl-dots .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qodef-owl-slider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-owl-slider .owl-animated-in {
  z-index: 0;
}

.qodef-owl-slider .owl-animated-out {
  z-index: 1;
}

.qodef-owl-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0;
  /* increase this if you want to be visible - by SELECT */
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0;
  /* increase this if you want to be visible - by SELECT */
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* ==========================================================================
   Pretty Photo style - begin
   ========================================================================== */

body .pp_pic_holder {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  display: none;
  width: 100px;
  z-index: 10001 !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder {
    width: 90% !important;
  }
}

body .pp_pic_holder.pp_pic_have_only_one .pp_details {
  display: none;
}

body .pp_pic_holder .pp_top,
body .pp_pic_holder .pp_bottom {
  display: none !important;
}

body .pp_pic_holder .pp_content {
  position: relative;
  background: none;
  margin: 0 auto;
  height: 40px;
  min-width: 40px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder .pp_content {
    width: 100% !important;
  }
}

* html body .pp_pic_holder .pp_content {
  width: 40px;
}

body .pp_pic_holder .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

body .pp_pic_holder .pp_content_container .pp_left,
body .pp_pic_holder .pp_content_container .pp_right {
  background: none !important;
  padding: 0 !important;
}

body .pp_pic_holder #pp_full_res {
  line-height: 1 !important;
}

body .pp_pic_holder #pp_full_res .pp_inline {
  color: #000;
  text-align: left;
}

body .pp_pic_holder #pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

body .pp_pic_holder #pp_full_res iframe {
  width: 100% !important;
}

body .pp_pic_holder #pp_full_res video {
  width: 100%;
}

body .pp_pic_holder #pp_full_res img {
  display: block;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
}

body .pp_pic_holder .ppt,
body .pp_pic_holder .pp_gallery,
body .pp_pic_holder .pp_description {
  display: none !important;
}

body .pp_pic_holder .pp_loaderIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

body .pp_pic_holder .pp_fade {
  position: relative;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
}

body .pp_pic_holder .pp_details {
  position: relative;
  top: -1px;
  display: table;
  vertical-align: top;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 15px 24px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .pp_pic_holder .pp_details .pp_nav {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  float: none;
  margin: 0 !important;
}

body .pp_pic_holder .pp_details .pp_nav .pp_play,
body .pp_pic_holder .pp_details .pp_nav .pp_pause {
  display: none;
}

body .pp_pic_holder .pp_details .pp_nav .currentTextHolder {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  color: #282828;
  font-family: inherit;
  font-size: inherit;
  line-height: 30px;
  font-style: inherit;
  letter-spacing: 5px;
}

body .pp_pic_holder a:focus {
  outline: none;
}

body .pp_pic_holder a.pp_arrow_previous,
body .pp_pic_holder a.pp_arrow_next {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: auto !important;
  float: none;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #282828;
  font-family: 'Ionicons';
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  background: none !important;
  opacity: 1 !important;
  overflow: visible;
}

body .pp_pic_holder a.pp_arrow_previous:after,
body .pp_pic_holder a.pp_arrow_next:after {
  font-size: 30px;
}

body .pp_pic_holder a.pp_arrow_previous:hover,
body .pp_pic_holder a.pp_arrow_next:hover {
  color: #000;
}

body .pp_pic_holder a.pp_arrow_previous:after {
  content: "\f3d2";
}

body .pp_pic_holder a.pp_arrow_next {
  margin: 0 0 0 14px !important;
}

body .pp_pic_holder a.pp_arrow_next:after {
  content: "\f3d3";
}

body .pp_pic_holder a.pp_next,
body .pp_pic_holder a.pp_previous {
  position: absolute;
  top: calc(50% - 20px);
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 !important;
  background: none !important;
  color: #000;
  font-family: 'Ionicons';
  font-size: 40px;
  line-height: 1;
  text-indent: -9999px !important;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, color 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
}

body .pp_pic_holder a.pp_next > *,
body .pp_pic_holder a.pp_previous > * {
  display: none;
}

body .pp_pic_holder a.pp_next:after,
body .pp_pic_holder a.pp_previous:after {
  display: block;
  line-height: inherit;
  text-indent: 0 !important;
}

body .pp_pic_holder a.pp_next:hover,
body .pp_pic_holder a.pp_previous:hover {
  color: rgba(0, 0, 0, 0.8);
}

body .pp_pic_holder a.pp_previous {
  left: 30px;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder a.pp_previous {
    left: 20px;
  }
}

body .pp_pic_holder a.pp_previous:after {
  content: "\f3d2";
}

body .pp_pic_holder a.pp_next {
  right: 30px;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder a.pp_next {
    right: 20px;
  }
}

body .pp_pic_holder a.pp_next:after {
  content: "\f3d3";
}

body .pp_pic_holder a.pp_close {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 !important;
  background: none !important;
  color: #282828;
  font-family: 'Ionicons';
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  cursor: pointer;
  opacity: 1 !important;
  /*&:after {
                    content: "\f2d7";
                    font-size: 28px;
                }*/
}

body .pp_pic_holder a.pp_close:hover {
  color: #000;
}

body .pp_pic_holder a.pp_expand {
  position: absolute;
  right: -22px;
  top: -18px;
  display: block;
  height: auto;
  width: auto;
  color: #fff;
  font-family: 'Ionicons';
  font-size: 0;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  background: none !important;
  z-index: 2001;
}

body .pp_pic_holder a.pp_expand:after {
  content: "\f386";
  font-size: 22px;
}

body .pp_pic_holder a.pp_expand:hover {
  color: rgba(255, 255, 255, 0.8);
}

body .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  body .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
  }
}

body .pp_hoverContainer:hover a.pp_next,
body .pp_hoverContainer:hover a.pp_previous {
  opacity: 1;
}

body .pp_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: #000;
  z-index: 10000 !important;
}

/* ==========================================================================
   Pretty Photo style - end
   ========================================================================== */

/* ==========================================================================
   WooCommerce Select 2 Script styles - begin
   ========================================================================== */

/*
	Version: 4.0.3 Timestamp: Monday Mart 27 2:59:00pm EDT 2017
*/

body .select2-container--default {
  /* just to make sure that this code overwrite woocommerce css */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 20px;
  right: auto;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

body .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

body .select2-container--default.select2-container--open .select2-selection--single {
  color: #000;
}

body .select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

body .select2-container--default .select2-selection--single {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  color: inherit;
  line-height: inherit;
  text-align: center;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: 'Linearicons-Free';
  font-weight: 900;
  content: '\e874';
}

body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #edeff2;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  list-style: none;
  padding: 0 30px 0 20px;
  margin: 0;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  float: left;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 0;
  cursor: default;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

body .select2-container--default .select2-search--inline {
  float: left;
}

body .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 0;
  z-index: 1051;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}

body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 4px 8px;
  margin: 0;
  width: 100%;
  color: inherit;
  font-size: inherit;
  line-height: 20px;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid #edeff2;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #000;
}

body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-results {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

body .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

body .select2-container--default .select2-results__options {
  position: relative;
  padding: 2px 15px;
  margin: 5px 0;
  list-style: none;
}

body .select2-container--default .select2-results__option {
  padding: 7px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

body .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

body .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #000;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
  color: #000;
  background: none;
}

body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000;
  background: none;
}

body .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* ==========================================================================
   WooCommerce Select 2 Script styles - end
   ========================================================================== */

/* ==========================================================================
   WPML style start
   ========================================================================== */

.widget_icl_lang_sel_widget #lang_sel,
.widget_icl_lang_sel_widget #lang_sel_click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
  position: relative;
  display: block;
  padding: 9px 20px;
  border: 1px solid #edeff2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:after,
.widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  display: block;
  content: '\33';
  font-size: 14px;
  font-family: 'ElegantIcons';
}

.widget_icl_lang_sel_widget #lang_sel ul,
.widget_icl_lang_sel_widget #lang_sel_click ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_icl_lang_sel_widget #lang_sel ul li,
.widget_icl_lang_sel_widget #lang_sel_click ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget #lang_sel ul li a,
.widget_icl_lang_sel_widget #lang_sel_click ul li a {
  display: block;
}

.widget_icl_lang_sel_widget #lang_sel ul ul,
.widget_icl_lang_sel_widget #lang_sel_click ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 13px 20px;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-top: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}

.widget_icl_lang_sel_widget #lang_sel ul ul a,
.widget_icl_lang_sel_widget #lang_sel_click ul ul a {
  padding: 7px 0;
}

.widget_icl_lang_sel_widget #lang_sel:hover ul ul,
.widget_icl_lang_sel_widget #lang_sel_click:hover ul ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.widget_icl_lang_sel_widget .lang_sel_list_horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 5px 0;
}

.widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li:last-child {
  margin: 0 0 5px;
}

.widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li a {
  display: block;
}

.widget_icl_lang_sel_widget .lang_sel_list_vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .lang_sel_list_vertical ul li {
  display: block;
  margin: 0;
  padding: 3px 0;
}

.widget_icl_lang_sel_widget .lang_sel_list_vertical ul li a {
  display: block;
}

.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.widget_icl_lang_sel_widget img {
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 3px 0 0;
  top: -1px;
}

.qodef-sidebar .widget_icl_lang_sel_widget,
.wpb_widgetised_column .widget_icl_lang_sel_widget,
.qodef-page-footer .widget_icl_lang_sel_widget,
.qodef-side-menu .widget_icl_lang_sel_widget {
  width: 100%;
}

.qodef-sidebar .widget_icl_lang_sel_widget #lang_sel,
.qodef-sidebar .widget_icl_lang_sel_widget #lang_sel_click,
.wpb_widgetised_column .widget_icl_lang_sel_widget #lang_sel,
.wpb_widgetised_column .widget_icl_lang_sel_widget #lang_sel_click,
.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel,
.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel_click,
.qodef-side-menu .widget_icl_lang_sel_widget #lang_sel,
.qodef-side-menu .widget_icl_lang_sel_widget #lang_sel_click {
  width: 100%;
}

.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
  border-color: #fff;
}

.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:after,
.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:after {
  top: calc(50% - 12px);
}

.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel ul li a,
.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel_click ul li a {
  color: #999;
}

.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel ul li a:hover,
.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel_click ul li a:hover {
  color: #fff;
}

.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel ul ul,
.qodef-page-footer .widget_icl_lang_sel_widget #lang_sel_click ul ul {
  background-color: #000;
  border-color: #fff;
}

.qodef-page-footer .widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li a {
  color: #999;
}

.qodef-page-footer .widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li a:hover {
  color: #fff;
}

.qodef-page-footer .widget_icl_lang_sel_widget .lang_sel_list_vertical ul li a {
  color: #999;
}

.qodef-page-footer .widget_icl_lang_sel_widget .lang_sel_list_vertical ul li a:hover {
  color: #fff;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click {
  width: auto;
  min-width: 116px;
  font-size: 12px;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel a,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click a {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel a:before,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: 0;
  height: 4px;
  background-color: #50d6ae;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel a:hover,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click a:hover {
  text-decoration: none;
  color: #fff;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel a:hover:before,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click a:hover:before {
  width: calc(100% + 8px);
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
  border: 0;
  margin-left: 18px;
  padding: 14px;
  letter-spacing: .15em;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:before,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:before {
  left: 13px;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:hover:before,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:hover:before {
  width: calc(100% - 30px);
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:after,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:after {
  right: -5px;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel ul ul,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click ul ul {
  left: 18px;
  padding: 14px;
  background-color: #000;
  border: 0;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel ul ul a,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click ul ul a {
  display: inline-block;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel ul ul a:before,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click ul ul a:before {
  bottom: 5px;
  margin-left: 4px;
}

.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel ul li,
.qodef-top-bar .widget_icl_lang_sel_widget #lang_sel_click ul li {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .25em;
}

.qodef-top-bar .widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li {
  margin: 0 15px 0 0;
}

.qodef-top-bar .widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li:last-child {
  margin: 0;
}

.qodef-top-bar .widget_icl_lang_sel_widget .lang_sel_list_vertical ul li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}

.qodef-top-bar .widget_icl_lang_sel_widget .lang_sel_list_vertical ul li:last-child {
  margin: 0;
}

.qodef-menu-area .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:after,
.qodef-menu-area .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:after {
  top: calc(50% - 12px);
}

.qodef-menu-area .widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li {
  margin: 0 20px 0 0;
}

.qodef-menu-area .widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li:last-child {
  margin: 0;
}

.qodef-menu-area .widget_icl_lang_sel_widget .lang_sel_list_vertical ul li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

.qodef-menu-area .widget_icl_lang_sel_widget .lang_sel_list_vertical ul li:last-child {
  margin: 0;
}

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

.qodef-main-menu > ul > li.menu-item-language > a span img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 5px 0 0;
}

.qodef-main-menu > ul > li.menu-item-language > a span:after {
  content: '\33';
  font-family: 'ElegantIcons';
  position: absolute;
  right: -15px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-main-menu .menu-item-language .submenu-languages {
  position: absolute;
  top: 100%;
  width: 200px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  border-top: none;
  padding: 18px 0;
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #edeff2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}

.qodef-main-menu .menu-item-language .submenu-languages li {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-main-menu .menu-item-language .submenu-languages a {
  display: block;
  padding: 9px 26px;
  color: #282828;
}

.qodef-main-menu .menu-item-language .submenu-languages a:hover {
  color: #000;
}

.qodef-main-menu .menu-item-language .submenu-languages img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 5px 0 0;
}

.qodef-main-menu .menu-item-language:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* ==========================================================================
   WPML style start
   ========================================================================== */

/*# sourceMappingURL=../css/modules.css.map */
/* ==========================================================================
   Blog styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Blog Common style - begin
   ========================================================================== */

.qodef-blog-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 40px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder article.sticky .qodef-post-title a {
  color: #50d6ae;
}

.qodef-blog-holder article .qodef-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-holder article .qodef-post-heading {
  position: relative;
}

.qodef-blog-holder article .qodef-post-type-id {
  position: absolute;
  top: -77px;
  left: -140px;
  width: 140px;
  height: 140px;
}

.qodef-blog-holder article .qodef-post-type-id .qodef-post-icon-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
  text-align: center;
  background-color: #53f6c6;
  z-index: 1;
}

.qodef-blog-holder article .qodef-post-type-id .qodef-post-icon-holder .qodef-post-icon {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 24px;
}

.qodef-blog-holder article .qodef-post-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.qodef-blog-holder article .qodef-post-image img {
  display: block;
}

.qodef-blog-holder article .qodef-post-image-background {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.qodef-blog-holder article .qodef-post-image-background a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qodef-blog-holder article .qodef-post-image-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.qodef-blog-holder article .qodef-post-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder article .qodef-post-title {
  margin: 0;
}

.qodef-blog-holder article .qodef-post-excerpt-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}

.qodef-blog-holder article .qodef-post-excerpt-holder p {
  margin: 0;
}

.qodef-blog-holder article .qodef-post-excerpt:after {
  content: '...';
}

.qodef-blog-holder article .qodef-more-link-container {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}

.qodef-blog-holder article .qodef-post-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-holder article .qodef-post-info > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.qodef-blog-holder article .qodef-post-info > * a {
  color: inherit;
}

.qodef-blog-holder article .qodef-post-info-top {
  margin-bottom: 3px;
  line-height: 1.2em;
}

.qodef-blog-holder article .qodef-post-info-top > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
  color: #50d6ae;
}

.qodef-blog-holder article .qodef-post-info-top > div a {
  color: inherit;
}

.qodef-blog-holder article .qodef-post-info-top > div a:hover {
  color: #000;
}

.qodef-blog-holder article .qodef-post-info-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-top: 29px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div {
  display: inline-block;
  margin-right: 11px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div:last-child,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div:last-child {
  margin-right: 0;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div .qodef-post-info-meta-icon,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div .qodef-post-info-meta-icon {
  margin-right: 2px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div.qodef-post-info-author .qodef-post-info-author-avatar,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div.qodef-post-info-author .qodef-post-info-author-avatar {
  margin-right: 7px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div.qodef-post-info-author .qodef-post-info-author-avatar img,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div.qodef-post-info-author .qodef-post-info-author-avatar img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5em;
}

@media only screen and (min-width: 481px) {
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left {
    width: 80%;
    float: left;
  }

  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
    width: 20%;
    text-align: right;
    float: right;
  }
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div {
  margin-left: 17px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div:first-child {
  margin-left: 0;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-social-share-holder {
  margin-top: 5px;
  margin-right: 23px;
}

.qodef-blog-holder article.format-link .qodef-post-text {
  padding: 60px 29px 62px;
  border: 1px dashed #d7d7d7;
}

.qodef-blog-holder article.format-link .qodef-post-text-main {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: left;
}

.qodef-blog-holder article.format-link .qodef-post-mark {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 106px;
  vertical-align: middle;
  text-align: left;
}

.qodef-blog-holder article.format-link .qodef-post-mark .qodef-link-mark {
  position: relative;
  top: 3px;
  font-size: 60px;
  color: #53f6c6;
}

.qodef-blog-holder article.format-link .qodef-post-link-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: middle;
  text-align: left;
}

.qodef-blog-holder article.format-quote .qodef-post-text {
  padding: 37px 37px 45px;
  border: 1px dashed #d7d7d7;
}

.qodef-blog-holder article.format-quote .qodef-post-text-main {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-blog-holder article.format-quote .qodef-post-mark {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 98px;
  height: 56px;
  vertical-align: middle;
}

.qodef-blog-holder article.format-quote .qodef-post-mark .qodef-quote-mark {
  position: relative;
  top: calc(50% + 8px);
  display: inline-block;
  vertical-align: middle;
  font-size: 112px;
  line-height: 56px;
  font-weight: 700;
  color: #53f6c6;
}

.qodef-blog-holder article.format-quote .qodef-post-quote-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
}

.qodef-blog-holder article.format-quote .qodef-quote-author {
  display: inline-block;
  margin-top: 28px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #000;
}

.qodef-blog-holder article.format-gallery .qodef-post-image {
  width: 100%;
}

.qodef-blog-holder article.format-gallery .owl-carousel .owl-item {
  z-index: 2;
}

.qodef-blog-holder article.format-gallery .owl-carousel .owl-item.active {
  z-index: 3;
}

.qodef-blog-holder article.format-audio.has-post-thumbnail .qodef-post-heading {
  position: relative;
}

.qodef-blog-holder article.format-audio.has-post-thumbnail .qodef-blog-audio-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.qodef-blog-holder article.format-audio .qodef-post-image {
  width: 100%;
  max-width: inherit;
}

.qodef-blog-holder article.format-audio .qodef-post-image img {
  width: 100%;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-embed,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-embed body,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls {
  background: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container {
  background-color: #000;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls {
  height: 40px !important;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls {
  padding: 0 10px 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button {
  width: 40px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button {
  width: 40px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button {
  height: 40px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button button {
  position: relative;
  height: 100%;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  border: 0;
  outline: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-play button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-play button {
  width: 40px;
  background-image: url("../../framework/modules/blog/assets/img/audio/play.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-pause button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-pause button {
  width: 40px;
  background-image: url("../../framework/modules/blog/assets/img/audio/pause.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-stop button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-stop button {
  width: 40px;
  background-image: url("../../framework/modules/blog/assets/img/audio/stop.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-mute button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-mute button {
  width: 40px;
  background-image: url("../../framework/modules/blog/assets/img/audio/sound.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-unmute button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-unmute button {
  width: 40px;
  background-image: url("../../framework/modules/blog/assets/img/audio/mute.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time {
  height: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
  color: #fff;
  line-height: 40px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail {
  height: 100%;
  padding: 0;
  font-family: inherit;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total {
  height: 6px;
  margin: 0;
  top: 50%;
  margin-top: -3px;
  background: none;
  background-color: #fff;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-current {
  height: 6px;
  background-color: #50d6ae;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-buffering,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered {
  height: 6px;
  z-index: 9999;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered {
  background: rgba(0, 0, 0, 0.5);
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float {
  top: -16px;
  /* 10 is height of float item */
  border: 0;
  color: #fff;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-handle-content {
  display: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-current {
  margin: 0 2px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-corner {
  top: 10px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-loaded,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float {
  background: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider {
  height: 40px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 6px;
  background: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top: 50%;
  margin-top: -3px;
  background-color: #fff;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #50d6ae;
}

.qodef-blog-holder article.format-video .qodef-self-hosted-video {
  max-width: 100%;
}

/* ==========================================================================
   Blog Common style - end
   ========================================================================== */

/* ==========================================================================
   Blog pagination standard style - begin
   ========================================================================== */

.qodef-blog-pagination-wp {
  display: none;
}

.qodef-blog-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0;
  clear: both;
}

.qodef-blog-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.qodef-blog-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}

.qodef-blog-pagination ul li .page-numbers {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-blog-pagination ul li .page-numbers.current,
.qodef-blog-pagination ul li .page-numbers:hover {
  color: #000;
  background-color: #53f6c6;
}

.qodef-blog-pagination ul li.qodef-pag-number a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-blog-pagination ul li.qodef-pag-number:hover a {
  color: #000;
  background-color: #53f6c6;
}

.qodef-blog-pagination ul li.qodef-pag-active a {
  color: #000;
  background-color: #53f6c6;
}

.qodef-blog-pagination ul li.qodef-pag-prev,
.qodef-blog-pagination ul li.qodef-pag-next {
  margin: 0 5px 0 0;
}

.qodef-blog-pagination ul li.qodef-pag-prev a,
.qodef-blog-pagination ul li.qodef-pag-next a {
  display: inline-block;
}

.qodef-blog-pagination ul li.qodef-pag-prev a span,
.qodef-blog-pagination ul li.qodef-pag-next a span {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-blog-pagination ul li.qodef-pag-prev a span:before,
.qodef-blog-pagination ul li.qodef-pag-next a span:before {
  display: block;
  line-height: inherit;
}

.qodef-blog-pagination ul li.qodef-pag-prev a:hover span,
.qodef-blog-pagination ul li.qodef-pag-next a:hover span {
  color: #000;
  background-color: #53f6c6;
}

/* ==========================================================================
   Blog pagination standard style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode pagination standard style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes .qodef-blog-list {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes.qodef-bl-pag-standard-shortcodes-animate .qodef-blog-list {
  opacity: 0;
}

.qodef-bl-standard-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0;
  clear: both;
}

.qodef-bl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.qodef-bl-standard-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}

.qodef-bl-standard-pagination ul li .page-numbers {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-bl-standard-pagination ul li .page-numbers.current,
.qodef-bl-standard-pagination ul li .page-numbers:hover {
  color: #000;
  background-color: #53f6c6;
}

.qodef-bl-standard-pagination ul li.qodef-pag-number a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-bl-standard-pagination ul li.qodef-pag-number:hover a {
  color: #000;
  background-color: #53f6c6;
}

.qodef-bl-standard-pagination ul li.qodef-pag-active a {
  color: #000;
  background-color: #53f6c6;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev,
.qodef-bl-standard-pagination ul li.qodef-pag-next {
  margin: 0 5px 0 0;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a,
.qodef-bl-standard-pagination ul li.qodef-pag-next a {
  display: inline-block;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a span,
.qodef-bl-standard-pagination ul li.qodef-pag-next a span {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a span:before,
.qodef-bl-standard-pagination ul li.qodef-pag-next a span:before {
  display: block;
  line-height: inherit;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a:hover span,
.qodef-bl-standard-pagination ul li.qodef-pag-next a:hover span {
  color: #000;
  background-color: #53f6c6;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a {
  opacity: 0;
}

.qodef-bl-standard-pagination ul li.qodef-pag-next a {
  opacity: 1;
}

/* ==========================================================================
   Blog List shortcode pagination standard style - end
   ========================================================================== */

/* ==========================================================================
   Blog pagination load more style - begin
   ========================================================================== */

.qodef-blog-pag-load-more {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 30px;
  text-align: center;
}

/* ==========================================================================
   Blog pagination load more style - end
   ========================================================================== */

/* ==========================================================================
   Blog pagination loading element style - begin
   ========================================================================== */

.qodef-blog-pag-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  color: #000;
  text-align: center;
}

.qodef-blog-pag-loading.qodef-standard-pag-trigger {
  position: absolute;
  top: 50px;
  left: 0;
}

.qodef-blog-pag-loading.qodef-showing {
  display: block;
}

.qodef-blog-pag-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
  animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
}

.qodef-blog-pag-loading .qodef-blog-pag-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.qodef-blog-pag-loading .qodef-blog-pag-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

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

  40% {
    -webkit-transform: scale(1);
  }
}

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

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==========================================================================
   Blog pagination loading element style - end
   ========================================================================== */

/* ==========================================================================
   Blog List - Custom style - begin
   ========================================================================== */

.qodef-blog-holder.qodef-blog-custom {
  padding-left: 86px;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog-holder.qodef-blog-custom {
    padding-left: 0;
  }
}

.qodef-blog-holder.qodef-blog-custom article {
  margin: 0 0 128px;
  padding: 0;
}

.qodef-blog-holder.qodef-blog-custom article .qodef-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-heading,
.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-text {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-heading {
  width: 36.3%;
  padding-top: 77px;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-text {
  width: 63.7%;
  padding-left: 110px;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-date-pattern {
  position: absolute;
  top: 0;
  right: -77px;
  width: 140px;
  height: 140px;
}

@media only screen and (max-width: 480px) {
  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-date-pattern {
    top: 38px;
    right: -39px;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-date-pattern {
    top: 61px;
    right: -15px;
  }
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-date-pattern .qodef-post-date-pattern-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
  text-align: center;
  background-color: #53f6c6;
  z-index: 1;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-date-pattern .qodef-post-date-pattern-inner .qodef-post-info-date {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -.025em;
  color: #000;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-date-pattern .qodef-post-date-pattern-inner .qodef-post-info-date a {
  color: inherit;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-date-pattern .qodef-post-date-pattern-inner .qodef-post-info-date a > span {
  display: block;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-info-top {
  margin-bottom: 14px;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-read-more-button {
  margin-top: 28px;
}

@media only screen and (min-width: 1025px) {
  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-blog-audio-holder .mejs-container {
    width: 100% !important;
  }

  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-blog-audio-holder .mejs-container .mejs-horizontal-volume-slider {
    overflow: hidden;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-heading,
  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-text {
    float: none;
    width: 100%;
  }

  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote).qodef-post-has-media .qodef-post-heading {
    margin-bottom: 30px;
  }

  .qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-text {
    padding: 0;
  }
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-image {
  overflow: hidden;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-image a {
  display: block;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-image img {
  -webkit-transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(-5px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-filter: blur();
  filter: blur();
  will-change: transform;
}

.qodef-blog-holder.qodef-blog-custom article:not(.format-link):not(.format-quote) .qodef-post-image:hover img {
  -webkit-transform: scale(1.08) translate3d(5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-blog-holder.qodef-blog-custom article.format-link .qodef-post-text {
  padding: 90px 115px 92px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog-holder.qodef-blog-custom article.format-link .qodef-post-text {
    padding: 90px 85px 92px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog-holder.qodef-blog-custom article.format-link .qodef-post-text {
    padding: 90px 45px 92px;
  }
}

.qodef-blog-holder.qodef-blog-custom article.format-link .qodef-post-mark {
  position: absolute;
  top: -59px;
  left: -84px;
  display: inline-block;
  width: auto;
}

@media only screen and (max-width: 680px) {
  .qodef-blog-holder.qodef-blog-custom article.format-link .qodef-post-mark {
    left: -54px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog-holder.qodef-blog-custom article.format-link .qodef-post-mark {
    left: -14px;
  }
}

.qodef-blog-holder.qodef-blog-custom article.format-link .qodef-post-mark .qodef-link-mark {
  font-size: 52px;
}

.qodef-blog-holder.qodef-blog-custom article.format-quote .qodef-post-text {
  padding: 63px 100px 65px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog-holder.qodef-blog-custom article.format-quote .qodef-post-text {
    padding: 90px 85px 65px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog-holder.qodef-blog-custom article.format-quote .qodef-post-text {
    padding: 90px 45px 65px;
  }
}

.qodef-blog-holder.qodef-blog-custom article.format-quote .qodef-post-mark {
  position: absolute;
  top: -30px;
  left: -64px;
  display: inline-block;
  width: auto;
}

@media only screen and (max-width: 680px) {
  .qodef-blog-holder.qodef-blog-custom article.format-quote .qodef-post-mark {
    top: -57px;
    left: -49px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog-holder.qodef-blog-custom article.format-quote .qodef-post-mark {
    left: -9px;
  }
}

.qodef-blog-holder.qodef-blog-custom article.format-quote .qodef-quote-author-label {
  position: relative;
  display: block;
  margin: 39px 0 -31px;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #50d6ae;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog-holder.qodef-blog-custom article {
    width: 100% !important;
  }
}

/* ==========================================================================
   Blog List - Custom style - end
   ========================================================================== */

/* ==========================================================================
   Blog List - Masonry style - begin
   ========================================================================== */

.qodef-blog-holder.qodef-blog-masonry article {
  margin: 0 0 20px;
  padding: 0 0 30px;
}

@media only screen and (min-width: 681px) and (max-width: 1200px) {
  .qodef-blog-holder.qodef-blog-masonry article .qodef-post-info-bottom .qodef-post-info-bottom-left,
  .qodef-blog-holder.qodef-blog-masonry article .qodef-post-info-bottom .qodef-post-info-bottom-right {
    width: 100%;
    float: none;
    text-align: left;
  }
}

.qodef-blog-holder.qodef-blog-masonry article.qodef-post-has-media .qodef-post-heading {
  margin-bottom: 30px;
}

.qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-quote-author {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #000;
}

/* ==========================================================================
   Blog List - Masonry style - end
   ========================================================================== */

/* ==========================================================================
   Blog List - Standard style - begin
   ========================================================================== */

.qodef-blog-holder.qodef-blog-standard article {
  margin: 58px 0 70px;
  padding: 0;
}

.qodef-blog-holder.qodef-blog-standard article.format-link,
.qodef-blog-holder.qodef-blog-standard article.format-quote {
  margin: 0 0 70px;
}

.qodef-blog-holder.qodef-blog-standard article:first-child {
  margin: 0 0 70px;
}

.qodef-blog-holder.qodef-blog-standard article:first-child.qodef-post-has-featured-image {
  padding-top: 77px;
}

.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media .qodef-post-heading {
  margin-bottom: 62px;
}

.qodef-blog-holder.qodef-blog-standard.qodef-blog-list-decoration-right-side article .qodef-post-type-id {
  left: auto;
  right: -77px;
}

.qodef-blog-holder.qodef-blog-standard.qodef-blog-list-decoration-none article .qodef-post-type-id {
  display: none;
}

/* ==========================================================================
   Blog List - Standard style - end
   ========================================================================== */

/* Single author box styles - begin
	====================================================================== */

.qodef-author-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-author-description .qodef-author-description-inner {
  margin: 0 0 29px;
  padding: 1px 0 38px;
  min-height: 167px;
  border-bottom: 1px dashed #edeff2;
  clear: both;
}

.qodef-author-description .qodef-author-description-content {
  position: relative;
  display: table;
}

.qodef-author-description .qodef-author-description-image {
  display: table-cell;
  vertical-align: middle;
  width: 167px;
  padding-left: 4px;
}

.qodef-author-description .qodef-author-description-image img {
  display: block;
  border-radius: 100%;
}

.qodef-author-description .qodef-author-description-text-holder {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 4px 0 4px 31px;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name {
  margin: 0;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name a {
  color: #000;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name a:hover {
  color: #50d6ae;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-email {
  margin: 0;
}

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

.qodef-author-description .qodef-author-description-text-holder .qodef-author-text > p {
  margin: 6px 0;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 15px 0 0;
  font-size: 11px;
  color: #000;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a:last-child {
  margin: 0;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a:hover {
  color: #50d6ae;
}

@media only screen and (max-width: 680px) {
  .qodef-author-description .qodef-author-description-content {
    padding: 0;
  }

  .qodef-author-description .qodef-author-description-image {
    display: block;
    width: 100%;
  }

  .qodef-author-description .qodef-author-description-text-holder {
    display: block;
    padding: 0;
    margin-top: 30px;
  }
}

/* Single author box styles - end
	====================================================================== */

/* Single posts navigation styles - begin
    ====================================================================== */

.qodef-blog-single-navigation {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-single-navigation .qodef-blog-single-navigation-inner {
  padding: 18px 0 30px;
}

.qodef-blog-single-navigation .qodef-blog-single-prev {
  float: left;
}

.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-post-image,
.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-post-info {
  float: left;
}

.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-post-image {
  margin-right: 16px;
}

.qodef-blog-single-navigation .qodef-blog-single-next {
  float: right;
}

.qodef-blog-single-navigation .qodef-blog-single-next .qodef-post-image,
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-post-info {
  float: right;
}

.qodef-blog-single-navigation .qodef-blog-single-next .qodef-post-image {
  margin-left: 16px;
}

.qodef-blog-single-navigation .qodef-blog-single-next .qodef-post-info {
  text-align: right;
}

.qodef-blog-single-navigation .qodef-post-info {
  margin-top: 5px;
}

.qodef-blog-single-navigation .qodef-post-info-category {
  position: relative;
  display: block;
  margin-bottom: 2px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  color: #50d6ae;
}

.qodef-blog-single-navigation .qodef-post-info-category a {
  color: inherit;
}

.qodef-blog-single-navigation .qodef-post-info-category a:hover {
  color: #000;
}

.qodef-blog-single-navigation .qodef-post-info-title {
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -.025em;
  color: #000;
}

.qodef-single-links-pages {
  clear: both;
  margin: 20px 0 5px;
}

.qodef-single-links-pages .qodef-single-links-pages-inner > a,
.qodef-single-links-pages .qodef-single-links-pages-inner > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 5px 0;
}

.qodef-single-links-pages .qodef-single-links-pages-inner > span {
  color: #50d6ae;
}

.qodef-single-links-pages .qodef-single-links-pages-inner > a:hover {
  color: #000;
}

/* Single posts navigation styles - end
    ====================================================================== */

/* Related posts styles - begin
	====================================================================== */

.qodef-related-posts-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-related-posts-holder .qodef-related-posts-holder-inner {
  padding: 46px 0 26px;
}

.qodef-related-posts-holder .qodef-related-posts-title {
  margin: 0 0 40px;
}

.qodef-related-posts-holder .qodef-related-posts-title > * {
  margin: 0;
}

.qodef-related-posts-holder .qodef-related-posts-inner {
  margin: 0 -15px;
}

.qodef-related-posts-holder .qodef-related-post {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0 0 30px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-content-has-sidebar .qodef-related-posts-holder .qodef-related-post {
  widtH: 33.33333333333333%;
}

.touch .qodef-related-posts-holder .qodef-related-post {
  cursor: pointer;
}

.qodef-related-posts-holder .qodef-related-post:hover .qodef-related-post-image a:after {
  opacity: 1;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image a {
  position: relative;
  display: block;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image img {
  display: block;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-title {
  margin: 19px 0 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-title:first-child {
  margin-top: 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-top: 8px;
  line-height: 40px;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div {
  display: inline-block;
  margin-right: 11px;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:last-child {
  margin-right: 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div .qodef-post-info-meta-icon {
  margin-right: 2px;
}

/* Related posts styles - end
	====================================================================== */

/* ==========================================================================
   Blog Single style - begin
   ========================================================================== */

.qodef-blog-holder.qodef-blog-single article {
  margin: 0 0 28px;
}

.qodef-blog-holder.qodef-blog-single article.qodef-post-has-featured-image,
.qodef-blog-holder.qodef-blog-single article.format-link,
.qodef-blog-holder.qodef-blog-single article.format-quote {
  padding-top: 77px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-content {
  padding: 0 0 54px;
  border-bottom: 1px dashed #edeff2;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-heading {
  margin-bottom: 54px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-top {
  margin-bottom: 4px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-title {
  margin-bottom: 5px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-text,
.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-text {
  margin-bottom: 54px;
}

/* ==========================================================================
   Blog Single style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode global style - begin
   ========================================================================== */

.qodef-blog-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.qodef-blog-list-holder .qodef-blog-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}

.qodef-blog-list-holder .qodef-bl-item {
  padding: 0;
  margin: 0;
}

.qodef-blog-list-holder .qodef-bli-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-list-holder .qodef-bli-background-image-holder {
  position: absolute;
}

.qodef-blog-list-holder .qodef-bli-heading {
  position: relative;
}

.qodef-blog-list-holder .qodef-bli-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-list-holder .qodef-post-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% + 1px);
  margin: 0 0 20px;
  overflow: hidden;
}

.qodef-blog-list-holder .qodef-post-image a {
  display: block;
}

.qodef-blog-list-holder .qodef-post-image img {
  display: block;
  -webkit-transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(-5px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-filter: blur();
  filter: blur();
  will-change: transform;
}

.qodef-blog-list-holder .qodef-post-image:hover img {
  -webkit-transform: scale(1.08) translate3d(5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-blog-list-holder .qodef-bl-item.qodef-hovered img {
  -webkit-transform: scale(1.08) translate3d(5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-blog-list-holder .qodef-bli-info-top {
  margin-bottom: 4px;
  line-height: 1.2em;
}

.qodef-blog-list-holder .qodef-bli-info-top > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
  color: #50d6ae;
}

.qodef-blog-list-holder .qodef-bli-info-top > div a {
  color: inherit;
}

.qodef-blog-list-holder .qodef-bli-info-top > div a:hover {
  color: #000;
}

.qodef-blog-list-holder .qodef-bli-info-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-top: 29px;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-left,
.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-left > div,
.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right > div {
  display: inline-block;
  margin-right: 11px;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-left > div:last-child,
.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right > div:last-child {
  margin-right: 0;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-left > div .qodef-post-info-meta-icon,
.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right > div .qodef-post-info-meta-icon {
  margin-right: 2px;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-left > div.qodef-post-info-author .qodef-post-info-author-avatar,
.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right > div.qodef-post-info-author .qodef-post-info-author-avatar {
  margin-right: 7px;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-left > div.qodef-post-info-author .qodef-post-info-author-avatar img,
.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right > div.qodef-post-info-author .qodef-post-info-author-avatar img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5em;
}

@media only screen and (min-width: 481px) {
  .qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-left {
    width: 80%;
    float: left;
  }

  .qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right {
    width: 20%;
    text-align: right;
    float: right;
  }
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right > div {
  margin-left: 17px;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-bli-info-bottom-right > div:first-child {
  margin-left: 0;
}

.qodef-blog-list-holder .qodef-bli-info-bottom .qodef-social-share-holder {
  margin-top: 5px;
}

.qodef-blog-list-holder .qodef-post-title {
  margin: 0;
}

.qodef-blog-list-holder .qodef-post-excerpt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}

.qodef-blog-list-holder .qodef-post-excerpt p {
  margin: 0;
}

.qodef-blog-list-holder .qodef-post-excerpt:after {
  content: '...';
}

.qodef-blog-list-holder .qodef-post-read-more-button {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 0;
}

.qodef-blog-list-holder.qodef-dark-skin {
  color: #fff;
}

.qodef-blog-list-holder.qodef-dark-skin a {
  color: #fff;
}

.qodef-blog-list-holder.qodef-dark-skin .qodef-bli-info-top > div a:hover {
  color: #fff;
}

.qodef-blog-list-holder.qodef-dark-skin .qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover {
  color: #fff;
}

.qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bli-background-image-holder {
  overflow: hidden;
}

.qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bli-background-image-holder img {
  visibility: hidden;
}

.touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bli-background-image-holder img {
  visibility: visible;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bli-background-image-holder img {
  visibility: visible;
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(1) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(2) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.2s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.2s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(3) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.4s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.4s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(4) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.6s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.6s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(5) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.8s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 0.8s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(6) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(7) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1.2s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1.2s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(8) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1.4s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1.4s;
}

.no-touch .qodef-blog-list-holder.qodef-bl-with-bgrnd-animation .qodef-bl-item.qodef-appeared:nth-child(9) .qodef-bli-background-image-holder img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1.6s;
  transition: all 0.6s cubic-bezier(0.05, 0.43, 0.04, 0.87) 1.6s;
}

/* ==========================================================================
   Blog List shortcode global style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode - Custom type style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item {
  margin-bottom: 128px;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-heading,
.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-text {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-heading {
  width: 36.3%;
  padding-top: 77px;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-text {
  width: 63.7%;
  padding-left: 110px;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-date-pattern {
  position: absolute;
  top: 0;
  right: -77px;
  width: 140px;
  height: 140px;
}

@media only screen and (max-width: 480px) {
  .qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-date-pattern {
    top: 38px;
    right: -39px;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-date-pattern {
    top: 61px;
    right: -15px;
  }
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-date-pattern .qodef-post-date-pattern-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
  text-align: center;
  background-color: #53f6c6;
  z-index: 1;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-date-pattern .qodef-post-date-pattern-inner .qodef-post-info-date {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -.025em;
  color: #000;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-date-pattern .qodef-post-date-pattern-inner .qodef-post-info-date a {
  color: inherit;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-date-pattern .qodef-post-date-pattern-inner .qodef-post-info-date a > span {
  display: block;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-info-top {
  margin-bottom: 14px;
}

.qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-post-read-more-button {
  margin-top: 28px;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-heading,
  .qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-text {
    float: none;
    width: 100%;
  }

  .qodef-blog-list-holder.qodef-bl-custom .qodef-bl-item .qodef-bli-text {
    padding: 0;
  }
}

/* ==========================================================================
   Blog List shortcode - Custom type style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode - Masonry Boxed type style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-masonry-boxed .qodef-post-image {
  margin: 0;
}

.qodef-blog-list-holder.qodef-bl-masonry-boxed .qodef-bli-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 28px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-list-holder.qodef-bl-masonry-boxed .qodef-bli-text .qodef-bli-text-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.qodef-blog-list-holder.qodef-bl-masonry-boxed .qodef-bli-text .qodef-bli-text-inner .qodef-bli-text-inner-2 {
  position: absolute;
  bottom: 0;
}

.qodef-blog-list-holder.qodef-bl-masonry-boxed.qodef-bl-with-animation .qodef-bl-item {
  visibility: hidden;
}

.touch .qodef-blog-list-holder.qodef-bl-masonry-boxed.qodef-bl-with-animation .qodef-bl-item {
  visibility: visible;
}

.no-touch .qodef-blog-list-holder.qodef-bl-masonry-boxed.qodef-bl-with-animation .qodef-bl-item {
  visibility: visible;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0) rotateY(45deg) rotateX(10deg);
  transform: translate3d(0, 100px, 0) rotateY(45deg) rotateX(10deg);
}

.no-touch .qodef-blog-list-holder.qodef-bl-masonry-boxed.qodef-bl-with-animation .qodef-bl-item.qodef-appeared {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotateY(0) rotateX(0);
  transform: translate3d(0, 0, 0) rotateY(0) rotateX(0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: all 0.6s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

.qodef-blog-list-holder.qodef-custom-layout .qodef-bl-item:nth-child(3),
.qodef-blog-list-holder.qodef-custom-layout .qodef-bl-item:nth-child(5) {
  padding-top: 82px;
}

@media only screen and (max-width: 768px) {
  .qodef-blog-list-holder.qodef-custom-layout .qodef-bl-item:nth-child(5) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-blog-list-holder.qodef-custom-layout .qodef-bl-item:nth-child(3) {
    padding-top: 0;
  }
}

.qodef-blog-list-holder.qodef-info-top .qodef-bli-text .qodef-bli-text-inner .qodef-bli-text-inner-2 {
  top: 1px;
  bottom: auto;
}

/* ==========================================================================
   Blog List shortcode - Masonry Boxed type style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode - Masonry type style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-masonry {
  -webkit-transition: none !important;
  transition: none !important;
  overflow: visible !important;
}

/* ==========================================================================
   Blog List shortcode - Masonry type style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode - Minimal type style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  color: #50d6ae;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a {
  color: inherit;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover {
  color: #000;
}

.qodef-blog-list-holder.qodef-dark-skin .qodef-post-info-date a:hover {
  color: #fff;
}

/* ==========================================================================
   Blog List shortcode - Minimal type style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode - Simple type style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-simple .qodef-post-image {
  display: table-cell;
  vertical-align: top;
  width: 67px;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-text {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-left: 13px;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-text .qodef-post-info-date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  color: #50d6ae;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-text .qodef-post-info-date a {
  color: inherit;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-text .qodef-post-info-date a:hover {
  color: #000;
}

.qodef-blog-list-holder.qodef-dark-skin .qodef-bli-text .qodef-post-info-date a:hover {
  color: #fff;
}

/* ==========================================================================
   Blog List shortcode - Simple type style - end
   ========================================================================== */

/* ==========================================================================
   Blog List loading element style - begin
   ========================================================================== */

.qodef-bl-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  text-align: center;
}

.qodef-bl-loading.qodef-showing {
  display: block;
}

.qodef-bl-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
  animation: bl-bouncedelay 1.4s infinite ease-in-out both;
}

.qodef-bl-loading .qodef-bl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.qodef-bl-loading .qodef-bl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

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

  40% {
    -webkit-transform: scale(1);
  }
}

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

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==========================================================================
   Blog List loading element style - end
   ========================================================================== */

/* ==========================================================================
   Blog Slider shortcode style - begin
   ========================================================================== */

.qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item {
  text-align: center;
}

.touch .qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item {
  cursor: pointer;
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item:hover .qodef-item-text-wrapper {
  opacity: 1;
}

.qodef-blog-slider-holder .qodef-blog-slider-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style-type: none;
}

.qodef-blog-slider-holder .qodef-item-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-slider-holder .qodef-item-text-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-out;
  transition: opacity 0.45s ease-out;
}

.qodef-blog-slider-holder .qodef-item-text-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-blog-slider-holder .qodef-item-text-holder-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0 5%;
}

.qodef-blog-slider-holder .qodef-bsi-info-top {
  line-height: 1.2em;
}

.qodef-blog-slider-holder .qodef-bsi-info-top > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #50d6ae;
}

.qodef-blog-slider-holder .qodef-bsi-info-top > div a {
  color: inherit;
}

.qodef-blog-slider-holder .qodef-bsi-info-top > div a:hover {
  color: #000;
}

.qodef-blog-slider-holder .qodef-bsi-info-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 40px;
}

.qodef-blog-slider-holder .qodef-bsi-info-bottom > div {
  display: inline-block;
  margin-right: 11px;
}

.qodef-blog-slider-holder .qodef-bsi-info-bottom > div:last-child {
  margin-right: 0;
}

.qodef-blog-slider-holder .qodef-bsi-info-bottom > div .qodef-post-info-meta-icon {
  margin-right: 2px;
}

.qodef-blog-slider-holder .qodef-bsi-info-bottom > div.qodef-post-info-author .qodef-post-info-author-avatar {
  margin-right: 7px;
}

.qodef-blog-slider-holder .qodef-bsi-info-bottom > div.qodef-post-info-author .qodef-post-info-author-avatar img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border-radius: 5em;
}

.qodef-blog-slider-holder .qodef-post-title {
  margin: 0;
}

/* ==========================================================================
   Blog Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Blog styles - end
   ========================================================================== */

/*# sourceMappingURL=blog-map.css.map */
/* ==========================================================================
   Content Fixed styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   #Content fixed styles - begin
   ========================================================================== */

.qodef-content-fixed {
  position: fixed;
  bottom: 0;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-fullscreen-search-opened .qodef-content-fixed {
  opacity: 0;
}

.qodef-content-fixed.qodef-content-show {
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}

@media only screen and (min-width: 1025px) {
  .qodef-header-vertical:not(.qodef-vertical-header-menu-area-custom) .qodef-content-fixed {
    left: 151px;
  }
}

.qodef-content-fixed .qodef-content-fixed-inner {
  position: relative;
  display: none;
  padding: 27px 76px 19px 61px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px -3px 21px 0px rgba(83, 246, 198, 0.37);
  box-shadow: 4px -3px 21px 0px rgba(83, 246, 198, 0.37);
}

.qodef-content-fixed .qodef-content-fixed-close {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-content-fixed .qodef-content-fixed-close:hover {
  color: #50d6ae;
}

.qodef-content-fixed .qodef-content-fixed-text-holder,
.qodef-content-fixed .qodef-content-fixed-btn-holder {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-content-fixed .qodef-content-fixed-text-holder {
  width: 100%;
}

.qodef-content-fixed .qodef-content-fixed-title {
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
}

.qodef-content-fixed .qodef-content-fixed-btn-holder {
  top: -4px;
  width: 18%;
  text-align: right;
}

.qodef-content-fixed .qodef-content-fixed-btn-holder .qodef-btn {
  white-space: nowrap;
}

.qodef-content-fixed.btn-enabled .qodef-content-fixed-text-holder {
  width: 82%;
}

/* ==========================================================================
   #Content fixed styles - end
   ========================================================================== */

/* ==========================================================================
   Content Fixed styles - end
   ========================================================================== */

/*# sourceMappingURL=content-fixed-map.css.map */
/* ==========================================================================
   Footer styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Footer style - begin
   ========================================================================== */

.qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-page-footer .qodef-footer-top-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-center {
  text-align: center;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-left {
  text-align: left;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-right {
  text-align: right;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
  padding: 114px 0 108px;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-full-width {
  padding: 114px 40px 108px;
}

.qodef-page-footer .qodef-footer-bottom-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #53f6c6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner.qodef-grid {
  padding: 30px 0;
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner.qodef-full-width {
  padding: 30px 40px;
}

@media only screen and (max-width: 1024px) {
  .qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner .qodef-grid-col-4 {
    text-align: left !important;
  }
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner .qodef-grid-col-4:first-child {
  text-align: left;
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner .qodef-grid-col-4:last-child {
  text-align: right;
}

.no-touch body:not(.error404) .qodef-page-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);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.qodef-right-side-menu-opened .qodef-page-footer.qodef-footer-uncover {
  left: -270px;
}

/* ==========================================================================
   Footer style - end
   ========================================================================== */

/* ==========================================================================
   Footer styles - end
   ========================================================================== */

/*# sourceMappingURL=footer-map.css.map */
/* ==========================================================================
   Header styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Header styles - begin
   ========================================================================== */

.qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  z-index: 110;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* ==========================================================================
    #General header layout - start
    ========================================================================== */
  /* ==========================================================================
    #General header layout - end
    ========================================================================== */
  /* ==========================================================================
    #Logo area styles - start
    ========================================================================== */
  /* ==========================================================================
    #Logo area styles - end
    ========================================================================== */
  /* ==========================================================================
    #Menu area styles - start
    ========================================================================== */
  /* ==========================================================================
    #Menu area styles - end
    ========================================================================== */
  /* ==========================================================================
    #Specific styles - start
    ========================================================================== */
  /* ==========================================================================
    #Specific styles - end
    ========================================================================== */
}

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

.qodef-page-header p {
  margin: 0;
}

.qodef-page-header .qodef-vertical-align-containers {
  padding: 0 40px;
}

.qodef-paspartu-enabled .qodef-page-header .qodef-vertical-align-containers {
  padding: 0;
}

.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;
  transition: background-color 0.3s ease;
}

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

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

.qodef-page-header .qodef-menu-area {
  position: relative;
  height: 100px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-boxed .qodef-page-header .qodef-menu-area {
  padding: 0;
}

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

.qodef-page-header .qodef-menu-area .widget {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.qodef-logo-area-border-disable .qodef-page-header .qodef-logo-area {
  border: none;
}

.qodef-logo-area-in-grid-border-disable .qodef-page-header .qodef-logo-area .qodef-grid .qodef-vertical-align-containers {
  border: none;
}

.qodef-header-logo-area-in-grid-padding .qodef-page-header .qodef-logo-area .qodef-vertical-align-containers {
  padding: 0 25px;
}

.qodef-menu-area-shadow-disable .qodef-page-header .qodef-menu-area {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qodef-menu-area-shadow-disable .qodef-page-header .qodef-menu-area .qodef-grid .qodef-vertical-align-containers {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qodef-menu-area-border-disable .qodef-page-header .qodef-menu-area {
  border: none;
}

.qodef-menu-area-in-grid-border-disable .qodef-page-header .qodef-menu-area .qodef-grid .qodef-vertical-align-containers {
  border: none;
}

.qodef-header-logo-area-in-grid-padding .qodef-page-header .qodef-menu-area .qodef-vertical-align-containers {
  padding: 0 25px;
}

/* ==========================================================================
#Light header - begin
========================================================================== */

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

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

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area {
  color: #fff !important;
}

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

.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 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 {
  color: #fff !important;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget a:hover {
  color: #50d6ae !important;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area {
  color: #fff !important;
}

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

.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 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 {
  color: #fff !important;
}

.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget a:hover {
  color: #50d6ae !important;
}

/* ==========================================================================
#Light header - end
========================================================================== */

/* ==========================================================================
#Dark header - begin
========================================================================== */

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

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

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area {
  color: #000 !important;
}

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

.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 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 {
  color: #000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget a:hover {
  color: #50d6ae !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area {
  color: #000 !important;
}

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

.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 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 {
  color: #000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget a:hover {
  color: #50d6ae !important;
}

/* ==========================================================================
#Dark header - end
========================================================================== */

/* ==========================================================================
   Header end - end
   ========================================================================== */

/* ==========================================================================
   Header widgets styles - begin
   ========================================================================== */

.qodef-page-header .widget,
.qodef-top-bar .widget,
.qodef-sticky-header .widget,
.qodef-mobile-header .widget {
  /* To display none */
}

.qodef-page-header .widget.widget_pages,
.qodef-page-header .widget.widget_archive,
.qodef-page-header .widget.widget_categories,
.qodef-page-header .widget.widget_meta,
.qodef-page-header .widget.widget_recent_entries,
.qodef-page-header .widget.widget_recent_comments,
.qodef-page-header .widget.widget_rss,
.qodef-page-header .widget.widget_calendar,
.qodef-page-header .widget.widget_rss,
.qodef-page-header .widget.widget_archive,
.qodef-page-header .widget.widget_categories,
.qodef-page-header .widget.widget_tag_cloud,
.qodef-page-header .widget.widget_nav_menu,
.qodef-page-header .widget.widget_search,
.qodef-top-bar .widget.widget_pages,
.qodef-top-bar .widget.widget_archive,
.qodef-top-bar .widget.widget_categories,
.qodef-top-bar .widget.widget_meta,
.qodef-top-bar .widget.widget_recent_entries,
.qodef-top-bar .widget.widget_recent_comments,
.qodef-top-bar .widget.widget_rss,
.qodef-top-bar .widget.widget_calendar,
.qodef-top-bar .widget.widget_rss,
.qodef-top-bar .widget.widget_archive,
.qodef-top-bar .widget.widget_categories,
.qodef-top-bar .widget.widget_tag_cloud,
.qodef-top-bar .widget.widget_nav_menu,
.qodef-top-bar .widget.widget_search,
.qodef-sticky-header .widget.widget_pages,
.qodef-sticky-header .widget.widget_archive,
.qodef-sticky-header .widget.widget_categories,
.qodef-sticky-header .widget.widget_meta,
.qodef-sticky-header .widget.widget_recent_entries,
.qodef-sticky-header .widget.widget_recent_comments,
.qodef-sticky-header .widget.widget_rss,
.qodef-sticky-header .widget.widget_calendar,
.qodef-sticky-header .widget.widget_rss,
.qodef-sticky-header .widget.widget_archive,
.qodef-sticky-header .widget.widget_categories,
.qodef-sticky-header .widget.widget_tag_cloud,
.qodef-sticky-header .widget.widget_nav_menu,
.qodef-sticky-header .widget.widget_search,
.qodef-mobile-header .widget.widget_pages,
.qodef-mobile-header .widget.widget_archive,
.qodef-mobile-header .widget.widget_categories,
.qodef-mobile-header .widget.widget_meta,
.qodef-mobile-header .widget.widget_recent_entries,
.qodef-mobile-header .widget.widget_recent_comments,
.qodef-mobile-header .widget.widget_rss,
.qodef-mobile-header .widget.widget_calendar,
.qodef-mobile-header .widget.widget_rss,
.qodef-mobile-header .widget.widget_archive,
.qodef-mobile-header .widget.widget_categories,
.qodef-mobile-header .widget.widget_tag_cloud,
.qodef-mobile-header .widget.widget_nav_menu,
.qodef-mobile-header .widget.widget_search {
  display: none !important;
}

.qodef-top-bar .widget {
  color: #fff;
}

.qodef-top-bar .widget a {
  color: #fff;
}

.qodef-top-bar .widget a:hover {
  color: #50d6ae;
}

/* ==========================================================================
   Header widgets styles - end
   ========================================================================== */

/* ==========================================================================
   Header logo styles - begin
   ========================================================================== */

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

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

.qodef-logo-wrapper a img {
  height: 100%;
  width: auto;
  -webkit-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%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

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

/* ==========================================================================
   Header logo styles - end
   ========================================================================== */

/* ==========================================================================
   Header main menu style - begin
   ========================================================================== */

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

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

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

.qodef-main-menu ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #282828;
}

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

.qodef-main-menu ul li a > span.item_outer .item_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-main-menu ul li a > span.item_outer .item_text:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  height: 4px;
  width: calc(100% + 8px);
  background-color: #53f6c6;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.qodef-main-menu ul li a:hover > span.item_outer .item_text:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.qodef-main-menu ul li a i:before {
  margin: 0 7px 0 0;
}

.qodef-main-menu ul li a .menu_icon_wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-main-menu ul li a .qodef-menu-featured-icon {
  position: relative;
  top: -4px;
  left: 5px;
  color: currentColor;
  font-size: 10px;
  margin: 0;
}

.qodef-main-menu ul li a .qodef-menu-featured-icon:before {
  margin: 0;
}

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

.qodef-main-menu > ul > li {
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-main-menu > ul > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  padding: 0 27px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-main-menu > ul > li.qodef-active-item > a > span.item_outer .item_text:before,
.qodef-main-menu > ul > li:hover > a > span.item_outer .item_text:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.qodef-main-menu > ul > li.has_sub > a .qodef-menu-arrow {
  display: none;
}

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

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a > span.item_outer .item_text:before {
  width: calc(100% + 8px);
}

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

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a > span.item_outer .item_text:before {
  width: calc(100% + 8px);
}

/* Narrow drop down styles
   ========================================================================== */

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

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

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

.qodef-drop-down .second .inner {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 997;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.05);
}

.qodef-drop-down .second .inner ul li {
  display: block;
  float: none;
  height: auto;
}

.qodef-drop-down .second .inner ul li .widget {
  width: 100%;
  margin: 0 !important;
}

.qodef-drop-down .second .inner ul li a {
  display: block;
  float: none;
  margin: 0;
  padding: 4px 30px;
}

.qodef-drop-down .second .inner ul li a .item_outer {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-drop-down .second .inner ul li.current-menu-ancestor > a .item_outer .item_text:before,
.qodef-drop-down .second .inner ul li.current-menu-item > a .item_outer .item_text:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.qodef-drop-down .second .inner ul li.sub > a .item_outer:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  right: 0;
  content: '\f3d3';
  font-family: 'Ionicons';
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qodef-drop-down .second .inner ul.right li a .item_outer {
  padding: 0 0 0 15px;
}

.qodef-drop-down .second .inner ul.right li.sub > a .item_outer:after {
  right: auto;
  left: 0;
  content: "\f3d2";
}

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

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

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

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

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

.qodef-drop-down .narrow .second .inner ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  padding: 34px 0 10px;
}

.qodef-drop-down .narrow .second .inner ul li {
  width: 230px;
}

.qodef-drop-down .narrow .second .inner ul li ul {
  position: absolute;
  left: 100%;
  top: -34px;
  height: auto;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

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

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

.qodef-drop-down .narrow .second .inner ul.right li a > span.item_outer .item_text:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.qodef-drop-down .narrow .second .inner ul.right li:hover > a > span.item_outer .item_text:before {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Wide drop down styles
   ========================================================================== */

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

.qodef-drop-down .wide .second .inner ul li a {
  padding: 4px 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.qodef-drop-down .wide .second .inner ul li ul {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  visibility: visible;
}

.qodef-drop-down .wide .second .inner ul li ul li:last-child a {
  padding-bottom: 0;
}

.qodef-drop-down .wide .second .inner > ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 47px 0 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

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

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

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

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

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

.qodef-drop-down .wide .second .inner > ul > li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-drop-down .wide .second .inner > ul > li:nth-child(4n+1) {
  clear: both;
  border-left: 0;
}

.qodef-drop-down .wide .second .inner > ul > li > a {
  padding: 0 0 17px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
}

.qodef-drop-down .wide .second .inner > ul > li > a:hover {
  color: #282828;
}

.qodef-drop-down .wide .second .inner > ul > li > a:hover > span.item_outer .item_text:before {
  width: 0;
}

.qodef-drop-down .wide .second .inner > ul > li > a.no_link {
  cursor: default;
}

.qodef-drop-down .wide .second .inner > ul > li > a .item_outer {
  padding: 0;
  overflow: inherit;
}

.qodef-drop-down .wide .second .inner > ul > li > a .item_outer:before,
.qodef-drop-down .wide .second .inner > ul > li > a .item_outer:after {
  display: none;
}

.qodef-drop-down .wide .second .inner > ul > li.current-menu-ancestor > a,
.qodef-drop-down .wide .second .inner > ul > li.current-menu-item > a {
  color: #282828;
}

.qodef-drop-down .wide .second .inner > ul > li.current-menu-ancestor > a > span.item_outer .item_text:before,
.qodef-drop-down .wide .second .inner > ul > li.current-menu-item > a > span.item_outer .item_text:before {
  width: 0;
}

.qodef-drop-down .wide.left_position .second .inner > ul,
.qodef-drop-down .wide.right_position .second .inner > ul {
  width: auto;
  white-space: nowrap;
}

.qodef-drop-down .wide.left_position .second .inner > ul > li,
.qodef-drop-down .wide.right_position .second .inner > ul > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.qodef-drop-down .wide.left_position .second .inner > ul > li:nth-child(4n+1),
.qodef-drop-down .wide.right_position .second .inner > ul > li:nth-child(4n+1) {
  border-left: none;
}

.qodef-drop-down .wide.left_position .second ul li,
.qodef-drop-down .wide.right_position .second ul li {
  width: 200px;
}

/* ==========================================================================
   Header main menu style - end
   ========================================================================== */

/* ==========================================================================
   Fixed header style - begin
   ========================================================================== */

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

.admin-bar .qodef-page-header .qodef-fixed-wrapper.fixed {
  top: 32px;
}

.qodef-page-header .qodef-fixed-wrapper.fixed .qodef-menu-area {
  background-color: #fff;
}

/* ==========================================================================
   Fixed header style - end
   ========================================================================== */

/*==========================================================================
# Fullscreen menu style - begin
========================================================================== */

/* Fullscreen general style - begin
========================================================================== */

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener,
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener {
  color: #000;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack:hover,
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack:hover {
  color: #50d6ae;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack .qodef-fullscreen-menu-opener-icon,
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack .qodef-fullscreen-menu-opener-icon {
  background-color: #fff;
}

.qodef-fullscreen-menu-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon {
  position: relative;
  width: 50px;
  height: 50px;
  visibility: visible;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon > span {
  position: relative;
  top: 1px;
}

.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-close-icon {
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu-opener .qodef-fullscreen-menu-close-icon {
    color: #000;
  }
}

.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-close-icon:hover {
  color: #50d6ae;
}

.qodef-fullscreen-menu-opener.qodef-fm-opened .qodef-fullscreen-menu-opener-icon {
  visibility: hidden;
}

.qodef-fullscreen-menu-opener.qodef-fm-opened .qodef-fullscreen-menu-close-icon {
  visibility: visible;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack {
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack:hover .qodef-fullscreen-menu-opener-icon {
  color: #50d6ae;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack .qodef-fullscreen-menu-opener-icon {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(80, 214, 174, 0.63);
  box-shadow: 1px 1px 8px 0px rgba(80, 214, 174, 0.63);
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack * {
  display: inline-block;
  line-height: inherit;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack *:before {
  display: inline-block;
  line-height: inherit;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span {
  position: relative;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span > * {
  vertical-align: middle;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span > *,
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined {
  line-height: 1;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines {
  position: relative;
  display: block;
  width: 23px;
  height: 17px;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: currentColor;
  border-radius: 12px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
  top: 0;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
  top: 7px;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
  bottom: 0;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-fullscreen-menu-close-icon {
  top: -9px;
  left: -5px;
  font-size: 32px;
}

.qodef-fullscreen-menu-opened .qodef-page-header,
.qodef-fullscreen-menu-opened .qodef-top-bar {
  visibility: hidden;
}

.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu-opened .qodef-logo-wrapper {
  visibility: visible;
}

.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
  visibility: visible !important;
  opacity: 1 !important;
}

.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 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: table;
  background-repeat: repeat;
  background-position: 0 0;
}

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

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu-holder-inner {
    padding: 0 0 57px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu-holder-inner {
    padding: 30px 0;
  }
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top {
  color: #fff;
  margin: 0 0 85px;
}

@media only screen and (max-width: 1280px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top {
    margin: 0 0 35px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top {
    margin: 0 0 20px;
  }
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top .qodef-fullscreen-tagline {
  display: block;
  margin: 0 0 3px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: .1em;
  color: #53f6c6;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top .qodef-fullscreen-title {
  display: block;
  font-size: 70px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: -.025em;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top .qodef-fullscreen-title {
    font-size: 56px;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top .qodef-fullscreen-title {
    font-size: 46px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-top .qodef-fullscreen-title {
    font-size: 36px;
  }
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #53f6c6;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom.qodef-full-width-bottom,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-container-inner {
  padding: 30px 0;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom:not(.qodef-full-width-bottom) {
  text-align: center;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-container-inner {
  display: inline-block;
  vertical-align: middle;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 {
  width: 33.33333333333333%;
  float: left;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 p,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 div,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 i,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 span,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 a,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 p,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 div,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 i,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 span,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 a,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 p,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 div,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 i,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 span,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 a {
  color: inherit;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 a:hover,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 a:hover,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 a:hover {
  color: #fff;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 .widget_text,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 .widget_text,
.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 .widget_text {
  display: inline-block;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 {
  text-align: left;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 {
  text-align: center;
}

.qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 {
  text-align: right;
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1,
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2,
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 {
    width: 100%;
    float: none !important;
    text-align: left !important;
  }

  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-1 p,
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-2 p,
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-fullscreen-below-menu-widget-holder-column-3 p {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom {
    position: relative;
    margin: 30px -10px 0;
  }

  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom.qodef-full-width-bottom,
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-container-inner {
    padding: 20px 10px 0;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom {
    margin: 30px 0 0;
  }

  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom.qodef-full-width-bottom,
  .qodef-fullscreen-menu-holder-inner .qodef-fullscreen-menu-bottom .qodef-container-inner {
    padding: 20px 0 0;
  }
}

.touch .qodef-fullscreen-menu-holder-outer {
  display: none;
}

.touch .qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
  display: block;
}

nav.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left;
}

nav.qodef-fullscreen-menu ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.qodef-fullscreen-menu ul.qodef-popup-column {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  nav.qodef-fullscreen-menu ul.qodef-popup-column {
    width: 33.33333333333333%;
  }
}

@media only screen and (max-width: 680px) {
  nav.qodef-fullscreen-menu ul.qodef-popup-column {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  nav.qodef-fullscreen-menu ul.qodef-popup-column {
    float: none;
    width: 100%;
  }
}

nav.qodef-fullscreen-menu ul li {
  margin: 0;
  padding: 0;
}

nav.qodef-fullscreen-menu ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #fff;
}

nav.qodef-fullscreen-menu ul li a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

nav.qodef-fullscreen-menu ul li a span:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: 0;
  height: 6px;
  background-color: #50d6ae;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

nav.qodef-fullscreen-menu ul li a:hover span:before {
  width: calc(100% + 8px);
}

nav.qodef-fullscreen-menu ul li a .qodef-fullscreen-menu-arrow {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 0.65em;
  line-height: inherit;
}

nav.qodef-fullscreen-menu ul li ul.sub_menu {
  display: none;
}

nav.qodef-fullscreen-menu ul li ul li a {
  font-size: 19px;
  line-height: 31px;
}

nav.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a span:before,
nav.qodef-fullscreen-menu ul li ul li.current-menu-item > a span:before {
  width: calc(100% + 8px);
}

nav.qodef-fullscreen-menu ul li ul li ul li a {
  font-size: 17px;
  line-height: 29px;
}

nav.qodef-fullscreen-menu > ul {
  display: block;
}

nav.qodef-fullscreen-menu > ul > li > a {
  font-size: 24px;
}

nav.qodef-fullscreen-menu > ul > li.qodef-active-item > a span:before {
  width: calc(100% + 8px);
}

.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;
  }
}

@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;
  }
}

@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 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden !important;
  z-index: 105;
  opacity: 0;
}

.qodef-fullscreen-fade-out .qodef-fullscreen-menu-holder-outer {
  -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 {
  -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);
  }
}

@keyframes push_text_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push_nav_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes push_nav_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    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-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-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.35s 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);
  }
}

@keyframes push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    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-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-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-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 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s linear 0.1s;
  transition: all 0.25s linear 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 {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.25s linear 0.1s;
  transition: all 0.25s linear 0.1s;
}

/* Fullscreen animation fade text scaledown - end
========================================================================== */

/* ==========================================================================
# Fullscreen menu style - end
==========================================================================*/

/* ==========================================================================
   Header Minimal style - begin
   ========================================================================== */

.qodef-header-minimal .qodef-page-header .qodef-menu-area .qodef-position-right-inner {
  height: auto;
}

.qodef-header-minimal .qodef-page-header .qodef-position-left:before,
.qodef-header-minimal .qodef-page-header .qodef-position-right:before {
  content: "";
}

.qodef-header-minimal .qodef-page-header .qodef-sticky-header .qodef-position-left-inner {
  height: auto;
}

.qodef-header-minimal .qodef-page-header .qodef-sticky-header .qodef-vertical-align-containers .qodef-position-right .qodef-position-right-inner {
  height: auto;
}

.qodef-fullscreen-menu-opened {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.qodef-fullscreen-menu-opened.admin-bar {
  top: 32px;
  height: calc(100% - 32px);
}

/* ==========================================================================
   Header Minimal style - end
   ========================================================================== */

/* ==========================================================================
   Header Standard style - begin
   ========================================================================== */

.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-main-menu {
  width: auto;
  padding: 0 0 0 20px;
}

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

.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-left:before,
.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}

.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right-inner {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

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

.qodef-header-standard .qodef-menu-area.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}

.qodef-header-standard .qodef-menu-area.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right-inner {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.qodef-header-standard .qodef-menu-area.qodef-menu-right .qodef-main-menu {
  width: auto;
}

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

/* ==========================================================================
   Header Standard style - end
   ========================================================================== */

/* ==========================================================================
   Header Vertical style - begin
   ========================================================================== */

/* ==========================================================================
   Header Vertical navigation style - begin
   ========================================================================== */

.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-menu-outer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 48px 0 80px;
}

.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-menu {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
}

.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-menu > ul {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.qodef-header-vertical .qodef-vertical-menu-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-header-vertical .qodef-vertical-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 107px 0 31px 48px;
  padding: 0;
  z-index: 100;
}

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

.qodef-header-vertical .qodef-vertical-menu ul li {
  position: relative;
  padding: 0;
  margin: 0;
}

.qodef-header-vertical .qodef-vertical-menu ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0;
  color: #282828;
}

.qodef-header-vertical .qodef-vertical-menu ul li a .item_outer {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-header-vertical .qodef-vertical-menu ul li a .item_outer .item_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-header-vertical .qodef-vertical-menu ul li a .item_outer .item_text:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: calc(100% + 8px);
  height: 4px;
  background-color: #50d6ae;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.qodef-header-vertical .qodef-vertical-menu ul li a .qodef-menu-arrow {
  display: none;
}

.qodef-header-vertical .qodef-vertical-menu ul li a .qodef-menu-featured-icon {
  position: relative;
  top: -4px;
  left: 3px;
  color: #282828;
  font-size: 12px;
  margin: 0;
}

.qodef-header-vertical .qodef-vertical-menu ul li a .menu_icon:not(.blank):not(.null) {
  padding: 0 5px 0 0;
}

.qodef-header-vertical .qodef-vertical-menu ul li:hover > a .item_outer .item_text:before,
.qodef-header-vertical .qodef-vertical-menu ul li.open > a .item_outer .item_text:before,
.qodef-header-vertical .qodef-vertical-menu ul li.qodef-active-item > a .item_outer .item_text:before,
.qodef-header-vertical .qodef-vertical-menu ul li.current_page_item > a .item_outer .item_text:before,
.qodef-header-vertical .qodef-vertical-menu ul li.current-menu-item > a .item_outer .item_text:before,
.qodef-header-vertical .qodef-vertical-menu ul li.current-menu-ancestor > a .item_outer .item_text:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.qodef-header-vertical .qodef-vertical-menu ul li ul {
  padding: 0 0 0 5px;
}

.qodef-header-vertical .qodef-vertical-menu ul li ul li.sub > a .item_outer {
  position: relative;
  display: block;
}

.qodef-header-vertical .qodef-vertical-menu ul li .second {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

.qodef-header-vertical .qodef-vertical-menu > ul > li > a {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.qodef-header-vertical .qodef-vertical-menu > ul > li > a span.item_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li a:hover .qodef-menu-arrow,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.qodef-active-item > a .qodef-menu-arrow,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.current_page_item > a .qodef-menu-arrow,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.current-menu-item > a .qodef-menu-arrow,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.current-menu-ancestor > a .qodef-menu-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li .second {
  display: none;
}

.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second {
  position: absolute;
  top: 0;
  width: 100%;
}

.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second ul {
  position: absolute;
  top: -23px;
  left: calc(100% + 45px);
  width: 254px;
  background-color: #fff;
  padding: 25px 20px;
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second ul * {
  visibility: inherit;
  -webkit-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
}

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

.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second ul ul {
  top: -25px;
  left: calc(100% + 20px);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 107px 0 31px 7px;
  padding: 0;
  z-index: 100;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li:hover:before,
.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li.qodef-active-item:before,
.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li.current_page_item:before,
.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li.current-menu-item:before,
.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li.current-menu-ancestor:before {
  left: 5px;
  width: 3px;
  background-color: #50d6ae !important;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 6px;
  width: 1px;
  height: 100%;
  background-color: #282828;
  -webkit-transition: width 0.2s ease-out border-color 0.2s ease-out;
  transition: width 0.2s ease-out border-color 0.2s ease-out;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a {
  padding: 0 0 51px 31px;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a:before,
.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a:before {
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a:after {
  top: 10px;
  left: 4px;
  width: 5px;
  height: 5px;
  background-color: #282828;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a:hover:before {
  border-color: #282828;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a .qodef-menu-arrow {
  display: none;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li ul {
  margin-left: 10px;
}

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li:last-child:before {
  display: none;
}

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

.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li a:hover .item_outer .item_text:before {
  width: calc(100% + 8px);
}

.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current_page_item > a .item_outer .item_text:before,
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-item > a .item_outer .item_text:before,
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-ancestor > a .item_outer .item_text:before {
  width: calc(100% + 8px);
}

.qodef-light-header.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li:before {
  background-color: #fff;
}

.qodef-light-header.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a:after {
  background-color: #fff;
}

.qodef-light-header.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-vertical-menu ul li a:hover:before {
  border-color: #fff;
}

.qodef-light-header.qodef-header-vertical .qodef-vertical-menu > ul > li.qodef-active-item > a .item_outer .item_text:before,
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu > ul > li.current-menu-ancestor > a .item_outer .item_text:before {
  width: calc(100% + 8px);
}

.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li a {
  color: #000 !important;
}

.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li a:hover .item_outer .item_text:before {
  width: calc(100% + 8px);
}

.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current_page_item > a .item_outer .item_text:before,
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-item > a .item_outer .item_text:before,
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-ancestor > a .item_outer .item_text:before {
  width: calc(100% + 8px);
}

.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu > ul > li.qodef-active-item > a .item_outer .item_text:before,
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu > ul > li.current-menu-ancestor > a .item_outer .item_text:before {
  width: calc(100% + 8px);
}

/* ==========================================================================
   Header Vertical navigation style - end
   ========================================================================== */

.qodef-header-vertical .qodef-vertical-area-widget-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0 0;
  z-index: 100;
}

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

.qodef-header-vertical.qodef-uncover-spinner-preload .qodef-vertical-menu-area-inner > div:not(:first-child) {
  opacity: 0;
}

@-webkit-keyframes qodefShowFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes qodefShowFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.qodef-header-vertical.qodef-uncover-spinner-preload.qodef-uncover-square-animating .qodef-vertical-menu-area-inner > div:nth-child(2) {
  -webkit-animation: qodefShowFromLeft 0.8s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards 0.5s;
  animation: qodefShowFromLeft 0.8s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards 0.5s;
}

.qodef-header-vertical.qodef-uncover-spinner-preload.qodef-uncover-square-animating .qodef-vertical-menu-area-inner > div:nth-child(3) {
  -webkit-animation: qodefShowFromLeft 0.8s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards 0.75s;
  animation: qodefShowFromLeft 0.8s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards 0.75s;
}

.qodef-header-vertical.qodef-uncover-spinner-preload.qodef-uncover-square-animating .qodef-vertical-menu-area-inner > div:nth-child(4) {
  -webkit-animation: qodefShowFromLeft 0.8s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards 1s;
  animation: qodefShowFromLeft 0.8s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards 1s;
}

.qodef-header-vertical.admin-bar .qodef-vertical-menu-area {
  top: 32px;
  height: calc(100% - 32px);
}

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

.qodef-header-vertical.qodef-vertical-header-menu-area-custom .qodef-content,
.qodef-header-vertical.qodef-vertical-header-menu-area-custom footer {
  padding-left: 0;
}

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

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

.qodef-header-vertical .qodef-vertical-menu-area-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.qodef-header-vertical .qodef-vertical-menu-area-inner.qodef-vertical-align-left {
  text-align: left;
}

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

.qodef-header-vertical .qodef-vertical-menu-area-inner.qodef-vertical-align-center .qodef-logo-wrapper img {
  margin: 0 auto;
}

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

.qodef-header-vertical .qodef-logo-wrapper a {
  display: 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;
  transition: opacity 0.3s ease;
}

.qodef-header-vertical .qodef-vertical-area-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 302px;
  height: 100%;
  background-color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, background-color 0.5s ease;
  transition: opacity 0.5s ease, background-color 0.5s ease;
}

.qodef-header-vertical.qodef-header-vertical-shadow-disable .qodef-vertical-area-background {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qodef-header-vertical.qodef-header-vertical-border-disable .qodef-vertical-area-background {
  border: none;
}

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

.qodef-light-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-normal-logo,
.qodef-light-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-dark-logo {
  opacity: 0;
}

.qodef-dark-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-dark-logo {
  opacity: 1;
}

.qodef-dark-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-normal-logo,
.qodef-dark-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-light-logo {
  opacity: 0;
}

/* ==========================================================================
   Header Vertical style - end
   ========================================================================== */

/* ==========================================================================
   Mobile header style - begin
   ========================================================================== */

.qodef-mobile-header {
  position: relative;
  display: none;
  z-index: 110;
  /* #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
    ========================================================================== */
  /* #Mobile menu navigation styles
    ========================================================================== */
  /* #End of mobile menu navigation styles
	========================================================================== */
}

.qodef-mobile-header .qodef-mobile-header-inner {
  position: relative;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #edeff2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-header-holder {
  position: relative;
  z-index: 2;
  height: 100%;
}

.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;
}

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

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

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

.qodef-mobile-header .qodef-mobile-menu-opener a > * {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}

.qodef-mobile-header .qodef-mobile-menu-opener a .qodef-mobile-menu-text {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  padding-left: 5px;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened a {
  color: #50d6ae;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack {
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #000;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack a {
  position: relative;
  top: 50%;
  left: -17px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack a:hover .qodef-mobile-menu-icon {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(80, 214, 174, 0.63);
  box-shadow: 1px 1px 8px 0px rgba(80, 214, 174, 0.63);
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s ease-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon > span {
  position: relative;
  top: 1px;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon * {
  display: block;
  line-height: inherit;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon *:before {
  display: block;
  line-height: inherit;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path .qodef-mobile-menu-icon > * {
  vertical-align: middle;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path .qodef-mobile-menu-icon > *,
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path .qodef-mobile-menu-icon path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined {
  line-height: 1;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines {
  position: relative;
  display: block;
  width: 23px;
  height: 17px;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: currentColor;
  border-radius: 12px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
  top: 0;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
  top: 7px;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
  bottom: 0;
}

.qodef-mobile-header .qodef-mobile-nav {
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #edeff2;
}

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

.qodef-mobile-header .qodef-mobile-nav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-transform: translateZ(0);
}

.qodef-mobile-header .qodef-mobile-nav ul li a,
.qodef-mobile-header .qodef-mobile-nav ul li h6 {
  position: relative;
  display: block;
  padding: 9px 0;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #282828;
  border-bottom: 1px solid #edeff2;
}

.qodef-mobile-header .qodef-mobile-nav ul li a > span,
.qodef-mobile-header .qodef-mobile-nav ul li h6 > span {
  position: relative;
}

.qodef-mobile-header .qodef-mobile-nav ul li a > span:before,
.qodef-mobile-header .qodef-mobile-nav ul li h6 > span:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: 0;
  height: 4px;
  background-color: #50d6ae;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.qodef-mobile-header .qodef-mobile-nav ul li a:hover > span:before,
.qodef-mobile-header .qodef-mobile-nav ul li h6:hover > span:before {
  width: calc(100% + 8px);
}

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

.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-ancestor > a > span:before,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > a > span:before,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-ancestor > h6 > span:before,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > h6 > span:before {
  width: calc(100% + 8px);
}

.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > a,
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > h6 {
  padding-left: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > a > span:before,
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > h6 > span:before {
  width: calc(100% + 8px);
}

.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > .mobile_arrow > .qodef-sub-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: auto;
  padding: 9px 12px 9px 0;
  font-size: 15px;
  line-height: inherit;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .qodef-sub-arrow {
  line-height: 1;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

/* ==========================================================================
   Mobile header style - end
   ========================================================================== */

/* ==========================================================================
   Sticky Mobile header style - begin
   ========================================================================== */

.qodef-sticky-up-mobile-header .qodef-animate-mobile-header .qodef-mobile-header-inner {
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
  -webkit-transition: left 0.2s ease, right 0.2s ease, -webkit-transform 0.4s ease-in-out;
  transition: left 0.2s ease, right 0.2s ease, -webkit-transform 0.4s ease-in-out;
  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 0.4s ease-in-out;
}

.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ==========================================================================
   Sticky Mobile header style - end
   ========================================================================== */

/* ==========================================================================
   Sticky header style - begin
   ========================================================================== */

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

.qodef-sticky-header .qodef-grid {
  height: 100% !important;
}

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

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

.qodef-sticky-header .qodef-sticky-holder {
  position: relative;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  border-bottom: 0 solid transparent;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers {
  padding: 0 40px;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-main-menu {
  width: auto;
  padding: 0 0 0 20px;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-vertical-align-containers .qodef-position-left-inner {
  height: 100%;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right-inner {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-center .qodef-vertical-align-containers .qodef-position-center-inner {
  height: 100%;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right-inner {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-right .qodef-main-menu {
  width: auto;
}

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

.qodef-sticky-header .widget {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

/* ==========================================================================
   Sticky header style - end
   ========================================================================== */

/* ==========================================================================
   Top header style - begin
   ========================================================================== */

.qodef-top-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 46px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: #000;
  z-index: 111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-top-bar > .qodef-vertical-align-containers {
  padding: 0 40px;
}

.qodef-top-bar .qodef-vertical-align-containers .qodef-position-left:before,
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}

.qodef-top-bar .qodef-vertical-align-containers .qodef-position-left-inner,
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-right-inner {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.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-in-grid-padding .qodef-top-bar .qodef-grid .qodef-vertical-align-containers {
  padding: 0 40px;
}

.qodef-top-bar .widget {
  margin: 0;
}

/* ==========================================================================
   Top header style - end
   ========================================================================== */

/* ==========================================================================
   Header styles - end
   ========================================================================== */

/*# sourceMappingURL=header-map.css.map */
/* ==========================================================================
   Search styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
# Search opener - begin
========================================================================== */

.qodef-search-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1;
  margin: 0 10px;
}

.qodef-search-opener .qodef-search-opener-wrapper {
  display: block;
}

.qodef-search-opener .qodef-search-opener-wrapper > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

.qodef-search-opener .qodef-search-opener-wrapper > *:before {
  display: block;
  line-height: inherit;
}

.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper > * {
  vertical-align: middle;
}

.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper > *,
.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener,
.qodef-light-header .qodef-top-bar .qodef-search-opener {
  color: #fff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener:hover,
.qodef-light-header .qodef-top-bar .qodef-search-opener:hover {
  color: #50d6ae !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener,
.qodef-dark-header .qodef-top-bar .qodef-search-opener {
  color: #000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener:hover,
.qodef-dark-header .qodef-top-bar .qodef-search-opener:hover {
  color: #50d6ae !important;
}

/* ==========================================================================
# Search opener - end
========================================================================== */

/* ==========================================================================
# Search template style - begin
========================================================================== */

.qodef-search-page-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 80px;
}

.qodef-search-page-holder .qodef-search-page-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 30px;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-search-title {
  margin: 0 0 20px;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-search-label {
  display: block;
  font-size: 13px;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
  clear: both;
  border-bottom: 1px solid #edeff2;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-column-left {
  display: table-cell;
  vertical-align: top;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-column-right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: top;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px 0 3px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field::-webkit-input-placeholder {
  color: inherit;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field:-ms-input-placeholder {
  color: inherit;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-submit {
  position: relative;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
  color: #282828;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-submit:hover {
  color: #000;
}

.qodef-search-page-holder article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #edeff2;
}

.qodef-search-page-holder article.sticky .qodef-post-title a {
  color: #50d6ae;
}

.qodef-search-page-holder article.page .qodef-post-title-area .qodef-post-info > div.qodef-post-info-category {
  display: none;
}

.qodef-search-page-holder article .qodef-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-search-page-holder article .qodef-post-image {
  display: block;
  float: left;
  width: 130px;
}

.qodef-search-page-holder article .qodef-post-image a,
.qodef-search-page-holder article .qodef-post-image img {
  display: block;
}

.qodef-search-page-holder article .qodef-post-title-area {
  min-height: 130px;
  padding: 0 0 0 150px;
}

.qodef-search-page-holder article .qodef-post-title-area.qodef-no-thumbnail {
  padding: 0;
  min-height: inherit;
}

.qodef-search-page-holder article .qodef-post-title-area .qodef-post-title-area-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-search-page-holder article .qodef-post-title-area .qodef-post-title-area-inner .qodef-post-title {
  margin: 0;
}

.qodef-search-page-holder article .qodef-post-title-area .qodef-post-title-area-inner .qodef-post-excerpt {
  margin: 7px 0 0;
}

.qodef-search-page-holder .qodef-blog-pagination {
  margin: 50px 0 0;
}

/* ==========================================================================
# Search template style - end
========================================================================== */

/* ==========================================================================
# Search covers header - start
========================================================================== */

.qodef-search-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: #000;
  z-index: 115;
}

.qodef-search-cover .qodef-container,
.qodef-search-cover .qodef-container-inner {
  height: 100%;
}

.qodef-fixed-header-appear .qodef-search-cover,
.qodef-sticky-header-appear .qodef-search-cover,
.qodef-mobile-header.mobile-header-appear .qodef-search-cover {
  position: fixed;
}

.qodef-fixed-header-appear.admin-bar .qodef-search-cover,
.qodef-sticky-header-appear.admin-bar .qodef-search-cover,
.admin-bar .qodef-mobile-header.mobile-header-appear .qodef-search-cover {
  top: 32px;
}

.qodef-search-cover .qodef-form-holder-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-search-cover .qodef-form-holder {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}

.qodef-search-cover .qodef-form-holder-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.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 {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0;
  padding: 0;
  float: left;
  font-family: inherit;
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline-offset: 0;
  border-radius: 0;
}

.qodef-search-cover input:focus {
  color: inherit;
}

.qodef-search-cover input::-webkit-input-placeholder {
  color: inherit;
}

.qodef-search-cover input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-cover input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-cover input:-ms-input-placeholder {
  color: inherit;
}

.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 {
  position: absolute;
  right: 24px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-search-cover .qodef-search-close:hover {
  color: #50d6ae;
}

.qodef-search-cover .qodef-search-close.qodef-search-close-icon-pack {
  font-size: 20px;
  line-height: 1em;
}

.qodef-search-cover .qodef-search-close.qodef-search-close-icon-pack * {
  display: block;
  line-height: inherit;
}

.qodef-search-cover .qodef-search-close.qodef-search-close-icon-pack *:before {
  display: block;
  line-height: inherit;
}

.qodef-search-cover .qodef-search-close.qodef-search-close-svg-path > * {
  vertical-align: middle;
}

.qodef-search-cover .qodef-search-close.qodef-search-close-svg-path > *,
.qodef-search-cover .qodef-search-close.qodef-search-close-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-search-cover.disabled input,
.qodef-search-cover.disabled input:focus {
  font-weight: normal;
}

/* ==========================================================================
# Search covers header - end
========================================================================== */

/* ==========================================================================
# Fullscreen search - start
========================================================================== */

/* Fullscreen search general style - start
========================================================================== */

.qodef-fullscreen-with-sidebar-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 0;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-fullscreen-search-table {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-fullscreen-search-cell {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  text-align: center;
  padding: 110px 0 0;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-fullscreen-search-inner:not(.qodef-grid) {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 1501px) {
  .qodef-fullscreen-with-sidebar-search-holder .qodef-fullscreen-search-inner:not(.qodef-grid) {
    width: 1500px;
    margin: 0 auto;
  }
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-form-holder-inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-field-holder {
  display: block;
  position: relative;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-field {
  position: relative;
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 0 0 15px;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 89px;
  color: #d9cac1;
  line-height: 1;
  letter-spacing: -0.02em;
  border-left: 6px solid #d9cac1;
  font-weight: 600;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-field:focus {
  border-bottom: 0;
  color: #000;
  border-color: #000;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-submit {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: auto;
  color: #d9cac1;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-submit.qodef-search-submit-icon-pack {
  font-size: 64px;
  line-height: 1em;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-submit.qodef-search-submit-svg-path > *,
.qodef-fullscreen-with-sidebar-search-holder .qodef-search-submit.qodef-search-submit-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-submit:hover {
  color: #000;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close {
  position: absolute;
  top: 40px;
  right: 75px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close.qodef-search-close-icon-pack {
  font-size: 26px;
  line-height: 1em;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close.qodef-search-close-icon-pack span {
  display: block;
  line-height: inherit;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close.qodef-search-close-icon-pack span:before {
  display: block;
  line-height: inherit;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close.qodef-search-close-svg-path > * {
  vertical-align: middle;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close.qodef-search-close-svg-path > *,
.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close.qodef-search-close-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.admin-bar .qodef-fullscreen-with-sidebar-search-holder .qodef-search-close {
  top: 72px;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-close:hover {
  color: #000;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-fullscreen-sidebar {
  margin: 26px 0 0;
}

/* Fullscreen search general style - end
========================================================================== */

/* Fullscreen search fade style - start
========================================================================== */

.qodef-search-fade .qodef-fullscreen-with-sidebar-search-holder {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 112;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-search-fade .qodef-fullscreen-with-sidebar-search-holder .qodef-fullscreen-search-table {
  background-color: #53f6c6;
}

.qodef-search-fade-out.qodef-search-fade .qodef-fullscreen-with-sidebar-search-holder {
  -webkit-animation: search_fade_out 0.2s ease-out both;
  animation: search_fade_out 0.2s ease-out both;
}

.qodef-search-fade-in.qodef-search-fade .qodef-fullscreen-with-sidebar-search-holder.qodef-animate {
  -webkit-animation: search_fade_in 0.3s ease both;
  animation: search_fade_in 0.3s ease both;
}

.qodef-search-fade .qodef-fullscreen-with-sidebar-search-holder.qodef-animate .qodef-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
========================================================================== */

/* ==========================================================================
# Fullscreen search - end
========================================================================== */

/* ==========================================================================
# Fullscreen search - start
========================================================================== */

/* 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-fullscreen-search-table {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-cell {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.qodef-fullscreen-search-holder .qodef-form-holder-inner {
  position: relative;
  width: 60%;
  margin: auto;
}

.qodef-fullscreen-search-holder .qodef-form-holder-inner .qodef-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #edeff2;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.qodef-fullscreen-search-opened .qodef-fullscreen-search-holder .qodef-form-holder-inner .qodef-line {
  width: 100%;
  -webkit-transition: width 0.5s ease 0.6s;
  transition: width 0.5s ease 0.6s;
}

.qodef-fullscreen-search-holder .qodef-form-holder-inner .qodef-search-info-top .qodef-search-tagline {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
  color: #50d6ae;
}

.qodef-fullscreen-search-holder .qodef-form-holder-inner .qodef-search-info-top .qodef-search-title {
  font-size: 60px;
  margin: 0 0 51px;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner {
  width: calc(100% - 202px);
  padding: 13px 0;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
  box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
}

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-search-holder .qodef-search-form-inner {
    width: 100%;
  }
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: calc(100% - 170px);
  margin: 0;
  padding: 17px 38px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  border: 0;
  border-right: 2px solid #50d6ae;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field:focus {
  color: #000;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field::-webkit-input-placeholder {
  color: inherit;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field:-ms-input-placeholder {
  color: inherit;
}

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field {
    padding: 17px 28px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field {
    width: calc(100% - 100px);
    padding: 17px 14px;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-field {
    width: calc(100% - 80px);
    padding: 17px 4px;
  }
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
  padding: 17px 38px;
  width: 170px;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #282828;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit {
    padding: 17px 28px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit {
    width: 100px;
    padding: 17px 14px;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit {
    width: 80px;
    padding: 17px 4px;
  }
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit:hover {
  color: #50d6ae;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit.qodef-search-submit-icon-pack {
  font-size: 13px;
}

.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit.qodef-search-submit-svg-path > *,
.qodef-fullscreen-search-holder .qodef-search-form-inner .qodef-search-submit.qodef-search-submit-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-fullscreen-search-holder .qodef-search-close {
  position: absolute;
  top: 13px;
  right: 23px;
  color: #282828;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-search-close {
  top: 52px;
}

.qodef-fullscreen-search-holder .qodef-search-close:hover {
  color: #000;
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-icon-pack {
  font-size: 48px;
  line-height: 1em;
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-icon-pack * {
  display: block;
  line-height: inherit;
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-icon-pack *:before {
  display: block;
  line-height: inherit;
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-svg-path > * {
  vertical-align: middle;
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-svg-path > *,
.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

/* 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: 112;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-search-fade .qodef-fullscreen-search-holder .qodef-fullscreen-search-table {
  background-color: rgba(255, 255, 255, 0.98);
}

.qodef-search-fade-out.qodef-search-fade .qodef-fullscreen-search-holder {
  -webkit-animation: search_fade_out 0.2s ease-out both;
  animation: search_fade_out 0.2s ease-out both;
}

.qodef-search-fade-in.qodef-search-fade .qodef-fullscreen-search-holder.qodef-animate {
  -webkit-animation: search_fade_in 0.3s ease both;
  animation: search_fade_in 0.3s ease both;
}

.qodef-search-fade .qodef-fullscreen-search-holder.qodef-animate .qodef-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
========================================================================== */

/* ==========================================================================
# Fullscreen search - end
========================================================================== */

/* ==========================================================================
# Slide From Header Bottom search general style - start
========================================================================== */

.qodef-slide-from-header-bottom-holder {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  display: none;
  padding: 25px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #edeff2;
  overflow: hidden;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-fixed-header-appear .qodef-slide-from-header-bottom-holder,
.qodef-sticky-header-appear .qodef-slide-from-header-bottom-holder,
.qodef-mobile-header.mobile-header-appear .qodef-slide-from-header-bottom-holder {
  position: fixed;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #edeff2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-field,
.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
  height: 44px;
  line-height: 42px;
  color: #282828;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-field {
  width: calc(100% - 40px);
  padding: 0 10px 0 20px;
  font-family: inherit;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-field:focus {
  color: #000;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit {
  width: 40px;
  padding: 0 12px 0 0;
  cursor: pointer;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit:hover {
  color: #000;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit.qodef-search-submit-icon-pack {
  font-size: 15px;
  line-height: 1em;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit.qodef-search-submit-icon-pack * {
  display: block;
  line-height: inherit;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit.qodef-search-submit-icon-pack *:before {
  display: block;
  line-height: inherit;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit.qodef-search-submit-svg-path > * {
  vertical-align: middle;
}

.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit.qodef-search-submit-svg-path > *,
.qodef-slide-from-header-bottom-holder .qodef-form-holder .qodef-search-submit.qodef-search-submit-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

/* ==========================================================================
# Slide From Header Bottom search general style - end
========================================================================== */

/* ==========================================================================
# Slide From Window top search general style - start
========================================================================== */

.qodef-search-slides-from-window-top .qodef-top-bar,
.qodef-search-slides-from-window-top .qodef-page-header,
.qodef-search-slides-from-window-top .qodef-fixed-wrapper.fixed,
.qodef-search-slides-from-window-top .qodef-mobile-header {
  top: 0;
  -webkit-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
}

.qodef-search-slides-from-window-top.qodef-search-open .qodef-top-bar,
.qodef-search-slides-from-window-top.qodef-search-open .qodef-page-header,
.qodef-search-slides-from-window-top.qodef-search-open .qodef-fixed-wrapper.fixed,
.qodef-search-slides-from-window-top.qodef-search-open .qodef-mobile-header {
  top: 50px;
}

.qodef-search-slides-from-window-top.qodef-search-open .qodef-search-slide-window-top {
  height: 50px;
}

.qodef-search-slides-from-window-top.qodef-search-open.qodef-sticky-up-mobile-header .qodef-animate-mobile-header .qodef-mobile-header-inner,
.qodef-search-slides-from-window-top.qodef-search-open .qodef-sticky-header.header-appear {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.qodef-search-slides-from-window-top.qodef-search-open.admin-bar.qodef-sticky-up-mobile-header .qodef-animate-mobile-header .qodef-mobile-header-inner,
.qodef-search-slides-from-window-top.qodef-search-open.admin-bar .qodef-sticky-header.header-appear {
  -webkit-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
}

.qodef-search-slide-window-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  z-index: 201;
  -webkit-transition: top 0.25s ease-out, height 0.25s ease-out;
  transition: top 0.25s ease-out, height 0.25s ease-out;
}

.admin-bar .qodef-search-slide-window-top {
  top: 32px;
}

.qodef-search-slide-window-top .qodef-grid .qodef-search-form-inner {
  padding: 0;
}

.qodef-search-slide-window-top .qodef-search-form-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-search-slide-window-top .qodef-search-submit {
  color: #fff;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 40px;
}

.qodef-search-slide-window-top .qodef-search-submit.qodef-search-submit-icon-pack {
  font-size: 14px;
  line-height: 1;
}

.qodef-search-slide-window-top .qodef-search-submit.qodef-search-submit-icon-pack > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.qodef-search-slide-window-top .qodef-search-submit.qodef-search-submit-svg-path > * {
  vertical-align: middle;
}

.qodef-search-slide-window-top .qodef-search-submit.qodef-search-submit-svg-path > *,
.qodef-search-slide-window-top .qodef-search-submit.qodef-search-submit-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-search-slide-window-top .qodef-search-close {
  color: #fff;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 40px;
}

.qodef-search-slide-window-top .qodef-search-close.qodef-search-close-icon-pack {
  font-size: 20px;
  line-height: 1em;
}

.qodef-search-slide-window-top .qodef-search-close.qodef-search-close-icon-pack span {
  display: block;
  line-height: inherit;
}

.qodef-search-slide-window-top .qodef-search-close.qodef-search-close-icon-pack span:before {
  display: block;
  line-height: inherit;
}

.qodef-search-slide-window-top .qodef-search-close.qodef-search-close-svg-path > * {
  vertical-align: middle;
}

.qodef-search-slide-window-top .qodef-search-close.qodef-search-close-svg-path > *,
.qodef-search-slide-window-top .qodef-search-close.qodef-search-close-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-search-slide-window-top .qodef-swt-search-field {
  padding: 0 30px;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-search-slide-window-top .qodef-swt-search-field:focus {
  color: #fff;
}

/* ==========================================================================
# Slide From Window top search general style - end
========================================================================== */

/* ==========================================================================
   Search styles - end
   ========================================================================== */

/*# sourceMappingURL=search-map.css.map */
/* ==========================================================================
   Side area styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
# Side area style - begin
========================================================================== */

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack {
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack.opened .qodef-side-menu-icon,
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack:hover .qodef-side-menu-icon,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack.opened .qodef-side-menu-icon,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack:hover .qodef-side-menu-icon {
  background-color: #fff;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon {
  background-color: #fff;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack),
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack) {
  color: #fff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack).opened,
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack):hover,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack).opened,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack):hover {
  color: #50d6ae !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack {
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack.opened .qodef-side-menu-icon,
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack:hover .qodef-side-menu-icon,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack.opened .qodef-side-menu-icon,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack:hover .qodef-side-menu-icon {
  background-color: #fff;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon {
  background-color: #fff;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack),
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack) {
  color: #000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack).opened,
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack):hover,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack).opened,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener:not(.qodef-side-menu-button-opener-icon-pack):hover {
  color: #50d6ae !important;
}

.qodef-side-menu-button-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-side-menu-button-opener .qodef-side-menu-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  color: currentColor;
}

.qodef-side-menu-button-opener .qodef-side-menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack {
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #000;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack.opened,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack:hover {
  color: #50d6ae;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(80, 214, 174, 0.63);
  box-shadow: 1px 1px 8px 0px rgba(80, 214, 174, 0.63);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon:hover {
  -webkit-box-shadow: 1px 1px 10px 2px rgba(80, 214, 174, 0.63);
  box-shadow: 1px 1px 10px 2px rgba(80, 214, 174, 0.63);
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon * {
  display: block;
  line-height: inherit;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon *:before {
  display: block;
  line-height: inherit;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path.opened,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path:hover {
  color: #50d6ae;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon > * {
  vertical-align: middle;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon > *,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined {
  line-height: 1;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined.opened,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined:hover {
  color: #50d6ae;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines {
  position: relative;
  display: block;
  width: 23px;
  height: 17px;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: currentColor;
  border-radius: 12px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
  top: 0;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
  top: 7px;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
  bottom: 0;
}

.qodef-side-menu {
  position: fixed;
  top: 0;
  right: -396px;
  width: 396px;
  height: 100%;
  min-height: 100%;
  padding: 75px 50px 36px;
  background-color: #000;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-menu a.qodef-close-side-menu {
  position: absolute;
  top: 33px;
  right: 52px;
  display: block;
  z-index: 1000;
  color: #50d6ae;
}

.qodef-side-menu a.qodef-close-side-menu:hover {
  color: #50d6ae;
}

.admin-bar .qodef-side-menu a.qodef-close-side-menu {
  top: 68px;
}

.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack {
  font-size: 25px;
}

.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack * {
  display: block;
  line-height: inherit;
}

.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack *:before {
  display: block;
  line-height: inherit;
}

.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path > * {
  vertical-align: middle;
}

.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path > *,
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

/* ==========================================================================
# Side area style - end
========================================================================== */

/* ==========================================================================
# Side area slides over content style - begin
========================================================================== */

.qodef-right-side-menu-opened .qodef-wrapper,
.qodef-right-side-menu-opened footer.qodef-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: 0;
}

.qodef-side-menu-slide-from-right .qodef-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 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;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, z-index 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: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-menu-slide-from-right footer.qodef-footer-uncover {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened .qodef-cover {
  z-index: 1002;
  opacity: 1;
}

.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened .qodef-side-menu {
  right: 0;
  visibility: visible;
}

/* ==========================================================================
# Side area slides over content style - end
========================================================================== */

/* ==========================================================================
# Side area uncovering - begin
========================================================================== */

.qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-wrapper,
.qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened footer.qodef-footer-uncover,
.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,
.qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .mobile-header-appear .qodef-mobile-header-inner {
  left: -405px;
}

.qodef-side-area-uncovered-from-content .qodef-side-menu {
  right: 0;
  z-index: 90;
}

.qodef-side-area-uncovered-from-content .qodef-sticky-header,
.qodef-side-area-uncovered-from-content .qodef-fixed-wrapper.fixed {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

/* ==========================================================================
# Side area uncovering - end
========================================================================== */

/* ==========================================================================
# Side area slides with content style - begin
========================================================================== */

.qodef-side-menu-slide-with-content {
  overflow-x: hidden;
  position: relative;
  left: 0;
  -webkit-overflow-scrolling: auto !important;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-menu-slide-with-content .qodef-side-menu {
  visibility: visible;
}

.qodef-side-menu-slide-with-content footer.qodef-footer-uncover,
.qodef-side-menu-slide-with-content .qodef-wrapper {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.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: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-wrapper,
.qodef-side-menu-slide-with-content.qodef-side-menu-open footer.qodef-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: -405px;
}

.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-side-menu {
  right: 0;
}

/* ==========================================================================
# Side area slides with content style - end
========================================================================== */

/* ==========================================================================
# Side area responsive style - begin
========================================================================== */

@media only screen and (max-width: 1440px) {
  .qodef-side-menu-slide-from-right .qodef-side-menu {
    padding: 65px 40px 30px 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-side-menu-slide-from-right .qodef-side-menu {
    padding: 60px 42px 30px 41px;
  }
}

/* ==========================================================================
# Side area style - end
========================================================================== */

/* ==========================================================================
   Side area styles - end
   ========================================================================== */

/*# sourceMappingURL=sidearea-map.css.map */
/* ==========================================================================
   Subscribe Popup styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
# Subscribe Pop-up style - begin
========================================================================== */

.qodef-subscribe-popup-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out 0.1s, visibility 0s 0.4s;
  transition: opacity 0.2s ease-out 0.1s, visibility 0s 0.4s;
}

.qodef-subscribe-popup-holder .qodef-sp-shader {
  position: fixed;
  top: 0;
  left: 0;
  width: 110%;
  height: 130%;
  z-index: 1;
  -webkit-transform-style: flat;
  transform-style: flat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.qodef-subscribe-popup-holder .qodef-sp-table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.75);
}

.qodef-subscribe-popup-holder .qodef-sp-table-cell {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.qodef-subscribe-popup-holder .qodef-sp-inner {
  display: table;
  margin: 0 auto;
  width: 49%;
  min-height: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  -webkit-transition: opacity 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  transition: opacity 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

@media only screen and (max-width: 1440px) {
  .qodef-subscribe-popup-holder .qodef-sp-inner {
    width: 70%;
  }
}

.qodef-subscribe-popup-holder .qodef-sp-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  color: #000;
}

.qodef-subscribe-popup-holder .qodef-sp-close:hover {
  color: #282828;
}

.qodef-subscribe-popup-holder .qodef-sp-close svg {
  stroke: currentColor;
  fill: currentColor;
}

.qodef-subscribe-popup-holder .qodef-sp-content-container {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 60px;
  text-align: left;
}

.qodef-subscribe-popup-holder .qodef-sp-background {
  display: table-cell;
  width: 39%;
  background-size: cover;
}

.qodef-subscribe-popup-holder .qodef-sp-title {
  position: relative;
  margin-bottom: 51px;
}

.qodef-subscribe-popup-holder .qodef-sp-title:after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 0;
  height: 3px;
  width: 37px;
  background-color: currentColor;
}

.qodef-subscribe-popup-holder .qodef-sp-subtitle {
  margin-bottom: 28px;
}

.qodef-subscribe-popup-holder .wpcf7 {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.qodef-subscribe-popup-holder .qodef-sp-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-top: 28px;
  text-align: right;
}

.qodef-subscribe-popup-holder .qodef-sp-prevent-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.qodef-subscribe-popup-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.qodef-subscribe-popup-holder .qodef-sp-prevent-input {
  margin: 1px 1px 0 0;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-subscribe-popup-holder .qodef-sp-prevent-input svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.qodef-subscribe-popup-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}

.qodef-subscribe-popup-holder .qodef-sp-prevent-label {
  font-size: 13px;
}

/* Popup open/close style */

.qodef-sp-opened .qodef-subscribe-popup-holder {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-sp-opened .qodef-subscribe-popup-holder .qodef-sp-inner {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96), -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}

/* ==========================================================================
# Subscribe Pop-up style - end
========================================================================== */

/* ==========================================================================
   Subscribe Popup styles - end
   ========================================================================== */

/*# sourceMappingURL=popup-map.css.map */
/* ==========================================================================
   Event List styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Event Single style - begin
   ========================================================================== */

.qodef-ttevent-single .qodef-ttevent-single-subtitle {
  font-family: "Rubik", sans-serif;
  line-height: 30px;
  letter-spacing: .1em;
  font-style: italic;
  color: #50d6ae;
}

.qodef-ttevent-single .qodef-ttevent-single-subtitle:before {
  content: '<';
}

.qodef-ttevent-single .qodef-ttevent-single-subtitle:after {
  content: '/>';
}

.qodef-ttevent-single .qodef-ttevent-single-title {
  margin: 0 0 16px;
}

@media only screen and (min-width: 481px) {
  .qodef-ttevent-single .qodef-event-heading .qodef-event-image {
    margin: 167px 0 47px;
  }
}

.qodef-ttevent-single .qodef-event-heading .qodef-event-type-id {
  position: absolute;
  top: 90px;
  left: -125px;
  width: 140px;
  height: 140px;
}

@media only screen and (max-width: 480px) {
  .qodef-ttevent-single .qodef-event-heading .qodef-event-type-id {
    display: none;
  }
}

.qodef-ttevent-single .qodef-event-heading .qodef-event-icon-holder {
  display: table;
  table-layout: fixed;
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
  text-align: center;
  background-color: #53f6c6;
  z-index: 1;
}

.qodef-ttevent-single .qodef-event-heading .qodef-event-icon {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 24px;
}

/* ==========================================================================
   Event Single style - end
   ========================================================================== */

.tt_tabs .tt_navigation_cell {
  margin: 0 0 10px !important;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .tt_tabs .tt_navigation_cell {
    border-bottom: 1px solid #edeff2;
  }
}

.tt_tabs .tt_navigation_cell .tt_tabs_navigation {
  width: 100% !important;
}

.tt_tabs .tt_tabs_navigation {
  margin: 0 0 9px;
}

.tt_tabs .tt_tabs_navigation li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 5px 14px !important;
}

@media only screen and (max-width: 680px) {
  .tt_tabs .tt_tabs_navigation li {
    display: block;
    margin: 0 0 15px !important;
  }
}

.tt_tabs .tt_tabs_navigation li a {
  position: relative;
  padding: 0 !important;
  margin: 0 25px !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  color: #000 !important;
  background-color: transparent;
  border: 0 !important;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .23s !important;
  transition: all .23s !important;
}

@media only screen and (max-width: 1024px) {
  .tt_tabs .tt_tabs_navigation li a {
    margin: 0 17px !important;
  }
}

@media only screen and (max-width: 680px) {
  .tt_tabs .tt_tabs_navigation li a {
    display: inline-block;
    margin: 0 !important;
  }
}

.tt_tabs .tt_tabs_navigation li a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: calc(100% + 8px);
  height: 4px;
  background-color: #53f6c6;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.tt_tabs .tt_tabs_navigation li:first-child a {
  margin-left: 0 !important;
}

.tt_tabs .tt_tabs_navigation .ui-tabs-active a:before,
.tt_tabs .tt_tabs_navigation li a:hover:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

table.tt_timetable {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px dashed #e5e5e5;
}

table.tt_timetable tr,
table.tt_timetable td {
  border-style: dashed;
}

table.tt_timetable thead tr {
  border: 1px dashed #e5e5e5;
}

table.tt_timetable thead tr.row_gray {
  background-color: transparent !important;
}

table.tt_timetable thead th {
  width: 22%;
  height: 58px;
  padding: 0 26px;
  border-right: 1px dashed #e5e5e5 !important;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle !important;
}

table.tt_timetable thead th:first-child {
  width: 8%;
}

table.tt_timetable thead th:last-child {
  border-right: 0 !important;
}

table.tt_timetable tbody tr {
  border-bottom: 1px dashed #e5e5e5;
}

table.tt_timetable tbody tr:last-child {
  border-bottom: none;
}

table.tt_timetable tbody tr.row_gray {
  background: transparent !important;
}

table.tt_timetable tbody tr .tt_tooltip .tt_tooltip_content {
  margin: 0 27px;
  padding: 12px 10px !important;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  border-radius: 0 !important;
  background-color: #50d6ae !important;
}

table.tt_timetable tbody tr .tt_tooltip .tt_tooltip_content:before {
  content: '<';
}

table.tt_timetable tbody tr .tt_tooltip .tt_tooltip_content:after {
  content: '/>';
}

table.tt_timetable tbody tr .tt_tooltip .tt_tooltip_content a {
  display: none;
}

table.tt_timetable tbody tr .tt_tooltip .tt_tooltip_arrow {
  border-width: 8px 8px 0;
  border-color: #50d6ae transparent !important;
  top: 12px;
}

table.tt_timetable tbody tr .tt_tooltip .tt_tooltip_text {
  top: -51px !important;
  left: 0 !important;
  width: auto !important;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  -webkit-transition: opacity 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

table.tt_timetable tbody tr .tt_tooltip:hover .tt_tooltip_text {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

table.tt_timetable tbody td {
  width: 8% !important;
  color: #000;
  font-size: 18px;
  text-align: center;
  vertical-align: middle !important;
  border-right: 1px dashed #e5e5e5 !important;
}

table.tt_timetable tbody td.tt_hours_column {
  font-weight: 700;
}

table.tt_timetable .event {
  background: none !important;
  vertical-align: middle;
}

table.tt_timetable .event .event_header {
  margin: 0 0 3px;
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .025em;
}

table.tt_timetable .event .event_header:hover {
  color: #000 !important;
  text-decoration: none;
}

table.tt_timetable .event .event_container {
  padding: 20px 26px 16px;
}

table.tt_timetable .event .event_container.tt_tooltip:hover {
  background-color: transparent;
}

table.tt_timetable .event .before_hour_text,
table.tt_timetable .event .after_hour_text {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
  color: #50d6ae;
}

table.tt_timetable .event .before_hour_text:before,
table.tt_timetable .event .before_hour_text:after,
table.tt_timetable .event .after_hour_text:before,
table.tt_timetable .event .after_hour_text:after {
  display: inline-block;
}

table.tt_timetable .event .before_hour_text:before,
table.tt_timetable .event .after_hour_text:before {
  content: '<';
}

table.tt_timetable .event .before_hour_text:after,
table.tt_timetable .event .after_hour_text:after {
  content: '/>';
}

table.tt_timetable .event .before_hour_text {
  margin: 4px 0 2px;
}

table.tt_timetable .event .after_hour_text {
  margin: 2px 0 0;
}

table.tt_timetable .event .top_hour,
table.tt_timetable .event .bottom_hour {
  display: inline-block;
  font-weight: 400;
  color: #282828;
}

table.tt_timetable .event .top_hour .hours,
table.tt_timetable .event .bottom_hour .hours {
  color: inherit !important;
  font-size: 14px;
  font-weight: inherit;
}

table.tt_timetable .event .top_hour {
  margin: 0;
}

table.tt_timetable .event .bottom_hour {
  margin: 0 0 0 5px;
}

table.tt_timetable .event .bottom_hour:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}

table.tt_timetable .event a {
  color: #50d6ae !important;
  font-size: 18px;
  font-weight: inherit;
}

table.tt_timetable .event a:hover {
  color: #000 !important;
  text-decoration: none;
}

table.tt_timetable .event hr {
  display: none;
}

/* ==========================================================================
   Event List shortcode style - begin
   ========================================================================== */

.qodef-event-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-event-list-holder .qodef-eli-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-event-list-holder.qodef-el-table .qodef-el-wrapper {
  padding: 0 10px;
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-content-inner {
  position: relative;
  display: table;
}

.qodef-event-list-holder.qodef-el-table .qodef-el-item {
  width: 100%;
  margin: 0;
  padding: 0 45px 0 65px;
  vertical-align: middle;
}

.qodef-event-list-holder.qodef-el-table .qodef-el-item:nth-child(2n+1) {
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #181818), to(#000000));
  background: linear-gradient(to right, #000000 0%, #181818 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-title {
  width: 40%;
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-info-time {
  width: 25%;
  color: #838383;
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-info-author {
  width: 35%;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  letter-spacing: .1em;
  color: #50d6ae;
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-info-author .qodef-eli-info-label:before {
  content: '<';
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-info-author .qodef-eli-info-label:after {
  content: '/>';
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-title,
.qodef-event-list-holder.qodef-el-table .qodef-btn.qodef-btn-simple {
  color: #fff;
}

.qodef-event-list-holder.qodef-el-table .qodef-eli-title,
.qodef-event-list-holder.qodef-el-table .qodef-eli-info-time,
.qodef-event-list-holder.qodef-el-table .qodef-eli-info-author,
.qodef-event-list-holder.qodef-el-table .qodef-eli-info-button {
  position: relative;
  display: table-cell;
  height: 74px;
  padding-right: 20px;
  vertical-align: middle;
}

.qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-el-item {
  padding: 0 90px 0 110px;
}

.qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-title {
  width: 34.2%;
}

.qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-time {
  width: 25.6%;
}

.qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-author {
  width: 27.8%;
}

.qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-button {
  width: 12.4%;
}

.qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-button .qodef-btn.qodef-btn-simple:hover {
  color: #fff !important;
}

/* ==========================================================================
# Event list responsive style - begin
========================================================================== */

@media only screen and (max-width: 768px) {
  .qodef-event-list-holder .qodef-eli-image,
  .qodef-event-list-holder .qodef-eli-content {
    display: block;
  }

  .qodef-event-list-holder .qodef-eli-image {
    height: auto;
  }

  .qodef-event-list-holder.qodef-el-table .qodef-el-item {
    padding: 0 20px;
  }
}

/* ==========================================================================
# Event list responsive style - end
========================================================================== */

/* ==========================================================================
   Event List shortcode style - end
   ========================================================================== */

/* ==========================================================================
# Event list responsive style - begin
========================================================================== */

@media only screen and (max-width: 1024px) {
  .qodef-event-list-holder.qodef-el-table .qodef-el-item,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-el-item {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-event-list-holder .qodef-eli-image,
  .qodef-event-list-holder .qodef-eli-content {
    display: block;
  }

  .qodef-event-list-holder .qodef-eli-image {
    height: auto;
  }

  .qodef-event-list-holder.qodef-el-table .qodef-eli-title,
  .qodef-event-list-holder.qodef-el-table .qodef-eli-info-time,
  .qodef-event-list-holder.qodef-el-table .qodef-eli-info-author,
  .qodef-event-list-holder.qodef-el-table .qodef-eli-info-button,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-title,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-time,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-author,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-button {
    font-size: 14px;
    letter-spacing: 0;
  }

  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-button {
    padding-right: 0;
  }

  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-button .qodef-btn-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-event-list-holder.qodef-el-table .qodef-eli-title,
  .qodef-event-list-holder.qodef-el-table .qodef-eli-info-time,
  .qodef-event-list-holder.qodef-el-table .qodef-eli-info-author,
  .qodef-event-list-holder.qodef-el-table .qodef-eli-info-button,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-title,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-time,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-author,
  .qodef-event-list-holder.qodef-el-table.qodef-el-has-button .qodef-eli-info-button {
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0;
    padding: 0;
    text-align: center;
  }
}

/* ==========================================================================
# Event list responsive style - end
========================================================================== */

/* ==========================================================================
   Timetable Items List shortcode style - begin
   ========================================================================== */

.qodef-timetable-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 70px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.qodef-timetable-list.qodef-tl-has-border {
  border: 1px dashed #e5e5e5;
}

.qodef-timetable-list.qodef-tl-minimalistic {
  padding: 30px 56px 35px;
  border-radius: 5px;
  background: transparent;
}

@media only screen and (max-width: 680px) {
  .qodef-timetable-list.qodef-tl-minimalistic {
    padding: 30px 25px 35px;
  }
}

.qodef-timetable-list.qodef-tl-minimalistic .qodef-timetable-list-item .qodef-tli-title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -.025em;
  font-weight: 600;
}

.qodef-timetable-list.qodef-tl-minimalistic .qodef-timetable-list-item .qodef-tli-content {
  margin: 0;
}

.qodef-timetable-list.qodef-tl-minimalistic .qodef-timetable-list-item .qodef-tli-link {
  font-family: "Rubik", sans-serif;
  font-style: italic;
  letter-spacing: .14em;
  color: #50d6ae;
}

.qodef-timetable-list.qodef-tl-minimalistic .qodef-timetable-list-item .qodef-tli-link:before {
  content: '<';
}

.qodef-timetable-list.qodef-tl-minimalistic .qodef-timetable-list-item .qodef-tli-link:after {
  content: '/>';
}

.qodef-timetable-list.qodef-tl-minimalistic.light {
  border-color: #fff;
}

.qodef-timetable-list.qodef-tl-minimalistic.light .qodef-tli-link {
  color: #50d6ae;
}

.qodef-timetable-list.qodef-tl-minimalistic.light .qodef-tli-link:hover {
  color: #fff;
}

.qodef-timetable-list.qodef-tl-minimalistic.light .qodef-tli-title,
.qodef-timetable-list.qodef-tl-minimalistic.light .qodef-tli-content {
  color: #fff;
}

.qodef-timetable-list .qodef-tl-heading .qodef-tl-subtitle {
  font-style: italic;
  color: #50d6ae;
}

.qodef-timetable-list .qodef-tl-heading .qodef-tl-subtitle:before {
  content: '<';
}

.qodef-timetable-list .qodef-tl-heading .qodef-tl-subtitle:after {
  content: '/>';
}

.qodef-timetable-list .qodef-tl-heading .qodef-tl-title {
  margin: 4px 0 48px;
}

.qodef-timetable-list .qodef-timetable-list-item .qodef-tli-content {
  margin: 8px 0 28px;
}

.qodef-timetable-list .qodef-timetable-list-item:last-child .qodef-tli-content {
  margin-bottom: 0;
}

/* ==========================================================================
   Timetable Items List shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Timetable Items List shortcode responsive style - begin
   ========================================================================== */

@media only screen and (max-width: 680px) {
  .qodef-timetable-list {
    margin: 10px 0;
    padding: 35px 15px;
  }

  .qodef-timetable-list .qodef-tl-wrapper .qodef-tl-heading .qodef-tl-title {
    margin: 4px 0 28px;
  }
}

/* ==========================================================================
   Timetable Items List shortcode responsive style - end
   ========================================================================== */

/* ==========================================================================
   Event List styles - end
   ========================================================================== */

/*# sourceMappingURL=timetable-map.css.map */
/* ==========================================================================
   Title styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Title style - begin
   ========================================================================== */

.qodef-title-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 240px;
  background-color: #f6f6f6;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 101;
}

.qodef-title-holder.qodef-title-full-width .qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-title-holder.qodef-bg-responsive {
  height: auto !important;
}

.qodef-title-holder.qodef-bg-responsive .qodef-title-image {
  display: block;
}

.qodef-title-holder.qodef-bg-responsive .qodef-title-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-title-holder.qodef-bg-parallax {
  background-attachment: fixed;
}

.qodef-title-holder span.qodef-page-subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: .1em;
}

.qodef-title-holder .qodef-title-image {
  display: none;
}

.qodef-title-holder .qodef-title-image img {
  display: block;
  width: 100%;
}

.qodef-title-holder .qodef-title-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-title-holder .qodef-title-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

/* ==========================================================================
   Title style - end
   ========================================================================== */

/* ==========================================================================
   Breadcrumbs Title type style - begin
   ========================================================================== */

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-style: italic;
  letter-spacing: .1em;
  color: #282828;
}

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a:hover {
  color: inherit;
  opacity: 0.9;
}

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a,
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a.qodef-delimiter,
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs span.qodef-delimiter {
  margin: 0 8px;
}

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a.qodef-current,
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs span.qodef-current {
  color: #50d6ae;
}

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a:hover {
  color: #000;
}

/* ==========================================================================
   Breadcrumbs Title type style - end
   ========================================================================== */

/* ==========================================================================
   Centered Title type style - begin
   ========================================================================== */

.qodef-title-holder.qodef-centered-type .qodef-title-inner {
  text-align: center;
}

.qodef-title-holder.qodef-centered-type .qodef-page-title {
  margin: 0;
}

.qodef-title-holder.qodef-centered-type .qodef-page-subtitle {
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Centered Title type style - end
   ========================================================================== */

/* ==========================================================================
   Standard With Breadcrumbs Title type style - begin
   ========================================================================== */

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info,
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs-info {
  display: table-cell;
  vertical-align: middle;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info {
  width: 99%;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs-info {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-page-title {
  margin: 0;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-page-subtitle {
  margin: 0;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-style: italic;
  letter-spacing: .1em;
  color: #282828;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a:hover {
  color: inherit;
  opacity: 0.9;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a,
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a.qodef-delimiter,
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs span.qodef-delimiter {
  margin: 0 8px;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a.qodef-current,
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs span.qodef-current {
  color: #50d6ae;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a:hover {
  color: #000;
}

/* ==========================================================================
   Standard With Breadcrumbs Title type style - end
   ========================================================================== */

/* ==========================================================================
   Standard Title type style - begin
   ========================================================================== */

.qodef-title-holder.qodef-standard-type .qodef-page-title {
  margin: 0;
}

.qodef-title-holder.qodef-standard-type .qodef-page-subtitle {
  margin: 0;
}

/* ==========================================================================
   Standard Title type style - end
   ========================================================================== */

/* ==========================================================================
   Title styles - end
   ========================================================================== */

/*# sourceMappingURL=title-map.css.map */
/* ==========================================================================
   Author Info widget style - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

.qodef-author-info-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-author-info-widget .qodef-aiw-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-author-info-widget .qodef-aiw-image img {
  display: block;
}

.qodef-author-info-widget .qodef-aiw-title {
  position: absolute;
  bottom: 33px;
  right: 26px;
  padding: 32px 12px;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -.025em;
  color: #000;
  background-color: rgba(80, 214, 174, 0.7);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-author-info-widget .qodef-aiw-title a,
.qodef-author-info-widget .qodef-aiw-title a:hover {
  color: inherit;
}

.qodef-author-info-widget .qodef-aiw-title.qodef-aiw-title-light-skin {
  color: #fff;
}

.qodef-author-info-widget .qodef-aiw-text {
  display: block;
  margin: 25px 0 0;
}

/* ==========================================================================
   Author Info widget style - end
   ========================================================================== */

/*# sourceMappingURL=author-info-widget-map.css.map */
/* ==========================================================================
   Author Info widget style - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

.qodef-side-menu .qodef-blog-list-widget .qodef-blog-list-holder.qodef-bl-simple .qodef-bli-text .qodef-post-info-date a:hover,
.qodef-footer-top-holder .qodef-blog-list-widget .qodef-blog-list-holder.qodef-bl-simple .qodef-bli-text .qodef-post-info-date a:hover {
  color: #fff;
}

.qodef-side-menu .qodef-blog-list-widget .qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover,
.qodef-footer-top-holder .qodef-blog-list-widget .qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover {
  color: #fff;
}

/* ==========================================================================
   Author Info widget style - end
   ========================================================================== */

/*# sourceMappingURL=blog-list-widget-map.css.map */
/* ==========================================================================
   Custom Font widget style - begin
   ========================================================================== */

.widget.qodef-custom-font-widget {
  margin: 0;
}

.widget.qodef-custom-font-widget > * {
  margin: 0;
}

/* ==========================================================================
   Custom Font widget style - end
   ========================================================================== */

/*# sourceMappingURL=custom-font-widget-map.css.map */
/* ==========================================================================
   Custom Svg Icon widget style - begin
   ========================================================================== */

.qodef-custom-svg-icon-widget-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1.1;
}

.qodef-light-header .qodef-custom-svg-icon-widget-holder {
  color: #fff;
}

.qodef-light-header .qodef-custom-svg-icon-widget-holder:hover {
  color: #50d6ae;
}

.qodef-dark-header .qodef-custom-svg-icon-widget-holder {
  color: #000;
}

.qodef-dark-header .qodef-custom-svg-icon-widget-holder:hover {
  color: #50d6ae;
}

.qodef-custom-svg-icon-widget-holder > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.qodef-custom-svg-icon-widget-holder > * * {
  fill: currentColor;
}

/* ==========================================================================
   Custom Svg Icon widget style - end
   ========================================================================== */

/*# sourceMappingURL=custom-svg-icon-widget-map.css.map */
/* ==========================================================================
   Icon widget style - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

.qodef-icon-widget-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.qodef-icon-widget-holder > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.qodef-icon-widget-holder .qodef-icon-text {
  padding: 0 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #000;
}

.qodef-icon-widget-holder .qodef-icon-text.qodef-no-icon {
  padding: 0;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder {
  color: #000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder:hover {
  color: #50d6ae !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder {
  color: #fff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder:hover {
  color: #50d6ae !important;
}

/* ==========================================================================
   Icon widget style - end
   ========================================================================== */

/*# sourceMappingURL=icon-widget-map.css.map */
/* ==========================================================================
   Image Gallery widget style - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

.widget.qodef-image-gallery-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.widget.qodef-image-gallery-widget img {
  display: block;
  width: 100%;
}

/* ==========================================================================
   Image Gallery widget style - end
   ========================================================================== */

/*# sourceMappingURL=image-gallery-widget-map.css.map */
/* ==========================================================================
   Search Post Type widget style - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

.widget.qodef-search-post-type-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 0;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  background-color: #fff;
  z-index: 99;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 10px 20px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li {
  display: block;
  width: 100%;
}

.widget.qodef-search-post-type-widget .qodef-search-icon,
.widget.qodef-search-post-type-widget .qodef-search-loading {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  font-size: 18px;
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.widget.qodef-search-post-type-widget .qodef-search-icon.qodef-hidden,
.widget.qodef-search-post-type-widget .qodef-search-loading.qodef-hidden {
  opacity: 0;
}

/* ==========================================================================
   Search Post Type widget style - end
   ========================================================================== */

/*# sourceMappingURL=search-post-type-widget-map.css.map */
/* ==========================================================================
   Separator widget style - begin
   ========================================================================== */

.widget.qodef-separator-widget {
  margin: 0 !important;
}

/* ==========================================================================
   Separator widget style - end
   ========================================================================== */

/*# sourceMappingURL=separator-widget-map.css.map */
/* ==========================================================================
   Social Icon widget style - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

.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-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-social-icon-widget-holder {
  color: #000 !important;
}

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

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

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

/* ==========================================================================
   Social Icon widget style - end
   ========================================================================== */

/*# sourceMappingURL=social-icon-widget-map.css.map */
/* ==========================================================================
   Social Icons Group widget style - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

.qodef-social-icons-group-widget .qodef-widget-title {
  margin: 0 0 13px;
}

.qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 -1px 0 0;
  float: left;
  font-size: 16px;
  color: #000;
  border: 1px dashed #edeff2;
}

.qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder:hover {
  color: #50d6ae;
}

.qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder .qodef-social-icon-widget {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin .qodef-social-icon-widget-holder {
  color: #fff;
  border-color: #fff;
}

.qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin .qodef-social-icon-widget-holder:hover {
  color: #50d6ae;
}

.qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  text-align: center;
}

.qodef-social-icons-group-widget .qodef-social-icon-widget-holder:first-child {
  margin-left: 0;
}

.qodef-social-icons-group-widget .qodef-social-icon-widget-holder:last-child {
  margin-right: 0;
}

.qodef-side-menu .qodef-social-icons-group-widget a,
.qodef-footer-top-holder .qodef-social-icons-group-widget a {
  color: #fff !important;
}

.qodef-side-menu .qodef-social-icons-group-widget a:hover,
.qodef-footer-top-holder .qodef-social-icons-group-widget a:hover {
  color: #50d6ae !important;
}

.qodef-side-menu .qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder,
.qodef-footer-top-holder .qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder {
  border-color: #fff;
}

.qodef-footer-bottom-holder .qodef-social-icons-group-widget a {
  color: #000;
}

.qodef-footer-bottom-holder .qodef-social-icons-group-widget.qodef-light-skin a {
  color: #fff;
}

.qodef-footer-bottom-holder .qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder {
  border-color: #000;
}

.qodef-footer-bottom-holder .qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder:hover {
  color: #000;
}

.qodef-footer-bottom-holder .qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin .qodef-social-icon-widget-holder {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   Social Icons Group widget style - end
   ========================================================================== */

/*# sourceMappingURL=social-icons-group-widget-map.css.map */
/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */

.qodef-widget-sticky-sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* ==========================================================================
   Sticky Sidebar widget end styles
   ========================================================================== */

/*# sourceMappingURL=sticky-sidebar-widget-map.css.map */
/* ==========================================================================
   Global partials
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Custom Post Types styles
   ========================================================================== */

/* ==========================================================================
   Masonry Gallery shortcodes style - begin
   ========================================================================== */

.qodef-masonry-gallery-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-masonry-gallery-holder .qodef-mg-inner {
  opacity: 0;
}

.qodef-masonry-gallery-holder .qodef-mg-grid-gutter {
  width: 0;
}

.qodef-masonry-gallery-holder .qodef-mg-grid-sizer {
  width: 33.33333333333333%;
}

.qodef-masonry-gallery-holder .qodef-mg-item {
  position: relative;
  width: 33.33333333333333%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-masonry-size-large-width {
  width: 66.66666666666667%;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-masonry-size-large-width .qodef-mg-image img {
  max-height: inherit;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-masonry-size-large-height .qodef-mg-image img {
  max-width: inherit;
  width: auto;
  height: 100%;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-masonry-size-large-width-height {
  width: 66.66666666666667%;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-masonry-size-large-width .qodef-mg-item-content-inner,
.qodef-masonry-gallery-holder .qodef-mg-item.qodef-masonry-size-large-width-height .qodef-mg-item-content-inner {
  width: 50%;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-simple .qodef-mg-item-content {
  vertical-align: middle;
}

.qodef-masonry-gallery-holder .qodef-mg-item:not(.qodef-mg-simple) .qodef-mg-item-title {
  color: #fff;
}

.qodef-masonry-gallery-holder .qodef-mg-item:not(.qodef-mg-simple) .qodef-mg-item-button.qodef-btn-simple {
  color: #fff !important;
}

.qodef-masonry-gallery-holder .qodef-mg-item:not(.qodef-mg-simple) .qodef-mg-item-button.qodef-btn-simple:hover {
  color: #fff !important;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-outer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  color: #fff;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-content {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  padding: 37px 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-content {
    padding: 17px 22px;
  }
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-image-overlay {
  position: absolute;
  top: -5px;
  left: -5px;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-icon {
  margin: 0 0 1px;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-category {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 9px;
  font-family: "Rubik", sans-serif;
  line-height: 1.2em;
  font-size: 14px;
  font-style: italic;
  color: #50d6ae;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-title {
  margin: 0;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-text {
  margin: 12px 0 0;
}

@media only screen and (max-width: 680px) {
  .qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-text {
    display: none;
  }
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-button {
  margin: 26px 0 0;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard .qodef-mg-item-inner {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95), background-color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95), background-color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard .qodef-mg-item-title,
.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard .qodef-mg-item-text {
  color: #fff;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard img {
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard:hover .qodef-mg-item-inner {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard:hover img {
  opacity: 0;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-simple.qodef-mg-skin-default .qodef-mg-item-inner {
  background-color: #fff;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-simple.qodef-mg-skin-light .qodef-mg-item-inner {
  background-color: #fff;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-simple.qodef-mg-skin-dark .qodef-mg-item-inner {
  background-color: #000;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-simple.qodef-mg-skin-dark .qodef-mg-item-title,
.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-simple.qodef-mg-skin-dark .qodef-mg-item-text {
  color: #fff;
}

/* ==========================================================================
   Masonry Gallery shortcodes style - end
   ========================================================================== */

.qodef-team-single-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-team-single-holder .qodef-ts-about-title-tagline {
  font-family: "Rubik", sans-serif;
  letter-spacing: .15em;
  font-style: italic;
  color: #50d6ae;
}

.qodef-team-single-holder .qodef-ts-about-title-tagline:before {
  content: '<';
}

.qodef-team-single-holder .qodef-ts-about-title-tagline:after {
  content: '/>';
}

.qodef-team-single-holder .qodef-ts-about-title {
  margin: 0 0 31px;
}

@media only screen and (min-width: 681px) {
  .qodef-team-single-holder .qodef-ts-excerpt {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
}

.qodef-team-single-holder .qodef-position {
  margin: 0;
  color: #ababab;
}

.qodef-team-single-holder .qodef-position .qodef-icon-shortcode {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.qodef-team-single-holder .qodef-position .qodef-icon-shortcode a,
.qodef-team-single-holder .qodef-position .qodef-icon-shortcode span,
.qodef-team-single-holder .qodef-position .qodef-icon-shortcode i {
  color: #999;
}

.qodef-team-single-holder .qodef-ts-bio-holder {
  margin: 47px 0 0;
}

.qodef-team-single-holder .qodef-ts-info-row {
  margin: 0 0 27px;
  line-height: 1.2em;
  border-bottom: 1px dashed #edeff2;
}

.qodef-team-single-holder .qodef-ts-info-row .qodef-ts-bio-info {
  display: inline-block;
  position: relative;
  min-width: 127px;
  margin: 0 0 1px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .qodef-team-single-holder .qodef-ts-info-row .qodef-ts-bio-info {
    min-width: 107px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-team-single-holder .qodef-ts-info-row .qodef-ts-bio-info {
    min-width: 127px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-team-single-holder .qodef-ts-info-row .qodef-ts-bio-info {
    min-width: 97px;
  }
}

.qodef-team-single-holder .qodef-ts-info-row a {
  color: #282828;
}

.qodef-team-single-holder .qodef-ts-info-row a:hover {
  color: #50d6ae;
}

.qodef-team-single-holder .qodef-team-single-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 30px;
}

.qodef-team-member-dark-skin .qodef-team-single-info-holder h1,
.qodef-team-member-dark-skin .qodef-team-single-info-holder h2,
.qodef-team-member-dark-skin .qodef-team-single-info-holder h3,
.qodef-team-member-dark-skin .qodef-team-single-info-holder h4,
.qodef-team-member-dark-skin .qodef-team-single-info-holder h5,
.qodef-team-member-dark-skin .qodef-team-single-info-holder h6,
.qodef-team-member-dark-skin .qodef-team-single-info-holder p,
.qodef-team-member-dark-skin .qodef-team-single-info-holder span,
.qodef-team-member-dark-skin .qodef-team-single-info-holder a {
  color: #fff;
}

.qodef-team-member-dark-skin .qodef-team-single-info-holder .qodef-ts-about-title-tagline {
  color: #50d6ae;
}

.qodef-team-member-dark-skin .qodef-team-single-holder .qodef-ts-about-title {
  margin-bottom: 86px;
}

.qodef-team-member-dark-skin .qodef-team-single-holder .qodef-ts-info-row {
  border-color: #333;
}

/* ==========================================================================
# Team Info - begin
	========================================================================== */

.qodef-team-info .qodef-team-image,
.qodef-team-info .qodef-team-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-team-info .qodef-team-image img {
  position: relative;
  display: block;
}

.qodef-team-info .qodef-team-content {
  width: 100%;
  padding: 0;
}

.qodef-team-info .qodef-team-title {
  margin: 23px 0 0;
}

.qodef-team-info .qodef-team-excerpt {
  margin: 22px 0 0;
}

.qodef-team-info .qodef-team-meta {
  margin: 46px 0 0;
}

.qodef-team-info .qodef-team-meta-section {
  margin: 0 0 26px;
  line-height: 1.2em;
  border-bottom: 1px dashed #edeff2;
}

.qodef-team-info .qodef-team-meta-section .qodef-team-meta-section-title {
  display: inline-block;
  position: relative;
  min-width: 127px;
  margin: 0;
}

.qodef-team-info .qodef-team-meta-section a {
  color: #282828;
}

.qodef-team-info .qodef-team-meta-section a:hover {
  color: #50d6ae;
}

.qodef-team-info .qodef-team-meta-section .qodef-team-meta-social .qodef-icon-shortcode {
  margin: 0 8px;
  font-size: 18px;
}

.qodef-team-info .qodef-team-meta-section .qodef-team-meta-social .qodef-icon-shortcode:first-child {
  margin-left: 0;
}

.qodef-team-info .qodef-team-meta-section .qodef-team-meta-social .qodef-icon-shortcode .qodef-icon-element {
  -webkit-transition: none;
  transition: none;
}

.qodef-team-info.qodef-team-image-enabled .qodef-team-image,
.qodef-team-info.qodef-team-image-enabled .qodef-team-content {
  float: left;
}

.qodef-team-info.qodef-team-image-enabled .qodef-team-image {
  width: 45%;
}

.qodef-team-info.qodef-team-image-enabled .qodef-team-content {
  width: 55%;
  padding: 0 0 0 33px;
}

.qodef-team-info.qodef-dark-skin {
  color: #fff;
}

.qodef-team-info.qodef-dark-skin .qodef-team-title {
  color: #fff;
}

.qodef-team-info.qodef-dark-skin .qodef-team-meta-section {
  border-bottom: 1px dashed #575757;
}

.qodef-team-info.qodef-dark-skin .qodef-team-meta-section .qodef-team-meta-section-title {
  color: #fff;
}

.qodef-team-info.qodef-dark-skin .qodef-team-meta-section a {
  color: #fff;
}

.qodef-team-info.qodef-dark-skin .qodef-team-meta-section a:hover {
  color: #50d6ae;
}

.qodef-team-info.qodef-dark-skin .qodef-team-meta-section a.qodef-btn.qodef-btn-simple:hover {
  color: #fff !important;
}

/* ==========================================================================
# Team Info - end
	========================================================================== */

/* ==========================================================================
# Team list - begin
	========================================================================== */

.qodef-team-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-team-list-holder .qodef-icon-shortcode .qodef-icon-element {
  -webkit-transition: none;
  transition: none;
}

.qodef-team-list-holder.qodef-dark-skin .qodef-team.info-bellow {
  color: #fff;
}

.qodef-team-list-holder.qodef-dark-skin .qodef-team.info-bellow a {
  color: #fff;
}

.qodef-team-list-holder.qodef-dark-skin .qodef-team.info-bellow a:hover {
  color: #50d6ae;
}

.qodef-team-list-holder.qodef-dark-skin .qodef-team.info-bellow .qodef-team-name,
.qodef-team-list-holder.qodef-dark-skin .qodef-team.info-bellow .qodef-team-position {
  color: #fff;
}

/*Popup style*/

.qodef-team-modal-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 17px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
}

.qodef-team-modal-holder .qodef-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
  color: #000;
  background-color: #53f6c6;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-team-modal-holder .qodef-close:hover {
  color: #fff;
}

.qodef-team-modal-holder .qodef-team-popup {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-team-modal-holder .qodef-team-popup-inner {
  display: table-cell;
  vertical-align: middle;
}

.qodef-team-modal-holder .qodef-team-popup-content {
  max-width: 384px;
  margin: auto auto;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-team-modal-holder .qodef-team-popup-content img {
  display: block;
}

.qodef-team-modal-holder .qodef-team-popup-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-team-modal-holder .qodef-team-popup-info-on-image-holder {
  position: absolute;
  bottom: 31px;
  left: 35px;
}

.qodef-team-modal-holder .qodef-team-position-holder {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: .15em;
  color: #50d6ae;
}

.qodef-team-modal-holder .qodef-team-title-holder {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-team-modal-holder .qodef-team-title-holder .qodef-team-name {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  color: #fff;
}

.qodef-team-modal-holder .qodef-team-popup-info-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 37px 36px 41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-team-modal-holder.qodef-modal-opened .qodef-team-popup-content {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-team-modal-holder .qodef-team-popup-image {
  position: relative;
}

.qodef-team-modal-holder .qodef-team-popup-image.qodef-team-popup-image-bgrnd {
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  padding-top: 43.75%;
}

.qodef-team-modal-holder .qodef-team-info-section.qodef-excerpt-section {
  margin: 0 0 22px;
}

.qodef-team-modal-holder .qodef-team-info-section:not(.qodef-excerpt-section) {
  margin: 0 0 24px;
  line-height: 1.2em;
  border-bottom: 1px dashed #edeff2;
}

.qodef-team-modal-holder .qodef-team-info-section:not(.qodef-excerpt-section) .qodef-team-info-section-title {
  display: inline-block;
  position: relative;
  min-width: 80px;
  margin: 0 0 2px;
}

.qodef-team-modal-holder .qodef-team-info-section:not(.qodef-excerpt-section) a {
  color: #282828;
}

.qodef-team-modal-holder .qodef-team-info-section:not(.qodef-excerpt-section) a:hover {
  color: #50d6ae;
}

.qodef-team-modal-holder .qodef-team-info-section:not(.qodef-excerpt-section) .qodef-team-info-social .qodef-icon-shortcode {
  margin: 0 8px;
  font-size: 18px;
}

.qodef-team-modal-holder .qodef-team-info-section:not(.qodef-excerpt-section) .qodef-team-info-social .qodef-icon-shortcode:first-child {
  margin-left: 0;
}

.qodef-team-modal-holder .qodef-team-info-section:not(.qodef-excerpt-section) .qodef-team-info-social .qodef-icon-shortcode .qodef-icon-element {
  -webkit-transition: none;
  transition: none;
}

.qodef-team-spinner {
  display: none;
}

.qodef-team-spinner .qodef-team-pulse {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 22px);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scaleout 1.6s infinite ease;
  animation: scaleout 1.6s infinite ease;
}

.qodef-team-spinner .qodef-team-pulse:last-child {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* ==========================================================================
# Team list - end
========================================================================== */

/* ==========================================================================
# Team Member - begin
	========================================================================== */

.qodef-team .qodef-icon-shortcode .qodef-icon-element {
  -webkit-transition: none;
  transition: none;
}

/* ==========================================================================
# Team Member - end
========================================================================== */

/* ==========================================================================
# Team info bellow - begin
	========================================================================== */

.qodef-team.info-bellow .qodef-team-inner {
  text-align: left;
  width: 100%;
}

.qodef-team.info-bellow .qodef-team-image {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.qodef-team.info-bellow .qodef-team-image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-team.info-bellow .qodef-team-image a:hover:after {
  opacity: 0.3;
}

.qodef-team.info-bellow .qodef-team-image a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-team.info-bellow .qodef-team-image img {
  display: block;
}

.qodef-team.info-bellow .qodef-team-title-holder {
  margin: 25px 0 0;
}

.qodef-team.info-bellow .qodef-team-name {
  font-size: 32px;
  line-height: 1.1em;
  margin: 0 0 16px;
}

.qodef-team.info-bellow .qodef-team-name:hover {
  color: #d0d0d0;
}

.qodef-team.info-bellow .qodef-team-position {
  margin: 0;
  font-size: 20px;
  color: #737373;
  font-weight: 300;
}

.qodef-team.info-bellow .qodef-team-social-holder-between {
  margin: 15px 0 0;
}

.qodef-team.info-bellow .qodef-icon-shortcode {
  margin: 0 8px;
  font-size: 18px;
}

.qodef-team.info-bellow .qodef-icon-shortcode:first-child {
  margin-left: 0;
}

.qodef-team.info-bellow.qodef-dark-skin {
  color: #fff;
}

.qodef-team.info-bellow.qodef-dark-skin a {
  color: #fff;
}

.qodef-team.info-bellow.qodef-dark-skin a:hover {
  color: #50d6ae;
}

.qodef-team.info-bellow.qodef-dark-skin .qodef-team-name,
.qodef-team.info-bellow.qodef-dark-skin .qodef-team-position {
  color: #fff;
}

/* ==========================================================================
# Team info bellow - end
	========================================================================== */

/* ==========================================================================
# Team info hover - begin
	========================================================================== */

.qodef-team.info-hover .qodef-team-inner {
  position: relative;
  width: calc(100% + 1px);
}

.qodef-team.info-hover .qodef-team-image {
  overflow: hidden;
}

.qodef-team.info-hover .qodef-team-image img {
  display: block;
  -webkit-transform: scale(1.08) translate3d(-10px, 0, 0);
  transform: scale(1.08) translate3d(-10px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.qodef-team.info-hover .qodef-team-info-tb {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qodef-team.info-hover .qodef-team-info-tb:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #53f6c6;
  background: linear-gradient(225deg, #53f6c6 0%, #53f6c6 0%, #6e38db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e38db', endColorstr='#53f6c6', GradientType=1 );
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: opacity 0.4s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

.qodef-team.info-hover .qodef-team-info-tc {
  position: relative;
  height: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.qodef-team.info-hover .qodef-team-position {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em;
  color: #53f6c6;
}

.qodef-team.info-hover .qodef-team-position:before {
  content: '< ';
  position: relative;
  display: inline-block;
}

.qodef-team.info-hover .qodef-team-position:after {
  content: ' />';
  position: relative;
  display: inline-block;
}

.qodef-team.info-hover .qodef-team-name {
  margin: 0 0 9px;
  color: #fff;
}

.qodef-team.info-hover .qodef-team-description-holder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-team.info-hover .qodef-team-description {
  color: #fff;
}

.qodef-team.info-hover .qodef-team-social-holder-between {
  position: absolute;
  bottom: 28px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 20;
}

.qodef-team.info-hover .qodef-icon-shortcode {
  margin: 0 8px;
  font-size: 18px;
}

.qodef-team.info-hover .qodef-icon-shortcode:first-child {
  margin-left: 0;
}

.qodef-team.info-hover .qodef-icon-shortcode > a {
  display: block;
  overflow: hidden;
  color: #50d6ae;
}

.qodef-team.info-hover .qodef-icon-shortcode > a > span {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.qodef-team.info-hover .qodef-icon-shortcode > a:hover {
  color: #fff;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(1) > a > span {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(2) > a > span {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(3) > a > span {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(4) > a > span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(5) > a > span {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(6) > a > span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(7) > a > span {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(8) > a > span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.qodef-team.info-hover .qodef-icon-shortcode:nth-child(9) > a > span {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.qodef-team.info-hover:hover .qodef-team-social-holder-between {
  opacity: 1;
}

.qodef-team.info-hover:hover .qodef-team-info-tb:after {
  opacity: .7;
}

.qodef-team.info-hover:hover .qodef-team-description-holder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.qodef-team.info-hover:hover img {
  -webkit-transform: scale(1.08) translate3d(10px, 0, 0);
  transform: scale(1.08) translate3d(10px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-team.info-hover:hover .qodef-icon-shortcode > a > span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-tl-with-animation .qodef-team.info-hover {
  visibility: hidden;
}

.touch .qodef-tl-with-animation .qodef-team.info-hover {
  visibility: visible;
}

.no-touch .qodef-tl-with-animation .qodef-team.info-hover {
  visibility: visible;
}

.no-touch .qodef-tl-with-animation.qodef-tl-standard .qodef-team.info-hover {
  opacity: 0;
}

.no-touch .qodef-tl-with-animation.qodef-tl-standard .qodef-team.info-hover.qodef-appeared {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

.no-touch .qodef-tl-with-animation.qodef-tl-masonry .qodef-team.info-hover {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0) rotateY(45deg) rotateX(10deg);
  transform: translate3d(0, 100px, 0) rotateY(45deg) rotateX(10deg);
}

.no-touch .qodef-tl-with-animation.qodef-tl-masonry .qodef-team.info-hover.qodef-appeared {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotateY(0) rotateX(0);
  transform: translate3d(0, 0, 0) rotateY(0) rotateX(0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: all 0.6s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

/* ==========================================================================
# Team info hover - end
	========================================================================== */

/* ==========================================================================
# Team slider - begin
	========================================================================== */

.qodef-team-slider-holder.qodef-dark-skin .owl-dots .owl-dot span {
  background-color: #fff;
}

.qodef-team-slider-holder.qodef-dark-skin .owl-dots .owl-dot:hover {
  border-color: #fff;
}

/* ==========================================================================
# Team slider - end
	========================================================================== */

/* ==========================================================================
   Testimonials custom style - begin
   ========================================================================== */

.qodef-testimonials-holder.qodef-testimonials-custom .qodef-testimonials {
  margin: 0;
}

.qodef-testimonials-holder.qodef-testimonials-custom .qodef-testimonial-content {
  padding: 17px 79px;
}

.qodef-testimonials-holder.qodef-testimonials-custom .qodef-testimonial-text-holder {
  padding-left: 104px;
}

.qodef-testimonials-holder.qodef-testimonials-custom .qodef-testimonial-author-holder {
  margin: 27px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-custom .qodef-testimonial-author-job {
  padding: 5px 0 0 0;
}

/* ==========================================================================
   Testimonials custom style - end
   ========================================================================== */

/* ==========================================================================
   Testimonials standard style - begin
   ========================================================================== */

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonials {
  margin: 0;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content {
  padding: 17px 100px;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-text-holder {
  padding-left: 122px;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-author-holder {
  margin: 30px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-author-job {
  margin: 10px 0 0;
}

/* ==========================================================================
   Testimonials standard style - end
   ========================================================================== */

/* ==========================================================================
   Testimonials shortcode style - begin
   ========================================================================== */

.qodef-testimonials-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /* Light/Dark styles */
}

.qodef-testimonials-holder .qodef-testimonials,
.qodef-testimonials-holder .qodef-testimonial-content,
.qodef-testimonials-holder .qodef-testimonial-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-testimonials-holder .qodef-testimonials {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-testimonials-holder .qodef-testimonial-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-testimonials-holder .qodef-testimonial-heading,
.qodef-testimonials-holder .qodef-testimonial-text-holder {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-testimonials-holder .qodef-testimonial-heading {
  width: 114px;
  padding-top: 77px;
}

.qodef-testimonials-holder .qodef-testimonial-text-holder {
  width: calc(100% - 114px);
}

.qodef-testimonials-holder .qodef-testimonial-type-id {
  position: absolute;
  top: 0;
  right: -77px;
  width: 140px;
  height: 140px;
}

.qodef-testimonials-holder .qodef-testimonial-type-id .qodef-testimonial-icon-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
  text-align: center;
  background-color: #53f6c6;
  z-index: 1;
}

.qodef-testimonials-holder .qodef-testimonial-type-id .qodef-testimonial-icon-holder .qodef-testimonial-icon {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  top: 15px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}

.qodef-testimonials-holder .qodef-testimonial-author-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-testimonials-holder .qodef-testimonial-author-holder .qodef-testimonial-image {
  float: left;
}

.qodef-testimonials-holder .qodef-testimonial-author-name {
  margin: 0;
}

.qodef-testimonials-holder .qodef-testimonial-author-job {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 27px;
  letter-spacing: .15em;
  color: #50d6ae;
}

.qodef-testimonials-holder .qodef-testimonial-image img {
  position: relative;
  width: 114px !important;
  height: auto !important;
  z-index: 1;
}

.qodef-testimonials-holder .qodef-owl-slider .owl-dots {
  margin: 59px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-title,
.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-text,
.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-author-name {
  color: #fff;
}

.qodef-testimonials-holder.qodef-testimonials-light .owl-nav .owl-prev,
.qodef-testimonials-holder.qodef-testimonials-light .owl-nav .owl-next {
  color: #fff;
}

.qodef-testimonials-holder.qodef-testimonials-light .owl-nav .owl-prev:hover,
.qodef-testimonials-holder.qodef-testimonials-light .owl-nav .owl-next:hover {
  color: #50d6ae;
}

.qodef-testimonials-holder.qodef-testimonials-light .owl-dots .owl-dot span {
  background-color: #fff;
}

.qodef-testimonials-holder.qodef-testimonials-light .owl-dots .owl-dot:hover {
  border-color: #fff;
}

/* ==========================================================================
   Testimonials shortcode style - end
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/wellexpo-core/assets/css/custom-post-types-map.css.map */
/* ==========================================================================
   Global partials
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Custom Post Types styles
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/wellexpo-core/assets/css/modules-map.css.map */
/* ==========================================================================
   Global partials
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Shortcodes styles
   ========================================================================== */

/* ==========================================================================
   Accordions shortcode style - begin
   ========================================================================== */

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

.qodef-accordion-holder .qodef-accordion-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-tab-title {
  display: block;
  line-height: inherit;
  letter-spacing: normal;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 18px;
  margin: -1px 0 0;
  font-size: 25px;
  line-height: 22px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #50d6ae;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span:before {
  display: block;
  line-height: inherit;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_close {
  opacity: 0;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_plus {
  opacity: 1;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_close,
.qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef_icon_close {
  opacity: 1;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_plus,
.qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef_icon_plus {
  opacity: 0;
}

.qodef-accordion-holder .qodef-accordion-content {
  margin: 0;
}

.qodef-accordion-holder .qodef-accordion-content p {
  margin: 0;
}

.qodef-accordion-holder.qodef-ac-simple {
  border-bottom: 1px solid #edeff2;
}

.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-title {
  padding: 17px 0 17px 60px;
  border-top: 1px solid #edeff2;
}

.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content {
  border-top: 1px solid transparent;
}

.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content.ui-accordion-content-active {
  border-color: #edeff2;
}

.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content {
  padding: 34px 33px 52px;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title {
  margin: 15px 0 0;
  padding: 19px 20px 19px 60px;
  border: 1px dashed #edeff2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title .qodef-tab-title {
  padding-left: 20px;
  border-left: 1px dashed #edeff2;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title:first-child {
  margin: 0;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-active,
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-hover {
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-active .qodef-tab-title,
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-hover .qodef-tab-title {
  border-left: 1px solid #333;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-content {
  padding: 34px 33px 52px;
  border: 1px dashed #edeff2;
  border-top: 0;
}

/* ==========================================================================
   Accordions shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Banner shortcode style - begin
   ========================================================================== */

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

.touch .qodef-banner-holder {
  cursor: pointer;
}

.qodef-banner-holder.qodef-visible-on-hover:hover .qodef-banner-text-holder {
  opacity: 1;
}

.qodef-banner-holder.qodef-visible-on-hover .qodef-banner-text-holder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-banner-holder.qodef-disabled .qodef-banner-text-holder {
  display: none;
}

.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-text-holder {
  text-align: center;
}

.qodef-banner-holder .qodef-banner-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-banner-holder .qodef-banner-image img {
  display: block;
  -webkit-transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(-5px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-banner-holder:hover img {
  -webkit-transform: scale(1.08) translate3d(5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-banner-holder .qodef-banner-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .qodef-banner-holder .qodef-banner-text-holder {
    padding: 20px 20px;
  }
}

.qodef-banner-holder .qodef-banner-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-banner-holder .qodef-banner-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

.qodef-banner-holder .qodef-banner-subtitle {
  margin: 0 0 4px;
  color: #fff;
}

.qodef-banner-holder .qodef-banner-title {
  margin: 0;
  color: #fff;
}

.qodef-banner-holder .qodef-banner-title .qodef-banner-title-light {
  font-weight: 300;
}

.qodef-banner-holder .qodef-banner-link-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
  font-size: 12px;
  color: #fff;
  line-height: 1em;
  z-index: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.qodef-banner-holder .qodef-banner-link-text.qodef-btn.qodef-btn-simple {
  color: #fff !important;
}

.qodef-banner-holder .qodef-banner-link-text:hover.qodef-btn.qodef-btn-simple {
  color: #fff !important;
}

.qodef-banner-holder .qodef-banner-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ==========================================================================
   Banner shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Button shortcode style - begin
   ========================================================================== */

.qodef-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5em;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-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;
  padding: 11px 33px;
  cursor: pointer;
}

.qodef-btn.qodef-btn-simple {
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}

.qodef-btn.qodef-btn-simple .qodef-btn-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}

.qodef-btn.qodef-btn-simple .qodef-btn-text:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -4px;
  width: calc(100% + 8px);
  height: 4px;
  background-color: #53f6c6;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.qodef-btn.qodef-btn-simple:hover .qodef-btn-text:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-color):hover {
  color: #000 !important;
}

.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-bg):hover {
  background-color: transparent !important;
}

.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-border-hover):hover {
  border-color: transparent !important;
}

.qodef-btn.qodef-btn-solid {
  color: #000;
  background-color: #53f6c6;
  border: 1px solid #53f6c6;
}

.qodef-btn.qodef-btn-solid:not(.qodef-with-svg-arrow):not(.qodef-btn-custom-hover-color):hover {
  color: #000 !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-with-svg-arrow):not(.qodef-btn-custom-hover-bg):hover {
  background-color: #53f6c6 !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-with-svg-arrow):not(.qodef-btn-custom-border-hover):hover {
  border-color: #53f6c6 !important;
}

.qodef-btn.qodef-btn-solid.qodef-with-svg-arrow .qodef-btn-text {
  display: inline-block;
  position: relative;
}

.qodef-btn.qodef-btn-solid.qodef-with-svg-arrow .qodef-btn-text-inner {
  display: block;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-btn.qodef-btn-solid.qodef-with-svg-arrow .qodef-svg-icon {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 9px;
  padding: 0 !important;
  -webkit-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0s 0.1s, opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0s 0.1s;
  transition: opacity 0.1s, -webkit-transform 0s 0.1s;
  transition: transform 0s 0.1s, opacity 0.1s;
  transition: transform 0s 0.1s, opacity 0.1s, -webkit-transform 0s 0.1s;
  will-change: transform, opacity;
}

.qodef-btn.qodef-btn-solid.qodef-with-svg-arrow:hover .qodef-btn-text-inner {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.qodef-btn.qodef-btn-solid.qodef-with-svg-arrow:hover .qodef-svg-icon {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

.qodef-btn.qodef-btn-outline {
  color: #50d6ae;
  background-color: transparent;
  border: 1px solid #50d6ae;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-color):hover {
  color: #000 !important;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-bg):hover {
  background-color: #53f6c6 !important;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):hover {
  border-color: #53f6c6 !important;
}

.qodef-btn.qodef-btn-small {
  padding: 14px 30px;
  font-size: 10px;
}

.qodef-btn.qodef-btn-large {
  padding: 16px 36px;
}

.qodef-btn.qodef-btn-huge {
  display: block;
  text-align: center;
  padding: 16px 26px;
}

.qodef-btn.qodef-btn-icon > i,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
  font-size: 1.142857142857143em;
  line-height: inherit;
}

.qodef-btn.qodef-btn-icon > i:before,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text):before {
  display: block;
  line-height: inherit;
}

/* ==========================================================================
   Button shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Call To Action shortcode style - begin
   ========================================================================== */

.qodef-call-to-action-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Layout Style - begin *****/
  /***** Layout Style - end *****/
  /***** Columns Space - begin *****/
  /***** Columns Space - end *****/
}

.qodef-call-to-action-holder .qodef-cta-text-holder,
.qodef-call-to-action-holder .qodef-cta-button-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-call-to-action-holder .qodef-cta-text-holder h1,
.qodef-call-to-action-holder .qodef-cta-text-holder h2,
.qodef-call-to-action-holder .qodef-cta-text-holder h3,
.qodef-call-to-action-holder .qodef-cta-text-holder h4,
.qodef-call-to-action-holder .qodef-cta-text-holder h5,
.qodef-call-to-action-holder .qodef-cta-text-holder h6 {
  margin: 0;
}

.qodef-call-to-action-holder .qodef-cta-button-holder .qodef-btn {
  white-space: nowrap;
}

.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-inner {
  display: table;
  padding: 32px 76px 32px 62px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-call-to-action-holder.qodef-normal-layout.qodef-content-with-shadow {
  -webkit-box-shadow: 4px 4px 21px 0px rgba(83, 246, 198, 0.37);
  box-shadow: 4px 4px 21px 0px rgba(83, 246, 198, 0.37);
}

.qodef-call-to-action-holder.qodef-normal-layout:not(.qodef-content-in-grid) .qodef-cta-inner {
  width: 100%;
  margin: 0 auto;
}

.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-text-holder,
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder {
  text-align: right;
}

.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-inner {
  text-align: center;
}

.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-text-holder,
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder {
  width: 100%;
}

.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder {
  margin: 28px 0 0;
}

.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-text-holder,
.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-button-holder {
  width: 50%;
}

.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-text-holder {
  width: 66.66666666666667%;
}

.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-button-holder {
  width: 33.33333333333333%;
}

.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-text-holder {
  width: 75%;
}

.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-button-holder {
  width: 25%;
}

.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder {
  width: 80%;
}

.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-button-holder {
  width: 20%;
}

/* ==========================================================================
   Call To Action shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Clients Carousel shortcode style - begin
   ========================================================================== */

.qodef-clients-carousel-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-clients-carousel-holder .qodef-cc-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-clients-carousel-holder .qodef-cc-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .qodef-clients-carousel-holder .qodef-cc-item {
  cursor: pointer;
}

.qodef-clients-carousel-holder .qodef-cc-item img {
  display: block;
}

.qodef-clients-carousel-holder .qodef-cc-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/***** Hover Types - begin *****/

.qodef-cc-hover-switch-images .qodef-cc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-image {
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.1s ease-in-out 0.1s;
  transition: opacity 0.1s ease-in-out 0.1s;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link .qodef-cc-hover-image {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-cc-hover-switch-images .qodef-cc-item:hover .qodef-cc-image {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out 0.05s;
  transition: opacity 0.15s ease-in-out 0.05s;
}

.qodef-cc-hover-switch-images .qodef-cc-item:hover .qodef-cc-hover-image {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

@media only screen and (min-width: 1441px) {
  .qodef-owl-slider-arrow-custom-location .qodef-cc-hover-switch-images .qodef-owl-slider .owl-nav .owl-prev {
    left: -24px;
  }

  .qodef-owl-slider-arrow-custom-location .qodef-cc-hover-switch-images .qodef-owl-slider .owl-nav .owl-next {
    right: -24px;
  }
}

.qodef-cc-hover-roll-over .qodef-cc-item {
  overflow: hidden;
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-image {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-hover-image {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-image {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-hover-image {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.qodef-cc-hover-roll-over .qodef-cc-item .qodef-cc-image {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.qodef-cc-hover-roll-over .qodef-cc-item .qodef-cc-hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/***** Hover Types - end *****/

/* ==========================================================================
   Clients Carousel shortcode style - end
   ========================================================================== */

/* ==========================================================================
   clients Holder shortcode style - begin
   ========================================================================== */

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

.qodef-clients-grid-holder.qodef-cg-alignment-left {
  text-align: left;
}

.qodef-clients-grid-holder.qodef-cg-alignment-right {
  text-align: right;
}

.qodef-clients-grid-holder .qodef-cc-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.rev_slider_wrapper .qodef-clients-grid-holder.qodef-cc-hover-switch-images .qodef-cc-item img {
  width: auto !important;
  height: auto !important;
}

.qodef-clients-grid-holder.qodef-cg-with-animation .qodef-cc-item {
  visibility: hidden;
}

.touch .qodef-clients-grid-holder.qodef-cg-with-animation .qodef-cc-item {
  visibility: visible;
}

.no-touch .qodef-clients-grid-holder.qodef-cg-with-animation .qodef-cc-item {
  visibility: visible;
  opacity: 0;
}

.no-touch .qodef-clients-grid-holder.qodef-cg-with-animation .qodef-cc-item.qodef-appeared {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

/* ==========================================================================
   clients Holder shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Countdown shortcode style - begin
   ========================================================================== */

.qodef-countdown {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-countdown.qodef-light-skin .countdown-row .countdown-section .countdown-amount {
  color: #fff;
}

.qodef-countdown .countdown-rtl {
  direction: rtl;
}

.qodef-countdown .countdown-row {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  clear: both;
}

.qodef-countdown .countdown-row.countdown-show1 .countdown-section {
  width: 100%;
}

.qodef-countdown .countdown-row.countdown-show2 .countdown-section {
  width: 50%;
}

.qodef-countdown .countdown-row.countdown-show3 .countdown-section {
  width: 33.33333%;
}

.qodef-countdown .countdown-row.countdown-show4 .countdown-section {
  width: 25%;
}

.qodef-countdown .countdown-row.countdown-show5 .countdown-section {
  width: 20%;
}

.qodef-countdown .countdown-row.countdown-show6 .countdown-section {
  width: 16.66667%;
}

.qodef-countdown .countdown-row .countdown-section {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-countdown .countdown-row .countdown-section .countdown-amount {
  position: relative;
  display: block;
  margin: 11px 0;
  color: #000;
  font-size: 90px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.05em;
}

.qodef-countdown .countdown-row .countdown-section .countdown-period {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #50d6ae;
}

/* ==========================================================================
   Countdown shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Counter shortcode style - begin
   ========================================================================== */

.qodef-counter-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.qodef-counter-holder.qodef-light-skin .qodef-counter,
.qodef-counter-holder.qodef-light-skin .qodef-counter-title,
.qodef-counter-holder.qodef-light-skin .qodef-counter-text {
  color: #fff;
}

.qodef-counter-holder .qodef-counter-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-counter-holder .qodef-counter {
  height: 1em;
  display: inline-block !important;
  vertical-align: middle;
  color: #000;
  font-size: 90px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.05em;
  overflow: hidden;
}

.qodef-counter-holder .qodef-counter-title {
  margin: 12px 0 0;
  color: #50d6ae;
}

.qodef-counter-holder .qodef-counter-text {
  margin: 14px 0 0;
}

/* ==========================================================================
   Counter shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Custom Font shortcode style - begin
   ========================================================================== */

.qodef-custom-font-holder .qodef-cf-typed-wrap {
  width: 0;
  white-space: nowrap;
}

.qodef-custom-font-holder .qodef-cf-typed {
  display: inline-block;
}

.qodef-custom-font-holder .qodef-cf-typed span {
  display: none;
}

.qodef-custom-font-holder .qodef-cf-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);
  }
}

/* ==========================================================================
   Custom Font shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Dropcaps shortcode style - begin
   ========================================================================== */

.qodef-dropcaps {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  line-height: 42px;
  font-size: 42px;
  color: #999;
  font-weight: 300;
  text-align: center;
  margin: 0 7px 0 0;
}

.qodef-dropcaps.qodef-square,
.qodef-dropcaps.qodef-circle {
  height: 35px;
  width: 35px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  margin: 6px 9px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-dropcaps.qodef-circle {
  border-radius: 3em;
}

/* ==========================================================================
   Dropcaps shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Elements Holder shortcode style - begin
   ========================================================================== */

.qodef-elements-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.qodef-elements-holder.qodef-eh-full-height {
  height: 100%;
}

.qodef-elements-holder.qodef-ehi-float .qodef-eh-item {
  float: left;
}

.qodef-elements-holder.qodef-two-columns .qodef-eh-item {
  width: 50%;
}

.qodef-elements-holder.qodef-three-columns .qodef-eh-item {
  width: 33.33333%;
}

.qodef-elements-holder.qodef-four-columns .qodef-eh-item {
  width: 25%;
}

.qodef-elements-holder.qodef-five-columns .qodef-eh-item {
  width: 20%;
}

.qodef-elements-holder.qodef-six-columns .qodef-eh-item {
  width: 16.66667%;
}

.qodef-elements-holder .qodef-eh-item {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 100%;
}

.qodef-elements-holder .qodef-eh-item .qodef-eh-item-inner {
  position: relative;
  z-index: 10;
}

.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-top {
  vertical-align: top;
}

.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-bottom {
  vertical-align: bottom;
}

.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-center {
  text-align: center;
}

.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-right {
  text-align: right;
}

.qodef-elements-holder .qodef-eh-item .qodef-elements-holder-item-inner {
  width: 100%;
}

.qodef-elements-holder .qodef-eh-item .qodef-eh-item-background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.qodef-elements-holder .qodef-eh-item .qodef-eh-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.qodef-elements-holder .qodef-eh-item.qodef-clickable-with-image {
  overflow: hidden;
}

.qodef-elements-holder .qodef-eh-item.qodef-clickable-with-image .qodef-eh-item-background {
  -webkit-transform: scale(1.08) translate3d(-7px, 0, 0);
  transform: scale(1.08) translate3d(-7px, 0, 0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-elements-holder .qodef-eh-item.qodef-clickable-with-image:hover .qodef-eh-item-background {
  -webkit-transform: scale(1.08) translate3d(7px, 0, 0);
  transform: scale(1.08) translate3d(7px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-elements-holder .qodef-ehi-content {
  padding: 0 20px;
}

/* ==========================================================================
   Elements Holder shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Google Map shortcode style - begin
   ========================================================================== */

.qodef-google-map-with-contact-form-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form {
  position: relative;
  width: 100%;
  z-index: 100;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner {
  position: absolute;
  width: 100%;
  padding: 100px 118px 114px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
  box-shadow: 0px 5px 21px 0px rgba(83, 246, 198, 0.37);
  z-index: 1;
  -webkit-transform: translate3d(0, -51%, 0);
  transform: translate3d(0, -51%, 0);
}

.qodef-dark-skin .qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner .qodef-contact-form-info,
.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner .qodef-contact-form-content {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner .qodef-contact-form-info {
  width: 46%;
  padding: 2px 80px 0 0;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner .qodef-contact-form-tagline {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  color: #50d6ae;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner .qodef-contact-form-title {
  margin: 0;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner .qodef-contact-form-content {
  width: 54%;
  padding: 0 141px 0 18px;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form .qodef-contact-form-inner .wpcf7-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form-only {
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.qodef-google-map-with-contact-form-holder .qodef-contact-form-only .wpcf7 {
  background-color: #fff;
}

.qodef-google-map-with-contact-form-holder .qodef-google-map-with-contact-form {
  display: block;
  width: 100%;
  height: 300px;
  background: olive;
}

.qodef-google-map-with-contact-form-holder .qodef-google-map-with-contact-form iframe,
.qodef-google-map-with-contact-form-holder .qodef-google-map-with-contact-form object,
.qodef-google-map-with-contact-form-holder .qodef-google-map-with-contact-form embed {
  width: 100%;
  display: block;
}

.qodef-google-map-with-contact-form-holder .qodef-google-map-with-contact-form img {
  max-width: none;
}

.qodef-google-map-with-contact-form-holder .qodef-snazzy-map {
  display: none;
}

.qodef-google-map-with-contact-form-holder .qodef-google-map-with-contact-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.qodef-google-map-with-contact-form-holder.qodef-dark-skin .qodef-contact-form-inner {
  background-color: #000;
}

.qodef-google-map-with-contact-form-holder.qodef-dark-skin .qodef-contact-form-inner .qodef-contact-form-title {
  color: #fff;
}

.qodef-google-map-with-contact-form-holder.qodef-dark-skin .qodef-contact-form-only .wpcf7 {
  background-color: #000;
}

/* ==========================================================================
   Google Map shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Google Map shortcode style - begin
   ========================================================================== */

.qodef-google-map-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-google-map-holder .qodef-google-map {
  display: block;
  width: 100%;
  height: 300px;
}

.qodef-google-map-holder .qodef-google-map iframe,
.qodef-google-map-holder .qodef-google-map object,
.qodef-google-map-holder .qodef-google-map embed {
  width: 100%;
  display: block;
}

.qodef-google-map-holder .qodef-google-map img {
  max-width: none;
}

.qodef-google-map-holder .qodef-snazzy-map {
  display: none;
}

.qodef-google-map-holder .qodef-google-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

/* ==========================================================================
   Google Map shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Icon List Item shortcode style - begin
   ========================================================================== */

.qodef-icon-list-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: auto;
  width: 100%;
  margin-bottom: 8px;
}

.qodef-icon-list-holder .qodef-il-icon-holder,
.qodef-icon-list-holder .qodef-il-text {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.qodef-icon-list-holder .qodef-il-icon-holder {
  width: 1%;
}

.qodef-icon-list-holder .qodef-il-icon-holder > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 17px;
  line-height: inherit;
}

.qodef-icon-list-holder .qodef-il-icon-holder > *:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-list-holder .qodef-il-text {
  width: 99%;
  padding: 0 0 0 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Icon List Item shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Icon With Text shortcode style - begin
   ========================================================================== */

.qodef-iwt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-iwt .qodef-iwt-icon a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode {
  line-height: 1;
}

.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-circle,
.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-square,
.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-dropcaps.qodef-circle {
  line-height: 2;
}

.qodef-iwt .qodef-iwt-title {
  margin: 0;
  line-height: 1.2em;
}

.qodef-iwt .qodef-iwt-title a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-iwt .qodef-iwt-title-text {
  display: block;
}

.qodef-iwt .qodef-iwt-text {
  margin: 19px 0 0;
}

.qodef-iwt.qodef-iwt-icon-left {
  width: auto;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon,
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content {
  display: table-cell;
  vertical-align: top;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon {
  position: relative;
  top: 1px;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon img {
  max-width: none;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content {
  padding: 0 0 0 13px;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon,
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon .qodef-icon-element {
  -webkit-transition: none;
  transition: none;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon img {
  max-width: none;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
  padding: 0 0 0 17px;
}

.qodef-iwt.qodef-iwt-icon-top {
  text-align: center;
}

.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-icon {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-bg-svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-content {
  padding: 28px 0 0;
}

/* ==========================================================================
   Icon With Text shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Icon shortcode style - begin
   ========================================================================== */

.qodef-icon-shortcode {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}

.qodef-icon-shortcode.qodef-circle,
.qodef-icon-shortcode.qodef-square,
.qodef-icon-shortcode.qodef-dropcaps.qodef-circle {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: #53f6c6;
  -webkit-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.qodef-circle a,
.qodef-icon-shortcode.qodef-square a,
.qodef-icon-shortcode.qodef-dropcaps.qodef-circle a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.qodef-icon-shortcode.qodef-circle .qodef-icon-element,
.qodef-icon-shortcode.qodef-square .qodef-icon-element,
.qodef-icon-shortcode.qodef-dropcaps.qodef-circle .qodef-icon-element {
  color: #fff;
  line-height: inherit;
}

.qodef-icon-shortcode.qodef-circle {
  border-radius: 50%;
}

.qodef-icon-shortcode .qodef-icon-element {
  display: block;
  line-height: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.qodef-icon-shortcode .qodef-icon-element:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-animation-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.15s ease-in-out;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.qodef-icon-animation-holder.qodef-icon-animation-show {
  -webkit-transform: scale(1);
  -ms-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;
}

/* ==========================================================================
   Icon shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Image Gallery shortcode style - begin
   ========================================================================== */

.qodef-image-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Image Gallery Masonry Style - begin *****/
  /***** Image Gallery Masonry Style - end *****/
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
}

.qodef-image-gallery.qodef-has-shadow .qodef-ig-image-inner {
  -webkit-box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .owl-stage-outer,
.qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .owl-stage-outer {
  padding: 0 0 20px;
}

.qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .qodef-ig-image,
.qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .qodef-ig-image {
  -webkit-box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.qodef-image-gallery .qodef-ig-image a,
.qodef-image-gallery .qodef-ig-image img {
  position: relative;
  display: block;
}

.qodef-image-gallery .qodef-ig-image-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-image-gallery .qodef-ig-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-image-gallery.qodef-ig-masonry-type .qodef-ig-image.qodef-fixed-masonry-item .qodef-ig-image-inner,
.qodef-image-gallery.qodef-ig-masonry-type .qodef-ig-image.qodef-fixed-masonry-item a {
  height: 100%;
}

.qodef-image-gallery.qodef-image-behavior-custom-link img {
  display: block;
  -webkit-transform: scale(1.08) translate3d(-10px, 0, 0);
  transform: scale(1.08) translate3d(-10px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image .qodef-ig-image-inner {
  overflow: hidden;
}

.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a:after {
  content: '\26';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 77px;
  height: 77px;
  font-family: 'ElegantIcons';
  font-size: 20px;
  line-height: 77px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  background-color: #53f6c6;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a:hover img {
  -webkit-transform: scale(1.08) translate3d(5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-gallery.qodef-image-behavior-lightbox img {
  display: block;
  -webkit-transform: scale(1.08) translate3d(-7px, 0, 0);
  transform: scale(1.08) translate3d(-7px, 0, 0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image .qodef-ig-image-inner {
  overflow: hidden;
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:after {
  content: '\26';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 77px;
  height: 77px;
  font-family: 'ElegantIcons';
  font-size: 20px;
  line-height: 77px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  background-color: #53f6c6;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:hover img {
  -webkit-transform: scale(1.08) translate3d(7px, 0, 0);
  transform: scale(1.08) translate3d(7px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.touch .qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image {
  cursor: pointer;
}

.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image .qodef-ig-image-inner {
  overflow: hidden;
}

.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
  overflow: hidden;
}

.touch .qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
  cursor: pointer;
}

.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image img {
  filter: url("../../../../plugins/wellexpo-core/assets/css/img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image Gallery shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Image With Text shortcode style - begin
   ========================================================================== */

.qodef-image-with-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
}

.qodef-image-with-text-holder.qodef-has-shadow .qodef-iwt-image img {
  -webkit-box-shadow: 0px 1px 32.55px 2.45px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 32.55px 2.45px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), box-shadow 0.3s;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-box-shadow 0.3s;
  transition: transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), box-shadow 0.3s;
  transition: transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), box-shadow 0.3s, -webkit-transform 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88), -webkit-box-shadow 0.3s;
}

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

.qodef-image-with-text-holder .qodef-iwt-image a,
.qodef-image-with-text-holder .qodef-iwt-image img {
  position: relative;
  display: block;
}

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

.qodef-image-with-text-holder .qodef-iwt-title {
  margin: 27px 0 0;
}

.qodef-image-with-text-holder .qodef-iwt-text {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 10px;
  margin: 18px 0 0;
  color: #50d6ae;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:before,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:after,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-char,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-num,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-section-title-holder.qodef-st-with-animation .qodef-st-tagline:before,
.qodef-section-title-holder.qodef-st-with-animation .qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-st-tagline:before,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-section-title-holder.qodef-st-with-animation .qodef-st-tagline:after,
.qodef-section-title-holder.qodef-st-with-animation .qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-st-tagline:after {
  font-size: 14px;
  letter-spacing: .15em;
  font-style: italic;
  line-height: 1.3em;
  color: inherit;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text {
  white-space: nowrap;
  font-size: 0;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:before,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:after {
  position: absolute;
  top: 0;
  opacity: 0;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:before {
  content: '<';
  left: 0;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:after {
  content: '/>';
  right: 0;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-char {
  position: relative;
  display: inline-block;
  visibility: hidden;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-num {
  position: absolute;
  visibility: hidden;
}

@-webkit-keyframes qodefNumFadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@keyframes qodefNumFadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-webkit-keyframes qodefNumFadeInOut {
  0% {
    visibility: visible;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@keyframes qodefNumFadeInOut {
  0% {
    visibility: visible;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-webkit-keyframes qodefCharFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes qodefCharFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.qodef-image-with-text-holder.qodef-iwt-with-animation.qodef-appeared .qodef-iwt-text:before,
.qodef-image-with-text-holder.qodef-iwt-with-animation.qodef-appeared .qodef-iwt-text:after {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 1;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation.qodef-appeared .qodef-num-1 {
  -webkit-animation: qodefNumFadeOut 0.1s forwards;
  animation: qodefNumFadeOut 0.1s forwards;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation.qodef-appeared .qodef-num-2 {
  -webkit-animation: qodefNumFadeInOut 0.1s forwards;
  animation: qodefNumFadeInOut 0.1s forwards;
}

.qodef-image-with-text-holder.qodef-iwt-with-animation.qodef-appeared .qodef-char {
  -webkit-animation: qodefCharFadeIn 0.15s forwards;
  animation: qodefCharFadeIn 0.15s forwards;
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link:not(.qodef-has-shadow).qodef-iwt-image a:hover:after {
  opacity: 1;
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link:not(.qodef-has-shadow).qodef-iwt-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link.qodef-has-shadow .qodef-iwt-image:hover img,
.qodef-image-with-text-holder.qodef-image-behavior-custom-link.qodef-has-shadow.qodef-hovered .qodef-iwt-image img {
  -webkit-box-shadow: 0px 3px 32.55px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 32.55px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}

.qodef-image-with-text-holder.qodef-image-behavior-lightbox .qodef-iwt-image a:hover:after {
  opacity: 1;
}

.qodef-image-with-text-holder.qodef-image-behavior-lightbox .qodef-iwt-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image {
  overflow: hidden;
}

.touch .qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image {
  cursor: pointer;
}

.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image {
  overflow: hidden;
}

.touch .qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image {
  cursor: pointer;
}

.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image img {
  filter: url("../../../../plugins/wellexpo-core/assets/css/img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image With Text shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Info Slider shortcode styles - begin
   ========================================================================== */

.qodef-info-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-info-slider .qodef-is-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47%;
}

.qodef-info-slider .qodef-section-title-holder {
  padding: 26% 8% 30% 30%;
}

.qodef-info-slider .qodef-section-title-holder .qodef-bg-svg circle {
  opacity: 0;
}

.qodef-info-slider .qodef-section-title-holder .qodef-bg-svg:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(1) {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(2) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(3) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(5) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(6) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(7) {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(8) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(9) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(10) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(11) {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(12) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(13) {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(14) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg circle:nth-child(15) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.qodef-info-slider .qodef-section-title-holder.qodef-appeared .qodef-bg-svg:after {
  -webkit-transform-origin: 100%, 50%;
  -ms-transform-origin: 100%, 50%;
  transform-origin: 100%, 50%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 0.5, 0.46, 0.88) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 0.5, 0.46, 0.88) 0.2s;
  transition: transform 0.5s cubic-bezier(0.19, 0.5, 0.46, 0.88) 0.2s;
  transition: transform 0.5s cubic-bezier(0.19, 0.5, 0.46, 0.88) 0.2s, -webkit-transform 0.5s cubic-bezier(0.19, 0.5, 0.46, 0.88) 0.2s;
}

.qodef-info-slider .qodef-st-inner {
  position: relative;
}

.qodef-info-slider .qodef-st-title-wrapper {
  margin-bottom: 25px;
}

.qodef-info-slider .qodef-bg-svg {
  position: absolute;
  bottom: 101%;
  right: 100%;
}

.qodef-info-slider .qodef-bg-svg:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background-color: #50d6ae;
}

.qodef-info-slider .qodef-is-items {
  position: relative;
  width: 53%;
}

.qodef-info-slider .qodef-is-item-link,
.qodef-info-slider .qodef-is-item {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qodef-info-slider .qodef-is-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes qodefFadeInSlide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes qodefFadeInSlide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.qodef-info-slider .qodef-is-item.qodef-prev {
  z-index: 5;
}

.qodef-info-slider .qodef-is-item.qodef-active {
  z-index: 10;
  -webkit-animation: qodefFadeInSlide 0.75s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: qodefFadeInSlide 0.75s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.qodef-info-slider .qodef-is-item.qodef-active .qodef-is-item-image {
  -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.07);
}

.qodef-info-slider .qodef-is-item.qodef-active .qodef-is-item-link {
  z-index: 100;
}

.qodef-info-slider .qodef-is-item-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}

.qodef-info-slider.qodef-is-with-nav {
  padding-bottom: 50px;
}

.qodef-info-slider.qodef-is-with-nav .qodef-is-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 50px;
  bottom: 0;
  left: 47%;
  width: 53%;
}

.qodef-info-slider.qodef-is-with-nav .qodef-is-nav-item {
  position: relative;
  height: 5px;
  width: 5px;
  padding: 3px;
  margin-right: 15px;
  cursor: pointer;
}

.qodef-info-slider.qodef-is-with-nav .qodef-is-nav-item:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  height: 5px;
  width: 5px;
  background-color: #313131;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.qodef-info-slider.qodef-is-with-nav .qodef-is-nav-item:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: -1px;
  left: -1px;
  border: 1px solid #313131;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.qodef-info-slider.qodef-is-with-nav .qodef-is-nav-item:hover:after {
  opacity: 1;
}

.qodef-info-slider.qodef-is-with-nav .qodef-is-nav-item.qodef-active:before {
  background-color: #d8d7d7;
}

.qodef-info-slider.qodef-is-with-nav .qodef-is-nav-item.qodef-active:after {
  border-color: #d8d7d7;
  opacity: 1;
}

/* ==========================================================================
   Info Slider shortcode styles - end
   ========================================================================== */

/* ==========================================================================
   Masonry Elements Holder shortcode style - begin
   ========================================================================== */

.qodef-masonry-elements-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  visibility: hidden;
}

.qodef-masonry-elements-holder.qodef-appeared {
  visibility: visible;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item .qodef-masonry-elements-item-inner-helper {
  position: relative;
  width: 100%;
  height: 100%;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item .qodef-masonry-elements-item-inner-tb {
  display: table;
  height: 100%;
  width: 100%;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item .qodef-masonry-elements-item-inner-tb .qodef-masonry-elements-item-inner-tc {
  display: table-cell;
  padding: 15px 39px 42px 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1440px) {
  .qodef-masonry-elements-holder .qodef-masonry-elements-item .qodef-masonry-elements-item-inner-tb .qodef-masonry-elements-item-inner-tc {
    padding: 20px;
  }
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item .qodef-masonry-elements-item-background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item-inner {
  height: 100%;
  width: 100.1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item {
  width: 33.3333%;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-item.qodef-large-width,
.qodef-masonry-elements-holder .qodef-masonry-elements-item.qodef-large-width-height {
  width: 66.6666%;
}

.qodef-masonry-elements-holder.qodef-masonry-two-columns .qodef-masonry-elements-item {
  width: 50%;
}

.qodef-masonry-elements-holder.qodef-masonry-two-columns .qodef-masonry-elements-item.qodef-large-width,
.qodef-masonry-elements-holder.qodef-masonry-two-columns .qodef-masonry-elements-item.qodef-large-width-height {
  width: 50%;
}

.qodef-masonry-elements-holder.qodef-masonry-two-columns .qodef-masonry-elements-grid-sizer {
  width: 25%;
}

.qodef-masonry-elements-holder.qodef-masonry-four-columns .qodef-masonry-elements-item {
  width: 25%;
}

.qodef-masonry-elements-holder.qodef-masonry-four-columns .qodef-masonry-elements-item.qodef-large-width,
.qodef-masonry-elements-holder.qodef-masonry-four-columns .qodef-masonry-elements-item.qodef-large-width-height {
  width: 50%;
}

.qodef-masonry-elements-holder .qodef-masonry-elements-grid-sizer {
  width: 33.3333%;
}

.qodef-masonry-elements-holder.qodef-masonry-four-columns .qodef-masonry-elements-grid-sizer {
  width: 25%;
}

/* ==========================================================================
   Masonry Elements Holder shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Pricing Tables shortcode style - begin
   ========================================================================== */

.qodef-pricing-tables {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-pricing-tables.qodef-light-skin .qodef-price-table .qodef-pt-inner .qodef-pt-prices {
  color: #fff;
}

.qodef-pricing-tables.qodef-light-skin .qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-title {
  color: #fff;
}

.qodef-pricing-tables.qodef-light-skin .qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-mark {
  color: #fff;
}

.qodef-pricing-tables.qodef-light-skin .qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-content {
  color: #fff;
}

.qodef-pricing-tables.qodef-light-skin .qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-content ul li:before {
  color: #fff;
}

.qodef-pricing-tables.qodef-light-skin .qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-button .qodef-btn.qodef-btn-simple {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .qodef-price-table {
    float: none !important;
    width: 100% !important;
  }
}

.qodef-price-table .qodef-pt-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .qodef-price-table .qodef-pt-inner {
    padding: 0 !important;
  }
}

.qodef-price-table .qodef-pt-inner .qodef-pt-image-holder {
  margin: 0 0 13px;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-main-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-prices,
.qodef-price-table .qodef-pt-inner .qodef-pt-text-holder {
  float: left;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-prices {
  margin-right: 25px;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #000;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-prices .qodef-pt-value {
  position: relative;
  top: -10px;
  right: -2px;
  font-size: 19px;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-title {
  margin: 0 0 4px;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-mark {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
  color: #000;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-content {
  margin: 0 0 20px;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-content ul {
  margin: 16px 0;
  list-style-type: none;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-content ul li:before {
  content: '\4e';
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
  font-family: 'ElegantIcons';
  font-size: 18px;
  color: #000;
}

.qodef-price-table .qodef-pt-inner .qodef-pt-text-holder .qodef-pt-button .qodef-btn.qodef-btn-simple {
  color: #313131 !important;
}

.qodef-price-table.qodef-pt-active-item .qodef-pt-inner:after {
  content: '\e033';
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-family: 'ElegantIcons';
  font-size: 19px;
  line-height: 44px;
  text-align: center;
  color: #000;
  background-color: #53f6c6;
}

/* ==========================================================================
   Pricing Tables shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Process shortcode style - begin
   ========================================================================== */

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

.qodef-process-holder.qodef-two-columns .qodef-process-item {
  width: 50%;
}

.qodef-process-holder.qodef-three-columns .qodef-process-item {
  width: 33.33333%;
}

.qodef-process-holder.qodef-four-columns .qodef-process-item {
  width: 25%;
}

.qodef-process-holder .qodef-process-inner {
  margin: 0 -15px;
}

.qodef-process-holder .qodef-process-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  min-height: 280px;
  padding: 0 15px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  transition: opacity 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}

.qodef-process-holder .qodef-process-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.qodef-process-holder .qodef-process-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.qodef-process-holder .qodef-process-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.qodef-process-holder .qodef-process-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.qodef-process-holder .qodef-pi-image-holder {
  position: relative;
}

.qodef-process-holder .qodef-iwt {
  position: absolute;
  top: 94px;
}

.qodef-process-holder .qodef-pi-title {
  margin: 0;
}

.qodef-process-holder .qodef-pi-text {
  margin: 11px 0 0;
}

.qodef-process-holder.qodef-process-appeared .qodef-process-item {
  opacity: 1;
}

/* ==========================================================================
   Process shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Progress Bar shortcode style - begin
   ========================================================================== */

.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-progress-bar.qodef-pb-percent-floating {
  width: 100%;
  height: 100%;
}

.qodef-progress-bar.qodef-pb-percent-floating .qodef-pb-percent {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-progress-bar .qodef-pb-title-holder {
  position: relative;
  margin: 10px 0 8px;
}

.qodef-progress-bar .qodef-pb-title-holder .qodef-pb-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.qodef-progress-bar .qodef-pb-percent {
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  opacity: 0;
  z-index: 10;
}

.qodef-progress-bar .qodef-pb-percent:after {
  content: '%';
}

.qodef-progress-bar .qodef-pb-content-holder {
  position: relative;
  height: 8px;
  background-color: #ebebeb;
}

.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content {
  position: relative;
  top: -1px;
  height: 10px;
  max-width: 100%;
  overflow: hidden;
  background-color: #53f6c6;
}

/* ==========================================================================
   Progress Bar shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Section Title shortcode styles - begin
   ========================================================================== */

.qodef-section-title-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-section-title-holder .qodef-st-tagline {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px 0 10px;
  margin: 0 0 2px;
  font-family: "Rubik", sans-serif;
  letter-spacing: .1em;
  font-style: italic;
  line-height: 1.3em;
  color: #50d6ae;
}

.qodef-section-title-holder .qodef-st-tagline:before {
  content: '<';
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-section-title-holder .qodef-st-tagline:after {
  content: '/>';
  position: absolute;
  top: 0;
  right: 0;
}

.qodef-section-title-holder.qodef-section-title-custom-tagline .qodef-st-tagline:before,
.qodef-section-title-holder.qodef-section-title-custom-tagline .qodef-st-tagline:after,
.qodef-section-title-holder.qodef-section-title-custom-tagline .qodef-st-tagline .qodef-char,
.qodef-section-title-holder.qodef-section-title-custom-tagline .qodef-st-tagline .qodef-num {
  font-size: 18px !important;
}

.qodef-section-title-holder.qodef-st-with-animation .qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:before,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-section-title-holder.qodef-st-with-animation .qodef-iwt-text:before,
.qodef-section-title-holder.qodef-st-with-animation .qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-iwt-text:after,
.qodef-image-with-text-holder.qodef-iwt-with-animation .qodef-section-title-holder.qodef-st-with-animation .qodef-iwt-text:after,
.qodef-section-title-holder.qodef-st-with-animation .qodef-st-tagline:before,
.qodef-section-title-holder.qodef-st-with-animation .qodef-st-tagline:after,
.qodef-section-title-holder.qodef-st-with-animation .qodef-char,
.qodef-section-title-holder.qodef-st-with-animation .qodef-num {
  font-size: 14px;
  letter-spacing: .15em;
  font-style: italic;
  line-height: 1.3em;
  color: inherit;
}

.qodef-section-title-holder.qodef-st-with-animation .qodef-st-tagline {
  white-space: nowrap;
  font-size: 0;
}

.qodef-section-title-holder.qodef-st-with-animation .qodef-st-tagline:before,
.qodef-section-title-holder.qodef-st-with-animation .qodef-st-tagline:after {
  opacity: 0;
}

.qodef-section-title-holder.qodef-st-with-animation .qodef-char {
  position: relative;
  display: inline-block;
  visibility: hidden;
}

.qodef-section-title-holder.qodef-st-with-animation .qodef-num {
  position: absolute;
  visibility: hidden;
}

@-webkit-keyframes qodefNumFadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@keyframes qodefNumFadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-webkit-keyframes qodefNumFadeInOut {
  0% {
    visibility: visible;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@keyframes qodefNumFadeInOut {
  0% {
    visibility: visible;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-webkit-keyframes qodefCharFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes qodefCharFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes qodefTextFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  40% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes qodefTextFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  40% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.qodef-section-title-holder.qodef-st-with-animation .qodef-st-text-wrapper,
.qodef-section-title-holder.qodef-st-with-animation .qodef-st-title-wrapper {
  visibility: hidden;
}

.qodef-section-title-holder.qodef-st-with-animation.qodef-appeared .qodef-st-tagline:before,
.qodef-section-title-holder.qodef-st-with-animation.qodef-appeared .qodef-st-tagline:after {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 1;
}

.qodef-section-title-holder.qodef-st-with-animation.qodef-appeared .qodef-num-1 {
  -webkit-animation: qodefNumFadeOut 0.1s forwards;
  animation: qodefNumFadeOut 0.1s forwards;
}

.qodef-section-title-holder.qodef-st-with-animation.qodef-appeared .qodef-num-2 {
  -webkit-animation: qodefNumFadeInOut 0.1s forwards;
  animation: qodefNumFadeInOut 0.1s forwards;
}

.qodef-section-title-holder.qodef-st-with-animation.qodef-appeared .qodef-char {
  -webkit-animation: qodefCharFadeIn 0.15s forwards;
  animation: qodefCharFadeIn 0.15s forwards;
}

.qodef-section-title-holder.qodef-st-with-animation.qodef-appeared .qodef-st-title-wrapper {
  -webkit-animation: qodefTextFadeIn 1s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards;
  animation: qodefTextFadeIn 1s cubic-bezier(0.19, 0.5, 0.46, 0.88) forwards;
}

.qodef-section-title-holder.qodef-st-with-animation.qodef-appeared .qodef-st-text-wrapper {
  -webkit-animation: qodefTextFadeIn 1s cubic-bezier(0.19, 0.5, 0.46, 0.88) 0.2s forwards;
  animation: qodefTextFadeIn 1s cubic-bezier(0.19, 0.5, 0.46, 0.88) 0.2s forwards;
}

.qodef-section-title-holder .qodef-st-title {
  display: block;
  margin: 0;
}

.qodef-section-title-holder .qodef-st-title .qodef-st-title-bold {
  font-weight: 700;
}

.qodef-section-title-holder .qodef-st-title .qodef-st-title-light {
  font-weight: 300;
}

.qodef-section-title-holder .qodef-st-text {
  display: block;
  margin: 5px 0 0;
}

.qodef-section-title-holder.qodef-light-skin .qodef-st-title,
.qodef-section-title-holder.qodef-light-skin .qodef-st-text {
  color: #fff;
}

/* ==========================================================================
   Section Title shortcode styles - end
   ========================================================================== */

/* ==========================================================================
   Separator shortcode style - begin
   ========================================================================== */

.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 #ebebeb;
  margin: 10px 0;
}

/* ==========================================================================
   Separator shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Single Image shortcode style - begin
   ========================================================================== */

.qodef-single-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
  /***** Moving Behavior Style - begin *****/
  /***** Moving Behavior Style - end *****/
}

.qodef-single-image-holder.qodef-has-shadow .qodef-si-inner {
  -webkit-box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.qodef-single-image-holder .qodef-si-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-single-image-holder .qodef-si-inner a,
.qodef-single-image-holder .qodef-si-inner img {
  position: relative;
  display: block;
}

.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner a:hover:after {
  opacity: 1;
}

.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-lightbox .qodef-si-inner a:hover:after {
  opacity: 1;
}

.qodef-single-image-holder.qodef-image-behavior-lightbox .qodef-si-inner a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
  overflow: hidden;
}

.touch .qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
  cursor: pointer;
}

.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner {
  overflow: hidden;
}

.touch .qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner {
  cursor: pointer;
}

.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner img {
  filter: url("../../../../plugins/wellexpo-core/assets/css/img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
  overflow: hidden;
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 120%;
  -webkit-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}

.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner:hover {
  background-position: 90% center;
}

.touch .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
  cursor: pointer;
}

.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
  z-index: -1;
  max-width: 80%;
}

@media only screen and (max-width: 1024px) {
  .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
    padding: 0;
    background: none;
  }

  .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
    z-index: inherit;
    max-width: 100%;
  }
}

/* ==========================================================================
   Single Image shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Social Share shortcode style - begin
   ========================================================================== */

.qodef-social-share-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-social-share-holder ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-social-share-holder ul a {
  color: inherit;
}

.qodef-social-share-holder ul a:hover {
  color: #53f6c6;
}

/* List type - begin
========================================================================== */

.qodef-social-share-holder.qodef-list .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.qodef-social-share-holder.qodef-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 10px 3px 0;
}

.qodef-social-share-holder.qodef-list li:last-child {
  margin: 0 0 3px;
}

.qodef-social-share-holder.qodef-list li a {
  font-size: 15px;
}

/* List type - end
========================================================================== */

/* Text type - begin
========================================================================== */

.qodef-social-share-holder.qodef-text .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #282828;
  font-weight: 600;
  margin-right: 13px;
}

.qodef-social-share-holder.qodef-text li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 13px 3px 0;
}

.qodef-social-share-holder.qodef-text li:last-child {
  margin: 0 0 3px;
}

.qodef-social-share-holder.qodef-text li a {
  font-size: 15px;
}

/* Text type - end
========================================================================== */

/* Dropdown type - begin
========================================================================== */

.qodef-social-share-holder.qodef-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener {
  display: block;
  padding: 0 7px;
  color: #282828;
  -webkit-transition: none;
  transition: none;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .social_share {
  font-size: 14px;
  color: #53f6c6;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover {
  color: #53f6c6;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover .social_share {
  color: inherit;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown {
  position: relative;
  visibility: hidden;
  z-index: 950;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
  top: -28px;
  right: -4px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li {
  width: 26px;
  height: 26px;
  line-height: 26px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 15.87px;
  color: #282828;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:not(:first-child) {
  border-top: none;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li * {
  display: block;
  line-height: inherit;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(1) {
  left: -26px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(2) {
  left: -52px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(3) {
  left: -78px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(4) {
  left: -104px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(5) {
  left: -130px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(6) {
  left: -156px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(7) {
  left: -182px;
}

.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 {
  /* opacity and visibility need to be different, but not background-color */
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  -webkit-transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
}

/* Dropdown type - end
========================================================================== */

/* ==========================================================================
   Social Share shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Tabs shortcode style - begin
   ========================================================================== */

.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-tabs .qodef-tabs-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-tabs .qodef-tabs-nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.qodef-tabs .qodef-tabs-nav li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.qodef-tabs .qodef-tab-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-tabs .qodef-tab-container p {
  margin: 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav {
  border-bottom: 2px dashed #edeff2;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li {
  position: relative;
  margin: 0 4px 0 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li a {
  padding: 13px 29px 14px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-hover a {
  color: #000;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-active a:before,
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-hover a:before {
  background-color: #53f6c6;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li:first-child a {
  padding-left: 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tab-container {
  padding: 27px 0;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li {
  margin: 0 12px 0 0;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li a {
  padding: 7px 26px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background-color: #000;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li.ui-state-hover a {
  color: #000;
  background-color: #53f6c6;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tab-container {
  margin: 25px 0 0;
}

.ui-widget-content {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-widget-header {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: initial;
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-tabs-nav li {
  position: initial;
  font-weight: inherit;
  color: inherit;
  background: initial;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-widget-content {
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

/* ==========================================================================
   Tabs shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Vertical Split Slider shortcode style - begin
   ========================================================================== */

.qodef-vss-initialized .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner {
  padding: 0;
}

.qodef-vss-initialized .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 0;
}

.qodef-vertical-split-slider {
  position: relative;
  opacity: 0;
  margin: 0 -2px;
  overflow: hidden;
}

.qodef-vertical-split-slider .qodef-vss-ms-left,
.qodef-vertical-split-slider .qodef-vss-ms-right {
  position: absolute;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-vertical-split-slider .qodef-vss-ms-left {
  top: 0;
  left: 0;
}

.qodef-vertical-split-slider .qodef-vss-ms-left .qodef-vss-ms-section {
  background-position: 100% center;
  background-size: cover;
}

.qodef-vertical-split-slider .qodef-vss-ms-right {
  top: 10000px;
  right: 0;
}

.qodef-vertical-split-slider .qodef-vss-ms-right .qodef-vss-ms-section {
  background-position: 0 center;
  background-size: cover;
}

.qodef-vertical-split-slider .qodef-vss-ms-section.ms-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-vertical-split-slider .qodef-vss-ms-section .ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.qodef-vertical-split-slider .qodef-vss-ms-section .ms-easing {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-ms-left .qodef-vss-ms-section .ms-tableCell {
  padding: 7.5rem 0 7.5rem 7.5rem;
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-ms-right .qodef-vss-ms-section .ms-tableCell {
  padding: 7.5rem 7.5rem 7.5rem 0;
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-horizontal-mask:before,
.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-horizontal-mask:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-vertical-mask:before,
.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-vertical-mask:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.qodef-vertical-split-slider .qodef-vss-horizontal-mask:before,
.qodef-vertical-split-slider .qodef-vss-horizontal-mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 7.5rem;
  z-index: 500;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.qodef-vertical-split-slider .qodef-vss-horizontal-mask:before {
  top: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.qodef-vertical-split-slider .qodef-vss-horizontal-mask:after {
  bottom: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.qodef-vertical-split-slider .qodef-vss-vertical-mask:before,
.qodef-vertical-split-slider .qodef-vss-vertical-mask:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 7.5rem;
  z-index: 500;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.qodef-vertical-split-slider .qodef-vss-vertical-mask:before {
  left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.qodef-vertical-split-slider .qodef-vss-vertical-mask:after {
  right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.qodef-vss-responsive {
  display: none;
}

.qodef-vss-responsive .qodef-vss-ms-section {
  background-position: center;
  background-size: cover;
}

#multiscroll-nav {
  position: fixed;
  top: 50%;
  right: 55px;
  margin-top: -10px;
  opacity: 1;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.qodef-fullscreen-menu-opened #multiscroll-nav {
  z-index: -1;
}

#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}

#multiscroll-nav ul li {
  position: relative;
  display: block;
  margin: 12px 3px;
}

#multiscroll-nav ul li a {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background-color: transparent;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiscroll-nav ul li a:before,
#multiscroll-nav ul li a:after {
  position: absolute;
  content: '';
}

#multiscroll-nav ul li a:before {
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #313131;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#multiscroll-nav ul li a:after {
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: #313131;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#multiscroll-nav ul li a.active:before,
#multiscroll-nav ul li a:hover:before {
  opacity: 1;
}

#multiscroll-nav ul li a.active:before {
  border-color: #d7d7d7 !important;
}

#multiscroll-nav ul li a.active:after {
  background-color: #d7d7d7 !important;
}

.qodef-custom-light-header #multiscroll-nav ul li a:before {
  border-color: #fff;
}

.qodef-custom-light-header #multiscroll-nav ul li a:after {
  background-color: #fff;
}

.qodef-custom-dark-header #multiscroll-nav ul li a:before {
  border-color: #000;
}

.qodef-custom-dark-header #multiscroll-nav ul li a:after {
  background-color: #000;
}

#multiscroll-nav ul li a span {
  display: block;
}

/* ==========================================================================
   Vertical Split Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */

.qodef-video-button-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play,
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play .qodef-video-button-play-inner,
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image .qodef-video-button-play-inner {
  position: relative;
  top: 50%;
  left: 0;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-video-button-holder .qodef-video-button-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-video-button-holder .qodef-video-button-image img {
  display: block;
}

.qodef-video-button-holder .qodef-video-button-play,
.qodef-video-button-holder .qodef-video-button-play-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.qodef-video-button-holder .qodef-video-button-play {
  color: #000;
  font-size: 106px;
  line-height: 1;
}

.qodef-video-button-holder .qodef-video-button-play span {
  display: block;
  line-height: inherit;
}

.qodef-video-button-holder .qodef-video-button-play span:before {
  display: block;
  line-height: inherit;
}

.qodef-video-button-holder .qodef-video-button-play-image.qodef-vb-has-hover-image:hover img:first-child {
  opacity: 0;
}

.qodef-video-button-holder .qodef-video-button-play-image.qodef-vb-has-hover-image:hover img:nth-child(2) {
  opacity: 1;
}

.qodef-video-button-holder .qodef-video-button-play-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.qodef-video-button-holder .qodef-video-button-play-image img:first-child {
  position: relative;
  opacity: 1;
}

.qodef-video-button-holder .qodef-video-button-play-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}

.rev_slider_wrapper .qodef-video-button-holder .qodef-video-button-play-image img:nth-child(2) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.qodef-video-button-holder.qodef-vb-custom {
  padding-top: 77px;
  padding-right: 77px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-video-button-holder.qodef-vb-custom .qodef-video-button-custom-play {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
}

.qodef-video-button-holder.qodef-vb-custom .qodef-video-button-custom-play .qodef-video-button-custom-play-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
  font-size: 22px;
  line-height: 77px;
  text-align: center;
  color: #000;
  background-color: #53f6c6;
}

.qodef-video-button-holder.qodef-vb-custom .qodef-video-button-custom-play .qodef-video-button-custom-play-inner:hover {
  color: #fff;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/wellexpo-core/assets/css/shortcodes-map.css.map */
/* ==========================================================================
   Global partials
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Shortcodes styles
   ========================================================================== */

.qodef-instagram-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.qodef-instagram-list-holder:not(.qodef-il-one-column) .qodef-il-item {
  float: left;
}

.qodef-instagram-list-holder .qodef-instagram-carousel .qodef-il-item {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.qodef-instagram-list-holder .qodef-il-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-instagram-list-holder.qodef-il-two-columns .qodef-il-item {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .qodef-instagram-list-holder.qodef-il-two-columns .qodef-il-item:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-instagram-list-holder.qodef-il-three-columns .qodef-il-item {
  width: 33.33333%;
}

@media only screen and (min-width: 1201px) {
  .qodef-instagram-list-holder.qodef-il-three-columns .qodef-il-item:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item {
  width: 25%;
}

@media only screen and (min-width: 1281px) {
  .qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item {
  width: 20%;
}

@media only screen and (min-width: 1281px) {
  .qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item:nth-child(5n+1) {
    clear: both;
  }
}

/*# sourceMappingURL=../../../../plugins/wellexpo-instagram-feed/assets/css/shortcodes-map.css.map */
/* ==========================================================================
   Global partials
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Widgets styles
   ========================================================================== */

/* ==========================================================================
   Instagram widget style - begin
   ========================================================================== */

aside.qodef-sidebar .widget.widget_qodef_instagram_widget .qodef-widget-title,
.wpb_widgetised_column .widget.widget_qodef_instagram_widget .qodef-widget-title {
  margin: 0 0 25px;
}

.qodef-footer-top-holder .widget.widget_qodef_instagram_widget .qodef-widget-title {
  margin: 0 0 37px;
}

.qodef-footer-top-holder .widget.widget_qodef_instagram_widget .qodef-col-3.qodef-instagram-gallery.qodef-tiny-space {
  max-width: 260px;
}

@media only screen and (max-width: 680px) {
  .qodef-footer-top-holder .widget.widget_qodef_instagram_widget .qodef-col-3.qodef-instagram-gallery.qodef-tiny-space {
    max-width: 100%;
  }
}

.qodef-footer-top-holder .widget.widget_qodef_instagram_widget .qodef-col-3.qodef-instagram-gallery.qodef-tiny-space li {
  width: 84px;
}

@media only screen and (max-width: 680px) {
  .qodef-footer-top-holder .widget.widget_qodef_instagram_widget .qodef-col-3.qodef-instagram-gallery.qodef-tiny-space li {
    width: 33%;
  }
}

.qodef-instagram-feed {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-instagram-feed li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
}

.qodef-instagram-feed li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.qodef-instagram-feed li a .qodef-instagram-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qodef-instagram-feed li a:hover .qodef-instagram-icon {
  opacity: 1;
}

.qodef-instagram-feed li img {
  display: block;
  -webkit-transform: scale(1.08) translate3d(-5px, 0, 0);
  transform: scale(1.08) translate3d(-5px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-instagram-feed li:hover img {
  -webkit-transform: scale(1.08) translate3d(5px, 0, 0);
  transform: scale(1.08) translate3d(5px, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

footer .qodef-instagram-feed li img {
  -webkit-transform: scale(1.12) translate3d(-4px, 0, 0);
  transform: scale(1.12) translate3d(-4px, 0, 0);
}

footer .qodef-instagram-feed li:hover img {
  -webkit-transform: scale(1.12) translate3d(4px, 0, 0);
  transform: scale(1.12) translate3d(4px, 0, 0);
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-no-space {
  margin: 0;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-no-space li {
  padding: 0 0px;
  margin: 0 0 0px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space {
  margin: 0 -5px -10px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space li {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-small-space {
  margin: 0 -10px -20px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-small-space li {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-normal-space {
  margin: 0 -15px -30px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-normal-space li {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-2 li {
  width: 50%;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-3 li {
  width: 33.33333%;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-4 li {
  width: 25%;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-6 li {
  width: 16.66667%;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-9 li {
  width: 11.11111%;
}

.qodef-instagram-feed.qodef-instagram-carousel li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.qodef-instagram-feed.qodef-instagram-carousel li a {
  position: relative;
  display: block;
  height: 100%;
}

/* ==========================================================================
   Instagram widget style - end
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/wellexpo-instagram-feed/assets/css/widget-map.css.map */