@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 20px;
  padding: 13px 5px 13px 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: inherit;
  color: #1b1b1b;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: text;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-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: #1b1b1b;
  border-color: #1b1b1b;
}

#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: #999
 * Background: #fff
 * Content: #1b1b1b
 * Header h1: #1b1b1b
 * Header h2: #1b1b1b
 * Header h3: #1b1b1b
 * Header h4: #1b1b1b
 * Header h5: #1b1b1b
 * Header h6: #1b1b1b
 * Header Background: #ffffff
 * Footer Top Background: #1b1b1b
 * Footer Bottom Background: #1b1b1b

 * a (standard): #999
 * a (hover): #999
 */

/* ==========================================================================
   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: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.67em;
  font-weight: 300;
  color: #1b1b1b;
  background-color: #fff;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  font-weight: 300;
  color: #1b1b1b;
  letter-spacing: 0.05em;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

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

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

h1 {
  font-size: 40px;
  line-height: 1.275em;
}

h2 {
  font-size: 35px;
  line-height: 1.314em;
}

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

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

h5 {
  font-size: 22px;
  line-height: 1.5em;
}

h6 {
  font-size: 18px;
  line-height: 1.67em;
}

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

a:hover,
p a:hover {
  color: #999;
}

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 #e5e5e5;
}

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

blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  quotes: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

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;
  padding-left: 72px;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

blockquote:before {
  content: '“';
  font-size: 185px;
  font-family: Raleway,sans-serif;
  font-weight: 200;
  position: absolute;
  display: inline-block;
  line-height: 0.9em;
}

blockquote:after {
  content: '';
}

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

/* Webkit */

::-moz-selection {
  background: #999;
  color: #fff;
}

::selection {
  background: #999;
  color: #fff;
}

/* Gecko/Mozilla */

::-moz-selection {
  background: #999;
  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);
  -o-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;
  background-color: #fff;
  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: 40px;
  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;
}

@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;
  -o-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;
  -o-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);
  -o-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);
  -o-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);
  -o-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);
  -o-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);
  -o-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;
  -o-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;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

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

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

.qodef-st-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

/* Dessau spinner - start */

.qodef-dessau-loader {
  width: 145px;
  height: 145px;
}

.qodef-dessau-loader svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.qodef-blog-pagination-infinite-scroll .qodef-dessau-loader svg,
.qodef-pl-pag-load-more .qodef-dessau-loader svg,
.qodef-pl-pag-infinite-scroll .qodef-dessau-loader svg {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.qodef-dessau-loader rect:nth-of-type(1) {
  -webkit-animation: 1s anim-height forwards;
  animation: 1s anim-height forwards;
  height: 0;
}

.qodef-dessau-loader rect:nth-of-type(2) {
  -webkit-animation: 1s 0.7s anim-width forwards;
  animation: 1s 0.7s anim-width forwards;
  width: 0;
}

.qodef-dessau-loader rect:nth-of-type(3) {
  -webkit-animation: 1s 1.1s anim-height forwards;
  animation: 1s 1.1s anim-height forwards;
  height: 0;
}

.qodef-dessau-loader rect:nth-of-type(4) {
  -webkit-animation: 1s 0.3s anim-width forwards, full-width 0.1s 1.3s forwards;
  animation: 1s 0.3s anim-width forwards, full-width 0.1s 1.3s forwards;
  width: 0;
}

.qodef-dessau-loader rect:nth-of-type(5) {
  height: 100%;
  width: 62%;
  opacity: 0;
  -webkit-animation: 2s 1.2s anim-opacity infinite;
  animation: 2s 1.2s anim-opacity infinite;
}

.qodef-dessau-loader rect:nth-of-type(6) {
  -webkit-animation: 1s 0.8s anim-width forwards;
  animation: 1s 0.8s anim-width forwards;
  width: 0;
}

.qodef-dessau-loader rect:nth-of-type(7) {
  width: 40px;
  height: 30%;
  y: 0;
  opacity: 0;
  -webkit-animation: 2s 1.7s anim-opacity infinite;
  animation: 2s 1.7s anim-opacity infinite;
}

.qodef-dessau-loader rect:nth-of-type(8) {
  width: 40px;
  height: 70%;
  opacity: 0;
  -webkit-animation: 2s 2.2s anim-opacity infinite;
  animation: 2s 2.2s anim-opacity infinite;
}

.qodef-dessau-loader rect:nth-of-type(9) {
  -webkit-animation: 1s 0.6s anim-height forwards;
  animation: 1s 0.6s anim-height forwards;
  height: 0;
}

@-webkit-keyframes anim-width {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-width {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-height {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes anim-height {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes anim-opacity {
  0%, 5%, 10%, 20%, 70%, 80%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes anim-opacity {
  0%, 5%, 10%, 20%, 70%, 80%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* Dessau spinner - end */

/* rotate circles - start */

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

.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;
  animation: ball-fall 1.5s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-rotate-circles > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}

.qodef-rotate-circles > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}

.qodef-rotate-circles > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

@-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%);
  }
}

/* rotate circles - end */

/* pulse - start */

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

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

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

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

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

/* pulse - end */

/* double pulse - start */

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

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

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

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

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

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

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

/* double pulse - end */

/* cube - start */

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

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

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

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

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

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

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

/* cube - end */

/* rotating cubes - start */

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

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

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

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

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

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

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

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

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

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

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

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

/* rotating cubes - end */

/* stripes - start */

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

.qodef-st-loader .stripes > div {
  background-color: #999;
  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: -1.1s;
  animation-delay: -1.1s;
}

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

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

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

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

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

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

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

/* stripes - end */

/* wave - start */

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

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

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

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

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

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

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

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

/* wave - end */

/* two_rotating_circles - start */

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

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

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

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

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

/* two_rotating_circles - end */

/* five_rotating_circles - start */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* five_rotating_circles - end */

/* atom - start */

.qodef-st-loader .atom {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}

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

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

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

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

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

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

@-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, 0.5);
  }
}

@keyframes atom_size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 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, 0.9);
  }
}

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

/* atom - end */

/* clock - start*/

.qodef-st-loader .clock {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-animation: clock 8s infinite steps(8);
  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: #999;
}

.qodef-st-loader .clock .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-2 {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-animation: clock2 1s ease-in infinite;
  animation: clock2 1s ease-in infinite;
}

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

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

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

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

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

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

  100% {
    -webkit-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);
  }

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

  100% {
    -webkit-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);
  }

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

  100% {
    -webkit-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);
  }

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

  100% {
    -webkit-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);
  }
}

/* clock - end*/

/* mitosis - start*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  }

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

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

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

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

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

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

@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;
  }

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

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

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

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

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

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

@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;
  }

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

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

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

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

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

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

@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);
  }
}

/* mitosis - end*/

/* lines - start*/

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

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

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

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

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

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

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

/* lines - end*/

/* fussion - start*/

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

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

.qodef-st-loader .fussion .ball-1 {
  background: #999;
  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-2 {
  background: #999;
  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-3 {
  background: #999;
  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-4 {
  background: #999;
  top: 50%;
  left: 0;
  -webkit-animation: fussion_ball4 1s 0s ease infinite;
  animation: fussion_ball4 1s 0s ease infinite;
  z-index: 2;
}

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

  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@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;
  }
}

/* fussion - end*/

/* wave_circles - start*/

.qodef-st-loader .wave_circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}

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

.qodef-st-loader .wave_circles .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-2 {
  -webkit-animation: wave_jump2 1.8s infinite ease-out;
  animation: wave_jump2 1.8s infinite ease-out;
}

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

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

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

  24% {
    -webkit-transform: translate(40px, 0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
  }
}

@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% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

@-webkit-keyframes wave_jump2 {
  12% {
    -webkit-transform: translate(0, 0);
  }

  24% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }

  36% {
    -webkit-transform: translate(40px, 0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
  }
}

@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% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

@-webkit-keyframes wave_jump3 {
  24% {
    -webkit-transform: translate(0, 0);
  }

  36% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }

  48% {
    -webkit-transform: translate(40px, 0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
  }
}

@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% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

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

  100% {
    -webkit-transform: translateX(-120px);
  }
}

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

  100% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
}

/* wave_circles - end*/

/* pulse_circles - start*/

.qodef-st-loader .pulse_circles {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

/* pulse_circles - end*/

/* 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 20px;
  padding: 13px 5px 13px 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: inherit;
  color: #1b1b1b;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: text;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-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: #1b1b1b;
  border-color: #1b1b1b;
}

#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: 41px 0 20px;
}

.qodef-comment-holder .qodef-comment {
  border-bottom: 1px solid #e5e5e5;
}

.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;
  margin: 25px 0 0;
  padding: 11px 0 0;
}

.qodef-comment-holder .qodef-comment-list > li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

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

.qodef-comment-holder .qodef-comments-title {
  margin-bottom: 28px;
}

.qodef-comment-holder .qodef-comments-title > * {
  margin: 0;
}

.qodef-comment-holder .qodef-comment-image {
  position: relative;
  display: block;
  top: 10px;
  left: 0;
  width: 70px;
  height: 70px;
  float: left;
}

.qodef-comment-holder .qodef-comment-image img {
  display: block;
}

.qodef-comment-holder .qodef-comment-text {
  padding: 0 0 35px 97px;
  min-height: 70px;
}

.qodef-comment-holder .qodef-comment-text .qodef-comment-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 6px 0 1px;
}

.qodef-comment-holder .qodef-comment-text .replay,
.qodef-comment-holder .qodef-comment-text .comment-reply-link,
.qodef-comment-holder .qodef-comment-text .comment-edit-link {
  margin-right: 10px;
  font-size: 15px;
  color: #1b1b1b;
}

.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: #999;
}

.qodef-comment-holder .qodef-comment-text .comment-reply-link {
  display: inline-block;
  margin-top: 20px;
}

.qodef-comment-holder .qodef-comment-text .comment-reply-link:after {
  content: '\e87a';
  position: relative;
  font-size: 15px;
  font-family: "Linearicons-Free";
  padding-left: 10px;
}

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

.qodef-comment-holder .qodef-comment-text .qodef-comment-date {
  margin: 0;
  font-size: 15px;
}

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

.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: #999;
}

.qodef-comment-holder .qodef-comment-text #cancel-comment-reply-link:hover {
  color: #1b1b1b;
}

.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: 43px 0 78px;
}

.qodef-comment-form .comment-reply-title {
  margin: 0 0 37px;
}

.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-date,
  .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 35px;
    min-height: inherit;
  }
}

/* ==========================================================================
   #Comments styles - end
   ========================================================================== */

.post-password-form input[type='password'] {
  margin-top: 10px;
}

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

#submit_comment,
.post-password-form input[type='submit'],
input.wpcf7-form-control.wpcf7-submit {
  font-family: inherit;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  width: auto;
  outline: none;
  font-size: 11px;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-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: 15px 43px;
  color: #fff;
  background-color: #363636;
  border: 1px solid transparent;
  cursor: pointer;
}

#submit_comment.qodef-btn-dessau,
.post-password-form input[type='submit'].qodef-btn-dessau,
input.wpcf7-form-control.wpcf7-submit.qodef-btn-dessau {
  padding: 0;
  min-height: 38px;
}

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

p.form-submit,
.wpcf7-form p {
  margin: 0;
  float: right;
}

#respond textarea,
.qodef-style-form textarea,
.wpcf7-form textarea {
  display: block;
  padding: 16px 0;
}

.qodef-two-columns-form-without-space .wpcf7-form .ajax-loader {
  display: none;
}

.qodef-newsletter .wpcf7-form-control.wpcf7-textarea {
  max-height: 235px;
  padding-top: 48px;
  margin-bottom: 2px;
}

.qodef-newsletter input.wpcf7-form-control.wpcf7-submit {
  float: right;
}

.qodef-newsletter input.wpcf7-form-control.wpcf7-submit:hover {
  color: #1b1b1b;
  border-color: #1b1b1b;
  background-color: #fff;
}

.qodef-newsletter-footer .wpcf7-form-control.wpcf7-text {
  max-width: 310px;
  color: #fff;
}

.qodef-newsletter-footer input.wpcf7-form-control.wpcf7-submit {
  background-color: #fff;
  color: #1b1b1b;
  padding: 5px 27px;
  margin-left: 9px;
}

.qodef-newsletter-footer input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #fff;
}

.qodef-newsletter-footer ~ .wpcf7-response-output {
  color: #fff;
}

/* ==========================================================================
   #Comments styles - 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%;
  z-index: 3;
  color: #1b1b1b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-out;
  -o-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: #999;
}

.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: 16px;
  line-height: 52px;
  text-align: center;
  width: 52px;
  height: 52px;
  background-color: #fff;
  font-weight: 600;
}

.qodef-owl-slider .owl-nav .owl-prev > span:before,
.qodef-owl-slider .owl-nav .owl-next > span:before {
  display: block;
  line-height: inherit;
}

.qodef-owl-slider .owl-nav .owl-prev {
  left: 0;
}

.qodef-owl-slider .owl-nav .owl-next {
  right: 0;
}

.qodef-owl-slider .owl-dots {
  text-align: center;
  margin: 21px 0 0;
}

.qodef-owl-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
}

.qodef-owl-slider .owl-dots .owl-dot span {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 2px;
  margin: 0 6px;
  background-color: #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.qodef-owl-slider .owl-dots .owl-dot:hover span,
.qodef-owl-slider .owl-dots .owl-dot.active span {
  width: 23px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #1b1b1b;
}

.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;
  -o-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 #999;
}

.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
   ========================================================================== */

/* ==========================================================================
   #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 20%;
  text-align: center;
}

.error404 .qodef-page-not-found .qodef-404-title {
  margin: 0;
}

.error404 .qodef-page-not-found .qodef-404-subtitle {
  margin: 35px 0 0;
}

.error404 .qodef-page-not-found .qodef-404-text {
  margin: 10px 0 0;
}

.error404 .qodef-page-not-found .qodef-btn {
  margin: 30px 0 0;
}

.error404 .qodef-page-not-found .qodef-btn.qodef-btn-light-style {
  color: #585858;
  background-color: #fff;
  border-color: #fff;
}

.error404 .qodef-page-not-found .qodef-btn.qodef-btn-light-style:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

@media only screen and (max-width: 1024px) {
  .error404 .qodef-content {
    height: auto;
    min-height: 100vh;
    margin-top: -70px !important;
  }

  .error404 .qodef-content .qodef-content-inner {
    min-height: 100vh;
  }

  .error404.admin-bar .qodef-content {
    height: 100%;
    min-height: calc(100vh - 32px);
  }
}

@media only screen and (max-width: 768px) {
  .error404 .qodef-page-not-found {
    padding: 70px 30px 20px;
  }
}

/* ==========================================================================
   #404 styles - end
   ========================================================================== */

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */

#qodef-back-to-top {
  position: fixed;
  width: 41px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}

#qodef-back-to-top.off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0s 0.15s;
  -o-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;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#qodef-back-to-top > span {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #363636;
  border: 1px solid #363636;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
}

#qodef-back-to-top > span i {
  -webkit-transition: 0.15s ease 0.05s;
  -o-transition: 0.15s ease 0.05s;
  transition: 0.15s ease 0.05s;
}

#qodef-back-to-top > span:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 19px;
  height: 0;
  width: 0;
  opacity: 0;
  border: 0.4px solid #e5e5e5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#qodef-back-to-top > span:hover {
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  height: 70px;
  line-height: 70px;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#qodef-back-to-top > span:hover:after {
  height: 16px;
  opacity: 1;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
}

#qodef-back-to-top > span:hover i {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#qodef-back-to-top > span:hover span {
  margin-top: -5px;
}

#qodef-back-to-top span span {
  display: block;
  line-height: inherit;
  margin-top: -2px;
  margin-left: 0.3px;
  font-size: 12px;
}

/* ==========================================================================
   #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
   ========================================================================== */

/* ==========================================================================
   4. Widgets styles
   ========================================================================== */

footer {
  /* ==========================================================================
   #Search tweak begin
   ========================================================================== */
  /* ==========================================================================
   #Search tweak end
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - begin
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - end
   ========================================================================== */
  /* ==========================================================================
   Default WordPress widgets styles - begin
   ========================================================================== */
}

footer input[type="search"]::-webkit-search-decoration,
footer input[type="search"]::-webkit-search-cancel-button,
footer input[type="search"]::-webkit-search-results-button,
footer input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

footer input[type="search"]::-ms-clear {
  display: none;
}

footer input[type=text]::-ms-clear {
  display: none;
}

footer aside.qodef-sidebar {
  position: relative;
  z-index: 11;
  margin: 0 0 60px;
}

footer aside.qodef-sidebar .widget:last-child {
  margin: 0 !important;
}

footer .wpb_widgetised_column {
  position: relative;
}

footer .wpb_widgetised_column .widget:last-child {
  margin: 0 !important;
}

footer .widget {
  margin: 0 0 8px;
  padding: 0;
}

footer .widget .qodef-widget-title-holder {
  margin-bottom: 15px;
}

footer .widget .qodef-widget-title-holder .qodef-widget-title {
  color: #999999;
  margin-bottom: 32px;
  margin-top: 0;
}

footer .widget .qodef-widget-title-holder .qodef-separator {
  border-color: #ffffff;
  border-bottom-width: 3px;
  width: 30px;
}

footer .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .widget ul li {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 15px 0;
}

footer .widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

footer .widget ul li a {
  color: #ffffff;
}

footer .widget ul li a:hover {
  color: #a4a4a4;
}

footer .widget ul .children,
footer .widget ul .sub-menu {
  margin-top: 15px;
  padding-left: 10px;
  border: none;
}

footer .widget.widget_pages .qodef-widget-title,
footer .widget.widget_archive .qodef-widget-title,
footer .widget.widget_categories .qodef-widget-title,
footer .widget.widget_meta .qodef-widget-title,
footer .widget.widget_recent_entries .qodef-widget-title,
footer .widget.widget_nav_menu .qodef-widget-title {
  margin-bottom: 16px;
  margin-top: 0;
}

footer .widget.widget_pages ul li,
footer .widget.widget_archive ul li,
footer .widget.widget_categories ul li,
footer .widget.widget_meta ul li,
footer .widget.widget_recent_entries ul li,
footer .widget.widget_nav_menu ul li {
  overflow: hidden;
}

footer .widget.widget_pages ul li a,
footer .widget.widget_archive ul li a,
footer .widget.widget_categories ul li a,
footer .widget.widget_meta ul li a,
footer .widget.widget_recent_entries ul li a,
footer .widget.widget_nav_menu ul li a {
  display: inline;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

footer .widget.widget_nav_menu ul li {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 13px;
  display: block;
  line-height: 23px;
  padding: 4px 0px;
  font-weight: 400;
}

footer .widget.widget_recent_comments .qodef-widget-title,
footer .widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}

footer .widget #wp-calendar {
  text-align: center;
  width: 100%;
}

footer .widget #wp-calendar caption {
  margin: 0 0 15px;
}

footer .widget #wp-calendar th,
footer .widget #wp-calendar td {
  padding: 3px 4px;
}

footer .widget #wp-calendar td#today {
  color: #ffffff;
  background-color: #999999;
}

footer .widget #wp-calendar tfoot a {
  color: #ffffff;
}

footer .widget #wp-calendar tfoot a:hover {
  color: #a4a4a4;
}

footer .widget.widget_rss .rss-widget-icon {
  display: inline-block;
}

footer .widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 15px;
}

footer .widget.widget_rss cite {
  display: block;
  margin-top: calc(15px / 2);
}

footer .widget.widget_search .input-holder {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

footer .widget.widget_search .input-holder input,
footer .widget.widget_search .input-holder button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  line-height: calc(52px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

footer .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 52px);
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

footer .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
  color: #ffffff;
}

footer .widget.widget_search .input-holder input.search-field:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

footer .widget.widget_search .input-holder input.search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

footer .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
  color: #ffffff;
}

footer .widget.widget_search .input-holder button {
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  top: 2px;
  padding: 0;
  width: 52px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

footer .widget.widget_search .input-holder button:hover {
  color: #a4a4a4;
  border: none;
}

footer .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}

footer .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}

footer .widget.qodef-search-post-type-widget .qodef-post-type-search-field {
  border-radius: 3px;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: inherit;
  height: 52px;
  line-height: calc(52px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  padding: 0 25px 0 20px;
  width: 100%;
  /* width of loading icon */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

footer .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-webkit-input-placeholder {
  color: #ffffff;
}

footer .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

footer .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

footer .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-ms-input-placeholder {
  color: #ffffff;
}

footer .widget.widget_archive select,
footer .widget.widget_categories select,
footer .widget.widget_text select {
  background-color: transparent;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: inherit;
  height: 52px;
  line-height: calc(52px - 2px);
  margin-top: 15px;
  outline: 0;
  padding: 0 0 0 21px;
  position: relative;
  vertical-align: top;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

footer .widget.widget_tag_cloud .tagcloud {
  margin-top: -10px;
}

footer .widget.widget_tag_cloud a {
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  line-height: 30px;
  text-transform: lowercase;
  margin: 0 15px 0 0;
  padding: 0;
}

footer .widget.widget_tag_cloud a:after {
  content: '/';
  position: relative;
  right: -10px;
}

footer .widget.widget_tag_cloud a:hover {
  color: #a4a4a4;
}

footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item {
  margin: 0 0 10px;
  padding: 15px;
}

footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a {
  display: table;
  width: 100%;
}

footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image,
footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  display: table-cell;
  vertical-align: middle;
}

footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 600;
}

footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image {
  padding-right: 20px;
  width: 80px;
  height: 80px;
}

footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image img {
  display: block;
}

footer .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a:hover .qodef-rp-title {
  color: #1b1b1b;
}

footer .qodef-grid-col-12 {
  text-align: center;
}

footer .qodef-grid-col-12 .widget {
  margin-bottom: 8px;
}

footer .widget {
  color: #ffffff;
  margin-bottom: 40px;
}

footer .widget a {
  color: #ffffff;
}

footer .widget .textwidget {
  color: #ffffff;
}

footer .widget .textwidget a {
  color: #ffffff;
}

footer .widget .textwidget a:hover {
  color: #a4a4a4;
}

footer .widget.widget_nav_menu ul#menu-footer-custom-menu li {
  display: inline-block;
  padding: 15px 23px;
  text-transform: uppercase;
}

footer .widget.widget_nav_menu ul#menu-footer-custom-menu li a {
  color: #fff;
  font-weight: 500;
}

footer .widget.widget_nav_menu ul#menu-footer-custom-menu li a:hover {
  color: #a4a4a4;
}

.qodef-fullscreen-sidebar {
  /* ==========================================================================
   #Search tweak begin
   ========================================================================== */
  /* ==========================================================================
   #Search tweak end
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - begin
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - end
   ========================================================================== */
  /* ==========================================================================
   Default WordPress widgets styles - begin
   ========================================================================== */
}

.qodef-fullscreen-sidebar input[type="search"]::-webkit-search-decoration,
.qodef-fullscreen-sidebar input[type="search"]::-webkit-search-cancel-button,
.qodef-fullscreen-sidebar input[type="search"]::-webkit-search-results-button,
.qodef-fullscreen-sidebar input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.qodef-fullscreen-sidebar input[type="search"]::-ms-clear {
  display: none;
}

.qodef-fullscreen-sidebar input[type=text]::-ms-clear {
  display: none;
}

.qodef-fullscreen-sidebar aside.qodef-sidebar {
  position: relative;
  z-index: 11;
  margin: 0 0 60px;
}

.qodef-fullscreen-sidebar aside.qodef-sidebar .widget:last-child {
  margin: 0 !important;
}

.qodef-fullscreen-sidebar .wpb_widgetised_column {
  position: relative;
}

.qodef-fullscreen-sidebar .wpb_widgetised_column .widget:last-child {
  margin: 0 !important;
}

.qodef-fullscreen-sidebar .widget {
  margin: 0 0 45px;
  padding: 0;
}

.qodef-fullscreen-sidebar .widget .qodef-widget-title-holder {
  margin-bottom: 15px;
}

.qodef-fullscreen-sidebar .widget .qodef-widget-title-holder .qodef-widget-title {
  color: #999999;
  margin-bottom: 32px;
  margin-top: 0;
}

.qodef-fullscreen-sidebar .widget .qodef-widget-title-holder .qodef-separator {
  border-color: #333333;
  border-bottom-width: 3px;
  width: 30px;
}

.qodef-fullscreen-sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.qodef-fullscreen-sidebar .widget ul li {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 15px 0;
}

.qodef-fullscreen-sidebar .widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.qodef-fullscreen-sidebar .widget ul li a {
  color: #666666;
}

