/*------------------------------------------------------------------
[BASE.CSS - Contains basic grid and shared styles]
[Table of contents]

1. Normalize CSS https://necolas.github.io/normalize.css/
2. Default WordPress styles
3. Parallax, animations helper styles
4. Bootstrap grid
	4.1 Bootstrap helper classes
5. "Stretch row" helper styles
6. Background styles
7. Demo panel styles
8. Typography shared styles
9. Buttons and forms shared styles
10. Forms, custom inputs styles
11. Media
12. Hover effects
13. AJAX Search
14. Pagination
15. Print styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. Normalize CSS
-------------------------------------------------------------------*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
mark {
  background-color: transparent;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  line-height: 1;
  height: 100%;
  font-weight: normal;
  overflow-x: hidden;
}
#wrap {
  transition: transform 0.3s;
}
.ie #wrap {
  overflow-x: hidden;
}
body.layout-type-framed #wrap,
body.layout-type-boxed #wrap {
  position: relative;
}
blockquote,
q {
  quotes: none;
  padding: 45px 30px 30px 30px;
  background-size: 116px auto;
  background-repeat: no-repeat;
}
blockquote p,
q p,
blockquote .text,
q .text {
  margin-bottom: 24px;
}
blockquote .author,
q .author {
  font-weight: bold;
}
q {
  display: inline-block;
}
pre {
  overflow-x: auto;
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
  padding: 20px;
}
body.rtl blockquote,
body.rtl q {
  background-position: right top;
}
blockquote.style-accent,
.post_format-post-format-quote blockquote {
  text-align: center;
  padding: 50px 70px;
  background-image: none !important;
}
blockquote.style-accent p:last-of-type,
.post_format-post-format-quote blockquote p:last-of-type {
  margin-bottom: 0;
}
.post_format-post-format-quote blockquote cite {
  display: block;
  text-align: center;
  padding-top: 18px;
}
@media screen and (max-width: 992px) {
  blockquote.style-accent,
  .post_format-post-format-quote blockquote {
    padding: 30px;
  }
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:focus {
  outline: none !important;
}
/*------------------------------------------------------------------
	2. Default WordPress styles
-------------------------------------------------------------------*/
.nicescroll-rails {
  z-index: 100 !important;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 28px 28px;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 28px 28px 0;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 30px;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.strike {
  text-decoration: line-through;
}
.button-align-left {
  text-align: left;
}
.button-align-right {
  text-align: right;
}
.button-align-center {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .disable-br br {
    display: none !important;
  }
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.bold {
  font-weight: bold;
}
.aligncenter {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignnone {
  max-width: 100%;
}
.wp-caption-text {
  font-style: italic;
  text-align: center;
}
.img-shortcode {
  display: block;
}
@media screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .hide-on-tablets {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }
}
.single-benefit {
  margin-bottom: 90px;
}
.menu-item-cloned {
  display: none;
}
/*------------------------------------------------------------------
	3. Parallax, animations helper styles
-------------------------------------------------------------------*/
.centered-content-wrapper {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.centered-content-wrapper > .container {
  padding-left: 0;
  padding-right: 0;
}
.parallax-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.mobile-device .fixed-bg-section {
  background-attachment: scroll;
}
.parallax-section .layout-col {
  z-index: 100;
}
.parallax-scene,
.parallax-scene > .layer,
.parallax-scene > .layer > div {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
.parallax-js-section {
  overflow: hidden;
  position: relative;
}
.parallax-js-section > .container-fluid,
.parallax-js-section > .vc_column_container {
  position: relative;
  z-index: 10;
}
.albedo-particles-js > .vc_column_container {
  position: relative;
  z-index: 10;
}
.parallax-scene {
  top: -10%;
  right: -10%;
  left: -10%;
  bottom: -10%;
  z-index: 1;
}
.parallax-scene > .layer-bg > div {
  width: 140%;
  height: 140%;
  margin-left: -20%;
}
.parallax-scene > .layer {
  width: 100%;
  height: 100%;
}
.parallax-scene > .layer img {
  max-width: none;
}
.parallax-scene > .layer:before {
  display: none;
}
@media (min-width: 992px) {
  body.anim-on .wow {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  body.anim-mobile-on .wow {
    opacity: 0;
  }
}
.wow.animated,
body.anim-on .wow.animated {
  opacity: 1;
}
.typed.wow.animated {
  opacity: 1 !important;
}
.pg-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-bottom: 0;
}
.typed:after {
  visibility: visible;
  content: '|';
  display: inline-block;
  position: relative;
  width: 2px;
  height: 1em;
  top: 5px;
  margin-left: 10px;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.typed-cursor {
  display: none;
}
.typed.typed-ended:after {
  display: none;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------------------------------------
	4. Bootstrap grid
-------------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.pb-section > .container,
.pb-section > .container-fluid {
  z-index: 5;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.pull-right {
  float: right;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.fw-col-xs-15,
.fw-col-sm-15,
.fw-col-md-15,
.fw-col-lg-15,
.fw-col-xs-1,
.fw-col-sm-1,
.fw-col-md-1,
.fw-col-lg-1,
.fw-col-xs-2,
.fw-col-sm-2,
.fw-col-md-2,
.fw-col-lg-2,
.fw-col-xs-3,
.fw-col-sm-3,
.fw-col-md-3,
.fw-col-lg-3,
.fw-col-xs-4,
.fw-col-sm-4,
.fw-col-md-4,
.fw-col-lg-4,
.fw-col-xs-5,
.fw-col-sm-5,
.fw-col-md-5,
.fw-col-lg-5,
.fw-col-xs-6,
.fw-col-sm-6,
.fw-col-md-6,
.fw-col-lg-6,
.fw-col-xs-7,
.fw-col-sm-7,
.fw-col-md-7,
.fw-col-lg-7,
.fw-col-xs-8,
.fw-col-sm-8,
.fw-col-md-8,
.fw-col-lg-8,
.fw-col-xs-9,
.fw-col-sm-9,
.fw-col-md-9,
.fw-col-lg-9,
.fw-col-xs-10,
.fw-col-sm-10,
.fw-col-md-10,
.fw-col-lg-10,
.fw-col-xs-11,
.fw-col-sm-11,
.fw-col-md-11,
.fw-col-lg-11,
.fw-col-xs-12,
.fw-col-sm-12,
.fw-col-md-12,
.fw-col-lg-12,
.fw-col-xs-15,
.fw-col-sm-15,
.fw-col-md-15,
.fw-col-lg-15 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-15,
.fw-col-xs-1,
.fw-col-xs-2,
.fw-col-xs-3,
.fw-col-xs-4,
.fw-col-xs-5,
.fw-col-xs-6,
.fw-col-xs-7,
.fw-col-xs-8,
.fw-col-xs-9,
.fw-col-xs-10,
.fw-col-xs-11,
.fw-col-xs-12,
.fw-col-xs-15 {
  float: left;
}
.col-xs-15,
.fw-col-xs-15 {
  width: 20%;
}
.col-xs-12,
.fw-col-xs-12 {
  width: 100%;
}
.col-xs-11,
.fw-col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10,
.fw-col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9,
.fw-col-xs-9 {
  width: 75%;
}
.col-xs-8,
.fw-col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7,
.fw-col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6,
.fw-col-xs-6 {
  width: 50%;
}
.col-xs-5,
.fw-col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4,
.fw-col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3,
.fw-col-xs-3 {
  width: 25%;
}
.col-xs-2,
.fw-col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1,
.fw-col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 992px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-15,
  .fw-col-sm-1,
  .fw-col-sm-2,
  .fw-col-sm-3,
  .fw-col-sm-4,
  .fw-col-sm-5,
  .fw-col-sm-6,
  .fw-col-sm-7,
  .fw-col-sm-8,
  .fw-col-sm-9,
  .fw-col-sm-10,
  .fw-col-sm-11,
  .fw-col-sm-12,
  .fw-col-sm-15 {
    float: left;
  }
  .col-sm-15,
  .fw-col-sm-15 {
    width: 20%;
  }
  .col-sm-12,
  .fw-col-sm-12 {
    width: 100%;
  }
  .col-sm-11,
  .fw-col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10,
  .fw-col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9,
  .fw-col-sm-9 {
    width: 75%;
  }
  .col-sm-8,
  .fw-col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7,
  .fw-col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6,
  .fw-col-sm-6 {
    width: 50%;
  }
  .col-sm-5,
  .fw-col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4,
  .fw-col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3,
  .fw-col-sm-3 {
    width: 25%;
  }
  .col-sm-2,
  .fw-col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1,
  .fw-col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-15,
  .fw-col-md-1,
  .fw-col-md-2,
  .fw-col-md-3,
  .fw-col-md-4,
  .fw-col-md-5,
  .fw-col-md-6,
  .fw-col-md-7,
  .fw-col-md-8,
  .fw-col-md-9,
  .fw-col-md-10,
  .fw-col-md-11,
  .fw-col-md-12,
  .fw-col-md-15 {
    float: left;
  }
  .col-sm-15,
  .fw-col-sm-15 {
    width: 20%;
  }
  .col-md-12,
  .fw-col-md-12 {
    width: 100%;
  }
  .col-md-11,
  .fw-col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10,
  .fw-col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9,
  .fw-col-md-9 {
    width: 75%;
  }
  .col-md-8,
  .fw-col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7,
  .fw-col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6,
  .fw-col-md-6 {
    width: 50%;
  }
  .col-md-5,
  .fw-col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4,
  .fw-col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3,
  .fw-col-md-3 {
    width: 25%;
  }
  .col-md-2,
  .fw-col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1,
  .fw-col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-15,
  .fw-col-lg-1,
  .fw-col-lg-2,
  .fw-col-lg-3,
  .fw-col-lg-4,
  .fw-col-lg-5,
  .fw-col-lg-6,
  .fw-col-lg-7,
  .fw-col-lg-8,
  .fw-col-lg-9,
  .fw-col-lg-10,
  .fw-col-lg-11,
  .fw-col-lg-12,
  .fw-col-lg-15 {
    float: left;
  }
  .col-lg-12,
  .fw-col-lg-12 {
    width: 100%;
  }
  .col-lg-11,
  .fw-col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10,
  .fw-col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9,
  .fw-col-lg-9 {
    width: 75%;
  }
  .col-lg-8,
  .fw-col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7,
  .fw-col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6,
  .fw-col-lg-6 {
    width: 50%;
  }
  .col-lg-5,
  .fw-col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4,
  .fw-col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3,
  .fw-col-lg-3 {
    width: 25%;
  }
  .col-lg-2,
  .fw-col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1,
  .fw-col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.fw-row:before,
.fw-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.clear:after,
.container:after,
.container-fluid:after,
.row:after,
.fw-row:after {
  clear: both;
}
/*------------------------------------------------------------------
	4.1 Bootstrap helper classes
-------------------------------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.fw-row:before,
.fw-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.fw-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-align-right {
  text-align: right;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.centered {
  text-align: center;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .bgimage-hidden-xs {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
/*------------------------------------------------------------------
	5. "Stretch row" helper styles
-------------------------------------------------------------------*/
.stretch_row_content_no_paddings > .container-fluid,
.stretch_row_content_no_paddings > .container-fluid > .row > .grid-column,
.stretch_row_content_no_paddings > .container-fluid > .row > .layout-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.stretch_row_content_no_paddings > .container-fluid > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.stretch_row {
  display: block;
}
.centered {
  text-align: center;
}
.pb-section.no_paddings > .container-fluid,
.pb-section.no_paddings > .container,
body.layout-type-default .pb-section > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/*------------------------------------------------------------------
	6. Background styles
-------------------------------------------------------------------*/
.particle-ground-section {
  overflow: hidden;
}
.particles-js-canvas-el {
  position: fixed;
}
.ie11 .particles-js-canvas-el,
.ie10 .particles-js-canvas-el {
  position: static;
}
.particles-section {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.section-overlay-effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.particles-section {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.particles-section canvas {
  margin-bottom: 0;
}
.particles-section .particles-element {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.video-bg-section.video-parallax {
  overflow: hidden;
}
.video-bg-section {
  position: relative;
}
.video-bg-section .background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.video-bg-section .video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.video-bg-section .video-bg .buttonBar {
  display: none;
}
.video-bg-section video,
.video-bg-section source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.video-bg-section .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.video-bg-section .placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.video-bg-section .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.video-bg-section .ytplayer-player {
  position: absolute;
}
.video-bg-section .container-fluid,
.video-bg-section .container {
  position: relative;
  z-index: 10;
}
.video-bg-section.loaded .ytplayer-container {
  display: block;
}
.video-bg-section.loaded .placeholder-image {
  opacity: 0;
}
iframe {
  max-width: 100%;
}
p > iframe {
  margin-bottom: 0;
}
.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive-video-wrapper iframe,
.responsive-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/** Layers background **/
.bg-layers {
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
}
.bg-layers .bg-layer-1,
.bg-layers .bg-layer-2 {
  position: absolute;
  left: 30px;
  right: 30px;
  height: 30px;
  transition: all 0.5s;
  animation-delay: 1.5s;
}
.bg-layers .bg-layer-2 {
  left: 60px;
  right: 60px;
  transition: all 0.5s;
  animation-delay: 2s;
}
.bg-layers.bg-layers-pos-top {
  padding-top: 20px;
}
.bg-layers.bg-layers-pos-top .bg-layer-1,
.bg-layers.bg-layers-pos-top .bg-layer-2 {
  top: 0;
}
.animated.bg-layers.bg-layers-pos-top .bg-layer-1,
.anim-off .bg-layers.bg-layers-pos-top .bg-layer-1 {
  top: -10px;
}
.animated.bg-layers.bg-layers-pos-top .bg-layer-2,
.anim-off .bg-layers.bg-layers-pos-top .bg-layer-2 {
  top: -20px;
}
.bg-layers.bg-layers-pos-bottom {
  padding-bottom: 20px;
}
.bg-layers.bg-layers-pos-bottom .bg-layer-1,
.bg-layers.bg-layers-pos-bottom .bg-layer-2 {
  bottom: 0;
}
.animated.bg-layers.bg-layers-pos-bottom .bg-layer-1,
.anim-off .bg-layers.bg-layers-pos-top .bg-layer-1 {
  bottom: -10px;
}
.animated.bg-layers.bg-layers-pos-bottom .bg-layer-2,
.anim-off .bg-layers.bg-layers-pos-top .bg-layer-2 {
  bottom: -20px;
}
.bg-layers.bg-layers-pos-hidden .bg-layer-1,
.bg-layers.bg-layers-pos-hidden .bg-layer-2 {
  display: none;
}
/**
	Admin panel theme's toolbox icon
**/
.wproto-theme .ab-icon:before {
  content: '\f468';
  padding: 2px 0;
  float: left;
}
/*------------------------------------------------------------------
	7. Demo panel styles
-------------------------------------------------------------------*/
body.demo-panel-opened,
body.lg-on {
  overflow: hidden;
}
body.demo-panel-opened #wrap,
body.lg-on #wrap {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
#demo-overlay {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#demo-overlay.demo-panel-opened {
  position: fixed;
  z-index: 9990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 37, 37, 0.8);
  cursor: pointer;
}
#demo-panel.demo-panel-opened {
  right: 0;
}
#demo-panel {
  position: fixed;
  z-index: 9995;
  right: -320px;
  top: 0;
  bottom: 0;
  width: 320px;
  background: #252525;
  padding: 20px 10px 20px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#demo-panel .demos {
  overflow: auto;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 25px;
  right: 0;
  overflow-x: hidden;
}
#demo-panel .demos a {
  display: block;
  width: 290px;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#demo-panel .demos a img {
  display: block;
}
#demo-panel .demos a.fade {
  opacity: 0.2;
}
#demo-panel .demos a.current {
  opacity: 1;
}
#demo-panel .buttons {
  position: absolute;
  width: 50px;
  height: 145px;
  left: 50px;
  transition: all 0.5s;
  top: 200px;
  background: #252525;
  -webkit-box-shadow: -5px 5px 50px -5px rgba(37, 37, 37, 0.4);
  -moz-box-shadow: -5px 5px 50px -5px rgba(37, 37, 37, 0.4);
  box-shadow: -5px 5px 50px -5px rgba(37, 37, 37, 0.4);
}
#demo-panel .open-close,
#demo-panel .buy,
#demo-panel .get-support {
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  position: relative;
  display: block;
  height: 47px;
}
#demo-panel .open-close img,
#demo-panel .buy img,
#demo-panel .get-support img,
#demo-panel .open-close svg,
#demo-panel .buy svg,
#demo-panel .get-support svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
}
#demo-panel .open-close svg path,
#demo-panel .buy svg path,
#demo-panel .get-support svg path {
  fill: #8e8e8e;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#demo-panel .open-close:hover svg path,
#demo-panel .buy:hover svg path,
#demo-panel .get-support:hover svg path {
  fill: #fff;
}
#demo-panel .open-close:after,
#demo-panel .buy:after {
  content: '';
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #404040;
  width: 30px;
  left: 10px;
}
.lg-on #demo-panel {
  display: none;
}
#demo-panel.demo-panel-opened {
  box-shadow: none;
}
#demo-panel.demo-panel-opened .buttons {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #demo-panel {
    display: none;
  }
}
/*------------------------------------------------------------------
	8. Typography shared styles
-------------------------------------------------------------------*/
.img-preloader {
  position: relative;
  display: inline-block;
}
.img-preloader > img {
  display: block;
}
.img-preloader:after {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(../../../images/preloader.svg) center center no-repeat;
}
.img-preloader.blazy-loaded:after {
  display: none;
}
mark {
  padding: 2px 8px;
}
strong,
b {
  font-weight: bold;
}
i,
em,
q,
address {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin-bottom: 34px;
}
h5,
h6,
.h5,
.h6 {
  margin-bottom: 24px;
}
p,
table,
ul,
ol,
dl,
pre,
address,
audio,
video,
iframe,
blockquote,
embed,
canvas,
form,
fieldset,
.form-row,
.post-gallery,
.mejs-container,
.shortcode-lazy-video {
  margin-bottom: 34px;
}
svg path,
svg circle,
svg polygon,
svg ellipse,
svg line,
svg rect {
  transition: fill 0.3s;
}
.dropcap p:first-child:first-letter {
  float: left;
  padding-left: 0;
  margin-right: 30px;
  font-weight: bold;
  font-size: 87px;
  line-height: 87px;
}
.dropcap.with-shadow p:first-child:first-letter {
  padding: 16px 20px 16px 20px;
  margin-top: 5px;
  font-size: 42px;
  line-height: 1em;
  border-radius: 18px;
}
hr {
  border: 0;
  height: 2px;
  margin: 60px 0;
}
.fw-divider-line hr {
  text-align: left;
}
body.rtl .fw-divider-line hr {
  text-align: right;
}
ins {
  text-decoration: none;
}
ul {
  list-style: none;
}
ul li:before {
  content: "\2022";
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: -1px;
}
ul,
ol {
  margin: 0 0 34px 18px;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 18px;
}
ul li,
ol li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 35px;
}
ul.margins-medium li,
ol.margins-medium li {
  margin-bottom: 12px;
}
ul.custom-bullets li {
  position: relative;
}
ul.custom-bullets li:before {
  content: '';
  position: absolute;
  top: 8px;
  width: 11px;
  height: 11px;
  background-size: 11px auto;
  background-repeat: no-repeat;
}
ul.fw-flash-type-success {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.fw-flash-type-success li {
  margin: 0;
  padding: 0;
}
ul.fw-flash-type-success li:before {
  display: none;
}
ol {
  counter-reset: olCounter;
}
ol li {
  list-style: none;
}
ol li:before {
  counter-increment: olCounter;
  content: counter(olCounter) '.';
  position: absolute;
  left: 0;
  top: -3px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 34px;
}
table {
  width: 100%;
}
table thead,
table tfoot,
table thead th {
  text-transform: uppercase;
  font-weight: bold;
}
table td,
table th,
table caption {
  padding: 15px 20px;
  transition: background-color 0.1s;
}
table th {
  text-align: left;
}
table tr td,
table tbody tr th {
  position: relative;
}
table caption {
  text-align: center;
}
table .desc-col {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  table {
    overflow-x: auto;
    display: block;
  }
}
/*------------------------------------------------------------------
	9. Buttons and forms shared styles
-------------------------------------------------------------------*/
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"],
button {
  -webkit-appearance: none !important;
}
select::-ms-expand {
  display: none;
}
input,
select,
textarea {
  max-width: 100%;
}
textarea {
  overflow: auto;
  resize: none;
}
input[placeholder] {
  text-overflow: ellipsis;
}
::-webkit-input-placeholder {
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.button,
input[type=reset],
input[type=submit],
button,
input[type=button] {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  padding: 0 50px;
  background: transparent;
  border: 0;
  text-decoration: none;
  position: relative;
}
.icon-position-right i {
  margin-left: 10px;
}
.icon-position-left i {
  margin-right: 10px;
}
.button:active,
input[type=reset]:active,
input[type=submit]:active,
button:active,
input[type=button]:active {
  top: 2px;
}
.button.size-small {
  padding: 0 45px;
}
.button.size-large {
  padding: 0 75px;
}
.button.size-xlarge {
  padding: 0 85px;
}
.gradient-button {
  box-shadow: none !important;
}
.custom-icon i {
  font-size: 40px;
}
.custom-icon svg {
  width: 40px;
}
.animate-on-scroll {
  opacity: 0;
}
/*------------------------------------------------------------------
	10. Forms, custom inputs styles
-------------------------------------------------------------------*/
/** Standard inputs **/
.field-text > label,
.field-textarea > label,
.field-select > label,
.field-recaptcha > label,
.field-radio > label,
.field-checkbox > label {
  font-weight: bold;
}
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
input[type=search],
input[type=tel],
textarea,
select {
  border-style: solid;
  margin: 0;
  padding: 13px 28px;
  width: 100%;
  font-weight: bold;
}
textarea {
  min-height: 130px;
}
/** Unyson forms **/
.contact-form.box-element {
  padding: 40px 40px 6px 40px;
  border-radius: 0;
}
.contact-form.box-element.box-style-dark {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
form:after {
  content: '';
  clear: both;
}
form.fw_form_fw_form h2 {
  font-weight: 700;
}
form.fw_form_fw_form h2,
form.fw_form_fw_form .header p {
  margin-bottom: 18px;
}
.form-builder-item,
.form-builder-item p,
.nf-before-form-content {
  margin-bottom: 18px;
}
.form-builder-item em,
.form-builder-item p em,
.nf-before-form-content em {
  font-style: normal;
}
ul.fw-form-errors {
  margin-left: 0;
}
ul.fw-form-errors li {
  margin-bottom: 8px;
  padding-left: 18px;
}
.fw_form_fw_form .fw-row {
  font-size: 0;
}
.fw_form_fw_form .instructions,
.fw_form_fw_form .form-error {
  margin-top: 10px;
}
.fw_form_fw_form .form-builder-item {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.fw_form_fw_form .field-text > label,
.fw_form_fw_form .field-textarea > label,
.fw_form_fw_form .field-select > label,
.fw_form_fw_form .field-recaptcha > label,
.fw_form_fw_form .field-url > label,
.fw_form_fw_form .field-dropdown > label,
.fw_form_fw_form .field-email > label,
.fw_form_fw_form .field-number > label {
  display: block;
  margin-bottom: 8px;
  padding: 0 30px;
  font-weight: bold;
}
.fw_form_fw_form .field-checkbox > label,
.fw_form_fw_form .field-radio > label {
  display: block;
  margin-bottom: 8px;
}
.fw_form_fw_form .instructions,
.fw_form_fw_form .form-error {
  padding: 0 30px;
}
.fw_form_fw_form .field-checkbox,
.fw_form_fw_form .field-radio {
  padding: 0 30px;
}
.fw_form_fw_form .field-checkbox .instructions,
.fw_form_fw_form .field-radio .instructions,
.fw_form_fw_form .field-checkbox .form-error,
.fw_form_fw_form .field-radio .form-error {
  padding: 0;
}
.albedo-vc-contact-form .form-builder-item {
  display: block;
}
.inputs-style-square input[type=text],
.inputs-style-square input[type=email],
.inputs-style-square input[type=password],
.inputs-style-square input[type=url],
.inputs-style-square input[type=number],
.inputs-style-square input[type=search],
.inputs-style-square input[type=tel],
.inputs-style-square textarea,
.inputs-style-square select,
.inputs-style-square input[type=text]:hover,
.inputs-style-square input[type=email]:hover,
.inputs-style-square input[type=password]:hover,
.inputs-style-square input[type=url]:hover,
.inputs-style-square input[type=number]:hover,
.inputs-style-square input[type=search]:hover,
.inputs-style-square input[type=tel]:hover,
.inputs-style-square textarea:hover,
.inputs-style-square select:hover,
.inputs-style-square input[type=text]:focus,
.inputs-style-square input[type=email]:focus,
.inputs-style-square input[type=password]:focus,
.inputs-style-square input[type=url]:focus,
.inputs-style-square input[type=number]:focus,
.inputs-style-square input[type=search]:focus,
.inputs-style-square input[type=tel]:focus,
.inputs-style-square textarea:focus,
.inputs-style-square select:focus,
.inputs-style-square button.fs-dropdown-selected {
  border-radius: 4px !important;
}
.inputs-style-square .fw_form_fw_form .field-text label,
.inputs-style-square .fw_form_fw_form .field-textarea label,
.inputs-style-square .fw_form_fw_form .field-select label,
.inputs-style-square .fw_form_fw_form .field-recaptcha label,
.inputs-style-square .fw_form_fw_form .field-url label,
.inputs-style-square .fw_form_fw_form .field-dropdown label,
.inputs-style-square .fw_form_fw_form .field-email label,
.inputs-style-square .fw_form_fw_form .field-number label {
  padding: 0;
}
.inputs-style-square .fw_form_fw_form .field-checkbox,
.inputs-style-square .fw_form_fw_form .field-radio,
.inputs-style-square .fw_form_fw_form .instructions,
.inputs-style-square .fw_form_fw_form .form-error {
  padding: 0;
}
.form-builder-item p:last-of-type {
  margin-bottom: 0;
}
.field-columns-2 .field-column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.field-columns-3 .field-column {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
}
.field-columns-0 .options {
  padding-left: 15px;
  display: inline-block;
}
.field-columns-0 .options:first-of-type {
  padding-left: 0;
}
/** Custom Selectbox **/
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}
.fs-dropdown button,
.fs-dropdown button:hover,
.fs-dropdown button:focus,
.fs-dropdown button:active {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  line-height: normal;
  font-weight: normal;
  text-transform: none;
  top: auto;
}
.fs-dropdown button.fs-dropdown-selected {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  background: transparent;
  border: 2px solid;
  text-decoration: none;
  padding: 13px 60px 13px 28px;
  min-height: 51px;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center right 30px;
}
.fs-dropdown button.fs-dropdown-item {
  border: none;
  padding: 14px 40px 14px 20px;
  width: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center right 22px;
}
.fs-dropdown,
.fs-dropdown *,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown:after,
.fs-dropdown:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}
.fs-dropdown-element {
  display: none;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 5;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  padding: 10px;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.fs-dropdown-group {
  display: block;
  font-size: 75%;
}
.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_disabled {
  cursor: default;
  opacity: .5;
}
.fs-dropdown-open {
  z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
  display: block;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}
.fs-dropdown-disabled {
  opacity: .5;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}
/** Custom Radio / Checkbox **/
.fs-checkbox.fs-checkbox-enabled {
  cursor: pointer;
  overflow: hidden;
}
.fs-checkbox {
  clear: both;
}
.fs-checkbox,
.fs-checkbox *,
.fs-checkbox:after,
.fs-checkbox:before,
.fs-checkbox:after,
.fs-checkbox:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}
.fs-checkbox-element_placeholder {
  display: none;
  visibility: hidden;
}
.fs-checkbox-element {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  -webkit-appearance: none;
}
.fs-checkbox-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fs-checkbox-marker {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0;
}
.fs-checkbox-flag:before {
  width: 4px;
  height: 8px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 1px 0 0 4px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform .15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.no-csstransforms .fs-checkbox-flag:before {
  width: 100%;
  height: 100%;
  content: "\2713";
  display: none;
  line-height: 1;
  text-align: center;
}
.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
.fs-checkbox-radio .fs-checkbox-marker {
  position: relative;
  border-radius: 100%;
}
.fs-checkbox-radio .fs-checkbox-flag {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform .15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
.fs-checkbox-disabled {
  cursor: default;
  opacity: .5;
}
.fs-checkbox-disabled .fs-checkbox-label {
  cursor: default;
}
.fs-checkbox-disabled .fs-checkbox-marker {
  cursor: default;
}
.fs-checkbox-toggle {
  position: relative;
}
.fs-checkbox-toggle .fs-checkbox-label {
  line-height: 40px;
}
.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative;
}
.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table;
}
.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: left .15s ease;
  transition: left .15s ease;
}
.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none;
}
.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  display: block;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left;
}
.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right;
}
form .fw-flash-type-error {
  margin: 0;
  padding: 0;
}
form .fw-flash-type-error li:before {
  display: none;
}
form .fw-flash-type-error li {
  margin: 0;
  padding: 0;
}
/*------------------------------------------------------------------
	11. Media
-------------------------------------------------------------------*/
img.b-lazy {
  transition: opacity 0.3s ease-in-out;
  max-width: 100%;
  opacity: 0;
}
img.b-lazy.b-loaded {
  opacity: 1;
}
.img-aligncenter-wrapper {
  line-height: 0;
}
.img-shortcode-wrapper,
.video-shortcode-wrapper,
figure.wp-caption {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
}
.img-shortcode-wrapper img,
.video-shortcode-wrapper img,
figure.wp-caption img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.img-shortcode-wrapper figcaption,
.video-shortcode-wrapper figcaption,
figure.wp-caption figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  padding: 4px 14px;
}
.img-shortcode-wrapper .img-wrapper,
.video-shortcode-wrapper .img-wrapper,
figure.wp-caption .img-wrapper {
  position: relative;
}
.img-shortcode-wrapper .img-wrapper:after,
.video-shortcode-wrapper .img-wrapper:after,
figure.wp-caption .img-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.img-shortcode-wrapper .img-preloader,
.video-shortcode-wrapper .img-preloader,
figure.wp-caption .img-preloader {
  display: block;
}
.img-shortcode-wrapper[data-src] .img-wrapper:before,
.video-shortcode-wrapper[data-src] .img-wrapper:before,
figure.wp-caption[data-src] .img-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 30;
  transition: all 0.3s;
}
body.rtl .img-shortcode-wrapper figcaption,
body.rtl .video-shortcode-wrapper figcaption,
body.rtl figure.wp-caption figcaption {
  left: auto;
  right: 20px;
  text-align: right;
}
.img-shortcode-wrapper .img-wrapper:before {
  margin-top: -70px;
  opacity: 0;
}
.video-shortcode-wrapper[data-src],
.img-shortcode-wrapper[data-src] {
  cursor: pointer;
}
.img-shortcode-wrapper:hover .img-wrapper:after,
.video-shortcode-wrapper:hover .img-wrapper:after {
  opacity: 1;
}
.img-shortcode-wrapper:hover .img-wrapper:before,
.video-shortcode-wrapper:hover .img-wrapper:before {
  opacity: 1;
  margin-top: -30px;
}
.img-shortcode-wrapper.aligncenter img {
  margin: 0 auto;
}
.img-shortcode-wrapper.style-polaroid figcaption {
  display: block;
  position: static;
  font-style: italic;
  padding: 14px 30px;
  border-radius: 0;
}
.lg-sub-html {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.link-box {
  text-align: center;
  padding: 120px 60px 70px 60px;
  margin-bottom: 34px;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: center 50px;
}
.link-box a,
.link-box a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
}
.link-box .title {
  margin-bottom: 24px;
}
.ie11 .link-box {
  background-size: 35px 35px;
}
.ie10 .link-box {
  background-image: none;
  padding-top: 70px;
}
@media screen and (max-width: 992px) {
  .link-box {
    padding: 100px 30px 40px 30px;
    background-position: center 40px;
  }
}
/*------------------------------------------------------------------
	12. Hover effects
-------------------------------------------------------------------*/
.hover-effect {
  overflow: hidden;
}
.hover-effect img {
  position: relative;
  max-width: 100%;
  transition: opacity 0.35s, transform 0.35s;
}
.hover-effect figcaption {
  opacity: 1;
  transition: opacity 0.3s;
}
.hover-effect .img-wrapper {
  display: block;
  overflow: hidden;
}
.hover-effect:hover figcaption {
  opacity: 0;
}
.style-polaroid figcaption {
  text-align: left;
}
.style-polaroid.hover-effect:hover figcaption {
  opacity: 1;
}
.hover-effect.effect-slide-right-left img {
  max-width: none;
  width: -webkit-calc(150%);
  width: calc(150%);
  transform: translate3d(-40px, 0, 0);
}
.hover-effect.effect-slide-right-left:hover img {
  transform: translate3d(0, 0, 0);
}
.hover-effect.effect-zoom-out img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.15);
}
.hover-effect.effect-zoom-out:hover img {
  transform: scale(1);
}
.hover-effect.effect-big-zoom:hover img {
  transform: scale3d(2, 2, 1);
}
.hover-effect.effect-zoom-in:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.hover-effect.effect-zoom-3d {
  transition: transform 0.35s;
  transform: perspective(1000px) translate3d(0, 0, 0);
}
.hover-effect.effect-zoom-3d:hover {
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
.hover-effect.effect-zoom-slide img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(110%);
  width: calc(110%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-effect.effect-zoom-slide:hover img {
  transform: translate3d(0, 0, 0);
}
.hover-effect.effect-shine img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.hover-effect.effect-shine .img-wrapper:before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  cursor: pointer;
}
.hover-effect.effect-shine:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.hover-effect.effect-shine:hover .img-wrapper:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
/*------------------------------------------------------------------
	13. AJAX Search
-------------------------------------------------------------------*/
.ajax-search-form {
  position: relative;
}
.autocomplete-suggestions {
  position: absolute;
  cursor: pointer;
  overflow: auto;
  padding: 10px;
  z-index: 9999 !important;
}
.autocomplete-suggestion,
.autocomplete-group {
  padding: 14px 40px 14px 20px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 22px center;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.3s;
}
.autocomplete-suggestion {
  text-overflow: ellipsis;
}
body.rtl .autocomplete-suggestion,
body.rtl .autocomplete-group {
  background-position: left 22px center;
}
.autocomplete-suggestions strong {
  font-weight: normal;
}
.autocomplete-group strong {
  display: block;
}
.autocomplete-group,
.autocomplete-group strong {
  font-weight: bold;
}
/** AJAX inputs **/
input.in-ajax-progress {
  background-image: url(../../../images/loading.svg) !important;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 34px auto !important;
  transition: backgroud-color 0.3s !important;
}
body.rtl input.in-ajax-progress {
  background-position: 15px center !important;
}
/*------------------------------------------------------------------
	14. Pagination
-------------------------------------------------------------------*/
.pagination {
  margin-bottom: 60px;
}
.pagination a {
  text-decoration: none;
}
div.pagination-container {
  padding-left: 0;
  padding-right: 0;
}
.pagination.style-ajax {
  text-align: center;
}
.pagination.style-prev-next a {
  transition: all 0.3s;
}
.pagination.style-prev-next .alignleft a,
.pagination.style-prev-next .alignright a {
  display: inline-block;
  padding: 20px 0 20px 40px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.pagination.style-prev-next .alignright a {
  padding: 20px 40px 20px 0;
  background-position: right center;
}
body.rtl .pagination.style-prev-next .alignleft a,
body.rtl .pagination.style-prev-next .alignright a {
  padding: 20px 40px 20px 0;
  background-position: right center;
}
body.rtl .pagination.style-prev-next .alignright a {
  padding: 20px 0 20px 40px;
  background-position: left center;
}
.pagination.style-numeric {
  padding: 20px 35px;
  position: relative;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.pagination.style-numeric a {
  transition: all 0.3s;
  margin: 0 10px;
  line-height: 30px;
}
.pagination.style-numeric a.next,
.pagination.style-numeric a.prev {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 75px 20px 40px;
  margin: 0;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 40px center;
}
.pagination.style-numeric a.prev {
  padding: 20px 40px 20px 75px;
  right: auto;
  left: 0;
  background-position: 40px center;
}
.pagination.style-numeric .current {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.pagination.style-post {
  text-align: center;
  margin-bottom: 34px;
  padding: 5px 10px;
  letter-spacing: 5px;
}
.pagination.style-post .prev,
.pagination.style-post .next {
  display: none;
}
body.rtl .pagination.style-numeric a.prev {
  left: auto;
  right: 0;
}
body.rtl .pagination.style-numeric a.next {
  right: auto;
  left: 0;
}
@media screen and (max-width: 992px) {
  .pagination.style-numeric a.next,
  .pagination.style-numeric a.prev {
    position: static;
    display: inline-block;
    padding: 0;
    background: none !important;
    border: 0 !important;
  }
}
.pagination.style-infinite {
  text-align: center;
  position: relative;
  opacity: 0;
}
.pagination.style-infinite.loading {
  padding-top: 50px;
  opacity: 1;
}
.pagination.style-infinite.loading:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -40px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.autocomplete-no-suggestion {
  padding: 10px 15px;
}
/*------------------------------------------------------------------
	15. Print styles
-------------------------------------------------------------------*/
@media print {
  #header,
  #footer,
  #demo-panel,
  aside,
  .wedocs-hide-print {
    display: none;
  }
}