.qodef-fullscreen-sidebar .widget ul li a:hover {
  color: #999;
}

.qodef-fullscreen-sidebar .widget ul .children,
.qodef-fullscreen-sidebar .widget ul .sub-menu {
  margin-top: 15px;
  padding-left: 10px;
  border: none;
}

.qodef-fullscreen-sidebar .widget.widget_pages .qodef-widget-title,
.qodef-fullscreen-sidebar .widget.widget_archive .qodef-widget-title,
.qodef-fullscreen-sidebar .widget.widget_categories .qodef-widget-title,
.qodef-fullscreen-sidebar .widget.widget_meta .qodef-widget-title,
.qodef-fullscreen-sidebar .widget.widget_recent_entries .qodef-widget-title,
.qodef-fullscreen-sidebar .widget.widget_nav_menu .qodef-widget-title {
  margin-bottom: 16px;
  margin-top: 0;
}

.qodef-fullscreen-sidebar .widget.widget_pages ul li,
.qodef-fullscreen-sidebar .widget.widget_archive ul li,
.qodef-fullscreen-sidebar .widget.widget_categories ul li,
.qodef-fullscreen-sidebar .widget.widget_meta ul li,
.qodef-fullscreen-sidebar .widget.widget_recent_entries ul li,
.qodef-fullscreen-sidebar .widget.widget_nav_menu ul li {
  overflow: hidden;
}

.qodef-fullscreen-sidebar .widget.widget_pages ul li a,
.qodef-fullscreen-sidebar .widget.widget_archive ul li a,
.qodef-fullscreen-sidebar .widget.widget_categories ul li a,
.qodef-fullscreen-sidebar .widget.widget_meta ul li a,
.qodef-fullscreen-sidebar .widget.widget_recent_entries ul li a,
.qodef-fullscreen-sidebar .widget.widget_nav_menu ul li a {
  display: inline;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.qodef-fullscreen-sidebar .widget.widget_nav_menu ul li {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 13px;
  display: block;
  line-height: 23px;
  padding: 4px 0px;
  font-weight: 400;
}

.qodef-fullscreen-sidebar .widget.widget_recent_comments .qodef-widget-title,
.qodef-fullscreen-sidebar .widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}

.qodef-fullscreen-sidebar .widget #wp-calendar {
  text-align: center;
  width: 100%;
}

.qodef-fullscreen-sidebar .widget #wp-calendar caption {
  margin: 0 0 15px;
}

.qodef-fullscreen-sidebar .widget #wp-calendar th,
.qodef-fullscreen-sidebar .widget #wp-calendar td {
  padding: 3px 4px;
}

.qodef-fullscreen-sidebar .widget #wp-calendar td#today {
  color: #333333;
  background-color: #999999;
}

.qodef-fullscreen-sidebar .widget #wp-calendar tfoot a {
  color: #666666;
}

.qodef-fullscreen-sidebar .widget #wp-calendar tfoot a:hover {
  color: #999;
}

.qodef-fullscreen-sidebar .widget.widget_rss .rss-widget-icon {
  display: inline-block;
}

.qodef-fullscreen-sidebar .widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 15px;
}

.qodef-fullscreen-sidebar .widget.widget_rss cite {
  display: block;
  margin-top: calc(15px / 2);
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder input,
.qodef-fullscreen-sidebar .widget.widget_search .input-holder button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  line-height: calc(52px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 52px);
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
  color: #333333;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder input.search-field:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder input.search-field::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
  color: #333333;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder button {
  color: #333333;
  cursor: pointer;
  font-size: 18px;
  top: 2px;
  padding: 0;
  width: 52px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder button:hover {
  color: #999;
  border: none;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}

.qodef-fullscreen-sidebar .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}

.qodef-fullscreen-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field {
  border-radius: 3px;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: inherit;
  height: 52px;
  line-height: calc(52px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  padding: 0 25px 0 20px;
  width: 100%;
  /* width of loading icon */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-fullscreen-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-webkit-input-placeholder {
  color: #333333;
}

.qodef-fullscreen-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-fullscreen-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-fullscreen-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-ms-input-placeholder {
  color: #333333;
}

.qodef-fullscreen-sidebar .widget.widget_archive select,
.qodef-fullscreen-sidebar .widget.widget_categories select,
.qodef-fullscreen-sidebar .widget.widget_text select {
  background-color: transparent;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: inherit;
  height: 52px;
  line-height: calc(52px - 2px);
  margin-top: 15px;
  outline: 0;
  padding: 0 0 0 21px;
  position: relative;
  vertical-align: top;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-fullscreen-sidebar .widget.widget_tag_cloud .tagcloud {
  margin-top: -10px;
}

.qodef-fullscreen-sidebar .widget.widget_tag_cloud a {
  border-radius: 2px;
  color: #333333;
  display: inline-block;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  line-height: 30px;
  text-transform: lowercase;
  margin: 0 15px 0 0;
  padding: 0;
}

.qodef-fullscreen-sidebar .widget.widget_tag_cloud a:after {
  content: '/';
  position: relative;
  right: -10px;
}

.qodef-fullscreen-sidebar .widget.widget_tag_cloud a:hover {
  color: #999;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item {
  margin: 0 0 10px;
  padding: 15px;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a {
  display: table;
  width: 100%;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image,
.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  display: table-cell;
  vertical-align: middle;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 600;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image {
  padding-right: 20px;
  width: 80px;
  height: 80px;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image img {
  display: block;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a:hover .qodef-rp-title {
  color: #1b1b1b;
}

.qodef-fullscreen-sidebar .widget {
  text-align: left;
}

.qodef-fullscreen-sidebar .widget .qodef-widget-title-holder {
  margin-bottom: 21px;
}

.qodef-fullscreen-sidebar .widget .qodef-widget-title-holder .qodef-widget-title {
  text-align: left;
}

.qodef-fullscreen-sidebar .widget.qodef-blog-list-widget .qodef-blog-list-holder .qodef-bli-content {
  text-align: left;
}

.qodef-fullscreen-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item {
  background-color: #fff;
}

.qodef-side-menu {
  /* ==========================================================================
   #Search tweak begin
   ========================================================================== */
  /* ==========================================================================
   #Search tweak end
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - begin
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - end
   ========================================================================== */
  /* ==========================================================================
   Default WordPress widgets styles - begin
   ========================================================================== */
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-side-menu input[type="search"]::-webkit-search-decoration,
.qodef-side-menu input[type="search"]::-webkit-search-cancel-button,
.qodef-side-menu input[type="search"]::-webkit-search-results-button,
.qodef-side-menu input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.qodef-side-menu input[type="search"]::-ms-clear {
  display: none;
}

.qodef-side-menu input[type=text]::-ms-clear {
  display: none;
}

.qodef-side-menu aside.qodef-sidebar {
  position: relative;
  z-index: 11;
  margin: 0 0 60px;
}

.qodef-side-menu aside.qodef-sidebar .widget:last-child {
  margin: 0 !important;
}

.qodef-side-menu .wpb_widgetised_column {
  position: relative;
}

.qodef-side-menu .wpb_widgetised_column .widget:last-child {
  margin: 0 !important;
}

.qodef-side-menu .widget {
  margin: 0 0 26px;
  padding: 0;
}

.qodef-side-menu .widget .qodef-widget-title-holder {
  margin-bottom: 8px;
}

.qodef-side-menu .widget .qodef-widget-title-holder .qodef-widget-title {
  color: #1b1b1b;
  margin-bottom: 32px;
  margin-top: 0;
}

.qodef-side-menu .widget .qodef-widget-title-holder .qodef-separator {
  border-color: #333333;
  border-bottom-width: 3px;
  width: 30px;
}

.qodef-side-menu .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.qodef-side-menu .widget ul li {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 8px 0;
}

.qodef-side-menu .widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.qodef-side-menu .widget ul li a {
  color: #666666;
}

.qodef-side-menu .widget ul li a:hover {
  color: #999;
}

.qodef-side-menu .widget ul .children,
.qodef-side-menu .widget ul .sub-menu {
  margin-top: 8px;
  padding-left: 10px;
  border: none;
}

.qodef-side-menu .widget.widget_pages .qodef-widget-title,
.qodef-side-menu .widget.widget_archive .qodef-widget-title,
.qodef-side-menu .widget.widget_categories .qodef-widget-title,
.qodef-side-menu .widget.widget_meta .qodef-widget-title,
.qodef-side-menu .widget.widget_recent_entries .qodef-widget-title,
.qodef-side-menu .widget.widget_nav_menu .qodef-widget-title {
  margin-bottom: 16px;
  margin-top: 0;
}

.qodef-side-menu .widget.widget_pages ul li,
.qodef-side-menu .widget.widget_archive ul li,
.qodef-side-menu .widget.widget_categories ul li,
.qodef-side-menu .widget.widget_meta ul li,
.qodef-side-menu .widget.widget_recent_entries ul li,
.qodef-side-menu .widget.widget_nav_menu ul li {
  overflow: hidden;
}

.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_entries ul li a,
.qodef-side-menu .widget.widget_nav_menu ul li a {
  display: inline;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.qodef-side-menu .widget.widget_nav_menu ul li {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 13px;
  display: block;
  line-height: 23px;
  padding: 4px 0px;
  font-weight: 400;
}

.qodef-side-menu .widget.widget_recent_comments .qodef-widget-title,
.qodef-side-menu .widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}

.qodef-side-menu .widget #wp-calendar {
  text-align: center;
  width: 100%;
}

.qodef-side-menu .widget #wp-calendar caption {
  margin: 0 0 8px;
}

.qodef-side-menu .widget #wp-calendar th,
.qodef-side-menu .widget #wp-calendar td {
  padding: 3px 4px;
}

.qodef-side-menu .widget #wp-calendar td#today {
  color: #333333;
  background-color: #999999;
}

.qodef-side-menu .widget #wp-calendar tfoot a {
  color: #666666;
}

.qodef-side-menu .widget #wp-calendar tfoot a:hover {
  color: #999;
}

.qodef-side-menu .widget.widget_rss .rss-widget-icon {
  display: inline-block;
}

.qodef-side-menu .widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 8px;
}

.qodef-side-menu .widget.widget_rss cite {
  display: block;
  margin-top: calc(8px / 2);
}

.qodef-side-menu .widget.widget_search .input-holder {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.qodef-side-menu .widget.widget_search .input-holder input,
.qodef-side-menu .widget.widget_search .input-holder button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  line-height: calc(52px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-side-menu .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 52px);
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.qodef-side-menu .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
  color: #333333;
}

.qodef-side-menu .widget.widget_search .input-holder input.search-field:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-side-menu .widget.widget_search .input-holder input.search-field::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-side-menu .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
  color: #333333;
}

.qodef-side-menu .widget.widget_search .input-holder button {
  color: #333333;
  cursor: pointer;
  font-size: 18px;
  top: 2px;
  padding: 0;
  width: 52px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-side-menu .widget.widget_search .input-holder button:hover {
  color: #999;
  border: none;
}

.qodef-side-menu .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}

.qodef-side-menu .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}

.qodef-side-menu .widget.qodef-search-post-type-widget .qodef-post-type-search-field {
  border-radius: 3px;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: inherit;
  height: 52px;
  line-height: calc(52px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  padding: 0 25px 0 20px;
  width: 100%;
  /* width of loading icon */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-side-menu .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-webkit-input-placeholder {
  color: #333333;
}

.qodef-side-menu .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-side-menu .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.qodef-side-menu .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-ms-input-placeholder {
  color: #333333;
}

.qodef-side-menu .widget.widget_archive select,
.qodef-side-menu .widget.widget_categories select,
.qodef-side-menu .widget.widget_text select {
  background-color: transparent;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: inherit;
  height: 52px;
  line-height: calc(52px - 2px);
  margin-top: 8px;
  outline: 0;
  padding: 0 0 0 21px;
  position: relative;
  vertical-align: top;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.qodef-side-menu .widget.widget_tag_cloud .tagcloud {
  margin-top: -10px;
}

.qodef-side-menu .widget.widget_tag_cloud a {
  border-radius: 2px;
  color: #333333;
  display: inline-block;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  line-height: 30px;
  text-transform: lowercase;
  margin: 0 15px 0 0;
  padding: 0;
}

.qodef-side-menu .widget.widget_tag_cloud a:after {
  content: '/';
  position: relative;
  right: -10px;
}

.qodef-side-menu .widget.widget_tag_cloud a:hover {
  color: #999;
}

.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item {
  margin: 0 0 10px;
  padding: 8px;
}

.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a {
  display: table;
  width: 100%;
}

.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image,
.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  display: table-cell;
  vertical-align: middle;
}

.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 600;
}

.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image {
  padding-right: 20px;
  width: 80px;
  height: 80px;
}

.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image img {
  display: block;
}

.qodef-side-menu .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a:hover .qodef-rp-title {
  color: #1b1b1b;
}

.qodef-side-menu .widget .qodef-widget-title-holder .qodef-widget-title {
  margin-bottom: 8px;
}

.qodef-side-menu .widget.widget_media_image {
  text-align: left;
}

.qodef-side-menu .textwidget p {
  margin: 0;
}

.qodef-side-menu .qodef-owl-slider .owl-nav .owl-next,
.qodef-side-menu .qodef-owl-slider .owl-nav .owl-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-side-menu .qodef-owl-slider .owl-nav .owl-next > span,
.qodef-side-menu .qodef-owl-slider .owl-nav .owl-prev > span {
  background-color: transparent;
}

.qodef-side-menu .qodef-owl-slider .owl-nav .owl-next {
  right: -40px;
}

.qodef-side-menu .qodef-owl-slider .owl-nav .owl-prev {
  left: -40px;
}

aside.qodef-sidebar {
  position: relative;
  z-index: 11;
  margin: 0 0 60px;
}

aside.qodef-sidebar .widget {
  color: #1b1b1b;
}

aside.qodef-sidebar .widget:last-child {
  margin: 0 !important;
}

.wpb_widgetised_column {
  position: relative;
}

.wpb_widgetised_column .widget .qodef-sidearea-widget-title {
  margin: 0 0 19px;
}

.wpb_widgetised_column .widget:last-child {
  margin: 0 !important;
}

aside.qodef-sidebar,
.wpb_widgetised_column {
  /* ==========================================================================
   #Search tweak begin
   ========================================================================== */
  /* ==========================================================================
   #Search tweak end
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - begin
   ========================================================================== */
  /* ==========================================================================
   Sidebar area styles - end
   ========================================================================== */
  /* ==========================================================================
   Default WordPress widgets styles - begin
   ========================================================================== */
}

aside.qodef-sidebar input[type="search"]::-webkit-search-decoration,
aside.qodef-sidebar input[type="search"]::-webkit-search-cancel-button,
aside.qodef-sidebar input[type="search"]::-webkit-search-results-button,
aside.qodef-sidebar input[type="search"]::-webkit-search-results-decoration,
.wpb_widgetised_column input[type="search"]::-webkit-search-decoration,
.wpb_widgetised_column input[type="search"]::-webkit-search-cancel-button,
.wpb_widgetised_column input[type="search"]::-webkit-search-results-button,
.wpb_widgetised_column input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

aside.qodef-sidebar input[type="search"]::-ms-clear,
.wpb_widgetised_column input[type="search"]::-ms-clear {
  display: none;
}

aside.qodef-sidebar input[type=text]::-ms-clear,
.wpb_widgetised_column input[type=text]::-ms-clear {
  display: none;
}

aside.qodef-sidebar aside.qodef-sidebar,
.wpb_widgetised_column aside.qodef-sidebar {
  position: relative;
  z-index: 11;
  margin: 0 0 60px;
}

aside.qodef-sidebar aside.qodef-sidebar .widget:last-child,
.wpb_widgetised_column aside.qodef-sidebar .widget:last-child {
  margin: 0 !important;
}

aside.qodef-sidebar .wpb_widgetised_column,
.wpb_widgetised_column .wpb_widgetised_column {
  position: relative;
}

aside.qodef-sidebar .wpb_widgetised_column .widget:last-child,
.wpb_widgetised_column .wpb_widgetised_column .widget:last-child {
  margin: 0 !important;
}

aside.qodef-sidebar .widget,
.wpb_widgetised_column .widget {
  margin: 0 0 54px;
  padding: 0;
}

aside.qodef-sidebar .widget .qodef-widget-title-holder,
.wpb_widgetised_column .widget .qodef-widget-title-holder {
  margin-bottom: 9px;
}

aside.qodef-sidebar .widget .qodef-widget-title-holder .qodef-widget-title,
.wpb_widgetised_column .widget .qodef-widget-title-holder .qodef-widget-title {
  color: inherit;
  margin-bottom: 32px;
  margin-top: 0;
}

aside.qodef-sidebar .widget .qodef-widget-title-holder .qodef-separator,
.wpb_widgetised_column .widget .qodef-widget-title-holder .qodef-separator {
  border-color: inherit;
  border-bottom-width: 3px;
  width: 30px;
}

aside.qodef-sidebar .widget ul,
.wpb_widgetised_column .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

aside.qodef-sidebar .widget ul li,
.wpb_widgetised_column .widget ul li {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 9px 0;
}

aside.qodef-sidebar .widget ul li:last-child,
.wpb_widgetised_column .widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

aside.qodef-sidebar .widget ul li a,
.wpb_widgetised_column .widget ul li a {
  color: #1b1b1b;
}

aside.qodef-sidebar .widget ul li a:hover,
.wpb_widgetised_column .widget ul li a:hover {
  color: #999;
}

aside.qodef-sidebar .widget ul .children,
aside.qodef-sidebar .widget ul .sub-menu,
.wpb_widgetised_column .widget ul .children,
.wpb_widgetised_column .widget ul .sub-menu {
  margin-top: 9px;
  padding-left: 10px;
  border: none;
}

aside.qodef-sidebar .widget.widget_pages .qodef-widget-title,
aside.qodef-sidebar .widget.widget_archive .qodef-widget-title,
aside.qodef-sidebar .widget.widget_categories .qodef-widget-title,
aside.qodef-sidebar .widget.widget_meta .qodef-widget-title,
aside.qodef-sidebar .widget.widget_recent_entries .qodef-widget-title,
aside.qodef-sidebar .widget.widget_nav_menu .qodef-widget-title,
.wpb_widgetised_column .widget.widget_pages .qodef-widget-title,
.wpb_widgetised_column .widget.widget_archive .qodef-widget-title,
.wpb_widgetised_column .widget.widget_categories .qodef-widget-title,
.wpb_widgetised_column .widget.widget_meta .qodef-widget-title,
.wpb_widgetised_column .widget.widget_recent_entries .qodef-widget-title,
.wpb_widgetised_column .widget.widget_nav_menu .qodef-widget-title {
  margin-bottom: 16px;
  margin-top: 0;
}

aside.qodef-sidebar .widget.widget_pages ul li,
aside.qodef-sidebar .widget.widget_archive ul li,
aside.qodef-sidebar .widget.widget_categories ul li,
aside.qodef-sidebar .widget.widget_meta ul li,
aside.qodef-sidebar .widget.widget_recent_entries ul li,
aside.qodef-sidebar .widget.widget_nav_menu ul li,
.wpb_widgetised_column .widget.widget_pages ul li,
.wpb_widgetised_column .widget.widget_archive ul li,
.wpb_widgetised_column .widget.widget_categories ul li,
.wpb_widgetised_column .widget.widget_meta ul li,
.wpb_widgetised_column .widget.widget_recent_entries ul li,
.wpb_widgetised_column .widget.widget_nav_menu ul li {
  overflow: hidden;
}

aside.qodef-sidebar .widget.widget_pages ul li a,
aside.qodef-sidebar .widget.widget_archive ul li a,
aside.qodef-sidebar .widget.widget_categories ul li a,
aside.qodef-sidebar .widget.widget_meta ul li a,
aside.qodef-sidebar .widget.widget_recent_entries ul li a,
aside.qodef-sidebar .widget.widget_nav_menu ul li a,
.wpb_widgetised_column .widget.widget_pages ul li a,
.wpb_widgetised_column .widget.widget_archive ul li a,
.wpb_widgetised_column .widget.widget_categories ul li a,
.wpb_widgetised_column .widget.widget_meta ul li a,
.wpb_widgetised_column .widget.widget_recent_entries ul li a,
.wpb_widgetised_column .widget.widget_nav_menu ul li a {
  display: inline;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

aside.qodef-sidebar .widget.widget_nav_menu ul li,
.wpb_widgetised_column .widget.widget_nav_menu ul li {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 13px;
  display: block;
  line-height: 23px;
  padding: 4px 0px;
  font-weight: 400;
}

aside.qodef-sidebar .widget.widget_recent_comments .qodef-widget-title,
aside.qodef-sidebar .widget.widget_rss .qodef-widget-title,
.wpb_widgetised_column .widget.widget_recent_comments .qodef-widget-title,
.wpb_widgetised_column .widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}

aside.qodef-sidebar .widget #wp-calendar,
.wpb_widgetised_column .widget #wp-calendar {
  text-align: center;
  width: 100%;
}

aside.qodef-sidebar .widget #wp-calendar caption,
.wpb_widgetised_column .widget #wp-calendar caption {
  margin: 0 0 9px;
}

aside.qodef-sidebar .widget #wp-calendar th,
aside.qodef-sidebar .widget #wp-calendar td,
.wpb_widgetised_column .widget #wp-calendar th,
.wpb_widgetised_column .widget #wp-calendar td {
  padding: 3px 4px;
}

aside.qodef-sidebar .widget #wp-calendar td#today,
.wpb_widgetised_column .widget #wp-calendar td#today {
  color: inherit;
  background-color: #ffffff;
}

aside.qodef-sidebar .widget #wp-calendar tfoot a,
.wpb_widgetised_column .widget #wp-calendar tfoot a {
  color: #1b1b1b;
}

aside.qodef-sidebar .widget #wp-calendar tfoot a:hover,
.wpb_widgetised_column .widget #wp-calendar tfoot a:hover {
  color: #999;
}

aside.qodef-sidebar .widget.widget_rss .rss-widget-icon,
.wpb_widgetised_column .widget.widget_rss .rss-widget-icon {
  display: inline-block;
}

aside.qodef-sidebar .widget.widget_rss .rss-date,
.wpb_widgetised_column .widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 9px;
}

aside.qodef-sidebar .widget.widget_rss cite,
.wpb_widgetised_column .widget.widget_rss cite {
  display: block;
  margin-top: calc(9px / 2);
}

aside.qodef-sidebar .widget.widget_search .input-holder,
.wpb_widgetised_column .widget.widget_search .input-holder {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

aside.qodef-sidebar .widget.widget_search .input-holder input,
aside.qodef-sidebar .widget.widget_search .input-holder button,
.wpb_widgetised_column .widget.widget_search .input-holder input,
.wpb_widgetised_column .widget.widget_search .input-holder button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 47px;
  line-height: calc(47px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

aside.qodef-sidebar .widget.widget_search .input-holder input.search-field,
.wpb_widgetised_column .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 47px);
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

aside.qodef-sidebar .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder,
.wpb_widgetised_column .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
  color: inherit;
}

aside.qodef-sidebar .widget.widget_search .input-holder input.search-field:-moz-placeholder,
.wpb_widgetised_column .widget.widget_search .input-holder input.search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

aside.qodef-sidebar .widget.widget_search .input-holder input.search-field::-moz-placeholder,
.wpb_widgetised_column .widget.widget_search .input-holder input.search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

aside.qodef-sidebar .widget.widget_search .input-holder input.search-field:-ms-input-placeholder,
.wpb_widgetised_column .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
  color: inherit;
}

aside.qodef-sidebar .widget.widget_search .input-holder button,
.wpb_widgetised_column .widget.widget_search .input-holder button {
  color: inherit;
  cursor: pointer;
  font-size: 18px;
  top: 2px;
  padding: 0;
  width: 47px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

aside.qodef-sidebar .widget.widget_search .input-holder button:hover,
.wpb_widgetised_column .widget.widget_search .input-holder button:hover {
  color: #999;
  border: none;
}

aside.qodef-sidebar .widget.widget_search .input-holder button span,
.wpb_widgetised_column .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}

aside.qodef-sidebar .widget.widget_search .input-holder button span:before,
.wpb_widgetised_column .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}

aside.qodef-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field,
.wpb_widgetised_column .widget.qodef-search-post-type-widget .qodef-post-type-search-field {
  border-radius: 3px;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: inherit;
  height: 47px;
  line-height: calc(47px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  padding: 0 25px 0 20px;
  width: 100%;
  /* width of loading icon */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

aside.qodef-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-webkit-input-placeholder,
.wpb_widgetised_column .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-webkit-input-placeholder {
  color: inherit;
}

aside.qodef-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-moz-placeholder,
.wpb_widgetised_column .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

aside.qodef-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-moz-placeholder,
.wpb_widgetised_column .widget.qodef-search-post-type-widget .qodef-post-type-search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

aside.qodef-sidebar .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-ms-input-placeholder,
.wpb_widgetised_column .widget.qodef-search-post-type-widget .qodef-post-type-search-field:-ms-input-placeholder {
  color: inherit;
}

aside.qodef-sidebar .widget.widget_archive select,
aside.qodef-sidebar .widget.widget_categories select,
aside.qodef-sidebar .widget.widget_text select,
.wpb_widgetised_column .widget.widget_archive select,
.wpb_widgetised_column .widget.widget_categories select,
.wpb_widgetised_column .widget.widget_text select {
  background-color: transparent;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: inherit;
  height: 47px;
  line-height: calc(47px - 2px);
  margin-top: 9px;
  outline: 0;
  padding: 0 0 0 21px;
  position: relative;
  vertical-align: top;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

aside.qodef-sidebar .widget.widget_tag_cloud .tagcloud,
.wpb_widgetised_column .widget.widget_tag_cloud .tagcloud {
  margin-top: -10px;
}

aside.qodef-sidebar .widget.widget_tag_cloud a,
.wpb_widgetised_column .widget.widget_tag_cloud a {
  border-radius: 2px;
  color: inherit;
  display: inline-block;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  line-height: 1em;
  text-transform: lowercase;
  margin: 0 15px 0 0;
  padding: 0;
}

aside.qodef-sidebar .widget.widget_tag_cloud a:after,
.wpb_widgetised_column .widget.widget_tag_cloud a:after {
  content: '/';
  position: relative;
  right: -10px;
}

aside.qodef-sidebar .widget.widget_tag_cloud a:hover,
.wpb_widgetised_column .widget.widget_tag_cloud a:hover {
  color: #999;
}

aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item {
  margin: 0 0 10px;
  padding: 9px;
}

aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a {
  display: table;
  width: 100%;
}

aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image,
aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  display: table-cell;
  vertical-align: middle;
}

aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 600;
}

aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image {
  padding-right: 20px;
  width: 80px;
  height: 80px;
}

aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image img,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image img {
  display: block;
}

aside.qodef-sidebar .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a:hover .qodef-rp-title,
.wpb_widgetised_column .widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a:hover .qodef-rp-title {
  color: #1b1b1b;
}

/* ==========================================================================
   #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 54px;
  padding: 0;
}

.widget .qodef-widget-title-holder {
  margin-bottom: 9px;
}

.widget .qodef-widget-title-holder .qodef-widget-title {
  color: inherit;
  margin-bottom: 32px;
  margin-top: 0;
}

.widget .qodef-widget-title-holder .qodef-separator {
  border-color: inherit;
  border-bottom-width: 3px;
  width: 30px;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul li {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 9px 0;
}

.widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.widget ul li a {
  color: #1b1b1b;
}

.widget ul li a:hover {
  color: #999;
}

.widget ul .children,
.widget ul .sub-menu {
  margin-top: 9px;
  padding-left: 10px;
  border: none;
}

.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_entries .qodef-widget-title,
.widget.widget_nav_menu .qodef-widget-title {
  margin-bottom: 16px;
  margin-top: 0;
}

.widget.widget_pages ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li {
  overflow: hidden;
}

.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_entries ul li a,
.widget.widget_nav_menu ul li a {
  display: inline;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.widget.widget_nav_menu ul li {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 13px;
  display: block;
  line-height: 23px;
  padding: 4px 0px;
  font-weight: 400;
}

.widget.widget_recent_comments .qodef-widget-title,
.widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}

.widget #wp-calendar {
  text-align: center;
  width: 100%;
}

.widget #wp-calendar caption {
  margin: 0 0 9px;
}

.widget #wp-calendar th,
.widget #wp-calendar td {
  padding: 3px 4px;
}

.widget #wp-calendar td#today {
  color: inherit;
  background-color: #ffffff;
}

.widget #wp-calendar tfoot a {
  color: #1b1b1b;
}

.widget #wp-calendar tfoot a:hover {
  color: #999;
}

.widget.widget_rss .rss-widget-icon {
  display: inline-block;
}

.widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 9px;
}

.widget.widget_rss cite {
  display: block;
  margin-top: calc(9px / 2);
}

.widget.widget_search .input-holder {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.widget.widget_search .input-holder input,
.widget.widget_search .input-holder button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 47px;
  line-height: calc(47px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.widget.widget_search .input-holder input.search-field {
  width: calc(100% - 47px);
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
  color: inherit;
}

.widget.widget_search .input-holder input.search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search .input-holder input.search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
  color: inherit;
}

.widget.widget_search .input-holder button {
  color: inherit;
  cursor: pointer;
  font-size: 18px;
  top: 2px;
  padding: 0;
  width: 47px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.widget.widget_search .input-holder button:hover {
  color: #999;
  border: none;
}

.widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}

.widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field {
  border-radius: 3px;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: inherit;
  height: 47px;
  line-height: calc(47px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  padding: 0 25px 0 20px;
  width: 100%;
  /* width of loading icon */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field::-webkit-input-placeholder {
  color: inherit;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field:-ms-input-placeholder {
  color: inherit;
}

.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  background-color: transparent;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: inherit;
  height: 47px;
  line-height: calc(47px - 2px);
  margin-top: 9px;
  outline: 0;
  padding: 0 0 0 21px;
  position: relative;
  vertical-align: top;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.widget.widget_tag_cloud .tagcloud {
  margin-top: -10px;
}

.widget.widget_tag_cloud a {
  border-radius: 2px;
  color: inherit;
  display: inline-block;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  line-height: 1em;
  text-transform: lowercase;
  margin: 0 15px 0 0;
  padding: 0;
}

.widget.widget_tag_cloud a:after {
  content: '/';
  position: relative;
  right: -10px;
}

.widget.widget_tag_cloud a:hover {
  color: #999;
}

.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item {
  margin: 0 0 10px;
  padding: 9px;
}

.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a {
  display: table;
  width: 100%;
}

.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image,
.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  display: table-cell;
  vertical-align: middle;
}

.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-title {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 600;
}

.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image {
  padding-right: 20px;
  width: 80px;
  height: 80px;
}

.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a .qodef-rp-image img {
  display: block;
}

.widget.qodef-recent-post-widget .qodef-recent-posts .qodef-rp-item a:hover .qodef-rp-title {
  color: #1b1b1b;
}

/* ==========================================================================
   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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  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: #1b1b1b;
  border-color: #1b1b1b;
  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;
}

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

/* ==========================================================================
   #Perfect scroll styles - start
   ========================================================================== */

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: none;
  /* Switched from block to none by Theme Author to hide the rulers */
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/* ==========================================================================
   #Perfect scroll styles - end
   ========================================================================== */

/* ==========================================================================
   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.is-single .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: #1b1b1b;
  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 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: #1b1b1b;
  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: #1b1b1b;
  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: #1b1b1b;
}

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: #1b1b1b;
  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;
  -o-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: #999;
}

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: #1b1b1b;
  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: #1b1b1b;
}

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: #1b1b1b;
  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: #1b1b1b;
}

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: 56px;
  line-height: 56px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  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;
  padding: 0 30px 0 20px;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  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: 20px;
  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 #e5e5e5;
  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;
  -o-text-overflow: ellipsis;
  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: #1b1b1b;
  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;
  -o-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 #e5e5e5;
  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 #e5e5e5;
  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: #1b1b1b;
}

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 20px;
  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;
  -o-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: #1b1b1b;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
  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: #999;
  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
   ========================================================================== */

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/* ==========================================================================
   WPML style start
   ========================================================================== */

.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;
  top: -1px;
  padding-right: 6px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
  display: block;
  padding: 9px 20px;
  color: #1b1b1b;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #999;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: '\33';
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  display: block;
  font-family: 'ElegantIcons';
  font-size: 15px;
  line-height: 1;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 14px 20px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  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;
  -o-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 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  display: block;
  padding: 7px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 5px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0;
  padding: 5px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  display: block;
}

aside.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,
.qodef-vertical-menu-area .widget_icl_lang_sel_widget {
  width: 100%;
}

aside.qodef-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
aside.qodef-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.qodef-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.qodef-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 140px;
}

.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 0;
  line-height: 46px;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  right: 0;
}

.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-bottom: 0;
}

.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
  margin-right: 0;
}

.qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li,
.qodef-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li,
.qodef-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child,
.qodef-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child,
.qodef-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
  margin-right: 0;
}

.qodef-main-menu > ul > li.menu-item-language.has_sub > a > span.item_outer .item_text:after {
  content: '\33';
  position: absolute;
  right: -15px;
  top: 0;
  font-family: 'ElegantIcons';
  font-size: 15px;
}

.qodef-main-menu > ul > li.menu-item-language a > span.item_outer .item_text {
  position: relative;
  display: table;
}

.qodef-main-menu > ul > li.menu-item-language a > span.item_outer .item_text > * {
  display: table-cell;
  vertical-align: middle;
}

.qodef-main-menu > ul > li.menu-item-language a > span.item_outer .item_text img {
  padding: 5px 6px 0 0;
}

.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background-color: #363636;
}

.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #fff;
}

.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   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: #999;
}

.qodef-blog-holder article.sticky .qodef-post-title:before {
  content: '\e031';
  font-family: ElegantIcons;
  margin-right: 10px;
}

.qodef-blog-holder article .qodef-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.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;
  text-transform: uppercase;
}

.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: 4px 0 7px;
}

.qodef-blog-holder article .qodef-post-info-top > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #1b1b1b;
  font-size: 15px;
  padding: 0 10px 0 0;
  margin: 2px 9px 0 0;
}

.qodef-blog-holder article .qodef-post-info-top > div:after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
}

.qodef-blog-holder article .qodef-post-info-top > div:last-child {
  padding: 0;
  margin-right: 0;
}

.qodef-blog-holder article .qodef-post-info-top > div:last-child:after {
  content: '';
}

.qodef-blog-holder article .qodef-post-info-top > div a {
  color: inherit;
}

.qodef-blog-holder article .qodef-post-info-top > div a:hover {
  color: #999;
}

.qodef-blog-holder article .qodef-post-info-bottom {
  padding-top: 27px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-social-share-holder.qodef-list li a {
  font-size: 14px;
  color: #858585;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-social-share-holder.qodef-list li a:hover {
  color: #cfcfcf;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-tags a {
  text-transform: lowercase;
  margin-left: 12px;
  padding-right: 10px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-tags a:first-child {
  margin-left: 0;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-tags a:last-child {
  padding-right: 0;
}

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

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
  float: right;
  text-align: right;
}

.qodef-blog-holder article.format-link .qodef-post-text {
  padding: 57px 24px 52px;
  border: 1px solid #e5e5e5;
  margin-bottom: 9px;
}

.qodef-blog-holder article.format-link .qodef-post-text-main {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: left;
  padding-bottom: 1px;
}

.qodef-blog-holder article.format-link .qodef-post-mark {
  position: absolute;
  top: 24px;
  right: 33px;
}

.qodef-blog-holder article.format-link .qodef-post-mark .qodef-link-mark {
  font-size: 25px;
  -webkit-transform: rotate(79deg);
  -ms-transform: rotate(79deg);
  transform: rotate(79deg);
  display: inline-block;
}

.qodef-blog-holder article.format-link .qodef-post-link-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  text-align: left;
}

.qodef-blog-holder article.format-quote .qodef-post-text {
  padding: 58px 14px 54px;
  border: 1px solid #e5e5e5;
  margin-bottom: 9px;
}

.qodef-blog-holder article.format-quote .qodef-post-text-main {
  text-align: left;
  padding-bottom: 1px;
}

.qodef-blog-holder article.format-quote .qodef-post-text-inner {
  display: table-cell;
  width: calc(100% - 102px);
}

.qodef-blog-holder article.format-quote .qodef-post-mark {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 102px;
  vertical-align: middle;
  text-align: left;
}

.qodef-blog-holder article.format-quote .qodef-post-mark .qodef-quote-mark {
  font-size: 185px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  position: absolute;
  top: 11px;
  line-height: 0.3em;
}

.qodef-blog-holder article.format-quote .qodef-post-mark .qodef-quote-mark:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.qodef-blog-holder article.format-quote .qodef-post-link-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  text-align: left;
}

.qodef-blog-holder article.format-quote .qodef-post-author {
  display: inline-block;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 20px;
}

.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: #1b1b1b;
}

.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: 38px !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: 39px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button {
  width: 30px;
}

.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: 38px;
}

.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-playpause-button.mejs-replay button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-play button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-replay button {
  width: 39px;
  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: 39px;
  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: 39px;
  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: 30px;
  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: 30px;
  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: 36px;
  margin: 2px 0 0;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail {
  height: 100%;
  padding: 0;
  font-family: inherit;
  margin: 2px 10px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total {
  height: 5px;
  margin: 15px 0;
  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: 5px;
  background-color: #999;
}

.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: 5px;
  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;
  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-corner {
  top: 11px;
}

.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: 38px;
  margin: 2px 0 0;
}

.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: 5px;
  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: 15px;
  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: #999;
}

.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: middle;
  margin: 55px 0 20px;
  clear: both;
}

.qodef-blog-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  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 10px;
}

.qodef-blog-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.qodef-blog-pagination ul li a.qodef-pag-active {
  color: #999;
}

.qodef-blog-pagination ul li.qodef-pag-prev a,
.qodef-blog-pagination ul li.qodef-pag-next a,
.qodef-blog-pagination ul li.qodef-pag-first a,
.qodef-blog-pagination ul li.qodef-pag-last a {
  font-size: 22px;
}

.qodef-blog-pagination ul li.qodef-pag-prev a span,
.qodef-blog-pagination ul li.qodef-pag-next a span,
.qodef-blog-pagination ul li.qodef-pag-first a span,
.qodef-blog-pagination ul li.qodef-pag-last a span {
  display: block;
  line-height: inherit;
}

.qodef-blog-pagination ul li.qodef-pag-prev a span:before,
.qodef-blog-pagination ul li.qodef-pag-next a span:before,
.qodef-blog-pagination ul li.qodef-pag-first a span:before,
.qodef-blog-pagination ul li.qodef-pag-last a span:before {
  display: block;
  line-height: inherit;
}

/* ==========================================================================
   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;
  -o-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: middle;
  margin: 20px 0 0;
  clear: both;
}

.qodef-bl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  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 12px;
  padding: 0;
}

.qodef-bl-standard-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-active a {
  color: #999;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next {
  position: absolute;
  top: 0;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next a {
  font-size: 30px;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a span,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next a span {
  display: block;
  line-height: inherit;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a span:before,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next a span:before {
  display: block;
  line-height: inherit;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev {
  left: 0;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a {
  opacity: 0;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-next {
  right: 0;
}

.qodef-bl-standard-pagination ul li.qodef-bl-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: #1b1b1b;
  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:not(.qodef-dessau-loader) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #1b1b1b;
  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 - Masonry style - begin
   ========================================================================== */

.qodef-blog-holder.qodef-blog-masonry article {
  margin: 0 0 20px;
  padding: 0 0 30px;
}

.qodef-blog-holder.qodef-blog-masonry article.qodef-post-has-media .qodef-post-heading {
  margin-bottom: 30px;
}

/* ==========================================================================
   Blog List - Masonry style - end
   ========================================================================== */

/* ==========================================================================
   Blog List - Standard style - begin
   ========================================================================== */

.qodef-blog-holder.qodef-blog-standard article {
  margin: 0 0 56px;
  padding: 0;
}

.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media .qodef-post-heading {
  margin-bottom: 28px;
}

/* ==========================================================================
   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: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-author-description .qodef-author-title {
  text-align: left;
  font-weight: 400;
  margin: 13px 0 0;
}

.qodef-author-description .qodef-author-description-inner {
  padding: 36px 0 39px;
  min-height: 103px;
  clear: both;
}

.qodef-author-description .qodef-author-description-content {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.qodef-author-description .qodef-author-description-image {
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-right: 28px;
}

.qodef-author-description .qodef-author-description-image img {
  display: block;
  width: 103px;
}

.qodef-author-description .qodef-author-description-text-holder {
  position: relative;
  padding: 11px 0 4px;
  display: inline-block;
  width: calc(100% - 132px);
  vertical-align: top;
  text-align: left;
}

.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: #1b1b1b;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name a:hover {
  color: #999;
}

.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: 11px 0 34px;
}

.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: #1b1b1b;
}

.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: #999;
}

@media only screen and (max-width: 768px) {
  .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: 20px 0 30px;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-thumbnail {
  width: 31px;
  max-height: 31px;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-title {
  display: inline-block;
  margin: 2px 0 0;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-mark {
  font-size: 48px;
  line-height: inherit;
  color: inherit;
  display: inline-block;
  margin-top: 4px;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-mark:before {
  display: block;
  line-height: inherit;
}

.qodef-blog-single-navigation .qodef-blog-single-prev,
.qodef-blog-single-navigation .qodef-blog-single-next {
  color: #1b1b1b;
}

.qodef-blog-single-navigation .qodef-blog-single-prev:hover,
.qodef-blog-single-navigation .qodef-blog-single-next:hover {
  color: #999;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-prev,
.qodef-blog-single-navigation .qodef-blog-single-nav-next {
  width: auto;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-prev .qodef-blog-single-nav-thumbnail img,
.qodef-blog-single-navigation .qodef-blog-single-nav-next .qodef-blog-single-nav-thumbnail img {
  height: 31px;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-prev {
  float: left;
}

@media only screen and (max-width: 680px) {
  .qodef-blog-single-navigation .qodef-blog-single-nav-prev:first-child {
    margin-bottom: 20px;
  }
}

.qodef-blog-single-navigation .qodef-blog-single-nav-prev .qodef-blog-single-nav-thumbnail {
  float: right;
  padding-left: 20px;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-prev .qodef-blog-single-nav-mark {
  float: left;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-next {
  float: right;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-next .qodef-blog-single-nav-mark {
  float: right;
}

.qodef-blog-single-navigation .qodef-blog-single-nav-next .qodef-blog-single-nav-thumbnail {
  float: left;
  padding-right: 20px;
}

.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: #999;
}

.qodef-single-links-pages .qodef-single-links-pages-inner > a:hover {
  color: #1b1b1b;
}

/* 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(27, 27, 27, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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;
  margin: 4px 0 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0 13px 0 0;
  color: inherit;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:after {
  position: absolute;
  top: 0;
  right: 4px;
  content: '/';
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:last-child {
  padding: 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:last-child:after {
  display: none;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div.qodef-post-info-author .qodef-post-info-author-text {
  margin: 0 3px 0 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Related posts styles - end
	====================================================================== */

/* ==========================================================================
   Blog Single style - begin
   ========================================================================== */

.qodef-blog-holder.qodef-blog-single article {
  margin: 0 0 30px;
}

.qodef-blog-holder.qodef-blog-single article.format-quote,
.qodef-blog-holder.qodef-blog-single article.format-link {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 27px;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-text,
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-text {
  margin-bottom: 20px;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-info-top > div,
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-info-top > div {
  margin-top: 0;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-text {
  padding: 58px 24px 54px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-text {
  padding: 57px 38px 52px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-heading {
  margin-bottom: 26px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-text {
  padding: 0 0 21px;
  border-bottom: 1px solid #e1e1e1;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-top {
  margin-bottom: 13px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-top > div {
  margin-top: 8px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom {
  padding-top: 20px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-left,
.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-right {
  width: 100%;
  text-align: center;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-blog-share {
  margin: 18px 0 32px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-right .qodef-tags-holder {
  margin: 39px 0 32px;
}

/* ==========================================================================
   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-content {
  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;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 30px;
}

.qodef-blog-list-holder .qodef-post-image a {
  display: block;
}

.qodef-blog-list-holder .qodef-post-image img {
  display: block;
}

.qodef-blog-list-holder .qodef-bli-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 5px 0 8px;
  clear: both;
}

.qodef-blog-list-holder .qodef-bli-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  float: left;
  padding: 0 10px 5px 0;
  margin-right: 12px;
}

.qodef-blog-list-holder .qodef-bli-info > div:after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
}

.qodef-blog-list-holder .qodef-bli-info > div:last-child {
  padding: 0 0 5px;
  margin-right: 0;
}

.qodef-blog-list-holder .qodef-bli-info > div:last-child:after {
  content: '';
}

.qodef-blog-list-holder .qodef-bli-info > div a {
  color: #1b1b1b;
}

.qodef-blog-list-holder .qodef-bli-info > div a:hover {
  color: #999;
}

.qodef-blog-list-holder .qodef-post-title {
  margin: 0;
  text-transform: uppercase;
}

.qodef-blog-list-holder .qodef-post-excerpt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 2px 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: 35px 0 0;
}

.qodef-blog-list-holder .qodef-post-read-more-button .qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
  font-size: 1em;
  margin-left: 6px;
}

/* ==========================================================================
   Blog List shortcode global style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode - Boxed type style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-boxed .qodef-bli-content {
  padding: 40px 30px;
  background-color: #f6f6f6;
}

.qodef-blog-list-holder.qodef-bl-boxed .qodef-post-image {
  margin: 0;
}

/* ==========================================================================
   Blog List shortcode - Boxed type style - end
   ========================================================================== */

/* ==========================================================================
   Blog List shortcode - Masonry type style - begin
   ========================================================================== */

.qodef-blog-list-holder.qodef-bl-masonry {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  overflow: visible !important;
}

.qodef-blog-list-holder.qodef-bl-masonry .qodef-bl-item {
  z-index: 100;
}

/* ==========================================================================
   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 {
  display: block;
  margin: 0 0 12px;
  line-height: 1;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a {
  font-size: 14px;
  color: #1b1b1b;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover {
  color: #999;
}

/* ==========================================================================
   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: middle;
  width: 79px;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-post-image a {
  position: relative;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 22px;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date {
  display: block;
  margin: 7px 0 0;
  line-height: 1;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date a {
  font-size: 14px;
  color: #1b1b1b;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date a:hover {
  color: #999;
}

/* ==========================================================================
   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: #1b1b1b;
  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 {
  /***** Slider Type Style - begin *****/
  /***** Slider Type Style - end *****/
  /***** Carousel Type Style - begin *****/
  /***** Carousel Type Style - end *****/
  /***** Carousel Centered Type Style - begin *****/
  /***** Carousel Centered Type Style - end *****/
}

.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-bs-slider .qodef-post-title {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-read-more-button a {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-read-more-button a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-item-image a:hover:after {
  opacity: 1;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-item-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-post-title {
  margin: 29px 0 0;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-post-read-more-button {
  margin: 15px 0 0;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .active.center .qodef-item-text-wrapper {
  opacity: 1;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-blog-slider-item {
  text-align: center;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-title {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-read-more-button a {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-read-more-button a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.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(153, 153, 153, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-out;
  -o-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-item-info-section {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 2px;
}

.qodef-blog-slider-holder .qodef-item-info-section > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.qodef-blog-slider-holder .qodef-item-info-section > div a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.qodef-blog-slider-holder .qodef-item-info-section > div a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-blog-slider-holder .qodef-item-info-section > div:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 2px;
}

.qodef-blog-slider-holder .qodef-item-info-section > div:last-child {
  padding-right: 0;
  margin-right: 0;
}

.qodef-blog-slider-holder .qodef-item-info-section > div:last-child:after {
  content: '';
}

.qodef-blog-slider-holder .qodef-post-title {
  margin: 0;
}

.qodef-blog-slider-holder .qodef-bli-excerpt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 0;
}

.qodef-blog-slider-holder .qodef-bli-excerpt p {
  margin: 0;
}

.qodef-blog-slider-holder .qodef-post-read-more-button {
  margin: 5px 0 0;
}

/* ==========================================================================
   Blog Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Blog styles - end
   ========================================================================== */

/*# sourceMappingURL=blog-map.css.map */
/* ==========================================================================
   Content Bottom styles - begin
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   #Content bottom styles - begin
   ========================================================================== */

.qodef-content-bottom .qodef-content-bottom-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-content-bottom .qodef-content-bottom-inner.qodef-grid {
  padding: 20px 0;
}

.qodef-content-bottom .qodef-content-bottom-inner.qodef-full-width {
  padding: 20px 40px;
}

/* ==========================================================================
   #Content bottom styles - end
   ========================================================================== */

/* ==========================================================================
   Content Bottom styles - end
   ========================================================================== */

/*# sourceMappingURL=content-bottom-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: #1d1d1d;
  -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: 158px 0 146px;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-full-width {
  padding: 92px 40px 52px;
}

.qodef-page-footer .qodef-footer-bottom-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #363636;
  -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: 19px 0;
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner.qodef-full-width {
  padding: 19px 40px;
}

.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);
  -o-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 100px;
}

.qodef-paspartu-enabled .qodef-page-header .qodef-vertical-align-containers {
  padding: 0;
}

.qodef-header-dessau .qodef-page-header .qodef-vertical-align-containers {
  padding: 0 45px 0 65px;
  border-bottom: 1px solid transparent;
}

.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;
  -o-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: #999 !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: #999 !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: #999 !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: #999 !important;
}

/* ==========================================================================
#Dark header - end
========================================================================== */

/* ==========================================================================
   Header end - end
   ========================================================================== */

/* ==========================================================================
   Header widgets styles - begin
   ========================================================================== */

.qodef-page-header div [id*="monster"],
.qodef-top-bar div [id*="monster"],
.qodef-sticky-header div [id*="monster"],
.qodef-mobile-header div [id*="monster"] {
  display: none;
}

.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: #999;
}

/* ==========================================================================
   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: middle;
  max-width: 100%;
}

.qodef-logo-wrapper a img {
  height: 100%;
  width: auto;
  -webkit-transition: opacity 0.2s ease;
  -o-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: 13px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #1b1b1b;
  font-family: "Raleway", sans-serif;
}

.qodef-main-menu ul li a:hover {
  color: #999;
}

.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 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.025em;
  color: #1b1b1b;
}

.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.qodef-active-item > a {
  color: #999;
}

.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 > a:hover {
  color: #999;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a {
  color: #999;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li > a {
  color: #1b1b1b;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li > a:hover {
  color: #999;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a {
  color: #999;
}

/* Narrow drop down styles
   ========================================================================== */

.qodef-drop-down .second {
  position: absolute;
  display: block;
  left: -9px;
  top: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: top 0.15s ease-out;
  -o-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;
  -o-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;
}

.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: 6px 33px;
}

.qodef-drop-down .second .inner ul li a .item_outer {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}

.qodef-drop-down .second .inner ul li a:hover .item_outer {
  color: #999;
}

.qodef-drop-down .second .inner ul li.current-menu-ancestor > a,
.qodef-drop-down .second .inner ul li.current-menu-item > a {
  color: #1b1b1b;
}

.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 30px;
}

.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: 25px 0;
}

.qodef-drop-down .narrow .second .inner ul li {
  width: 270px;
}

.qodef-drop-down .narrow .second .inner ul li ul {
  position: absolute;
  left: 100%;
  top: -26px;
  height: auto;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.4s ease-out;
  -o-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%;
}

/* 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: 6px 0;
  line-height: 23px;
  letter-spacing: .025em;
  white-space: nowrap;
}

.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: 31px 0;
  -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 6px;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 23px;
}

.qodef-drop-down .wide .second .inner > ul > li > a:hover .item_outer {
  color: #1b1b1b;
}

.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: #999;
}

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

.qodef-page-header .qodef-fixed-wrapper.fixed .qodef-menu-area .qodef-vertical-align-containers {
  border-bottom: 1px solid #e5e5e5;
}

/* ==========================================================================
   Fixed header style - end
   ========================================================================== */

/* ==========================================================================
   Header Dessau style - begin
   ========================================================================== */

.qodef-header-dessau .qodef-page-header {
  width: auto;
  min-width: 60%;
  -webkit-transition: min-width 0.5s;
  -o-transition: min-width 0.5s;
  transition: min-width 0.5s;
}

.qodef-header-dessau .qodef-page-header.qodef-full-width {
  min-width: 100%;
}

.qodef-header-dessau .qodef-page-header .qodef-fixed-wrapper {
  min-width: inherit;
  -webkit-transition: min-width 0.5s;
  -o-transition: min-width 0.5s;
  transition: min-width 0.5s;
}

.qodef-header-dessau .qodef-page-header .qodef-fixed-wrapper.fixed {
  width: inherit;
  min-width: 100%;
}

.qodef-header-dessau .qodef-page-header .qodef-vertical-align-containers .qodef-position-left {
  margin-right: 40px;
}

.qodef-header-dessau .qodef-menu-area {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.qodef-header-dessau .qodef-menu-area.qodef-menu-left .qodef-main-menu {
  width: auto;
  padding: 0 0 0 20px;
}

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

.qodef-header-dessau .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-left:before,
.qodef-header-dessau .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}

.qodef-header-dessau .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-dessau .qodef-menu-area.qodef-menu-center .qodef-vertical-align-containers .qodef-position-center {
  position: relative;
  float: left;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.qodef-header-dessau .qodef-menu-area.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}

.qodef-header-dessau .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-dessau .qodef-menu-area.qodef-menu-right .qodef-main-menu {
  width: auto;
}

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

/* ==========================================================================
   Header Dessau 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 {
  color: #fff;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined {
  background-color: #1b1b1b;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
  background-color: #fff;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-fullscreen-menu-close-icon {
  color: #fff;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener:hover,
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fm-opened {
  color: #1b1b1b;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener {
  color: #000;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener:hover,
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fm-opened {
  color: #999;
}

.qodef-fullscreen-menu-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 66px;
  width: 66px;
  line-height: 66px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon {
  position: relative;
  visibility: visible;
  display: inline-block;
}

.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-close-icon {
  position: absolute;
  top: -23px;
  left: -16px;
  font-size: 60px;
  visibility: hidden;
}

.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: 20px;
}

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

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined:hover .qodef-line-1 {
  -webkit-animation: widthAnim 1s;
  animation: widthAnim 1s;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined:hover .qodef-line-2 {
  -webkit-animation: widthAnim 1s 0.2s;
  animation: widthAnim 1s 0.2s;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined:hover .qodef-line-3 {
  -webkit-animation: widthAnim 1s 0.4s;
  animation: widthAnim 1s 0.4s;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 12px;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  border-radius: 12px;
  -webkit-transition: width 0.3s ease, background-color 0.5s;
  -o-transition: width 0.3s ease, background-color 0.5s;
  transition: width 0.3s ease, background-color 0.5s;
}

.qodef-mobile-header .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
  background-color: #1b1b1b;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
  top: 1px;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
  top: 6px;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
  bottom: 0;
}

@-webkit-keyframes widthAnim {
  0%, 100%, 90% {
    width: 100%;
  }

  40% {
    width: 20%;
  }
}

@keyframes widthAnim {
  0%, 100%, 90% {
    width: 100%;
  }

  40% {
    width: 20%;
  }
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-fullscreen-menu-close-icon {
  top: 1px;
  left: 16px;
  font-size: 32px;
  color: #fff;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-fullscreen-menu-close-icon {
  opacity: 1;
  color: #1b1b1b;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.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: rgba(255, 255, 255, 0.9);
  display: table;
  background-repeat: repeat;
  background-position: 0 0;
}

.qodef-fullscreen-menu-holder-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 110px 0 90px;
}

.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 li {
  margin: 0;
  padding: 0;
  text-align: center;
}

nav.qodef-fullscreen-menu ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 0;
  font-size: 18px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Raleway", sans-serif;
}

nav.qodef-fullscreen-menu ul li a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

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 {
  padding: 0px 0px 9px;
}

nav.qodef-fullscreen-menu ul li ul.sub_menu {
  display: none;
}

nav.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a,
nav.qodef-fullscreen-menu ul li ul li.current-menu-item > a {
  color: #999;
}

nav.qodef-fullscreen-menu ul li ul li ul li a {
  font-size: 20px;
}

nav.qodef-fullscreen-menu > ul {
  display: block;
}

nav.qodef-fullscreen-menu > ul > li > a {
  font-size: 35px;
  margin: 13px 0;
}

nav.qodef-fullscreen-menu > ul > li.qodef-active-item > a {
  color: #999;
}

.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.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

/* 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;
  -o-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;
  -o-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;
  -o-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 - Closed style - begin
   ========================================================================== */

/* ==========================================================================
   Header Vertical - Closed navigation style - begin
   ========================================================================== */

.qodef-header-vertical-closed .qodef-vertical-alignment-center .qodef-vertical-menu-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  padding: 100px 0 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-header-vertical-closed .qodef-vertical-alignment-center .qodef-vertical-menu {
  display: table-cell;
  height: auto;
  min-height: 0;
  vertical-align: middle;
}

.qodef-header-vertical-closed .qodef-vertical-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 38px 0 31px;
  padding: 0;
  z-index: 100;
}

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

.qodef-header-vertical-closed .qodef-vertical-menu ul li {
  position: relative;
  padding: 0;
  margin: 0;
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0;
  color: #1b1b1b;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

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

.qodef-header-vertical-closed .qodef-vertical-menu ul li a:hover .qodef-menu-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qodef-header-vertical-closed .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-closed .qodef-vertical-menu ul li a .qodef-menu-arrow {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 15px;
  line-height: inherit;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: 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-header-vertical-closed .qodef-vertical-menu ul li a .qodef-menu-featured-icon {
  position: relative;
  top: -4px;
  left: 3px;
  color: #1b1b1b;
  font-size: 12px;
  margin: 0;
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li a .menu_icon:not(.blank):not(.null) {
  padding: 0 5px 0 0;
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li.qodef-active-item > a,
.qodef-header-vertical-closed .qodef-vertical-menu ul li.current_page_item > a,
.qodef-header-vertical-closed .qodef-vertical-menu ul li.current-menu-item > a,
.qodef-header-vertical-closed .qodef-vertical-menu ul li.current-menu-ancestor > a {
  color: #999;
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li.qodef-active-item > a .qodef-menu-arrow,
.qodef-header-vertical-closed .qodef-vertical-menu ul li.current_page_item > a .qodef-menu-arrow,
.qodef-header-vertical-closed .qodef-vertical-menu ul li.current-menu-item > a .qodef-menu-arrow,
.qodef-header-vertical-closed .qodef-vertical-menu ul li.current-menu-ancestor > a .qodef-menu-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li ul {
  padding: 3px 0;
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li ul li.sub > a .item_outer {
  position: relative;
  display: block;
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li ul li.sub > a .item_outer:after {
  position: absolute;
  top: -1px;
  right: 0;
  margin: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  line-height: inherit;
  font-weight: 900;
  content: "\f105";
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li ul li.sub.current_page_item > a .item_outer:after,
.qodef-header-vertical-closed .qodef-vertical-menu ul li ul li.sub.current-menu-ancestor > a .item_outer:after {
  content: "\f107";
}

.qodef-header-vertical-closed .qodef-vertical-menu ul li .second {
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.qodef-active-item > a,
.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.current_page_item > a,
.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.current-menu-item > a,
.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.current-menu-ancestor > a {
  color: #999;
}

.qodef-header-vertical-closed .qodef-vertical-menu > ul > li > a {
  font-size: 13px;
  line-height: 30px;
  color: #1b1b1b;
}

.qodef-header-vertical-closed .qodef-vertical-menu > ul > li > a span.item_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-light-header.qodef-header-vertical-closed .qodef-vertical-menu ul li a {
  color: #fff !important;
}

.qodef-light-header.qodef-header-vertical-closed .qodef-vertical-menu ul li a:hover {
  color: #999 !important;
}

.qodef-light-header.qodef-header-vertical-closed .qodef-vertical-menu ul li ul li.current_page_item > a,
.qodef-light-header.qodef-header-vertical-closed .qodef-vertical-menu ul li ul li.current-menu-item > a,
.qodef-light-header.qodef-header-vertical-closed .qodef-vertical-menu ul li ul li.current-menu-ancestor > a {
  color: #999 !important;
}

.qodef-light-header.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.qodef-active-item > a,
.qodef-light-header.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.current-menu-ancestor > a {
  color: #999 !important;
}

.qodef-dark-header.qodef-header-vertical-closed .qodef-vertical-menu ul li a {
  color: #1b1b1b !important;
}

.qodef-dark-header.qodef-header-vertical-closed .qodef-vertical-menu ul li a:hover {
  color: #999 !important;
}

.qodef-dark-header.qodef-header-vertical-closed .qodef-vertical-menu ul li.current_page_item > a,
.qodef-dark-header.qodef-header-vertical-closed .qodef-vertical-menu ul li.current-menu-item > a,
.qodef-dark-header.qodef-header-vertical-closed .qodef-vertical-menu ul li.current-menu-ancestor > a {
  color: #999 !important;
}

.qodef-dark-header.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.qodef-active-item > a,
.qodef-dark-header.qodef-header-vertical-closed .qodef-vertical-menu > ul > li.current-menu-ancestor > a {
  color: #999 !important;
}

/* ==========================================================================
   Header Vertical - Closed navigation style - end
   ========================================================================== */

/* ==========================================================================
   Header Vertical - Closed widget style - begin
   ========================================================================== */

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

.qodef-header-vertical-closed .qodef-vertical-area-widget-holder .widget {
  margin-bottom: 10px;
}

.qodef-header-vertical-closed .qodef-vertical-area-widget-holder .qodef-social-icons-group-widget {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}

.qodef-header-vertical-closed .qodef-vertical-alignment-center .qodef-vertical-area-widget-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ==========================================================================
   Header Vertical - Closed widget style - end
   ========================================================================== */

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

.qodef-header-vertical-closed .qodef-vertical-menu-area {
  position: fixed;
  top: 0;
  left: calc(75px - 354px);
  height: 100%;
  width: 354px;
  padding: 49px 75px 39px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  z-index: 101;
  -webkit-backface-visibility: hidden;
  -webkit-transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

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

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener {
  position: fixed;
  left: 0;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  z-index: 1000;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-icon-pack {
  font-size: 20px;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-icon-pack span {
  position: relative;
  display: inline-block;
  line-height: inherit;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-icon-pack span:before {
  display: inline-block;
  line-height: inherit;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-opener-icon:hover .qodef-burger-bar-1 {
  -webkit-animation: widthAnim 1s;
  animation: widthAnim 1s;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-opener-icon:hover .qodef-burger-bar-2 {
  -webkit-animation: widthAnim 1s 0.2s;
  animation: widthAnim 1s 0.2s;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-opener-icon:hover .qodef-burger-bar-3 {
  -webkit-animation: widthAnim 1s 0.4s;
  animation: widthAnim 1s 0.4s;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-opener-icon .qodef-burger {
  cursor: pointer;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-opener-icon .qodef-burger .qodef-burger-bar-1,
.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-opener-icon .qodef-burger .qodef-burger-bar-2,
.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-opener-icon .qodef-burger .qodef-burger-bar-3 {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

@keyframes widthAnim {
  0%, 100%, 90% {
    width: 100%;
  }

  40% {
    width: 20%;
  }
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-close-icon .qodef-close-icon {
  cursor: pointer;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-close-icon .qodef-close-icon .qodef-close-bar-1,
.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path .qodef-vertical-area-close-icon .qodef-close-icon .qodef-close-bar-2 {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path span {
  position: relative;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path span > * {
  vertical-align: middle;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path span > *,
.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-svg-path span path {
  fill: currentColor;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-hm-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 12px;
  margin: 0 auto;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-hm-lines .qodef-hm-line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  border-radius: 12px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
  top: 1px;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
  top: 6px;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
  bottom: 0;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-vertical-area-opener-icon {
  display: block;
  padding: 26px 0;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-vertical-area-close-icon {
  font-size: 25px;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-vertical-area-close-icon span {
  display: block;
  line-height: inherit;
  margin-top: -5px;
  margin-right: 2px;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener.qodef-vertical-area-opener-predefined .qodef-vertical-area-close-icon span:before {
  display: inline-block;
  line-height: inherit;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener .qodef-vertical-area-opener-icon {
  visibility: visible;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-area-opener .qodef-vertical-area-close-icon {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area .qodef-vertical-menu {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area.active {
  left: 0;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area.active .qodef-vertical-area-opener .qodef-vertical-area-opener-icon {
  visibility: hidden;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area.active .qodef-vertical-area-opener .qodef-vertical-area-close-icon {
  visibility: visible;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area.active .qodef-vertical-menu {
  opacity: 1;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area.active .qodef-close-icon .qodef-close-bar-1,
.qodef-header-vertical-closed .qodef-vertical-menu-area.active .qodef-close-icon .qodef-close-bar-2 {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.qodef-header-vertical-closed .qodef-vertical-menu-area.active .qodef-close-icon .qodef-close-bar-1 {
  -webkit-animation: diag-left 0.5s 0.3s forwards;
  animation: diag-left 0.5s 0.3s forwards;
}

.qodef-header-vertical-closed .qodef-vertical-menu-area.active .qodef-close-icon .qodef-close-bar-2 {
  -webkit-animation: diag-right 0.5s 0.6s forwards;
  animation: diag-right 0.5s 0.6s forwards;
}

@-webkit-keyframes diag-left {
  0% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }

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

@keyframes diag-left {
  0% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }

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

@-webkit-keyframes diag-right {
  0% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
  }

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

@keyframes diag-right {
  0% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
  }

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

.qodef-header-vertical-closed .qodef-vertical-menu-area-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

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

.qodef-header-vertical-closed .qodef-logo-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  z-index: 100;
}

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

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

.qodef-header-vertical-closed .qodef-vertical-area-background {
  position: fixed;
  top: 0;
  left: calc(75px - 354px);
  width: 354px;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, background-color 0.5s ease, left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.5s ease, background-color 0.5s ease, left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s ease, background-color 0.5s ease, left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  border-right: 1px solid #e5e5e5;
}

.qodef-header-vertical-closed .active .qodef-vertical-area-background {
  left: 0;
}

.qodef-header-vertical-closed .qodef-vertical-area-bottom-logo {
  position: fixed;
  top: 75px;
  left: 0;
  bottom: 25px;
  width: 75px;
  height: 100%;
  text-align: center;
  z-index: 1000;
  -webkit-transition: left 0.15s ease-in-out;
  -o-transition: left 0.15s ease-in-out;
  transition: left 0.15s ease-in-out;
}

.qodef-header-vertical-closed .qodef-vertical-area-bottom-logo .qodef-vertical-area-bottom-logo-inner {
  position: absolute;
  bottom: 90px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-header-vertical-closed .qodef-vertical-area-bottom-logo.active {
  left: -75px;
}

/* ==========================================================================
   Header Vertical - Closed 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: 100px 0;
}

.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-menu {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 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: 58px 0 31px;
  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: #999;
}

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

.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 .qodef-menu-arrow {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: 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-header-vertical .qodef-vertical-menu ul li a .qodef-menu-featured-icon {
  position: relative;
  top: -4px;
  left: 3px;
  color: #1b1b1b;
  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.qodef-active-item > a,
.qodef-header-vertical .qodef-vertical-menu ul li.current_page_item > a,
.qodef-header-vertical .qodef-vertical-menu ul li.current-menu-item > a,
.qodef-header-vertical .qodef-vertical-menu ul li.current-menu-ancestor > a {
  color: #999;
}

.qodef-header-vertical .qodef-vertical-menu ul li ul {
  padding: 3px 0;
}

.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 ul li.sub > a .item_outer:after {
  position: absolute;
  top: -1px;
  right: 0;
  margin: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  line-height: inherit;
  font-weight: 900;
  content: "\f105";
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: 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-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 {
  font-size: 16px;
  line-height: 30px;
}

.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-below ul li ul li.sub a:hover .item_outer:after,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub.open > a .item_outer:after,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub.current_page_item > a .item_outer:after,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub.current_page_item > a .item_outer:after,
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub.current-menu-ancestor > a .item_outer:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.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;
  -o-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;
  -o-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;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.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 {
  color: #999 !important;
}

.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current_page_item > a,
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-item > a,
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-ancestor > a {
  color: #999 !important;
}

.qodef-light-header.qodef-header-vertical .qodef-vertical-menu > ul > li.qodef-active-item > a,
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu > ul > li.current-menu-ancestor > a {
  color: #999 !important;
}

.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 {
  color: #999 !important;
}

.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current_page_item > a,
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-item > a,
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-ancestor > a {
  color: #999 !important;
}

.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu > ul > li.qodef-active-item > a,
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu > ul > li.current-menu-ancestor > a {
  color: #999 !important;
}

/* ==========================================================================
   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.admin-bar .qodef-vertical-menu-area {
  top: 32px;
  height: calc(100% - 32px);
}

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

.qodef-header-vertical .qodef-vertical-menu-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 312px;
  height: 100%;
  padding: 60px 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;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-header-vertical .qodef-vertical-area-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 312px;
  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;
  -o-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 #e5e5e5;
  -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-vertical-align-containers .qodef-position-right {
  max-width: 80%;
}

.qodef-mobile-header .qodef-mobile-logo-wrapper a {
  display: block;
}

.qodef-mobile-header .qodef-mobile-logo-wrapper img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 82%;
  max-height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.qodef-mobile-header .qodef-mobile-menu-opener {
  position: relative;
  height: 100%;
  float: left;
  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: #999;
}

.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon {
  font-size: 20px;
}

.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;
  -o-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 #e5e5e5;
}

.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;
  color: #1b1b1b;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.qodef-mobile-header .qodef-mobile-nav ul li a:hover,
.qodef-mobile-header .qodef-mobile-nav ul li h6:hover {
  color: #999;
}

.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,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > a,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-ancestor > h6,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > h6 {
  color: #999;
}

.qodef-mobile-header .qodef-mobile-nav ul ul li a,
.qodef-mobile-header .qodef-mobile-nav ul ul li h6 {
  font-size: 11px;
  line-height: 24px;
}

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

.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > a,
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > h6 {
  color: #999;
}

.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);
  display: inline-block;
}

.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;
  font-size: 10px;
  -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;
  -o-transition: 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);
  display: inline-block;
}

.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;
  -o-transition: transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
  transition: transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
  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: 100px;
  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;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.qodef-sticky-header .qodef-sticky-holder .qodef-grid {
  height: 100% !important;
}

.qodef-sticky-header .qodef-sticky-holder .qodef-grid .qodef-vertical-align-containers {
  padding: 0;
}

.qodef-sticky-header .qodef-main-menu > ul > li.qodef-active-item > a {
  color: #999;
}

.qodef-sticky-header .qodef-main-menu > ul > li > a {
  color: #1b1b1b;
}

.qodef-sticky-header .qodef-main-menu > ul > li > a:hover {
  color: #999;
}

.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers {
  padding: 0 100px;
}

.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: #1b1b1b;
  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: 15px;
  line-height: 1;
  margin: 0 10px;
}

.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 svg {
  width: 18px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

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

.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: #999 !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: #1b1b1b !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: #999 !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 #e5e5e5;
}

.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: #1b1b1b;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out;
  -o-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: #1b1b1b;
}

.qodef-search-page-holder article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.qodef-search-page-holder article.sticky .qodef-post-title a {
  color: #999;
}

.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: #fff;
  z-index: 115;
}

.qodef-search-cover .qodef-container,
.qodef-search-cover .qodef-container-inner {
  height: 100%;
}

.qodef-search-cover .qodef-container .qodef-container-inner {
  width: 100%;
  padding: 0 45px 0 65px;
}

.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: #1b1b1b;
  font-size: 20px;
  font-weight: inherit;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline-offset: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.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: 40%;
  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: #999;
}

.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 .qodef-close-icon {
  width: 17px;
}

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

.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;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.qodef-fullscreen-with-sidebar-search-holder .qodef-search-field:focus {
  border-bottom: 0;
  color: #1b1b1b;
  border-color: #1b1b1b;
}

.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: #1b1b1b;
}

.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: #1b1b1b;
}

.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: #999;
}

.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;
  text-align: center;
}

.qodef-fullscreen-search-holder .qodef-form-holder-inner {
  position: relative;
  width: 40%;
  margin: auto;
}

.qodef-fullscreen-search-holder .qodef-form-holder-inner .qodef-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s 0.2s;
  -o-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;
  -o-transition: width 0.5s ease 0.6s;
  transition: width 0.5s ease 0.6s;
}

.qodef-fullscreen-search-holder .qodef-field-holder {
  display: block;
  position: relative;
}

.qodef-fullscreen-search-holder .qodef-search-field {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 0 13px;
  padding: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.44em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  color: #1b1b1b;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}

.qodef-fullscreen-search-holder .qodef-search-submit {
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 15px;
  width: auto;
  color: #1b1b1b;
  background-color: transparent;
  border: none;
  outline: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.qodef-fullscreen-search-holder .qodef-search-submit:hover {
  color: #1b1b1b;
}

.qodef-fullscreen-search-opened .qodef-fullscreen-search-holder .qodef-search-submit {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
  -o-transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
  transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
}

.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit-icon-pack {
  font-size: 25px;
  line-height: 1em;
}

.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit-svg-path svg {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit-svg-path > *,
.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit-svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-fullscreen-search-holder .qodef-search-close {
  position: absolute;
  top: 33px;
  right: 107px;
  color: #1b1b1b;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-search-close {
  top: 72px;
}

.qodef-fullscreen-search-holder .qodef-search-close:hover {
  color: #1b1b1b;
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-icon-pack {
  font-size: 25px;
  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;
}

/* 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.9);
}

.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 #e5e5e5;
  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 #e5e5e5;
  -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: #1b1b1b;
  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;
  -o-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: #1b1b1b;
}

.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: #1b1b1b;
}

.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;
  -o-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: #1b1b1b;
  overflow: hidden;
  z-index: 201;
  -webkit-transition: top 0.25s ease-out, height 0.25s ease-out;
  -o-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 */
/* ==========================================================================
   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: 122px;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 101;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.qodef-title-holder.qodef-title-full-width .qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0 100px;
  -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 .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;
  color: #1b1b1b;
}

.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-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:hover {
  color: #1b1b1b;
}

/* ==========================================================================
   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: 10px 0 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: 5px 0 0;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs {
  color: #1b1b1b;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-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 .qodef-delimiter {
  background-color: rgba(229, 229, 229, 0.5);
  height: 11px;
  width: 2px;
  display: inline-block;
  margin: 0 25px;
  vertical-align: middle;
}

.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a:hover {
  color: #999;
}

/* ==========================================================================
   Standard With Breadcrumbs Title type style - end
   ========================================================================== */

/* ==========================================================================
   Standard Title type style - begin
   ========================================================================== */

.qodef-title-holder.qodef-standard-type .qodef-page-title {
  margin: 0;
  font-weight: 400;
}

.qodef-title-holder.qodef-standard-type .qodef-page-subtitle {
  margin: 10px 0 0;
}

/* ==========================================================================
   Standard Title type style - end
   ========================================================================== */

/* ==========================================================================
   Title styles - end
   ========================================================================== */

/*# sourceMappingURL=title-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-light-header .qodef-top-bar .qodef-side-menu-button-opener {
  color: #fff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line {
  background-color: #fff !important;
}

.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.opened,
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:hover,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.opened,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener:hover {
  color: #999 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener {
  color: #000 !important;
}

.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line {
  background-color: #1b1b1b !important;
}

.qodef-side-menu-button-opener {
  position: relative;
  display: inline-block;
  line-height: 1.1em;
}

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

.qodef-side-menu-button-opener.opened,
.qodef-side-menu-button-opener:hover {
  color: #999;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon {
  font-size: 20px;
}

.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 .qodef-side-menu-icon:hover .qodef-burger-bar-1 {
  -webkit-animation: widthAnim 1s;
  animation: widthAnim 1s;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon:hover .qodef-burger-bar-2 {
  -webkit-animation: widthAnim 1s 0.2s;
  animation: widthAnim 1s 0.2s;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon:hover .qodef-burger-bar-3 {
  -webkit-animation: widthAnim 1s 0.4s;
  animation: widthAnim 1s 0.4s;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon .qodef-burger {
  cursor: pointer;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon .qodef-burger .qodef-burger-bar-1,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon .qodef-burger .qodef-burger-bar-2,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon .qodef-burger .qodef-burger-bar-3 {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

@-webkit-keyframes widthAnim {
  0%, 100%, 90% {
    width: 100%;
  }

  40% {
    width: 20%;
  }
}

@keyframes widthAnim {
  0%, 100%, 90% {
    width: 100%;
  }

  40% {
    width: 20%;
  }
}

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

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 12px;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  border-radius: 12px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  -o-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: 1px;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
  top: 6px;
}

.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
  bottom: 0;
}

.qodef-right-side-menu-opened .qodef-close-icon .qodef-close-bar-1,
.qodef-right-side-menu-opened .qodef-close-icon .qodef-close-bar-2,
.qodef-fullscreen-search-opened .qodef-close-icon .qodef-close-bar-1,
.qodef-fullscreen-search-opened .qodef-close-icon .qodef-close-bar-2 {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.qodef-right-side-menu-opened .qodef-close-icon .qodef-close-bar-1,
.qodef-fullscreen-search-opened .qodef-close-icon .qodef-close-bar-1 {
  -webkit-animation: diag-left 0.5s 0.3s forwards;
  animation: diag-left 0.5s 0.3s forwards;
}

.qodef-right-side-menu-opened .qodef-close-icon .qodef-close-bar-2,
.qodef-fullscreen-search-opened .qodef-close-icon .qodef-close-bar-2 {
  -webkit-animation: diag-right 0.5s 0.6s forwards;
  animation: diag-right 0.5s 0.6s forwards;
}

@-webkit-keyframes diag-left {
  0% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }

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

@keyframes diag-left {
  0% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }

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

@-webkit-keyframes diag-right {
  0% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
  }

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

@keyframes diag-right {
  0% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
  }

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

.qodef-side-menu {
  position: fixed;
  top: 0;
  right: -420px;
  width: 420px;
  height: 100%;
  min-height: 100%;
  padding: 126px 60px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-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: 37px;
  right: 60px;
  display: block;
  z-index: 1000;
  color: #1b1b1b;
  font-size: 23px;
}

.qodef-side-menu a.qodef-close-side-menu:hover {
  color: #1b1b1b;
}

.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: 22px;
}

.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 .qodef-close-icon {
  cursor: pointer;
}

.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path .qodef-close-icon .qodef-close-bar-1,
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path .qodef-close-icon .qodef-close-bar-2 {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

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

/* ==========================================================================
# 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);
  -o-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(27, 27, 27, 0.3);
  -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  -o-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);
  -o-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);
  -o-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);
  -o-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);
  -o-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);
  -o-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);
  -o-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: 126px 60px 30px;
  }
}

/* ==========================================================================
# Side area style - end
========================================================================== */

/* ==========================================================================
   Side area styles - end
   ========================================================================== */

/*# sourceMappingURL=sidearea-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;
  border-radius: 100%;
  overflow: hidden;
}

.qodef-author-info-widget .qodef-aiw-image img {
  display: block;
}

.qodef-author-info-widget .qodef-aiw-title {
  margin: 28px 0 0;
}

.qodef-author-info-widget .qodef-aiw-text {
  display: block;
  margin: 10px 0 0;
}

/* ==========================================================================
   Author Info widget style - end
   ========================================================================== */

/*# sourceMappingURL=author-info-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 */
/* ==========================================================================
   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 10px;
}

.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: #999 !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: #999 !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: #1b1b1b;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-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: #999 !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: #999 !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-square-icons .qodef-social-icon-widget-holder {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 7px;
  font-size: 17px;
  color: #fff;
  background-color: #1b1b1b;
}

.qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder:hover {
  color: #1b1b1b;
  background-color: #999;
}

.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: #1b1b1b;
  background-color: #fff;
}

.qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin .qodef-social-icon-widget-holder:hover {
  color: #1b1b1b;
  background-color: #999;
}

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

/* ==========================================================================
   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: 25%;
}

.qodef-masonry-gallery-holder .qodef-mg-item {
  position: relative;
  width: 25%;
  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: 50%;
}

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

.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;
  overflow: hidden;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-outer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  -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%;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-content {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 38px 31px;
  vertical-align: top;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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: top left;
  z-index: -1;
}

.qodef-masonry-gallery-holder .qodef-mg-item .qodef-mg-item-icon {
  margin: 0 0 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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: 14px 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-item-inner-text {
  position: absolute;
  bottom: 38px;
  padding-right: 30px;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard .qodef-mg-item-inner {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.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;
  -o-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(27, 27, 27, 0.4);
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-standard:hover .qodef-mg-image {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.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-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: #363636;
}

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

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-simple .qodef-mg-item-icon ~ .qodef-mg-item-title {
  display: none !important;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content {
  background-color: #363636;
  text-align: left;
  vertical-align: top;
  padding: 38px 31px;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content .qodef-mg-item-title,
.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content .qodef-mg-item-text {
  color: #fff;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content .qodef-btn.qodef-btn-dessau {
  margin-top: 15px;
  margin-bottom: 8px;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content .qodef-btn.qodef-btn-dessau .qodef-btn-plus {
  background-color: #fff;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content .qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-1::before,
.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content .qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-2::before {
  background-color: #1b1b1b;
}

.qodef-masonry-gallery-holder .qodef-mg-item.qodef-mg-with-button .qodef-mg-item-content .qodef-btn.qodef-btn-dessau .qodef-btn-plus:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
}

/* ==========================================================================
   Masonry Gallery shortcodes style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single page style - begin
   ========================================================================== */

.qodef-portfolio-single-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 50px;
}

.qodef-portfolio-single-holder.qodef-ps-full-width-custom-layout {
  margin: 0;
}

.qodef-portfolio-single-holder .qodef-ps-title {
  margin-bottom: 13px;
}

.qodef-portfolio-single-holder .qodef-ps-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-single-holder .qodef-ps-image-holder .qodef-ps-image:not(.qodef-item-space) {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-portfolio-single-holder .qodef-ps-image-holder .qodef-ps-image a,
.qodef-portfolio-single-holder .qodef-ps-image-holder .qodef-ps-image img {
  position: relative;
  display: block;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder:not(.qodef-ps-info-sticky-holder) {
  margin-top: 22px;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-title {
  margin: 0 0 13px;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder > .vc_row {
  padding-bottom: 38px;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 8px;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item p,
.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item a {
  margin: 0;
  display: inline-block;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-content-item > h3 {
  margin-top: 0;
}

.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-title {
  margin: 0 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
}

/* ==========================================================================
   Portfolio Single page style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single page specific style for types - begin
   ========================================================================== */

.qodef-portfolio-single-holder .qodef-ps-image-holder.qodef-grid-masonry-list .qodef-ps-image a {
  height: 100%;
}

/* ==========================================================================
   Portfolio Single page specific style for types - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Gallery layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder {
  width: 100%;
}

.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image {
  float: left;
}

.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image a:hover:after {
  opacity: 1;
}

.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-portfolio-single-holder.qodef-ps-gallery-layout > .qodef-grid-row {
  margin-top: 40px;
}

/* ==========================================================================
   Portfolio Single - Gallery layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Huge Images layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-huge-images-layout {
  padding: 0 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder {
  margin: 0 0 40px;
}

.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder .qodef-ps-image {
  margin: 0 0 30px;
}

.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-single-holder.qodef-ps-huge-images-layout {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-single-holder.qodef-ps-huge-images-layout {
    padding: 0 30px;
  }
}

/* ==========================================================================
   Portfolio Single - Huge Images layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Images layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder {
  margin: 0 0 40px;
}

.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder .qodef-ps-image {
  margin: 0 0 30px;
}

.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
  margin: 0;
}

/* ==========================================================================
   Portfolio Single - Images layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Masonry layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-masonry-layout > .qodef-grid-row {
  margin-top: 40px;
}

/* ==========================================================================
   Portfolio Single - Masonry layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Slider layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder {
  margin: 0 0 40px;
}

.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .qodef-ps-image-inner {
  visibility: hidden;
}

.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .qodef-ps-image img {
  width: 100%;
}

/* ==========================================================================
   Portfolio Single - Slider layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Small Gallery layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder:not(.qodef-ps-info-sticky-holder) {
  margin-top: 0;
}

.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder {
  width: 100%;
  margin-bottom: -13px;
}

.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image {
  float: left;
}

.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image a:hover:after {
  opacity: 1;
}

.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-content-item {
  margin: 0 0 30px;
}

/* ==========================================================================
   Portfolio Single - Small Gallery layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Small Images layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-image-holder .qodef-ps-image {
  margin: 0 0 30px;
}

.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
  margin-bottom: 17px;
}

.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-content-item {
  margin: 0 0 40px;
}

/* ==========================================================================
   Portfolio Single - Small Images layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Small Masonry layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-content-item {
  margin: 0 0 30px;
}

/* ==========================================================================
   Portfolio Single - Small Masonry layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single - Small Slider layout style - begin
   ========================================================================== */

.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder:not(.qodef-ps-info-sticky-holder) {
  margin-top: 0;
}

.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder {
  padding-bottom: 16px;
}

.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .qodef-ps-image-inner {
  visibility: hidden;
}

.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .qodef-ps-image img {
  width: 100%;
}

.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-content-item {
  margin: 0 0 40px;
}

/* ==========================================================================
   Portfolio Single - Small Slider layout style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single navigation style - begin
   ========================================================================== */

.qodef-ps-navigation {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 109px 0 75px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-ps-full-width-custom-layout .qodef-ps-navigation {
  padding: 0 40px;
}

.qodef-ps-navigation .qodef-ps-back-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.qodef-ps-navigation .qodef-ps-back-btn a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}

.qodef-ps-navigation .qodef-ps-back-btn a span {
  display: block;
  line-height: inherit;
}

.qodef-ps-navigation .qodef-ps-prev,
.qodef-ps-navigation .qodef-ps-next {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-ps-navigation .qodef-ps-prev a,
.qodef-ps-navigation .qodef-ps-next a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 55px;
}

.qodef-ps-navigation .qodef-ps-prev a .qodef-ps-nav-mark,
.qodef-ps-navigation .qodef-ps-next a .qodef-ps-nav-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 48px;
}

.qodef-ps-navigation .qodef-ps-prev a .qodef-ps-nav-mark:before,
.qodef-ps-navigation .qodef-ps-next a .qodef-ps-nav-mark:before {
  display: block;
  line-height: inherit;
}

.qodef-ps-navigation .qodef-ps-prev img,
.qodef-ps-navigation .qodef-ps-next img {
  width: 31px;
  height: 31px;
  vertical-align: middle;
}

.qodef-ps-navigation .qodef-ps-prev a {
  padding-right: 20px;
}

.qodef-ps-navigation .qodef-ps-prev a .qodef-ps-nav-mark {
  left: 0;
}

.qodef-ps-navigation .qodef-ps-next {
  text-align: right;
}

.qodef-ps-navigation .qodef-ps-next a {
  padding-left: 20px;
}

.qodef-ps-navigation .qodef-ps-next a .qodef-ps-nav-mark {
  right: 0;
}

/* ==========================================================================
   Portfolio Single navigation style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Single navigation style - begin
   ========================================================================== */

.qodef-ps-related-posts-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 30px 0 0;
  clear: both;
}

.qodef-ps-related-posts-holder .qodef-ps-related-posts {
  margin: 0 -15px;
}

.qodef-ps-related-posts-holder .qodef-ps-related-post {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .qodef-ps-related-posts-holder .qodef-ps-related-post {
    width: 50%;
  }

  .qodef-ps-related-posts-holder .qodef-ps-related-post:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-ps-related-posts-holder .qodef-ps-related-post {
    width: 100%;
  }
}

.qodef-ps-related-posts-holder .qodef-ps-related-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-ps-related-posts-holder .qodef-ps-related-image a,
.qodef-ps-related-posts-holder .qodef-ps-related-image img {
  display: block;
}

.qodef-ps-related-posts-holder .qodef-ps-related-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 20px 0 0;
}

.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-title {
  margin: 0;
}

.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-categories {
  margin: 6px 0 0;
}

/* ==========================================================================
   Portfolio Single navigation style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Category List shortcode style - begin
   ========================================================================== */

.qodef-portfolio-category-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .qodef-portfolio-category-list-holder article {
  cursor: pointer;
}

.qodef-portfolio-category-list-holder article:hover .qodef-pcli-text-holder {
  opacity: 1;
}

.qodef-portfolio-category-list-holder article .qodef-pcl-item-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-image img {
  display: block;
  width: 100%;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(27, 27, 27, 0.6);
  opacity: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-text-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-text {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-title {
  margin: 0;
  color: #fff;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-excerpt {
  margin: 3px 0 0;
  color: #fff;
}

.qodef-portfolio-category-list-holder article .qodef-pcli-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Portfolio Category List shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Full Screen Slider shortcode style - begin
   ========================================================================== */

.qodef-portfolio-full-screen-slider-holder {
  visibility: hidden;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder {
  height: 100%;
}

.qodef-portfolio-full-screen-slider-holder .qodef-pl-inner {
  height: 100%;
  margin: 0 !important;
}

.qodef-portfolio-full-screen-slider-holder .swiper-container {
  width: 100%;
  height: 100%;
}

.qodef-portfolio-full-screen-slider-holder .swiper-container .qodef-pli-text-holder {
  display: none;
}

.qodef-portfolio-full-screen-slider-holder article {
  height: 100%;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
}

.qodef-portfolio-full-screen-slider-holder article .qodef-pl-item-inner {
  height: 100%;
}

.qodef-portfolio-full-screen-slider-holder article .qodef-pli-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block {
  position: absolute;
  width: 507px;
  height: 100%;
  min-height: 232px;
  max-height: 232px;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, max-height 0.4s;
  -webkit-transition: max-height 0.4s, width 0.4s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: max-height 0.4s, width 0.4s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, max-height 0.4s, width 0.4s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, max-height 0.4s, width 0.4s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, max-height 0.4s, width 0.4s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block.qodef-active {
  max-height: 430px;
  width: 55%;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block.qodef-active .qodef-pli-text {
  padding-top: 60px;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-up-arrow {
  position: absolute;
  top: 34px;
  right: 17px;
  font-size: 19px;
  line-height: 1;
  padding: 5px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-up-arrow.qodef-active {
  top: 10px;
  right: 22px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-up-arrow.qodef-active i:first-child {
  top: 11px;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-up-arrow * {
  display: inline-block;
  line-height: inherit;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-up-arrow *:before {
  display: block;
  line-height: inherit;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-up-arrow i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-up-arrow i:first-child {
  top: 18px;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-text-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-text {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 73px 70px 43px 70px;
  vertical-align: top;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-text-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-text-inner.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-text-inner.hide {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-title {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-cat {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-cat a:not(:last-child):after {
  content: ',';
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-cat.qodef-hide {
  opacity: 0;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder.qodef-show {
  opacity: 1;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder.qodef-show .qodef-pli-excerpt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-excerpt {
  margin: 0 0 39px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s 0.3s;
  -o-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info {
  margin: 0 0 26px;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info .qodef-pli-info-title {
  display: block;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info.qodef-pli-category-info,
.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info.qodef-pli-date-info {
  border-right: 1px solid #e5e5e5;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info.qodef-pli-category-info a:not(:last-child):after {
  content: ',';
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info.qodef-pli-date-info,
.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info.qodef-pli-tag-info {
  padding-left: 55px;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info:last-child {
  margin-bottom: 0;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  margin: 0;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info p a {
  color: #1b1b1b;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info p a:hover {
  color: #999;
}

.qodef-portfolio-full-screen-slider-holder #qodef-ptf-info-block .qodef-pli-info-holder .qodef-pli-info .qodef-pli-share-title {
  display: block;
  margin: 57px 0 16px;
}

.qodef-portfolio-full-screen-slider-holder.qodef-initialized {
  visibility: visible;
}

.qodef-portfolio-full-screen-slider-holder.qodef-initialized #qodef-ptf-info-block {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-portfolio-full-screen-slider-holder .swiper-pagination {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-portfolio-full-screen-slider-holder .swiper-pagination .swiper-pagination-bullet {
  display: table;
  margin-bottom: 13px;
  cursor: pointer;
  font-weight: 400;
  padding: 0 2px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 12px;
  width: 2px;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.qodef-portfolio-full-screen-slider-holder .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.qodef-light-header .qodef-portfolio-full-screen-slider-holder .swiper-pagination .swiper-pagination-bullet:after {
  background-color: #fff;
}

.qodef-portfolio-full-screen-slider-holder .swiper-pagination .swiper-pagination-bullet:hover,
.qodef-portfolio-full-screen-slider-holder .swiper-pagination .swiper-pagination-bullet:hover:after,
.qodef-portfolio-full-screen-slider-holder .swiper-pagination .swiper-pagination-bullet-active,
.qodef-portfolio-full-screen-slider-holder .swiper-pagination .swiper-pagination-bullet-active:after {
  height: 23px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .qodef-prev,
.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .qodef-next {
  color: #fff;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .qodef-prev:hover,
.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .qodef-next:hover {
  color: #999;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .qodef-prev,
.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .qodef-next {
  color: #000;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .qodef-prev:hover,
.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .qodef-next:hover {
  color: #999;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder .qodef-prev,
.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder .qodef-next {
  position: absolute;
  right: 38px;
  padding: 10px;
  z-index: 300;
  cursor: pointer;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder .qodef-prev {
  top: calc(50% - 52px);
  left: auto;
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder .qodef-prev .qodef-prev-icon:before {
  content: "\f077";
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder .qodef-next {
  top: calc(50% - 2px);
}

.qodef-portfolio-full-screen-slider-holder .qodef-portfolio-list-holder .qodef-next .qodef-next-icon:before {
  content: "\f078";
}

/* ==========================================================================
   Portfolio Full Screen Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio shortcode style - begin
   ========================================================================== */

.qodef-portfolio-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Article Global Style - begin *****/
  /***** Article Global Style - end *****/
  /***** Specific Global Style - begin *****/
  /***** Specific Global Style - end *****/
  /***** Portfolio Types - end *****/
  /***** Additional Features - begin *****/
  /***** Additional Features - end *****/
}

.touch .qodef-portfolio-list-holder article {
  cursor: pointer;
}

.qodef-portfolio-list-holder article.qodef-pl-item.qodef-pl-title-item .qodef-pl-item-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-portfolio-list-holder article.qodef-pl-item.qodef-pl-title-item .qodef-pl-item-inner .qodef-pl-item-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.qodef-portfolio-list-holder article.qodef-pl-item.qodef-pl-title-item .qodef-pl-item-inner .qodef-pl-item-inner-wrapper > * {
  display: inline-block;
  text-align: left;
}

.qodef-portfolio-list-holder article .qodef-pl-item-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-list-holder article .qodef-pli-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-list-holder article .qodef-pli-image img {
  display: block;
  width: 100%;
}

.qodef-portfolio-list-holder article .qodef-pli-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qodef-portfolio-list-holder article .qodef-pli-text-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-portfolio-list-holder article .qodef-pli-text {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-title {
  margin: 0;
}

.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder {
  position: relative;
  display: block;
  margin: 2px 0 0;
  line-height: 1em;
}

.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 0;
  margin: 0 3px 0 0;
  z-index: 8;
}

.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a:after {
  position: absolute;
  top: 0;
  right: -4px;
  content: '/';
  color: inherit;
  font-size: 12px;
  line-height: inherit;
}

.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a:last-child {
  margin: 0;
  padding: 0;
}

.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a:last-child:after {
  display: none;
}

.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-excerpt {
  margin: 3px 0 0;
}

.qodef-portfolio-list-holder.qodef-pl-has-shadow article .qodef-pli-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-portfolio-list-holder.qodef-pl-has-filter .qodef-pl-inner {
  overflow: hidden;
}

.qodef-portfolio-list-holder.qodef-pl-no-content .qodef-pli-text-holder {
  display: none;
}

.qodef-portfolio-list-holder.qodef-pl-masonry.qodef-fixed-masonry-items article .qodef-pl-item-inner,
.qodef-portfolio-list-holder.qodef-pl-masonry.qodef-fixed-masonry-items article .qodef-pli-image {
  height: 100%;
}

.qodef-portfolio-list-holder.qodef-scattered-images article {
  text-align: center;
  padding-bottom: 35px;
}

.qodef-portfolio-list-holder.qodef-scattered-images article:nth-of-type(2) {
  margin-top: 40px;
}

.qodef-portfolio-list-holder.qodef-scattered-images article:nth-of-type(2n) {
  text-align: right;
}

.qodef-portfolio-list-holder.qodef-scattered-images article:nth-of-type(4n) {
  text-align: left;
}

.qodef-portfolio-list-holder.qodef-scattered-images article .qodef-pl-item-inner,
.qodef-portfolio-list-holder.qodef-scattered-images article .qodef-pli-image {
  width: auto;
}

.qodef-portfolio-list-holder.qodef-scattered-images article .qodef-pli-text-holder {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
}

.qodef-portfolio-list-holder.qodef-scattered-images article .qodef-pli-excerpt {
  max-width: 350px;
}

.qodef-portfolio-list-holder.qodef-scattered-images.qodef-pl-three-columns article:nth-of-type(3),
.qodef-portfolio-list-holder.qodef-scattered-images.qodef-pl-four-columns article:nth-of-type(3) {
  margin-top: 80px;
}

.qodef-portfolio-list-holder.qodef-scattered-images.qodef-pl-five-columns article:nth-of-type(3),
.qodef-portfolio-list-holder.qodef-scattered-images.qodef-pl-five-columns article:nth-of-type(5) {
  margin-top: 80px;
}

.qodef-portfolio-list-holder.qodef-scattered-images.qodef-no-space article {
  margin-bottom: 15px;
}

.qodef-portfolio-list-holder.qodef-pl-has-animation article {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
  -webkit-transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), -webkit-transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
  transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), -webkit-transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
  -o-transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
  transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
  transition: opacity 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04), -webkit-transform 0.8s cubic-bezier(0.34, 0.52, 0.57, 1.04);
}

.qodef-portfolio-list-holder.qodef-pl-has-animation article.qodef-item-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.qodef-portfolio-list-holder.qodef-pl-has-animation article.qodef-item-show.qodef-item-shown {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.touch .qodef-portfolio-list-holder.qodef-pl-has-animation article {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ==========================================================================
   Portfolio shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio filter style - begin
   ========================================================================== */

.qodef-pl-filter-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 20px;
  text-align: center;
}

.qodef-pl-filter-holder .qodef-pl-filter-parent {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-bottom: 2px;
}

.qodef-pl-filter-holder .qodef-pl-filter-child {
  margin-bottom: 33px;
}

.qodef-pl-filter-holder .qodef-pl-filter-child-categories {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

.qodef-pl-filter-holder ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-pl-filter-holder ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px;
  padding: 0 19px;
  cursor: pointer;
  font-size: 13px;
}

@media only screen and (max-width: 1440px) {
  .qodef-pl-filter-holder ul li {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-pl-filter-holder ul li {
    padding: 0 10px;
  }
}

.qodef-pl-filter-holder ul li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #1b1b1b;
  line-height: 23px;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-pl-filter-holder ul li.qodef-pl-current span,
.qodef-pl-filter-holder ul li:hover span {
  color: #999;
}

/* ==========================================================================
   Portfolio filter style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio standard pagination style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-pag-standard .qodef-pl-inner {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-portfolio-list-holder.qodef-pl-pag-standard.qodef-pl-pag-standard-animate .qodef-pl-inner {
  opacity: 0;
}

.qodef-pl-standard-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 0;
  clear: both;
}

.qodef-pl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.qodef-pl-standard-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  padding: 0;
}

.qodef-pl-standard-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-active a {
  color: #999;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next {
  position: absolute;
  top: 0;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a {
  font-size: 30px;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a span,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a span {
  display: block;
  line-height: inherit;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a span:before,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a span:before {
  display: block;
  line-height: inherit;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev {
  left: 0;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a {
  opacity: 0;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-next {
  right: 0;
}

.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a {
  opacity: 1;
}

/* ==========================================================================
   Portfolio standard pagination style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio load more pagination style - begin
   ========================================================================== */

.qodef-pl-load-more-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-pl-load-more-holder .qodef-pl-load-more {
  margin: 60px 0 0;
  text-align: center;
}

/* ==========================================================================
   Portfolio load more pagination style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio loading element style - begin
   ========================================================================== */

.qodef-pl-loading {
  position: relative;
  display: none;
  text-align: center;
}

.qodef-pl-loading.qodef-filter-trigger {
  position: absolute;
  top: 250px;
  left: 0;
}

.qodef-pl-loading.qodef-standard-pag-trigger {
  position: absolute;
  top: 50px;
  left: 0;
}

.qodef-pl-has-filter .qodef-pl-loading.qodef-standard-pag-trigger {
  top: 150px;
}

.qodef-pl-loading.qodef-showing {
  display: block;
}

/* ==========================================================================
   Portfolio loading element style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Center Cross style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article:hover .qodef-pli-btn-holder {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-pli-btn-holder {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus {
  background-color: #363636;
  border-radius: 50%;
  opacity: 1;
  z-index: 25;
  position: absolute;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus .qodef-btn-line-1,
.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus .qodef-btn-line-2 {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus .qodef-btn-line-1:before,
.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus .qodef-btn-line-2:before {
  background-color: #dedede;
  content: '';
  -webkit-transition: background-color 0.3s 0.3s ease;
  -o-transition: background-color 0.3s 0.3s ease;
  transition: background-color 0.3s 0.3s ease;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus .qodef-btn-line-1:before {
  width: 1px;
  height: 15px;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-center-cross article .qodef-btn-plus .qodef-btn-line-2:before {
  height: 1px;
  width: 15px;
}

/* ==========================================================================
   Portfolio Item Layout - Center Cross style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Gallery Bottom Overlay style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-bottom.qodef-pl-has-shadow .qodef-pl-item-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-portfolio-list-holder.qodef-pl-gallery-overlay-bottom article:hover .qodef-pli-text-holder {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-bottom article .qodef-pl-item-inner {
  overflow: hidden;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-bottom .qodef-pli-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-bottom .qodef-pli-text-wrapper {
  background-color: #fff;
  padding: 62px 55px 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list-holder.qodef-pl-gallery-overlay-bottom .qodef-pli-text-wrapper {
    padding: 62px 35px 68px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list-holder.qodef-pl-gallery-overlay-bottom .qodef-pli-text-holder {
    padding: 10px;
  }

  .qodef-portfolio-list-holder.qodef-pl-gallery-overlay-bottom .qodef-pli-text-wrapper {
    padding: 8px 35px 14px;
  }
}

/* ==========================================================================
   Portfolio Item Layout - Gallery Bottom Overlay style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Gallery Overlay style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple.qodef-pl-has-shadow .qodef-pl-item-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-portfolio-list-holder.qodef-pl-gallery-overlay-simple article:hover .qodef-pli-text-holder {
  opacity: 1;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple article .qodef-pl-item-inner {
  overflow: hidden;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple article .qodef-pli-text .qodef-pli-title,
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple article .qodef-pli-text .qodef-pli-excerpt {
  color: #1b1b1b;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple article .qodef-pli-text .qodef-pli-category-holder a {
  color: #1b1b1b;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple article .qodef-pli-text .qodef-pli-category-holder a:hover {
  color: #999;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple .qodef-pli-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 40px;
  background-color: #fff;
  opacity: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list-holder.qodef-pl-gallery-overlay-simple .qodef-pli-text-holder {
    padding: 20px;
  }
}

/* ==========================================================================
   Portfolio Item Layout - Gallery Overlay style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Gallery Overlay style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay.qodef-portfolio-mc-holder .qodef-pli-text-holder {
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  left: 4px;
  top: 4px;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay.qodef-pl-has-shadow .qodef-pl-item-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-portfolio-list-holder.qodef-pl-gallery-overlay article:hover .qodef-pli-text-holder {
  opacity: 1;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pl-item-inner {
  overflow: hidden;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-link {
  cursor: url("../../../../plugins/dessau-core/assets/img/cursor-plus-light.png"), auto;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-title,
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-excerpt {
  color: #fff;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-category-holder a {
  color: #fff;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-category-holder a:hover {
  color: #999;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-overlay .qodef-pli-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(27, 27, 27, 0.6);
  opacity: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  left: 0;
  top: 0;
}

/* ==========================================================================
   Portfolio Item Layout - Gallery Overlay style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Gallery Slide Up style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-link {
  z-index: 20;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text-holder {
  display: block;
  width: 100%;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text-wrapper {
  width: auto;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text {
  text-align: left;
  vertical-align: bottom;
  padding: 10px;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text .qodef-pli-title {
  display: inline-block;
  vertical-align: middle;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text .qodef-pli-category-holder {
  display: block;
  margin: 0;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text .qodef-pli-category-holder a {
  color: #000;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text .qodef-pli-category-holder a:hover {
  color: #999;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-text .qodef-pli-excerpt {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 8px;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article .qodef-pli-image img {
  -webkit-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article:hover .qodef-pli-text-holder,
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article:hover .qodef-pli-text-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up article:hover .qodef-pli-text .qodef-pli-excerpt {
  opacity: 1;
  -webkit-transition: all 0.2s ease, 0.1s;
  -o-transition: all 0.2s ease, 0.1s;
  transition: all 0.2s ease, 0.1s;
}

.qodef-portfolio-list-holder.qodef-pl-gallery-slide-up .qodef-pli-text-holder {
  height: auto;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0 15px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* ==========================================================================
   Portfolio Item Layout - Gallery Slide Up style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Standard Lift style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-standard-lift article:hover .qodef-pli-image {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.qodef-portfolio-list-holder.qodef-pl-standard-lift article .qodef-pli-image {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.qodef-portfolio-list-holder.qodef-pl-standard-lift article .qodef-pli-link {
  z-index: 2;
}

.qodef-portfolio-list-holder.qodef-pl-standard-lift .qodef-pli-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 17px 0 0;
}

/* ==========================================================================
   Portfolio Item Layout - Standard Lift style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Standard Shader style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-standard-shader article:hover .qodef-pli-image:after {
  opacity: 1;
}

.qodef-portfolio-list-holder.qodef-pl-standard-shader article .qodef-pli-image:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(27, 27, 27, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
}

.qodef-portfolio-list-holder.qodef-pl-standard-shader article .qodef-pli-link {
  z-index: 2;
}

.qodef-portfolio-list-holder.qodef-pl-standard-shader .qodef-pli-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 17px 0 0;
}

/* ==========================================================================
   Portfolio Item Layout - Standard Shader style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Standard Switch Images style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article .qodef-pli-image img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article .qodef-pli-image img:nth-child(1) {
  opacity: 1;
}

.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article .qodef-pli-image img:nth-child(2) {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article.qodef-pl-has-switch-image:hover .qodef-pli-image img:nth-child(1) {
  opacity: 1;
}

.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article.qodef-pl-has-switch-image:hover .qodef-pli-image img:nth-child(2) {
  opacity: 1;
}

.qodef-portfolio-list-holder.qodef-pl-standard-switch-images .qodef-pli-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 35px 0 0;
}

/* ==========================================================================
   Portfolio Item Layout - Standard Switch Images style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Item Layout - Standard Trim style - begin
   ========================================================================== */

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-link {
  z-index: 20;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text-holder {
  display: block;
  width: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text-wrapper {
  width: auto;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text {
  text-align: left;
  vertical-align: bottom;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text .qodef-pli-title {
  display: inline-block;
  vertical-align: middle;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text .qodef-pli-category-holder {
  display: block;
  margin: 0;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text .qodef-pli-category-holder a {
  color: #000;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text .qodef-pli-category-holder a:hover {
  color: #999;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-text .qodef-pli-excerpt {
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-top: 11px;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article .qodef-pli-image img {
  -webkit-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article:hover .qodef-pli-text-holder {
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim article:hover .qodef-pli-text .qodef-pli-excerpt {
  opacity: 1;
  -webkit-transition: 0.4s 0.2s;
  -o-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}

.qodef-portfolio-list-holder.qodef-pl-standard-trim .qodef-pli-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  padding: 33px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* ==========================================================================
   Portfolio Item Layout - Standard Trim style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio motion category shortcode style - begin
   ========================================================================== */

.qodef-portfolio-mc-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-mc-holder .qodef-mc-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

.qodef-portfolio-mc-holder .qodef-mc-categories .qodef-portfolio-mc-category {
  float: left;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 27px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.qodef-portfolio-mc-holder .qodef-pl-inner {
  float: left;
  height: calc(100vh - 56px - 49px);
  /* 56px for top + bottom paspartout and 83 for the top heading with categories ( 75px height + 8px margin bottom ) */
  overflow: hidden;
}

.qodef-portfolio-mc-holder .qodef-pl-inner article {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-portfolio-mc-holder .qodef-pl-inner article:first-child {
  padding-top: 0;
}

.qodef-portfolio-mc-holder .qodef-pl-inner article:first-child .qodef-pli-text-holder {
  height: calc(100% - 4px);
  width: calc(100% - 8px);
  top: 0;
}

.qodef-portfolio-mc-holder .qodef-pl-inner article:first-child:last-child .qodef-pli-text-holder {
  height: 100%;
}

.qodef-portfolio-mc-holder .qodef-pl-inner article:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 1280px) {
  .qodef-portfolio-mc-holder .qodef-pl-inner article {
    padding: 4px;
  }
}

.qodef-portfolio-mc-holder .qodef-portfolio-mc-mobile-view {
  display: none;
  height: 100%;
}

.qodef-portfolio-mc-holder .qodef-portfolio-mc-mobile-view .swiper-container {
  height: 100%;
}

.qodef-portfolio-mc-holder .qodef-portfolio-mc-mobile-view .swiper-container .qodef-pli-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qodef-portfolio-mc-holder .qodef-portfolio-mc-mobile-view .swiper-container .qodef-pli-title {
  display: none;
}

.qodef-portfolio-mc-holder.qodef-portfolio-mc-1-columns .qodef-pl-inner,
.qodef-portfolio-mc-holder.qodef-portfolio-mc-1-columns .qodef-portfolio-mc-category {
  width: 100%;
}

.qodef-portfolio-mc-holder.qodef-portfolio-mc-2-columns .qodef-pl-inner,
.qodef-portfolio-mc-holder.qodef-portfolio-mc-2-columns .qodef-portfolio-mc-category {
  width: 50%;
}

.qodef-portfolio-mc-holder.qodef-portfolio-mc-3-columns .qodef-pl-inner,
.qodef-portfolio-mc-holder.qodef-portfolio-mc-3-columns .qodef-portfolio-mc-category {
  width: 33.33333%;
}

.qodef-portfolio-mc-holder.qodef-portfolio-mc-4-columns .qodef-pl-inner,
.qodef-portfolio-mc-holder.qodef-portfolio-mc-4-columns .qodef-portfolio-mc-category {
  width: 25%;
}

.qodef-portfolio-mc-holder.qodef-portfolio-mc-5-columns .qodef-pl-inner,
.qodef-portfolio-mc-holder.qodef-portfolio-mc-5-columns .qodef-portfolio-mc-category {
  width: 20%;
}

/* ==========================================================================
   Portfolio motion category shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Project Info shortcode style - begin
   ========================================================================== */

.qodef-portfolio-project-info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-portfolio-project-info .qodef-ppi-label {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.qodef-portfolio-project-info > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-portfolio-project-info > div a {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
}

.qodef-portfolio-project-info > div a:last-child {
  margin: 0;
}

.qodef-portfolio-project-info .qodef-ppi-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.qodef-portfolio-project-info .qodef-ppi-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.qodef-portfolio-project-info .qodef-ppi-image img {
  display: block;
}

/* ==========================================================================
   Portfolio Project Info shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Slider shortcode style - begin
   ========================================================================== */

.qodef-portfolio-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-pli-text-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus {
  background-color: #363636;
  border-radius: 50%;
  z-index: 25;
  top: 0;
  left: 0;
  position: absolute;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus .qodef-btn-line-1,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus .qodef-btn-line-2 {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus .qodef-btn-line-1:before,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus .qodef-btn-line-2:before {
  background-color: #dedede;
  content: '';
  -webkit-transition: background-color 0.3s 0.3s ease;
  -o-transition: background-color 0.3s 0.3s ease;
  transition: background-color 0.3s 0.3s ease;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus .qodef-btn-line-1:before {
  width: 1px;
  height: 15px;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-btn-plus .qodef-btn-line-2:before {
  height: 1px;
  width: 15px;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-pli-text-holder,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-pli-text-wrapper {
  width: auto;
  z-index: 123;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-pli-text {
  padding: 55px 65px 73px 63px;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-pli-text .qodef-pli-title {
  text-transform: uppercase;
  max-width: 320px;
  min-width: 250px;
  padding-bottom: 28px;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pl-standard-shader-slider .qodef-slider-item-active .qodef-pli-text-holder {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-prev,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-next {
  color: #fff;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-prev:hover,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-next:hover {
  color: #999;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-prev,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-next {
  color: #000;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-prev:hover,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-next:hover {
  color: #999;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-light-skin .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.2);
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-light-skin .owl-dots .owl-dot.active span,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-light-skin .owl-dots .owl-dot:hover span {
  background-color: #999;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-dark-skin .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.2);
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-dark-skin .owl-dots .owl-dot.active span,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-dark-skin .owl-dots .owl-dot:hover span {
  background-color: #999;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-on-slider .owl-nav .owl-prev,
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-on-slider .owl-nav .owl-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-on-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  margin: 0;
}

.qodef-portfolio-slider-holder .qodef-portfolio-list-holder .qodef-owl-slider .owl-nav .owl-prev {
  right: 52px;
  left: auto;
}

/* ==========================================================================
   Portfolio Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Portfolio Stack Slider shortcode style - begin
   ========================================================================== */

.qodef-portfolio-stack-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.qodef-portfolio-stack-slider-holder .qodef-portfolio-list-holder {
  cursor: pointer;
}

.qodef-portfolio-stack-slider-holder .qodef-portfolio-list-holder.qodef-pl-stack-slider .qodef-stack-slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  display: block;
}

.qodef-portfolio-stack-slider-holder .qodef-portfolio-list-holder.qodef-pl-stack-slider .qodef-stack-slider .qodef-stack-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 22;
  will-change: transform;
}

.qodef-portfolio-stack-slider-holder .qodef-portfolio-list-holder.qodef-pl-stack-slider .qodef-stack-slider .qodef-pl-item-inner {
  height: 100%;
}

.qodef-portfolio-stack-slider-holder .qodef-portfolio-list-holder.qodef-pl-stack-slider .qodef-stack-slider .qodef-stack-slide img {
  height: 100%;
}

.qodef-portfolio-stack-slider-holder .qodef-pli-text-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.qodef-portfolio-stack-slider-holder .qodef-btn-plus {
  background-color: #363636;
  border-radius: 50%;
  z-index: 25;
  top: 0;
  left: 0;
  position: absolute;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.qodef-portfolio-stack-slider-holder .qodef-btn-plus:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.qodef-portfolio-stack-slider-holder .qodef-btn-plus .qodef-btn-line-1,
.qodef-portfolio-stack-slider-holder .qodef-btn-plus .qodef-btn-line-2 {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
}

.qodef-portfolio-stack-slider-holder .qodef-btn-plus .qodef-btn-line-1:before,
.qodef-portfolio-stack-slider-holder .qodef-btn-plus .qodef-btn-line-2:before {
  background-color: #dedede;
  content: '';
  -webkit-transition: background-color 0.3s 0.3s ease;
  -o-transition: background-color 0.3s 0.3s ease;
  transition: background-color 0.3s 0.3s ease;
}

.qodef-portfolio-stack-slider-holder .qodef-btn-plus .qodef-btn-line-1:before {
  width: 1px;
  height: 15px;
}

.qodef-portfolio-stack-slider-holder .qodef-btn-plus .qodef-btn-line-2:before {
  height: 1px;
  width: 15px;
}

.qodef-portfolio-stack-slider-holder .qodef-pli-text-holder,
.qodef-portfolio-stack-slider-holder .qodef-pli-text-wrapper {
  width: auto;
  z-index: 123;
}

.qodef-portfolio-stack-slider-holder .qodef-pli-title {
  text-transform: uppercase;
}

.qodef-portfolio-stack-slider-holder .qodef-slider-nav {
  display: none;
}

.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-prev,
.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-next {
  position: absolute;
  top: 50%;
  z-index: 223;
  color: #1b1b1b;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-prev span,
.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-next span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  width: 52px;
  height: 52px;
  background-color: #fff;
  font-weight: 600;
}

.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-prev:hover,
.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-next:hover {
  color: #999;
}

.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-prev {
  right: 52px;
  left: auto;
}

.qodef-portfolio-stack-slider-holder .qodef-slider-nav .qodef-next {
  right: 0;
  top: 50%;
}

.qodef-portfolio-stack-slider-holder .prepMoveBack {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.qodef-portfolio-stack-slider-holder .disabled {
  pointer-events: none;
}

.qodef-portfolio-stack-slider-holder .qodef-info-box-data-hidden {
  display: none;
  pointer-events: none;
}

.qodef-portfolio-stack-slider-holder .qodef-info-box {
  display: block;
  position: absolute;
  z-index: 123;
  bottom: 0;
  padding: 35px 65px 63px 63px;
  background: #fff;
  width: 320px;
  color: #333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.qodef-portfolio-stack-slider-holder .qodef-info-box .qodef-pli-btn-holder {
  position: relative;
  height: 40px;
}

.qodef-portfolio-stack-slider-holder .qodef-info-box-hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.qodef-portfolio-stack-slider-holder .qodef-info-box-animate .qodef-pli-title {
  -webkit-animation: infoShow 1s forwards;
  animation: infoShow 1s forwards;
}

@-webkit-keyframes infoShow {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes infoShow {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

/* ==========================================================================
   Portfolio Stack Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
# Testimonial style - begin
========================================================================== */

.qodef-testimonials-holder.qodef-testimonials-boxed-text {
  /* Testimonials image  styles */
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-border-around .qodef-testimonial-text-inner {
  border: 1px solid #e0e4f2;
  width: calc(100% - 2px);
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder {
  position: relative;
  display: block;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-text-inner {
  display: block;
  text-align: center;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-image {
  text-align: center;
  margin-top: 36px;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-image img {
  max-width: 100%;
  vertical-align: middle;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-content-inner {
  cursor: -webkit-grab;
  cursor: grab;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 9px;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-text-inner {
  text-align: left;
  background-color: #fff;
  padding: 0 0 25px;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-text {
  margin: 0;
  padding: 0 20px 0 25px;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-title {
  margin: 0 0 16px;
  padding: 15px 15px 15px 25px;
  border-bottom: 1px solid #e0e4f2;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-carousel-bottom {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-image {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 20px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author {
  display: table-cell;
  vertical-align: middle;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author .qodef-testimonials-author-name,
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author .qodef-testimonials-author-job {
  margin: 0;
}

.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author .qodef-testimonials-author-job {
  color: rgba(153, 153, 153, 0.4);
}

.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-author .qodef-testimonials-author-job,
.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-author .qodef-testimonials-author-name {
  color: #fff;
}

/* ==========================================================================
# Testimonial style - end
========================================================================== */

/* ==========================================================================
   Testimonials boxed style - begin
   ========================================================================== */

.qodef-testimonials-holder.qodef-testimonials-boxed {
  /* Light/Dark styles */
}

.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials {
  margin: 0 -50px;
}

.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonial-content {
  padding: 40px 57px 58px;
  background-color: #fbfbfb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials-author-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 9px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials-author-holder .qodef-testimonial-image {
  float: left;
}

.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials-author-holder .qodef-testimonial-author {
  padding: 3px 0 0 110px;
}

.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .qodef-testimonial-title,
.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .qodef-testimonial-text,
.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .qodef-testimonial-author {
  color: #fff;
}

.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .owl-dots .owl-dot span {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .owl-dots .owl-dot:hover span,
.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .owl-dots .owl-dot.active span {
  background-color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   Testimonials boxed style - end
   ========================================================================== */

/* ==========================================================================
   Testimonials elegant style - begin
   ========================================================================== */

.qodef-testimonials-holder.qodef-testimonials-carousel {
  opacity: 0;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonials {
    padding: 0;
  }
}

.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-text {
  margin-top: 0;
  font-size: 22px;
  color: #595959;
}

.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  max-width: 470px;
  margin: 27px auto 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav {
    max-width: 282px;
  }
}

.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav .owl-item {
  cursor: pointer;
}

.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav .owl-item.active.center .qodef-testimonial-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image {
  position: relative;
  display: block;
  width: 94px;
  height: 94px;
  -webkit-transform: scale(0.78723);
  -ms-transform: scale(0.78723);
  transform: scale(0.78723);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: 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-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image img {
  width: 100% !important;
}

.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-author {
  margin-top: 22px;
}

.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonials-author-job {
  margin-top: 8px;
}

.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-title,
.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-text {
  color: #fff;
}

.qodef-owl-custom-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-custom-slider.owl-loaded {
  display: block;
}

.qodef-owl-custom-slider.owl-loading {
  opacity: 0;
  display: block;
}

.qodef-owl-custom-slider.owl-hidden {
  opacity: 0;
}

.qodef-owl-custom-slider.owl-refresh .owl-item {
  visibility: hidden;
}

.qodef-owl-custom-slider.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qodef-owl-custom-slider.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.qodef-owl-custom-slider.owl-rtl {
  direction: rtl;
}

.qodef-owl-custom-slider.owl-rtl .owl-item {
  float: right;
}

.no-js .qodef-owl-custom-slider {
  display: block;
}

.qodef-owl-custom-slider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.qodef-owl-custom-slider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.qodef-owl-custom-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.qodef-owl-custom-slider .owl-wrapper,
.qodef-owl-custom-slider .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.qodef-owl-custom-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-custom-slider .owl-item img {
  display: block;
  width: 100%;
}

.qodef-owl-custom-slider .owl-item img .owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.qodef-owl-custom-slider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.qodef-owl-custom-slider .owl-nav.disabled {
  display: none;
}

.qodef-owl-custom-slider .owl-nav .owl-prev,
.qodef-owl-custom-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-custom-slider .owl-dots.disabled {
  display: none;
}

.qodef-owl-custom-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-custom-slider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-owl-custom-slider .owl-animated-in {
  z-index: 0;
}

.qodef-owl-custom-slider .owl-animated-out {
  z-index: 1;
}

.qodef-owl-custom-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* ==========================================================================
   Testimonials elegant style - end
   ========================================================================== */

/* ==========================================================================
   Testimonials image pagination style - begin
   ========================================================================== */

.qodef-testimonials-holder.qodef-testimonials-image-pagination {
  /* Light/Dark styles */
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner {
  visibility: hidden;
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  padding: 0 50px 0 127px;
  text-align: center;
  /* No Js */
  /*
             *  Owl Carousel - Animate Plugin
             */
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 25px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-image img {
  display: block;
  margin: 0 auto;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-title {
  margin: 0;
  text-align: left;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-author {
  text-align: left;
  margin: 29px 0 0 1px;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonials-author-job {
  margin: 0;
  text-align: left;
  color: #999;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-text {
  margin: 19px 0 0;
  font-size: 30px;
  text-align: left;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage-outer {
  z-index: 1;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.qodef-slider-is-moving .owl-item .qodef-block-drag-link {
  z-index: -1 !important;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-carousel .owl-item img {
  -webkit-transform: translateZ(0);
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-loaded {
  display: block;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-loading {
  opacity: 0;
  display: block;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-hidden {
  opacity: 0;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-refresh .owl-item {
  visibility: hidden;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-rtl {
  direction: rtl;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-rtl .owl-item {
  float: right;
}

.no-js .qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner {
  display: block;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-wrapper,
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item img {
  display: block;
  width: 100%;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item img .owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-nav.disabled {
  display: none;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-nav .owl-prev,
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-animated-in {
  z-index: 0;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-animated-out {
  z-index: 1;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination {
  list-style: none;
  display: inline-block;
  top: 17px;
  left: 0;
  position: absolute;
  z-index: 5;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item {
  position: relative;
  display: inline-block;
  float: left;
  height: 35px;
  width: 35px;
  margin: 0 7px 7px 0;
  cursor: pointer;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item:nth-child(2n+1) {
  clear: both;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item img {
  position: relative;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item.active:after,
.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item:hover:after {
  opacity: 0;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav {
  text-align: left;
  margin-top: 3px;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-prev,
.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-prev {
  left: -1px;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-next {
  left: 12px;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .qodef-testimonial-title,
.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .qodef-testimonial-text,
.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .qodef-testimonial-author {
  color: #fff;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-prev,
.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-next {
  color: #fff;
}

.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-prev:hover,
.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-next:hover {
  color: #999;
}

/* ==========================================================================
   Testimonials image pagination style - end
   ========================================================================== */

/* ==========================================================================
   Testimonials standard style - begin
   ========================================================================== */

.qodef-testimonials-holder.qodef-testimonials-standard {
  text-align: center;
  /* Light/Dark styles */
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 25px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-image img {
  display: block;
  margin: 0 auto;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-title {
  margin: 0;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-quote {
  position: relative;
  display: block;
  min-height: 90px;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-quote > span {
  position: absolute;
  font-size: 160px;
  font-weight: 300;
  line-height: 1em;
  font-family: "Raleway", sans-serif;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-author {
  margin: 24px 0 0;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-author .qodef-testimonials-author-name:after {
  content: '/';
  position: relative;
  right: 0;
  padding-left: 5px;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-text {
  margin: 19px 0 0;
}

.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-title,
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-text,
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-author {
  color: #fff;
}

.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-dots .owl-dot span {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-dots .owl-dot:hover span,
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-dots .owl-dot.active span {
  background-color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   Testimonials standard style - end
   ========================================================================== */

/* ==========================================================================
   Testimonials shortcode style - begin
   ========================================================================== */

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

.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 14%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-testimonials-holder .qodef-testimonial-image img {
  width: auto !important;
  border-radius: 5em;
}

/* ==========================================================================
   Testimonials shortcode style - end
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/dessau-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/dessau-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;
  padding: 47px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid transparent;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-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:last-of-type {
  border-color: #e4e4e4;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-width {
  position: relative;
  display: block;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-tab-title {
  display: block;
  line-height: inherit;
  padding-right: 30px;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 18px;
  margin: -1px 0 0;
  font-size: 25px;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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;
  -o-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_minus {
  opacity: 0;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_plus {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef_icon_plus {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_minus {
  opacity: 1;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_plus {
  opacity: 0;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active {
  border-bottom: 1px solid #e4e4e4;
}

.qodef-accordion-holder .qodef-accordion-content {
  margin: 0;
  padding: 82px 0;
}

.qodef-accordion-holder .qodef-accordion-content:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.qodef-accordion-holder .qodef-accordion-content p {
  margin: 0;
}

.qodef-accordion-holder.qodef-full-width .qodef-accordion-title {
  padding: 13px 30px 13px 20px;
}

.qodef-accordion-holder.qodef-full-width .qodef-accordion-mark {
  right: 10px;
}

.qodef-accordion-holder.qodef-white-skin .qodef-accordion-title {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.qodef-accordion-holder.qodef-white-skin .qodef-accordion-title.ui-state-active {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   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;
  -o-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 {
  padding: 70px 20px;
  text-align: center;
}

.qodef-banner-holder .qodef-banner-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-banner-holder .qodef-banner-image img {
  display: block;
}

.qodef-banner-holder .qodef-banner-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  background-color: rgba(27, 27, 27, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .qodef-banner-holder .qodef-banner-text-holder {
    padding: 25px;
  }
}

.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: 11px 0 0;
  color: #fff;
  line-height: 1em;
  z-index: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.qodef-banner-holder .qodef-banner-link-text:hover .qodef-banner-link-hover {
  width: 100%;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original span {
  color: inherit;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover span {
  color: #999;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon,
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon {
  margin: 0 2px 0 0;
  font-size: 15px;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
  font-size: 14px;
  line-height: inherit;
}

.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 {
  font-family: inherit;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  width: auto;
  outline: none;
  font-size: 11px;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-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: 15px 43px;
  cursor: pointer;
}

.qodef-btn.qodef-btn-dessau {
  padding: 0;
  min-height: 38px;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus {
  background-color: #363636;
  border-radius: 20px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 38px;
  height: 38px;
  will-change: transform;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-1,
.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-2 {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-1:before,
.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-2:before {
  background-color: #dedede;
  content: '';
  -webkit-transition: background-color 0.3s 0.3s ease;
  -o-transition: background-color 0.3s 0.3s ease;
  transition: background-color 0.3s 0.3s ease;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-1:before {
  width: 1px;
  height: 15px;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-2:before {
  height: 1px;
  width: 15px;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-text {
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #fff;
  padding: 10px 27px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.35em;
  font-size: 8px;
  display: inline-block;
}

.qodef-btn.qodef-btn-dessau:hover .qodef-btn-plus {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
}

.qodef-btn.qodef-btn-simple {
  padding: 0 !important;
  color: #363636;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
}

.qodef-btn.qodef-btn-simple .qodef-btn-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-btn.qodef-btn-simple span:not(.qodef-btn-text) {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  transition: -webkit-transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  transition: transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  transition: transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85), -webkit-transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
}

.qodef-btn.qodef-btn-simple:hover span:not(.qodef-btn-text) {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-color):hover {
  color: #363636 !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: #fff;
  background-color: #363636;
  border: 1px solid transparent;
  font-family: "Raleway", sans-serif;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-color):hover {
  color: #363636 !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):hover {
  background-color: transparent !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-border-hover):hover {
  border-color: #363636 !important;
}

.qodef-btn.qodef-btn-outline {
  color: #363636;
  background-color: transparent;
  border: 1px solid #363636;
  font-family: "Raleway", sans-serif;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-color):hover {
  color: #fff !important;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-bg):hover {
  background-color: #363636 !important;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):hover {
  border-color: #363636 !important;
}

.qodef-btn.qodef-btn-small {
  padding: 12px 36px;
}

.qodef-btn.qodef-btn-large {
  padding: 15px 66px;
}

.qodef-btn.qodef-btn-huge {
  display: block;
  text-align: center;
  padding: 15px 26px;
}

.qodef-btn.qodef-btn-icon > i,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0 10px !important;
  font-size: 1em;
  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;
}

.qodef-call-to-action-holder.qodef-normal-layout:not(.qodef-content-in-grid) .qodef-cta-inner {
  width: 100%;
}

.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-border .qodef-cc-item {
  border-right: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
  vertical-align: top;
  display: block;
  cursor: -webkit-grab;
}

/***** 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-cci-has-link a:hover .qodef-cc-image {
  opacity: 0;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-hover-image {
  opacity: 1;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-image {
  opacity: 0;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-hover-image {
  opacity: 1;
}

.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 .qodef-cc-image {
  width: auto;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.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;
  -o-transition: 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;
  -o-transition: 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;
}

/* ==========================================================================
   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,
.qodef-countdown.qodef-light-skin .countdown-row .countdown-section .countdown-period {
  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;
  color: #1b1b1b;
  font-size: 50px;
  line-height: 1em;
  font-weight: 300;
  padding-bottom: 12px;
}

.qodef-countdown .countdown-row .countdown-section .countdown-period {
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* ==========================================================================
   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;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.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: #1b1b1b;
  font-size: 50px;
  line-height: 1em;
  font-weight: 300;
  overflow: hidden;
}

.qodef-counter-holder .qodef-counter-title {
  margin: 5px 0 0;
}

.qodef-counter-holder .qodef-counter-text {
  margin: 12px 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: 50px;
  font-size: 35px;
  color: #1b1b1b;
  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: 300;
  color: #fff;
  background-color: #1b1b1b;
  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-eh-lift {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.qodef-elements-holder.qodef-eh-lift:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-right .qodef-eh-item:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  content: "";
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  -o-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-right.qodef-eh-item-animate .qodef-eh-item:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-left .qodef-eh-item:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  content: "";
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  -o-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-left.qodef-eh-item-animate .qodef-eh-item:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.no-touch .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;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.qodef-elements-holder .qodef-eh-item.qodef-eh-shadow {
  -webkit-box-shadow: 0 2px 3.55px 1.45px rgba(62, 62, 62, 0.1);
  box-shadow: 0 2px 3.55px 1.45px rgba(62, 62, 62, 0.1);
}

.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-ehi-content {
  padding: 0 20px;
}

/* ==========================================================================
   Elements Holder shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Frame Scroll Slider shortcode style - begin
   ========================================================================== */

.qodef-frame-scroll-slider-holder-wrapper {
  width: 100vw;
  height: 100vh;
}

.qodef-frame-scroll-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 50px;
  height: 642px;
  width: 970px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qodef-frame-scroll-slider-holder .qodef-fs-device {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  background: url("../../../../plugins/dessau-core/assets/css/img/frame-slider.png") top center no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-frame-scroll-slider-holder .qodef-fs-inner {
  position: absolute;
  top: 4.7%;
  height: 530px;
  width: 965px;
}

.qodef-frame-scroll-slider-holder .qodef-fs-slides {
  width: 100%;
  height: 100%;
}

.qodef-frame-scroll-slider-holder .qodef-fs-slides a,
.qodef-frame-scroll-slider-holder .qodef-fs-slides img {
  display: block;
}

.svg-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.svg-scroll-down svg {
  width: 150px;
  height: 115px;
}

.svg-scroll-down .svg-scroll-down-arrow {
  -webkit-animation: 2s move-down infinite;
  animation: 2s move-down infinite;
}

.svg-scroll-down .svg-scroll-down-circle {
  -webkit-animation: 2s 0.2s move-down infinite;
  animation: 2s 0.2s move-down infinite;
}

@-webkit-keyframes move-down {
  0%, 20%, 100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes move-down {
  0%, 20%, 100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ==========================================================================
   Frame Scroll Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Frame Slider shortcode style - begin
   ========================================================================== */

.qodef-frame-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 75px;
  height: 505px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qodef-frame-slider-holder .qodef-fs-device {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  background: url("../../../../plugins/dessau-core/assets/css/img/frame-slider-laptop.png") top center no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-frame-slider-holder .qodef-fs-inner {
  position: absolute;
  top: 7.1%;
  height: 410px;
  width: 730px;
  padding-left: 3px;
}

.qodef-frame-slider-holder .qodef-fs-slides {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  cursor: -webkit-grab;
  visibility: hidden;
}

.qodef-frame-slider-holder .qodef-fs-slides a,
.qodef-frame-slider-holder .qodef-fs-slides img {
  display: block;
}

.qodef-frame-slider-holder .owl-dots {
  display: block;
  width: 100%;
  margin-top: 73px;
  z-index: 123;
}

/* ==========================================================================
   Frame Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Full Screen Image Slider shortcode style - begin
   ========================================================================== */

.qodef-full-screen-image-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
}

.qodef-full-screen-image-slider.qodef-fsis-is-init {
  opacity: 1;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-slider .owl-nav .owl-prev {
  left: -100px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-slider .owl-nav .owl-next {
  right: -100px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-slider .owl-dots {
  bottom: -30px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-prev-nav {
  left: -100px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-next-nav {
  right: -100px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100vh;
  z-index: inherit;
}

.admin-bar .qodef-full-screen-image-slider .qodef-fsis-slider {
  height: calc(100vh - 32px);
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-stage-outer {
  overflow: visible;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-prev,
.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-next {
  width: 40px;
  text-align: center;
  -webkit-transition: left 0.4s ease, right 0.4s ease;
  -o-transition: left 0.4s ease, right 0.4s ease;
  transition: left 0.4s ease, right 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-prev {
  left: 25px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-prev:hover {
  left: 15px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-next {
  right: 25px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-next:hover {
  right: 15px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: calc(8% - 14px);
  width: 100%;
  margin: 0;
  counter-reset: section;
  z-index: 3;
  -webkit-transition: bottom 0.4s ease;
  -o-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot {
  margin: 0 14px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot:hover,
.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot.active {
  color: #1b1b1b;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot span {
  display: none;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot:after {
  counter-increment: section;
  content: "0" counter(section);
}

.qodef-full-screen-image-slider .qodef-fsis-thumb-nav {
  position: absolute;
  top: 20%;
  height: 60%;
  width: 100px;
  display: block;
  z-index: 1;
  background-position: 20% 20%;
}

.qodef-full-screen-image-slider .qodef-fsis-prev-nav {
  left: 0;
  -webkit-transition: background 0.3s ease, left 0.4s ease;
  -o-transition: background 0.3s ease, left 0.4s ease;
  transition: background 0.3s ease, left 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-next-nav {
  right: 0;
  -webkit-transition: background 0.3s ease, right 0.4s ease;
  -o-transition: background 0.3s ease, right 0.4s ease;
  transition: background 0.3s ease, right 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-slider-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.qodef-full-screen-image-slider .qodef-fsis-slider-mask.qodef-drag {
  z-index: 2;
}

.qodef-full-screen-image-slider .qodef-fsis-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100vh;
  overflow: hidden;
}

.admin-bar .qodef-full-screen-image-slider .qodef-fsis-item {
  height: calc(100vh - 32px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-image-top {
  top: -2%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-image-left {
  left: 9%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-image-right {
  right: 14%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-title,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-subtitle {
  top: 0;
  opacity: 1;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-image-top {
  top: calc(-2% - 10px);
  left: calc(28% - 20px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-image-left {
  bottom: calc(2% - 20px);
  left: calc(9% - 10px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-image-right {
  bottom: calc(7% - 20px);
  right: calc(14% - 10px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-top,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-bottom {
  height: 18%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-left,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-right {
  width: 18%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-image-top {
  top: calc(-2% - 25px);
  left: calc(28% - 50px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-image-left {
  bottom: calc(2% - 50px);
  left: calc(9% - 25px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-image-right {
  bottom: calc(7% - 50px);
  right: calc(14% - 25px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-top,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-bottom {
  height: 0;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-left,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-right {
  width: 0;
}

.qodef-full-screen-image-slider .qodef-fsis-image-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-full-screen-image-slider .qodef-fsis-image-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.qodef-full-screen-image-slider .qodef-fsis-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.qodef-full-screen-image-slider .qodef-fsis-content-image {
  position: absolute;
}

.qodef-full-screen-image-slider .qodef-fsis-content-image img {
  width: auto;
  max-width: 600px;
}

.qodef-full-screen-image-slider .qodef-fsis-image-top {
  top: -50%;
  left: 28%;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
  -webkit-transition: top 0.8s ease, left 0.8s ease;
  -o-transition: top 0.8s ease, left 0.8s ease;
  transition: top 0.8s ease, left 0.8s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-image-left {
  bottom: 2%;
  left: -50%;
  -webkit-transform: rotate(-10.5deg);
  -ms-transform: rotate(-10.5deg);
  transform: rotate(-10.5deg);
  -webkit-transition: bottom 0.8s ease, left 0.8s ease;
  -o-transition: bottom 0.8s ease, left 0.8s ease;
  transition: bottom 0.8s ease, left 0.8s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-image-right {
  bottom: 7%;
  right: -50%;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transition: bottom 0.8s ease, right 0.8s ease;
  -o-transition: bottom 0.8s ease, right 0.8s ease;
  transition: bottom 0.8s ease, right 0.8s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-title {
  position: relative;
  top: 15px;
  margin: 0;
  padding: 0 12%;
  line-height: 1.2em;
  color: #fff;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  transition: opacity 0.2s ease-in, top 0.3s ease-in;
}

.qodef-full-screen-image-slider .qodef-fsis-subtitle {
  position: relative;
  top: 25px;
  margin: 20px 0 0;
  padding: 0 14%;
  color: #fff;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  transition: opacity 0.2s ease-in, top 0.3s ease-in;
}

.qodef-full-screen-image-slider .qodef-fsis-frame {
  position: fixed;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-left {
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-right {
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}

/* ==========================================================================
   Full Screen Image Slider shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Full Screen Sections shortcode style - begin
   ========================================================================== */

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.fp-auto-height.qodef-fss-item,
.fp-auto-height .qodef-fss-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.qodef-fss-item,
.fp-responsive .fp-auto-height-responsive .qodef-fss-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

#fp-nav {
  position: fixed;
  top: 50%;
  right: 40px;
  margin: -32px 0 0;
  z-index: 1001;
}

@media only screen and (max-width: 1024px) {
  #fp-nav {
    right: 30px;
  }
}

#fp-nav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 0;
}

#fp-nav ul li a {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  background-color: rgba(80, 80, 80, 0.3);
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#fp-nav ul li a.active,
#fp-nav ul li a:hover {
  background-color: rgba(80, 80, 80, 0.7);
}

.qodef-light-header #fp-nav ul li a span {
  background-color: rgba(255, 255, 255, 0.3);
}

.qodef-light-header #fp-nav ul li a.active span,
.qodef-light-header #fp-nav ul li a:hover span {
  background-color: #fff;
}

.qodef-dark-header #fp-nav ul li a span {
  background-color: rgba(0, 0, 0, 0.3);
}

.qodef-dark-header #fp-nav ul li a.active span,
.qodef-dark-header #fp-nav ul li a:hover span {
  background-color: #000;
}

#fp-nav ul li a span {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.qodef-full-screen-sections {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-full-screen-sections .qodef-fss-wrapper {
  visibility: hidden;
}

.qodef-full-screen-sections .qodef-fss-item {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: 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-full-screen-sections .qodef-fss-item.active {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
}

.qodef-full-screen-sections .qodef-fss-item.active.fp-completely {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.qodef-full-screen-sections .qodef-fss-item.fp-completely:not(.active) {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
}

.qodef-full-screen-sections .qodef-fss-item .fp-scroller > .vc_column_container {
  padding: 0;
  margin: 0;
}

.qodef-full-screen-sections .qodef-fss-item .fp-scroller > .vc_column_container > .vc_column-inner {
  padding: 0;
  margin: 0;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-va-top .qodef-fss-item-inner {
  vertical-align: top;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-va-bottom .qodef-fss-item-inner {
  vertical-align: bottom;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-ha-left .qodef-fss-item-inner {
  text-align: left;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-ha-center .qodef-fss-item-inner {
  text-align: center;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-ha-right .qodef-fss-item-inner {
  text-align: right;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-has-link .qodef-fss-item-inner a {
  position: relative;
  z-index: 2;
}

.qodef-full-screen-sections .qodef-fss-item .qodef-fss-item-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-full-screen-sections .qodef-fss-item .qodef-fss-item-inner a {
  position: relative;
  z-index: 2;
}

.qodef-full-screen-sections .qodef-fss-item .qodef-fss-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.qodef-full-screen-sections .qodef-fss-nav-holder {
  position: fixed;
  bottom: 48px;
  left: 57px;
  display: block;
  width: 55px;
  text-align: center;
  visibility: hidden;
  z-index: 1001;
}

.qodef-full-screen-sections .qodef-fss-nav-holder a {
  display: block;
  font-size: 55px;
  line-height: 0.9;
  color: #1b1b1b;
  height: auto;
  opacity: 1;
  -webkit-transition: color 0.2s ease-out, opacity 0.25s ease-out;
  -o-transition: color 0.2s ease-out, opacity 0.25s ease-out;
  transition: color 0.2s ease-out, opacity 0.25s ease-out;
}

.qodef-full-screen-sections .qodef-fss-nav-holder a:hover {
  color: rgba(27, 27, 27, 0.7);
}

.qodef-light-header .qodef-full-screen-sections .qodef-fss-nav-holder a {
  color: #fff;
}

.qodef-light-header .qodef-full-screen-sections .qodef-fss-nav-holder a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.qodef-dark-header .qodef-full-screen-sections .qodef-fss-nav-holder a {
  color: #000;
}

.qodef-dark-header .qodef-full-screen-sections .qodef-fss-nav-holder a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.qodef-full-screen-sections .qodef-fss-nav-holder a span {
  display: block;
  line-height: inherit;
}

.qodef-full-screen-sections .qodef-fss-nav-holder a span:before {
  display: block;
  line-height: inherit;
}

@media only screen and (max-width: 1024px) {
  .qodef-full-screen-sections .qodef-fss-nav-holder {
    bottom: 28px;
    left: 37px;
  }
}

/* ==========================================================================
   Full Screen Sections 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: #1b1b1b;
  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: 14px 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;
  -o-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-content {
  padding: 23px 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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.qodef-iwt .qodef-icon-shortcode:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.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: #999;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-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;
}

.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;
  -o-transition: 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 .qodef-ig-image a:hover:after {
  opacity: 1;
}

.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:hover:after {
  opacity: 1;
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

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

.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.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: 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-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/dessau-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;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image Gallery shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Image Info Section shortcode style - begin
   ========================================================================== */

.qodef-image-info-section-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /***** 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-info-section-holder.qodef-has-border .qodef-iis-text-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 84px 80px 94px;
  position: relative;
}

.qodef-image-info-section-holder.qodef-has-border.qodef-iis-item-animate-border .qodef-iis-text-inner:before {
  -webkit-animation: top-right-left 2s ease-in-out forwards;
  animation: top-right-left 2s ease-in-out forwards;
}

.qodef-image-info-section-holder.qodef-has-border.qodef-iis-item-animate-border .qodef-iis-text-inner:after {
  -webkit-animation: bottom 2s ease-in-out forwards;
  animation: bottom 2s ease-in-out forwards;
}

.qodef-image-info-section-holder.qodef-image-on-left-side .qodef-iis-text-inner {
  border-left: none;
  padding: 84px 80px 94px;
}

.qodef-image-info-section-holder.qodef-image-on-left-side .qodef-iis-text-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 5px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #363636;
  border-right: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-left-side .qodef-iis-text-inner:after {
  content: "";
  position: absolute;
  bottom: -6px;
  padding-left: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-right-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.qodef-image-info-section-holder.qodef-image-on-right-side .qodef-iis-text-inner {
  border-right: none;
  padding: 84px 80px 94px;
}

.qodef-image-info-section-holder.qodef-image-on-right-side .qodef-iis-text-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #363636;
  border-left: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-right-side .qodef-iis-text-inner:after {
  content: "";
  position: absolute;
  bottom: -6px;
  padding-left: 5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-right-side:not(.qodef-has-border) .qodef-iis-text-inner {
  padding: 84px 80px 94px 0;
}

.qodef-image-info-section-holder .qodef-iis-image,
.qodef-image-info-section-holder .qodef-iis-text-holder {
  width: 50%;
}

.qodef-image-info-section-holder .qodef-iis-image .qodef-iis-image-inner {
  width: 100%;
}

.qodef-image-info-section-holder .qodef-iis-image a,
.qodef-image-info-section-holder .qodef-iis-image img {
  position: relative;
  display: block;
}

.qodef-image-info-section-holder .qodef-iis-text-holder {
  text-align: left;
  -ms-flex-item-align: center;
  align-self: center;
}

.qodef-image-info-section-holder .qodef-iis-title {
  margin: 0;
}

.qodef-image-info-section-holder .qodef-iis-text {
  margin: 18px 0 0;
}

.qodef-image-info-section-holder .qodef-iis-button {
  margin-top: 27px;
}

.qodef-image-info-section-holder.qodef-image-behavior-custom-link .qodef-iis-image {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.qodef-image-info-section-holder.qodef-image-behavior-custom-link .qodef-iis-image:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.qodef-image-info-section-holder.qodef-image-behavior-lightbox .qodef-iis-image a:hover:after {
  opacity: 1;
}

.qodef-image-info-section-holder.qodef-image-behavior-lightbox .qodef-iis-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-image {
  overflow: hidden;
}

.touch .qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-image {
  cursor: pointer;
}

.qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-image:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-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;
  -o-transition: 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-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image {
  overflow: hidden;
}

.touch .qodef-image-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image {
  cursor: pointer;
}

.qodef-image-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-image-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image img {
  filter: url("../../../../plugins/dessau-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;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes bottom {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }

  25% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }

  50% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }

  75% {
    width: 100%;
    height: 100%;
    visibility: visible;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes bottom {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }

  25% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }

  50% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }

  75% {
    width: 100%;
    height: 100%;
    visibility: visible;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes top-right-left {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }

  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }

  50% {
    height: 100%;
    width: 100%;
    padding-top: 5px;
    visibility: visible;
  }

  75% {
    padding-top: 5px;
    visibility: visible;
  }

  100% {
    padding-top: 5px;
    visibility: visible;
  }
}

@keyframes top-right-left {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }

  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }

  50% {
    height: 100%;
    width: 100%;
    padding-top: 5px;
    visibility: visible;
  }

  75% {
    padding-top: 5px;
    visibility: visible;
  }

  100% {
    padding-top: 5px;
    visibility: visible;
  }
}

/* ==========================================================================
   Image Info Section 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 {
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.08);
}

.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: 32px 0 0;
}

.qodef-image-with-text-holder .qodef-iwt-text {
  margin: 0;
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.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(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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;
  -o-transition: 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/dessau-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;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image With Text shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Pie Chart shortcode style - begin
   ========================================================================== */

.qodef-pie-chart-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.qodef-pie-chart-holder .qodef-pc-percentage {
  position: relative;
  display: block;
  height: 176px;
  width: 176px;
  line-height: 176px;
  text-align: center;
  margin: 0 auto;
}

.qodef-pie-chart-holder .qodef-pc-percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #1b1b1b;
  font-size: 35px;
  line-height: inherit;
  font-weight: 300;
}

.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent:after {
  position: relative;
  top: -15px;
  content: '%';
  font-size: 15px;
}

.qodef-pie-chart-holder .qodef-pc-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0 0;
}

.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-title {
  margin: 0;
}

.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-text {
  margin: 14px 0 0;
}

/* ==========================================================================
   Pie Chart shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Pricing Tables shortcode style - begin
   ========================================================================== */

.qodef-pricing-tables {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-price-table .qodef-pt-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 3.55px 1.45px rgba(62, 62, 62, 0.1);
  box-shadow: 0 2px 3.55px 1.45px rgba(62, 62, 62, 0.1);
  background-color: #fff;
}

.qodef-price-table .qodef-pt-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qodef-price-table .qodef-pt-inner ul li {
  margin: 0;
  padding: 17px 30px;
  text-align: center;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder {
  position: relative;
  color: #1b1b1b;
  font-size: 25px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-family: "Raleway", sans-serif;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder .qodef-pt-title {
  display: block;
  padding: 42px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices {
  position: relative;
  padding: 10px 15px 15px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-value {
  position: relative;
  vertical-align: middle;
  font-size: 38px;
  line-height: 1em;
  font-weight: 300;
  color: #1b1b1b;
  letter-spacing: 0;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -5px;
  font-size: 38px;
  line-height: 1em;
  font-weight: 300;
  color: #1b1b1b;
  letter-spacing: 0;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-mark {
  position: relative;
  display: block;
  margin: 1px 0 0;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content {
  padding: 16px 35px 8px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button {
  padding: 10px 15px 58px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button .qodef-btn-simple .qodef-btn-text:after {
  content: '\e87a';
  position: relative;
  display: inline-block;
  top: 1px;
  font-family: "Linearicons-Free";
  font-size: 15px;
  padding-left: 10px;
}

@-webkit-keyframes movePricingArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@keyframes movePricingArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button .qodef-btn-simple:hover .qodef-btn-text:after {
  -webkit-animation: movePricingArrow 0.5s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  animation: movePricingArrow 0.5s cubic-bezier(0.04, 0.51, 0.13, 0.85);
}

.qodef-price-table.qodef-eh-lift {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.qodef-price-table.qodef-eh-lift:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* ==========================================================================
   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-mark-horizontal-holder .qodef-process-mark {
  width: 50%;
}

.qodef-process-holder.qodef-two-columns .qodef-mark-vertical-holder .qodef-process-mark {
  height: 50%;
}

.qodef-process-holder.qodef-two-columns .qodef-process-item {
  width: 50%;
}

.qodef-process-holder.qodef-three-columns .qodef-mark-horizontal-holder .qodef-process-mark {
  width: 33.33333%;
}

.qodef-process-holder.qodef-three-columns .qodef-mark-vertical-holder .qodef-process-mark {
  height: 33.33333%;
}

.qodef-process-holder.qodef-three-columns .qodef-process-item {
  width: 33.33333%;
}

.qodef-process-holder.qodef-four-columns .qodef-mark-horizontal-holder .qodef-process-mark {
  width: 25%;
}

.qodef-process-holder.qodef-four-columns .qodef-mark-vertical-holder .qodef-process-mark {
  height: 25%;
}

.qodef-process-holder.qodef-four-columns .qodef-process-item {
  width: 25%;
}

.qodef-process-holder.qodef-process-appeared .qodef-process-circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.qodef-process-holder.qodef-process-appeared .qodef-mark-horizontal-holder .qodef-process-line {
  width: 100%;
}

.qodef-process-holder.qodef-process-appeared .qodef-mark-vertical-holder .qodef-process-line {
  height: 100%;
}

.qodef-process-holder.qodef-process-appeared .qodef-process-item {
  opacity: 1;
}

.qodef-process-holder .qodef-mark-horizontal-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.qodef-process-holder .qodef-mark-horizontal-holder .qodef-process-mark {
  float: left;
}

.qodef-process-holder .qodef-mark-horizontal-holder .qodef-process-line {
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.4s ease 0.1s;
  -o-transition: width 0.4s ease 0.1s;
  transition: width 0.4s ease 0.1s;
}

.qodef-process-holder .qodef-mark-vertical-holder {
  position: absolute;
  top: 26px;
  left: 0;
  display: none;
  width: 46px;
  height: 100%;
}

.qodef-process-holder .qodef-mark-vertical-holder .qodef-process-line {
  top: 23px;
  left: 50%;
  width: 1px;
  height: 0;
  -webkit-transition: height 0.4s ease 0.1s;
  -o-transition: height 0.4s ease 0.1s;
  transition: height 0.4s ease 0.1s;
}

.qodef-process-holder .qodef-process-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.qodef-process-holder .qodef-process-mark:last-child .qodef-process-line {
  display: none;
}

.qodef-process-holder .qodef-process-mark:nth-child(2) .qodef-process-circle {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.qodef-process-holder .qodef-process-mark:nth-child(2) .qodef-process-line {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.qodef-process-holder .qodef-process-mark:nth-child(3) .qodef-process-circle {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.qodef-process-holder .qodef-process-mark:nth-child(3) .qodef-process-line {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.qodef-process-holder .qodef-process-mark:nth-child(4) .qodef-process-circle {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.qodef-process-holder .qodef-process-mark:nth-child(4) .qodef-process-line {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.qodef-process-holder .qodef-process-circle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  background-color: #999;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  -o-transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.qodef-process-holder .qodef-process-line {
  position: absolute;
  background-color: #999;
}

.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;
  padding: 0 15px;
  opacity: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.qodef-process-holder .qodef-process-item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.qodef-process-holder .qodef-process-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.qodef-process-holder .qodef-process-item:nth-child(4) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.qodef-process-holder .qodef-pi-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 26px 0 10px;
}

.qodef-process-holder .qodef-pi-title {
  margin: 0;
}

.qodef-process-holder .qodef-pi-text {
  margin: 11px 0 0;
}

/* ==========================================================================
   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 4px;
}

.qodef-progress-bar .qodef-pb-title-holder .qodef-pb-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.qodef-progress-bar .qodef-pb-percent {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  z-index: 10;
  font-size: 15px;
  letter-spacing: 0;
}

.qodef-progress-bar .qodef-pb-percent:after {
  content: '%';
}

.qodef-progress-bar .qodef-pb-content-holder {
  position: relative;
  height: 3px;
  overflow: hidden;
  background-color: #e8e8e8;
}

.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content {
  height: 3px;
  max-width: 100%;
  overflow: hidden;
  background-color: #1b1b1b;
}

/* ==========================================================================
   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;
  padding: 30px 55px 33px;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line:before {
  content: '';
  background-color: #000;
  position: absolute;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-1:before,
.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before {
  height: 13px;
  width: 1px;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-1:before,
.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-2:before {
  left: 0;
  top: 0;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before,
.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  right: 0;
  bottom: 0;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-2:before,
.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  height: 1px;
  width: 13px;
}

.qodef-section-title-holder.qodef-st-corners.qodef-st-light-skin .qodef-corner-line:before {
  background-color: #fff;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-inner {
  margin: 0 -5px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-text {
  padding: 0 5px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-inner {
  margin: 0 -10px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-text {
  padding: 0 10px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-inner {
  margin: 0 -15px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-text {
  padding: 0 15px;
}

.qodef-section-title-holder.qodef-st-two-columns .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns .qodef-st-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left .qodef-st-title {
  text-align: right;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left .qodef-st-text {
  text-align: left;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right .qodef-st-title {
  float: right;
  text-align: left;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right .qodef-st-text {
  text-align: right;
}

.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: 19px 0 0;
  font-size: 18px;
  line-height: 30px;
}

.qodef-section-title-holder p.qodef-st-text {
  font-size: inherit;
  line-height: inherit;
}

.no-touch .qodef-section-title-holder .qodef-st-title,
.no-touch .qodef-section-title-holder .qodef-st-text {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-1:before,
.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before,
.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  right: 0;
  bottom: 0;
}

.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-2:before,
.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  background-color: transparent;
}

.no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-title,
.no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-text {
  -webkit-transition: 0.5s 0.2s;
  -o-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}

.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-1:before,
.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-3:before,
.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-2:before,
.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-4:before {
  background-color: #fff !important;
}

.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-1:before,
.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-3:before {
  height: 13px;
  width: 1px;
  background-color: #000;
  border-left-width: 0px;
  border-left-color: transparent;
  -webkit-transition: width 0.5s, height 0.5s 0.4s, background-color 0.5s 0.4s, border-left-width 0.1s 0.4s, border-left-color 0.1s 0.4s;
  -o-transition: width 0.5s, height 0.5s 0.4s, background-color 0.5s 0.4s, border-left-width 0.1s 0.4s, border-left-color 0.1s 0.4s;
  transition: width 0.5s, height 0.5s 0.4s, background-color 0.5s 0.4s, border-left-width 0.1s 0.4s, border-left-color 0.1s 0.4s;
}

.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-2:before,
.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-4:before {
  height: 1px;
  width: 13px;
  background-color: #000;
  -webkit-transition: width 0.5s, height 0.5s 0.3s, background-color 0.5s 0.4s, border-right 0.1s;
  -o-transition: width 0.5s, height 0.5s 0.3s, background-color 0.5s 0.4s, border-right 0.1s;
  transition: width 0.5s, height 0.5s 0.3s, background-color 0.5s 0.4s, border-right 0.1s;
}

/* ==========================================================================
   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(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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;
  -o-transition: 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/dessau-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;
  -o-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;
  -o-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;
}

/* List type - begin
========================================================================== */

.qodef-social-share-holder.qodef-list .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #1b1b1b;
  font-weight: 600;
}

.qodef-social-share-holder.qodef-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 4px 13px 3px 0;
}

.qodef-social-share-holder.qodef-list li:last-child {
  margin: 4px 0 3px;
}

.qodef-social-share-holder.qodef-list li a {
  font-size: 14px;
  color: #858585;
}

.qodef-social-share-holder.qodef-list li a:hover {
  color: #cfcfcf;
}

/* List 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;
  color: #1b1b1b;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .social_share {
  font-size: 12px;
  color: #1b1b1b;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover {
  color: #999;
}

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

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li {
  width: 88px;
  height: 28px;
  line-height: 28px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 12px;
  color: #1b1b1b;
  -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;
  -o-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.qodef-facebook-share:hover {
  background-color: #3b5998;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-twitter-share:hover {
  background-color: #00aced;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-google_plus-share:hover {
  background-color: #dd4b39;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-linkedin-share:hover {
  background-color: #007bb5;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-tumblr-share:hover {
  background-color: #32506d;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-pinterest-share:hover {
  background-color: #cb2027;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-vk-share:hover {
  background-color: #45668e;
  color: #fff;
}

.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 a {
  color: inherit !important;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(1) {
  bottom: -28px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(2) {
  bottom: -56px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(3) {
  bottom: -84px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(4) {
  bottom: -112px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(5) {
  bottom: -140px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(6) {
  bottom: -168px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(7) {
  bottom: -196px;
}

.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;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  -o-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
   ========================================================================== */

/* ==========================================================================
   Split Section styles - begin
   ========================================================================== */

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

.qodef-ss-holder.qodef-ss-image-right .qodef-ss-image {
  left: 50%;
}

.qodef-ss-holder.qodef-ss-image-right .qodef-ss-content {
  left: 0;
}

.qodef-ss-holder .qodef-ss-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.qodef-ss-holder .qodef-ss-image img {
  display: none;
}

.qodef-ss-holder .qodef-ss-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 50%;
  width: 50%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-ss-holder .qodef-ss-title {
  margin: 0;
}

.qodef-ss-holder .qodef-ss-text {
  margin: 14px 0 0;
}

.qodef-ss-holder .qodef-ss-link {
  margin: 25px 0 0;
}

/* ==========================================================================
   Split Section styles - 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;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: 13px 15px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-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-standard .qodef-tabs-nav li a {
  padding: 7px 26px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #1b1b1b;
  background-color: #f6f6f6;
}

.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover a {
  color: #fff;
  background-color: #999;
}

.qodef-tabs.qodef-tabs-standard .qodef-tab-container {
  margin: 25px 0 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: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #363636;
}

.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: #fff;
  background-color: #999;
}

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

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav {
  border-bottom: 1px solid #e5e5e5;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li {
  margin: 0 15px 0 0;
  float: none;
  display: inline-block;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li:after {
  display: inline-block;
  content: "\002b";
  font-size: 22px;
  margin: 16px 16px 12px 0;
  top: 5px;
  text-align: center;
  width: 15px;
  position: relative;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-tabs-active:after {
  content: "\2013";
  top: 2px;
}

.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: #1b1b1b;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tab-container {
  padding: 9px 0;
  border-bottom: 1px solid #e5e5e5;
}

.qodef-tabs.qodef-tabs-vertical {
  display: table;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li {
  display: block;
  float: none;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li a {
  font-size: 18px;
  line-height: 26px;
  color: #999;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li:after {
  display: inline-block;
  content: "\002b";
  font-size: 22px;
  margin: 16px 16px 12px 0;
  top: 5px;
  text-align: center;
  width: 15px;
  position: relative;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-tabs-active:after {
  content: "\2013";
  top: 2px;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-hover a {
  color: #1b1b1b;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tab-container {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 140px);
  height: 100%;
  padding: 10px 0 0 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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
   ========================================================================== */

/* ==========================================================================
# Team carousel - begin
	========================================================================== */

@media only screen and (max-width: 680px) {
  .qodef-team-carousel-holder .qodef-owl-slider .owl-nav {
    display: none;
  }
}

.qodef-team-carousel-holder .qodef-owl-slider .owl-nav .owl-prev {
  left: -50px;
}

.qodef-team-carousel-holder .qodef-owl-slider .owl-nav .owl-next {
  right: -50px;
}

/* ==========================================================================
# Team carousel - end
	========================================================================== */

/* ==========================================================================
   Team shortcode style - begin
   ========================================================================== */

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

.touch .qodef-team-holder.qodef-team-info-on-image {
  cursor: pointer;
}

.qodef-team-holder.qodef-team-info-on-image:hover .qodef-team-social-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-image {
  overflow: hidden;
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-social-inner {
  padding: 40px 25px 20px;
  text-align: left;
  bottom: 0;
  position: absolute;
  display: block;
  background-color: #fff;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-social-holder {
  margin: 7px 0 0;
}

.qodef-team-holder .qodef-team-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-team-holder .qodef-team-image img {
  display: block;
}

.qodef-team-holder .qodef-team-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 18px 0 0;
  text-align: left;
}

.qodef-team-holder .qodef-team-name {
  margin: 0;
}

.qodef-team-holder .qodef-team-position {
  margin: 1px 0 0;
}

.qodef-team-holder .qodef-team-text {
  margin: 2px 0 0;
}

.qodef-team-holder .qodef-team-social-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qodef-team-holder .qodef-team-social-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  bottom: -1px;
  -webkit-transform: scale(1.0001);
  -ms-transform: scale(1.0001);
  transform: scale(1.0001);
}

.qodef-team-holder .qodef-team-social-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  padding: 20px 40px 33px;
  vertical-align: bottom;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.qodef-team-holder .qodef-team-social-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 9px 0 0;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon {
  font-size: 14px;
  margin: 0 12px 0 0;
  color: #858585;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon a {
  color: #858585;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon a:hover {
  color: #cfcfcf;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon .qodef-icon-element {
  font-size: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* ==========================================================================
   Team shortcode style - end
   ========================================================================== */

/* ==========================================================================
   Text Marquee shortcode style - begin
   ========================================================================== */

.qodef-text-marquee {
  position: relative;
  white-space: nowrap;
  color: #1b1b1b;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 600;
  overflow: hidden;
}

.qodef-text-marquee .qodef-marquee-element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-text-marquee .qodef-marquee-element.qodef-aux-text {
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Text Marquee shortcode style - end
   ========================================================================== */

html {
  height: 100%;
  overflow-x: hidden;
}

.curtains {
  width: 100%;
}

.curtains > li {
  -webkit-transform: translateZ(0);
  background: white;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 1;
}

.curtains > li.hidden {
  display: none;
}

.curtains > li:first-child {
  z-index: 2;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom) .qodef-page-header {
  -webkit-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease;
  position: fixed;
  top: 0;
  left: 0;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom).qodef-header-top-enabled .qodef-top-bar {
  -webkit-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease;
  position: fixed;
  top: -45px;
  left: 0;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom).qodef-header-top-enabled:not(.qodef-sticky-header-appear) .qodef-top-bar {
  top: 0;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom).qodef-header-top-enabled:not(.qodef-sticky-header-appear) .qodef-page-header {
  top: 45px;
}

.qodef-uncovering-section-on-page footer {
  display: none;
}

.qodef-uncovering-sections {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.qodef-uncovering-sections ul,
.qodef-uncovering-sections li {
  margin: 0;
  padding: 0;
}

.qodef-uncovering-sections.qodef-loaded {
  opacity: 1;
}

.qodef-uncovering-sections .qodef-uss-item {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  will-change: transform;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-image-holder {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 125%;
  will-change: transform;
  background-position: center;
  background-size: cover;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-va-top .qodef-uss-item-inner {
  vertical-align: top;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-va-bottom .qodef-uss-item-inner {
  vertical-align: bottom;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-ha-left .qodef-uss-item-inner {
  text-align: left;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-ha-center .qodef-uss-item-inner {
  text-align: center;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-ha-right .qodef-uss-item-inner {
  text-align: right;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-has-link .qodef-uss-item-inner a {
  position: relative;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-inner a {
  position: relative;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.qodef-fss-shadow {
  background: #323134;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* ==========================================================================
   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);
  -o-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;
  -o-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);
  -o-transition: 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);
  -o-transition: 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: 64px;
  margin-top: -10px;
  opacity: 1;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease-out;
  -o-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;
  overflow: hidden;
}

#multiscroll-nav ul li a {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  background-color: transparent;
  border: 2px solid rgba(27, 27, 27, 0.5);
  border-radius: 3em;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiscroll-nav ul li a.active {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.qodef-light-header #multiscroll-nav ul li a {
  border-color: #fff;
}

.qodef-light-header #multiscroll-nav ul li a.active {
  background-color: #fff;
}

.qodef-dark-header #multiscroll-nav ul li a {
  border-color: #000;
}

.qodef-dark-header #multiscroll-nav ul li a.active {
  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: #1b1b1b;
  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;
  -o-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);
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/dessau-core/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 33px;
}

.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:hover:after {
  opacity: 1;
}

.qodef-instagram-feed li a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-instagram-feed li a .qodef-instagram-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1b1b1b;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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 {
  width: 100%;
  display: block;
}

.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 -2px -4px;
}

.qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space li {
  padding: 0 2px;
  margin: 0 0 4px;
}

.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/dessau-instagram-feed/assets/css/widget-map.css.map */
/* ==========================================================================
   Global partials
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Shortcodes styles
   ========================================================================== */

.qodef-twitter-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.qodef-twitter-list-holder .qodef-twitter-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}

.qodef-twitter-list-holder .qodef-tl-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-twitter-list-holder .qodef-tli-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.qodef-twitter-list-holder .qodef-tli-inner:hover {
  -webkit-box-shadow: -2px 4px 13px 0 rgba(81, 137, 162, 0.05);
  box-shadow: -2px 4px 13px 0 rgba(81, 137, 162, 0.05);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.qodef-twitter-list-holder .qodef-tli-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 35px 23px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-twitter-list-holder .qodef-twitter-content-top {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-twitter-list-holder .qodef-twitter-link-over {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.qodef-twitter-list-holder .qodef-twitter-user {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 56px;
  height: 56px;
}

.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-image img {
  border-radius: 50%;
}

.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-name {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: calc(100% - 56px);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-name * {
  margin: 0;
}

.qodef-twitter-list-holder .qodef-twitter-icon {
  position: absolute;
  top: -7px;
  right: 3px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  color: #999;
  font-size: 24px;
  text-align: right;
}

.qodef-twitter-list-holder .qodef-tweet-text {
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-twitter-list-holder .qodef-tweet-text a {
  position: relative;
  color: #808080;
  z-index: 2;
}

.qodef-twitter-list-holder .qodef-tweet-text a:hover {
  color: #999;
}

.qodef-twitter-list-holder .qodef-twitter-profile a {
  position: relative;
  color: #808080;
  z-index: 2;
}

.qodef-twitter-list-holder .qodef-twitter-profile a:hover {
  color: #999;
}

/*# sourceMappingURL=../../../../plugins/dessau-twitter-feed/assets/css/shortcodes-map.css.map */
/* ==========================================================================
   Global partials
   ========================================================================== */

/* common mixins - start */

/* common mixins - end */

/* mixins styles - start */

/* mixins styles - end */

/* ==========================================================================
   Widgets styles
   ========================================================================== */

/* ==========================================================================
   Twitter widget style - begin
   ========================================================================== */

.widget.widget_qodef_twitter_widget {
  margin: 0 0 20px;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li:not(:last-child) {
  margin: 0 0 22px;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-twitter-icon {
  font-size: 18px;
  color: #999;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text {
  position: relative;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text span {
  color: #1b1b1b;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a {
  position: relative;
  color: #1b1b1b;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a:hover {
  color: #999;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a.qodef-tweet-time {
  display: block;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a.qodef-tweet-time span {
  margin: 0 2px 0 0;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-twitter-icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-tweet-text {
  padding: 0 0 0 40px;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider li {
  overflow: hidden;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider li .qodef-tweet-text a.qodef-tweet-time {
  margin: 21px 0 0;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider .owl-nav .owl-prev {
  left: 0;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider .owl-nav .owl-next {
  right: 0;
}

/* ==========================================================================
   Twitter widget style - end
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/dessau-twitter-feed/assets/css/widgets-map.css.map */