@charset "utf-8";
@charset "UTF-8";


/*!
https://daneden.github.io/animate.css/
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

[data-animation^="animated"]{visibility:hidden;}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;visibility:visible;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.fast{-webkit-animation-duration:0.5s;animation-duration:0.5s;}
.animated.slow{-webkit-animation-duration:2s;animation-duration:2s;}


@-webkit-keyframes elastic {
  0%, 100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
25%{-webkit-transform:scale3d(1, 1.2, 1);transform:scale3d(1, 1.2, 1);}
50%{-webkit-transform:scale3d(1, 0.85, 1);transform:scale3d(1, 0.85, 1);}
75%{-webkit-transform:scale3d(1, 1.05, 1);transform:scale3d(1, 1.05, 1);}
}

@keyframes elastic {
  0%, 100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
25%{-webkit-transform:scale3d(1, 1.2, 1);-ms-transform:scale3d(1, 1.2, 1);transform:scale3d(1, 1.2, 1);}
50%{-webkit-transform:scale3d(1, 0.85, 1);-ms-transform:scale3d(1, 0.85, 1);transform:scale3d(1, 0.85, 1);}
75%{-webkit-transform:scale3d(1, 1.05, 1);-ms-transform:scale3d(1, 1.05, 1);transform:scale3d(1, 1.05, 1);}
}
@-webkit-keyframes elastic-inner { 
	0%{-webkit-transform:translate3d(0,-25px,0);opacity:0;}
25%{-webkit-transform:translate3d(0,10px,0);}
50%{-webkit-transform:translate3d(0,-6px,0);}
75%{-webkit-transform:translate3d(0,2px,0);}
100%{-webkit-transform:translate3d(0,0,0);opacity:1;}
}

@keyframes elastic-inner { 
	0%{opacity:0;-webkit-transform:translate3d(0,-25px,0);-ms-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0);}
25%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);}
50%{-webkit-transform:translate3d(0,-6px,0);-ms-transform:translate3d(0,-6px,0);transform:translate3d(0,-6px,0);}
75%{-webkit-transform:translate3d(0,2px,0);-ms-transform:translate3d(0,2px,0);transform:translate3d(0,2px,0);}
100%{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}


.elastic{-webkit-animation-name:elastic;animation-name:elastic;-webkit-transition-timing-function:cubic-bezier(0.2, 0.6, 0.3, 1);-ms-transition-timing-function:cubic-bezier(0.2, 0.6, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 0.6, 0.3, 1);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;}
.elastic > *{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition:none;-ms-transition:none;transition:none;-webkit-animation:elastic-inner 0.5s ease-out;-ms-animation:elastic-inner 0.5s ease-out;animation:elastic-inner 0.5s ease-out;}


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

@keyframes wipeInLeftTop {
  0%{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);}
100%{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes wipeInLeftTop-inner { 
	0%{opacity:0;-webkit-transform:translate3d(0,-10px,0);}
100%{opacity:1;-webkit-transform:translate3d(0,0,0);}
}

@keyframes wipeInLeftTop-inner { 
	0%{opacity:0;-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);}
100%{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}

.wipeInLeftTop{-webkit-animation-name:wipeInLeftTop;animation-name:wipeInLeftTop;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);-ms-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}
.wipeInLeftTop > *{opacity:0;-webkit-animation:wipeInLeftTop-inner 0.35s ease-out forwards;-ms-animation:wipeInLeftTop-inner 0.35s ease-out forwards;animation:wipeInLeftTop-inner 0.35s ease-out forwards;}
.wipeInLeftTop > *:first-child{-webkit-animation-delay:0.05s;-ms-animation-delay:0.05s;animation-delay:0.05s;}
.wipeInLeftTop > *:nth-child(2){-webkit-animation-delay:0.10s;-ms-animation-delay:0.10s;animation-delay:0.10s;}
.wipeInLeftTop > *:nth-child(3){-webkit-animation-delay:0.15s;-ms-animation-delay:0.15s;animation-delay:0.15s;}
.wipeInLeftTop > *:nth-child(4){-webkit-animation-delay:0.20s;-ms-animation-delay:0.20s;animation-delay:0.20s;}
.wipeInLeftTop > *:nth-child(5){-webkit-animation-delay:0.25s;-ms-animation-delay:0.25s;animation-delay:0.25s;}
.wipeInLeftTop > *:nth-child(6){-webkit-animation-delay:0.30s;-ms-animation-delay:0.30s;animation-delay:0.30s;}
.wipeInLeftTop > *:nth-child(7){-webkit-animation-delay:0.35s;-ms-animation-delay:0.35s;animation-delay:0.35s;}
.wipeInLeftTop > *:nth-child(8){-webkit-animation-delay:0.40s;-ms-animation-delay:0.40s;animation-delay:0.40s;}
.wipeInLeftTop > *:nth-child(9){-webkit-animation-delay:0.45s;-ms-animation-delay:0.45s;animation-delay:0.45s;}
.wipeInLeftTop > *:nth-child(10){-webkit-animation-delay:0.50s;-ms-animation-delay:0.50s;animation-delay:0.50s;}
.wipeInLeftTop > *:nth-child(11){-webkit-animation-delay:0.55s;-ms-animation-delay:0.55s;animation-delay:0.55s;}
.wipeInLeftTop > *:nth-child(12){-webkit-animation-delay:0.60s;-ms-animation-delay:0.60s;animation-delay:0.60s;}
.wipeInLeftTop > *:nth-child(12){-webkit-animation-delay:0.65s;-ms-animation-delay:0.65s;animation-delay:0.65s;}
.wipeInLeftTop > *:nth-child(12){-webkit-animation-delay:0.70s;-ms-animation-delay:0.70s;animation-delay:0.70s;}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
 40%, 43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0);}
 70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-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 {
  0%, 20%, 53%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
 40%, 43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0);}
 70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-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 {
  0%, 50%, 100%{opacity:1;}
 25%, 75%{opacity:0;}
}

@keyframes flash {
  0%, 50%, 100%{opacity:1;}
 25%, 75%{opacity:0;}
}

.flash{-webkit-animation-name:flash;animation-name:flash;opacity:1;}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0%{-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);}
 100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

@keyframes pulse {
  0%{-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);}
 100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

.pulse{-webkit-animation-name:pulse;animation-name:pulse;}
@-webkit-keyframes rubberBand {
  0%{-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(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1);}
 75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1);}
 100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

@keyframes rubberBand {
  0%{-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(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1);}
 75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1);}
 100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand;}
@-webkit-keyframes shake {
  0%, 100%{-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 {
  0%, 100%{-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 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);}
 100%{-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);}
 100%{-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 {
  0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
 10%, 20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .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);}
 100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

@keyframes tada {
  0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
 10%, 20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .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);}
 100%{-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 {
  0%{-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);}
 100%{-webkit-transform:none;transform:none;}
}

@keyframes wobble {
  0%{-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);}
 100%{-webkit-transform:none;transform:none;}
}

.wobble{-webkit-animation-name:wobble;animation-name:wobble;}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
 20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
 40%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .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(.97, .97, .97);transform:scale3d(.97, .97, .97);}
 100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
 20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
 40%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .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(.97, .97, .97);transform:scale3d(.97, .97, .97);}
 100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 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);}
 100%{-webkit-transform:none;transform:none;}
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 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);}
 100%{-webkit-transform:none;transform:none;}
}

.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 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);}
 100%{-webkit-transform:none;transform:none;}
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 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);}
 100%{-webkit-transform:none;transform:none;}
}

.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 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);}
 100%{-webkit-transform:none;transform:none;}
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 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);}
 100%{-webkit-transform:none;transform:none;}
}

.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 0%{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);}
 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
 0%{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);}
 100%{-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(.9, .9, .9);transform:scale3d(.9, .9, .9);}
 50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
 100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
}

@keyframes bounceOut {
  20%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9);}
 50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
 100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
}

.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s;}
@-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);}
 100%{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);}
 100%{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);}
 100%{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);}
 100%{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);}
 100%{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);}
 100%{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);}
 100%{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);}
 100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
}

.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp;}
@-webkit-keyframes fadeIn {
  0%{opacity:0;}
100%{opacity:1;}
}

@keyframes fadeIn {
  0%{opacity:0;}
100%{opacity:1;}
}

.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes fadeInDown {
  0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInDown {
  0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}
@-webkit-keyframes fadeInDownBig {
  0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInDownBig {
  0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}
@-webkit-keyframes fadeInLeft {
  0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInLeft {
  0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}
@-webkit-keyframes fadeInLeftBig {
  0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInLeftBig {
  0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}
@-webkit-keyframes fadeInRight {
  0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInRight {
  0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}
@-webkit-keyframes fadeInRightBig {
  0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInRightBig {
  0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}
@-webkit-keyframes fadeInUp {
  0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInUp {
  0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
@-webkit-keyframes fadeInUpSmall {
  0%{opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInUpSmall {
  0%{opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInUpSmall{-webkit-animation-name:fadeInUpSmall;animation-name:fadeInUpSmall;}
@-webkit-keyframes fadeInUpBig {
  0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes fadeInUpBig {
  0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}
@-webkit-keyframes fadeOut {
  0%{opacity:1;}
100%{opacity:0;}
}

@keyframes fadeOut {
  0%{opacity:1;}
100%{opacity:0;}
}

.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOutDown {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
}

@keyframes fadeOutDown {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
}

.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown;}
@-webkit-keyframes fadeOutDownSmall {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
}

@keyframes fadeOutDownSmall {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
}

.fadeOutDownSmall{-webkit-animation-name:fadeOutDownSmall;animation-name:fadeOutDownSmall;}
@-webkit-keyframes fadeOutDownBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
}

@keyframes fadeOutDownBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
}

.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}
@-webkit-keyframes fadeOutLeft {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
}

@keyframes fadeOutLeft {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
}

.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}
@-webkit-keyframes fadeOutLeftBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
}

@keyframes fadeOutLeftBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
}

.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}
@-webkit-keyframes fadeOutRight {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
}

@keyframes fadeOutRight {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
}

.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;}
@-webkit-keyframes fadeOutRightBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
}

@keyframes fadeOutRightBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
}

.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}
@-webkit-keyframes fadeOutUp {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
}

@keyframes fadeOutUp {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
}

.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;}
@-webkit-keyframes fadeOutUpBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
}

@keyframes fadeOutUpBig {
  0%{opacity:1;}
 100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
}

.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}
@-webkit-keyframes flip {
  0%{-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(.95, .95, .95);transform:perspective(400px) scale3d(.95, .95, .95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
 100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
}

@keyframes flip {
  0%{-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(.95, .95, .95);transform:perspective(400px) scale3d(.95, .95, .95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
 100%{-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 {
  0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-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);}
 100%{-webkit-transform:perspective(400px);transform:perspective(400px);}
}

@keyframes flipInX {
  0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-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);}
 100%{-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 {
  0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-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);}
 100%{-webkit-transform:perspective(400px);transform:perspective(400px);}
}

@keyframes flipInY {
  0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-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);}
 100%{-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 {
  0%{-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;}
 100%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0;}
}

@keyframes flipOutX {
  0%{-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;}
 100%{-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-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;}
@-webkit-keyframes flipOutY {
  0%{-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;}
 100%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0;}
}

@keyframes flipOutY {
  0%{-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;}
 100%{-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-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes lightSpeedIn {
  0%{-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;}
 100%{-webkit-transform:none;transform:none;opacity:1;}
}

@keyframes lightSpeedIn {
  0%{-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;}
 100%{-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 {
  0%{opacity:1;}
 100%{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0;}
}

@keyframes lightSpeedOut {
  0%{opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0;}
 100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1;}
}

@keyframes rotateIn {
  0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0;}
 100%{-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 {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
 100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1;}
}

@keyframes rotateInDownLeft {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
 100%{-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 {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
 100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1;}
}

@keyframes rotateInDownRight {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
 100%{-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 {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
 100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1;}
}

@keyframes rotateInUpLeft {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
 100%{-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 {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0;}
 100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1;}
}

@keyframes rotateInUpRight {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0;}
 100%{-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 {
  0%{-webkit-transform-origin:center;transform-origin:center;opacity:1;}
 100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0;}
}

@keyframes rotateOut {
  0%{-webkit-transform-origin:center;transform-origin:center;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
 100%{-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 {
  0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
 100%{-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;}
 100%{-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;}
 100%{-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 {
  0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
 100%{opacity:1;-webkit-transform:none;transform:none;}
}

@keyframes rollIn {
  0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
 100%{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 {
  0%{opacity:1;}
 100%{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 {
  0%{opacity:1;}
 100%{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 {
  0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
 50%{opacity:1;}
}

@keyframes zoomIn {
  0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
 50%{opacity:1;}
}

.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@-webkit-keyframes zoomInDown {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

@keyframes zoomInDown {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown;}
@-webkit-keyframes zoomInLeft {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

@keyframes zoomInLeft {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft;}
@-webkit-keyframes zoomInRight {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

@keyframes zoomInRight {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight;}
@-webkit-keyframes zoomInUp {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

@keyframes zoomInUp {
  0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp;}
@-webkit-keyframes zoomOut {
  0%{opacity:1;}
 50%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
 100%{opacity:0;}
}

@keyframes zoomOut {
  0%{opacity:1;}
 50%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
 100%{opacity:0;}
}

.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut;}
@-webkit-keyframes zoomOutDown {
  40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .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.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

@keyframes zoomOutDown {
  40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .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.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;}
@-webkit-keyframes zoomOutLeft {
  40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);}
 100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center;}
}

@keyframes zoomOutLeft {
  40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);}
 100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);}
 100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center;}
}

@keyframes zoomOutRight {
  40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);}
 100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.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(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .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.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

@keyframes zoomOutUp {
  40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
 100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .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.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}

.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;}
@-webkit-keyframes slideInDown {
  0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible;}
 100%{-webkit-transform:translateY(0);transform:translateY(0);}
}

@keyframes slideInDown {
  0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible;}
 100%{-webkit-transform:translateY(0);transform:translateY(0);}
}

.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;}
@-webkit-keyframes slideInLeft {
  0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible;}
 100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

@keyframes slideInLeft {
  0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible;}
 100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}
@-webkit-keyframes slideInRight {
  0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible;}
 100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

@keyframes slideInRight {
  0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible;}
 100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}
@-webkit-keyframes slideInUp {
  0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible;}
 100%{-webkit-transform:translateY(0);transform:translateY(0);}
}

@keyframes slideInUp {
  0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible;}
 100%{-webkit-transform:translateY(0);transform:translateY(0);}
}

.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp;}
@-webkit-keyframes slideOutDown {
  0%{-webkit-transform:translateY(0);transform:translateY(0);}
 100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%);}
}

@keyframes slideOutDown {
  0%{-webkit-transform:translateY(0);transform:translateY(0);}
 100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%);}
}

.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown;}
@-webkit-keyframes slideOutLeft {
  0%{-webkit-transform:translateX(0);transform:translateX(0);}
 100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%);}
}

@keyframes slideOutLeft {
  0%{-webkit-transform:translateX(0);transform:translateX(0);}
 100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%);}
}

.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;}
@-webkit-keyframes slideOutRight {
  0%{-webkit-transform:translateX(0);transform:translateX(0);}
 100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%);}
}

@keyframes slideOutRight {
  0%{-webkit-transform:translateX(0);transform:translateX(0);}
 100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%);}
}

.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;}
@-webkit-keyframes slideOutUp {
  0%{-webkit-transform:translateY(0);transform:translateY(0);}
 100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%);}
}

@keyframes slideOutUp {
  0%{-webkit-transform:translateY(0);transform:translateY(0);}
 100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%);}
}

.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp;}

.animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
@-moz-keyframes spin {
  0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@-webkit-keyframes spin {
  0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@-o-keyframes spin {
  0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@-ms-keyframes spin {
  0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes spin {
  0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
body{font-family:"Dosis",sans-serif;font-size:1.143rem;font-weight:500;font-style:normal;line-height:1.375em;text-decoration:none;text-transform:none;letter-spacing:0.8px}.sc_testimonials_item_author_title,body .mejs-container *,.wp-block-calendar td,.woocommerce div.product .product_meta span>a,.woocommerce div.product .product_meta span>span{font-family:"Dosis",sans-serif}p,ul,ol,dl,blockquote,address{margin-top:0em;	margin-bottom:1.4em}h1{font-family:"Raleway",sans-serif;font-size:5.143rem;font-weight:900;font-style:normal;line-height:1em;text-decoration:none;text-transform:none;letter-spacing:0px;margin-top:2.06em;margin-bottom:0.78em}.page_links>span:not(.page_links_title),.page_links>a,.nav-links .page-numbers,.woocommerce nav.woocommerce-pagination ul li,.post_item_single .post_content .post_meta_label,.widget_calendar caption,.wp-block-calendar caption,.trx_addons_audio_player .audio_caption,.vc_row .trx_addons_audio_player .audio_caption,.sc_price_title,.sc_price_price,.sc_skills_pie.sc_skills_compact_off .sc_skills_total,.sc_countdown_circle .sc_countdown_digits,.sc_form_field_title,.trx_addons_dropcap,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce .product_meta span,.woocommerce .product_meta span span,.woocommerce .product_meta a,.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li a,.woocommerce ul.cart_list li>.amount,.woocommerce ul.product_list_widget li>.amount,.woocommerce-page ul.cart_list li>.amount,.woocommerce-page ul.product_list_widget li>.amount,.woocommerce ul.cart_list li span .amount,.woocommerce ul.product_list_widget li span .amount,.woocommerce-page ul.cart_list li span .amount,.woocommerce-page ul.product_list_widget li span .amount,.woocommerce ul.cart_list li ins .amount,.woocommerce ul.product_list_widget li ins .amount,.woocommerce-page ul.cart_list li ins .amount,.woocommerce-page ul.product_list_widget li ins .amount,.woocommerce.widget_shopping_cart .total .amount,.woocommerce .widget_shopping_cart .total .amount,.woocommerce-page.widget_shopping_cart .total .amount,.woocommerce-page .widget_shopping_cart .total .amount,.widget_price_filter .price_label span,aside.woocommerce .product-title,aside.woocommerce .mini_cart_item>a:not(.remove),.woocommerce table.shop_table td span.amount,.woocommerce table.shop_table .cart-subtotal .amount,.woocommerce-page table.shop_table .cart-subtotal .amount,.woocommerce table.shop_table .shipping td,.woocommerce-page table.shop_table .shipping td,.format-audio .post_featured .post_audio_title,table th{font-family:"Raleway",sans-serif}h2{font-family:"Raleway",sans-serif;	font-size:3.43rem;	font-weight:900;	font-style:normal;	line-height:1.29em;	text-decoration:none;	text-transform:none;	letter-spacing:0px;	margin-top:2.02em;	margin-bottom:0.65em}h3{font-family:"Raleway",sans-serif;font-size:1.714rem;font-weight:600;font-style:normal;line-height:1.29em;text-decoration:none;text-transform:none;letter-spacing:0px;margin-top:4.25em;margin-bottom:0.8em}.widget.widget_block h2{font-family:"Raleway",sans-serif;	font-size:1.714rem;	font-weight:600;	font-style:normal;	line-height:1.29em;	text-decoration:none;	text-transform:none;	letter-spacing:0px}h4{font-family:"Raleway",sans-serif;	font-size:1.286rem;	font-weight:600;	font-style:normal;	line-height:1.6em;	text-decoration:none;	text-transform:none;	letter-spacing:0.9px;	margin-top:3.55em;	margin-bottom:0.95em}h5{font-family:"Raleway",sans-serif;	font-size:1.286rem;	font-weight:600;	font-style:normal;	line-height:1.278em;	text-decoration:none;	text-transform:none;	letter-spacing:0.9px;	margin-top:3.55em;	margin-bottom:0.85em}h6{font-family:"Dosis",sans-serif;font-size:1rem;font-weight:800;font-style:normal;line-height:1.575em;text-decoration:none;text-transform:uppercase;letter-spacing:2.8px;margin-top:3.5em;margin-bottom:1.3em}.select_container,select,.select_container select,input[type="date"],input[type="text"],input[type="url"],input[type="number"],input[type="email"],input[type="tel"],input[type="search"],input[type="password"],textarea,textarea.wp-editor-area{font-family:"Lato",sans-serif;font-size:1em;font-weight:400;font-style:normal;line-height:1.2em;text-decoration:none;text-transform:none;letter-spacing:1.7px}button,input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.sc_button,#btn-buy,.wp-block-button__link,.post_item .more-link,.gallery_preview_show .post_readmore,.more-link,.getcab_tabs .getcab_tabs_titles li a,.cc-btn,.cc-link{font-family:"Raleway",sans-serif;font-size:1rem;font-weight:600;font-style:normal;line-height:1.357em;text-decoration:none;text-transform:none;letter-spacing:0px}.top_panel .slider_engine_revo .slide_title,.wp-block-calendar th{font-family:"Raleway",sans-serif}.post_meta{font-family:"Lato",sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:1.5em;text-decoration:none;text-transform:none;letter-spacing:0px;margin-top:0px}.search_wrap .post_meta_item,.search_wrap .post_counters_item{font-family:"Dosis",sans-serif}.logo_text{font-family:"Raleway",sans-serif;font-size:2.143rem;font-weight:600;font-style:normal;line-height:1em;text-decoration:none;text-transform:none;letter-spacing:0px}.logo_footer_text{font-family:"Raleway",sans-serif}.menu_main_nav_area{font-size:14px;line-height:1.5em}.menu_main_nav>li,.menu_main_nav>li>a{font-family:"Raleway",sans-serif;font-weight:700;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:0.4px}.menu_mobile .menu_mobile_nav_area>ul>li,.menu_mobile .menu_mobile_nav_area>ul>li>a{font-family:"Raleway",sans-serif}.menu_main_nav>li li,.menu_main_nav>li li>a{font-family:"Raleway",sans-serif;font-size:14px;font-weight:700;font-style:normal;line-height:1.5em;text-decoration:none;text-transform:uppercase;letter-spacing:0.3px}.menu_mobile .menu_mobile_nav_area>ul>li li,.menu_mobile .menu_mobile_nav_area>ul>li li>a{font-family:"Raleway",sans-serif}.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title,.sc_services_iconed .sc_services_item_title{font-family:"Dosis",sans-serif}.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text{font-family:"Dosis",sans-serif}.scheme_default h1,.scheme_default h2,.scheme_default h3,.scheme_default h4,.scheme_default h1 a,.scheme_default h2 a,.scheme_default h3 a,.scheme_default h4 a,.scheme_default li a{color:#343332}.scheme_default h5,.scheme_default h6,.scheme_default h5 a,.scheme_default h6 a{color:#ffc000}.scheme_default h1 a:hover,.scheme_default h2 a:hover,.scheme_default h3 a:hover,.scheme_default h4 a:hover,.scheme_default h5 a:hover,.scheme_default h6 a:hover,.scheme_default li a:hover,.scheme_default .wp-block-navigation li a.wp-block-navigation-item__content.wp-block-navigation-item__content:hover{color:#ffc000}.scheme_default dt,.scheme_default b,.scheme_default strong,.scheme_default mark,.scheme_default ins{color:#343332}.scheme_default s,.scheme_default strike,.scheme_default del{color:#ababab}.scheme_default a{color:#ffc000}.scheme_default a:hover{color:#ff9800}.scheme_default blockquote{color:#6d6d6d;background-color:#f7f7f7}.scheme_default blockquote:before{color:#ffffff;background-color:#ffc000}.scheme_default blockquote a{color:#ffc000}.scheme_default blockquote a:hover{color:#ff9800}.scheme_default table th,.scheme_default table th + th,.scheme_default table td + th{border-color:rgba(255,255,255,0.2)}.scheme_default table td,.scheme_default table th + td,.scheme_default table td + td,.scheme_default table tbody th{color:#6d6d6d;border-color:#000000}.scheme_default table thead tr th{color:#ffffff;background-color:#ffc000}.scheme_default table>tbody>tr:nth-child(2n+1)>tdtable>tbody>tr:nth-child(2n+1)>th,.scheme_default table>tbody>tr:nth-child(2n+1)>td{background-color:#f7f7f7}.scheme_default table>tbody>tr>th,.scheme_default table>tbody>tr>td{background-color:#f7f7f7}.scheme_default table th a:hover{color:#ffffff}.scheme_default table tbody th a:hover{color:#ff9800}.scheme_default table tr:first-child th:last-child{border-right-color:#ffc000}.scheme_default hr{border-color:#000000}.scheme_default ul>li:before{color:#ffc000}.scheme_default ol>li::before{color:#343332}.scheme_default figure figcaption,.scheme_default figure figcaption em,.scheme_default figure figcaption i,.scheme_default figure figcaption mark,.scheme_default figure figcaption strong,.scheme_default figure figcaption b,.scheme_default .wp-caption .wp-caption-text,.scheme_default .wp-caption .wp-caption-dd,.scheme_default .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_default .wp-caption-overlay .wp-caption .wp-caption-dd{color:#ffffff}.scheme_default figure,.scheme_default .wp-caption{margin-bottom:1em}.scheme_default fieldset{border-color:#000000}.scheme_default fieldset legend{color:#343332;background-color:#ffffff}.scheme_default input[type="radio"] + label:before,.scheme_default input[type="checkbox"] + label:before,.scheme_default input[type="radio"] + .wpcf7-list-item-label:before,.scheme_default input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_default .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_default .edd_price_options ul>li>label>input[type="radio"] + span:before,.scheme_default .edd_price_options ul>li>label>input[type="checkbox"] + span:before,.scheme_default .woocommerce-checkout input[type="checkbox"] + span:before,.scheme_default .wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"]:before,.scheme_default .gdpr-terms-container input[type="checkbox"]:before,.scheme_default #gdpr_woo_consent_field label input[type="checkbox"]:before,.scheme_default .mc4wp-form label input[type="checkbox"]:before{color:#6d6d6d;border-color:#f1f1f1;background-color:#ffffff}.scheme_default input[type="text"],.scheme_default input[type="url"],.scheme_default input[type="number"],.scheme_default input[type="email"],.scheme_default input[type="tel"],.scheme_default input[type="date"],.scheme_default input[type="search"],.scheme_default input[type="password"],.scheme_default .select_container,.scheme_default select,.scheme_default .select2-container .select2-selection,.scheme_default .select2-container .select2-choice,.scheme_default .select2-container.select2-container--default span.select2-choice,.scheme_default .select2-container.select2-container--default span.select2-selection,.scheme_default textarea,.scheme_default textarea.wp-editor-area{color:#6d6d6d;border-color:#f1f1f1;background-color:#ffffff}.scheme_default .select_container:before{color:#6d6d6d;background-color:#ffffff}.scheme_default .select_container select{color:#6d6d6d}.scheme_default input[type="date"]:hover,.scheme_default input[type="text"]:hover,.scheme_default input[type="url"]:hover,.scheme_default input[type="number"]:hover,.scheme_default input[type="email"]:hover,.scheme_default input[type="tel"]:hover,.scheme_default input[type="search"]:hover,.scheme_default input[type="password"]:hover,.scheme_default .select_container:hover,.scheme_default .select_container:hover:before,.scheme_default select option:hover,.scheme_default select option:hover,.scheme_default .select2-container .select2-selection:hover,.scheme_default .select2-container .select2-choice:hover,.scheme_default textarea:hover,.scheme_default textarea.wp-editor-area:hover{color:#6d6d6d;border-color:#e5ecf1;background-color:#ffffff}.scheme_default input[type="date"]:focus,.scheme_default input[type="text"]:focus,.scheme_default input[type="url"]:focus,.scheme_default input[type="number"]:focus,.scheme_default input[type="email"]:focus,.scheme_default input[type="tel"]:focus,.scheme_default input[type="search"]:focus,.scheme_default input[type="password"]:focus,.scheme_default .select_container:focus,.scheme_default .select_container:focus:before,.scheme_default select option:focus,.scheme_default select option:focus,.scheme_default .select2-container .select2-selection:focus,.scheme_default .select2-container .select2-choice:focus,.scheme_default textarea:focus,.scheme_default textarea.wp-editor-area:focus{color:#6d6d6d;border-color:#343332;background-color:#ffffff}.scheme_default .select_container select:focus{color:#393939;border-color:#e5ecf1}.scheme_default .select_container:after{color:#bac0c3}.scheme_default .select_container:hover:after{color:#393939}.scheme_default .widget_search form:after{color:#d1d1d1}.scheme_default .widget_search form:hover:after{color:#ffc000}.scheme_default input::-webkit-input-placeholder,.scheme_default textarea::-webkit-input-placeholder{color:#6d6d6d}.scheme_default button,.scheme_default input[type="reset"],.scheme_default input[type="submit"],.scheme_default input[type="button"]{background-color:#ffc000;color:#ffffff}.scheme_default input[type="submit"]:hover,.scheme_default input[type="reset"]:hover,.scheme_default input[type="button"]:hover,.scheme_default button:not([class*="xdsoft"]):hover,.scheme_default input[type="submit"]:focus,.scheme_default input[type="reset"]:focus,.scheme_default input[type="button"]:focus,.scheme_default button:focus{background-color:#343332;color:#ffffff}.scheme_default button[disabled],.scheme_default input[type="submit"][disabled],.scheme_default input[type="button"][disabled],.scheme_default .comments_wrap .comments_form .form-submit input[type="submit"][disabled]{background-color:#ababab !important;color:#6d6d6d !important}.scheme_default .wp-editor-container input[type="button"]{background-color:#f1f1f1;border-color:#ecedef;color:#272727;-webkit-box-shadow:0 1px 0 0 #191717;-moz-box-shadow:0 1px 0 0 #191717;box-shadow:0 1px 0 0 #191717}.scheme_default .wp-editor-container input[type="button"]:hover,.scheme_default .wp-editor-container input[type="button"]:focus{background-color:#d3cfcf;border-color:#191717;color:#e9a900}.scheme_default .custom_color.sc_button.sc_button_hover_slide_left{background:#343332!important;color:#ffffff}.scheme_default .custom_color.sc_button.sc_button_hover_slide_left:hover{background:#ffc000!important;color:#ffffff}.scheme_default .wp-block-cover p:not(.has-text-color) a{color:#ffffff}.scheme_default .wp-block-cover p:not(.has-text-color) a:hover{color:#ff9800}.scheme_default .select2-results{color:#bac0c3;border-color:#e5ecf1;background:#f1f5f8}.scheme_default .select2-results .select2-highlighted{color:#393939;background:#f1f5f8}.scheme_default .sc_item_title.sc_item_title_style_accented_title{color:#ffffff}.scheme_default .sc_item_title_style_accented_title + .sc_title_descr,.scheme_default .sc_item_title_style_accented_title + .sc_title_descr{color:#f1f1f1}.scheme_default .sticky{border-color:#000000}.scheme_default .sticky .label_sticky{border-top-color:#ffc000}.scheme_default body{color:#6d6d6d;background-color:#ffffff}.scheme_default #page_preloader,.scheme_default.header_position_under .page_content_wrap,.scheme_default .page_wrap{background-color:#ffffff}.scheme_default .preloader_wrap>div{background-color:#ffc000}.scheme_default.top_panel.with_bg_image:before{background-color:rgba(255,255,255,0.7)}.scheme_default .top_panel .slider_engine_revo .slide_subtitle{color:#ffc000}.scheme_default .logo b{color:#343332}.scheme_default .logo i{color:#ffc000}.scheme_default .logo_text{color:#ffc000}.scheme_default .logo:hover .logo_text{color:#343332}.scheme_default .logo_slogan{color:#6d6d6d}.scheme_default .socials_wrap .social_item a,.scheme_default .socials_wrap .social_item a i{color:#ababab}.scheme_default .socials_wrap .social_item a:hover,.scheme_default .socials_wrap .social_item a:hover i{color:#343332}.scheme_default .search_wrap .search_field{color:#6d6d6d}.scheme_default .search_wrap .search_field:focus{color:#343332}.scheme_default .search_wrap .search_submit{color:#343332}.scheme_default .search_wrap .search_submit:hover,.scheme_default .search_wrap .search_submit:focus{color:#6d6d6d}.scheme_default .post_item_none_search .search_wrap .search_submit:hover,.scheme_default .post_item_none_search .search_wrap .search_submit:focus,.scheme_default .post_item_none_archive .search_wrap .search_submit:hover,.scheme_default .post_item_none_archive .search_wrap .search_submit:focus{color:#ffc000;background-color:transparent}.scheme_default .search_style_expand.search_opened{background-color:#ffffff;border-color:#000000}.scheme_default .search_style_expand.search_opened .search_submit{color:#6d6d6d}.scheme_default .search_style_expand .search_submit:hover,.scheme_default .search_style_expand .search_submit:focus{color:#343332}.scheme_default .search_style_fullscreen.search_opened .search_form_wrap{background-color:rgba(255,255,255,0.8)}.scheme_default .search_style_fullscreen.search_opened .search_form{border-color:#343332}.scheme_default .search_style_fullscreen.search_opened .search_close,.scheme_default .search_style_fullscreen.search_opened .search_field,.scheme_default .search_style_fullscreen.search_opened .search_submit{color:#393939}.scheme_default .search_style_fullscreen.search_opened .search_close:hover,.scheme_default .search_style_fullscreen.search_opened .search_field:hover,.scheme_default .search_style_fullscreen.search_opened .search_field:focus,.scheme_default .search_style_fullscreen.search_opened .search_submit:hover,.scheme_default .search_style_fullscreen.search_opened .search_submit:focus{color:#bac0c3}.scheme_default .search_style_fullscreen.search_opened input::-webkit-input-placeholder{color:#bac0c3;opacity:1}.scheme_default .search_style_fullscreen.search_opened input::-moz-placeholder{color:#bac0c3;opacity:1}.scheme_default .search_style_fullscreen.search_opened input:-moz-placeholder{color:#bac0c3;opacity:1}.scheme_default .search_style_fullscreen.search_opened input:-ms-input-placeholder{color:#bac0c3;opacity:1}.scheme_default .search_wrap .search_results{background-color:#ffffff;border-color:#000000}.scheme_default .search_wrap .search_results:after{background-color:#ffffff;border-left-color:#000000;border-top-color:#000000}.scheme_default .search_wrap .search_results .search_results_close{color:#ababab}.scheme_default .search_wrap .search_results .search_results_close:hover{color:#343332}.scheme_default .search_results.widget_area .post_item + .post_item{border-top-color:#000000}.scheme_default .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_default .wp-block-search .wp-block-search__input,.scheme_default .wp-block-search .wp-block-search__input:hover,.scheme_default .wp-block-search .wp-block-search__input:focus{background-color:#f7f7f7}.scheme_default .sidebar_inner .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_default .sidebar_inner .wp-block-search .wp-block-search__input{background-color:#ffffff;color:#6d6d6d}.scheme_default .menu_main_nav>li>a{color:#343332}.scheme_default .header_position_over .menu_main_nav>li>a{color:#ffffff}.scheme_default .menu_main_nav>li>a:hover,.scheme_default .menu_main_nav>li.sfHover>a,.scheme_default .menu_main_nav>li.current-menu-item>a,.scheme_default .menu_main_nav>li.current-menu-parent>a,.scheme_default .menu_main_nav>li.current-menu-ancestor>a{color:#ffffff;background-color:#ffc000}.scheme_default .menu_main_nav>li ul{background-color:#ffc000}.scheme_default .menu_main_nav>li li>a{color:#ffffff}.scheme_default .menu_main_nav>li li>a:hover,.scheme_default .menu_main_nav>li li.sfHover>a{color:#ffffff;background-color:#343332}.scheme_default .menu_main_nav>li li.current-menu-item>a,.scheme_default .menu_main_nav>li li.current-menu-parent>a,.scheme_default .menu_main_nav>li li.current-menu-ancestor>a{color:#ffffff;background-color:#343332}.scheme_default .menu_main_nav>li li[class*="icon-"]:before{color:#ffffff}.scheme_default .menu_main_nav>li li[class*="icon-"]:hover:before,.scheme_default .menu_main_nav>li li[class*="icon-"].shHover:before,.scheme_default .menu_main_nav>li li.current-menu-item:before,.scheme_default .menu_main_nav>li li.current-menu-parent:before,.scheme_default .menu_main_nav>li li.current-menu-ancestor:before{color:#d1d1d1}.scheme_default .top_panel_navi.state_fixed .menu_main_wrap{background-color:#ffffff}.scheme_default .header_position_over.top_panel_fixed .top_panel_navi .menu_main_wrap{background-color:#272727}.scheme_default.menu_side_wrap .menu_side_button{color:#272727;border-color:#ecedef;background-color:rgba(241,241,241,0.7)}.scheme_default.menu_side_wrap .menu_side_button:hover{color:#ffffff;border-color:#eb8a00;background-color:#e9a900}.scheme_default .custom .tp-bullet{background-color:#ffffff}.scheme_default .custom .tp-bullet:after{border-color:#ffffff}.scheme_default .menu_side_inner,.scheme_default .menu_mobile_inner{color:#343332;background-color:#f7f7f7}.scheme_default .header_position_over .menu_side_inner,.scheme_default .header_position_over .menu_mobile_inner{color:#ffffff;background-color:#272727}.scheme_default .menu_mobile_button{color:#ffc000}.scheme_default .menu_mobile_button:hover{color:#ff9800}.scheme_default .menu_mobile_close:before,.scheme_default .menu_mobile_close:after{border-color:#ffc000}.scheme_default .menu_mobile_close:hover:before,.scheme_default .menu_mobile_close:hover:after{border-color:#ff9800}.scheme_default .menu_mobile_inner a{color:#343332}.scheme_default .header_position_over .menu_mobile_inner a{color:#ffffff}.scheme_default .menu_mobile_inner a:hover,.scheme_default .menu_mobile_inner .current-menu-ancestor>a,.scheme_default .menu_mobile_inner .current-menu-item>a{color:#ffc000}.scheme_default .menu_mobile_inner .search_mobile .search_submit{color:#bac0c3}.scheme_default .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_default .menu_mobile_inner .search_mobile .search_submit:hover{color:#393939}.scheme_default .menu_mobile_inner .social_item a{color:#ffc000}.scheme_default .menu_mobile_inner .social_item a:hover{color:#ff9800}.scheme_default .header_position_over .top-panel-top{background-color:#272727;color:#d3cfcf}.scheme_default .top-panel-top{background-color:#f1f1f1}.scheme_default .top-panel-top .phone-number:before{color:#ffc000}.scheme_default .top_panel_title_wrap{background-color:#343332}.scheme_default .top_panel_title .page_caption,.scheme_default .top_panel_title .page_caption em,.scheme_default .top_panel_title .page_caption b,.scheme_default .top_panel_title .post_meta{color:#ffffff}.scheme_default .breadcrumbs{color:#ffc000}.scheme_default .breadcrumbs a{color:#ffc000}.scheme_default .breadcrumbs a:hover{color:#ff9800}.scheme_default .getcab_tabs .getcab_tabs_titles li a{color:#272727;background-color:#f1f1f1}.scheme_default .getcab_tabs .getcab_tabs_titles li a:hover{color:#ffffff;background-color:#ffc000}.scheme_default .getcab_tabs .getcab_tabs_titles li.ui-state-active a{color:#ffffff;background-color:#343332}.scheme_default .post_item{color:#6d6d6d}.scheme_default .post_meta,.scheme_default .post_meta_item,.scheme_default .post_meta_item a,.scheme_default .post_meta_item:before,.scheme_default .post_meta_item:hover:before,.scheme_default .post_date a,.scheme_default .post_date:before,.scheme_default .post_info .post_info_item,.scheme_default .post_info .post_info_item a,.scheme_default .post_info_counters .post_counters_item,.scheme_default .post_counters .socials_share .socials_caption:before,.scheme_default .post_counters .socials_share .socials_caption:hover:before{color:#ababab}.scheme_default .post_date a:hover,.scheme_default a.post_meta_item:hover,.scheme_default .post_meta_item a:hover,.scheme_default .post_info .post_info_item a:hover,.scheme_default .post_info_counters .post_counters_item:hover{color:#343332}.scheme_default .post_counters_item .post_counters_number:before,.scheme_default .post_meta_item.post_date:before,.scheme_default .post_item .post_title a:hover{color:#ffc000}.scheme_default .post_meta_item.post_categories a{color:#ffc000}.scheme_default .post_meta_item.post_categories a:hover{color:#ff9800}.scheme_default .post_meta_item .socials_share .social_items{background-color:#ffffff}.scheme_default .post_meta_item .social_items,.scheme_default .post_meta_item .social_items:before{background-color:#ffffff;border-color:#000000;color:#ababab}.scheme_default .post_layout_excerpt + .post_layout_excerpt{border-color:#000000}.scheme_default .post_layout_classic{border-color:#000000}.scheme_default.gallery_preview:before{background-color:#ffffff}.scheme_default.gallery_preview{color:#6d6d6d}.scheme_default .post_featured:after{background-color:#ffffff}.scheme_default .format-audio .post_featured .post_audio_author{}.scheme_default .format-audio .post_featured.without_thumb .post_audio{background-color:#f7f7f7}.scheme_default .format-audio .post_featured.without_thumb .post_audio_title{color:#343332}.scheme_default .without_thumb .mejs-controls .mejs-currenttime,.scheme_default .without_thumb .mejs-controls .mejs-duration{color:#6d6d6d}.scheme_default .mejs-controls .mejs-button,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{color:#ffffff;background:#ffc000}.scheme_default .mejs-controls .mejs-button:hover{color:#ffffff;background:#343332}.scheme_default .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.scheme_default .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_default .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#ffffff}.scheme_default .format-aside .post_content_inner{color:#272727;background-color:#f1f1f1}.scheme_default .format-link .post_content_inner,.scheme_default .format-status .post_content_inner{color:#343332}.scheme_default .format-chat p>b,.scheme_default .format-chat p>strong{color:#343332}.scheme_default .post_layout_chess .post_content_inner:after{background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,0) 100%) no-repeat scroll right top / 100% 100% rgba(255,255,255,0)}.scheme_default .post_layout_chess_1 .post_meta:before{background-color:#000000}.scheme_default .nav-links-old{color:#343332}.scheme_default .nav-links-old a:hover{color:#343332;border-color:#343332}.scheme_default .page_links>a,.scheme_default .nav-links .page-numbers,.scheme_default .woocommerce nav.woocommerce-pagination ul li a{color:#343332}.scheme_default .page_links>a:hover,.scheme_default .nav-links a.page-numbers:hover,.scheme_default .page_links>span:not(.page_links_title),.scheme_default .nav-links .page-numbers.current,.scheme_default .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_default .woocommerce nav.woocommerce-pagination ul li span.current{color:#ffc000}.scheme_default .post_item_single .post_header .post_date{color:#ababab}.scheme_default .post_item_single .post_header .post_categories,.scheme_default .post_item_single .post_header .post_categories a{color:#ffc000}.scheme_default .post_item_single .post_content .post_meta_label,.scheme_default .post_item_single .post_content .post_meta_item:hover .post_meta_label{color:#343332}.scheme_default .post_item_single .post_content .post_categories a,.scheme_default .post_item_single .post_content .post_tags,.scheme_default .post_item_single .post_content .post_tags a{color:#6d6d6d}.scheme_default .post_item_single .post_content .post_categories a:hover,.scheme_default .post_item_single .post_content .post_tags a:hover{color:#ffc000}.scheme_default .post_item_single .post_content .post_meta .post_share .social_item a{color:#ffc000 !important;border-color:#ffc000 !important;background:transparent !important}.scheme_default .post_item_single .post_content .post_meta .post_share .social_item a:hover{background:#ffc000 !important;color:#ffffff !important;border-color:#ffc000 !important}.scheme_default .post-password-form input[type="submit"]{border-color:#343332}.scheme_default .post-password-form input[type="submit"]:hover,.scheme_default .post-password-form input[type="submit"]:focus{color:#ffffff}.scheme_default .nav-links-single .nav-links{border-color:#000000}.scheme_default .nav-links-single .nav-links a .meta-nav{color:#ababab}.scheme_default .nav-links-single .nav-links a .post_date{color:#ababab}.scheme_default .nav-links-single .nav-links a:hover .meta-nav,.scheme_default .nav-links-single .nav-links a:hover .post_date{color:#343332}.scheme_default .nav-links-single .nav-links a:hover .post-title{color:#ffc000}.scheme_default .author_info{color:#6d6d6d;background-color:#f7f7f7}.scheme_default .author_info .author_title{color:#343332}.scheme_default .author_info a{color:#343332}.scheme_default .author_info a:hover{color:#ffc000}.scheme_default .related_wrap{border-color:#000000}.scheme_default .related_wrap .related_item_style_1 .post_header{background-color:rgba(255,255,255,0.7)}.scheme_default .related_wrap .related_item_style_1:hover .post_header{background-color:#ffffff}.scheme_default .related_wrap .related_item_style_1 .post_date a{color:#6d6d6d}.scheme_default .related_wrap .related_item_style_1:hover .post_date a{color:#ababab}.scheme_default .related_wrap .related_item_style_1:hover .post_date a:hover{color:#343332}.scheme_default .comments_list_wrap,.scheme_default .comments_list_wrap>ul{border-color:#000000}.scheme_default .comments_list_wrap li + li,.scheme_default .comments_list_wrap li ul{border-color:#000000}.scheme_default .comments_list_wrap .comment_info{color:#6d6d6d}.scheme_default .comments_list_wrap .comment_counters a{color:#ffc000}.scheme_default .comments_list_wrap .comment_info .comment_author,.scheme_default .comments_list_wrap .comment_info .comment_date,.scheme_default .comments_list_wrap .comment_counters a:before{color:#ffc000}.scheme_default .comments_list_wrap .comment_counters a:hover:before,.scheme_default .comments_list_wrap .comment_counters a:hover{color:#ff9800}.scheme_default .comments_list_wrap .comment_text{color:#6d6d6d}.scheme_default .comments_list_wrap .comment_reply a{color:#343332}.scheme_default .comments_list_wrap .comment_reply a:hover{color:#ffc000}.scheme_default .comments_form_wrap{border-color:#000000}.scheme_default .comments_wrap .comments_notes{color:#ababab}.scheme_default .comment_text table tbody tr th{background-color:#ffc000 !important}.scheme_default .post_item_404 .page_title{color:#ababab}.scheme_default .post_item_404 .page_description{color:#ffc000}.scheme_default .post_item_404 .go_home{border-color:#343332}.scheme_default .sidebar_inner{background-color:#f7f7f7;color:#6d6d6d}.scheme_default .sidebar_inner aside + aside{border-color:#ecedef}.scheme_default .sidebar_inner h1,.scheme_default .sidebar_inner h2,.scheme_default .sidebar_inner h3,.scheme_default .sidebar_inner h4,.scheme_default .sidebar_inner h5,.scheme_default .sidebar_inner h6,.scheme_default .sidebar_inner h1 a,.scheme_default .sidebar_inner h2 a,.scheme_default .sidebar_inner h3 a,.scheme_default .sidebar_inner h4 a,.scheme_default .sidebar_inner h5 a,.scheme_default .sidebar_inner h6 a{color:#272727}.scheme_default .sidebar_inner h1 a:hover,.scheme_default .sidebar_inner h2 a:hover,.scheme_default .sidebar_inner h3 a:hover,.scheme_default .sidebar_inner h4 a:hover,.scheme_default .sidebar_inner h5 a:hover,.scheme_default .sidebar_inner h6 a:hover{color:#e9a900}.scheme_default aside{color:#5d5d5d}.scheme_default aside a{color:#e9a900}.scheme_default aside a:hover{color:#eb8a00}.scheme_default aside li>a{color:#6d6d6d}.scheme_default aside li>a:hover{color:#ffc000}.scheme_default .widget_archive li{color:#272727}.scheme_default .widget_calendar caption,.scheme_default .wp-block-calendar caption{color:#343332}.scheme_default .footer_wrap .widget_calendar caption,.scheme_default .footer_wrap .wp-block-calendar caption{color:#ffffff}.scheme_default .widget_calendar th,.scheme_default .wp-block-calendar th{color:#6d6d6d}.scheme_default .widget_calendar tbody td,.scheme_default .wp-block-calendar tbody td{color:#5d5d5d !important}.scheme_default .widget_calendar tbody td a,.scheme_default .wp-block-calendar tbody td a{color:#ffc000}.scheme_default .widget_calendar tbody td a:hover,.scheme_default .wp-block-calendar tbody td a:hover{color:#ff9800}.scheme_default .widget_calendar tbody td a:after,.scheme_default .wp-block-calendar tbody td a:after{background-color:#e9a900}.scheme_default .widget_calendar td#today,.scheme_default .wp-block-calendar td#today{color:#ffffff !important}.scheme_default .widget_calendar td#today a,.scheme_default .wp-block-calendar td#today a{color:#ffffff}.scheme_default .widget_calendar td#today a:hover,.scheme_default .wp-block-calendar td#today a:hover{color:#ffffff}.scheme_default .widget_calendar td#today:before,.scheme_default .wp-block-calendar td#today:before{background-color:#ffc000}.scheme_default .widget_calendar td#today:hover:before,.scheme_default .wp-block-calendar td#today:hover:before{background-color:#ff9800}.scheme_default .widget_calendar td#today a:after,.scheme_default .wp-block-calendar td#today a:after{background-color:#ff9800}.scheme_default .widget_calendar td#today a:hover:after,.scheme_default .wp-block-calendar td#today a:hover:after{background-color:#ffffff}.scheme_default .widget_calendar #prev a,.scheme_default .widget_calendar #next a,.scheme_default .wp-block-calendar #prev a,.scheme_default .wp-block-calendar #next a,.scheme_default .widget_calendar .wp-calendar-nav-prev a,.scheme_default .widget_calendar .wp-calendar-nav-next a,.scheme_default .wp-block-calendar .wp-calendar-nav-prev a,.scheme_default .wp-block-calendar .wp-calendar-nav-next a{color:#ffc000}.scheme_default .widget_calendar #prev a:hover,.scheme_default .widget_calendar #next a:hover,.scheme_default .wp-block-calendar #prev a:hover,.scheme_default .wp-block-calendar #next a:hover,.scheme_default .widget_calendar .wp-calendar-nav-prev a:hover,.scheme_default .widget_calendar .wp-calendar-nav-next a:hover,.scheme_default .wp-block-calendar .wp-calendar-nav-prev a:hover,.scheme_default .wp-block-calendar .wp-calendar-nav-next a:hover{color:#ff9800}.scheme_default .widget_calendar td#prev a:before,.scheme_default .widget_calendar td#next a:before,.scheme_default .wp-block-calendar td#prev a:before,.scheme_default .wp-block-calendar td#next a:before,.scheme_default .widget_calendar .wp-calendar-nav-prev a:before,.scheme_default .widget_calendar .wp-calendar-nav-next a:before,.scheme_default .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_default .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#f7f7f7}.scheme_default .content .widget_calendar td#prev a:before,.scheme_default .content .widget_calendar td#next a:before,.scheme_default .content .wp-block-calendar td#prev a:before,.scheme_default .content .wp-block-calendar td#next a:before,.scheme_default .content .widget_calendar .wp-calendar-nav-prev a:before,.scheme_default .content .widget_calendar .wp-calendar-nav-next a:before,.scheme_default .content .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_default .content .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_default .site_footer_wrap .widget_calendar td#prev a:before,.scheme_default .site_footer_wrap .widget_calendar td#next a:before,.scheme_default .site_footer_wrap .wp-block-calendar td#prev a:before,.scheme_default .site_footer_wrap .wp-block-calendar td#next a:before,.scheme_default .site_footer_wrap .widget_calendar .wp-calendar-nav-prev a:before,.scheme_default .site_footer_wrap .widget_calendar .wp-calendar-nav-next a:before,.scheme_default .site_footer_wrap .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_default .site_footer_wrap .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#272727}.scheme_default .widget_categories li{color:#6d6d6d}.scheme_default .widget_product_tag_cloud a,.scheme_default .widget_tag_cloud a,.scheme_default .wp-block-tag-cloud a{color:#6d6d6d;background-color:#ffffff}.scheme_default .widget_product_tag_cloud a:hover,.scheme_default .widget_tag_cloud a:hover,.scheme_default .wp-block-tag-cloud a:hover{color:#ffffff !important;background-color:#ffc000 !important}.scheme_default .widget_rss .widget_title a{color:#343332}.scheme_default .footer_wrap .widget_rss .widget_title a{color:#ffffff}.scheme_default .widget_rss .widget_title a:hover,.scheme_default .footer_wrap .widget_rss .widget_title a:hover{color:#ff9800}.scheme_default .widget_rss .widget_title a:first-child{color:#343332}.scheme_default .footer_wrap .widget_rss .widget_title a:first-child{color:#ffffff}.scheme_default .widget_rss .widget_title a:first-child:hover,.scheme_default .footer_wrap .widget_rss .widget_title a:first-child:hover{color:#ff9800}.scheme_default .widget_rss .rss-date{color:#c8c8c8}.scheme_default.site_footer_wrap{background-color:#272727;color:#c8c8c8}.scheme_default.site_footer_wrap aside{color:#c8c8c8}.scheme_default.site_footer_wrap aside li>a,.scheme_default.site_footer_wrap aside strong{color:#c8c8c8}.scheme_default.site_footer_wrap .widget_title,.scheme_default.site_footer_wrap .widget_contacts .contacts_info span a:hover,.scheme_default.site_footer_wrap aside li>a:hover{color:#ffffff}.scheme_default.site_footer_wrap aside{border-color:#ecedef}.scheme_default.site_footer_wrap .widget_contacts .contacts_info{color:#c8c8c8}.scheme_default.site_footer_wrap .widget_contacts .contacts_info span a{color:#c8c8c8}.scheme_default.site_footer_wrap h1,.scheme_default.site_footer_wrap h2,.scheme_default.site_footer_wrap h3,.scheme_default.site_footer_wrap h4,.scheme_default.site_footer_wrap h5,.scheme_default.site_footer_wrap h6,.scheme_default.site_footer_wrap h1 a,.scheme_default.site_footer_wrap h2 a,.scheme_default.site_footer_wrap h3 a,.scheme_default.site_footer_wrap h4 a,.scheme_default.site_footer_wrap h5 a,.scheme_default.site_footer_wrap h6 a{color:#272727}.scheme_default.site_footer_wrap h1 a:hover,.scheme_default.site_footer_wrap h2 a:hover,.scheme_default.site_footer_wrap h3 a:hover,.scheme_default.site_footer_wrap h4 a:hover,.scheme_default.site_footer_wrap h5 a:hover,.scheme_default.site_footer_wrap h6 a:hover{color:#e9a900}.scheme_default .logo_footer_wrap_inner{border-color:#ecedef}.scheme_default .logo_footer_wrap_inner:after{background-color:#5d5d5d}.scheme_default .socials_footer_wrap_inner .social_item .social_icons{border-color:#5d5d5d;color:#5d5d5d}.scheme_default .socials_footer_wrap_inner .social_item .social_icons:hover{border-color:#272727;color:#272727}.scheme_default .menu_footer_nav_area ul li a{color:#272727}.scheme_default .menu_footer_nav_area ul li a:hover{color:#e9a900}.scheme_default.site_footer_wrap .menu_footer_nav_area ul li a{color:#ffffff}.scheme_default.site_footer_wrap .menu_footer_nav_area ul li a:hover{color:#ffc000}.scheme_default .menu_footer_nav_area ul li+li:before{border-color:#c8c8c8}.scheme_default .copyright_wrap_inner{background-color:#272727;color:#c8c8c8}.scheme_default .footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_default .logo_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_default .socials_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_default .menu_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap{border-color:rgba(255,255,255,0.2)}.scheme_default .copyright_wrap_inner a{color:#ffffff}.scheme_default .copyright_wrap_inner a:hover{color:#ffc000}.scheme_default .copyright_wrap_inner .copyright_text{color:#c8c8c8}.scheme_default .copyright_wrap_inner a.social_icons{color:#5d5d5d}.scheme_default .copyright_wrap_inner a.social_icons:hover{color:#343332;border-color:#ffc000;background-color:#ffc000}.scheme_default .theme_button,.scheme_default .more-link,.scheme_default .socials_share:not(.socials_type_drop) .social_icons,.scheme_default .comments_wrap .form-submit input[type="submit"]{color:#ffffff !important;background-color:#ffc000 !important}.scheme_default .sc_button_bordered:not(.sc_button_bg_image){color:#ffc000 !important;border-color:#ffc000 !important}.scheme_default .sc_button_bordered:not(.sc_button_bg_image):hover,.scheme_default .sc_button_bordered:not(.sc_button_bg_image):focus{color:#ff9800 !important;border-color:#ff9800 !important}.scheme_default .theme_button:hover,.scheme_default .more-link:hover,.scheme_default .socials_share:not(.socials_type_drop) .social_icons:hover,.scheme_default .comments_wrap .form-submit input[type="submit"]:hover,.scheme_default .comments_wrap .form-submit input[type="submit"]:focus{color:#ffffff !important;background-color:#343332 !important}.scheme_default .wp-block-button__link{color:#ffffff;background-color:#ffc000}.scheme_default .wp-block-button__link:hover{color:#ffffff;background-color:#343332}.scheme_default .wp-block-button.is-style-outline .wp-block-button__link{color:#ffc000;background-color:rgba(255,255,255,0);border-color:#ffc000}.scheme_default .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#343332;border-color:#343332;background-color:rgba(255,255,255,0)}.scheme_default .format-video .post_featured.with_thumb .post_video_hover{color:#343332;background-color:#ffffff}.scheme_default .format-video .post_featured.with_thumb .post_video_hover:hover{color:#ffc000;background-color:#ffffff}.scheme_default .theme_scroll_down:hover{color:#ffc000}.scheme_default a[rel='magnific']:before{background-color:#393939}.scheme_default .mfp-bg{background-color:rgba(255,255,255,0.7)}.scheme_default .mfp-image-holder .mfp-close,.scheme_default .mfp-iframe-holder .mfp-close{color:#343332}.scheme_default .mfp-image-holder .mfp-close:hover,.scheme_default .mfp-iframe-holder .mfp-close:hover{color:#ffc000}.scheme_default .top-panel-top .phone-number a{color:#6d6d6d}.scheme_default .top-panel-top .phone-number a:hover{color:#ffc000}/* Date & Time Picker Field */.scheme_default .xdsoft_datetimepicker.xdsoft_default{background:#ffffff}.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_label{background:#ffffff}.scheme_default .xdsoft_datetimepicker .xdsoft_calendar th{color:#343332}.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td,.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar th{background:#ffffff;border-color:#000000}.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div{background:#ffffff}.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td:hover,.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div:hover,.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{background:#ff9800 !important}.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#ff9800;box-shadow:#000000 0 1px 0 0 inset}.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_default,.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_current,.scheme_default .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#ff9800;box-shadow:#000000 0 1px 0 0 inset}.scheme_default .wp-block-cover-image .wp-block-subhead:not(.has-text-color),.scheme_default .wp-block-cover-image h1:not(.has-text-color),.scheme_default .wp-block-cover-image h2:not(.has-text-color),.scheme_default .wp-block-cover-image h3:not(.has-text-color),.scheme_default .wp-block-cover-image h4:not(.has-text-color),.scheme_default .wp-block-cover-image h5:not(.has-text-color),.scheme_default .wp-block-cover-image h6:not(.has-text-color),.scheme_default .wp-block-cover-image p:not(.has-text-color),.scheme_default .wp-block-cover .wp-block-subhead:not(.has-text-color),.scheme_default .wp-block-cover h1:not(.has-text-color),.scheme_default .wp-block-cover h2:not(.has-text-color),.scheme_default .wp-block-cover h3:not(.has-text-color),.scheme_default .wp-block-cover h4:not(.has-text-color),.scheme_default .wp-block-cover h5:not(.has-text-color),.scheme_default .wp-block-cover h6:not(.has-text-color),.scheme_default .wp-block-cover p:not(.has-text-color),.scheme_default .wp-block-cover p:not(.has-text-color) strong{color:#ffffff}.scheme_default .cc-btn.cc-deny{color:#ffc000!important}.scheme_default .cc-btn.cc-deny:hover{color:#ff9800!important}.scheme_default sr7-module .wpcf7-list-item-label{color:#ffffff}.scheme_default .wpcf7-list-item-label{color:#343332}.scheme_default .wpcf7-form .columns_wrap>[class*="column-"] input[type="date"]:after{background-color:#ffffff}.scheme_default .wpcf7-form .columns_wrap>[class*="column-"] .date:after{background-color:#ffffff}.scheme_default .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#c9c9c9 !important}.scheme_default .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#ababab !important}.scheme_default .wpcf7 form .wpcf7-response-output{color:#343332}/* ================= MAIN MENU ITEM'S HOVERS ==================== */.scheme_default .menu_hover_fade_box .menu_main_nav>a:hover,.scheme_default .menu_hover_fade_box .menu_main_nav>li>a:hover,.scheme_default .menu_hover_fade_box .menu_main_nav>li.sfHover>a{color:#e9a900;background-color:#f1f1f1}.scheme_default .menu_hover_slide_line .menu_main_nav>li#blob{background-color:#ffc000}.scheme_default .menu_hover_slide_box .menu_main_nav>li#blob{background-color:#f1f1f1}.scheme_default .menu_hover_zoom_line .menu_main_nav>li>a:before{background-color:#ffc000}.scheme_default .menu_hover_path_line .menu_main_nav>li:before,.scheme_default .menu_hover_path_line .menu_main_nav>li:after,.scheme_default .menu_hover_path_line .menu_main_nav>li>a:before,.scheme_default .menu_hover_path_line .menu_main_nav>li>a:after{background-color:#ffc000}.scheme_default .menu_hover_roll_down .menu_main_nav>li>a:before{background-color:#ffc000}.scheme_default .menu_hover_color_line .menu_main_nav>li>a:before{background-color:#343332}.scheme_default .menu_hover_color_line .menu_main_nav>li>a:after,.scheme_default .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:after{background-color:#ffc000}.scheme_default .menu_hover_color_line .menu_main_nav>li.sfHover>a,.scheme_default .menu_hover_color_line .menu_main_nav>li>a:hover,.scheme_default .menu_hover_color_line .menu_main_nav>li>a:focus{color:#ffc000}/* ================= BUTTON'S HOVERS ==================== */.scheme_default .sc_button_hover_slide_left{background:linear-gradient(to right, #ff9800 0%,#ffc000 50%,#ffc000 50%,#ff9800 100%) no-repeat scroll right bottom / 210% 100% #ffc000 !important}.scheme_default .sc_button_hover_slide_right{background:linear-gradient(to left, #343332 50%,#ffc000 50%) no-repeat scroll left bottom / 210% 100% #ffc000 !important}.scheme_default .sc_button_hover_slide_top{background:linear-gradient(to bottom, #343332 50%,#ffc000 50%) no-repeat scroll right bottom / 100% 210% #ffc000 !important}.scheme_default .sc_button_hover_slide_bottom{background:linear-gradient(to top,#343332 50%,#ffc000 50%) no-repeat scroll right top / 100% 210% #ffc000 !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_left{background:linear-gradient(to right, #ffc000 50%,#ff9800 50%) no-repeat scroll right bottom / 210% 100% #343332 !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_right{background:linear-gradient(to left, #ffc000 50%,#ff9800 50%) no-repeat scroll left bottom / 210% 100% #343332 !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_top{background:linear-gradient(to bottom, #ffc000 50%,#ff9800 50%) no-repeat scroll right bottom / 100% 210% #343332 !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffc000 50%,#ff9800 50%) no-repeat scroll right top / 100% 210% #343332 !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_left{background:linear-gradient(to right, #ffffff 50%,#ffc000 50%) no-repeat scroll right bottom / 210% 100% #ffc000 !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_right{background:linear-gradient(to left, #ffffff 50%,#ffc000 50%) no-repeat scroll left bottom / 210% 100% #ffc000 !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_top{background:linear-gradient(to bottom, #ffffff 50%,#ffc000 50%) no-repeat scroll right bottom / 100% 210% #ffc000 !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffffff 50%,#ffc000 50%) no-repeat scroll right top / 100% 210% #ffc000 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_left{background:linear-gradient(to right, #ff9800 50%,#ffc000 50%) no-repeat scroll right bottom / 210% 100% #ffc000 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_right{background:linear-gradient(to left, #ff9800 50%,#ffc000 50%) no-repeat scroll left bottom / 210% 100% #ffc000 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_top{background:linear-gradient(to bottom, #ff9800 50%,#ffc000 50%) no-repeat scroll right bottom / 100% 210% #ffc000 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_bottom{background:linear-gradient(to top,#ff9800 50%,#ffc000 50%) no-repeat scroll right top / 100% 210% #ffc000 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_left{background:linear-gradient(to right, #272727 50%,#e9a900 50%) no-repeat scroll right bottom / 210% 100% #e9a900 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_right{background:linear-gradient(to left, #272727 50%,#e9a900 50%) no-repeat scroll left bottom / 210% 100% #e9a900 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_top{background:linear-gradient(to bottom, #272727 50%,#e9a900 50%) no-repeat scroll right bottom / 100% 210% #e9a900 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_bottom{background:linear-gradient(to top,#272727 50%,#e9a900 50%) no-repeat scroll right top / 100% 210% #e9a900 !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_left{background:linear-gradient(to right, #ffc000 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #ecedef !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_right{background:linear-gradient(to left, #e9a900 50%,#ecedef 50%) no-repeat scroll left bottom / 210% 100% #ecedef !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_top{background:linear-gradient(to bottom, #e9a900 50%,#ecedef 50%) no-repeat scroll right bottom / 100% 210% #ecedef !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{background:linear-gradient(to top,#e9a900 50%,#ecedef 50%) no-repeat scroll right top / 100% 210% #ecedef !important}.scheme_default .sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_slide_left.active,.scheme_default .ui-state-active .sc_button_hover_slide_left,.scheme_default .vc_active .sc_button_hover_slide_left,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_default li.active .sc_button_hover_slide_left{background-position:left bottom !important}.scheme_default .sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_slide_right.active,.scheme_default .ui-state-active .sc_button_hover_slide_right,.scheme_default .vc_active .sc_button_hover_slide_right,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_default li.active .sc_button_hover_slide_right{background-position:right bottom !important}.scheme_default .sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_slide_top.active,.scheme_default .ui-state-active .sc_button_hover_slide_top,.scheme_default .vc_active .sc_button_hover_slide_top,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_default li.active .sc_button_hover_slide_top{background-position:right top !important}.scheme_default .sc_button_hover_slide_bottom:hover,.scheme_default .sc_button_hover_slide_bottom.active,.scheme_default .ui-state-active .sc_button_hover_slide_bottom,.scheme_default .vc_active .sc_button_hover_slide_bottom,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_default li.active .sc_button_hover_slide_bottom{background-position:right bottom !important}/* ================= IMAGE'S HOVERS ==================== */.scheme_default .post_featured .mask{background-color:rgba(52,51,50,0.7)}.scheme_default .post_featured.hover_dots:hover .mask{background-color:rgba(52,51,50,0.7)}.scheme_default .post_featured.hover_dots .icons span{background-color:#ffc000}.scheme_default .post_featured.hover_dots .post_info{color:#ffffff}.scheme_default .post_featured.hover_icon .icons a{color:#ffc000}.scheme_default .post_featured.hover_icon a:hover{color:#ffffff}.scheme_default .post_featured.hover_icons .icons a{background-color:rgba(255,255,255,0.7);color:#343332}.scheme_default .post_featured.hover_icons a:hover{background-color:#ffffff;color:#ffc000}.scheme_default .post_featured.hover_fade .post_info,.scheme_default .post_featured.hover_fade .post_info a,.scheme_default .post_featured.hover_fade .post_info .post_meta_item,.scheme_default .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,.scheme_default .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before{color:#ffffff}.scheme_default .post_featured.hover_fade .post_info a:hover{color:#ffc000}.scheme_default .post_featured.hover_slide .post_info,.scheme_default .post_featured.hover_slide .post_info a,.scheme_default .post_featured.hover_slide .post_info .post_meta_item,.scheme_default .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,.scheme_default .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before{color:#ffffff}.scheme_default .post_featured.hover_slide .post_info a:hover{color:#ffc000}.scheme_default .post_featured.hover_slide .post_info .post_title:after{background-color:#ffffff}.scheme_default .post_featured.hover_pull .post_info,.scheme_default .post_featured.hover_pull .post_info a{color:#ffffff}.scheme_default .post_featured.hover_pull .post_info a:hover{color:#ffc000}.scheme_default .post_featured.hover_pull .post_info .post_descr{background-color:#343332}.scheme_default .post_featured.hover_border .post_info,.scheme_default .post_featured.hover_border .post_info a,.scheme_default .post_featured.hover_border .post_info .post_meta_item,.scheme_default .post_featured.hover_border .post_info .post_meta .post_meta_item:before,.scheme_default .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before{color:#ffffff}.scheme_default .post_featured.hover_border .post_info a:hover{color:#ffc000}.scheme_default .post_featured.hover_border .post_info:before,.scheme_default .post_featured.hover_border .post_info:after{border-color:#ffffff}.scheme_default .post_featured.hover_shop .icons a{color:#ffffff;border-color:#ffc000 !important;background-color:transparent}.scheme_default .post_featured.hover_shop .icons a:hover{color:#ffffff;border-color:#ffc000 !important;background-color:#ffc000}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{color:#ff9800}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{border-color:#ff9800}.scheme_default .trx_addons_accent,.scheme_default .trx_addons_accent>*{color:#ffc000}.scheme_default .trx_addons_hover,.scheme_default .trx_addons_hover>*{color:#ff9800}.scheme_default .trx_addons_accent_bg{background-color:#ffc000;color:#ffffff}.scheme_default .trx_addons_accent2,.scheme_default .trx_addons_accent2>*{color:#faef81}.scheme_default .trx_addons_accent2_bg{background-color:#faef81;color:#343332}.scheme_default .trx_addons_inverse{color:#ffffff;background-color:#343332}.scheme_default .trx_addons_dark,.scheme_default .trx_addons_dark>a{color:#343332}.scheme_default .trx_addons_dark>a:hover{color:#ffc000}.scheme_default .trx_addons_inverse,.scheme_default .trx_addons_inverse>a{color:#ffffff;background-color:#343332}.scheme_default .trx_addons_inverse>a:hover{color:#d1d1d1}.scheme_default .trx_addons_dropcap_style_1{color:#ffc000}.scheme_default .trx_addons_dropcap_style_2{color:#343332}.scheme_default ul[class*="trx_addons_list"]>li:before{color:#ffc000}.scheme_default ul[class*="trx_addons_list"][class*="_circled"]>li:before{color:#ffffff;background-color:#ffc000}.scheme_default .trx_addons_list_parameters>li + li{border-color:#000000}.scheme_default .trx_addons_tooltip{color:#6d6d6d;border-color:#6d6d6d}.scheme_default .trx_addons_tooltip:before{color:#ffffff;background-color:#343332}.scheme_default .trx_addons_tooltip:after{border-top-color:#343332}.scheme_default blockquote.trx_addons_blockquote_style_1:before,.scheme_default blockquote.trx_addons_blockquote_style_1{color:#ffffff;background-color:#343332}.scheme_default blockquote.trx_addons_blockquote_style_1 a,.scheme_default blockquote.trx_addons_blockquote_style_1 cite{color:#ffc000}.scheme_default blockquote.trx_addons_blockquote_style_1 a:hover{color:#ffffff}.scheme_default blockquote.trx_addons_blockquote_style_2{color:#ffffff;background-color:#ffc000}.scheme_default blockquote.trx_addons_blockquote_style_2:before,.scheme_default blockquote.trx_addons_blockquote_style_2 a,.scheme_default blockquote.trx_addons_blockquote_style_2 cite{color:#ffffff}.scheme_default blockquote.trx_addons_blockquote_style_2 a:hover{color:#d1d1d1}.scheme_default .trx_addons_hover_mask{background-color:rgba(255,192,0,0.7)}.scheme_default .trx_addons_hover_title{color:#ffffff}.scheme_default .trx_addons_hover_text{color:#ababab}.scheme_default .trx_addons_hover_icon,.scheme_default .trx_addons_hover_links a{color:#ffffff;background-color:#e9a900}.scheme_default .trx_addons_hover_icon:hover,.scheme_default .trx_addons_hover_links a:hover{color:#e9a900 !important;background-color:#f1f1f1}.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#ffffff;background-color:#ecedef}.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#ffffff;background-color:#e9a900}.scheme_default .slider_swiper .slide_info.slide_info_large{background-color:rgba(255,255,255,0.7)}.scheme_default .slider_swiper .slide_info.slide_info_large:hover{background-color:#ffffff}.scheme_default .slider_swiper .slide_info.slide_info_large .slide_cats a{color:#ffc000}.scheme_default .slider_swiper .slide_info.slide_info_large .slide_title a{color:#343332}.scheme_default .slider_swiper .slide_info.slide_info_large .slide_date{color:#6d6d6d}.scheme_default .slider_swiper .slide_info.slide_info_large:hover .slide_date{color:#ababab}.scheme_default .slider_swiper .slide_info.slide_info_large .slide_cats a:hover,.scheme_default .slider_swiper .slide_info.slide_info_large .slide_title a:hover{color:#ff9800}.scheme_default .slider_swiper.slider_multi .slide_cats a:hover,.scheme_default .slider_swiper.slider_multi .slide_title a:hover,.scheme_default .slider_swiper.slider_multi a:hover .slide_title{color:#ff9800}.scheme_default .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a{color:#ffc000;background-color:#343332;border-color:#343332}.scheme_default .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a:hover{color:#ffffff;background-color:#ffc000;border-color:#ffc000}.scheme_default .slider_swiper.slider_controls_bottom .slider_controls_wrap>a,.scheme_default .slider_outer_controls_bottom .slider_controls_wrap>a{color:#ffffff;background-color:#343332;border-color:#343332}.scheme_default .slider_swiper.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:#ffffff;border-color:#ffc000;background-color:#ffc000}.scheme_default .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_default .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_default .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_default .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{border-color:#ffc000;background-color:#ffc000}.scheme_default .slider_swiper .swiper-pagination-bullet,.scheme_default .slider_swiper_outer .swiper-pagination-bullet{background-color:#ffffff}.scheme_default .slider_titles_outside_wrap .slide_title a{color:#343332}.scheme_default .slider_titles_outside_wrap .slide_title a:hover{color:#ffc000}.scheme_default .slider_titles_outside_wrap .slide_cats,.scheme_default .slider_titles_outside_wrap .slide_subtitle{color:#ffc000}.scheme_default .slider_style_modern .slider_controls_label{color:#ffffff}.scheme_default .slider_style_modern .slider_pagination_wrap{color:#ababab}.scheme_default .slider_style_modern .swiper-pagination-current{color:#343332}.scheme_default .sc_slider_controller .swiper-slide.swiper-slide-active{border-color:#ffc000}.scheme_default .sc_slider_controller_titles .swiper-slide{background-color:#f1f1f1}.scheme_default .sc_slider_controller_titles .swiper-slide:after{background-color:#ecedef}.scheme_default .sc_slider_controller_titles .swiper-slide.swiper-slide-active{background-color:#ffffff}.scheme_default .sc_slider_controller_titles .sc_slider_controller_info_title{color:#272727}.scheme_default .sc_slider_controller_titles .sc_slider_controller_info_number{color:#c8c8c8}.scheme_default .sc_slider_controller_titles .slider_controls_wrap>a{color:#ffffff;background-color:#ffc000}.scheme_default .sc_slider_controller_titles .slider_controls_wrap>a:hover{color:#ffffff;background-color:#343332}.scheme_default .trx_addons_audio_player.without_cover{border-color:#f7f7f7;background-color:#f7f7f7}.scheme_default .trx_addons_audio_player.with_cover .audio_caption{color:#ffffff}.scheme_default .trx_addons_audio_player .audio_author{color:#6d6d6d}.scheme_default .trx_addons_audio_player .audio_caption{color:#343332}.scheme_default .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{color:#6d6d6d}.scheme_default .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time{color:#ffffff}.scheme_default .widget_categories_list .categories_list_style_2 .categories_list_title a:hover{color:#343332}.scheme_default .widget_contacts .contacts_info{color:#6d6d6d}.scheme_default .widget_contacts .contacts_info span:before{color:#ffc000}.scheme_default .widget_contacts .contacts_info span a,.scheme_default .widget_contacts .socials_wrap.contacts_socials a{color:#343332}.scheme_default .widget_contacts .contacts_info span a:hover,.scheme_default .widget_contacts .socials_wrap.contacts_socials a:hover{color:#ffc000}.scheme_default .widget_socials .social_item a{color:#ffffff;background-color:#ffc000}.scheme_default .widget_socials .social_item a:hover{color:#ffffff;background-color:#ff9800}.scheme_default .slider_engine_revo .widget_socials .social_item a{color:#343332}.scheme_default .slider_engine_revo .widget_socials .social_item a:hover{color:#ffc000}.scheme_default .sc_recent_news_header{border-color:#343332}.scheme_default .sc_recent_news_header_category_item_more{color:#ffc000}.scheme_default .sc_recent_news_header_more_categories{border-color:#ecedef;background-color:#f1f1f1}.scheme_default .sc_recent_news_header_more_categories>a{color:#e9a900}.scheme_default .sc_recent_news_header_more_categories>a:hover{color:#eb8a00;background-color:#d3cfcf}.scheme_default .sc_recent_news .post_counters_item,.scheme_default .sc_recent_news .post_counters .post_counters_edit a{color:#ffffff;background-color:#ffc000}.scheme_default .sc_recent_news .post_counters_item:hover,.scheme_default .sc_recent_news .post_counters .post_counters_edit a:hover{color:#ffffff;background-color:#343332}.scheme_default .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_default .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{color:#272727;background-color:#f1f1f1}.scheme_default .sc_recent_news_style_news-magazine .post_accented_border{border-color:#000000}.scheme_default .sc_recent_news_style_news-excerpt .post_item{border-color:#000000}.scheme_default .widget_twitter .widget_content .sc_twitter_item,.scheme_default .widget_twitter .widget_content li{color:#6d6d6d}.scheme_default .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{color:#ffc000 !important}.scheme_default .widget_twitter .swiper-pagination-bullet{background-color:#ababab}.scheme_default .widget_twitter .swiper-pagination-bullet-active{background-color:#ffc000}.scheme_default .trx_addons_video_player.with_cover .video_hover{color:#343332;background-color:#ffffff}.scheme_default .trx_addons_video_player.with_cover .video_hover:hover{color:#ffc000;background-color:#ffffff}.scheme_default .sidebar_inner .trx_addons_video_player.with_cover .video_hover{color:#e9a900}.scheme_default .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover{color:#ffffff;background-color:#e9a900}.scheme_default .sc_item_subtitle{color:#ffc000}.scheme_default .sc_item_subtitle.sc_item_title_style_shadow{color:#ababab}.scheme_default .sc_item_button a:not(.sc_button_bg_image){color:#ffffff;background-color:#ffc000}.scheme_default .sc_item_button a:not(.sc_button_bg_image):hover{color:#ffffff;background-color:#ff9800}.scheme_default a.sc_button_simple:not(.sc_button_bg_image),.scheme_default .sc_item_button a.sc_button_simple:not(.sc_button_bg_image),.scheme_default a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_default a.sc_button_simple:not(.sc_button_bg_image):after,.scheme_default .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):after{color:#ffc000}.scheme_default a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default a.sc_button_simple:not(.sc_button_bg_image):hover:after,.scheme_default .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:after{color:#ff9800 !important}.scheme_default .trx_addons_hover_content .trx_addons_hover_links a{color:#ffffff;background-color:#ffc000}.scheme_default .trx_addons_hover_content .trx_addons_hover_links a:hover{color:#ffc000 !important;background-color:#ffffff}.scheme_default .sc_action_item .sc_action_item_subtitle{color:#ffc000}.scheme_default .sc_action_item_date,.scheme_default .sc_action_item_info{color:#343332;border-color:#6d6d6d}.scheme_default .sc_action_item_description{color:#6d6d6d}.scheme_default .sc_action_item .sc_action_item_link{color:#ffffff;background-color:#ffc000}.scheme_default .sc_action_item .sc_action_item_link:hover{color:#ffffff;background-color:#343332}.scheme_default .sc_action_item_event.with_image .sc_action_item_inner{background-color:#ffffff}.scheme_default .sc_action.sc_action_application{background-color:#343332;color:#000000}.scheme_default .sc_action.sc_action_application .sc_action_item_description{color:#000000}.scheme_default .sc_action.sc_action_application .sc_item_title{color:#ffffff}.scheme_default .toc_menu_item .toc_menu_icon{background-color:#ffffff;border-color:#000000;color:#ffc000}.scheme_default .toc_menu_item:hover .toc_menu_icon,.scheme_default .toc_menu_item_active .toc_menu_icon{background-color:#ffc000;color:#ffffff}.scheme_default .toc_menu_icon_default:before{background-color:#ffc000}.scheme_default .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_default .toc_menu_item_active .toc_menu_icon_default:before{background-color:#343332}.scheme_default .toc_menu_item .toc_menu_description{color:#ffffff;background-color:#ffc000}.scheme_default .sc_blogger.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_default .sc_blogger_item{background-color:rgba(255,255,255,0)}.scheme_default .sc_blogger_post_meta{color:#c8c8c8}.scheme_default .sc_blogger_item_title a{color:#272727}.scheme_default .sc_blogger_item_title a:hover{color:#e9a900}.scheme_default .sc_blogger_post_meta{color:#c8c8c8}.scheme_default .sc_blogger_item_content{color:#5d5d5d}.scheme_default .sc_blogger_item .more-link{color:#e9a900}.scheme_default .sc_blogger_item .more-link:hover{color:#272727}.scheme_default .sc_countdown_default .sc_countdown_digits span{color:#ffffff;border-color:#ff9800;background-color:#ffc000}.scheme_default .sc_countdown_circle .sc_countdown_digits{color:#343332;border-color:#f7f7f7}.scheme_default .sc_courses.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_default .sc_courses_default .sc_courses_item{background-color:#f1f1f1}.scheme_default .sc_courses_default .sc_courses_item_categories{background-color:#272727}.scheme_default .sc_courses_default .sc_courses_item_categories a{color:#ffffff}.scheme_default .sc_courses_default .sc_courses_item_categories a:hover{color:#e9a900}.scheme_default .sc_courses_default .sc_courses_item_meta{color:#c8c8c8}.scheme_default .sc_courses_default .sc_courses_item_date{color:#272727}.scheme_default .sc_courses_default .sc_courses_item_price{color:#e9a900}.scheme_default .sc_courses_default .sc_courses_item_period{color:#c8c8c8}.scheme_default .sc_events.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_default .sc_events_default .sc_events_item{background-color:#f1f1f1}.scheme_default .sc_events_default .sc_events_item_date{background-color:#e9a900;color:#ffffff}.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_date{background-color:#272727}.scheme_default .sc_events_default .sc_events_item_title{color:#272727}.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_title{color:#e9a900}.scheme_default .sc_events_default .sc_events_item_button{color:#e9a900}.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_button{color:#272727}.scheme_default .sc_events_detailed .sc_events_item,.scheme_default .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_default .sc_events_detailed .sc_events_item_button_wrap:before{border-color:#ffc000}.scheme_default .sc_events_detailed .sc_events_item_date,.scheme_default .sc_events_detailed .sc_events_item_button{color:#ffc000}.scheme_default .sc_events_detailed .sc_events_item_title{color:#343332}.scheme_default .sc_events_detailed .sc_events_item_time{color:#6d6d6d}.scheme_default .sc_events_detailed .sc_events_item:hover{background-color:#ffc000;color:#ffffff}.scheme_default .sc_events_detailed .sc_events_item:hover,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_time{color:#ffffff}.scheme_default .sc_events_detailed .sc_events_item:hover,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{border-color:#ffffff}.scheme_default.sc_form{background-color:#ffffff}.scheme_default .sc_form_field_title{color:#343332}.scheme_default .sc_form_field button{color:#ffffff;background-color:#ffc000}.scheme_default .sc_form_field button:hover{color:#ffffff;background-color:#ff9800 !important}.scheme_default .sc_form .sc_form_info_icon{color:#ffffff;background-color:#ffc000}.scheme_default .sc_form_info_title{color:#343332}.scheme_default .sc_form .sc_form_info_data>a,.scheme_default .sc_form .sc_form_info_data>span,.scheme_default .sc_form .sc_form_info_data>span a{color:#6d6d6d}.scheme_default .sc_form .sc_form_info_data>span a:hover{color:#ffc000}.scheme_default .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]:after{background-color:#000000}.scheme_default .sc_form .sc_form_info_data>a:hover{color:#ffc000}.scheme_default .sc_form_modern .sc_form_fields{background-color:#f7f7f7}.scheme_default [class*="sc_input_hover_"] .sc_form_field_content{color:#343332}.scheme_default .sc_input_hover_accent input[type="text"]:focus,.scheme_default .sc_input_hover_accent input[type="number"]:focus,.scheme_default .sc_input_hover_accent input[type="email"]:focus,.scheme_default .sc_input_hover_accent input[type="password"]:focus,.scheme_default .sc_input_hover_accent input[type="search"]:focus,.scheme_default .sc_input_hover_accent select:focus,.scheme_default .sc_input_hover_accent textarea:focus{border-color:#ffc000 !important}.scheme_default .sc_input_hover_accent .sc_form_field_hover:before{color:rgba(255,192,0,0.2)}.scheme_default .sc_input_hover_path .sc_form_field_graphic{stroke:#f1f1f1}.scheme_default .sc_input_hover_jump .sc_form_field_content{color:#393939}.scheme_default .sc_input_hover_jump .sc_form_field_content:before{color:#ffc000}.scheme_default .sc_input_hover_jump input[type="text"],.scheme_default .sc_input_hover_jump input[type="number"],.scheme_default .sc_input_hover_jump input[type="email"],.scheme_default .sc_input_hover_jump input[type="password"],.scheme_default .sc_input_hover_jump input[type="search"],.scheme_default .sc_input_hover_jump textarea{border-color:#f1f1f1}.scheme_default .sc_input_hover_jump input[type="text"]:focus,.scheme_default .sc_input_hover_jump input[type="number"]:focus,.scheme_default .sc_input_hover_jump input[type="email"]:focus,.scheme_default .sc_input_hover_jump input[type="password"]:focus,.scheme_default .sc_input_hover_jump input[type="search"]:focus,.scheme_default .sc_input_hover_jump textarea:focus{border-color:#ffc000 !important}.scheme_default .sc_input_hover_underline .sc_form_field_hover:before{background-color:#f1f1f1}.scheme_default .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{background-color:#ffc000}.scheme_default .sc_input_hover_underline .sc_form_field_content{color:#393939}.scheme_default .sc_input_hover_underline input:focus,.scheme_default .sc_input_hover_underline textarea:focus,.scheme_default .sc_input_hover_underline input.filled,.scheme_default .sc_input_hover_underline textarea.filled,.scheme_default .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{color:#ffc000 !important}.scheme_default .sc_input_hover_iconed .sc_form_field_hover{color:#bac0c3}.scheme_default .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{color:#393939}.scheme_default .sc_googlemap_content,.scheme_default.sc_googlemap_content{color:#6d6d6d;background-color:#ffffff}.scheme_default .sc_googlemap_content b,.scheme_default .sc_googlemap_content strong,.scheme_default.sc_googlemap_content b,.scheme_default.sc_googlemap_content strong{color:#343332}.scheme_default .sc_googlemap_content_detailed:before{background-color:#ffc000}.scheme_default .sc_icons .sc_icons_icon{color:#ffc000}.scheme_default .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{color:#343332}.scheme_default .sc_icons .sc_icons_title{color:#ffc000}.scheme_default .sc_icons_description,.scheme_default .sc_icons_modern .sc_icons_description{color:#343332}.scheme_default.sc_price{color:#6d6d6d;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}.scheme_default.sc_price .sc_price_icon{color:#ffffff;background-color:#ffc000;border-color:#ffffff}.scheme_default.sc_price:hover .sc_price_icon{color:#ffffff;background-color:#ffc000;border-color:#ffffff}.scheme_default .sc_price_info{background-color:#191717}.scheme_default .sc_price_info .sc_price_description,.scheme_default .sc_price_info .sc_price_details,.scheme_default .sc_price_info .sc_price_subtitle ,.scheme_default .sc_price_info .sc_price_title,.scheme_default .sc_price_info .sc_price_title a{color:#ffffff}.scheme_default.sc_price:hover .sc_price_link{background:#ff9800 !important}.scheme_default .sc_price_info .sc_price_price{color:#ffc000}.scheme_default .sc_price:hover .sc_price_info{background-color:#ffc000}.scheme_default .sc_price:hover .sc_price_info .sc_price_price{color:#ffffff}.scheme_default .sc_price_info .sc_price_link{color:#ffffff;background-color:#ffc000}.scheme_default .sc_price_info .sc_price_link:hover{color:#ffffff;background-color:#343332}.scheme_default .sc_promo.sc_promo_size_normal .sc_promo_title{color:#343332}.scheme_default .sc_promo.sc_promo_size_normal .sc_promo_descr{color:#6d6d6d}.scheme_default .sc_promo_modern .sc_promo_link2{color:#ffffff;background-color:#ffc000 !important}.scheme_default .sc_promo_modern .sc_promo_link2:hover{color:#ffffff;background-color:#343332}.scheme_default.sc_promo .sc_promo_text_inner{background-color:#f1f1f1}.scheme_default.sc_promo.sc_promo_size_normal .sc_promo_title{color:#e9a900}.scheme_default.sc_promo.sc_promo_size_normal .sc_promo_descr{color:#6d6d6d}.scheme_default .sc_services_default .sc_services_item{color:#6d6d6d;background-color:rgba(255,255,255,0)}.scheme_default .sc_services_default .sc_services_item_icon{color:#ffc000}.scheme_default .sc_services_default .sc_services_item:hover .sc_services_item_icon{color:#ff9800}.scheme_default .sc_services_default .sc_services_item_subtitle{color:#e9a900}.scheme_default .vc_row-has-fill .sc_services_default .sc_services_item_content{color:#c9c9c9}.scheme_default .vc_row-has-fill .sc_services_default .sc_services_item_title a{color:#ffffff}.scheme_default .vc_row-has-fill .sc_services_default .sc_services_item_title a:hover{color:#ffc000}.scheme_default .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:#000000}.scheme_default .vc_row-has-fill .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:rgba(255,255,255,0.2)}.scheme_default .sc_services_default .sc_services_item_featured_left,.scheme_default .sc_services_default .sc_services_item_featured_right,.scheme_default .sc_services_list .sc_services_item{color:#6d6d6d;background-color:transparent}.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_right .sc_services_item_icon{color:#ffffff;background-color:#ffc000;border-color:#ffc000}.scheme_default .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{color:#ffffff;background-color:#ff9800;border-color:#ff9800}.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle{color:#ffc000}.scheme_default .sc_services_iconed .sc_services_item{color:#5d5d5d;background-color:#f1f1f1}.scheme_default .sc_services_iconed .sc_services_item_header{color:#ffffff;background-color:#343332}.scheme_default .sc_services_iconed .sc_services_item_icon,.scheme_default .sc_services_iconed .sc_services_item_subtitle a{color:#ffffff}.scheme_default .sc_services_iconed .sc_services_item_icon:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_iconed .sc_services_item_subtitle a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_subtitle a{color:#ffc000}.scheme_default .sc_services_iconed .sc_services_item_title a{color:#ffc000}.scheme_default .sc_services_iconed .sc_services_item_title a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_title a{color:#ffffff}.scheme_default .sc_services.slider_swiper .swiper-pagination-bullet{border-color:#ababab}/* Skills (Counters) */.scheme_default .sc_skills_counter .sc_skills_icon{color:#343332}.scheme_default .sc_skills .sc_skills_total{color:#343332}.scheme_default .sc_skills .sc_skills_item_title,.scheme_default .sc_skills .sc_skills_legend_title,.scheme_default .sc_skills .sc_skills_legend_value{color:#6d6d6d}.scheme_default .sc_skills_counter .sc_skills_column + .sc_skills_column:before{background-color:#000000}.scheme_default .sc_socials .socials_wrap a{color:#ffffff;background-color:#ffc000}.scheme_default .sc_socials .socials_wrap a:hover{color:#ffffff;background-color:#343332}.scheme_default .sc_testimonials_item_content{color:#6d6d6d}.scheme_default .sc_testimonials_item_content:before{color:#ffffff;background-color:#ffc000}.scheme_default .sc_testimonials_item_author_title{color:#ffc000}.scheme_default .sc_testimonials_item_author_subtitle{color:#ababab}.scheme_default .sc_testimonials_simple .sc_testimonials_item_author_data:before{background-color:#6d6d6d}.scheme_default .sc_testimonials .swiper-pagination-bullet{background-color:#ffc000}.scheme_default .sc_testimonials .swiper-pagination-bullet-active{background-color:#ffc000}.scheme_default .sc_testimonials .swiper-pagination-bullet-active:after,.scheme_default .sc_testimonials .swiper-pagination-bullet:hover:after{border-color:#ffc000}.scheme_default .sc_testimonials_inverse .sc_testimonials_item_content,.scheme_default .sc_testimonials_inverse .sc_testimonials_title{color:#ffffff}.scheme_default .sc_testimonials_inverse .swiper-pagination-bullet{background-color:#ffffff}.scheme_default .sc_testimonials_inverse .swiper-pagination-bullet-active{background-color:#ffffff}.scheme_default .sc_testimonials_inverse .swiper-pagination-bullet-active:after,.scheme_default .sc_testimonials_inverse .swiper-pagination-bullet:hover:after{border-color:#ffffff}.scheme_default .sc_team_default .sc_team_item{color:#ffffff;background-color:#191717}.scheme_default .sc_team_default .sc_team_item_title a{color:#ffffff}.scheme_default .sc_team_default .sc_team_item_title a:hover{color:#ffc000}.scheme_default .sc_team_default .sc_team_item_subtitle{color:#ffffff}.scheme_default .sc_team_default .sc_team_item_socials .social_item a,.scheme_default .team_member_page .team_member_socials .social_item a{color:#ffffff;background-color:#e9a900}.scheme_default .sc_team_default .sc_team_item_socials .social_item a:hover,.scheme_default .team_member_page .team_member_socials .social_item a:hover{color:#f1f1f1;background-color:#272727}.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_title a,.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_subtitle a,.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_content a{color:#ffffff}.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_title a:hover,.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_subtitle a:hover,.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_content a:hover{color:#ffffff}.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a{color:#ffffff;border-color:#ffffff}.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a:hover{color:#ffc000;background-color:#ffffff}.scheme_default .team_member_page .team_member_featured .team_member_avatar{border-color:#000000}.scheme_default .sc_team_short .sc_team_item_thumb{border-color:#ffc000}.scheme_default .sc_team.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_default .trx_addons_scroll_to_top,.scheme_default .trx_addons_cv .trx_addons_scroll_to_top{border-color:#ffc000;background-color:#ffc000;color:#ffffff}.scheme_default .trx_addons_scroll_to_top:hover,.scheme_default .trx_addons_cv .trx_addons_scroll_to_top:hover{border-color:#343332;background-color:#343332;color:#ffffff}.scheme_default .trx_addons_popup{background-color:#f1f1f1;border-color:#ecedef;color:#5d5d5d}.scheme_default .trx_addons_popup .mfp-close{background-color:#d3cfcf;border-color:#191717;color:#5d5d5d}.scheme_default .trx_addons_popup .mfp-close:hover{background-color:#272727;color:#f1f1f1}.scheme_default .trx_addons_popup .trx_addons_tabs_title{background-color:#d3cfcf;border-color:#191717}.scheme_default .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active{background-color:#f1f1f1;border-bottom-color:transparent}.scheme_default .trx_addons_popup .trx_addons_tabs_title a,.scheme_default .trx_addons_popup .trx_addons_tabs_title a>i{color:#5d5d5d}.scheme_default .trx_addons_popup .trx_addons_tabs_title a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_title a:hover>i{color:#e9a900}.scheme_default .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a,.scheme_default .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_default .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover>i{color:#c8c8c8}.scheme_default .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a,.scheme_default .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a>i,.scheme_default .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover>i{color:#272727}.scheme_default .trx_addons_profiler{background-color:#f1f1f1;border-color:#191717}.scheme_default .trx_addons_profiler_title{color:#272727}.scheme_default .trx_addons_profiler table td,.scheme_default .trx_addons_profiler table th{border-color:#ecedef}.scheme_default .trx_addons_profiler table td{color:#5d5d5d}.scheme_default .trx_addons_profiler table th{background-color:#d3cfcf;color:#272727}.scheme_default .trx_addons_cv,.scheme_default .trx_addons_cv_body_wrap{color:#5d5d5d;background-color:#f1f1f1}.scheme_default .trx_addons_cv a{color:#e9a900}.scheme_default .trx_addons_cv a:hover{color:#eb8a00}.scheme_default .trx_addons_cv_header{background-color:#ffffff}.scheme_default .trx_addons_cv_header_image img{border-color:#343332}.scheme_default .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_default .trx_addons_cv_header .trx_addons_cv_header_text{color:#343332}.scheme_default .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a{color:rgba(52,51,50,0.7)}.scheme_default .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a:hover{color:#343332}.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{color:#c8c8c8;background-color:#f1f1f1;border-color:#ffffff}.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{color:#272727;border-color:#f1f1f1}.scheme_default .trx_addons_cv .trx_addons_cv_section_title,.scheme_default .trx_addons_cv .trx_addons_cv_section_title a{color:#272727}.scheme_default .trx_addons_cv_section_title.ui-state-active{border-color:#272727}.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{color:#c8c8c8}.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{color:#272727}.scheme_default .trx_addons_cv_section .trx_addons_pagination>*{color:#5d5d5d}.scheme_default .trx_addons_cv_section .trx_addons_pagination>a:hover{color:#272727}.scheme_default .trx_addons_pagination>span.active{color:#272727;border-color:#272727}.scheme_default .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{color:#c8c8c8}.scheme_default .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{color:#272727}.scheme_default .trx_addons_cv_single .trx_addons_cv_single_title{color:#272727}.scheme_default .trx_addons_cv_single .trx_addons_cv_single_subtitle{color:#c8c8c8}.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{border-color:#ecedef}.scheme_default .trx_addons_cv_resume_item_meta{color:#272727}.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{color:#272727}.scheme_default .trx_addons_cv_resume_item_subtitle{color:#c8c8c8}.scheme_default .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{color:#272727}.scheme_default .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{border-color:#272727}.scheme_default .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{color:#c8c8c8}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{color:#272727}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{border-top-color:#272727}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{color:#272727}.scheme_default .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_default .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{color:#272727}.scheme_default .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_default .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{color:#272727}.scheme_default .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_default .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{color:#272727}.scheme_default .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{color:#272727}.scheme_default .trx_addons_cv .trx_addons_contact_form_field_title{color:#272727}.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field textarea{border-color:#ecedef;color:#5d5d5d}.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{background-color:#d3cfcf;color:#272727}.scheme_default .trx_addons_contact_form_field button{background-color:#272727;border-color:#272727;color:#ffffff}.scheme_default .trx_addons_contact_form_field button:hover{color:#272727}.scheme_default .trx_addons_contact_form_info_icon{color:#c8c8c8}.scheme_default .trx_addons_contact_form_info_area{color:#272727}.scheme_default .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{color:#272727 !important}.scheme_default .trx_addons_cv_about_page .trx_addons_cv_single_title{color:#272727}.scheme_default.wpb_row,.scheme_default.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_default.wpb_text_column{color:#6d6d6d;background-color:#ffffff}.scheme_default.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{background-color:rgba(255,255,255,0.8)}.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon{color:#ffffff;background-color:#343332}.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{border-color:#ffffff}.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{color:#343332}.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover{color:#ffc000}.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon{color:#ffffff;background-color:#ffc000}.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after{border-color:#ffffff}.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a{color:#ffffff;background-color:#343332}.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a:hover,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#ffffff;background-color:#ffc000}.scheme_default .vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#000000}.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar{background-color:#ecedef}.scheme_default .vc_progress_bar.vc_progress_bar_narrow.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar{background-color:#e9a900}.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label{color:#6d6d6d}.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{color:#6d6d6d}.scheme_dark h1,.scheme_dark h2,.scheme_dark h3,.scheme_dark h4,.scheme_dark h1 a,.scheme_dark h2 a,.scheme_dark h3 a,.scheme_dark h4 a,.scheme_dark li a{color:#ffffff}.scheme_dark h5,.scheme_dark h6,.scheme_dark h5 a,.scheme_dark h6 a{color:#faef81}.scheme_dark h1 a:hover,.scheme_dark h2 a:hover,.scheme_dark h3 a:hover,.scheme_dark h4 a:hover,.scheme_dark h5 a:hover,.scheme_dark h6 a:hover,.scheme_dark li a:hover,.scheme_dark .wp-block-navigation li a.wp-block-navigation-item__content.wp-block-navigation-item__content:hover{color:#faef81}.scheme_dark dt,.scheme_dark b,.scheme_dark strong,.scheme_dark mark,.scheme_dark ins{color:#ffffff}.scheme_dark s,.scheme_dark strike,.scheme_dark del{color:#b8c3cc}.scheme_dark a{color:#faef81}.scheme_dark a:hover{color:#33a1e3}.scheme_dark blockquote{color:#969fa6;background-color:#f7f7f7}.scheme_dark blockquote:before{color:#070811;background-color:#faef81}.scheme_dark blockquote a{color:#faef81}.scheme_dark blockquote a:hover{color:#33a1e3}.scheme_dark table th,.scheme_dark table th + th,.scheme_dark table td + th{border-color:rgba(7,8,17,0.2)}.scheme_dark table td,.scheme_dark table th + td,.scheme_dark table td + td,.scheme_dark table tbody th{color:#969fa6;border-color:#2b2e41}.scheme_dark table thead tr th{color:#070811;background-color:#faef81}.scheme_dark table>tbody>tr:nth-child(2n+1)>tdtable>tbody>tr:nth-child(2n+1)>th,.scheme_dark table>tbody>tr:nth-child(2n+1)>td{background-color:#f7f7f7}.scheme_dark table>tbody>tr>th,.scheme_dark table>tbody>tr>td{background-color:#f7f7f7}.scheme_dark table th a:hover{color:#070811}.scheme_dark table tbody th a:hover{color:#33a1e3}.scheme_dark table tr:first-child th:last-child{border-right-color:#faef81}.scheme_dark hr{border-color:#2b2e41}.scheme_dark ul>li:before{color:#faef81}.scheme_dark ol>li::before{color:#ffffff}.scheme_dark figure figcaption,.scheme_dark figure figcaption em,.scheme_dark figure figcaption i,.scheme_dark figure figcaption mark,.scheme_dark figure figcaption strong,.scheme_dark figure figcaption b,.scheme_dark .wp-caption .wp-caption-text,.scheme_dark .wp-caption .wp-caption-dd,.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-dd{color:#f0f0f0}.scheme_dark figure,.scheme_dark .wp-caption{margin-bottom:1em}.scheme_dark fieldset{border-color:#2b2e41}.scheme_dark fieldset legend{color:#ffffff;background-color:#070811}.scheme_dark input[type="radio"] + label:before,.scheme_dark input[type="checkbox"] + label:before,.scheme_dark input[type="radio"] + .wpcf7-list-item-label:before,.scheme_dark input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_dark .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_dark .edd_price_options ul>li>label>input[type="radio"] + span:before,.scheme_dark .edd_price_options ul>li>label>input[type="checkbox"] + span:before,.scheme_dark .woocommerce-checkout input[type="checkbox"] + span:before,.scheme_dark .wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"]:before,.scheme_dark .gdpr-terms-container input[type="checkbox"]:before,.scheme_dark #gdpr_woo_consent_field label input[type="checkbox"]:before,.scheme_dark .mc4wp-form label input[type="checkbox"]:before{color:#969fa6;border-color:#181e3d;background-color:#070811}.scheme_dark input[type="text"],.scheme_dark input[type="url"],.scheme_dark input[type="number"],.scheme_dark input[type="email"],.scheme_dark input[type="tel"],.scheme_dark input[type="date"],.scheme_dark input[type="search"],.scheme_dark input[type="password"],.scheme_dark .select_container,.scheme_dark select,.scheme_dark .select2-container .select2-selection,.scheme_dark .select2-container .select2-choice,.scheme_dark .select2-container.select2-container--default span.select2-choice,.scheme_dark .select2-container.select2-container--default span.select2-selection,.scheme_dark textarea,.scheme_dark textarea.wp-editor-area{color:#969fa6;border-color:#181e3d;background-color:#070811}.scheme_dark .select_container:before{color:#969fa6;background-color:#070811}.scheme_dark .select_container select{color:#969fa6}.scheme_dark input[type="date"]:hover,.scheme_dark input[type="text"]:hover,.scheme_dark input[type="url"]:hover,.scheme_dark input[type="number"]:hover,.scheme_dark input[type="email"]:hover,.scheme_dark input[type="tel"]:hover,.scheme_dark input[type="search"]:hover,.scheme_dark input[type="password"]:hover,.scheme_dark .select_container:hover,.scheme_dark .select_container:hover:before,.scheme_dark select option:hover,.scheme_dark select option:hover,.scheme_dark .select2-container .select2-selection:hover,.scheme_dark .select2-container .select2-choice:hover,.scheme_dark textarea:hover,.scheme_dark textarea.wp-editor-area:hover{color:#969fa6;border-color:#181e3d;background-color:#070811}.scheme_dark input[type="date"]:focus,.scheme_dark input[type="text"]:focus,.scheme_dark input[type="url"]:focus,.scheme_dark input[type="number"]:focus,.scheme_dark input[type="email"]:focus,.scheme_dark input[type="tel"]:focus,.scheme_dark input[type="search"]:focus,.scheme_dark input[type="password"]:focus,.scheme_dark .select_container:focus,.scheme_dark .select_container:focus:before,.scheme_dark select option:focus,.scheme_dark select option:focus,.scheme_dark .select2-container .select2-selection:focus,.scheme_dark .select2-container .select2-choice:focus,.scheme_dark textarea:focus,.scheme_dark textarea.wp-editor-area:focus{color:#969fa6;border-color:#ffffff;background-color:#070811}.scheme_dark .select_container select:focus{color:#ffffff;border-color:#181e3d}.scheme_dark .select_container:after{color:#b8c3cc}.scheme_dark .select_container:hover:after{color:#ffffff}.scheme_dark .widget_search form:after{color:#13162b}.scheme_dark .widget_search form:hover:after{color:#faef81}.scheme_dark input::-webkit-input-placeholder,.scheme_dark textarea::-webkit-input-placeholder{color:#969fa6}.scheme_dark button,.scheme_dark input[type="reset"],.scheme_dark input[type="submit"],.scheme_dark input[type="button"]{background-color:#faef81;color:#f0f0f0}.scheme_dark input[type="submit"]:hover,.scheme_dark input[type="reset"]:hover,.scheme_dark input[type="button"]:hover,.scheme_dark button:not([class*="xdsoft"]):hover,.scheme_dark input[type="submit"]:focus,.scheme_dark input[type="reset"]:focus,.scheme_dark input[type="button"]:focus,.scheme_dark button:focus{background-color:#ffffff;color:#070811}.scheme_dark button[disabled],.scheme_dark input[type="submit"][disabled],.scheme_dark input[type="button"][disabled],.scheme_dark .comments_wrap .comments_form .form-submit input[type="submit"][disabled]{background-color:#b8c3cc !important;color:#969fa6 !important}.scheme_dark .wp-editor-container input[type="button"]{background-color:#0e1123;border-color:#181e3d;color:#ffffff;-webkit-box-shadow:0 1px 0 0 #1f254d;-moz-box-shadow:0 1px 0 0 #1f254d;box-shadow:0 1px 0 0 #1f254d}.scheme_dark .wp-editor-container input[type="button"]:hover,.scheme_dark .wp-editor-container input[type="button"]:focus{background-color:#181e3d;border-color:#1f254d;color:#faef81}.scheme_dark .custom_color.sc_button.sc_button_hover_slide_left{background:#ffffff!important;color:#070811}.scheme_dark .custom_color.sc_button.sc_button_hover_slide_left:hover{background:#faef81!important;color:#070811}.scheme_dark .wp-block-cover p:not(.has-text-color) a{color:#f0f0f0}.scheme_dark .wp-block-cover p:not(.has-text-color) a:hover{color:#33a1e3}.scheme_dark .select2-results{color:#969fa6;border-color:#181e3d;background:#0e1123}.scheme_dark .select2-results .select2-highlighted{color:#ffffff;background:#181e3d}.scheme_dark .sc_item_title.sc_item_title_style_accented_title{color:#f0f0f0}.scheme_dark .sc_item_title_style_accented_title + .sc_title_descr,.scheme_dark .sc_item_title_style_accented_title + .sc_title_descr{color:#181e3d}.scheme_dark .sticky{border-color:#2b2e41}.scheme_dark .sticky .label_sticky{border-top-color:#faef81}.scheme_dark body{color:#969fa6;background-color:#070811}.scheme_dark #page_preloader,.scheme_dark.header_position_under .page_content_wrap,.scheme_dark .page_wrap{background-color:#070811}.scheme_dark .preloader_wrap>div{background-color:#faef81}.scheme_dark.top_panel.with_bg_image:before{background-color:rgba(7,8,17,0.7)}.scheme_dark .top_panel .slider_engine_revo .slide_subtitle{color:#faef81}.scheme_dark .logo b{color:#ffffff}.scheme_dark .logo i{color:#faef81}.scheme_dark .logo_text{color:#faef81}.scheme_dark .logo:hover .logo_text{color:#ffffff}.scheme_dark .logo_slogan{color:#969fa6}.scheme_dark .socials_wrap .social_item a,.scheme_dark .socials_wrap .social_item a i{color:#b8c3cc}.scheme_dark .socials_wrap .social_item a:hover,.scheme_dark .socials_wrap .social_item a:hover i{color:#ffffff}.scheme_dark .search_wrap .search_field{color:#969fa6}.scheme_dark .search_wrap .search_field:focus{color:#ffffff}.scheme_dark .search_wrap .search_submit{color:#ffffff}.scheme_dark .search_wrap .search_submit:hover,.scheme_dark .search_wrap .search_submit:focus{color:#969fa6}.scheme_dark .post_item_none_search .search_wrap .search_submit:hover,.scheme_dark .post_item_none_search .search_wrap .search_submit:focus,.scheme_dark .post_item_none_archive .search_wrap .search_submit:hover,.scheme_dark .post_item_none_archive .search_wrap .search_submit:focus{color:#faef81;background-color:transparent}.scheme_dark .search_style_expand.search_opened{background-color:#070811;border-color:#2b2e41}.scheme_dark .search_style_expand.search_opened .search_submit{color:#969fa6}.scheme_dark .search_style_expand .search_submit:hover,.scheme_dark .search_style_expand .search_submit:focus{color:#ffffff}.scheme_dark .search_style_fullscreen.search_opened .search_form_wrap{background-color:rgba(7,8,17,0.8)}.scheme_dark .search_style_fullscreen.search_opened .search_form{border-color:#ffffff}.scheme_dark .search_style_fullscreen.search_opened .search_close,.scheme_dark .search_style_fullscreen.search_opened .search_field,.scheme_dark .search_style_fullscreen.search_opened .search_submit{color:#ffffff}.scheme_dark .search_style_fullscreen.search_opened .search_close:hover,.scheme_dark .search_style_fullscreen.search_opened .search_field:hover,.scheme_dark .search_style_fullscreen.search_opened .search_field:focus,.scheme_dark .search_style_fullscreen.search_opened .search_submit:hover,.scheme_dark .search_style_fullscreen.search_opened .search_submit:focus{color:#969fa6}.scheme_dark .search_style_fullscreen.search_opened input::-webkit-input-placeholder{color:#b8c3cc;opacity:1}.scheme_dark .search_style_fullscreen.search_opened input::-moz-placeholder{color:#b8c3cc;opacity:1}.scheme_dark .search_style_fullscreen.search_opened input:-moz-placeholder{color:#b8c3cc;opacity:1}.scheme_dark .search_style_fullscreen.search_opened input:-ms-input-placeholder{color:#b8c3cc;opacity:1}.scheme_dark .search_wrap .search_results{background-color:#070811;border-color:#2b2e41}.scheme_dark .search_wrap .search_results:after{background-color:#070811;border-left-color:#2b2e41;border-top-color:#2b2e41}.scheme_dark .search_wrap .search_results .search_results_close{color:#b8c3cc}.scheme_dark .search_wrap .search_results .search_results_close:hover{color:#ffffff}.scheme_dark .search_results.widget_area .post_item + .post_item{border-top-color:#2b2e41}.scheme_dark .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_dark .wp-block-search .wp-block-search__input,.scheme_dark .wp-block-search .wp-block-search__input:hover,.scheme_dark .wp-block-search .wp-block-search__input:focus{background-color:#f7f7f7}.scheme_dark .sidebar_inner .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_dark .sidebar_inner .wp-block-search .wp-block-search__input{background-color:#070811;color:#969fa6}.scheme_dark .menu_main_nav>li>a{color:#ffffff}.scheme_dark .header_position_over .menu_main_nav>li>a{color:#f0f0f0}.scheme_dark .menu_main_nav>li>a:hover,.scheme_dark .menu_main_nav>li.sfHover>a,.scheme_dark .menu_main_nav>li.current-menu-item>a,.scheme_dark .menu_main_nav>li.current-menu-parent>a,.scheme_dark .menu_main_nav>li.current-menu-ancestor>a{color:#f0f0f0;background-color:#faef81}.scheme_dark .menu_main_nav>li ul{background-color:#faef81}.scheme_dark .menu_main_nav>li li>a{color:#f0f0f0}.scheme_dark .menu_main_nav>li li>a:hover,.scheme_dark .menu_main_nav>li li.sfHover>a{color:#f0f0f0;background-color:#ffffff}.scheme_dark .menu_main_nav>li li.current-menu-item>a,.scheme_dark .menu_main_nav>li li.current-menu-parent>a,.scheme_dark .menu_main_nav>li li.current-menu-ancestor>a{color:#f0f0f0;background-color:#ffffff}.scheme_dark .menu_main_nav>li li[class*="icon-"]:before{color:#f0f0f0}.scheme_dark .menu_main_nav>li li[class*="icon-"]:hover:before,.scheme_dark .menu_main_nav>li li[class*="icon-"].shHover:before,.scheme_dark .menu_main_nav>li li.current-menu-item:before,.scheme_dark .menu_main_nav>li li.current-menu-parent:before,.scheme_dark .menu_main_nav>li li.current-menu-ancestor:before{color:#13162b}.scheme_dark .top_panel_navi.state_fixed .menu_main_wrap{background-color:#070811}.scheme_dark .header_position_over.top_panel_fixed .top_panel_navi .menu_main_wrap{background-color:#ffffff}.scheme_dark.menu_side_wrap .menu_side_button{color:#ffffff;border-color:#181e3d;background-color:rgba(14,17,35,0.7)}.scheme_dark.menu_side_wrap .menu_side_button:hover{color:#f0f0f0;border-color:#33a1e3;background-color:#faef81}.scheme_dark .custom .tp-bullet{background-color:#f0f0f0}.scheme_dark .custom .tp-bullet:after{border-color:#f0f0f0}.scheme_dark .menu_side_inner,.scheme_dark .menu_mobile_inner{color:#ffffff;background-color:#f7f7f7}.scheme_dark .header_position_over .menu_side_inner,.scheme_dark .header_position_over .menu_mobile_inner{color:#f0f0f0;background-color:#ffffff}.scheme_dark .menu_mobile_button{color:#faef81}.scheme_dark .menu_mobile_button:hover{color:#33a1e3}.scheme_dark .menu_mobile_close:before,.scheme_dark .menu_mobile_close:after{border-color:#faef81}.scheme_dark .menu_mobile_close:hover:before,.scheme_dark .menu_mobile_close:hover:after{border-color:#33a1e3}.scheme_dark .menu_mobile_inner a{color:#ffffff}.scheme_dark .header_position_over .menu_mobile_inner a{color:#f0f0f0}.scheme_dark .menu_mobile_inner a:hover,.scheme_dark .menu_mobile_inner .current-menu-ancestor>a,.scheme_dark .menu_mobile_inner .current-menu-item>a{color:#faef81}.scheme_dark .menu_mobile_inner .search_mobile .search_submit{color:#b8c3cc}.scheme_dark .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_dark .menu_mobile_inner .search_mobile .search_submit:hover{color:#ffffff}.scheme_dark .menu_mobile_inner .social_item a{color:#faef81}.scheme_dark .menu_mobile_inner .social_item a:hover{color:#33a1e3}.scheme_dark .header_position_over .top-panel-top{background-color:#ffffff;color:#181e3d}.scheme_dark .top-panel-top{background-color:#0e1123}.scheme_dark .top-panel-top .phone-number:before{color:#faef81}.scheme_dark .top_panel_title_wrap{background-color:#ffffff}.scheme_dark .top_panel_title .page_caption,.scheme_dark .top_panel_title .page_caption em,.scheme_dark .top_panel_title .page_caption b,.scheme_dark .top_panel_title .post_meta{color:#f0f0f0}.scheme_dark .breadcrumbs{color:#faef81}.scheme_dark .breadcrumbs a{color:#faef81}.scheme_dark .breadcrumbs a:hover{color:#33a1e3}.scheme_dark .getcab_tabs .getcab_tabs_titles li a{color:#ffffff;background-color:#0e1123}.scheme_dark .getcab_tabs .getcab_tabs_titles li a:hover{color:#f0f0f0;background-color:#faef81}.scheme_dark .getcab_tabs .getcab_tabs_titles li.ui-state-active a{color:#070811;background-color:#ffffff}.scheme_dark .post_item{color:#969fa6}.scheme_dark .post_meta,.scheme_dark .post_meta_item,.scheme_dark .post_meta_item a,.scheme_dark .post_meta_item:before,.scheme_dark .post_meta_item:hover:before,.scheme_dark .post_date a,.scheme_dark .post_date:before,.scheme_dark .post_info .post_info_item,.scheme_dark .post_info .post_info_item a,.scheme_dark .post_info_counters .post_counters_item,.scheme_dark .post_counters .socials_share .socials_caption:before,.scheme_dark .post_counters .socials_share .socials_caption:hover:before{color:#b8c3cc}.scheme_dark .post_date a:hover,.scheme_dark a.post_meta_item:hover,.scheme_dark .post_meta_item a:hover,.scheme_dark .post_info .post_info_item a:hover,.scheme_dark .post_info_counters .post_counters_item:hover{color:#ffffff}.scheme_dark .post_counters_item .post_counters_number:before,.scheme_dark .post_meta_item.post_date:before,.scheme_dark .post_item .post_title a:hover{color:#faef81}.scheme_dark .post_meta_item.post_categories a{color:#faef81}.scheme_dark .post_meta_item.post_categories a:hover{color:#33a1e3}.scheme_dark .post_meta_item .socials_share .social_items{background-color:#070811}.scheme_dark .post_meta_item .social_items,.scheme_dark .post_meta_item .social_items:before{background-color:#070811;border-color:#2b2e41;color:#b8c3cc}.scheme_dark .post_layout_excerpt + .post_layout_excerpt{border-color:#2b2e41}.scheme_dark .post_layout_classic{border-color:#2b2e41}.scheme_dark.gallery_preview:before{background-color:#070811}.scheme_dark.gallery_preview{color:#969fa6}.scheme_dark .post_featured:after{background-color:#070811}.scheme_dark .format-audio .post_featured .post_audio_author{}.scheme_dark .format-audio .post_featured.without_thumb .post_audio{background-color:#f7f7f7}.scheme_dark .format-audio .post_featured.without_thumb .post_audio_title{color:#ffffff}.scheme_dark .without_thumb .mejs-controls .mejs-currenttime,.scheme_dark .without_thumb .mejs-controls .mejs-duration{color:#969fa6}.scheme_dark .mejs-controls .mejs-button,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{color:#f0f0f0;background:#faef81}.scheme_dark .mejs-controls .mejs-button:hover{color:#070811;background:#ffffff}.scheme_dark .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.scheme_dark .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_dark .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#070811}.scheme_dark .format-aside .post_content_inner{color:#ffffff;background-color:#0e1123}.scheme_dark .format-link .post_content_inner,.scheme_dark .format-status .post_content_inner{color:#ffffff}.scheme_dark .format-chat p>b,.scheme_dark .format-chat p>strong{color:#ffffff}.scheme_dark .post_layout_chess .post_content_inner:after{background:linear-gradient(to top,#070811 0%,rgba(7,8,17,0) 100%) no-repeat scroll right top / 100% 100% rgba(7,8,17,0)}.scheme_dark .post_layout_chess_1 .post_meta:before{background-color:#2b2e41}.scheme_dark .nav-links-old{color:#ffffff}.scheme_dark .nav-links-old a:hover{color:#ffffff;border-color:#ffffff}.scheme_dark .page_links>a,.scheme_dark .nav-links .page-numbers,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a{color:#ffffff}.scheme_dark .page_links>a:hover,.scheme_dark .nav-links a.page-numbers:hover,.scheme_dark .page_links>span:not(.page_links_title),.scheme_dark .nav-links .page-numbers.current,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{color:#faef81}.scheme_dark .post_item_single .post_header .post_date{color:#b8c3cc}.scheme_dark .post_item_single .post_header .post_categories,.scheme_dark .post_item_single .post_header .post_categories a{color:#faef81}.scheme_dark .post_item_single .post_content .post_meta_label,.scheme_dark .post_item_single .post_content .post_meta_item:hover .post_meta_label{color:#ffffff}.scheme_dark .post_item_single .post_content .post_categories a,.scheme_dark .post_item_single .post_content .post_tags,.scheme_dark .post_item_single .post_content .post_tags a{color:#969fa6}.scheme_dark .post_item_single .post_content .post_categories a:hover,.scheme_dark .post_item_single .post_content .post_tags a:hover{color:#faef81}.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item a{color:#faef81 !important;border-color:#faef81 !important;background:transparent !important}.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item a:hover{background:#faef81 !important;color:#f0f0f0 !important;border-color:#faef81 !important}.scheme_dark .post-password-form input[type="submit"]{border-color:#ffffff}.scheme_dark .post-password-form input[type="submit"]:hover,.scheme_dark .post-password-form input[type="submit"]:focus{color:#070811}.scheme_dark .nav-links-single .nav-links{border-color:#2b2e41}.scheme_dark .nav-links-single .nav-links a .meta-nav{color:#b8c3cc}.scheme_dark .nav-links-single .nav-links a .post_date{color:#b8c3cc}.scheme_dark .nav-links-single .nav-links a:hover .meta-nav,.scheme_dark .nav-links-single .nav-links a:hover .post_date{color:#ffffff}.scheme_dark .nav-links-single .nav-links a:hover .post-title{color:#faef81}.scheme_dark .author_info{color:#969fa6;background-color:#f7f7f7}.scheme_dark .author_info .author_title{color:#ffffff}.scheme_dark .author_info a{color:#ffffff}.scheme_dark .author_info a:hover{color:#faef81}.scheme_dark .related_wrap{border-color:#2b2e41}.scheme_dark .related_wrap .related_item_style_1 .post_header{background-color:rgba(7,8,17,0.7)}.scheme_dark .related_wrap .related_item_style_1:hover .post_header{background-color:#070811}.scheme_dark .related_wrap .related_item_style_1 .post_date a{color:#969fa6}.scheme_dark .related_wrap .related_item_style_1:hover .post_date a{color:#b8c3cc}.scheme_dark .related_wrap .related_item_style_1:hover .post_date a:hover{color:#ffffff}.scheme_dark .comments_list_wrap,.scheme_dark .comments_list_wrap>ul{border-color:#2b2e41}.scheme_dark .comments_list_wrap li + li,.scheme_dark .comments_list_wrap li ul{border-color:#2b2e41}.scheme_dark .comments_list_wrap .comment_info{color:#969fa6}.scheme_dark .comments_list_wrap .comment_counters a{color:#faef81}.scheme_dark .comments_list_wrap .comment_info .comment_author,.scheme_dark .comments_list_wrap .comment_info .comment_date,.scheme_dark .comments_list_wrap .comment_counters a:before{color:#faef81}.scheme_dark .comments_list_wrap .comment_counters a:hover:before,.scheme_dark .comments_list_wrap .comment_counters a:hover{color:#33a1e3}.scheme_dark .comments_list_wrap .comment_text{color:#969fa6}.scheme_dark .comments_list_wrap .comment_reply a{color:#ffffff}.scheme_dark .comments_list_wrap .comment_reply a:hover{color:#faef81}.scheme_dark .comments_form_wrap{border-color:#2b2e41}.scheme_dark .comments_wrap .comments_notes{color:#b8c3cc}.scheme_dark .comment_text table tbody tr th{background-color:#faef81 !important}.scheme_dark .post_item_404 .page_title{color:#b8c3cc}.scheme_dark .post_item_404 .page_description{color:#faef81}.scheme_dark .post_item_404 .go_home{border-color:#ffffff}.scheme_dark .sidebar_inner{background-color:#f7f7f7;color:#969fa6}.scheme_dark .sidebar_inner aside + aside{border-color:#181e3d}.scheme_dark .sidebar_inner h1,.scheme_dark .sidebar_inner h2,.scheme_dark .sidebar_inner h3,.scheme_dark .sidebar_inner h4,.scheme_dark .sidebar_inner h5,.scheme_dark .sidebar_inner h6,.scheme_dark .sidebar_inner h1 a,.scheme_dark .sidebar_inner h2 a,.scheme_dark .sidebar_inner h3 a,.scheme_dark .sidebar_inner h4 a,.scheme_dark .sidebar_inner h5 a,.scheme_dark .sidebar_inner h6 a{color:#ffffff}.scheme_dark .sidebar_inner h1 a:hover,.scheme_dark .sidebar_inner h2 a:hover,.scheme_dark .sidebar_inner h3 a:hover,.scheme_dark .sidebar_inner h4 a:hover,.scheme_dark .sidebar_inner h5 a:hover,.scheme_dark .sidebar_inner h6 a:hover{color:#faef81}.scheme_dark aside{color:#969fa6}.scheme_dark aside a{color:#faef81}.scheme_dark aside a:hover{color:#33a1e3}.scheme_dark aside li>a{color:#969fa6}.scheme_dark aside li>a:hover{color:#faef81}.scheme_dark .widget_archive li{color:#ffffff}.scheme_dark .widget_calendar caption,.scheme_dark .wp-block-calendar caption{color:#ffffff}.scheme_dark .footer_wrap .widget_calendar caption,.scheme_dark .footer_wrap .wp-block-calendar caption{color:#f0f0f0}.scheme_dark .widget_calendar th,.scheme_dark .wp-block-calendar th{color:#969fa6}.scheme_dark .widget_calendar tbody td,.scheme_dark .wp-block-calendar tbody td{color:#969fa6 !important}.scheme_dark .widget_calendar tbody td a,.scheme_dark .wp-block-calendar tbody td a{color:#faef81}.scheme_dark .widget_calendar tbody td a:hover,.scheme_dark .wp-block-calendar tbody td a:hover{color:#33a1e3}.scheme_dark .widget_calendar tbody td a:after,.scheme_dark .wp-block-calendar tbody td a:after{background-color:#faef81}.scheme_dark .widget_calendar td#today,.scheme_dark .wp-block-calendar td#today{color:#f0f0f0 !important}.scheme_dark .widget_calendar td#today a,.scheme_dark .wp-block-calendar td#today a{color:#f0f0f0}.scheme_dark .widget_calendar td#today a:hover,.scheme_dark .wp-block-calendar td#today a:hover{color:#f0f0f0}.scheme_dark .widget_calendar td#today:before,.scheme_dark .wp-block-calendar td#today:before{background-color:#faef81}.scheme_dark .widget_calendar td#today:hover:before,.scheme_dark .wp-block-calendar td#today:hover:before{background-color:#33a1e3}.scheme_dark .widget_calendar td#today a:after,.scheme_dark .wp-block-calendar td#today a:after{background-color:#33a1e3}.scheme_dark .widget_calendar td#today a:hover:after,.scheme_dark .wp-block-calendar td#today a:hover:after{background-color:#f0f0f0}.scheme_dark .widget_calendar #prev a,.scheme_dark .widget_calendar #next a,.scheme_dark .wp-block-calendar #prev a,.scheme_dark .wp-block-calendar #next a,.scheme_dark .widget_calendar .wp-calendar-nav-prev a,.scheme_dark .widget_calendar .wp-calendar-nav-next a,.scheme_dark .wp-block-calendar .wp-calendar-nav-prev a,.scheme_dark .wp-block-calendar .wp-calendar-nav-next a{color:#faef81}.scheme_dark .widget_calendar #prev a:hover,.scheme_dark .widget_calendar #next a:hover,.scheme_dark .wp-block-calendar #prev a:hover,.scheme_dark .wp-block-calendar #next a:hover,.scheme_dark .widget_calendar .wp-calendar-nav-prev a:hover,.scheme_dark .widget_calendar .wp-calendar-nav-next a:hover,.scheme_dark .wp-block-calendar .wp-calendar-nav-prev a:hover,.scheme_dark .wp-block-calendar .wp-calendar-nav-next a:hover{color:#33a1e3}.scheme_dark .widget_calendar td#prev a:before,.scheme_dark .widget_calendar td#next a:before,.scheme_dark .wp-block-calendar td#prev a:before,.scheme_dark .wp-block-calendar td#next a:before,.scheme_dark .widget_calendar .wp-calendar-nav-prev a:before,.scheme_dark .widget_calendar .wp-calendar-nav-next a:before,.scheme_dark .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_dark .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#f7f7f7}.scheme_dark .content .widget_calendar td#prev a:before,.scheme_dark .content .widget_calendar td#next a:before,.scheme_dark .content .wp-block-calendar td#prev a:before,.scheme_dark .content .wp-block-calendar td#next a:before,.scheme_dark .content .widget_calendar .wp-calendar-nav-prev a:before,.scheme_dark .content .widget_calendar .wp-calendar-nav-next a:before,.scheme_dark .content .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_dark .content .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#070811}.scheme_dark .site_footer_wrap .widget_calendar td#prev a:before,.scheme_dark .site_footer_wrap .widget_calendar td#next a:before,.scheme_dark .site_footer_wrap .wp-block-calendar td#prev a:before,.scheme_dark .site_footer_wrap .wp-block-calendar td#next a:before,.scheme_dark .site_footer_wrap .widget_calendar .wp-calendar-nav-prev a:before,.scheme_dark .site_footer_wrap .widget_calendar .wp-calendar-nav-next a:before,.scheme_dark .site_footer_wrap .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_dark .site_footer_wrap .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_dark .widget_categories li{color:#969fa6}.scheme_dark .widget_product_tag_cloud a,.scheme_dark .widget_tag_cloud a,.scheme_dark .wp-block-tag-cloud a{color:#969fa6;background-color:#070811}.scheme_dark .widget_product_tag_cloud a:hover,.scheme_dark .widget_tag_cloud a:hover,.scheme_dark .wp-block-tag-cloud a:hover{color:#f0f0f0 !important;background-color:#faef81 !important}.scheme_dark .widget_rss .widget_title a{color:#ffffff}.scheme_dark .footer_wrap .widget_rss .widget_title a{color:#f0f0f0}.scheme_dark .widget_rss .widget_title a:hover,.scheme_dark .footer_wrap .widget_rss .widget_title a:hover{color:#33a1e3}.scheme_dark .widget_rss .widget_title a:first-child{color:#ffffff}.scheme_dark .footer_wrap .widget_rss .widget_title a:first-child{color:#f0f0f0}.scheme_dark .widget_rss .widget_title a:first-child:hover,.scheme_dark .footer_wrap .widget_rss .widget_title a:first-child:hover{color:#33a1e3}.scheme_dark .widget_rss .rss-date{color:#b8c3cc}.scheme_dark.site_footer_wrap{background-color:#ffffff;color:#b8c3cc}.scheme_dark.site_footer_wrap aside{color:#b8c3cc}.scheme_dark.site_footer_wrap aside li>a,.scheme_dark.site_footer_wrap aside strong{color:#b8c3cc}.scheme_dark.site_footer_wrap .widget_title,.scheme_dark.site_footer_wrap .widget_contacts .contacts_info span a:hover,.scheme_dark.site_footer_wrap aside li>a:hover{color:#f0f0f0}.scheme_dark.site_footer_wrap aside{border-color:#181e3d}.scheme_dark.site_footer_wrap .widget_contacts .contacts_info{color:#b8c3cc}.scheme_dark.site_footer_wrap .widget_contacts .contacts_info span a{color:#b8c3cc}.scheme_dark.site_footer_wrap h1,.scheme_dark.site_footer_wrap h2,.scheme_dark.site_footer_wrap h3,.scheme_dark.site_footer_wrap h4,.scheme_dark.site_footer_wrap h5,.scheme_dark.site_footer_wrap h6,.scheme_dark.site_footer_wrap h1 a,.scheme_dark.site_footer_wrap h2 a,.scheme_dark.site_footer_wrap h3 a,.scheme_dark.site_footer_wrap h4 a,.scheme_dark.site_footer_wrap h5 a,.scheme_dark.site_footer_wrap h6 a{color:#ffffff}.scheme_dark.site_footer_wrap h1 a:hover,.scheme_dark.site_footer_wrap h2 a:hover,.scheme_dark.site_footer_wrap h3 a:hover,.scheme_dark.site_footer_wrap h4 a:hover,.scheme_dark.site_footer_wrap h5 a:hover,.scheme_dark.site_footer_wrap h6 a:hover{color:#faef81}.scheme_dark .logo_footer_wrap_inner{border-color:#181e3d}.scheme_dark .logo_footer_wrap_inner:after{background-color:#969fa6}.scheme_dark .socials_footer_wrap_inner .social_item .social_icons{border-color:#969fa6;color:#969fa6}.scheme_dark .socials_footer_wrap_inner .social_item .social_icons:hover{border-color:#ffffff;color:#ffffff}.scheme_dark .menu_footer_nav_area ul li a{color:#ffffff}.scheme_dark .menu_footer_nav_area ul li a:hover{color:#faef81}.scheme_dark.site_footer_wrap .menu_footer_nav_area ul li a{color:#f0f0f0}.scheme_dark.site_footer_wrap .menu_footer_nav_area ul li a:hover{color:#faef81}.scheme_dark .menu_footer_nav_area ul li+li:before{border-color:#b8c3cc}.scheme_dark .copyright_wrap_inner{background-color:#ffffff;color:#b8c3cc}.scheme_dark .footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_dark .logo_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_dark .socials_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_dark .menu_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap{border-color:rgba(7,8,17,0.2)}.scheme_dark .copyright_wrap_inner a{color:#f0f0f0}.scheme_dark .copyright_wrap_inner a:hover{color:#faef81}.scheme_dark .copyright_wrap_inner .copyright_text{color:#b8c3cc}.scheme_dark .copyright_wrap_inner a.social_icons{color:#969fa6}.scheme_dark .copyright_wrap_inner a.social_icons:hover{color:#ffffff;border-color:#faef81;background-color:#faef81}.scheme_dark .theme_button,.scheme_dark .more-link,.scheme_dark .socials_share:not(.socials_type_drop) .social_icons,.scheme_dark .comments_wrap .form-submit input[type="submit"]{color:#f0f0f0 !important;background-color:#faef81 !important}.scheme_dark .sc_button_bordered:not(.sc_button_bg_image){color:#faef81 !important;border-color:#faef81 !important}.scheme_dark .sc_button_bordered:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_bordered:not(.sc_button_bg_image):focus{color:#33a1e3 !important;border-color:#33a1e3 !important}.scheme_dark .theme_button:hover,.scheme_dark .more-link:hover,.scheme_dark .socials_share:not(.socials_type_drop) .social_icons:hover,.scheme_dark .comments_wrap .form-submit input[type="submit"]:hover,.scheme_dark .comments_wrap .form-submit input[type="submit"]:focus{color:#070811 !important;background-color:#ffffff !important}.scheme_dark .wp-block-button__link{color:#f0f0f0;background-color:#faef81}.scheme_dark .wp-block-button__link:hover{color:#070811;background-color:#ffffff}.scheme_dark .wp-block-button.is-style-outline .wp-block-button__link{color:#faef81;background-color:rgba(7,8,17,0);border-color:#faef81}.scheme_dark .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#ffffff;border-color:#ffffff;background-color:rgba(7,8,17,0)}.scheme_dark .format-video .post_featured.with_thumb .post_video_hover{color:#ffffff;background-color:#f0f0f0}.scheme_dark .format-video .post_featured.with_thumb .post_video_hover:hover{color:#faef81;background-color:#f0f0f0}.scheme_dark .theme_scroll_down:hover{color:#faef81}.scheme_dark a[rel='magnific']:before{background-color:#ffffff}.scheme_dark .mfp-bg{background-color:rgba(7,8,17,0.7)}.scheme_dark .mfp-image-holder .mfp-close,.scheme_dark .mfp-iframe-holder .mfp-close{color:#ffffff}.scheme_dark .mfp-image-holder .mfp-close:hover,.scheme_dark .mfp-iframe-holder .mfp-close:hover{color:#faef81}.scheme_dark .top-panel-top .phone-number a{color:#969fa6}.scheme_dark .top-panel-top .phone-number a:hover{color:#faef81}/* Date & Time Picker Field */.scheme_dark .xdsoft_datetimepicker.xdsoft_default{background:#070811}.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label{background:#070811}.scheme_dark .xdsoft_datetimepicker .xdsoft_calendar th{color:#ffffff}.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td,.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar th{background:#070811;border-color:#2b2e41}.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div{background:#070811}.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td:hover,.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div:hover,.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{background:#33a1e3 !important}.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#33a1e3;box-shadow:#2b2e41 0 1px 0 0 inset}.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_default,.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_current,.scheme_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#33a1e3;box-shadow:#2b2e41 0 1px 0 0 inset}.scheme_dark .wp-block-cover-image .wp-block-subhead:not(.has-text-color),.scheme_dark .wp-block-cover-image h1:not(.has-text-color),.scheme_dark .wp-block-cover-image h2:not(.has-text-color),.scheme_dark .wp-block-cover-image h3:not(.has-text-color),.scheme_dark .wp-block-cover-image h4:not(.has-text-color),.scheme_dark .wp-block-cover-image h5:not(.has-text-color),.scheme_dark .wp-block-cover-image h6:not(.has-text-color),.scheme_dark .wp-block-cover-image p:not(.has-text-color),.scheme_dark .wp-block-cover .wp-block-subhead:not(.has-text-color),.scheme_dark .wp-block-cover h1:not(.has-text-color),.scheme_dark .wp-block-cover h2:not(.has-text-color),.scheme_dark .wp-block-cover h3:not(.has-text-color),.scheme_dark .wp-block-cover h4:not(.has-text-color),.scheme_dark .wp-block-cover h5:not(.has-text-color),.scheme_dark .wp-block-cover h6:not(.has-text-color),.scheme_dark .wp-block-cover p:not(.has-text-color),.scheme_dark .wp-block-cover p:not(.has-text-color) strong{color:#f0f0f0}.scheme_dark .cc-btn.cc-deny{color:#faef81!important}.scheme_dark .cc-btn.cc-deny:hover{color:#33a1e3!important}.scheme_dark sr7-module .wpcf7-list-item-label{color:#f0f0f0}.scheme_dark .wpcf7-list-item-label{color:#ffffff}.scheme_dark .wpcf7-form .columns_wrap>[class*="column-"] input[type="date"]:after{background-color:#070811}.scheme_dark .wpcf7-form .columns_wrap>[class*="column-"] .date:after{background-color:#070811}.scheme_dark .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#ffffff !important}.scheme_dark .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#b8c3cc !important}.scheme_dark .wpcf7 form .wpcf7-response-output{color:#ffffff}/* ================= MAIN MENU ITEM'S HOVERS ==================== */.scheme_dark .menu_hover_fade_box .menu_main_nav>a:hover,.scheme_dark .menu_hover_fade_box .menu_main_nav>li>a:hover,.scheme_dark .menu_hover_fade_box .menu_main_nav>li.sfHover>a{color:#faef81;background-color:#0e1123}.scheme_dark .menu_hover_slide_line .menu_main_nav>li#blob{background-color:#faef81}.scheme_dark .menu_hover_slide_box .menu_main_nav>li#blob{background-color:#0e1123}.scheme_dark .menu_hover_zoom_line .menu_main_nav>li>a:before{background-color:#faef81}.scheme_dark .menu_hover_path_line .menu_main_nav>li:before,.scheme_dark .menu_hover_path_line .menu_main_nav>li:after,.scheme_dark .menu_hover_path_line .menu_main_nav>li>a:before,.scheme_dark .menu_hover_path_line .menu_main_nav>li>a:after{background-color:#faef81}.scheme_dark .menu_hover_roll_down .menu_main_nav>li>a:before{background-color:#faef81}.scheme_dark .menu_hover_color_line .menu_main_nav>li>a:before{background-color:#ffffff}.scheme_dark .menu_hover_color_line .menu_main_nav>li>a:after,.scheme_dark .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:after{background-color:#faef81}.scheme_dark .menu_hover_color_line .menu_main_nav>li.sfHover>a,.scheme_dark .menu_hover_color_line .menu_main_nav>li>a:hover,.scheme_dark .menu_hover_color_line .menu_main_nav>li>a:focus{color:#faef81}/* ================= BUTTON'S HOVERS ==================== */.scheme_dark .sc_button_hover_slide_left{background:linear-gradient(to right, #33a1e3 0%,#faef81 50%,#faef81 50%,#33a1e3 100%) no-repeat scroll right bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_slide_right{background:linear-gradient(to left, #ffffff 50%,#faef81 50%) no-repeat scroll left bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_slide_top{background:linear-gradient(to bottom, #ffffff 50%,#faef81 50%) no-repeat scroll right bottom / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffffff 50%,#faef81 50%) no-repeat scroll right top / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_left{background:linear-gradient(to right, #faef81 50%,#33a1e3 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_right{background:linear-gradient(to left, #faef81 50%,#33a1e3 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_top{background:linear-gradient(to bottom, #faef81 50%,#33a1e3 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_bottom{background:linear-gradient(to top,#faef81 50%,#33a1e3 50%) no-repeat scroll right top / 100% 210% #ffffff !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_left{background:linear-gradient(to right, #f0f0f0 50%,#faef81 50%) no-repeat scroll right bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_right{background:linear-gradient(to left, #f0f0f0 50%,#faef81 50%) no-repeat scroll left bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_top{background:linear-gradient(to bottom, #f0f0f0 50%,#faef81 50%) no-repeat scroll right bottom / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{background:linear-gradient(to top,#f0f0f0 50%,#faef81 50%) no-repeat scroll right top / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_left{background:linear-gradient(to right, #33a1e3 50%,#faef81 50%) no-repeat scroll right bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_right{background:linear-gradient(to left, #33a1e3 50%,#faef81 50%) no-repeat scroll left bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_top{background:linear-gradient(to bottom, #33a1e3 50%,#faef81 50%) no-repeat scroll right bottom / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_bottom{background:linear-gradient(to top,#33a1e3 50%,#faef81 50%) no-repeat scroll right top / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_left{background:linear-gradient(to right, #ffffff 50%,#faef81 50%) no-repeat scroll right bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_right{background:linear-gradient(to left, #ffffff 50%,#faef81 50%) no-repeat scroll left bottom / 210% 100% #faef81 !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_top{background:linear-gradient(to bottom, #ffffff 50%,#faef81 50%) no-repeat scroll right bottom / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffffff 50%,#faef81 50%) no-repeat scroll right top / 100% 210% #faef81 !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_left{background:linear-gradient(to right, #faef81 50%,#070811 50%) no-repeat scroll right bottom / 210% 100% #181e3d !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_right{background:linear-gradient(to left, #faef81 50%,#181e3d 50%) no-repeat scroll left bottom / 210% 100% #181e3d !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_top{background:linear-gradient(to bottom, #faef81 50%,#181e3d 50%) no-repeat scroll right bottom / 100% 210% #181e3d !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{background:linear-gradient(to top,#faef81 50%,#181e3d 50%) no-repeat scroll right top / 100% 210% #181e3d !important}.scheme_dark .sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_slide_left.active,.scheme_dark .ui-state-active .sc_button_hover_slide_left,.scheme_dark .vc_active .sc_button_hover_slide_left,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_dark li.active .sc_button_hover_slide_left{background-position:left bottom !important}.scheme_dark .sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_slide_right.active,.scheme_dark .ui-state-active .sc_button_hover_slide_right,.scheme_dark .vc_active .sc_button_hover_slide_right,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_dark li.active .sc_button_hover_slide_right{background-position:right bottom !important}.scheme_dark .sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_slide_top.active,.scheme_dark .ui-state-active .sc_button_hover_slide_top,.scheme_dark .vc_active .sc_button_hover_slide_top,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_dark li.active .sc_button_hover_slide_top{background-position:right top !important}.scheme_dark .sc_button_hover_slide_bottom:hover,.scheme_dark .sc_button_hover_slide_bottom.active,.scheme_dark .ui-state-active .sc_button_hover_slide_bottom,.scheme_dark .vc_active .sc_button_hover_slide_bottom,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_dark li.active .sc_button_hover_slide_bottom{background-position:right bottom !important}/* ================= IMAGE'S HOVERS ==================== */.scheme_dark .post_featured .mask{background-color:rgba(255,255,255,0.7)}.scheme_dark .post_featured.hover_dots:hover .mask{background-color:rgba(255,255,255,0.7)}.scheme_dark .post_featured.hover_dots .icons span{background-color:#faef81}.scheme_dark .post_featured.hover_dots .post_info{color:#f0f0f0}.scheme_dark .post_featured.hover_icon .icons a{color:#faef81}.scheme_dark .post_featured.hover_icon a:hover{color:#f0f0f0}.scheme_dark .post_featured.hover_icons .icons a{background-color:rgba(7,8,17,0.7);color:#ffffff}.scheme_dark .post_featured.hover_icons a:hover{background-color:#070811;color:#faef81}.scheme_dark .post_featured.hover_fade .post_info,.scheme_dark .post_featured.hover_fade .post_info a,.scheme_dark .post_featured.hover_fade .post_info .post_meta_item,.scheme_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,.scheme_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before{color:#f0f0f0}.scheme_dark .post_featured.hover_fade .post_info a:hover{color:#faef81}.scheme_dark .post_featured.hover_slide .post_info,.scheme_dark .post_featured.hover_slide .post_info a,.scheme_dark .post_featured.hover_slide .post_info .post_meta_item,.scheme_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,.scheme_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before{color:#f0f0f0}.scheme_dark .post_featured.hover_slide .post_info a:hover{color:#faef81}.scheme_dark .post_featured.hover_slide .post_info .post_title:after{background-color:#f0f0f0}.scheme_dark .post_featured.hover_pull .post_info,.scheme_dark .post_featured.hover_pull .post_info a{color:#f0f0f0}.scheme_dark .post_featured.hover_pull .post_info a:hover{color:#faef81}.scheme_dark .post_featured.hover_pull .post_info .post_descr{background-color:#ffffff}.scheme_dark .post_featured.hover_border .post_info,.scheme_dark .post_featured.hover_border .post_info a,.scheme_dark .post_featured.hover_border .post_info .post_meta_item,.scheme_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:before,.scheme_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before{color:#f0f0f0}.scheme_dark .post_featured.hover_border .post_info a:hover{color:#faef81}.scheme_dark .post_featured.hover_border .post_info:before,.scheme_dark .post_featured.hover_border .post_info:after{border-color:#f0f0f0}.scheme_dark .post_featured.hover_shop .icons a{color:#070811;border-color:#faef81 !important;background-color:transparent}.scheme_dark .post_featured.hover_shop .icons a:hover{color:#f0f0f0;border-color:#faef81 !important;background-color:#faef81}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{color:#33a1e3}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{border-color:#33a1e3}.scheme_dark .trx_addons_accent,.scheme_dark .trx_addons_accent>*{color:#faef81}.scheme_dark .trx_addons_hover,.scheme_dark .trx_addons_hover>*{color:#33a1e3}.scheme_dark .trx_addons_accent_bg{background-color:#faef81;color:#f0f0f0}.scheme_dark .trx_addons_accent2,.scheme_dark .trx_addons_accent2>*{color:#ff6469}.scheme_dark .trx_addons_accent2_bg{background-color:#ff6469;color:#ffffff}.scheme_dark .trx_addons_inverse{color:#070811;background-color:#ffffff}.scheme_dark .trx_addons_dark,.scheme_dark .trx_addons_dark>a{color:#ffffff}.scheme_dark .trx_addons_dark>a:hover{color:#faef81}.scheme_dark .trx_addons_inverse,.scheme_dark .trx_addons_inverse>a{color:#070811;background-color:#ffffff}.scheme_dark .trx_addons_inverse>a:hover{color:#13162b}.scheme_dark .trx_addons_dropcap_style_1{color:#faef81}.scheme_dark .trx_addons_dropcap_style_2{color:#ffffff}.scheme_dark ul[class*="trx_addons_list"]>li:before{color:#faef81}.scheme_dark ul[class*="trx_addons_list"][class*="_circled"]>li:before{color:#f0f0f0;background-color:#faef81}.scheme_dark .trx_addons_list_parameters>li + li{border-color:#2b2e41}.scheme_dark .trx_addons_tooltip{color:#969fa6;border-color:#969fa6}.scheme_dark .trx_addons_tooltip:before{color:#070811;background-color:#ffffff}.scheme_dark .trx_addons_tooltip:after{border-top-color:#ffffff}.scheme_dark blockquote.trx_addons_blockquote_style_1:before,.scheme_dark blockquote.trx_addons_blockquote_style_1{color:#070811;background-color:#ffffff}.scheme_dark blockquote.trx_addons_blockquote_style_1 a,.scheme_dark blockquote.trx_addons_blockquote_style_1 cite{color:#faef81}.scheme_dark blockquote.trx_addons_blockquote_style_1 a:hover{color:#070811}.scheme_dark blockquote.trx_addons_blockquote_style_2{color:#f0f0f0;background-color:#faef81}.scheme_dark blockquote.trx_addons_blockquote_style_2:before,.scheme_dark blockquote.trx_addons_blockquote_style_2 a,.scheme_dark blockquote.trx_addons_blockquote_style_2 cite{color:#f0f0f0}.scheme_dark blockquote.trx_addons_blockquote_style_2 a:hover{color:#13162b}.scheme_dark .trx_addons_hover_mask{background-color:rgba(250,239,129,0.7)}.scheme_dark .trx_addons_hover_title{color:#f0f0f0}.scheme_dark .trx_addons_hover_text{color:#b8c3cc}.scheme_dark .trx_addons_hover_icon,.scheme_dark .trx_addons_hover_links a{color:#f0f0f0;background-color:#faef81}.scheme_dark .trx_addons_hover_icon:hover,.scheme_dark .trx_addons_hover_links a:hover{color:#faef81 !important;background-color:#0e1123}.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#070811;background-color:#181e3d}.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#f0f0f0;background-color:#faef81}.scheme_dark .slider_swiper .slide_info.slide_info_large{background-color:rgba(7,8,17,0.7)}.scheme_dark .slider_swiper .slide_info.slide_info_large:hover{background-color:#070811}.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_cats a{color:#faef81}.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_title a{color:#ffffff}.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_date{color:#969fa6}.scheme_dark .slider_swiper .slide_info.slide_info_large:hover .slide_date{color:#b8c3cc}.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_cats a:hover,.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_title a:hover{color:#33a1e3}.scheme_dark .slider_swiper.slider_multi .slide_cats a:hover,.scheme_dark .slider_swiper.slider_multi .slide_title a:hover,.scheme_dark .slider_swiper.slider_multi a:hover .slide_title{color:#33a1e3}.scheme_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a{color:#faef81;background-color:#ffffff;border-color:#ffffff}.scheme_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a:hover{color:#f0f0f0;background-color:#faef81;border-color:#faef81}.scheme_dark .slider_swiper.slider_controls_bottom .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_bottom .slider_controls_wrap>a{color:#070811;background-color:#ffffff;border-color:#ffffff}.scheme_dark .slider_swiper.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:#070811;border-color:#faef81;background-color:#faef81}.scheme_dark .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_dark .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_dark .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_dark .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{border-color:#faef81;background-color:#faef81}.scheme_dark .slider_swiper .swiper-pagination-bullet,.scheme_dark .slider_swiper_outer .swiper-pagination-bullet{background-color:#070811}.scheme_dark .slider_titles_outside_wrap .slide_title a{color:#ffffff}.scheme_dark .slider_titles_outside_wrap .slide_title a:hover{color:#faef81}.scheme_dark .slider_titles_outside_wrap .slide_cats,.scheme_dark .slider_titles_outside_wrap .slide_subtitle{color:#faef81}.scheme_dark .slider_style_modern .slider_controls_label{color:#070811}.scheme_dark .slider_style_modern .slider_pagination_wrap{color:#b8c3cc}.scheme_dark .slider_style_modern .swiper-pagination-current{color:#ffffff}.scheme_dark .sc_slider_controller .swiper-slide.swiper-slide-active{border-color:#faef81}.scheme_dark .sc_slider_controller_titles .swiper-slide{background-color:#0e1123}.scheme_dark .sc_slider_controller_titles .swiper-slide:after{background-color:#181e3d}.scheme_dark .sc_slider_controller_titles .swiper-slide.swiper-slide-active{background-color:#070811}.scheme_dark .sc_slider_controller_titles .sc_slider_controller_info_title{color:#ffffff}.scheme_dark .sc_slider_controller_titles .sc_slider_controller_info_number{color:#b8c3cc}.scheme_dark .sc_slider_controller_titles .slider_controls_wrap>a{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_slider_controller_titles .slider_controls_wrap>a:hover{color:#070811;background-color:#ffffff}.scheme_dark .trx_addons_audio_player.without_cover{border-color:#f7f7f7;background-color:#f7f7f7}.scheme_dark .trx_addons_audio_player.with_cover .audio_caption{color:#f0f0f0}.scheme_dark .trx_addons_audio_player .audio_author{color:#969fa6}.scheme_dark .trx_addons_audio_player .audio_caption{color:#ffffff}.scheme_dark .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{color:#969fa6}.scheme_dark .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time{color:#f0f0f0}.scheme_dark .widget_categories_list .categories_list_style_2 .categories_list_title a:hover{color:#ffffff}.scheme_dark .widget_contacts .contacts_info{color:#969fa6}.scheme_dark .widget_contacts .contacts_info span:before{color:#faef81}.scheme_dark .widget_contacts .contacts_info span a,.scheme_dark .widget_contacts .socials_wrap.contacts_socials a{color:#ffffff}.scheme_dark .widget_contacts .contacts_info span a:hover,.scheme_dark .widget_contacts .socials_wrap.contacts_socials a:hover{color:#faef81}.scheme_dark .widget_socials .social_item a{color:#f0f0f0;background-color:#faef81}.scheme_dark .widget_socials .social_item a:hover{color:#070811;background-color:#33a1e3}.scheme_dark .slider_engine_revo .widget_socials .social_item a{color:#ffffff}.scheme_dark .slider_engine_revo .widget_socials .social_item a:hover{color:#faef81}.scheme_dark .sc_recent_news_header{border-color:#ffffff}.scheme_dark .sc_recent_news_header_category_item_more{color:#faef81}.scheme_dark .sc_recent_news_header_more_categories{border-color:#181e3d;background-color:#0e1123}.scheme_dark .sc_recent_news_header_more_categories>a{color:#faef81}.scheme_dark .sc_recent_news_header_more_categories>a:hover{color:#33a1e3;background-color:#181e3d}.scheme_dark .sc_recent_news .post_counters_item,.scheme_dark .sc_recent_news .post_counters .post_counters_edit a{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_recent_news .post_counters_item:hover,.scheme_dark .sc_recent_news .post_counters .post_counters_edit a:hover{color:#070811;background-color:#ffffff}.scheme_dark .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_dark .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{color:#ffffff;background-color:#0e1123}.scheme_dark .sc_recent_news_style_news-magazine .post_accented_border{border-color:#2b2e41}.scheme_dark .sc_recent_news_style_news-excerpt .post_item{border-color:#2b2e41}.scheme_dark .widget_twitter .widget_content .sc_twitter_item,.scheme_dark .widget_twitter .widget_content li{color:#969fa6}.scheme_dark .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{color:#faef81 !important}.scheme_dark .widget_twitter .swiper-pagination-bullet{background-color:#b8c3cc}.scheme_dark .widget_twitter .swiper-pagination-bullet-active{background-color:#faef81}.scheme_dark .trx_addons_video_player.with_cover .video_hover{color:#ffffff;background-color:#f0f0f0}.scheme_dark .trx_addons_video_player.with_cover .video_hover:hover{color:#faef81;background-color:#f0f0f0}.scheme_dark .sidebar_inner .trx_addons_video_player.with_cover .video_hover{color:#faef81}.scheme_dark .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover{color:#070811;background-color:#faef81}.scheme_dark .sc_item_subtitle{color:#faef81}.scheme_dark .sc_item_subtitle.sc_item_title_style_shadow{color:#b8c3cc}.scheme_dark .sc_item_button a:not(.sc_button_bg_image){color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_item_button a:not(.sc_button_bg_image):hover{color:#070811;background-color:#33a1e3}.scheme_dark a.sc_button_simple:not(.sc_button_bg_image),.scheme_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image),.scheme_dark a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark a.sc_button_simple:not(.sc_button_bg_image):after,.scheme_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):after{color:#faef81}.scheme_dark a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark a.sc_button_simple:not(.sc_button_bg_image):hover:after,.scheme_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:after{color:#33a1e3 !important}.scheme_dark .trx_addons_hover_content .trx_addons_hover_links a{color:#f0f0f0;background-color:#faef81}.scheme_dark .trx_addons_hover_content .trx_addons_hover_links a:hover{color:#faef81 !important;background-color:#f0f0f0}.scheme_dark .sc_action_item .sc_action_item_subtitle{color:#faef81}.scheme_dark .sc_action_item_date,.scheme_dark .sc_action_item_info{color:#ffffff;border-color:#969fa6}.scheme_dark .sc_action_item_description{color:#969fa6}.scheme_dark .sc_action_item .sc_action_item_link{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_action_item .sc_action_item_link:hover{color:#070811;background-color:#ffffff}.scheme_dark .sc_action_item_event.with_image .sc_action_item_inner{background-color:#070811}.scheme_dark .sc_action.sc_action_application{background-color:#ffffff;color:#2b2e41}.scheme_dark .sc_action.sc_action_application .sc_action_item_description{color:#2b2e41}.scheme_dark .sc_action.sc_action_application .sc_item_title{color:#f0f0f0}.scheme_dark .toc_menu_item .toc_menu_icon{background-color:#070811;border-color:#2b2e41;color:#faef81}.scheme_dark .toc_menu_item:hover .toc_menu_icon,.scheme_dark .toc_menu_item_active .toc_menu_icon{background-color:#faef81;color:#f0f0f0}.scheme_dark .toc_menu_icon_default:before{background-color:#faef81}.scheme_dark .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_dark .toc_menu_item_active .toc_menu_icon_default:before{background-color:#ffffff}.scheme_dark .toc_menu_item .toc_menu_description{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_blogger.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_dark .sc_blogger_item{background-color:rgba(7,8,17,0)}.scheme_dark .sc_blogger_post_meta{color:#b8c3cc}.scheme_dark .sc_blogger_item_title a{color:#ffffff}.scheme_dark .sc_blogger_item_title a:hover{color:#faef81}.scheme_dark .sc_blogger_post_meta{color:#b8c3cc}.scheme_dark .sc_blogger_item_content{color:#969fa6}.scheme_dark .sc_blogger_item .more-link{color:#faef81}.scheme_dark .sc_blogger_item .more-link:hover{color:#ffffff}.scheme_dark .sc_countdown_default .sc_countdown_digits span{color:#f0f0f0;border-color:#33a1e3;background-color:#faef81}.scheme_dark .sc_countdown_circle .sc_countdown_digits{color:#ffffff;border-color:#f7f7f7}.scheme_dark .sc_courses.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_dark .sc_courses_default .sc_courses_item{background-color:#0e1123}.scheme_dark .sc_courses_default .sc_courses_item_categories{background-color:#ffffff}.scheme_dark .sc_courses_default .sc_courses_item_categories a{color:#070811}.scheme_dark .sc_courses_default .sc_courses_item_categories a:hover{color:#faef81}.scheme_dark .sc_courses_default .sc_courses_item_meta{color:#b8c3cc}.scheme_dark .sc_courses_default .sc_courses_item_date{color:#ffffff}.scheme_dark .sc_courses_default .sc_courses_item_price{color:#faef81}.scheme_dark .sc_courses_default .sc_courses_item_period{color:#b8c3cc}.scheme_dark .sc_events.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_dark .sc_events_default .sc_events_item{background-color:#0e1123}.scheme_dark .sc_events_default .sc_events_item_date{background-color:#faef81;color:#f0f0f0}.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_date{background-color:#ffffff}.scheme_dark .sc_events_default .sc_events_item_title{color:#ffffff}.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_title{color:#faef81}.scheme_dark .sc_events_default .sc_events_item_button{color:#faef81}.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_button{color:#ffffff}.scheme_dark .sc_events_detailed .sc_events_item,.scheme_dark .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_dark .sc_events_detailed .sc_events_item_button_wrap:before{border-color:#faef81}.scheme_dark .sc_events_detailed .sc_events_item_date,.scheme_dark .sc_events_detailed .sc_events_item_button{color:#faef81}.scheme_dark .sc_events_detailed .sc_events_item_title{color:#ffffff}.scheme_dark .sc_events_detailed .sc_events_item_time{color:#969fa6}.scheme_dark .sc_events_detailed .sc_events_item:hover{background-color:#faef81;color:#f0f0f0}.scheme_dark .sc_events_detailed .sc_events_item:hover,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time{color:#f0f0f0}.scheme_dark .sc_events_detailed .sc_events_item:hover,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{border-color:#f0f0f0}.scheme_dark.sc_form{background-color:#070811}.scheme_dark .sc_form_field_title{color:#ffffff}.scheme_dark .sc_form_field button{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_form_field button:hover{color:#f0f0f0;background-color:#33a1e3 !important}.scheme_dark .sc_form .sc_form_info_icon{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_form_info_title{color:#ffffff}.scheme_dark .sc_form .sc_form_info_data>a,.scheme_dark .sc_form .sc_form_info_data>span,.scheme_dark .sc_form .sc_form_info_data>span a{color:#969fa6}.scheme_dark .sc_form .sc_form_info_data>span a:hover{color:#faef81}.scheme_dark .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]:after{background-color:#2b2e41}.scheme_dark .sc_form .sc_form_info_data>a:hover{color:#faef81}.scheme_dark .sc_form_modern .sc_form_fields{background-color:#f7f7f7}.scheme_dark [class*="sc_input_hover_"] .sc_form_field_content{color:#ffffff}.scheme_dark .sc_input_hover_accent input[type="text"]:focus,.scheme_dark .sc_input_hover_accent input[type="number"]:focus,.scheme_dark .sc_input_hover_accent input[type="email"]:focus,.scheme_dark .sc_input_hover_accent input[type="password"]:focus,.scheme_dark .sc_input_hover_accent input[type="search"]:focus,.scheme_dark .sc_input_hover_accent select:focus,.scheme_dark .sc_input_hover_accent textarea:focus{border-color:#faef81 !important}.scheme_dark .sc_input_hover_accent .sc_form_field_hover:before{color:rgba(250,239,129,0.2)}.scheme_dark .sc_input_hover_path .sc_form_field_graphic{stroke:#181e3d}.scheme_dark .sc_input_hover_jump .sc_form_field_content{color:#ffffff}.scheme_dark .sc_input_hover_jump .sc_form_field_content:before{color:#faef81}.scheme_dark .sc_input_hover_jump input[type="text"],.scheme_dark .sc_input_hover_jump input[type="number"],.scheme_dark .sc_input_hover_jump input[type="email"],.scheme_dark .sc_input_hover_jump input[type="password"],.scheme_dark .sc_input_hover_jump input[type="search"],.scheme_dark .sc_input_hover_jump textarea{border-color:#181e3d}.scheme_dark .sc_input_hover_jump input[type="text"]:focus,.scheme_dark .sc_input_hover_jump input[type="number"]:focus,.scheme_dark .sc_input_hover_jump input[type="email"]:focus,.scheme_dark .sc_input_hover_jump input[type="password"]:focus,.scheme_dark .sc_input_hover_jump input[type="search"]:focus,.scheme_dark .sc_input_hover_jump textarea:focus{border-color:#faef81 !important}.scheme_dark .sc_input_hover_underline .sc_form_field_hover:before{background-color:#181e3d}.scheme_dark .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{background-color:#faef81}.scheme_dark .sc_input_hover_underline .sc_form_field_content{color:#ffffff}.scheme_dark .sc_input_hover_underline input:focus,.scheme_dark .sc_input_hover_underline textarea:focus,.scheme_dark .sc_input_hover_underline input.filled,.scheme_dark .sc_input_hover_underline textarea.filled,.scheme_dark .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{color:#faef81 !important}.scheme_dark .sc_input_hover_iconed .sc_form_field_hover{color:#969fa6}.scheme_dark .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{color:#ffffff}.scheme_dark .sc_googlemap_content,.scheme_dark.sc_googlemap_content{color:#969fa6;background-color:#070811}.scheme_dark .sc_googlemap_content b,.scheme_dark .sc_googlemap_content strong,.scheme_dark.sc_googlemap_content b,.scheme_dark.sc_googlemap_content strong{color:#ffffff}.scheme_dark .sc_googlemap_content_detailed:before{background-color:#faef81}.scheme_dark .sc_icons .sc_icons_icon{color:#faef81}.scheme_dark .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{color:#ffffff}.scheme_dark .sc_icons .sc_icons_title{color:#faef81}.scheme_dark .sc_icons_description,.scheme_dark .sc_icons_modern .sc_icons_description{color:#ffffff}.scheme_dark.sc_price{color:#969fa6;background-color:rgba(7,8,17,0);border-color:rgba(7,8,17,0)}.scheme_dark.sc_price .sc_price_icon{color:#f0f0f0;background-color:#faef81;border-color:#070811}.scheme_dark.sc_price:hover .sc_price_icon{color:#f0f0f0;background-color:#faef81;border-color:#070811}.scheme_dark .sc_price_info{background-color:#1f254d}.scheme_dark .sc_price_info .sc_price_description,.scheme_dark .sc_price_info .sc_price_details,.scheme_dark .sc_price_info .sc_price_subtitle ,.scheme_dark .sc_price_info .sc_price_title,.scheme_dark .sc_price_info .sc_price_title a{color:#f0f0f0}.scheme_dark.sc_price:hover .sc_price_link{background:#33a1e3 !important}.scheme_dark .sc_price_info .sc_price_price{color:#faef81}.scheme_dark .sc_price:hover .sc_price_info{background-color:#faef81}.scheme_dark .sc_price:hover .sc_price_info .sc_price_price{color:#f0f0f0}.scheme_dark .sc_price_info .sc_price_link{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_price_info .sc_price_link:hover{color:#070811;background-color:#ffffff}.scheme_dark .sc_promo.sc_promo_size_normal .sc_promo_title{color:#ffffff}.scheme_dark .sc_promo.sc_promo_size_normal .sc_promo_descr{color:#969fa6}.scheme_dark .sc_promo_modern .sc_promo_link2{color:#f0f0f0;background-color:#faef81 !important}.scheme_dark .sc_promo_modern .sc_promo_link2:hover{color:#070811;background-color:#ffffff}.scheme_dark.sc_promo .sc_promo_text_inner{background-color:#0e1123}.scheme_dark.sc_promo.sc_promo_size_normal .sc_promo_title{color:#faef81}.scheme_dark.sc_promo.sc_promo_size_normal .sc_promo_descr{color:#969fa6}.scheme_dark .sc_services_default .sc_services_item{color:#969fa6;background-color:rgba(7,8,17,0)}.scheme_dark .sc_services_default .sc_services_item_icon{color:#faef81}.scheme_dark .sc_services_default .sc_services_item:hover .sc_services_item_icon{color:#33a1e3}.scheme_dark .sc_services_default .sc_services_item_subtitle{color:#faef81}.scheme_dark .vc_row-has-fill .sc_services_default .sc_services_item_content{color:#ffffff}.scheme_dark .vc_row-has-fill .sc_services_default .sc_services_item_title a{color:#f0f0f0}.scheme_dark .vc_row-has-fill .sc_services_default .sc_services_item_title a:hover{color:#faef81}.scheme_dark .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:#2b2e41}.scheme_dark .vc_row-has-fill .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:rgba(7,8,17,0.2)}.scheme_dark .sc_services_default .sc_services_item_featured_left,.scheme_dark .sc_services_default .sc_services_item_featured_right,.scheme_dark .sc_services_list .sc_services_item{color:#969fa6;background-color:transparent}.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_right .sc_services_item_icon{color:#f0f0f0;background-color:#faef81;border-color:#faef81}.scheme_dark .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{color:#f0f0f0;background-color:#33a1e3;border-color:#33a1e3}.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle{color:#faef81}.scheme_dark .sc_services_iconed .sc_services_item{color:#969fa6;background-color:#0e1123}.scheme_dark .sc_services_iconed .sc_services_item_header{color:#070811;background-color:#ffffff}.scheme_dark .sc_services_iconed .sc_services_item_icon,.scheme_dark .sc_services_iconed .sc_services_item_subtitle a{color:#070811}.scheme_dark .sc_services_iconed .sc_services_item_icon:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_iconed .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_subtitle a{color:#faef81}.scheme_dark .sc_services_iconed .sc_services_item_title a{color:#faef81}.scheme_dark .sc_services_iconed .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_title a{color:#070811}.scheme_dark .sc_services.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}/* Skills (Counters) */.scheme_dark .sc_skills_counter .sc_skills_icon{color:#ffffff}.scheme_dark .sc_skills .sc_skills_total{color:#ffffff}.scheme_dark .sc_skills .sc_skills_item_title,.scheme_dark .sc_skills .sc_skills_legend_title,.scheme_dark .sc_skills .sc_skills_legend_value{color:#969fa6}.scheme_dark .sc_skills_counter .sc_skills_column + .sc_skills_column:before{background-color:#2b2e41}.scheme_dark .sc_socials .socials_wrap a{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_socials .socials_wrap a:hover{color:#070811;background-color:#ffffff}.scheme_dark .sc_testimonials_item_content{color:#969fa6}.scheme_dark .sc_testimonials_item_content:before{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_testimonials_item_author_title{color:#faef81}.scheme_dark .sc_testimonials_item_author_subtitle{color:#b8c3cc}.scheme_dark .sc_testimonials_simple .sc_testimonials_item_author_data:before{background-color:#969fa6}.scheme_dark .sc_testimonials .swiper-pagination-bullet{background-color:#faef81}.scheme_dark .sc_testimonials .swiper-pagination-bullet-active{background-color:#faef81}.scheme_dark .sc_testimonials .swiper-pagination-bullet-active:after,.scheme_dark .sc_testimonials .swiper-pagination-bullet:hover:after{border-color:#faef81}.scheme_dark .sc_testimonials_inverse .sc_testimonials_item_content,.scheme_dark .sc_testimonials_inverse .sc_testimonials_title{color:#f0f0f0}.scheme_dark .sc_testimonials_inverse .swiper-pagination-bullet{background-color:#f0f0f0}.scheme_dark .sc_testimonials_inverse .swiper-pagination-bullet-active{background-color:#f0f0f0}.scheme_dark .sc_testimonials_inverse .swiper-pagination-bullet-active:after,.scheme_dark .sc_testimonials_inverse .swiper-pagination-bullet:hover:after{border-color:#f0f0f0}.scheme_dark .sc_team_default .sc_team_item{color:#f0f0f0;background-color:#1f254d}.scheme_dark .sc_team_default .sc_team_item_title a{color:#f0f0f0}.scheme_dark .sc_team_default .sc_team_item_title a:hover{color:#faef81}.scheme_dark .sc_team_default .sc_team_item_subtitle{color:#f0f0f0}.scheme_dark .sc_team_default .sc_team_item_socials .social_item a,.scheme_dark .team_member_page .team_member_socials .social_item a{color:#f0f0f0;background-color:#faef81}.scheme_dark .sc_team_default .sc_team_item_socials .social_item a:hover,.scheme_dark .team_member_page .team_member_socials .social_item a:hover{color:#0e1123;background-color:#ffffff}.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_title a,.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_subtitle a,.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_content a{color:#f0f0f0}.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_title a:hover,.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_subtitle a:hover,.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_content a:hover{color:#f0f0f0}.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a{color:#f0f0f0;border-color:#f0f0f0}.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a:hover{color:#faef81;background-color:#f0f0f0}.scheme_dark .team_member_page .team_member_featured .team_member_avatar{border-color:#2b2e41}.scheme_dark .sc_team_short .sc_team_item_thumb{border-color:#faef81}.scheme_dark .sc_team.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_dark .trx_addons_scroll_to_top,.scheme_dark .trx_addons_cv .trx_addons_scroll_to_top{border-color:#faef81;background-color:#faef81;color:#f0f0f0}.scheme_dark .trx_addons_scroll_to_top:hover,.scheme_dark .trx_addons_cv .trx_addons_scroll_to_top:hover{border-color:#ffffff;background-color:#ffffff;color:#070811}.scheme_dark .trx_addons_popup{background-color:#0e1123;border-color:#181e3d;color:#969fa6}.scheme_dark .trx_addons_popup .mfp-close{background-color:#181e3d;border-color:#1f254d;color:#969fa6}.scheme_dark .trx_addons_popup .mfp-close:hover{background-color:#ffffff;color:#0e1123}.scheme_dark .trx_addons_popup .trx_addons_tabs_title{background-color:#181e3d;border-color:#1f254d}.scheme_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active{background-color:#0e1123;border-bottom-color:transparent}.scheme_dark .trx_addons_popup .trx_addons_tabs_title a,.scheme_dark .trx_addons_popup .trx_addons_tabs_title a>i{color:#969fa6}.scheme_dark .trx_addons_popup .trx_addons_tabs_title a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_title a:hover>i{color:#faef81}.scheme_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a,.scheme_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover>i{color:#b8c3cc}.scheme_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a,.scheme_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a>i,.scheme_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover>i{color:#ffffff}.scheme_dark .trx_addons_profiler{background-color:#0e1123;border-color:#1f254d}.scheme_dark .trx_addons_profiler_title{color:#ffffff}.scheme_dark .trx_addons_profiler table td,.scheme_dark .trx_addons_profiler table th{border-color:#181e3d}.scheme_dark .trx_addons_profiler table td{color:#969fa6}.scheme_dark .trx_addons_profiler table th{background-color:#181e3d;color:#ffffff}.scheme_dark .trx_addons_cv,.scheme_dark .trx_addons_cv_body_wrap{color:#969fa6;background-color:#0e1123}.scheme_dark .trx_addons_cv a{color:#faef81}.scheme_dark .trx_addons_cv a:hover{color:#33a1e3}.scheme_dark .trx_addons_cv_header{background-color:#070811}.scheme_dark .trx_addons_cv_header_image img{border-color:#ffffff}.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_text{color:#ffffff}.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a{color:rgba(255,255,255,0.7)}.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a:hover{color:#ffffff}.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{color:#b8c3cc;background-color:#0e1123;border-color:#070811}.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{color:#ffffff;border-color:#0e1123}.scheme_dark .trx_addons_cv .trx_addons_cv_section_title,.scheme_dark .trx_addons_cv .trx_addons_cv_section_title a{color:#ffffff}.scheme_dark .trx_addons_cv_section_title.ui-state-active{border-color:#ffffff}.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{color:#b8c3cc}.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{color:#ffffff}.scheme_dark .trx_addons_cv_section .trx_addons_pagination>*{color:#969fa6}.scheme_dark .trx_addons_cv_section .trx_addons_pagination>a:hover{color:#ffffff}.scheme_dark .trx_addons_pagination>span.active{color:#ffffff;border-color:#ffffff}.scheme_dark .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{color:#b8c3cc}.scheme_dark .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{color:#ffffff}.scheme_dark .trx_addons_cv_single .trx_addons_cv_single_title{color:#ffffff}.scheme_dark .trx_addons_cv_single .trx_addons_cv_single_subtitle{color:#b8c3cc}.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{border-color:#181e3d}.scheme_dark .trx_addons_cv_resume_item_meta{color:#ffffff}.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{color:#ffffff}.scheme_dark .trx_addons_cv_resume_item_subtitle{color:#b8c3cc}.scheme_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{color:#ffffff}.scheme_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{border-color:#ffffff}.scheme_dark .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{color:#b8c3cc}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{color:#ffffff}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{border-top-color:#ffffff}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{color:#ffffff}.scheme_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{color:#ffffff}.scheme_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{color:#ffffff}.scheme_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{color:#ffffff}.scheme_dark .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{color:#ffffff}.scheme_dark .trx_addons_cv .trx_addons_contact_form_field_title{color:#ffffff}.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea{border-color:#181e3d;color:#969fa6}.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{background-color:#181e3d;color:#ffffff}.scheme_dark .trx_addons_contact_form_field button{background-color:#ffffff;border-color:#ffffff;color:#070811}.scheme_dark .trx_addons_contact_form_field button:hover{color:#ffffff}.scheme_dark .trx_addons_contact_form_info_icon{color:#b8c3cc}.scheme_dark .trx_addons_contact_form_info_area{color:#ffffff}.scheme_dark .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{color:#ffffff !important}.scheme_dark .trx_addons_cv_about_page .trx_addons_cv_single_title{color:#ffffff}.scheme_dark.wpb_row,.scheme_dark.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_dark.wpb_text_column{color:#969fa6;background-color:#070811}.scheme_dark.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{background-color:rgba(7,8,17,0.8)}.scheme_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon{color:#f0f0f0;background-color:#ffffff}.scheme_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,.scheme_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{border-color:#f0f0f0}.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{color:#ffffff}.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover{color:#faef81}.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon{color:#f0f0f0;background-color:#faef81}.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after{border-color:#f0f0f0}.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a{color:#f0f0f0;background-color:#ffffff}.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a:hover,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#f0f0f0;background-color:#faef81}.scheme_dark .vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#2b2e41}.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar{background-color:#181e3d}.scheme_dark .vc_progress_bar.vc_progress_bar_narrow.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar{background-color:#faef81}.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label{color:#969fa6}.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{color:#969fa6}.scheme_extra h1,.scheme_extra h2,.scheme_extra h3,.scheme_extra h4,.scheme_extra h1 a,.scheme_extra h2 a,.scheme_extra h3 a,.scheme_extra h4 a,.scheme_extra li a{color:#343332}.scheme_extra h5,.scheme_extra h6,.scheme_extra h5 a,.scheme_extra h6 a{color:#67b612}.scheme_extra h1 a:hover,.scheme_extra h2 a:hover,.scheme_extra h3 a:hover,.scheme_extra h4 a:hover,.scheme_extra h5 a:hover,.scheme_extra h6 a:hover,.scheme_extra li a:hover,.scheme_extra .wp-block-navigation li a.wp-block-navigation-item__content.wp-block-navigation-item__content:hover{color:#67b612}.scheme_extra dt,.scheme_extra b,.scheme_extra strong,.scheme_extra mark,.scheme_extra ins{color:#343332}.scheme_extra s,.scheme_extra strike,.scheme_extra del{color:#ababab}.scheme_extra a{color:#67b612}.scheme_extra a:hover{color:#b2de18}.scheme_extra blockquote{color:#6d6d6d;background-color:#f7f7f7}.scheme_extra blockquote:before{color:#ffffff;background-color:#67b612}.scheme_extra blockquote a{color:#67b612}.scheme_extra blockquote a:hover{color:#b2de18}.scheme_extra table th,.scheme_extra table th + th,.scheme_extra table td + th{border-color:rgba(255,255,255,0.2)}.scheme_extra table td,.scheme_extra table th + td,.scheme_extra table td + td,.scheme_extra table tbody th{color:#6d6d6d;border-color:#e6e6e6}.scheme_extra table thead tr th{color:#ffffff;background-color:#67b612}.scheme_extra table>tbody>tr:nth-child(2n+1)>tdtable>tbody>tr:nth-child(2n+1)>th,.scheme_extra table>tbody>tr:nth-child(2n+1)>td{background-color:#f7f7f7}.scheme_extra table>tbody>tr>th,.scheme_extra table>tbody>tr>td{background-color:#f7f7f7}.scheme_extra table th a:hover{color:#ffffff}.scheme_extra table tbody th a:hover{color:#b2de18}.scheme_extra table tr:first-child th:last-child{border-right-color:#67b612}.scheme_extra hr{border-color:#e6e6e6}.scheme_extra ul>li:before{color:#67b612}.scheme_extra ol>li::before{color:#343332}.scheme_extra figure figcaption,.scheme_extra figure figcaption em,.scheme_extra figure figcaption i,.scheme_extra figure figcaption mark,.scheme_extra figure figcaption strong,.scheme_extra figure figcaption b,.scheme_extra .wp-caption .wp-caption-text,.scheme_extra .wp-caption .wp-caption-dd,.scheme_extra .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_extra .wp-caption-overlay .wp-caption .wp-caption-dd{color:#ffffff}.scheme_extra figure,.scheme_extra .wp-caption{margin-bottom:1em}.scheme_extra fieldset{border-color:#e6e6e6}.scheme_extra fieldset legend{color:#343332;background-color:#ffffff}.scheme_extra input[type="radio"] + label:before,.scheme_extra input[type="checkbox"] + label:before,.scheme_extra input[type="radio"] + .wpcf7-list-item-label:before,.scheme_extra input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_extra .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_extra .edd_price_options ul>li>label>input[type="radio"] + span:before,.scheme_extra .edd_price_options ul>li>label>input[type="checkbox"] + span:before,.scheme_extra .woocommerce-checkout input[type="checkbox"] + span:before,.scheme_extra .wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"]:before,.scheme_extra .gdpr-terms-container input[type="checkbox"]:before,.scheme_extra #gdpr_woo_consent_field label input[type="checkbox"]:before,.scheme_extra .mc4wp-form label input[type="checkbox"]:before{color:#6d6d6d;border-color:#f1f1f1;background-color:#ffffff}.scheme_extra input[type="text"],.scheme_extra input[type="url"],.scheme_extra input[type="number"],.scheme_extra input[type="email"],.scheme_extra input[type="tel"],.scheme_extra input[type="date"],.scheme_extra input[type="search"],.scheme_extra input[type="password"],.scheme_extra .select_container,.scheme_extra select,.scheme_extra .select2-container .select2-selection,.scheme_extra .select2-container .select2-choice,.scheme_extra .select2-container.select2-container--default span.select2-choice,.scheme_extra .select2-container.select2-container--default span.select2-selection,.scheme_extra textarea,.scheme_extra textarea.wp-editor-area{color:#6d6d6d;border-color:#f1f1f1;background-color:#ffffff}.scheme_extra .select_container:before{color:#6d6d6d;background-color:#ffffff}.scheme_extra .select_container select{color:#6d6d6d}.scheme_extra input[type="date"]:hover,.scheme_extra input[type="text"]:hover,.scheme_extra input[type="url"]:hover,.scheme_extra input[type="number"]:hover,.scheme_extra input[type="email"]:hover,.scheme_extra input[type="tel"]:hover,.scheme_extra input[type="search"]:hover,.scheme_extra input[type="password"]:hover,.scheme_extra .select_container:hover,.scheme_extra .select_container:hover:before,.scheme_extra select option:hover,.scheme_extra select option:hover,.scheme_extra .select2-container .select2-selection:hover,.scheme_extra .select2-container .select2-choice:hover,.scheme_extra textarea:hover,.scheme_extra textarea.wp-editor-area:hover{color:#6d6d6d;border-color:#e5ecf1;background-color:#ffffff}.scheme_extra input[type="date"]:focus,.scheme_extra input[type="text"]:focus,.scheme_extra input[type="url"]:focus,.scheme_extra input[type="number"]:focus,.scheme_extra input[type="email"]:focus,.scheme_extra input[type="tel"]:focus,.scheme_extra input[type="search"]:focus,.scheme_extra input[type="password"]:focus,.scheme_extra .select_container:focus,.scheme_extra .select_container:focus:before,.scheme_extra select option:focus,.scheme_extra select option:focus,.scheme_extra .select2-container .select2-selection:focus,.scheme_extra .select2-container .select2-choice:focus,.scheme_extra textarea:focus,.scheme_extra textarea.wp-editor-area:focus{color:#6d6d6d;border-color:#343332;background-color:#ffffff}.scheme_extra .select_container select:focus{color:#393939;border-color:#e5ecf1}.scheme_extra .select_container:after{color:#bac0c3}.scheme_extra .select_container:hover:after{color:#393939}.scheme_extra .widget_search form:after{color:#d1d1d1}.scheme_extra .widget_search form:hover:after{color:#67b612}.scheme_extra input::-webkit-input-placeholder,.scheme_extra textarea::-webkit-input-placeholder{color:#6d6d6d}.scheme_extra button,.scheme_extra input[type="reset"],.scheme_extra input[type="submit"],.scheme_extra input[type="button"]{background-color:#67b612;color:#ffffff}.scheme_extra input[type="submit"]:hover,.scheme_extra input[type="reset"]:hover,.scheme_extra input[type="button"]:hover,.scheme_extra button:not([class*="xdsoft"]):hover,.scheme_extra input[type="submit"]:focus,.scheme_extra input[type="reset"]:focus,.scheme_extra input[type="button"]:focus,.scheme_extra button:focus{background-color:#343332;color:#ffffff}.scheme_extra button[disabled],.scheme_extra input[type="submit"][disabled],.scheme_extra input[type="button"][disabled],.scheme_extra .comments_wrap .comments_form .form-submit input[type="submit"][disabled]{background-color:#ababab !important;color:#6d6d6d !important}.scheme_extra .wp-editor-container input[type="button"]{background-color:#272727;border-color:#ecedef;color:#272727;-webkit-box-shadow:0 1px 0 0 #191717;-moz-box-shadow:0 1px 0 0 #191717;box-shadow:0 1px 0 0 #191717}.scheme_extra .wp-editor-container input[type="button"]:hover,.scheme_extra .wp-editor-container input[type="button"]:focus{background-color:#d3cfcf;border-color:#191717;color:#67b612}.scheme_extra .custom_color.sc_button.sc_button_hover_slide_left{background:#343332!important;color:#ffffff}.scheme_extra .custom_color.sc_button.sc_button_hover_slide_left:hover{background:#67b612!important;color:#ffffff}.scheme_extra .wp-block-cover p:not(.has-text-color) a{color:#ffffff}.scheme_extra .wp-block-cover p:not(.has-text-color) a:hover{color:#b2de18}.scheme_extra .select2-results{color:#bac0c3;border-color:#e5ecf1;background:#f1f5f8}.scheme_extra .select2-results .select2-highlighted{color:#393939;background:#f1f5f8}.scheme_extra .sc_item_title.sc_item_title_style_accented_title{color:#ffffff}.scheme_extra .sc_item_title_style_accented_title + .sc_title_descr,.scheme_extra .sc_item_title_style_accented_title + .sc_title_descr{color:#f1f1f1}.scheme_extra .sticky{border-color:#e6e6e6}.scheme_extra .sticky .label_sticky{border-top-color:#67b612}.scheme_extra body{color:#6d6d6d;background-color:#ffffff}.scheme_extra #page_preloader,.scheme_extra.header_position_under .page_content_wrap,.scheme_extra .page_wrap{background-color:#ffffff}.scheme_extra .preloader_wrap>div{background-color:#67b612}.scheme_extra.top_panel.with_bg_image:before{background-color:rgba(255,255,255,0.7)}.scheme_extra .top_panel .slider_engine_revo .slide_subtitle{color:#67b612}.scheme_extra .logo b{color:#343332}.scheme_extra .logo i{color:#67b612}.scheme_extra .logo_text{color:#67b612}.scheme_extra .logo:hover .logo_text{color:#343332}.scheme_extra .logo_slogan{color:#6d6d6d}.scheme_extra .socials_wrap .social_item a,.scheme_extra .socials_wrap .social_item a i{color:#ababab}.scheme_extra .socials_wrap .social_item a:hover,.scheme_extra .socials_wrap .social_item a:hover i{color:#343332}.scheme_extra .search_wrap .search_field{color:#6d6d6d}.scheme_extra .search_wrap .search_field:focus{color:#343332}.scheme_extra .search_wrap .search_submit{color:#343332}.scheme_extra .search_wrap .search_submit:hover,.scheme_extra .search_wrap .search_submit:focus{color:#6d6d6d}.scheme_extra .post_item_none_search .search_wrap .search_submit:hover,.scheme_extra .post_item_none_search .search_wrap .search_submit:focus,.scheme_extra .post_item_none_archive .search_wrap .search_submit:hover,.scheme_extra .post_item_none_archive .search_wrap .search_submit:focus{color:#67b612;background-color:transparent}.scheme_extra .search_style_expand.search_opened{background-color:#ffffff;border-color:#e6e6e6}.scheme_extra .search_style_expand.search_opened .search_submit{color:#6d6d6d}.scheme_extra .search_style_expand .search_submit:hover,.scheme_extra .search_style_expand .search_submit:focus{color:#343332}.scheme_extra .search_style_fullscreen.search_opened .search_form_wrap{background-color:rgba(255,255,255,0.8)}.scheme_extra .search_style_fullscreen.search_opened .search_form{border-color:#343332}.scheme_extra .search_style_fullscreen.search_opened .search_close,.scheme_extra .search_style_fullscreen.search_opened .search_field,.scheme_extra .search_style_fullscreen.search_opened .search_submit{color:#393939}.scheme_extra .search_style_fullscreen.search_opened .search_close:hover,.scheme_extra .search_style_fullscreen.search_opened .search_field:hover,.scheme_extra .search_style_fullscreen.search_opened .search_field:focus,.scheme_extra .search_style_fullscreen.search_opened .search_submit:hover,.scheme_extra .search_style_fullscreen.search_opened .search_submit:focus{color:#bac0c3}.scheme_extra .search_style_fullscreen.search_opened input::-webkit-input-placeholder{color:#bac0c3;opacity:1}.scheme_extra .search_style_fullscreen.search_opened input::-moz-placeholder{color:#bac0c3;opacity:1}.scheme_extra .search_style_fullscreen.search_opened input:-moz-placeholder{color:#bac0c3;opacity:1}.scheme_extra .search_style_fullscreen.search_opened input:-ms-input-placeholder{color:#bac0c3;opacity:1}.scheme_extra .search_wrap .search_results{background-color:#ffffff;border-color:#e6e6e6}.scheme_extra .search_wrap .search_results:after{background-color:#ffffff;border-left-color:#e6e6e6;border-top-color:#e6e6e6}.scheme_extra .search_wrap .search_results .search_results_close{color:#ababab}.scheme_extra .search_wrap .search_results .search_results_close:hover{color:#343332}.scheme_extra .search_results.widget_area .post_item + .post_item{border-top-color:#e6e6e6}.scheme_extra .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_extra .wp-block-search .wp-block-search__input,.scheme_extra .wp-block-search .wp-block-search__input:hover,.scheme_extra .wp-block-search .wp-block-search__input:focus{background-color:#f7f7f7}.scheme_extra .sidebar_inner .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_extra .sidebar_inner .wp-block-search .wp-block-search__input{background-color:#ffffff;color:#6d6d6d}.scheme_extra .menu_main_nav>li>a{color:#343332}.scheme_extra .header_position_over .menu_main_nav>li>a{color:#ffffff}.scheme_extra .menu_main_nav>li>a:hover,.scheme_extra .menu_main_nav>li.sfHover>a,.scheme_extra .menu_main_nav>li.current-menu-item>a,.scheme_extra .menu_main_nav>li.current-menu-parent>a,.scheme_extra .menu_main_nav>li.current-menu-ancestor>a{color:#ffffff;background-color:#67b612}.scheme_extra .menu_main_nav>li ul{background-color:#67b612}.scheme_extra .menu_main_nav>li li>a{color:#ffffff}.scheme_extra .menu_main_nav>li li>a:hover,.scheme_extra .menu_main_nav>li li.sfHover>a{color:#ffffff;background-color:#343332}.scheme_extra .menu_main_nav>li li.current-menu-item>a,.scheme_extra .menu_main_nav>li li.current-menu-parent>a,.scheme_extra .menu_main_nav>li li.current-menu-ancestor>a{color:#ffffff;background-color:#343332}.scheme_extra .menu_main_nav>li li[class*="icon-"]:before{color:#ffffff}.scheme_extra .menu_main_nav>li li[class*="icon-"]:hover:before,.scheme_extra .menu_main_nav>li li[class*="icon-"].shHover:before,.scheme_extra .menu_main_nav>li li.current-menu-item:before,.scheme_extra .menu_main_nav>li li.current-menu-parent:before,.scheme_extra .menu_main_nav>li li.current-menu-ancestor:before{color:#d1d1d1}.scheme_extra .top_panel_navi.state_fixed .menu_main_wrap{background-color:#ffffff}.scheme_extra .header_position_over.top_panel_fixed .top_panel_navi .menu_main_wrap{background-color:#272727}.scheme_extra.menu_side_wrap .menu_side_button{color:#272727;border-color:#ecedef;background-color:rgba(39,39,39,0.7)}.scheme_extra.menu_side_wrap .menu_side_button:hover{color:#ffffff;border-color:#eb8a00;background-color:#67b612}.scheme_extra .custom .tp-bullet{background-color:#ffffff}.scheme_extra .custom .tp-bullet:after{border-color:#ffffff}.scheme_extra .menu_side_inner,.scheme_extra .menu_mobile_inner{color:#343332;background-color:#f7f7f7}.scheme_extra .header_position_over .menu_side_inner,.scheme_extra .header_position_over .menu_mobile_inner{color:#ffffff;background-color:#272727}.scheme_extra .menu_mobile_button{color:#67b612}.scheme_extra .menu_mobile_button:hover{color:#b2de18}.scheme_extra .menu_mobile_close:before,.scheme_extra .menu_mobile_close:after{border-color:#67b612}.scheme_extra .menu_mobile_close:hover:before,.scheme_extra .menu_mobile_close:hover:after{border-color:#b2de18}.scheme_extra .menu_mobile_inner a{color:#343332}.scheme_extra .header_position_over .menu_mobile_inner a{color:#ffffff}.scheme_extra .menu_mobile_inner a:hover,.scheme_extra .menu_mobile_inner .current-menu-ancestor>a,.scheme_extra .menu_mobile_inner .current-menu-item>a{color:#67b612}.scheme_extra .menu_mobile_inner .search_mobile .search_submit{color:#bac0c3}.scheme_extra .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_extra .menu_mobile_inner .search_mobile .search_submit:hover{color:#393939}.scheme_extra .menu_mobile_inner .social_item a{color:#67b612}.scheme_extra .menu_mobile_inner .social_item a:hover{color:#b2de18}.scheme_extra .header_position_over .top-panel-top{background-color:#272727;color:#d3cfcf}.scheme_extra .top-panel-top{background-color:#272727}.scheme_extra .top-panel-top .phone-number:before{color:#67b612}.scheme_extra .top_panel_title_wrap{background-color:#343332}.scheme_extra .top_panel_title .page_caption,.scheme_extra .top_panel_title .page_caption em,.scheme_extra .top_panel_title .page_caption b,.scheme_extra .top_panel_title .post_meta{color:#ffffff}.scheme_extra .breadcrumbs{color:#67b612}.scheme_extra .breadcrumbs a{color:#67b612}.scheme_extra .breadcrumbs a:hover{color:#b2de18}.scheme_extra .getcab_tabs .getcab_tabs_titles li a{color:#272727;background-color:#272727}.scheme_extra .getcab_tabs .getcab_tabs_titles li a:hover{color:#ffffff;background-color:#67b612}.scheme_extra .getcab_tabs .getcab_tabs_titles li.ui-state-active a{color:#ffffff;background-color:#343332}.scheme_extra .post_item{color:#6d6d6d}.scheme_extra .post_meta,.scheme_extra .post_meta_item,.scheme_extra .post_meta_item a,.scheme_extra .post_meta_item:before,.scheme_extra .post_meta_item:hover:before,.scheme_extra .post_date a,.scheme_extra .post_date:before,.scheme_extra .post_info .post_info_item,.scheme_extra .post_info .post_info_item a,.scheme_extra .post_info_counters .post_counters_item,.scheme_extra .post_counters .socials_share .socials_caption:before,.scheme_extra .post_counters .socials_share .socials_caption:hover:before{color:#ababab}.scheme_extra .post_date a:hover,.scheme_extra a.post_meta_item:hover,.scheme_extra .post_meta_item a:hover,.scheme_extra .post_info .post_info_item a:hover,.scheme_extra .post_info_counters .post_counters_item:hover{color:#343332}.scheme_extra .post_counters_item .post_counters_number:before,.scheme_extra .post_meta_item.post_date:before,.scheme_extra .post_item .post_title a:hover{color:#67b612}.scheme_extra .post_meta_item.post_categories a{color:#67b612}.scheme_extra .post_meta_item.post_categories a:hover{color:#b2de18}.scheme_extra .post_meta_item .socials_share .social_items{background-color:#ffffff}.scheme_extra .post_meta_item .social_items,.scheme_extra .post_meta_item .social_items:before{background-color:#ffffff;border-color:#e6e6e6;color:#ababab}.scheme_extra .post_layout_excerpt + .post_layout_excerpt{border-color:#e6e6e6}.scheme_extra .post_layout_classic{border-color:#e6e6e6}.scheme_extra.gallery_preview:before{background-color:#ffffff}.scheme_extra.gallery_preview{color:#6d6d6d}.scheme_extra .post_featured:after{background-color:#ffffff}.scheme_extra .format-audio .post_featured .post_audio_author{}.scheme_extra .format-audio .post_featured.without_thumb .post_audio{background-color:#f7f7f7}.scheme_extra .format-audio .post_featured.without_thumb .post_audio_title{color:#343332}.scheme_extra .without_thumb .mejs-controls .mejs-currenttime,.scheme_extra .without_thumb .mejs-controls .mejs-duration{color:#6d6d6d}.scheme_extra .mejs-controls .mejs-button,.scheme_extra .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_extra .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{color:#ffffff;background:#67b612}.scheme_extra .mejs-controls .mejs-button:hover{color:#ffffff;background:#343332}.scheme_extra .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.scheme_extra .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before,.scheme_extra .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_extra .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_extra .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#ffffff}.scheme_extra .format-aside .post_content_inner{color:#272727;background-color:#272727}.scheme_extra .format-link .post_content_inner,.scheme_extra .format-status .post_content_inner{color:#343332}.scheme_extra .format-chat p>b,.scheme_extra .format-chat p>strong{color:#343332}.scheme_extra .post_layout_chess .post_content_inner:after{background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,0) 100%) no-repeat scroll right top / 100% 100% rgba(255,255,255,0)}.scheme_extra .post_layout_chess_1 .post_meta:before{background-color:#e6e6e6}.scheme_extra .nav-links-old{color:#343332}.scheme_extra .nav-links-old a:hover{color:#343332;border-color:#343332}.scheme_extra .page_links>a,.scheme_extra .nav-links .page-numbers,.scheme_extra .woocommerce nav.woocommerce-pagination ul li a{color:#343332}.scheme_extra .page_links>a:hover,.scheme_extra .nav-links a.page-numbers:hover,.scheme_extra .page_links>span:not(.page_links_title),.scheme_extra .nav-links .page-numbers.current,.scheme_extra .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_extra .woocommerce nav.woocommerce-pagination ul li span.current{color:#67b612}.scheme_extra .post_item_single .post_header .post_date{color:#ababab}.scheme_extra .post_item_single .post_header .post_categories,.scheme_extra .post_item_single .post_header .post_categories a{color:#67b612}.scheme_extra .post_item_single .post_content .post_meta_label,.scheme_extra .post_item_single .post_content .post_meta_item:hover .post_meta_label{color:#343332}.scheme_extra .post_item_single .post_content .post_categories a,.scheme_extra .post_item_single .post_content .post_tags,.scheme_extra .post_item_single .post_content .post_tags a{color:#6d6d6d}.scheme_extra .post_item_single .post_content .post_categories a:hover,.scheme_extra .post_item_single .post_content .post_tags a:hover{color:#67b612}.scheme_extra .post_item_single .post_content .post_meta .post_share .social_item a{color:#67b612 !important;border-color:#67b612 !important;background:transparent !important}.scheme_extra .post_item_single .post_content .post_meta .post_share .social_item a:hover{background:#67b612 !important;color:#ffffff !important;border-color:#67b612 !important}.scheme_extra .post-password-form input[type="submit"]{border-color:#343332}.scheme_extra .post-password-form input[type="submit"]:hover,.scheme_extra .post-password-form input[type="submit"]:focus{color:#ffffff}.scheme_extra .nav-links-single .nav-links{border-color:#e6e6e6}.scheme_extra .nav-links-single .nav-links a .meta-nav{color:#ababab}.scheme_extra .nav-links-single .nav-links a .post_date{color:#ababab}.scheme_extra .nav-links-single .nav-links a:hover .meta-nav,.scheme_extra .nav-links-single .nav-links a:hover .post_date{color:#343332}.scheme_extra .nav-links-single .nav-links a:hover .post-title{color:#67b612}.scheme_extra .author_info{color:#6d6d6d;background-color:#f7f7f7}.scheme_extra .author_info .author_title{color:#343332}.scheme_extra .author_info a{color:#343332}.scheme_extra .author_info a:hover{color:#67b612}.scheme_extra .related_wrap{border-color:#e6e6e6}.scheme_extra .related_wrap .related_item_style_1 .post_header{background-color:rgba(255,255,255,0.7)}.scheme_extra .related_wrap .related_item_style_1:hover .post_header{background-color:#ffffff}.scheme_extra .related_wrap .related_item_style_1 .post_date a{color:#6d6d6d}.scheme_extra .related_wrap .related_item_style_1:hover .post_date a{color:#ababab}.scheme_extra .related_wrap .related_item_style_1:hover .post_date a:hover{color:#343332}.scheme_extra .comments_list_wrap,.scheme_extra .comments_list_wrap>ul{border-color:#e6e6e6}.scheme_extra .comments_list_wrap li + li,.scheme_extra .comments_list_wrap li ul{border-color:#e6e6e6}.scheme_extra .comments_list_wrap .comment_info{color:#6d6d6d}.scheme_extra .comments_list_wrap .comment_counters a{color:#67b612}.scheme_extra .comments_list_wrap .comment_info .comment_author,.scheme_extra .comments_list_wrap .comment_info .comment_date,.scheme_extra .comments_list_wrap .comment_counters a:before{color:#67b612}.scheme_extra .comments_list_wrap .comment_counters a:hover:before,.scheme_extra .comments_list_wrap .comment_counters a:hover{color:#b2de18}.scheme_extra .comments_list_wrap .comment_text{color:#6d6d6d}.scheme_extra .comments_list_wrap .comment_reply a{color:#343332}.scheme_extra .comments_list_wrap .comment_reply a:hover{color:#67b612}.scheme_extra .comments_form_wrap{border-color:#e6e6e6}.scheme_extra .comments_wrap .comments_notes{color:#ababab}.scheme_extra .comment_text table tbody tr th{background-color:#67b612 !important}.scheme_extra .post_item_404 .page_title{color:#ababab}.scheme_extra .post_item_404 .page_description{color:#67b612}.scheme_extra .post_item_404 .go_home{border-color:#343332}.scheme_extra .sidebar_inner{background-color:#f7f7f7;color:#6d6d6d}.scheme_extra .sidebar_inner aside + aside{border-color:#ecedef}.scheme_extra .sidebar_inner h1,.scheme_extra .sidebar_inner h2,.scheme_extra .sidebar_inner h3,.scheme_extra .sidebar_inner h4,.scheme_extra .sidebar_inner h5,.scheme_extra .sidebar_inner h6,.scheme_extra .sidebar_inner h1 a,.scheme_extra .sidebar_inner h2 a,.scheme_extra .sidebar_inner h3 a,.scheme_extra .sidebar_inner h4 a,.scheme_extra .sidebar_inner h5 a,.scheme_extra .sidebar_inner h6 a{color:#272727}.scheme_extra .sidebar_inner h1 a:hover,.scheme_extra .sidebar_inner h2 a:hover,.scheme_extra .sidebar_inner h3 a:hover,.scheme_extra .sidebar_inner h4 a:hover,.scheme_extra .sidebar_inner h5 a:hover,.scheme_extra .sidebar_inner h6 a:hover{color:#67b612}.scheme_extra aside{color:#5d5d5d}.scheme_extra aside a{color:#67b612}.scheme_extra aside a:hover{color:#eb8a00}.scheme_extra aside li>a{color:#6d6d6d}.scheme_extra aside li>a:hover{color:#67b612}.scheme_extra .widget_archive li{color:#272727}.scheme_extra .widget_calendar caption,.scheme_extra .wp-block-calendar caption{color:#343332}.scheme_extra .footer_wrap .widget_calendar caption,.scheme_extra .footer_wrap .wp-block-calendar caption{color:#ffffff}.scheme_extra .widget_calendar th,.scheme_extra .wp-block-calendar th{color:#6d6d6d}.scheme_extra .widget_calendar tbody td,.scheme_extra .wp-block-calendar tbody td{color:#5d5d5d !important}.scheme_extra .widget_calendar tbody td a,.scheme_extra .wp-block-calendar tbody td a{color:#67b612}.scheme_extra .widget_calendar tbody td a:hover,.scheme_extra .wp-block-calendar tbody td a:hover{color:#b2de18}.scheme_extra .widget_calendar tbody td a:after,.scheme_extra .wp-block-calendar tbody td a:after{background-color:#67b612}.scheme_extra .widget_calendar td#today,.scheme_extra .wp-block-calendar td#today{color:#ffffff !important}.scheme_extra .widget_calendar td#today a,.scheme_extra .wp-block-calendar td#today a{color:#ffffff}.scheme_extra .widget_calendar td#today a:hover,.scheme_extra .wp-block-calendar td#today a:hover{color:#ffffff}.scheme_extra .widget_calendar td#today:before,.scheme_extra .wp-block-calendar td#today:before{background-color:#67b612}.scheme_extra .widget_calendar td#today:hover:before,.scheme_extra .wp-block-calendar td#today:hover:before{background-color:#b2de18}.scheme_extra .widget_calendar td#today a:after,.scheme_extra .wp-block-calendar td#today a:after{background-color:#b2de18}.scheme_extra .widget_calendar td#today a:hover:after,.scheme_extra .wp-block-calendar td#today a:hover:after{background-color:#ffffff}.scheme_extra .widget_calendar #prev a,.scheme_extra .widget_calendar #next a,.scheme_extra .wp-block-calendar #prev a,.scheme_extra .wp-block-calendar #next a,.scheme_extra .widget_calendar .wp-calendar-nav-prev a,.scheme_extra .widget_calendar .wp-calendar-nav-next a,.scheme_extra .wp-block-calendar .wp-calendar-nav-prev a,.scheme_extra .wp-block-calendar .wp-calendar-nav-next a{color:#67b612}.scheme_extra .widget_calendar #prev a:hover,.scheme_extra .widget_calendar #next a:hover,.scheme_extra .wp-block-calendar #prev a:hover,.scheme_extra .wp-block-calendar #next a:hover,.scheme_extra .widget_calendar .wp-calendar-nav-prev a:hover,.scheme_extra .widget_calendar .wp-calendar-nav-next a:hover,.scheme_extra .wp-block-calendar .wp-calendar-nav-prev a:hover,.scheme_extra .wp-block-calendar .wp-calendar-nav-next a:hover{color:#b2de18}.scheme_extra .widget_calendar td#prev a:before,.scheme_extra .widget_calendar td#next a:before,.scheme_extra .wp-block-calendar td#prev a:before,.scheme_extra .wp-block-calendar td#next a:before,.scheme_extra .widget_calendar .wp-calendar-nav-prev a:before,.scheme_extra .widget_calendar .wp-calendar-nav-next a:before,.scheme_extra .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_extra .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#f7f7f7}.scheme_extra .content .widget_calendar td#prev a:before,.scheme_extra .content .widget_calendar td#next a:before,.scheme_extra .content .wp-block-calendar td#prev a:before,.scheme_extra .content .wp-block-calendar td#next a:before,.scheme_extra .content .widget_calendar .wp-calendar-nav-prev a:before,.scheme_extra .content .widget_calendar .wp-calendar-nav-next a:before,.scheme_extra .content .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_extra .content .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_extra .site_footer_wrap .widget_calendar td#prev a:before,.scheme_extra .site_footer_wrap .widget_calendar td#next a:before,.scheme_extra .site_footer_wrap .wp-block-calendar td#prev a:before,.scheme_extra .site_footer_wrap .wp-block-calendar td#next a:before,.scheme_extra .site_footer_wrap .widget_calendar .wp-calendar-nav-prev a:before,.scheme_extra .site_footer_wrap .widget_calendar .wp-calendar-nav-next a:before,.scheme_extra .site_footer_wrap .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_extra .site_footer_wrap .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#272727}.scheme_extra .widget_categories li{color:#6d6d6d}.scheme_extra .widget_product_tag_cloud a,.scheme_extra .widget_tag_cloud a,.scheme_extra .wp-block-tag-cloud a{color:#6d6d6d;background-color:#ffffff}.scheme_extra .widget_product_tag_cloud a:hover,.scheme_extra .widget_tag_cloud a:hover,.scheme_extra .wp-block-tag-cloud a:hover{color:#ffffff !important;background-color:#67b612 !important}.scheme_extra .widget_rss .widget_title a{color:#343332}.scheme_extra .footer_wrap .widget_rss .widget_title a{color:#ffffff}.scheme_extra .widget_rss .widget_title a:hover,.scheme_extra .footer_wrap .widget_rss .widget_title a:hover{color:#b2de18}.scheme_extra .widget_rss .widget_title a:first-child{color:#343332}.scheme_extra .footer_wrap .widget_rss .widget_title a:first-child{color:#ffffff}.scheme_extra .widget_rss .widget_title a:first-child:hover,.scheme_extra .footer_wrap .widget_rss .widget_title a:first-child:hover{color:#b2de18}.scheme_extra .widget_rss .rss-date{color:#c8c8c8}.scheme_extra.site_footer_wrap{background-color:#272727;color:#c8c8c8}.scheme_extra.site_footer_wrap aside{color:#c8c8c8}.scheme_extra.site_footer_wrap aside li>a,.scheme_extra.site_footer_wrap aside strong{color:#c8c8c8}.scheme_extra.site_footer_wrap .widget_title,.scheme_extra.site_footer_wrap .widget_contacts .contacts_info span a:hover,.scheme_extra.site_footer_wrap aside li>a:hover{color:#ffffff}.scheme_extra.site_footer_wrap aside{border-color:#ecedef}.scheme_extra.site_footer_wrap .widget_contacts .contacts_info{color:#c8c8c8}.scheme_extra.site_footer_wrap .widget_contacts .contacts_info span a{color:#c8c8c8}.scheme_extra.site_footer_wrap h1,.scheme_extra.site_footer_wrap h2,.scheme_extra.site_footer_wrap h3,.scheme_extra.site_footer_wrap h4,.scheme_extra.site_footer_wrap h5,.scheme_extra.site_footer_wrap h6,.scheme_extra.site_footer_wrap h1 a,.scheme_extra.site_footer_wrap h2 a,.scheme_extra.site_footer_wrap h3 a,.scheme_extra.site_footer_wrap h4 a,.scheme_extra.site_footer_wrap h5 a,.scheme_extra.site_footer_wrap h6 a{color:#272727}.scheme_extra.site_footer_wrap h1 a:hover,.scheme_extra.site_footer_wrap h2 a:hover,.scheme_extra.site_footer_wrap h3 a:hover,.scheme_extra.site_footer_wrap h4 a:hover,.scheme_extra.site_footer_wrap h5 a:hover,.scheme_extra.site_footer_wrap h6 a:hover{color:#67b612}.scheme_extra .logo_footer_wrap_inner{border-color:#ecedef}.scheme_extra .logo_footer_wrap_inner:after{background-color:#5d5d5d}.scheme_extra .socials_footer_wrap_inner .social_item .social_icons{border-color:#5d5d5d;color:#5d5d5d}.scheme_extra .socials_footer_wrap_inner .social_item .social_icons:hover{border-color:#272727;color:#272727}.scheme_extra .menu_footer_nav_area ul li a{color:#272727}.scheme_extra .menu_footer_nav_area ul li a:hover{color:#67b612}.scheme_extra.site_footer_wrap .menu_footer_nav_area ul li a{color:#ffffff}.scheme_extra.site_footer_wrap .menu_footer_nav_area ul li a:hover{color:#67b612}.scheme_extra .menu_footer_nav_area ul li+li:before{border-color:#c8c8c8}.scheme_extra .copyright_wrap_inner{background-color:#272727;color:#c8c8c8}.scheme_extra .footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_extra .logo_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_extra .socials_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_extra .menu_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap{border-color:rgba(255,255,255,0.2)}.scheme_extra .copyright_wrap_inner a{color:#ffffff}.scheme_extra .copyright_wrap_inner a:hover{color:#67b612}.scheme_extra .copyright_wrap_inner .copyright_text{color:#c8c8c8}.scheme_extra .copyright_wrap_inner a.social_icons{color:#5d5d5d}.scheme_extra .copyright_wrap_inner a.social_icons:hover{color:#343332;border-color:#67b612;background-color:#67b612}.scheme_extra .theme_button,.scheme_extra .more-link,.scheme_extra .socials_share:not(.socials_type_drop) .social_icons,.scheme_extra .comments_wrap .form-submit input[type="submit"]{color:#ffffff !important;background-color:#67b612 !important}.scheme_extra .sc_button_bordered:not(.sc_button_bg_image){color:#67b612 !important;border-color:#67b612 !important}.scheme_extra .sc_button_bordered:not(.sc_button_bg_image):hover,.scheme_extra .sc_button_bordered:not(.sc_button_bg_image):focus{color:#b2de18 !important;border-color:#b2de18 !important}.scheme_extra .theme_button:hover,.scheme_extra .more-link:hover,.scheme_extra .socials_share:not(.socials_type_drop) .social_icons:hover,.scheme_extra .comments_wrap .form-submit input[type="submit"]:hover,.scheme_extra .comments_wrap .form-submit input[type="submit"]:focus{color:#ffffff !important;background-color:#343332 !important}.scheme_extra .wp-block-button__link{color:#ffffff;background-color:#67b612}.scheme_extra .wp-block-button__link:hover{color:#ffffff;background-color:#343332}.scheme_extra .wp-block-button.is-style-outline .wp-block-button__link{color:#67b612;background-color:rgba(255,255,255,0);border-color:#67b612}.scheme_extra .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#343332;border-color:#343332;background-color:rgba(255,255,255,0)}.scheme_extra .format-video .post_featured.with_thumb .post_video_hover{color:#343332;background-color:#ffffff}.scheme_extra .format-video .post_featured.with_thumb .post_video_hover:hover{color:#67b612;background-color:#ffffff}.scheme_extra .theme_scroll_down:hover{color:#67b612}.scheme_extra a[rel='magnific']:before{background-color:#393939}.scheme_extra .mfp-bg{background-color:rgba(255,255,255,0.7)}.scheme_extra .mfp-image-holder .mfp-close,.scheme_extra .mfp-iframe-holder .mfp-close{color:#343332}.scheme_extra .mfp-image-holder .mfp-close:hover,.scheme_extra .mfp-iframe-holder .mfp-close:hover{color:#67b612}.scheme_extra .top-panel-top .phone-number a{color:#6d6d6d}.scheme_extra .top-panel-top .phone-number a:hover{color:#67b612}/* Date & Time Picker Field */.scheme_extra .xdsoft_datetimepicker.xdsoft_default{background:#ffffff}.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_label{background:#ffffff}.scheme_extra .xdsoft_datetimepicker .xdsoft_calendar th{color:#343332}.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td,.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar th{background:#ffffff;border-color:#e6e6e6}.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div{background:#ffffff}.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td:hover,.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div:hover,.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{background:#b2de18 !important}.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#b2de18;box-shadow:#e6e6e6 0 1px 0 0 inset}.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_default,.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_current,.scheme_extra .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#b2de18;box-shadow:#e6e6e6 0 1px 0 0 inset}.scheme_extra .wp-block-cover-image .wp-block-subhead:not(.has-text-color),.scheme_extra .wp-block-cover-image h1:not(.has-text-color),.scheme_extra .wp-block-cover-image h2:not(.has-text-color),.scheme_extra .wp-block-cover-image h3:not(.has-text-color),.scheme_extra .wp-block-cover-image h4:not(.has-text-color),.scheme_extra .wp-block-cover-image h5:not(.has-text-color),.scheme_extra .wp-block-cover-image h6:not(.has-text-color),.scheme_extra .wp-block-cover-image p:not(.has-text-color),.scheme_extra .wp-block-cover .wp-block-subhead:not(.has-text-color),.scheme_extra .wp-block-cover h1:not(.has-text-color),.scheme_extra .wp-block-cover h2:not(.has-text-color),.scheme_extra .wp-block-cover h3:not(.has-text-color),.scheme_extra .wp-block-cover h4:not(.has-text-color),.scheme_extra .wp-block-cover h5:not(.has-text-color),.scheme_extra .wp-block-cover h6:not(.has-text-color),.scheme_extra .wp-block-cover p:not(.has-text-color),.scheme_extra .wp-block-cover p:not(.has-text-color) strong{color:#ffffff}.scheme_extra .cc-btn.cc-deny{color:#67b612!important}.scheme_extra .cc-btn.cc-deny:hover{color:#b2de18!important}.scheme_extra sr7-module .wpcf7-list-item-label{color:#ffffff}.scheme_extra .wpcf7-list-item-label{color:#343332}.scheme_extra .wpcf7-form .columns_wrap>[class*="column-"] input[type="date"]:after{background-color:#ffffff}.scheme_extra .wpcf7-form .columns_wrap>[class*="column-"] .date:after{background-color:#ffffff}.scheme_extra .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#c9c9c9 !important}.scheme_extra .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#ababab !important}.scheme_extra .wpcf7 form .wpcf7-response-output{color:#343332}/* ================= MAIN MENU ITEM'S HOVERS ==================== */.scheme_extra .menu_hover_fade_box .menu_main_nav>a:hover,.scheme_extra .menu_hover_fade_box .menu_main_nav>li>a:hover,.scheme_extra .menu_hover_fade_box .menu_main_nav>li.sfHover>a{color:#67b612;background-color:#272727}.scheme_extra .menu_hover_slide_line .menu_main_nav>li#blob{background-color:#67b612}.scheme_extra .menu_hover_slide_box .menu_main_nav>li#blob{background-color:#272727}.scheme_extra .menu_hover_zoom_line .menu_main_nav>li>a:before{background-color:#67b612}.scheme_extra .menu_hover_path_line .menu_main_nav>li:before,.scheme_extra .menu_hover_path_line .menu_main_nav>li:after,.scheme_extra .menu_hover_path_line .menu_main_nav>li>a:before,.scheme_extra .menu_hover_path_line .menu_main_nav>li>a:after{background-color:#67b612}.scheme_extra .menu_hover_roll_down .menu_main_nav>li>a:before{background-color:#67b612}.scheme_extra .menu_hover_color_line .menu_main_nav>li>a:before{background-color:#343332}.scheme_extra .menu_hover_color_line .menu_main_nav>li>a:after,.scheme_extra .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:after{background-color:#67b612}.scheme_extra .menu_hover_color_line .menu_main_nav>li.sfHover>a,.scheme_extra .menu_hover_color_line .menu_main_nav>li>a:hover,.scheme_extra .menu_hover_color_line .menu_main_nav>li>a:focus{color:#67b612}/* ================= BUTTON'S HOVERS ==================== */.scheme_extra .sc_button_hover_slide_left{background:linear-gradient(to right, #b2de18 0%,#67b612 50%,#67b612 50%,#b2de18 100%) no-repeat scroll right bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_slide_right{background:linear-gradient(to left, #343332 50%,#67b612 50%) no-repeat scroll left bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_slide_top{background:linear-gradient(to bottom, #343332 50%,#67b612 50%) no-repeat scroll right bottom / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_slide_bottom{background:linear-gradient(to top,#343332 50%,#67b612 50%) no-repeat scroll right top / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_style_dark.sc_button_hover_slide_left{background:linear-gradient(to right, #67b612 50%,#b2de18 50%) no-repeat scroll right bottom / 210% 100% #343332 !important}.scheme_extra .sc_button_hover_style_dark.sc_button_hover_slide_right{background:linear-gradient(to left, #67b612 50%,#b2de18 50%) no-repeat scroll left bottom / 210% 100% #343332 !important}.scheme_extra .sc_button_hover_style_dark.sc_button_hover_slide_top{background:linear-gradient(to bottom, #67b612 50%,#b2de18 50%) no-repeat scroll right bottom / 100% 210% #343332 !important}.scheme_extra .sc_button_hover_style_dark.sc_button_hover_slide_bottom{background:linear-gradient(to top,#67b612 50%,#b2de18 50%) no-repeat scroll right top / 100% 210% #343332 !important}.scheme_extra .sc_button_hover_style_inverse.sc_button_hover_slide_left{background:linear-gradient(to right, #ffffff 50%,#67b612 50%) no-repeat scroll right bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_style_inverse.sc_button_hover_slide_right{background:linear-gradient(to left, #ffffff 50%,#67b612 50%) no-repeat scroll left bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_style_inverse.sc_button_hover_slide_top{background:linear-gradient(to bottom, #ffffff 50%,#67b612 50%) no-repeat scroll right bottom / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffffff 50%,#67b612 50%) no-repeat scroll right top / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_style_hover.sc_button_hover_slide_left{background:linear-gradient(to right, #b2de18 50%,#67b612 50%) no-repeat scroll right bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_style_hover.sc_button_hover_slide_right{background:linear-gradient(to left, #b2de18 50%,#67b612 50%) no-repeat scroll left bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_style_hover.sc_button_hover_slide_top{background:linear-gradient(to bottom, #b2de18 50%,#67b612 50%) no-repeat scroll right bottom / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_style_hover.sc_button_hover_slide_bottom{background:linear-gradient(to top,#b2de18 50%,#67b612 50%) no-repeat scroll right top / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_style_alter.sc_button_hover_slide_left{background:linear-gradient(to right, #272727 50%,#67b612 50%) no-repeat scroll right bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_style_alter.sc_button_hover_slide_right{background:linear-gradient(to left, #272727 50%,#67b612 50%) no-repeat scroll left bottom / 210% 100% #67b612 !important}.scheme_extra .sc_button_hover_style_alter.sc_button_hover_slide_top{background:linear-gradient(to bottom, #272727 50%,#67b612 50%) no-repeat scroll right bottom / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_style_alter.sc_button_hover_slide_bottom{background:linear-gradient(to top,#272727 50%,#67b612 50%) no-repeat scroll right top / 100% 210% #67b612 !important}.scheme_extra .sc_button_hover_style_alterbd.sc_button_hover_slide_left{background:linear-gradient(to right, #67b612 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #ecedef !important}.scheme_extra .sc_button_hover_style_alterbd.sc_button_hover_slide_right{background:linear-gradient(to left, #67b612 50%,#ecedef 50%) no-repeat scroll left bottom / 210% 100% #ecedef !important}.scheme_extra .sc_button_hover_style_alterbd.sc_button_hover_slide_top{background:linear-gradient(to bottom, #67b612 50%,#ecedef 50%) no-repeat scroll right bottom / 100% 210% #ecedef !important}.scheme_extra .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{background:linear-gradient(to top,#67b612 50%,#ecedef 50%) no-repeat scroll right top / 100% 210% #ecedef !important}.scheme_extra .sc_button_hover_slide_left:hover,.scheme_extra .sc_button_hover_slide_left.active,.scheme_extra .ui-state-active .sc_button_hover_slide_left,.scheme_extra .vc_active .sc_button_hover_slide_left,.scheme_extra .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_extra li.active .sc_button_hover_slide_left{background-position:left bottom !important}.scheme_extra .sc_button_hover_slide_right:hover,.scheme_extra .sc_button_hover_slide_right.active,.scheme_extra .ui-state-active .sc_button_hover_slide_right,.scheme_extra .vc_active .sc_button_hover_slide_right,.scheme_extra .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_extra li.active .sc_button_hover_slide_right{background-position:right bottom !important}.scheme_extra .sc_button_hover_slide_top:hover,.scheme_extra .sc_button_hover_slide_top.active,.scheme_extra .ui-state-active .sc_button_hover_slide_top,.scheme_extra .vc_active .sc_button_hover_slide_top,.scheme_extra .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_extra li.active .sc_button_hover_slide_top{background-position:right top !important}.scheme_extra .sc_button_hover_slide_bottom:hover,.scheme_extra .sc_button_hover_slide_bottom.active,.scheme_extra .ui-state-active .sc_button_hover_slide_bottom,.scheme_extra .vc_active .sc_button_hover_slide_bottom,.scheme_extra .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_extra li.active .sc_button_hover_slide_bottom{background-position:right bottom !important}/* ================= IMAGE'S HOVERS ==================== */.scheme_extra .post_featured .mask{background-color:rgba(52,51,50,0.7)}.scheme_extra .post_featured.hover_dots:hover .mask{background-color:rgba(52,51,50,0.7)}.scheme_extra .post_featured.hover_dots .icons span{background-color:#67b612}.scheme_extra .post_featured.hover_dots .post_info{color:#ffffff}.scheme_extra .post_featured.hover_icon .icons a{color:#67b612}.scheme_extra .post_featured.hover_icon a:hover{color:#ffffff}.scheme_extra .post_featured.hover_icons .icons a{background-color:rgba(255,255,255,0.7);color:#343332}.scheme_extra .post_featured.hover_icons a:hover{background-color:#ffffff;color:#67b612}.scheme_extra .post_featured.hover_fade .post_info,.scheme_extra .post_featured.hover_fade .post_info a,.scheme_extra .post_featured.hover_fade .post_info .post_meta_item,.scheme_extra .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,.scheme_extra .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before{color:#ffffff}.scheme_extra .post_featured.hover_fade .post_info a:hover{color:#67b612}.scheme_extra .post_featured.hover_slide .post_info,.scheme_extra .post_featured.hover_slide .post_info a,.scheme_extra .post_featured.hover_slide .post_info .post_meta_item,.scheme_extra .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,.scheme_extra .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before{color:#ffffff}.scheme_extra .post_featured.hover_slide .post_info a:hover{color:#67b612}.scheme_extra .post_featured.hover_slide .post_info .post_title:after{background-color:#ffffff}.scheme_extra .post_featured.hover_pull .post_info,.scheme_extra .post_featured.hover_pull .post_info a{color:#ffffff}.scheme_extra .post_featured.hover_pull .post_info a:hover{color:#67b612}.scheme_extra .post_featured.hover_pull .post_info .post_descr{background-color:#343332}.scheme_extra .post_featured.hover_border .post_info,.scheme_extra .post_featured.hover_border .post_info a,.scheme_extra .post_featured.hover_border .post_info .post_meta_item,.scheme_extra .post_featured.hover_border .post_info .post_meta .post_meta_item:before,.scheme_extra .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before{color:#ffffff}.scheme_extra .post_featured.hover_border .post_info a:hover{color:#67b612}.scheme_extra .post_featured.hover_border .post_info:before,.scheme_extra .post_featured.hover_border .post_info:after{border-color:#ffffff}.scheme_extra .post_featured.hover_shop .icons a{color:#ffffff;border-color:#67b612 !important;background-color:transparent}.scheme_extra .post_featured.hover_shop .icons a:hover{color:#ffffff;border-color:#67b612 !important;background-color:#67b612}.scheme_extra .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_extra .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{color:#b2de18}.scheme_extra .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{border-color:#b2de18}.scheme_extra .trx_addons_accent,.scheme_extra .trx_addons_accent>*{color:#67b612}.scheme_extra .trx_addons_hover,.scheme_extra .trx_addons_hover>*{color:#b2de18}.scheme_extra .trx_addons_accent_bg{background-color:#67b612;color:#ffffff}.scheme_extra .trx_addons_accent2,.scheme_extra .trx_addons_accent2>*{color:#faef81}.scheme_extra .trx_addons_accent2_bg{background-color:#faef81;color:#343332}.scheme_extra .trx_addons_inverse{color:#ffffff;background-color:#343332}.scheme_extra .trx_addons_dark,.scheme_extra .trx_addons_dark>a{color:#343332}.scheme_extra .trx_addons_dark>a:hover{color:#67b612}.scheme_extra .trx_addons_inverse,.scheme_extra .trx_addons_inverse>a{color:#ffffff;background-color:#343332}.scheme_extra .trx_addons_inverse>a:hover{color:#d1d1d1}.scheme_extra .trx_addons_dropcap_style_1{color:#67b612}.scheme_extra .trx_addons_dropcap_style_2{color:#343332}.scheme_extra ul[class*="trx_addons_list"]>li:before{color:#67b612}.scheme_extra ul[class*="trx_addons_list"][class*="_circled"]>li:before{color:#ffffff;background-color:#67b612}.scheme_extra .trx_addons_list_parameters>li + li{border-color:#e6e6e6}.scheme_extra .trx_addons_tooltip{color:#6d6d6d;border-color:#6d6d6d}.scheme_extra .trx_addons_tooltip:before{color:#ffffff;background-color:#343332}.scheme_extra .trx_addons_tooltip:after{border-top-color:#343332}.scheme_extra blockquote.trx_addons_blockquote_style_1:before,.scheme_extra blockquote.trx_addons_blockquote_style_1{color:#ffffff;background-color:#343332}.scheme_extra blockquote.trx_addons_blockquote_style_1 a,.scheme_extra blockquote.trx_addons_blockquote_style_1 cite{color:#67b612}.scheme_extra blockquote.trx_addons_blockquote_style_1 a:hover{color:#ffffff}.scheme_extra blockquote.trx_addons_blockquote_style_2{color:#ffffff;background-color:#67b612}.scheme_extra blockquote.trx_addons_blockquote_style_2:before,.scheme_extra blockquote.trx_addons_blockquote_style_2 a,.scheme_extra blockquote.trx_addons_blockquote_style_2 cite{color:#ffffff}.scheme_extra blockquote.trx_addons_blockquote_style_2 a:hover{color:#d1d1d1}.scheme_extra .trx_addons_hover_mask{background-color:rgba(103,182,18,0.7)}.scheme_extra .trx_addons_hover_title{color:#ffffff}.scheme_extra .trx_addons_hover_text{color:#ababab}.scheme_extra .trx_addons_hover_icon,.scheme_extra .trx_addons_hover_links a{color:#ffffff;background-color:#67b612}.scheme_extra .trx_addons_hover_icon:hover,.scheme_extra .trx_addons_hover_links a:hover{color:#67b612 !important;background-color:#272727}.scheme_extra .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#ffffff;background-color:#ecedef}.scheme_extra .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_extra .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#ffffff;background-color:#67b612}.scheme_extra .slider_swiper .slide_info.slide_info_large{background-color:rgba(255,255,255,0.7)}.scheme_extra .slider_swiper .slide_info.slide_info_large:hover{background-color:#ffffff}.scheme_extra .slider_swiper .slide_info.slide_info_large .slide_cats a{color:#67b612}.scheme_extra .slider_swiper .slide_info.slide_info_large .slide_title a{color:#343332}.scheme_extra .slider_swiper .slide_info.slide_info_large .slide_date{color:#6d6d6d}.scheme_extra .slider_swiper .slide_info.slide_info_large:hover .slide_date{color:#ababab}.scheme_extra .slider_swiper .slide_info.slide_info_large .slide_cats a:hover,.scheme_extra .slider_swiper .slide_info.slide_info_large .slide_title a:hover{color:#b2de18}.scheme_extra .slider_swiper.slider_multi .slide_cats a:hover,.scheme_extra .slider_swiper.slider_multi .slide_title a:hover,.scheme_extra .slider_swiper.slider_multi a:hover .slide_title{color:#b2de18}.scheme_extra .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_extra .slider_outer_controls_side .slider_controls_wrap>a{color:#67b612;background-color:#343332;border-color:#343332}.scheme_extra .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_extra .slider_outer_controls_side .slider_controls_wrap>a:hover{color:#ffffff;background-color:#67b612;border-color:#67b612}.scheme_extra .slider_swiper.slider_controls_bottom .slider_controls_wrap>a,.scheme_extra .slider_outer_controls_bottom .slider_controls_wrap>a{color:#ffffff;background-color:#343332;border-color:#343332}.scheme_extra .slider_swiper.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_extra .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:#ffffff;border-color:#67b612;background-color:#67b612}.scheme_extra .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_extra .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_extra .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_extra .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{border-color:#67b612;background-color:#67b612}.scheme_extra .slider_swiper .swiper-pagination-bullet,.scheme_extra .slider_swiper_outer .swiper-pagination-bullet{background-color:#ffffff}.scheme_extra .slider_titles_outside_wrap .slide_title a{color:#343332}.scheme_extra .slider_titles_outside_wrap .slide_title a:hover{color:#67b612}.scheme_extra .slider_titles_outside_wrap .slide_cats,.scheme_extra .slider_titles_outside_wrap .slide_subtitle{color:#67b612}.scheme_extra .slider_style_modern .slider_controls_label{color:#ffffff}.scheme_extra .slider_style_modern .slider_pagination_wrap{color:#ababab}.scheme_extra .slider_style_modern .swiper-pagination-current{color:#343332}.scheme_extra .sc_slider_controller .swiper-slide.swiper-slide-active{border-color:#67b612}.scheme_extra .sc_slider_controller_titles .swiper-slide{background-color:#272727}.scheme_extra .sc_slider_controller_titles .swiper-slide:after{background-color:#ecedef}.scheme_extra .sc_slider_controller_titles .swiper-slide.swiper-slide-active{background-color:#ffffff}.scheme_extra .sc_slider_controller_titles .sc_slider_controller_info_title{color:#272727}.scheme_extra .sc_slider_controller_titles .sc_slider_controller_info_number{color:#c8c8c8}.scheme_extra .sc_slider_controller_titles .slider_controls_wrap>a{color:#ffffff;background-color:#67b612}.scheme_extra .sc_slider_controller_titles .slider_controls_wrap>a:hover{color:#ffffff;background-color:#343332}.scheme_extra .trx_addons_audio_player.without_cover{border-color:#f7f7f7;background-color:#f7f7f7}.scheme_extra .trx_addons_audio_player.with_cover .audio_caption{color:#ffffff}.scheme_extra .trx_addons_audio_player .audio_author{color:#6d6d6d}.scheme_extra .trx_addons_audio_player .audio_caption{color:#343332}.scheme_extra .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{color:#6d6d6d}.scheme_extra .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time{color:#ffffff}.scheme_extra .widget_categories_list .categories_list_style_2 .categories_list_title a:hover{color:#343332}.scheme_extra .widget_contacts .contacts_info{color:#6d6d6d}.scheme_extra .widget_contacts .contacts_info span:before{color:#67b612}.scheme_extra .widget_contacts .contacts_info span a,.scheme_extra .widget_contacts .socials_wrap.contacts_socials a{color:#343332}.scheme_extra .widget_contacts .contacts_info span a:hover,.scheme_extra .widget_contacts .socials_wrap.contacts_socials a:hover{color:#67b612}.scheme_extra .widget_socials .social_item a{color:#ffffff;background-color:#67b612}.scheme_extra .widget_socials .social_item a:hover{color:#ffffff;background-color:#b2de18}.scheme_extra .slider_engine_revo .widget_socials .social_item a{color:#343332}.scheme_extra .slider_engine_revo .widget_socials .social_item a:hover{color:#67b612}.scheme_extra .sc_recent_news_header{border-color:#343332}.scheme_extra .sc_recent_news_header_category_item_more{color:#67b612}.scheme_extra .sc_recent_news_header_more_categories{border-color:#ecedef;background-color:#272727}.scheme_extra .sc_recent_news_header_more_categories>a{color:#67b612}.scheme_extra .sc_recent_news_header_more_categories>a:hover{color:#eb8a00;background-color:#d3cfcf}.scheme_extra .sc_recent_news .post_counters_item,.scheme_extra .sc_recent_news .post_counters .post_counters_edit a{color:#ffffff;background-color:#67b612}.scheme_extra .sc_recent_news .post_counters_item:hover,.scheme_extra .sc_recent_news .post_counters .post_counters_edit a:hover{color:#ffffff;background-color:#343332}.scheme_extra .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_extra .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{color:#272727;background-color:#272727}.scheme_extra .sc_recent_news_style_news-magazine .post_accented_border{border-color:#e6e6e6}.scheme_extra .sc_recent_news_style_news-excerpt .post_item{border-color:#e6e6e6}.scheme_extra .widget_twitter .widget_content .sc_twitter_item,.scheme_extra .widget_twitter .widget_content li{color:#6d6d6d}.scheme_extra .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{color:#67b612 !important}.scheme_extra .widget_twitter .swiper-pagination-bullet{background-color:#ababab}.scheme_extra .widget_twitter .swiper-pagination-bullet-active{background-color:#67b612}.scheme_extra .trx_addons_video_player.with_cover .video_hover{color:#343332;background-color:#ffffff}.scheme_extra .trx_addons_video_player.with_cover .video_hover:hover{color:#67b612;background-color:#ffffff}.scheme_extra .sidebar_inner .trx_addons_video_player.with_cover .video_hover{color:#67b612}.scheme_extra .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover{color:#ffffff;background-color:#67b612}.scheme_extra .sc_item_subtitle{color:#67b612}.scheme_extra .sc_item_subtitle.sc_item_title_style_shadow{color:#ababab}.scheme_extra .sc_item_button a:not(.sc_button_bg_image){color:#ffffff;background-color:#67b612}.scheme_extra .sc_item_button a:not(.sc_button_bg_image):hover{color:#ffffff;background-color:#b2de18}.scheme_extra a.sc_button_simple:not(.sc_button_bg_image),.scheme_extra .sc_item_button a.sc_button_simple:not(.sc_button_bg_image),.scheme_extra a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_extra .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_extra a.sc_button_simple:not(.sc_button_bg_image):after,.scheme_extra .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):after{color:#67b612}.scheme_extra a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_extra .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_extra a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_extra .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_extra a.sc_button_simple:not(.sc_button_bg_image):hover:after,.scheme_extra .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:after{color:#b2de18 !important}.scheme_extra .trx_addons_hover_content .trx_addons_hover_links a{color:#ffffff;background-color:#67b612}.scheme_extra .trx_addons_hover_content .trx_addons_hover_links a:hover{color:#67b612 !important;background-color:#ffffff}.scheme_extra .sc_action_item .sc_action_item_subtitle{color:#67b612}.scheme_extra .sc_action_item_date,.scheme_extra .sc_action_item_info{color:#343332;border-color:#6d6d6d}.scheme_extra .sc_action_item_description{color:#6d6d6d}.scheme_extra .sc_action_item .sc_action_item_link{color:#ffffff;background-color:#67b612}.scheme_extra .sc_action_item .sc_action_item_link:hover{color:#ffffff;background-color:#343332}.scheme_extra .sc_action_item_event.with_image .sc_action_item_inner{background-color:#ffffff}.scheme_extra .sc_action.sc_action_application{background-color:#343332;color:#e6e6e6}.scheme_extra .sc_action.sc_action_application .sc_action_item_description{color:#e6e6e6}.scheme_extra .sc_action.sc_action_application .sc_item_title{color:#ffffff}.scheme_extra .toc_menu_item .toc_menu_icon{background-color:#ffffff;border-color:#e6e6e6;color:#67b612}.scheme_extra .toc_menu_item:hover .toc_menu_icon,.scheme_extra .toc_menu_item_active .toc_menu_icon{background-color:#67b612;color:#ffffff}.scheme_extra .toc_menu_icon_default:before{background-color:#67b612}.scheme_extra .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_extra .toc_menu_item_active .toc_menu_icon_default:before{background-color:#343332}.scheme_extra .toc_menu_item .toc_menu_description{color:#ffffff;background-color:#67b612}.scheme_extra .sc_blogger.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_extra .sc_blogger_item{background-color:rgba(255,255,255,0)}.scheme_extra .sc_blogger_post_meta{color:#c8c8c8}.scheme_extra .sc_blogger_item_title a{color:#272727}.scheme_extra .sc_blogger_item_title a:hover{color:#67b612}.scheme_extra .sc_blogger_post_meta{color:#c8c8c8}.scheme_extra .sc_blogger_item_content{color:#5d5d5d}.scheme_extra .sc_blogger_item .more-link{color:#67b612}.scheme_extra .sc_blogger_item .more-link:hover{color:#272727}.scheme_extra .sc_countdown_default .sc_countdown_digits span{color:#ffffff;border-color:#b2de18;background-color:#67b612}.scheme_extra .sc_countdown_circle .sc_countdown_digits{color:#343332;border-color:#f7f7f7}.scheme_extra .sc_courses.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_extra .sc_courses_default .sc_courses_item{background-color:#272727}.scheme_extra .sc_courses_default .sc_courses_item_categories{background-color:#272727}.scheme_extra .sc_courses_default .sc_courses_item_categories a{color:#ffffff}.scheme_extra .sc_courses_default .sc_courses_item_categories a:hover{color:#67b612}.scheme_extra .sc_courses_default .sc_courses_item_meta{color:#c8c8c8}.scheme_extra .sc_courses_default .sc_courses_item_date{color:#272727}.scheme_extra .sc_courses_default .sc_courses_item_price{color:#67b612}.scheme_extra .sc_courses_default .sc_courses_item_period{color:#c8c8c8}.scheme_extra .sc_events.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_extra .sc_events_default .sc_events_item{background-color:#272727}.scheme_extra .sc_events_default .sc_events_item_date{background-color:#67b612;color:#ffffff}.scheme_extra .sc_events_default .sc_events_item:hover .sc_events_item_date{background-color:#272727}.scheme_extra .sc_events_default .sc_events_item_title{color:#272727}.scheme_extra .sc_events_default .sc_events_item:hover .sc_events_item_title{color:#67b612}.scheme_extra .sc_events_default .sc_events_item_button{color:#67b612}.scheme_extra .sc_events_default .sc_events_item:hover .sc_events_item_button{color:#272727}.scheme_extra .sc_events_detailed .sc_events_item,.scheme_extra .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_extra .sc_events_detailed .sc_events_item_button_wrap:before{border-color:#67b612}.scheme_extra .sc_events_detailed .sc_events_item_date,.scheme_extra .sc_events_detailed .sc_events_item_button{color:#67b612}.scheme_extra .sc_events_detailed .sc_events_item_title{color:#343332}.scheme_extra .sc_events_detailed .sc_events_item_time{color:#6d6d6d}.scheme_extra .sc_events_detailed .sc_events_item:hover{background-color:#67b612;color:#ffffff}.scheme_extra .sc_events_detailed .sc_events_item:hover,.scheme_extra .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_extra .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_extra .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_extra .sc_events_detailed .sc_events_item:hover .sc_events_item_time{color:#ffffff}.scheme_extra .sc_events_detailed .sc_events_item:hover,.scheme_extra .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_extra .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_extra .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{border-color:#ffffff}.scheme_extra.sc_form{background-color:#ffffff}.scheme_extra .sc_form_field_title{color:#343332}.scheme_extra .sc_form_field button{color:#ffffff;background-color:#67b612}.scheme_extra .sc_form_field button:hover{color:#ffffff;background-color:#b2de18 !important}.scheme_extra .sc_form .sc_form_info_icon{color:#ffffff;background-color:#67b612}.scheme_extra .sc_form_info_title{color:#343332}.scheme_extra .sc_form .sc_form_info_data>a,.scheme_extra .sc_form .sc_form_info_data>span,.scheme_extra .sc_form .sc_form_info_data>span a{color:#6d6d6d}.scheme_extra .sc_form .sc_form_info_data>span a:hover{color:#67b612}.scheme_extra .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]:after{background-color:#e6e6e6}.scheme_extra .sc_form .sc_form_info_data>a:hover{color:#67b612}.scheme_extra .sc_form_modern .sc_form_fields{background-color:#f7f7f7}.scheme_extra [class*="sc_input_hover_"] .sc_form_field_content{color:#343332}.scheme_extra .sc_input_hover_accent input[type="text"]:focus,.scheme_extra .sc_input_hover_accent input[type="number"]:focus,.scheme_extra .sc_input_hover_accent input[type="email"]:focus,.scheme_extra .sc_input_hover_accent input[type="password"]:focus,.scheme_extra .sc_input_hover_accent input[type="search"]:focus,.scheme_extra .sc_input_hover_accent select:focus,.scheme_extra .sc_input_hover_accent textarea:focus{border-color:#67b612 !important}.scheme_extra .sc_input_hover_accent .sc_form_field_hover:before{color:rgba(103,182,18,0.2)}.scheme_extra .sc_input_hover_path .sc_form_field_graphic{stroke:#f1f1f1}.scheme_extra .sc_input_hover_jump .sc_form_field_content{color:#393939}.scheme_extra .sc_input_hover_jump .sc_form_field_content:before{color:#67b612}.scheme_extra .sc_input_hover_jump input[type="text"],.scheme_extra .sc_input_hover_jump input[type="number"],.scheme_extra .sc_input_hover_jump input[type="email"],.scheme_extra .sc_input_hover_jump input[type="password"],.scheme_extra .sc_input_hover_jump input[type="search"],.scheme_extra .sc_input_hover_jump textarea{border-color:#f1f1f1}.scheme_extra .sc_input_hover_jump input[type="text"]:focus,.scheme_extra .sc_input_hover_jump input[type="number"]:focus,.scheme_extra .sc_input_hover_jump input[type="email"]:focus,.scheme_extra .sc_input_hover_jump input[type="password"]:focus,.scheme_extra .sc_input_hover_jump input[type="search"]:focus,.scheme_extra .sc_input_hover_jump textarea:focus{border-color:#67b612 !important}.scheme_extra .sc_input_hover_underline .sc_form_field_hover:before{background-color:#f1f1f1}.scheme_extra .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_extra .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_extra .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_extra .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{background-color:#67b612}.scheme_extra .sc_input_hover_underline .sc_form_field_content{color:#393939}.scheme_extra .sc_input_hover_underline input:focus,.scheme_extra .sc_input_hover_underline textarea:focus,.scheme_extra .sc_input_hover_underline input.filled,.scheme_extra .sc_input_hover_underline textarea.filled,.scheme_extra .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_extra .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_extra .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_extra .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{color:#67b612 !important}.scheme_extra .sc_input_hover_iconed .sc_form_field_hover{color:#bac0c3}.scheme_extra .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_extra .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_extra .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_extra .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{color:#393939}.scheme_extra .sc_googlemap_content,.scheme_extra.sc_googlemap_content{color:#6d6d6d;background-color:#ffffff}.scheme_extra .sc_googlemap_content b,.scheme_extra .sc_googlemap_content strong,.scheme_extra.sc_googlemap_content b,.scheme_extra.sc_googlemap_content strong{color:#343332}.scheme_extra .sc_googlemap_content_detailed:before{background-color:#67b612}.scheme_extra .sc_icons .sc_icons_icon{color:#67b612}.scheme_extra .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{color:#343332}.scheme_extra .sc_icons .sc_icons_title{color:#67b612}.scheme_extra .sc_icons_description,.scheme_extra .sc_icons_modern .sc_icons_description{color:#343332}.scheme_extra.sc_price{color:#6d6d6d;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}.scheme_extra.sc_price .sc_price_icon{color:#ffffff;background-color:#67b612;border-color:#ffffff}.scheme_extra.sc_price:hover .sc_price_icon{color:#ffffff;background-color:#67b612;border-color:#ffffff}.scheme_extra .sc_price_info{background-color:#191717}.scheme_extra .sc_price_info .sc_price_description,.scheme_extra .sc_price_info .sc_price_details,.scheme_extra .sc_price_info .sc_price_subtitle ,.scheme_extra .sc_price_info .sc_price_title,.scheme_extra .sc_price_info .sc_price_title a{color:#ffffff}.scheme_extra.sc_price:hover .sc_price_link{background:#b2de18 !important}.scheme_extra .sc_price_info .sc_price_price{color:#67b612}.scheme_extra .sc_price:hover .sc_price_info{background-color:#67b612}.scheme_extra .sc_price:hover .sc_price_info .sc_price_price{color:#ffffff}.scheme_extra .sc_price_info .sc_price_link{color:#ffffff;background-color:#67b612}.scheme_extra .sc_price_info .sc_price_link:hover{color:#ffffff;background-color:#343332}.scheme_extra .sc_promo.sc_promo_size_normal .sc_promo_title{color:#343332}.scheme_extra .sc_promo.sc_promo_size_normal .sc_promo_descr{color:#6d6d6d}.scheme_extra .sc_promo_modern .sc_promo_link2{color:#ffffff;background-color:#67b612 !important}.scheme_extra .sc_promo_modern .sc_promo_link2:hover{color:#ffffff;background-color:#343332}.scheme_extra.sc_promo .sc_promo_text_inner{background-color:#272727}.scheme_extra.sc_promo.sc_promo_size_normal .sc_promo_title{color:#67b612}.scheme_extra.sc_promo.sc_promo_size_normal .sc_promo_descr{color:#6d6d6d}.scheme_extra .sc_services_default .sc_services_item{color:#6d6d6d;background-color:rgba(255,255,255,0)}.scheme_extra .sc_services_default .sc_services_item_icon{color:#67b612}.scheme_extra .sc_services_default .sc_services_item:hover .sc_services_item_icon{color:#b2de18}.scheme_extra .sc_services_default .sc_services_item_subtitle{color:#67b612}.scheme_extra .vc_row-has-fill .sc_services_default .sc_services_item_content{color:#c9c9c9}.scheme_extra .vc_row-has-fill .sc_services_default .sc_services_item_title a{color:#ffffff}.scheme_extra .vc_row-has-fill .sc_services_default .sc_services_item_title a:hover{color:#67b612}.scheme_extra .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:#e6e6e6}.scheme_extra .vc_row-has-fill .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:rgba(255,255,255,0.2)}.scheme_extra .sc_services_default .sc_services_item_featured_left,.scheme_extra .sc_services_default .sc_services_item_featured_right,.scheme_extra .sc_services_list .sc_services_item{color:#6d6d6d;background-color:transparent}.scheme_extra .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_extra .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_extra .sc_services_list .sc_services_item_featured_left .sc_services_item_icon,.scheme_extra .sc_services_list .sc_services_item_featured_right .sc_services_item_icon{color:#ffffff;background-color:#67b612;border-color:#67b612}.scheme_extra .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_extra .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_extra .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_extra .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{color:#ffffff;background-color:#b2de18;border-color:#b2de18}.scheme_extra .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle,.scheme_extra .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle{color:#67b612}.scheme_extra .sc_services_iconed .sc_services_item{color:#5d5d5d;background-color:#272727}.scheme_extra .sc_services_iconed .sc_services_item_header{color:#ffffff;background-color:#343332}.scheme_extra .sc_services_iconed .sc_services_item_icon,.scheme_extra .sc_services_iconed .sc_services_item_subtitle a{color:#ffffff}.scheme_extra .sc_services_iconed .sc_services_item_icon:hover,.scheme_extra .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_extra .sc_services_iconed .sc_services_item_subtitle a:hover,.scheme_extra .sc_services_iconed .sc_services_item:hover .sc_services_item_subtitle a{color:#67b612}.scheme_extra .sc_services_iconed .sc_services_item_title a{color:#67b612}.scheme_extra .sc_services_iconed .sc_services_item_title a:hover,.scheme_extra .sc_services_iconed .sc_services_item:hover .sc_services_item_title a{color:#ffffff}.scheme_extra .sc_services.slider_swiper .swiper-pagination-bullet{border-color:#ababab}/* Skills (Counters) */.scheme_extra .sc_skills_counter .sc_skills_icon{color:#343332}.scheme_extra .sc_skills .sc_skills_total{color:#343332}.scheme_extra .sc_skills .sc_skills_item_title,.scheme_extra .sc_skills .sc_skills_legend_title,.scheme_extra .sc_skills .sc_skills_legend_value{color:#6d6d6d}.scheme_extra .sc_skills_counter .sc_skills_column + .sc_skills_column:before{background-color:#e6e6e6}.scheme_extra .sc_socials .socials_wrap a{color:#ffffff;background-color:#67b612}.scheme_extra .sc_socials .socials_wrap a:hover{color:#ffffff;background-color:#343332}.scheme_extra .sc_testimonials_item_content{color:#6d6d6d}.scheme_extra .sc_testimonials_item_content:before{color:#ffffff;background-color:#67b612}.scheme_extra .sc_testimonials_item_author_title{color:#67b612}.scheme_extra .sc_testimonials_item_author_subtitle{color:#ababab}.scheme_extra .sc_testimonials_simple .sc_testimonials_item_author_data:before{background-color:#6d6d6d}.scheme_extra .sc_testimonials .swiper-pagination-bullet{background-color:#67b612}.scheme_extra .sc_testimonials .swiper-pagination-bullet-active{background-color:#67b612}.scheme_extra .sc_testimonials .swiper-pagination-bullet-active:after,.scheme_extra .sc_testimonials .swiper-pagination-bullet:hover:after{border-color:#67b612}.scheme_extra .sc_testimonials_inverse .sc_testimonials_item_content,.scheme_extra .sc_testimonials_inverse .sc_testimonials_title{color:#ffffff}.scheme_extra .sc_testimonials_inverse .swiper-pagination-bullet{background-color:#ffffff}.scheme_extra .sc_testimonials_inverse .swiper-pagination-bullet-active{background-color:#ffffff}.scheme_extra .sc_testimonials_inverse .swiper-pagination-bullet-active:after,.scheme_extra .sc_testimonials_inverse .swiper-pagination-bullet:hover:after{border-color:#ffffff}.scheme_extra .sc_team_default .sc_team_item{color:#ffffff;background-color:#191717}.scheme_extra .sc_team_default .sc_team_item_title a{color:#ffffff}.scheme_extra .sc_team_default .sc_team_item_title a:hover{color:#67b612}.scheme_extra .sc_team_default .sc_team_item_subtitle{color:#ffffff}.scheme_extra .sc_team_default .sc_team_item_socials .social_item a,.scheme_extra .team_member_page .team_member_socials .social_item a{color:#ffffff;background-color:#67b612}.scheme_extra .sc_team_default .sc_team_item_socials .social_item a:hover,.scheme_extra .team_member_page .team_member_socials .social_item a:hover{color:#272727;background-color:#272727}.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_title a,.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_subtitle a,.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_content a{color:#ffffff}.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_title a:hover,.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_subtitle a:hover,.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_content a:hover{color:#ffffff}.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a{color:#ffffff;border-color:#ffffff}.scheme_extra .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a:hover{color:#67b612;background-color:#ffffff}.scheme_extra .team_member_page .team_member_featured .team_member_avatar{border-color:#e6e6e6}.scheme_extra .sc_team_short .sc_team_item_thumb{border-color:#67b612}.scheme_extra .sc_team.slider_swiper .swiper-pagination-bullet{border-color:#ababab}.scheme_extra .trx_addons_scroll_to_top,.scheme_extra .trx_addons_cv .trx_addons_scroll_to_top{border-color:#67b612;background-color:#67b612;color:#ffffff}.scheme_extra .trx_addons_scroll_to_top:hover,.scheme_extra .trx_addons_cv .trx_addons_scroll_to_top:hover{border-color:#343332;background-color:#343332;color:#ffffff}.scheme_extra .trx_addons_popup{background-color:#272727;border-color:#ecedef;color:#5d5d5d}.scheme_extra .trx_addons_popup .mfp-close{background-color:#d3cfcf;border-color:#191717;color:#5d5d5d}.scheme_extra .trx_addons_popup .mfp-close:hover{background-color:#272727;color:#272727}.scheme_extra .trx_addons_popup .trx_addons_tabs_title{background-color:#d3cfcf;border-color:#191717}.scheme_extra .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active{background-color:#272727;border-bottom-color:transparent}.scheme_extra .trx_addons_popup .trx_addons_tabs_title a,.scheme_extra .trx_addons_popup .trx_addons_tabs_title a>i{color:#5d5d5d}.scheme_extra .trx_addons_popup .trx_addons_tabs_title a:hover,.scheme_extra .trx_addons_popup .trx_addons_tabs_title a:hover>i{color:#67b612}.scheme_extra .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a,.scheme_extra .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_extra .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_extra .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover>i{color:#c8c8c8}.scheme_extra .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a,.scheme_extra .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a>i,.scheme_extra .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_extra .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover>i{color:#272727}.scheme_extra .trx_addons_profiler{background-color:#272727;border-color:#191717}.scheme_extra .trx_addons_profiler_title{color:#272727}.scheme_extra .trx_addons_profiler table td,.scheme_extra .trx_addons_profiler table th{border-color:#ecedef}.scheme_extra .trx_addons_profiler table td{color:#5d5d5d}.scheme_extra .trx_addons_profiler table th{background-color:#d3cfcf;color:#272727}.scheme_extra .trx_addons_cv,.scheme_extra .trx_addons_cv_body_wrap{color:#5d5d5d;background-color:#272727}.scheme_extra .trx_addons_cv a{color:#67b612}.scheme_extra .trx_addons_cv a:hover{color:#eb8a00}.scheme_extra .trx_addons_cv_header{background-color:#ffffff}.scheme_extra .trx_addons_cv_header_image img{border-color:#343332}.scheme_extra .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_extra .trx_addons_cv_header .trx_addons_cv_header_text{color:#343332}.scheme_extra .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a{color:rgba(52,51,50,0.7)}.scheme_extra .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a:hover{color:#343332}.scheme_extra .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{color:#c8c8c8;background-color:#272727;border-color:#ffffff}.scheme_extra .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_extra .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{color:#272727;border-color:#272727}.scheme_extra .trx_addons_cv .trx_addons_cv_section_title,.scheme_extra .trx_addons_cv .trx_addons_cv_section_title a{color:#272727}.scheme_extra .trx_addons_cv_section_title.ui-state-active{border-color:#272727}.scheme_extra .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{color:#c8c8c8}.scheme_extra .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_extra .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{color:#272727}.scheme_extra .trx_addons_cv_section .trx_addons_pagination>*{color:#5d5d5d}.scheme_extra .trx_addons_cv_section .trx_addons_pagination>a:hover{color:#272727}.scheme_extra .trx_addons_pagination>span.active{color:#272727;border-color:#272727}.scheme_extra .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{color:#c8c8c8}.scheme_extra .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{color:#272727}.scheme_extra .trx_addons_cv_single .trx_addons_cv_single_title{color:#272727}.scheme_extra .trx_addons_cv_single .trx_addons_cv_single_subtitle{color:#c8c8c8}.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_extra .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{border-color:#ecedef}.scheme_extra .trx_addons_cv_resume_item_meta{color:#272727}.scheme_extra .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_extra .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{color:#272727}.scheme_extra .trx_addons_cv_resume_item_subtitle{color:#c8c8c8}.scheme_extra .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{color:#272727}.scheme_extra .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{border-color:#272727}.scheme_extra .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{color:#c8c8c8}.scheme_extra .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{color:#272727}.scheme_extra .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{border-top-color:#272727}.scheme_extra .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{color:#272727}.scheme_extra .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_extra .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{color:#272727}.scheme_extra .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_extra .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{color:#272727}.scheme_extra .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_extra .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{color:#272727}.scheme_extra .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{color:#272727}.scheme_extra .trx_addons_cv .trx_addons_contact_form_field_title{color:#272727}.scheme_extra .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_extra .trx_addons_contact_form .trx_addons_contact_form_field textarea{border-color:#ecedef;color:#5d5d5d}.scheme_extra .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_extra .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{background-color:#d3cfcf;color:#272727}.scheme_extra .trx_addons_contact_form_field button{background-color:#272727;border-color:#272727;color:#ffffff}.scheme_extra .trx_addons_contact_form_field button:hover{color:#272727}.scheme_extra .trx_addons_contact_form_info_icon{color:#c8c8c8}.scheme_extra .trx_addons_contact_form_info_area{color:#272727}.scheme_extra .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{color:#272727 !important}.scheme_extra .trx_addons_cv_about_page .trx_addons_cv_single_title{color:#272727}.scheme_extra.wpb_row,.scheme_extra.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_extra.wpb_text_column{color:#6d6d6d;background-color:#ffffff}.scheme_extra.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{background-color:rgba(255,255,255,0.8)}.scheme_extra .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon{color:#ffffff;background-color:#343332}.scheme_extra .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,.scheme_extra .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{border-color:#ffffff}.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{color:#343332}.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover{color:#67b612}.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon,.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon{color:#ffffff;background-color:#67b612}.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after{border-color:#ffffff}.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a{color:#ffffff;background-color:#343332}.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a:hover,.scheme_extra .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#ffffff;background-color:#67b612}.scheme_extra .vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#e6e6e6}.scheme_extra .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar{background-color:#ecedef}.scheme_extra .vc_progress_bar.vc_progress_bar_narrow.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar{background-color:#67b612}.scheme_extra .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label{color:#6d6d6d}.scheme_extra .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{color:#6d6d6d}.scheme_extra_dark h1,.scheme_extra_dark h2,.scheme_extra_dark h3,.scheme_extra_dark h4,.scheme_extra_dark h1 a,.scheme_extra_dark h2 a,.scheme_extra_dark h3 a,.scheme_extra_dark h4 a,.scheme_extra_dark li a{color:#ffffff}.scheme_extra_dark h5,.scheme_extra_dark h6,.scheme_extra_dark h5 a,.scheme_extra_dark h6 a{color:#67b612}.scheme_extra_dark h1 a:hover,.scheme_extra_dark h2 a:hover,.scheme_extra_dark h3 a:hover,.scheme_extra_dark h4 a:hover,.scheme_extra_dark h5 a:hover,.scheme_extra_dark h6 a:hover,.scheme_extra_dark li a:hover,.scheme_extra_dark .wp-block-navigation li a.wp-block-navigation-item__content.wp-block-navigation-item__content:hover{color:#67b612}.scheme_extra_dark dt,.scheme_extra_dark b,.scheme_extra_dark strong,.scheme_extra_dark mark,.scheme_extra_dark ins{color:#ffffff}.scheme_extra_dark s,.scheme_extra_dark strike,.scheme_extra_dark del{color:#b8c3cc}.scheme_extra_dark a{color:#67b612}.scheme_extra_dark a:hover{color:#b2de18}.scheme_extra_dark blockquote{color:#6d6d6d;background-color:#f7f7f7}.scheme_extra_dark blockquote:before{color:#ffffff;background-color:#67b612}.scheme_extra_dark blockquote a{color:#67b612}.scheme_extra_dark blockquote a:hover{color:#b2de18}.scheme_extra_dark table th,.scheme_extra_dark table th + th,.scheme_extra_dark table td + th{border-color:rgba(255,255,255,0.2)}.scheme_extra_dark table td,.scheme_extra_dark table th + td,.scheme_extra_dark table td + td,.scheme_extra_dark table tbody th{color:#6d6d6d;border-color:#e6e6e6}.scheme_extra_dark table thead tr th{color:#ffffff;background-color:#67b612}.scheme_extra_dark table>tbody>tr:nth-child(2n+1)>tdtable>tbody>tr:nth-child(2n+1)>th,.scheme_extra_dark table>tbody>tr:nth-child(2n+1)>td{background-color:#f7f7f7}.scheme_extra_dark table>tbody>tr>th,.scheme_extra_dark table>tbody>tr>td{background-color:#f7f7f7}.scheme_extra_dark table th a:hover{color:#ffffff}.scheme_extra_dark table tbody th a:hover{color:#b2de18}.scheme_extra_dark table tr:first-child th:last-child{border-right-color:#67b612}.scheme_extra_dark hr{border-color:#e6e6e6}.scheme_extra_dark ul>li:before{color:#67b612}.scheme_extra_dark ol>li::before{color:#ffffff}.scheme_extra_dark figure figcaption,.scheme_extra_dark figure figcaption em,.scheme_extra_dark figure figcaption i,.scheme_extra_dark figure figcaption mark,.scheme_extra_dark figure figcaption strong,.scheme_extra_dark figure figcaption b,.scheme_extra_dark .wp-caption .wp-caption-text,.scheme_extra_dark .wp-caption .wp-caption-dd,.scheme_extra_dark .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_extra_dark .wp-caption-overlay .wp-caption .wp-caption-dd{color:#f0f0f0}.scheme_extra_dark figure,.scheme_extra_dark .wp-caption{margin-bottom:1em}.scheme_extra_dark fieldset{border-color:#e6e6e6}.scheme_extra_dark fieldset legend{color:#ffffff;background-color:#ffffff}.scheme_extra_dark input[type="radio"] + label:before,.scheme_extra_dark input[type="checkbox"] + label:before,.scheme_extra_dark input[type="radio"] + .wpcf7-list-item-label:before,.scheme_extra_dark input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_extra_dark .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_extra_dark .edd_price_options ul>li>label>input[type="radio"] + span:before,.scheme_extra_dark .edd_price_options ul>li>label>input[type="checkbox"] + span:before,.scheme_extra_dark .woocommerce-checkout input[type="checkbox"] + span:before,.scheme_extra_dark .wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"]:before,.scheme_extra_dark .gdpr-terms-container input[type="checkbox"]:before,.scheme_extra_dark #gdpr_woo_consent_field label input[type="checkbox"]:before,.scheme_extra_dark .mc4wp-form label input[type="checkbox"]:before{color:#6d6d6d;border-color:#f1f1f1;background-color:#ffffff}.scheme_extra_dark input[type="text"],.scheme_extra_dark input[type="url"],.scheme_extra_dark input[type="number"],.scheme_extra_dark input[type="email"],.scheme_extra_dark input[type="tel"],.scheme_extra_dark input[type="date"],.scheme_extra_dark input[type="search"],.scheme_extra_dark input[type="password"],.scheme_extra_dark .select_container,.scheme_extra_dark select,.scheme_extra_dark .select2-container .select2-selection,.scheme_extra_dark .select2-container .select2-choice,.scheme_extra_dark .select2-container.select2-container--default span.select2-choice,.scheme_extra_dark .select2-container.select2-container--default span.select2-selection,.scheme_extra_dark textarea,.scheme_extra_dark textarea.wp-editor-area{color:#6d6d6d;border-color:#f1f1f1;background-color:#ffffff}.scheme_extra_dark .select_container:before{color:#6d6d6d;background-color:#ffffff}.scheme_extra_dark .select_container select{color:#6d6d6d}.scheme_extra_dark input[type="date"]:hover,.scheme_extra_dark input[type="text"]:hover,.scheme_extra_dark input[type="url"]:hover,.scheme_extra_dark input[type="number"]:hover,.scheme_extra_dark input[type="email"]:hover,.scheme_extra_dark input[type="tel"]:hover,.scheme_extra_dark input[type="search"]:hover,.scheme_extra_dark input[type="password"]:hover,.scheme_extra_dark .select_container:hover,.scheme_extra_dark .select_container:hover:before,.scheme_extra_dark select option:hover,.scheme_extra_dark select option:hover,.scheme_extra_dark .select2-container .select2-selection:hover,.scheme_extra_dark .select2-container .select2-choice:hover,.scheme_extra_dark textarea:hover,.scheme_extra_dark textarea.wp-editor-area:hover{color:#6d6d6d;border-color:#e5ecf1;background-color:#ffffff}.scheme_extra_dark input[type="date"]:focus,.scheme_extra_dark input[type="text"]:focus,.scheme_extra_dark input[type="url"]:focus,.scheme_extra_dark input[type="number"]:focus,.scheme_extra_dark input[type="email"]:focus,.scheme_extra_dark input[type="tel"]:focus,.scheme_extra_dark input[type="search"]:focus,.scheme_extra_dark input[type="password"]:focus,.scheme_extra_dark .select_container:focus,.scheme_extra_dark .select_container:focus:before,.scheme_extra_dark select option:focus,.scheme_extra_dark select option:focus,.scheme_extra_dark .select2-container .select2-selection:focus,.scheme_extra_dark .select2-container .select2-choice:focus,.scheme_extra_dark textarea:focus,.scheme_extra_dark textarea.wp-editor-area:focus{color:#6d6d6d;border-color:#ffffff;background-color:#ffffff}.scheme_extra_dark .select_container select:focus{color:#393939;border-color:#e5ecf1}.scheme_extra_dark .select_container:after{color:#bac0c3}.scheme_extra_dark .select_container:hover:after{color:#393939}.scheme_extra_dark .widget_search form:after{color:#13162b}.scheme_extra_dark .widget_search form:hover:after{color:#67b612}.scheme_extra_dark input::-webkit-input-placeholder,.scheme_extra_dark textarea::-webkit-input-placeholder{color:#6d6d6d}.scheme_extra_dark button,.scheme_extra_dark input[type="reset"],.scheme_extra_dark input[type="submit"],.scheme_extra_dark input[type="button"]{background-color:#67b612;color:#f0f0f0}.scheme_extra_dark input[type="submit"]:hover,.scheme_extra_dark input[type="reset"]:hover,.scheme_extra_dark input[type="button"]:hover,.scheme_extra_dark button:not([class*="xdsoft"]):hover,.scheme_extra_dark input[type="submit"]:focus,.scheme_extra_dark input[type="reset"]:focus,.scheme_extra_dark input[type="button"]:focus,.scheme_extra_dark button:focus{background-color:#ffffff;color:#ffffff}.scheme_extra_dark button[disabled],.scheme_extra_dark input[type="submit"][disabled],.scheme_extra_dark input[type="button"][disabled],.scheme_extra_dark .comments_wrap .comments_form .form-submit input[type="submit"][disabled]{background-color:#b8c3cc !important;color:#6d6d6d !important}.scheme_extra_dark .wp-editor-container input[type="button"]{background-color:#0e1123;border-color:#181e3d;color:#ffffff;-webkit-box-shadow:0 1px 0 0 #1f254d;-moz-box-shadow:0 1px 0 0 #1f254d;box-shadow:0 1px 0 0 #1f254d}.scheme_extra_dark .wp-editor-container input[type="button"]:hover,.scheme_extra_dark .wp-editor-container input[type="button"]:focus{background-color:#181e3d;border-color:#1f254d;color:#faef81}.scheme_extra_dark .custom_color.sc_button.sc_button_hover_slide_left{background:#ffffff!important;color:#ffffff}.scheme_extra_dark .custom_color.sc_button.sc_button_hover_slide_left:hover{background:#67b612!important;color:#ffffff}.scheme_extra_dark .wp-block-cover p:not(.has-text-color) a{color:#f0f0f0}.scheme_extra_dark .wp-block-cover p:not(.has-text-color) a:hover{color:#b2de18}.scheme_extra_dark .select2-results{color:#bac0c3;border-color:#e5ecf1;background:#f1f5f8}.scheme_extra_dark .select2-results .select2-highlighted{color:#393939;background:#f1f5f8}.scheme_extra_dark .sc_item_title.sc_item_title_style_accented_title{color:#f0f0f0}.scheme_extra_dark .sc_item_title_style_accented_title + .sc_title_descr,.scheme_extra_dark .sc_item_title_style_accented_title + .sc_title_descr{color:#f1f1f1}.scheme_extra_dark .sticky{border-color:#e6e6e6}.scheme_extra_dark .sticky .label_sticky{border-top-color:#67b612}.scheme_extra_dark body{color:#6d6d6d;background-color:#ffffff}.scheme_extra_dark #page_preloader,.scheme_extra_dark.header_position_under .page_content_wrap,.scheme_extra_dark .page_wrap{background-color:#ffffff}.scheme_extra_dark .preloader_wrap>div{background-color:#67b612}.scheme_extra_dark.top_panel.with_bg_image:before{background-color:rgba(255,255,255,0.7)}.scheme_extra_dark .top_panel .slider_engine_revo .slide_subtitle{color:#67b612}.scheme_extra_dark .logo b{color:#ffffff}.scheme_extra_dark .logo i{color:#67b612}.scheme_extra_dark .logo_text{color:#67b612}.scheme_extra_dark .logo:hover .logo_text{color:#ffffff}.scheme_extra_dark .logo_slogan{color:#6d6d6d}.scheme_extra_dark .socials_wrap .social_item a,.scheme_extra_dark .socials_wrap .social_item a i{color:#b8c3cc}.scheme_extra_dark .socials_wrap .social_item a:hover,.scheme_extra_dark .socials_wrap .social_item a:hover i{color:#ffffff}.scheme_extra_dark .search_wrap .search_field{color:#6d6d6d}.scheme_extra_dark .search_wrap .search_field:focus{color:#ffffff}.scheme_extra_dark .search_wrap .search_submit{color:#ffffff}.scheme_extra_dark .search_wrap .search_submit:hover,.scheme_extra_dark .search_wrap .search_submit:focus{color:#6d6d6d}.scheme_extra_dark .post_item_none_search .search_wrap .search_submit:hover,.scheme_extra_dark .post_item_none_search .search_wrap .search_submit:focus,.scheme_extra_dark .post_item_none_archive .search_wrap .search_submit:hover,.scheme_extra_dark .post_item_none_archive .search_wrap .search_submit:focus{color:#67b612;background-color:transparent}.scheme_extra_dark .search_style_expand.search_opened{background-color:#ffffff;border-color:#e6e6e6}.scheme_extra_dark .search_style_expand.search_opened .search_submit{color:#6d6d6d}.scheme_extra_dark .search_style_expand .search_submit:hover,.scheme_extra_dark .search_style_expand .search_submit:focus{color:#ffffff}.scheme_extra_dark .search_style_fullscreen.search_opened .search_form_wrap{background-color:rgba(255,255,255,0.8)}.scheme_extra_dark .search_style_fullscreen.search_opened .search_form{border-color:#ffffff}.scheme_extra_dark .search_style_fullscreen.search_opened .search_close,.scheme_extra_dark .search_style_fullscreen.search_opened .search_field,.scheme_extra_dark .search_style_fullscreen.search_opened .search_submit{color:#393939}.scheme_extra_dark .search_style_fullscreen.search_opened .search_close:hover,.scheme_extra_dark .search_style_fullscreen.search_opened .search_field:hover,.scheme_extra_dark .search_style_fullscreen.search_opened .search_field:focus,.scheme_extra_dark .search_style_fullscreen.search_opened .search_submit:hover,.scheme_extra_dark .search_style_fullscreen.search_opened .search_submit:focus{color:#bac0c3}.scheme_extra_dark .search_style_fullscreen.search_opened input::-webkit-input-placeholder{color:#bac0c3;opacity:1}.scheme_extra_dark .search_style_fullscreen.search_opened input::-moz-placeholder{color:#bac0c3;opacity:1}.scheme_extra_dark .search_style_fullscreen.search_opened input:-moz-placeholder{color:#bac0c3;opacity:1}.scheme_extra_dark .search_style_fullscreen.search_opened input:-ms-input-placeholder{color:#bac0c3;opacity:1}.scheme_extra_dark .search_wrap .search_results{background-color:#ffffff;border-color:#e6e6e6}.scheme_extra_dark .search_wrap .search_results:after{background-color:#ffffff;border-left-color:#e6e6e6;border-top-color:#e6e6e6}.scheme_extra_dark .search_wrap .search_results .search_results_close{color:#b8c3cc}.scheme_extra_dark .search_wrap .search_results .search_results_close:hover{color:#ffffff}.scheme_extra_dark .search_results.widget_area .post_item + .post_item{border-top-color:#e6e6e6}.scheme_extra_dark .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_extra_dark .wp-block-search .wp-block-search__input,.scheme_extra_dark .wp-block-search .wp-block-search__input:hover,.scheme_extra_dark .wp-block-search .wp-block-search__input:focus{background-color:#f7f7f7}.scheme_extra_dark .sidebar_inner .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.scheme_extra_dark .sidebar_inner .wp-block-search .wp-block-search__input{background-color:#ffffff;color:#6d6d6d}.scheme_extra_dark .menu_main_nav>li>a{color:#ffffff}.scheme_extra_dark .header_position_over .menu_main_nav>li>a{color:#f0f0f0}.scheme_extra_dark .menu_main_nav>li>a:hover,.scheme_extra_dark .menu_main_nav>li.sfHover>a,.scheme_extra_dark .menu_main_nav>li.current-menu-item>a,.scheme_extra_dark .menu_main_nav>li.current-menu-parent>a,.scheme_extra_dark .menu_main_nav>li.current-menu-ancestor>a{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .menu_main_nav>li ul{background-color:#67b612}.scheme_extra_dark .menu_main_nav>li li>a{color:#f0f0f0}.scheme_extra_dark .menu_main_nav>li li>a:hover,.scheme_extra_dark .menu_main_nav>li li.sfHover>a{color:#f0f0f0;background-color:#ffffff}.scheme_extra_dark .menu_main_nav>li li.current-menu-item>a,.scheme_extra_dark .menu_main_nav>li li.current-menu-parent>a,.scheme_extra_dark .menu_main_nav>li li.current-menu-ancestor>a{color:#f0f0f0;background-color:#ffffff}.scheme_extra_dark .menu_main_nav>li li[class*="icon-"]:before{color:#f0f0f0}.scheme_extra_dark .menu_main_nav>li li[class*="icon-"]:hover:before,.scheme_extra_dark .menu_main_nav>li li[class*="icon-"].shHover:before,.scheme_extra_dark .menu_main_nav>li li.current-menu-item:before,.scheme_extra_dark .menu_main_nav>li li.current-menu-parent:before,.scheme_extra_dark .menu_main_nav>li li.current-menu-ancestor:before{color:#13162b}.scheme_extra_dark .top_panel_navi.state_fixed .menu_main_wrap{background-color:#ffffff}.scheme_extra_dark .header_position_over.top_panel_fixed .top_panel_navi .menu_main_wrap{background-color:#ffffff}.scheme_extra_dark.menu_side_wrap .menu_side_button{color:#ffffff;border-color:#181e3d;background-color:rgba(14,17,35,0.7)}.scheme_extra_dark.menu_side_wrap .menu_side_button:hover{color:#f0f0f0;border-color:#b2de18;background-color:#faef81}.scheme_extra_dark .custom .tp-bullet{background-color:#f0f0f0}.scheme_extra_dark .custom .tp-bullet:after{border-color:#f0f0f0}.scheme_extra_dark .menu_side_inner,.scheme_extra_dark .menu_mobile_inner{color:#ffffff;background-color:#f7f7f7}.scheme_extra_dark .header_position_over .menu_side_inner,.scheme_extra_dark .header_position_over .menu_mobile_inner{color:#f0f0f0;background-color:#ffffff}.scheme_extra_dark .menu_mobile_button{color:#67b612}.scheme_extra_dark .menu_mobile_button:hover{color:#b2de18}.scheme_extra_dark .menu_mobile_close:before,.scheme_extra_dark .menu_mobile_close:after{border-color:#67b612}.scheme_extra_dark .menu_mobile_close:hover:before,.scheme_extra_dark .menu_mobile_close:hover:after{border-color:#b2de18}.scheme_extra_dark .menu_mobile_inner a{color:#ffffff}.scheme_extra_dark .header_position_over .menu_mobile_inner a{color:#f0f0f0}.scheme_extra_dark .menu_mobile_inner a:hover,.scheme_extra_dark .menu_mobile_inner .current-menu-ancestor>a,.scheme_extra_dark .menu_mobile_inner .current-menu-item>a{color:#67b612}.scheme_extra_dark .menu_mobile_inner .search_mobile .search_submit{color:#bac0c3}.scheme_extra_dark .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_extra_dark .menu_mobile_inner .search_mobile .search_submit:hover{color:#393939}.scheme_extra_dark .menu_mobile_inner .social_item a{color:#67b612}.scheme_extra_dark .menu_mobile_inner .social_item a:hover{color:#b2de18}.scheme_extra_dark .header_position_over .top-panel-top{background-color:#ffffff;color:#181e3d}.scheme_extra_dark .top-panel-top{background-color:#0e1123}.scheme_extra_dark .top-panel-top .phone-number:before{color:#67b612}.scheme_extra_dark .top_panel_title_wrap{background-color:#ffffff}.scheme_extra_dark .top_panel_title .page_caption,.scheme_extra_dark .top_panel_title .page_caption em,.scheme_extra_dark .top_panel_title .page_caption b,.scheme_extra_dark .top_panel_title .post_meta{color:#f0f0f0}.scheme_extra_dark .breadcrumbs{color:#67b612}.scheme_extra_dark .breadcrumbs a{color:#67b612}.scheme_extra_dark .breadcrumbs a:hover{color:#b2de18}.scheme_extra_dark .getcab_tabs .getcab_tabs_titles li a{color:#ffffff;background-color:#0e1123}.scheme_extra_dark .getcab_tabs .getcab_tabs_titles li a:hover{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .getcab_tabs .getcab_tabs_titles li.ui-state-active a{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .post_item{color:#6d6d6d}.scheme_extra_dark .post_meta,.scheme_extra_dark .post_meta_item,.scheme_extra_dark .post_meta_item a,.scheme_extra_dark .post_meta_item:before,.scheme_extra_dark .post_meta_item:hover:before,.scheme_extra_dark .post_date a,.scheme_extra_dark .post_date:before,.scheme_extra_dark .post_info .post_info_item,.scheme_extra_dark .post_info .post_info_item a,.scheme_extra_dark .post_info_counters .post_counters_item,.scheme_extra_dark .post_counters .socials_share .socials_caption:before,.scheme_extra_dark .post_counters .socials_share .socials_caption:hover:before{color:#b8c3cc}.scheme_extra_dark .post_date a:hover,.scheme_extra_dark a.post_meta_item:hover,.scheme_extra_dark .post_meta_item a:hover,.scheme_extra_dark .post_info .post_info_item a:hover,.scheme_extra_dark .post_info_counters .post_counters_item:hover{color:#ffffff}.scheme_extra_dark .post_counters_item .post_counters_number:before,.scheme_extra_dark .post_meta_item.post_date:before,.scheme_extra_dark .post_item .post_title a:hover{color:#67b612}.scheme_extra_dark .post_meta_item.post_categories a{color:#67b612}.scheme_extra_dark .post_meta_item.post_categories a:hover{color:#b2de18}.scheme_extra_dark .post_meta_item .socials_share .social_items{background-color:#ffffff}.scheme_extra_dark .post_meta_item .social_items,.scheme_extra_dark .post_meta_item .social_items:before{background-color:#ffffff;border-color:#e6e6e6;color:#b8c3cc}.scheme_extra_dark .post_layout_excerpt + .post_layout_excerpt{border-color:#e6e6e6}.scheme_extra_dark .post_layout_classic{border-color:#e6e6e6}.scheme_extra_dark.gallery_preview:before{background-color:#ffffff}.scheme_extra_dark.gallery_preview{color:#6d6d6d}.scheme_extra_dark .post_featured:after{background-color:#ffffff}.scheme_extra_dark .format-audio .post_featured .post_audio_author{}.scheme_extra_dark .format-audio .post_featured.without_thumb .post_audio{background-color:#f7f7f7}.scheme_extra_dark .format-audio .post_featured.without_thumb .post_audio_title{color:#ffffff}.scheme_extra_dark .without_thumb .mejs-controls .mejs-currenttime,.scheme_extra_dark .without_thumb .mejs-controls .mejs-duration{color:#6d6d6d}.scheme_extra_dark .mejs-controls .mejs-button,.scheme_extra_dark .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_extra_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{color:#f0f0f0;background:#67b612}.scheme_extra_dark .mejs-controls .mejs-button:hover{color:#ffffff;background:#ffffff}.scheme_extra_dark .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.scheme_extra_dark .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before,.scheme_extra_dark .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_extra_dark .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_extra_dark .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#ffffff}.scheme_extra_dark .format-aside .post_content_inner{color:#ffffff;background-color:#0e1123}.scheme_extra_dark .format-link .post_content_inner,.scheme_extra_dark .format-status .post_content_inner{color:#ffffff}.scheme_extra_dark .format-chat p>b,.scheme_extra_dark .format-chat p>strong{color:#ffffff}.scheme_extra_dark .post_layout_chess .post_content_inner:after{background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,0) 100%) no-repeat scroll right top / 100% 100% rgba(255,255,255,0)}.scheme_extra_dark .post_layout_chess_1 .post_meta:before{background-color:#e6e6e6}.scheme_extra_dark .nav-links-old{color:#ffffff}.scheme_extra_dark .nav-links-old a:hover{color:#ffffff;border-color:#ffffff}.scheme_extra_dark .page_links>a,.scheme_extra_dark .nav-links .page-numbers,.scheme_extra_dark .woocommerce nav.woocommerce-pagination ul li a{color:#ffffff}.scheme_extra_dark .page_links>a:hover,.scheme_extra_dark .nav-links a.page-numbers:hover,.scheme_extra_dark .page_links>span:not(.page_links_title),.scheme_extra_dark .nav-links .page-numbers.current,.scheme_extra_dark .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_extra_dark .woocommerce nav.woocommerce-pagination ul li span.current{color:#67b612}.scheme_extra_dark .post_item_single .post_header .post_date{color:#b8c3cc}.scheme_extra_dark .post_item_single .post_header .post_categories,.scheme_extra_dark .post_item_single .post_header .post_categories a{color:#67b612}.scheme_extra_dark .post_item_single .post_content .post_meta_label,.scheme_extra_dark .post_item_single .post_content .post_meta_item:hover .post_meta_label{color:#ffffff}.scheme_extra_dark .post_item_single .post_content .post_categories a,.scheme_extra_dark .post_item_single .post_content .post_tags,.scheme_extra_dark .post_item_single .post_content .post_tags a{color:#6d6d6d}.scheme_extra_dark .post_item_single .post_content .post_categories a:hover,.scheme_extra_dark .post_item_single .post_content .post_tags a:hover{color:#67b612}.scheme_extra_dark .post_item_single .post_content .post_meta .post_share .social_item a{color:#67b612 !important;border-color:#67b612 !important;background:transparent !important}.scheme_extra_dark .post_item_single .post_content .post_meta .post_share .social_item a:hover{background:#67b612 !important;color:#f0f0f0 !important;border-color:#67b612 !important}.scheme_extra_dark .post-password-form input[type="submit"]{border-color:#ffffff}.scheme_extra_dark .post-password-form input[type="submit"]:hover,.scheme_extra_dark .post-password-form input[type="submit"]:focus{color:#ffffff}.scheme_extra_dark .nav-links-single .nav-links{border-color:#e6e6e6}.scheme_extra_dark .nav-links-single .nav-links a .meta-nav{color:#b8c3cc}.scheme_extra_dark .nav-links-single .nav-links a .post_date{color:#b8c3cc}.scheme_extra_dark .nav-links-single .nav-links a:hover .meta-nav,.scheme_extra_dark .nav-links-single .nav-links a:hover .post_date{color:#ffffff}.scheme_extra_dark .nav-links-single .nav-links a:hover .post-title{color:#67b612}.scheme_extra_dark .author_info{color:#6d6d6d;background-color:#f7f7f7}.scheme_extra_dark .author_info .author_title{color:#ffffff}.scheme_extra_dark .author_info a{color:#ffffff}.scheme_extra_dark .author_info a:hover{color:#67b612}.scheme_extra_dark .related_wrap{border-color:#e6e6e6}.scheme_extra_dark .related_wrap .related_item_style_1 .post_header{background-color:rgba(255,255,255,0.7)}.scheme_extra_dark .related_wrap .related_item_style_1:hover .post_header{background-color:#ffffff}.scheme_extra_dark .related_wrap .related_item_style_1 .post_date a{color:#6d6d6d}.scheme_extra_dark .related_wrap .related_item_style_1:hover .post_date a{color:#b8c3cc}.scheme_extra_dark .related_wrap .related_item_style_1:hover .post_date a:hover{color:#ffffff}.scheme_extra_dark .comments_list_wrap,.scheme_extra_dark .comments_list_wrap>ul{border-color:#e6e6e6}.scheme_extra_dark .comments_list_wrap li + li,.scheme_extra_dark .comments_list_wrap li ul{border-color:#e6e6e6}.scheme_extra_dark .comments_list_wrap .comment_info{color:#6d6d6d}.scheme_extra_dark .comments_list_wrap .comment_counters a{color:#67b612}.scheme_extra_dark .comments_list_wrap .comment_info .comment_author,.scheme_extra_dark .comments_list_wrap .comment_info .comment_date,.scheme_extra_dark .comments_list_wrap .comment_counters a:before{color:#67b612}.scheme_extra_dark .comments_list_wrap .comment_counters a:hover:before,.scheme_extra_dark .comments_list_wrap .comment_counters a:hover{color:#b2de18}.scheme_extra_dark .comments_list_wrap .comment_text{color:#6d6d6d}.scheme_extra_dark .comments_list_wrap .comment_reply a{color:#ffffff}.scheme_extra_dark .comments_list_wrap .comment_reply a:hover{color:#67b612}.scheme_extra_dark .comments_form_wrap{border-color:#e6e6e6}.scheme_extra_dark .comments_wrap .comments_notes{color:#b8c3cc}.scheme_extra_dark .comment_text table tbody tr th{background-color:#67b612 !important}.scheme_extra_dark .post_item_404 .page_title{color:#b8c3cc}.scheme_extra_dark .post_item_404 .page_description{color:#67b612}.scheme_extra_dark .post_item_404 .go_home{border-color:#ffffff}.scheme_extra_dark .sidebar_inner{background-color:#f7f7f7;color:#6d6d6d}.scheme_extra_dark .sidebar_inner aside + aside{border-color:#181e3d}.scheme_extra_dark .sidebar_inner h1,.scheme_extra_dark .sidebar_inner h2,.scheme_extra_dark .sidebar_inner h3,.scheme_extra_dark .sidebar_inner h4,.scheme_extra_dark .sidebar_inner h5,.scheme_extra_dark .sidebar_inner h6,.scheme_extra_dark .sidebar_inner h1 a,.scheme_extra_dark .sidebar_inner h2 a,.scheme_extra_dark .sidebar_inner h3 a,.scheme_extra_dark .sidebar_inner h4 a,.scheme_extra_dark .sidebar_inner h5 a,.scheme_extra_dark .sidebar_inner h6 a{color:#ffffff}.scheme_extra_dark .sidebar_inner h1 a:hover,.scheme_extra_dark .sidebar_inner h2 a:hover,.scheme_extra_dark .sidebar_inner h3 a:hover,.scheme_extra_dark .sidebar_inner h4 a:hover,.scheme_extra_dark .sidebar_inner h5 a:hover,.scheme_extra_dark .sidebar_inner h6 a:hover{color:#faef81}.scheme_extra_dark aside{color:#969fa6}.scheme_extra_dark aside a{color:#faef81}.scheme_extra_dark aside a:hover{color:#b2de18}.scheme_extra_dark aside li>a{color:#6d6d6d}.scheme_extra_dark aside li>a:hover{color:#67b612}.scheme_extra_dark .widget_archive li{color:#ffffff}.scheme_extra_dark .widget_calendar caption,.scheme_extra_dark .wp-block-calendar caption{color:#ffffff}.scheme_extra_dark .footer_wrap .widget_calendar caption,.scheme_extra_dark .footer_wrap .wp-block-calendar caption{color:#f0f0f0}.scheme_extra_dark .widget_calendar th,.scheme_extra_dark .wp-block-calendar th{color:#6d6d6d}.scheme_extra_dark .widget_calendar tbody td,.scheme_extra_dark .wp-block-calendar tbody td{color:#969fa6 !important}.scheme_extra_dark .widget_calendar tbody td a,.scheme_extra_dark .wp-block-calendar tbody td a{color:#67b612}.scheme_extra_dark .widget_calendar tbody td a:hover,.scheme_extra_dark .wp-block-calendar tbody td a:hover{color:#b2de18}.scheme_extra_dark .widget_calendar tbody td a:after,.scheme_extra_dark .wp-block-calendar tbody td a:after{background-color:#faef81}.scheme_extra_dark .widget_calendar td#today,.scheme_extra_dark .wp-block-calendar td#today{color:#f0f0f0 !important}.scheme_extra_dark .widget_calendar td#today a,.scheme_extra_dark .wp-block-calendar td#today a{color:#f0f0f0}.scheme_extra_dark .widget_calendar td#today a:hover,.scheme_extra_dark .wp-block-calendar td#today a:hover{color:#f0f0f0}.scheme_extra_dark .widget_calendar td#today:before,.scheme_extra_dark .wp-block-calendar td#today:before{background-color:#67b612}.scheme_extra_dark .widget_calendar td#today:hover:before,.scheme_extra_dark .wp-block-calendar td#today:hover:before{background-color:#b2de18}.scheme_extra_dark .widget_calendar td#today a:after,.scheme_extra_dark .wp-block-calendar td#today a:after{background-color:#b2de18}.scheme_extra_dark .widget_calendar td#today a:hover:after,.scheme_extra_dark .wp-block-calendar td#today a:hover:after{background-color:#f0f0f0}.scheme_extra_dark .widget_calendar #prev a,.scheme_extra_dark .widget_calendar #next a,.scheme_extra_dark .wp-block-calendar #prev a,.scheme_extra_dark .wp-block-calendar #next a,.scheme_extra_dark .widget_calendar .wp-calendar-nav-prev a,.scheme_extra_dark .widget_calendar .wp-calendar-nav-next a,.scheme_extra_dark .wp-block-calendar .wp-calendar-nav-prev a,.scheme_extra_dark .wp-block-calendar .wp-calendar-nav-next a{color:#67b612}.scheme_extra_dark .widget_calendar #prev a:hover,.scheme_extra_dark .widget_calendar #next a:hover,.scheme_extra_dark .wp-block-calendar #prev a:hover,.scheme_extra_dark .wp-block-calendar #next a:hover,.scheme_extra_dark .widget_calendar .wp-calendar-nav-prev a:hover,.scheme_extra_dark .widget_calendar .wp-calendar-nav-next a:hover,.scheme_extra_dark .wp-block-calendar .wp-calendar-nav-prev a:hover,.scheme_extra_dark .wp-block-calendar .wp-calendar-nav-next a:hover{color:#b2de18}.scheme_extra_dark .widget_calendar td#prev a:before,.scheme_extra_dark .widget_calendar td#next a:before,.scheme_extra_dark .wp-block-calendar td#prev a:before,.scheme_extra_dark .wp-block-calendar td#next a:before,.scheme_extra_dark .widget_calendar .wp-calendar-nav-prev a:before,.scheme_extra_dark .widget_calendar .wp-calendar-nav-next a:before,.scheme_extra_dark .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_extra_dark .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#f7f7f7}.scheme_extra_dark .content .widget_calendar td#prev a:before,.scheme_extra_dark .content .widget_calendar td#next a:before,.scheme_extra_dark .content .wp-block-calendar td#prev a:before,.scheme_extra_dark .content .wp-block-calendar td#next a:before,.scheme_extra_dark .content .widget_calendar .wp-calendar-nav-prev a:before,.scheme_extra_dark .content .widget_calendar .wp-calendar-nav-next a:before,.scheme_extra_dark .content .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_extra_dark .content .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_extra_dark .site_footer_wrap .widget_calendar td#prev a:before,.scheme_extra_dark .site_footer_wrap .widget_calendar td#next a:before,.scheme_extra_dark .site_footer_wrap .wp-block-calendar td#prev a:before,.scheme_extra_dark .site_footer_wrap .wp-block-calendar td#next a:before,.scheme_extra_dark .site_footer_wrap .widget_calendar .wp-calendar-nav-prev a:before,.scheme_extra_dark .site_footer_wrap .widget_calendar .wp-calendar-nav-next a:before,.scheme_extra_dark .site_footer_wrap .wp-block-calendar .wp-calendar-nav-prev a:before,.scheme_extra_dark .site_footer_wrap .wp-block-calendar .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_extra_dark .widget_categories li{color:#6d6d6d}.scheme_extra_dark .widget_product_tag_cloud a,.scheme_extra_dark .widget_tag_cloud a,.scheme_extra_dark .wp-block-tag-cloud a{color:#6d6d6d;background-color:#ffffff}.scheme_extra_dark .widget_product_tag_cloud a:hover,.scheme_extra_dark .widget_tag_cloud a:hover,.scheme_extra_dark .wp-block-tag-cloud a:hover{color:#f0f0f0 !important;background-color:#67b612 !important}.scheme_extra_dark .widget_rss .widget_title a{color:#ffffff}.scheme_extra_dark .footer_wrap .widget_rss .widget_title a{color:#f0f0f0}.scheme_extra_dark .widget_rss .widget_title a:hover,.scheme_extra_dark .footer_wrap .widget_rss .widget_title a:hover{color:#b2de18}.scheme_extra_dark .widget_rss .widget_title a:first-child{color:#ffffff}.scheme_extra_dark .footer_wrap .widget_rss .widget_title a:first-child{color:#f0f0f0}.scheme_extra_dark .widget_rss .widget_title a:first-child:hover,.scheme_extra_dark .footer_wrap .widget_rss .widget_title a:first-child:hover{color:#b2de18}.scheme_extra_dark .widget_rss .rss-date{color:#b8c3cc}.scheme_extra_dark.site_footer_wrap{background-color:#ffffff;color:#b8c3cc}.scheme_extra_dark.site_footer_wrap aside{color:#b8c3cc}.scheme_extra_dark.site_footer_wrap aside li>a,.scheme_extra_dark.site_footer_wrap aside strong{color:#b8c3cc}.scheme_extra_dark.site_footer_wrap .widget_title,.scheme_extra_dark.site_footer_wrap .widget_contacts .contacts_info span a:hover,.scheme_extra_dark.site_footer_wrap aside li>a:hover{color:#f0f0f0}.scheme_extra_dark.site_footer_wrap aside{border-color:#181e3d}.scheme_extra_dark.site_footer_wrap .widget_contacts .contacts_info{color:#b8c3cc}.scheme_extra_dark.site_footer_wrap .widget_contacts .contacts_info span a{color:#b8c3cc}.scheme_extra_dark.site_footer_wrap h1,.scheme_extra_dark.site_footer_wrap h2,.scheme_extra_dark.site_footer_wrap h3,.scheme_extra_dark.site_footer_wrap h4,.scheme_extra_dark.site_footer_wrap h5,.scheme_extra_dark.site_footer_wrap h6,.scheme_extra_dark.site_footer_wrap h1 a,.scheme_extra_dark.site_footer_wrap h2 a,.scheme_extra_dark.site_footer_wrap h3 a,.scheme_extra_dark.site_footer_wrap h4 a,.scheme_extra_dark.site_footer_wrap h5 a,.scheme_extra_dark.site_footer_wrap h6 a{color:#ffffff}.scheme_extra_dark.site_footer_wrap h1 a:hover,.scheme_extra_dark.site_footer_wrap h2 a:hover,.scheme_extra_dark.site_footer_wrap h3 a:hover,.scheme_extra_dark.site_footer_wrap h4 a:hover,.scheme_extra_dark.site_footer_wrap h5 a:hover,.scheme_extra_dark.site_footer_wrap h6 a:hover{color:#faef81}.scheme_extra_dark .logo_footer_wrap_inner{border-color:#181e3d}.scheme_extra_dark .logo_footer_wrap_inner:after{background-color:#969fa6}.scheme_extra_dark .socials_footer_wrap_inner .social_item .social_icons{border-color:#969fa6;color:#969fa6}.scheme_extra_dark .socials_footer_wrap_inner .social_item .social_icons:hover{border-color:#ffffff;color:#ffffff}.scheme_extra_dark .menu_footer_nav_area ul li a{color:#ffffff}.scheme_extra_dark .menu_footer_nav_area ul li a:hover{color:#faef81}.scheme_extra_dark.site_footer_wrap .menu_footer_nav_area ul li a{color:#f0f0f0}.scheme_extra_dark.site_footer_wrap .menu_footer_nav_area ul li a:hover{color:#67b612}.scheme_extra_dark .menu_footer_nav_area ul li+li:before{border-color:#b8c3cc}.scheme_extra_dark .copyright_wrap_inner{background-color:#ffffff;color:#b8c3cc}.scheme_extra_dark .footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_extra_dark .logo_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_extra_dark .socials_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap,.scheme_extra_dark .menu_footer_wrap + .copyright_wrap .copyright_wrap_inner .content_wrap{border-color:rgba(255,255,255,0.2)}.scheme_extra_dark .copyright_wrap_inner a{color:#f0f0f0}.scheme_extra_dark .copyright_wrap_inner a:hover{color:#67b612}.scheme_extra_dark .copyright_wrap_inner .copyright_text{color:#b8c3cc}.scheme_extra_dark .copyright_wrap_inner a.social_icons{color:#969fa6}.scheme_extra_dark .copyright_wrap_inner a.social_icons:hover{color:#ffffff;border-color:#67b612;background-color:#67b612}.scheme_extra_dark .theme_button,.scheme_extra_dark .more-link,.scheme_extra_dark .socials_share:not(.socials_type_drop) .social_icons,.scheme_extra_dark .comments_wrap .form-submit input[type="submit"]{color:#f0f0f0 !important;background-color:#67b612 !important}.scheme_extra_dark .sc_button_bordered:not(.sc_button_bg_image){color:#67b612 !important;border-color:#67b612 !important}.scheme_extra_dark .sc_button_bordered:not(.sc_button_bg_image):hover,.scheme_extra_dark .sc_button_bordered:not(.sc_button_bg_image):focus{color:#b2de18 !important;border-color:#b2de18 !important}.scheme_extra_dark .theme_button:hover,.scheme_extra_dark .more-link:hover,.scheme_extra_dark .socials_share:not(.socials_type_drop) .social_icons:hover,.scheme_extra_dark .comments_wrap .form-submit input[type="submit"]:hover,.scheme_extra_dark .comments_wrap .form-submit input[type="submit"]:focus{color:#ffffff !important;background-color:#ffffff !important}.scheme_extra_dark .wp-block-button__link{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .wp-block-button__link:hover{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .wp-block-button.is-style-outline .wp-block-button__link{color:#67b612;background-color:rgba(255,255,255,0);border-color:#67b612}.scheme_extra_dark .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#ffffff;border-color:#ffffff;background-color:rgba(255,255,255,0)}.scheme_extra_dark .format-video .post_featured.with_thumb .post_video_hover{color:#ffffff;background-color:#f0f0f0}.scheme_extra_dark .format-video .post_featured.with_thumb .post_video_hover:hover{color:#67b612;background-color:#f0f0f0}.scheme_extra_dark .theme_scroll_down:hover{color:#67b612}.scheme_extra_dark a[rel='magnific']:before{background-color:#393939}.scheme_extra_dark .mfp-bg{background-color:rgba(255,255,255,0.7)}.scheme_extra_dark .mfp-image-holder .mfp-close,.scheme_extra_dark .mfp-iframe-holder .mfp-close{color:#ffffff}.scheme_extra_dark .mfp-image-holder .mfp-close:hover,.scheme_extra_dark .mfp-iframe-holder .mfp-close:hover{color:#67b612}.scheme_extra_dark .top-panel-top .phone-number a{color:#6d6d6d}.scheme_extra_dark .top-panel-top .phone-number a:hover{color:#67b612}/* Date & Time Picker Field */.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default{background:#ffffff}.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label{background:#ffffff}.scheme_extra_dark .xdsoft_datetimepicker .xdsoft_calendar th{color:#ffffff}.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td,.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar th{background:#ffffff;border-color:#e6e6e6}.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div{background:#ffffff}.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td:hover,.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div:hover,.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{background:#b2de18 !important}.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#b2de18;box-shadow:#e6e6e6 0 1px 0 0 inset}.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_default,.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_calendar td.xdsoft_current,.scheme_extra_dark .xdsoft_datetimepicker.xdsoft_default .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#b2de18;box-shadow:#e6e6e6 0 1px 0 0 inset}.scheme_extra_dark .wp-block-cover-image .wp-block-subhead:not(.has-text-color),.scheme_extra_dark .wp-block-cover-image h1:not(.has-text-color),.scheme_extra_dark .wp-block-cover-image h2:not(.has-text-color),.scheme_extra_dark .wp-block-cover-image h3:not(.has-text-color),.scheme_extra_dark .wp-block-cover-image h4:not(.has-text-color),.scheme_extra_dark .wp-block-cover-image h5:not(.has-text-color),.scheme_extra_dark .wp-block-cover-image h6:not(.has-text-color),.scheme_extra_dark .wp-block-cover-image p:not(.has-text-color),.scheme_extra_dark .wp-block-cover .wp-block-subhead:not(.has-text-color),.scheme_extra_dark .wp-block-cover h1:not(.has-text-color),.scheme_extra_dark .wp-block-cover h2:not(.has-text-color),.scheme_extra_dark .wp-block-cover h3:not(.has-text-color),.scheme_extra_dark .wp-block-cover h4:not(.has-text-color),.scheme_extra_dark .wp-block-cover h5:not(.has-text-color),.scheme_extra_dark .wp-block-cover h6:not(.has-text-color),.scheme_extra_dark .wp-block-cover p:not(.has-text-color),.scheme_extra_dark .wp-block-cover p:not(.has-text-color) strong{color:#f0f0f0}.scheme_extra_dark .cc-btn.cc-deny{color:#67b612!important}.scheme_extra_dark .cc-btn.cc-deny:hover{color:#b2de18!important}.scheme_extra_dark sr7-module .wpcf7-list-item-label{color:#f0f0f0}.scheme_extra_dark .wpcf7-list-item-label{color:#ffffff}.scheme_extra_dark .wpcf7-form .columns_wrap>[class*="column-"] input[type="date"]:after{background-color:#ffffff}.scheme_extra_dark .wpcf7-form .columns_wrap>[class*="column-"] .date:after{background-color:#ffffff}.scheme_extra_dark .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#ffffff !important}.scheme_extra_dark .wpcf7-form .columns_wrap>[class*="icon-"]:before{color:#b8c3cc !important}.scheme_extra_dark .wpcf7 form .wpcf7-response-output{color:#ffffff}/* ================= MAIN MENU ITEM'S HOVERS ==================== */.scheme_extra_dark .menu_hover_fade_box .menu_main_nav>a:hover,.scheme_extra_dark .menu_hover_fade_box .menu_main_nav>li>a:hover,.scheme_extra_dark .menu_hover_fade_box .menu_main_nav>li.sfHover>a{color:#faef81;background-color:#0e1123}.scheme_extra_dark .menu_hover_slide_line .menu_main_nav>li#blob{background-color:#67b612}.scheme_extra_dark .menu_hover_slide_box .menu_main_nav>li#blob{background-color:#0e1123}.scheme_extra_dark .menu_hover_zoom_line .menu_main_nav>li>a:before{background-color:#67b612}.scheme_extra_dark .menu_hover_path_line .menu_main_nav>li:before,.scheme_extra_dark .menu_hover_path_line .menu_main_nav>li:after,.scheme_extra_dark .menu_hover_path_line .menu_main_nav>li>a:before,.scheme_extra_dark .menu_hover_path_line .menu_main_nav>li>a:after{background-color:#67b612}.scheme_extra_dark .menu_hover_roll_down .menu_main_nav>li>a:before{background-color:#67b612}.scheme_extra_dark .menu_hover_color_line .menu_main_nav>li>a:before{background-color:#ffffff}.scheme_extra_dark .menu_hover_color_line .menu_main_nav>li>a:after,.scheme_extra_dark .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:after{background-color:#67b612}.scheme_extra_dark .menu_hover_color_line .menu_main_nav>li.sfHover>a,.scheme_extra_dark .menu_hover_color_line .menu_main_nav>li>a:hover,.scheme_extra_dark .menu_hover_color_line .menu_main_nav>li>a:focus{color:#67b612}/* ================= BUTTON'S HOVERS ==================== */.scheme_extra_dark .sc_button_hover_slide_left{background:linear-gradient(to right, #b2de18 0%,#67b612 50%,#67b612 50%,#b2de18 100%) no-repeat scroll right bottom / 210% 100% #67b612 !important}.scheme_extra_dark .sc_button_hover_slide_right{background:linear-gradient(to left, #ffffff 50%,#67b612 50%) no-repeat scroll left bottom / 210% 100% #67b612 !important}.scheme_extra_dark .sc_button_hover_slide_top{background:linear-gradient(to bottom, #ffffff 50%,#67b612 50%) no-repeat scroll right bottom / 100% 210% #67b612 !important}.scheme_extra_dark .sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffffff 50%,#67b612 50%) no-repeat scroll right top / 100% 210% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_dark.sc_button_hover_slide_left{background:linear-gradient(to right, #67b612 50%,#b2de18 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important}.scheme_extra_dark .sc_button_hover_style_dark.sc_button_hover_slide_right{background:linear-gradient(to left, #67b612 50%,#b2de18 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important}.scheme_extra_dark .sc_button_hover_style_dark.sc_button_hover_slide_top{background:linear-gradient(to bottom, #67b612 50%,#b2de18 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important}.scheme_extra_dark .sc_button_hover_style_dark.sc_button_hover_slide_bottom{background:linear-gradient(to top,#67b612 50%,#b2de18 50%) no-repeat scroll right top / 100% 210% #ffffff !important}.scheme_extra_dark .sc_button_hover_style_inverse.sc_button_hover_slide_left{background:linear-gradient(to right, #f0f0f0 50%,#67b612 50%) no-repeat scroll right bottom / 210% 100% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_inverse.sc_button_hover_slide_right{background:linear-gradient(to left, #f0f0f0 50%,#67b612 50%) no-repeat scroll left bottom / 210% 100% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_inverse.sc_button_hover_slide_top{background:linear-gradient(to bottom, #f0f0f0 50%,#67b612 50%) no-repeat scroll right bottom / 100% 210% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{background:linear-gradient(to top,#f0f0f0 50%,#67b612 50%) no-repeat scroll right top / 100% 210% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_hover.sc_button_hover_slide_left{background:linear-gradient(to right, #b2de18 50%,#67b612 50%) no-repeat scroll right bottom / 210% 100% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_hover.sc_button_hover_slide_right{background:linear-gradient(to left, #b2de18 50%,#67b612 50%) no-repeat scroll left bottom / 210% 100% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_hover.sc_button_hover_slide_top{background:linear-gradient(to bottom, #b2de18 50%,#67b612 50%) no-repeat scroll right bottom / 100% 210% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_hover.sc_button_hover_slide_bottom{background:linear-gradient(to top,#b2de18 50%,#67b612 50%) no-repeat scroll right top / 100% 210% #67b612 !important}.scheme_extra_dark .sc_button_hover_style_alter.sc_button_hover_slide_left{background:linear-gradient(to right, #ffffff 50%,#faef81 50%) no-repeat scroll right bottom / 210% 100% #faef81 !important}.scheme_extra_dark .sc_button_hover_style_alter.sc_button_hover_slide_right{background:linear-gradient(to left, #ffffff 50%,#faef81 50%) no-repeat scroll left bottom / 210% 100% #faef81 !important}.scheme_extra_dark .sc_button_hover_style_alter.sc_button_hover_slide_top{background:linear-gradient(to bottom, #ffffff 50%,#faef81 50%) no-repeat scroll right bottom / 100% 210% #faef81 !important}.scheme_extra_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffffff 50%,#faef81 50%) no-repeat scroll right top / 100% 210% #faef81 !important}.scheme_extra_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_left{background:linear-gradient(to right, #67b612 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #181e3d !important}.scheme_extra_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_right{background:linear-gradient(to left, #faef81 50%,#181e3d 50%) no-repeat scroll left bottom / 210% 100% #181e3d !important}.scheme_extra_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_top{background:linear-gradient(to bottom, #faef81 50%,#181e3d 50%) no-repeat scroll right bottom / 100% 210% #181e3d !important}.scheme_extra_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{background:linear-gradient(to top,#faef81 50%,#181e3d 50%) no-repeat scroll right top / 100% 210% #181e3d !important}.scheme_extra_dark .sc_button_hover_slide_left:hover,.scheme_extra_dark .sc_button_hover_slide_left.active,.scheme_extra_dark .ui-state-active .sc_button_hover_slide_left,.scheme_extra_dark .vc_active .sc_button_hover_slide_left,.scheme_extra_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_extra_dark li.active .sc_button_hover_slide_left{background-position:left bottom !important}.scheme_extra_dark .sc_button_hover_slide_right:hover,.scheme_extra_dark .sc_button_hover_slide_right.active,.scheme_extra_dark .ui-state-active .sc_button_hover_slide_right,.scheme_extra_dark .vc_active .sc_button_hover_slide_right,.scheme_extra_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_extra_dark li.active .sc_button_hover_slide_right{background-position:right bottom !important}.scheme_extra_dark .sc_button_hover_slide_top:hover,.scheme_extra_dark .sc_button_hover_slide_top.active,.scheme_extra_dark .ui-state-active .sc_button_hover_slide_top,.scheme_extra_dark .vc_active .sc_button_hover_slide_top,.scheme_extra_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_extra_dark li.active .sc_button_hover_slide_top{background-position:right top !important}.scheme_extra_dark .sc_button_hover_slide_bottom:hover,.scheme_extra_dark .sc_button_hover_slide_bottom.active,.scheme_extra_dark .ui-state-active .sc_button_hover_slide_bottom,.scheme_extra_dark .vc_active .sc_button_hover_slide_bottom,.scheme_extra_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_extra_dark li.active .sc_button_hover_slide_bottom{background-position:right bottom !important}/* ================= IMAGE'S HOVERS ==================== */.scheme_extra_dark .post_featured .mask{background-color:rgba(255,255,255,0.7)}.scheme_extra_dark .post_featured.hover_dots:hover .mask{background-color:rgba(255,255,255,0.7)}.scheme_extra_dark .post_featured.hover_dots .icons span{background-color:#67b612}.scheme_extra_dark .post_featured.hover_dots .post_info{color:#f0f0f0}.scheme_extra_dark .post_featured.hover_icon .icons a{color:#67b612}.scheme_extra_dark .post_featured.hover_icon a:hover{color:#f0f0f0}.scheme_extra_dark .post_featured.hover_icons .icons a{background-color:rgba(255,255,255,0.7);color:#ffffff}.scheme_extra_dark .post_featured.hover_icons a:hover{background-color:#ffffff;color:#67b612}.scheme_extra_dark .post_featured.hover_fade .post_info,.scheme_extra_dark .post_featured.hover_fade .post_info a,.scheme_extra_dark .post_featured.hover_fade .post_info .post_meta_item,.scheme_extra_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,.scheme_extra_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before{color:#f0f0f0}.scheme_extra_dark .post_featured.hover_fade .post_info a:hover{color:#67b612}.scheme_extra_dark .post_featured.hover_slide .post_info,.scheme_extra_dark .post_featured.hover_slide .post_info a,.scheme_extra_dark .post_featured.hover_slide .post_info .post_meta_item,.scheme_extra_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,.scheme_extra_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before{color:#f0f0f0}.scheme_extra_dark .post_featured.hover_slide .post_info a:hover{color:#67b612}.scheme_extra_dark .post_featured.hover_slide .post_info .post_title:after{background-color:#f0f0f0}.scheme_extra_dark .post_featured.hover_pull .post_info,.scheme_extra_dark .post_featured.hover_pull .post_info a{color:#f0f0f0}.scheme_extra_dark .post_featured.hover_pull .post_info a:hover{color:#67b612}.scheme_extra_dark .post_featured.hover_pull .post_info .post_descr{background-color:#ffffff}.scheme_extra_dark .post_featured.hover_border .post_info,.scheme_extra_dark .post_featured.hover_border .post_info a,.scheme_extra_dark .post_featured.hover_border .post_info .post_meta_item,.scheme_extra_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:before,.scheme_extra_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before{color:#f0f0f0}.scheme_extra_dark .post_featured.hover_border .post_info a:hover{color:#67b612}.scheme_extra_dark .post_featured.hover_border .post_info:before,.scheme_extra_dark .post_featured.hover_border .post_info:after{border-color:#f0f0f0}.scheme_extra_dark .post_featured.hover_shop .icons a{color:#ffffff;border-color:#67b612 !important;background-color:transparent}.scheme_extra_dark .post_featured.hover_shop .icons a:hover{color:#f0f0f0;border-color:#67b612 !important;background-color:#67b612}.scheme_extra_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_extra_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{color:#b2de18}.scheme_extra_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{border-color:#b2de18}.scheme_extra_dark .trx_addons_accent,.scheme_extra_dark .trx_addons_accent>*{color:#67b612}.scheme_extra_dark .trx_addons_hover,.scheme_extra_dark .trx_addons_hover>*{color:#b2de18}.scheme_extra_dark .trx_addons_accent_bg{background-color:#67b612;color:#f0f0f0}.scheme_extra_dark .trx_addons_accent2,.scheme_extra_dark .trx_addons_accent2>*{color:#ff6469}.scheme_extra_dark .trx_addons_accent2_bg{background-color:#ff6469;color:#ffffff}.scheme_extra_dark .trx_addons_inverse{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .trx_addons_dark,.scheme_extra_dark .trx_addons_dark>a{color:#ffffff}.scheme_extra_dark .trx_addons_dark>a:hover{color:#67b612}.scheme_extra_dark .trx_addons_inverse,.scheme_extra_dark .trx_addons_inverse>a{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .trx_addons_inverse>a:hover{color:#13162b}.scheme_extra_dark .trx_addons_dropcap_style_1{color:#67b612}.scheme_extra_dark .trx_addons_dropcap_style_2{color:#ffffff}.scheme_extra_dark ul[class*="trx_addons_list"]>li:before{color:#67b612}.scheme_extra_dark ul[class*="trx_addons_list"][class*="_circled"]>li:before{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .trx_addons_list_parameters>li + li{border-color:#e6e6e6}.scheme_extra_dark .trx_addons_tooltip{color:#6d6d6d;border-color:#6d6d6d}.scheme_extra_dark .trx_addons_tooltip:before{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .trx_addons_tooltip:after{border-top-color:#ffffff}.scheme_extra_dark blockquote.trx_addons_blockquote_style_1:before,.scheme_extra_dark blockquote.trx_addons_blockquote_style_1{color:#ffffff;background-color:#ffffff}.scheme_extra_dark blockquote.trx_addons_blockquote_style_1 a,.scheme_extra_dark blockquote.trx_addons_blockquote_style_1 cite{color:#67b612}.scheme_extra_dark blockquote.trx_addons_blockquote_style_1 a:hover{color:#ffffff}.scheme_extra_dark blockquote.trx_addons_blockquote_style_2{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark blockquote.trx_addons_blockquote_style_2:before,.scheme_extra_dark blockquote.trx_addons_blockquote_style_2 a,.scheme_extra_dark blockquote.trx_addons_blockquote_style_2 cite{color:#f0f0f0}.scheme_extra_dark blockquote.trx_addons_blockquote_style_2 a:hover{color:#13162b}.scheme_extra_dark .trx_addons_hover_mask{background-color:rgba(103,182,18,0.7)}.scheme_extra_dark .trx_addons_hover_title{color:#f0f0f0}.scheme_extra_dark .trx_addons_hover_text{color:#b8c3cc}.scheme_extra_dark .trx_addons_hover_icon,.scheme_extra_dark .trx_addons_hover_links a{color:#f0f0f0;background-color:#faef81}.scheme_extra_dark .trx_addons_hover_icon:hover,.scheme_extra_dark .trx_addons_hover_links a:hover{color:#faef81 !important;background-color:#0e1123}.scheme_extra_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#ffffff;background-color:#181e3d}.scheme_extra_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_extra_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#f0f0f0;background-color:#faef81}.scheme_extra_dark .slider_swiper .slide_info.slide_info_large{background-color:rgba(255,255,255,0.7)}.scheme_extra_dark .slider_swiper .slide_info.slide_info_large:hover{background-color:#ffffff}.scheme_extra_dark .slider_swiper .slide_info.slide_info_large .slide_cats a{color:#67b612}.scheme_extra_dark .slider_swiper .slide_info.slide_info_large .slide_title a{color:#ffffff}.scheme_extra_dark .slider_swiper .slide_info.slide_info_large .slide_date{color:#6d6d6d}.scheme_extra_dark .slider_swiper .slide_info.slide_info_large:hover .slide_date{color:#b8c3cc}.scheme_extra_dark .slider_swiper .slide_info.slide_info_large .slide_cats a:hover,.scheme_extra_dark .slider_swiper .slide_info.slide_info_large .slide_title a:hover{color:#b2de18}.scheme_extra_dark .slider_swiper.slider_multi .slide_cats a:hover,.scheme_extra_dark .slider_swiper.slider_multi .slide_title a:hover,.scheme_extra_dark .slider_swiper.slider_multi a:hover .slide_title{color:#b2de18}.scheme_extra_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_extra_dark .slider_outer_controls_side .slider_controls_wrap>a{color:#67b612;background-color:#ffffff;border-color:#ffffff}.scheme_extra_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_extra_dark .slider_outer_controls_side .slider_controls_wrap>a:hover{color:#f0f0f0;background-color:#67b612;border-color:#67b612}.scheme_extra_dark .slider_swiper.slider_controls_bottom .slider_controls_wrap>a,.scheme_extra_dark .slider_outer_controls_bottom .slider_controls_wrap>a{color:#ffffff;background-color:#ffffff;border-color:#ffffff}.scheme_extra_dark .slider_swiper.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_extra_dark .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:#ffffff;border-color:#67b612;background-color:#67b612}.scheme_extra_dark .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_extra_dark .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_extra_dark .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_extra_dark .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{border-color:#67b612;background-color:#67b612}.scheme_extra_dark .slider_swiper .swiper-pagination-bullet,.scheme_extra_dark .slider_swiper_outer .swiper-pagination-bullet{background-color:#ffffff}.scheme_extra_dark .slider_titles_outside_wrap .slide_title a{color:#ffffff}.scheme_extra_dark .slider_titles_outside_wrap .slide_title a:hover{color:#67b612}.scheme_extra_dark .slider_titles_outside_wrap .slide_cats,.scheme_extra_dark .slider_titles_outside_wrap .slide_subtitle{color:#67b612}.scheme_extra_dark .slider_style_modern .slider_controls_label{color:#ffffff}.scheme_extra_dark .slider_style_modern .slider_pagination_wrap{color:#b8c3cc}.scheme_extra_dark .slider_style_modern .swiper-pagination-current{color:#ffffff}.scheme_extra_dark .sc_slider_controller .swiper-slide.swiper-slide-active{border-color:#67b612}.scheme_extra_dark .sc_slider_controller_titles .swiper-slide{background-color:#0e1123}.scheme_extra_dark .sc_slider_controller_titles .swiper-slide:after{background-color:#181e3d}.scheme_extra_dark .sc_slider_controller_titles .swiper-slide.swiper-slide-active{background-color:#ffffff}.scheme_extra_dark .sc_slider_controller_titles .sc_slider_controller_info_title{color:#ffffff}.scheme_extra_dark .sc_slider_controller_titles .sc_slider_controller_info_number{color:#b8c3cc}.scheme_extra_dark .sc_slider_controller_titles .slider_controls_wrap>a{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_slider_controller_titles .slider_controls_wrap>a:hover{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .trx_addons_audio_player.without_cover{border-color:#f7f7f7;background-color:#f7f7f7}.scheme_extra_dark .trx_addons_audio_player.with_cover .audio_caption{color:#f0f0f0}.scheme_extra_dark .trx_addons_audio_player .audio_author{color:#6d6d6d}.scheme_extra_dark .trx_addons_audio_player .audio_caption{color:#ffffff}.scheme_extra_dark .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{color:#6d6d6d}.scheme_extra_dark .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time{color:#f0f0f0}.scheme_extra_dark .widget_categories_list .categories_list_style_2 .categories_list_title a:hover{color:#ffffff}.scheme_extra_dark .widget_contacts .contacts_info{color:#6d6d6d}.scheme_extra_dark .widget_contacts .contacts_info span:before{color:#67b612}.scheme_extra_dark .widget_contacts .contacts_info span a,.scheme_extra_dark .widget_contacts .socials_wrap.contacts_socials a{color:#ffffff}.scheme_extra_dark .widget_contacts .contacts_info span a:hover,.scheme_extra_dark .widget_contacts .socials_wrap.contacts_socials a:hover{color:#67b612}.scheme_extra_dark .widget_socials .social_item a{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .widget_socials .social_item a:hover{color:#ffffff;background-color:#b2de18}.scheme_extra_dark .slider_engine_revo .widget_socials .social_item a{color:#ffffff}.scheme_extra_dark .slider_engine_revo .widget_socials .social_item a:hover{color:#67b612}.scheme_extra_dark .sc_recent_news_header{border-color:#ffffff}.scheme_extra_dark .sc_recent_news_header_category_item_more{color:#67b612}.scheme_extra_dark .sc_recent_news_header_more_categories{border-color:#181e3d;background-color:#0e1123}.scheme_extra_dark .sc_recent_news_header_more_categories>a{color:#faef81}.scheme_extra_dark .sc_recent_news_header_more_categories>a:hover{color:#b2de18;background-color:#181e3d}.scheme_extra_dark .sc_recent_news .post_counters_item,.scheme_extra_dark .sc_recent_news .post_counters .post_counters_edit a{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_recent_news .post_counters_item:hover,.scheme_extra_dark .sc_recent_news .post_counters .post_counters_edit a:hover{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_extra_dark .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{color:#ffffff;background-color:#0e1123}.scheme_extra_dark .sc_recent_news_style_news-magazine .post_accented_border{border-color:#e6e6e6}.scheme_extra_dark .sc_recent_news_style_news-excerpt .post_item{border-color:#e6e6e6}.scheme_extra_dark .widget_twitter .widget_content .sc_twitter_item,.scheme_extra_dark .widget_twitter .widget_content li{color:#6d6d6d}.scheme_extra_dark .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{color:#67b612 !important}.scheme_extra_dark .widget_twitter .swiper-pagination-bullet{background-color:#b8c3cc}.scheme_extra_dark .widget_twitter .swiper-pagination-bullet-active{background-color:#67b612}.scheme_extra_dark .trx_addons_video_player.with_cover .video_hover{color:#ffffff;background-color:#f0f0f0}.scheme_extra_dark .trx_addons_video_player.with_cover .video_hover:hover{color:#67b612;background-color:#f0f0f0}.scheme_extra_dark .sidebar_inner .trx_addons_video_player.with_cover .video_hover{color:#faef81}.scheme_extra_dark .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover{color:#ffffff;background-color:#faef81}.scheme_extra_dark .sc_item_subtitle{color:#67b612}.scheme_extra_dark .sc_item_subtitle.sc_item_title_style_shadow{color:#b8c3cc}.scheme_extra_dark .sc_item_button a:not(.sc_button_bg_image){color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_item_button a:not(.sc_button_bg_image):hover{color:#ffffff;background-color:#b2de18}.scheme_extra_dark a.sc_button_simple:not(.sc_button_bg_image),.scheme_extra_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image),.scheme_extra_dark a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_extra_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):before,.scheme_extra_dark a.sc_button_simple:not(.sc_button_bg_image):after,.scheme_extra_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):after{color:#67b612}.scheme_extra_dark a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_extra_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover,.scheme_extra_dark a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_extra_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_extra_dark a.sc_button_simple:not(.sc_button_bg_image):hover:after,.scheme_extra_dark .sc_item_button a.sc_button_simple:not(.sc_button_bg_image):hover:after{color:#b2de18 !important}.scheme_extra_dark .trx_addons_hover_content .trx_addons_hover_links a{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .trx_addons_hover_content .trx_addons_hover_links a:hover{color:#67b612 !important;background-color:#f0f0f0}.scheme_extra_dark .sc_action_item .sc_action_item_subtitle{color:#67b612}.scheme_extra_dark .sc_action_item_date,.scheme_extra_dark .sc_action_item_info{color:#ffffff;border-color:#6d6d6d}.scheme_extra_dark .sc_action_item_description{color:#6d6d6d}.scheme_extra_dark .sc_action_item .sc_action_item_link{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_action_item .sc_action_item_link:hover{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .sc_action_item_event.with_image .sc_action_item_inner{background-color:#ffffff}.scheme_extra_dark .sc_action.sc_action_application{background-color:#ffffff;color:#e6e6e6}.scheme_extra_dark .sc_action.sc_action_application .sc_action_item_description{color:#e6e6e6}.scheme_extra_dark .sc_action.sc_action_application .sc_item_title{color:#f0f0f0}.scheme_extra_dark .toc_menu_item .toc_menu_icon{background-color:#ffffff;border-color:#e6e6e6;color:#67b612}.scheme_extra_dark .toc_menu_item:hover .toc_menu_icon,.scheme_extra_dark .toc_menu_item_active .toc_menu_icon{background-color:#67b612;color:#f0f0f0}.scheme_extra_dark .toc_menu_icon_default:before{background-color:#67b612}.scheme_extra_dark .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_extra_dark .toc_menu_item_active .toc_menu_icon_default:before{background-color:#ffffff}.scheme_extra_dark .toc_menu_item .toc_menu_description{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_blogger.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_extra_dark .sc_blogger_item{background-color:rgba(255,255,255,0)}.scheme_extra_dark .sc_blogger_post_meta{color:#b8c3cc}.scheme_extra_dark .sc_blogger_item_title a{color:#ffffff}.scheme_extra_dark .sc_blogger_item_title a:hover{color:#faef81}.scheme_extra_dark .sc_blogger_post_meta{color:#b8c3cc}.scheme_extra_dark .sc_blogger_item_content{color:#969fa6}.scheme_extra_dark .sc_blogger_item .more-link{color:#faef81}.scheme_extra_dark .sc_blogger_item .more-link:hover{color:#ffffff}.scheme_extra_dark .sc_countdown_default .sc_countdown_digits span{color:#f0f0f0;border-color:#b2de18;background-color:#67b612}.scheme_extra_dark .sc_countdown_circle .sc_countdown_digits{color:#ffffff;border-color:#f7f7f7}.scheme_extra_dark .sc_courses.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_extra_dark .sc_courses_default .sc_courses_item{background-color:#0e1123}.scheme_extra_dark .sc_courses_default .sc_courses_item_categories{background-color:#ffffff}.scheme_extra_dark .sc_courses_default .sc_courses_item_categories a{color:#ffffff}.scheme_extra_dark .sc_courses_default .sc_courses_item_categories a:hover{color:#faef81}.scheme_extra_dark .sc_courses_default .sc_courses_item_meta{color:#b8c3cc}.scheme_extra_dark .sc_courses_default .sc_courses_item_date{color:#ffffff}.scheme_extra_dark .sc_courses_default .sc_courses_item_price{color:#faef81}.scheme_extra_dark .sc_courses_default .sc_courses_item_period{color:#b8c3cc}.scheme_extra_dark .sc_events.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_extra_dark .sc_events_default .sc_events_item{background-color:#0e1123}.scheme_extra_dark .sc_events_default .sc_events_item_date{background-color:#faef81;color:#f0f0f0}.scheme_extra_dark .sc_events_default .sc_events_item:hover .sc_events_item_date{background-color:#ffffff}.scheme_extra_dark .sc_events_default .sc_events_item_title{color:#ffffff}.scheme_extra_dark .sc_events_default .sc_events_item:hover .sc_events_item_title{color:#faef81}.scheme_extra_dark .sc_events_default .sc_events_item_button{color:#faef81}.scheme_extra_dark .sc_events_default .sc_events_item:hover .sc_events_item_button{color:#ffffff}.scheme_extra_dark .sc_events_detailed .sc_events_item,.scheme_extra_dark .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_extra_dark .sc_events_detailed .sc_events_item_button_wrap:before{border-color:#67b612}.scheme_extra_dark .sc_events_detailed .sc_events_item_date,.scheme_extra_dark .sc_events_detailed .sc_events_item_button{color:#67b612}.scheme_extra_dark .sc_events_detailed .sc_events_item_title{color:#ffffff}.scheme_extra_dark .sc_events_detailed .sc_events_item_time{color:#6d6d6d}.scheme_extra_dark .sc_events_detailed .sc_events_item:hover{background-color:#67b612;color:#f0f0f0}.scheme_extra_dark .sc_events_detailed .sc_events_item:hover,.scheme_extra_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_extra_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_extra_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_extra_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time{color:#f0f0f0}.scheme_extra_dark .sc_events_detailed .sc_events_item:hover,.scheme_extra_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_extra_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_extra_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{border-color:#f0f0f0}.scheme_extra_dark.sc_form{background-color:#ffffff}.scheme_extra_dark .sc_form_field_title{color:#ffffff}.scheme_extra_dark .sc_form_field button{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_form_field button:hover{color:#f0f0f0;background-color:#b2de18 !important}.scheme_extra_dark .sc_form .sc_form_info_icon{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_form_info_title{color:#ffffff}.scheme_extra_dark .sc_form .sc_form_info_data>a,.scheme_extra_dark .sc_form .sc_form_info_data>span,.scheme_extra_dark .sc_form .sc_form_info_data>span a{color:#6d6d6d}.scheme_extra_dark .sc_form .sc_form_info_data>span a:hover{color:#67b612}.scheme_extra_dark .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]:after{background-color:#e6e6e6}.scheme_extra_dark .sc_form .sc_form_info_data>a:hover{color:#67b612}.scheme_extra_dark .sc_form_modern .sc_form_fields{background-color:#f7f7f7}.scheme_extra_dark [class*="sc_input_hover_"] .sc_form_field_content{color:#ffffff}.scheme_extra_dark .sc_input_hover_accent input[type="text"]:focus,.scheme_extra_dark .sc_input_hover_accent input[type="number"]:focus,.scheme_extra_dark .sc_input_hover_accent input[type="email"]:focus,.scheme_extra_dark .sc_input_hover_accent input[type="password"]:focus,.scheme_extra_dark .sc_input_hover_accent input[type="search"]:focus,.scheme_extra_dark .sc_input_hover_accent select:focus,.scheme_extra_dark .sc_input_hover_accent textarea:focus{border-color:#67b612 !important}.scheme_extra_dark .sc_input_hover_accent .sc_form_field_hover:before{color:rgba(103,182,18,0.2)}.scheme_extra_dark .sc_input_hover_path .sc_form_field_graphic{stroke:#f1f1f1}.scheme_extra_dark .sc_input_hover_jump .sc_form_field_content{color:#393939}.scheme_extra_dark .sc_input_hover_jump .sc_form_field_content:before{color:#67b612}.scheme_extra_dark .sc_input_hover_jump input[type="text"],.scheme_extra_dark .sc_input_hover_jump input[type="number"],.scheme_extra_dark .sc_input_hover_jump input[type="email"],.scheme_extra_dark .sc_input_hover_jump input[type="password"],.scheme_extra_dark .sc_input_hover_jump input[type="search"],.scheme_extra_dark .sc_input_hover_jump textarea{border-color:#f1f1f1}.scheme_extra_dark .sc_input_hover_jump input[type="text"]:focus,.scheme_extra_dark .sc_input_hover_jump input[type="number"]:focus,.scheme_extra_dark .sc_input_hover_jump input[type="email"]:focus,.scheme_extra_dark .sc_input_hover_jump input[type="password"]:focus,.scheme_extra_dark .sc_input_hover_jump input[type="search"]:focus,.scheme_extra_dark .sc_input_hover_jump textarea:focus{border-color:#67b612 !important}.scheme_extra_dark .sc_input_hover_underline .sc_form_field_hover:before{background-color:#f1f1f1}.scheme_extra_dark .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_extra_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_extra_dark .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_extra_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{background-color:#67b612}.scheme_extra_dark .sc_input_hover_underline .sc_form_field_content{color:#393939}.scheme_extra_dark .sc_input_hover_underline input:focus,.scheme_extra_dark .sc_input_hover_underline textarea:focus,.scheme_extra_dark .sc_input_hover_underline input.filled,.scheme_extra_dark .sc_input_hover_underline textarea.filled,.scheme_extra_dark .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_extra_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_extra_dark .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_extra_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{color:#67b612 !important}.scheme_extra_dark .sc_input_hover_iconed .sc_form_field_hover{color:#bac0c3}.scheme_extra_dark .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_extra_dark .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_extra_dark .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_extra_dark .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{color:#393939}.scheme_extra_dark .sc_googlemap_content,.scheme_extra_dark.sc_googlemap_content{color:#6d6d6d;background-color:#ffffff}.scheme_extra_dark .sc_googlemap_content b,.scheme_extra_dark .sc_googlemap_content strong,.scheme_extra_dark.sc_googlemap_content b,.scheme_extra_dark.sc_googlemap_content strong{color:#ffffff}.scheme_extra_dark .sc_googlemap_content_detailed:before{background-color:#67b612}.scheme_extra_dark .sc_icons .sc_icons_icon{color:#67b612}.scheme_extra_dark .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{color:#ffffff}.scheme_extra_dark .sc_icons .sc_icons_title{color:#67b612}.scheme_extra_dark .sc_icons_description,.scheme_extra_dark .sc_icons_modern .sc_icons_description{color:#ffffff}.scheme_extra_dark.sc_price{color:#6d6d6d;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}.scheme_extra_dark.sc_price .sc_price_icon{color:#f0f0f0;background-color:#67b612;border-color:#ffffff}.scheme_extra_dark.sc_price:hover .sc_price_icon{color:#f0f0f0;background-color:#67b612;border-color:#ffffff}.scheme_extra_dark .sc_price_info{background-color:#1f254d}.scheme_extra_dark .sc_price_info .sc_price_description,.scheme_extra_dark .sc_price_info .sc_price_details,.scheme_extra_dark .sc_price_info .sc_price_subtitle ,.scheme_extra_dark .sc_price_info .sc_price_title,.scheme_extra_dark .sc_price_info .sc_price_title a{color:#f0f0f0}.scheme_extra_dark.sc_price:hover .sc_price_link{background:#b2de18 !important}.scheme_extra_dark .sc_price_info .sc_price_price{color:#67b612}.scheme_extra_dark .sc_price:hover .sc_price_info{background-color:#67b612}.scheme_extra_dark .sc_price:hover .sc_price_info .sc_price_price{color:#f0f0f0}.scheme_extra_dark .sc_price_info .sc_price_link{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_price_info .sc_price_link:hover{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .sc_promo.sc_promo_size_normal .sc_promo_title{color:#ffffff}.scheme_extra_dark .sc_promo.sc_promo_size_normal .sc_promo_descr{color:#6d6d6d}.scheme_extra_dark .sc_promo_modern .sc_promo_link2{color:#f0f0f0;background-color:#67b612 !important}.scheme_extra_dark .sc_promo_modern .sc_promo_link2:hover{color:#ffffff;background-color:#ffffff}.scheme_extra_dark.sc_promo .sc_promo_text_inner{background-color:#0e1123}.scheme_extra_dark.sc_promo.sc_promo_size_normal .sc_promo_title{color:#faef81}.scheme_extra_dark.sc_promo.sc_promo_size_normal .sc_promo_descr{color:#6d6d6d}.scheme_extra_dark .sc_services_default .sc_services_item{color:#6d6d6d;background-color:rgba(255,255,255,0)}.scheme_extra_dark .sc_services_default .sc_services_item_icon{color:#67b612}.scheme_extra_dark .sc_services_default .sc_services_item:hover .sc_services_item_icon{color:#b2de18}.scheme_extra_dark .sc_services_default .sc_services_item_subtitle{color:#faef81}.scheme_extra_dark .vc_row-has-fill .sc_services_default .sc_services_item_content{color:#ffffff}.scheme_extra_dark .vc_row-has-fill .sc_services_default .sc_services_item_title a{color:#f0f0f0}.scheme_extra_dark .vc_row-has-fill .sc_services_default .sc_services_item_title a:hover{color:#67b612}.scheme_extra_dark .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:#e6e6e6}.scheme_extra_dark .vc_row-has-fill .sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{background-color:rgba(255,255,255,0.2)}.scheme_extra_dark .sc_services_default .sc_services_item_featured_left,.scheme_extra_dark .sc_services_default .sc_services_item_featured_right,.scheme_extra_dark .sc_services_list .sc_services_item{color:#6d6d6d;background-color:transparent}.scheme_extra_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_extra_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_extra_dark .sc_services_list .sc_services_item_featured_left .sc_services_item_icon,.scheme_extra_dark .sc_services_list .sc_services_item_featured_right .sc_services_item_icon{color:#f0f0f0;background-color:#67b612;border-color:#67b612}.scheme_extra_dark .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_extra_dark .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_extra_dark .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_extra_dark .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{color:#f0f0f0;background-color:#b2de18;border-color:#b2de18}.scheme_extra_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle,.scheme_extra_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle{color:#67b612}.scheme_extra_dark .sc_services_iconed .sc_services_item{color:#969fa6;background-color:#0e1123}.scheme_extra_dark .sc_services_iconed .sc_services_item_header{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .sc_services_iconed .sc_services_item_icon,.scheme_extra_dark .sc_services_iconed .sc_services_item_subtitle a{color:#ffffff}.scheme_extra_dark .sc_services_iconed .sc_services_item_icon:hover,.scheme_extra_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_extra_dark .sc_services_iconed .sc_services_item_subtitle a:hover,.scheme_extra_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_subtitle a{color:#67b612}.scheme_extra_dark .sc_services_iconed .sc_services_item_title a{color:#67b612}.scheme_extra_dark .sc_services_iconed .sc_services_item_title a:hover,.scheme_extra_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_title a{color:#ffffff}.scheme_extra_dark .sc_services.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}/* Skills (Counters) */.scheme_extra_dark .sc_skills_counter .sc_skills_icon{color:#ffffff}.scheme_extra_dark .sc_skills .sc_skills_total{color:#ffffff}.scheme_extra_dark .sc_skills .sc_skills_item_title,.scheme_extra_dark .sc_skills .sc_skills_legend_title,.scheme_extra_dark .sc_skills .sc_skills_legend_value{color:#6d6d6d}.scheme_extra_dark .sc_skills_counter .sc_skills_column + .sc_skills_column:before{background-color:#e6e6e6}.scheme_extra_dark .sc_socials .socials_wrap a{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_socials .socials_wrap a:hover{color:#ffffff;background-color:#ffffff}.scheme_extra_dark .sc_testimonials_item_content{color:#6d6d6d}.scheme_extra_dark .sc_testimonials_item_content:before{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .sc_testimonials_item_author_title{color:#67b612}.scheme_extra_dark .sc_testimonials_item_author_subtitle{color:#b8c3cc}.scheme_extra_dark .sc_testimonials_simple .sc_testimonials_item_author_data:before{background-color:#6d6d6d}.scheme_extra_dark .sc_testimonials .swiper-pagination-bullet{background-color:#67b612}.scheme_extra_dark .sc_testimonials .swiper-pagination-bullet-active{background-color:#67b612}.scheme_extra_dark .sc_testimonials .swiper-pagination-bullet-active:after,.scheme_extra_dark .sc_testimonials .swiper-pagination-bullet:hover:after{border-color:#67b612}.scheme_extra_dark .sc_testimonials_inverse .sc_testimonials_item_content,.scheme_extra_dark .sc_testimonials_inverse .sc_testimonials_title{color:#f0f0f0}.scheme_extra_dark .sc_testimonials_inverse .swiper-pagination-bullet{background-color:#f0f0f0}.scheme_extra_dark .sc_testimonials_inverse .swiper-pagination-bullet-active{background-color:#f0f0f0}.scheme_extra_dark .sc_testimonials_inverse .swiper-pagination-bullet-active:after,.scheme_extra_dark .sc_testimonials_inverse .swiper-pagination-bullet:hover:after{border-color:#f0f0f0}.scheme_extra_dark .sc_team_default .sc_team_item{color:#f0f0f0;background-color:#1f254d}.scheme_extra_dark .sc_team_default .sc_team_item_title a{color:#f0f0f0}.scheme_extra_dark .sc_team_default .sc_team_item_title a:hover{color:#67b612}.scheme_extra_dark .sc_team_default .sc_team_item_subtitle{color:#f0f0f0}.scheme_extra_dark .sc_team_default .sc_team_item_socials .social_item a,.scheme_extra_dark .team_member_page .team_member_socials .social_item a{color:#f0f0f0;background-color:#faef81}.scheme_extra_dark .sc_team_default .sc_team_item_socials .social_item a:hover,.scheme_extra_dark .team_member_page .team_member_socials .social_item a:hover{color:#0e1123;background-color:#ffffff}.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_title a,.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_subtitle a,.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_content a{color:#f0f0f0}.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_title a:hover,.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_subtitle a:hover,.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_content a:hover{color:#f0f0f0}.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a{color:#f0f0f0;border-color:#f0f0f0}.scheme_extra_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a:hover{color:#67b612;background-color:#f0f0f0}.scheme_extra_dark .team_member_page .team_member_featured .team_member_avatar{border-color:#e6e6e6}.scheme_extra_dark .sc_team_short .sc_team_item_thumb{border-color:#67b612}.scheme_extra_dark .sc_team.slider_swiper .swiper-pagination-bullet{border-color:#b8c3cc}.scheme_extra_dark .trx_addons_scroll_to_top,.scheme_extra_dark .trx_addons_cv .trx_addons_scroll_to_top{border-color:#67b612;background-color:#67b612;color:#f0f0f0}.scheme_extra_dark .trx_addons_scroll_to_top:hover,.scheme_extra_dark .trx_addons_cv .trx_addons_scroll_to_top:hover{border-color:#ffffff;background-color:#ffffff;color:#ffffff}.scheme_extra_dark .trx_addons_popup{background-color:#0e1123;border-color:#181e3d;color:#969fa6}.scheme_extra_dark .trx_addons_popup .mfp-close{background-color:#181e3d;border-color:#1f254d;color:#969fa6}.scheme_extra_dark .trx_addons_popup .mfp-close:hover{background-color:#ffffff;color:#0e1123}.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title{background-color:#181e3d;border-color:#1f254d}.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active{background-color:#0e1123;border-bottom-color:transparent}.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title a,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title a>i{color:#969fa6}.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title a:hover,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title a:hover>i{color:#faef81}.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title[data-disabled="true"] a:hover>i{color:#b8c3cc}.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a>i,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_extra_dark .trx_addons_popup .trx_addons_tabs_title.ui-tabs-active a:hover>i{color:#ffffff}.scheme_extra_dark .trx_addons_profiler{background-color:#0e1123;border-color:#1f254d}.scheme_extra_dark .trx_addons_profiler_title{color:#ffffff}.scheme_extra_dark .trx_addons_profiler table td,.scheme_extra_dark .trx_addons_profiler table th{border-color:#181e3d}.scheme_extra_dark .trx_addons_profiler table td{color:#969fa6}.scheme_extra_dark .trx_addons_profiler table th{background-color:#181e3d;color:#ffffff}.scheme_extra_dark .trx_addons_cv,.scheme_extra_dark .trx_addons_cv_body_wrap{color:#969fa6;background-color:#0e1123}.scheme_extra_dark .trx_addons_cv a{color:#faef81}.scheme_extra_dark .trx_addons_cv a:hover{color:#b2de18}.scheme_extra_dark .trx_addons_cv_header{background-color:#ffffff}.scheme_extra_dark .trx_addons_cv_header_image img{border-color:#ffffff}.scheme_extra_dark .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_extra_dark .trx_addons_cv_header .trx_addons_cv_header_text{color:#ffffff}.scheme_extra_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a{color:rgba(255,255,255,0.7)}.scheme_extra_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>a:hover{color:#ffffff}.scheme_extra_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{color:#b8c3cc;background-color:#0e1123;border-color:#ffffff}.scheme_extra_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_extra_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{color:#ffffff;border-color:#0e1123}.scheme_extra_dark .trx_addons_cv .trx_addons_cv_section_title,.scheme_extra_dark .trx_addons_cv .trx_addons_cv_section_title a{color:#ffffff}.scheme_extra_dark .trx_addons_cv_section_title.ui-state-active{border-color:#ffffff}.scheme_extra_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{color:#b8c3cc}.scheme_extra_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_extra_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{color:#ffffff}.scheme_extra_dark .trx_addons_cv_section .trx_addons_pagination>*{color:#969fa6}.scheme_extra_dark .trx_addons_cv_section .trx_addons_pagination>a:hover{color:#ffffff}.scheme_extra_dark .trx_addons_pagination>span.active{color:#ffffff;border-color:#ffffff}.scheme_extra_dark .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{color:#b8c3cc}.scheme_extra_dark .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{color:#ffffff}.scheme_extra_dark .trx_addons_cv_single .trx_addons_cv_single_title{color:#ffffff}.scheme_extra_dark .trx_addons_cv_single .trx_addons_cv_single_subtitle{color:#b8c3cc}.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_extra_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{border-color:#181e3d}.scheme_extra_dark .trx_addons_cv_resume_item_meta{color:#ffffff}.scheme_extra_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_extra_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{color:#ffffff}.scheme_extra_dark .trx_addons_cv_resume_item_subtitle{color:#b8c3cc}.scheme_extra_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{color:#ffffff}.scheme_extra_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{border-color:#ffffff}.scheme_extra_dark .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{color:#b8c3cc}.scheme_extra_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{color:#ffffff}.scheme_extra_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{border-top-color:#ffffff}.scheme_extra_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{color:#ffffff}.scheme_extra_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_extra_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{color:#ffffff}.scheme_extra_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_extra_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{color:#ffffff}.scheme_extra_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_extra_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{color:#ffffff}.scheme_extra_dark .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{color:#ffffff}.scheme_extra_dark .trx_addons_cv .trx_addons_contact_form_field_title{color:#ffffff}.scheme_extra_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_extra_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea{border-color:#181e3d;color:#969fa6}.scheme_extra_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_extra_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{background-color:#181e3d;color:#ffffff}.scheme_extra_dark .trx_addons_contact_form_field button{background-color:#ffffff;border-color:#ffffff;color:#ffffff}.scheme_extra_dark .trx_addons_contact_form_field button:hover{color:#ffffff}.scheme_extra_dark .trx_addons_contact_form_info_icon{color:#b8c3cc}.scheme_extra_dark .trx_addons_contact_form_info_area{color:#ffffff}.scheme_extra_dark .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{color:#ffffff !important}.scheme_extra_dark .trx_addons_cv_about_page .trx_addons_cv_single_title{color:#ffffff}.scheme_extra_dark.wpb_row,.scheme_extra_dark.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_extra_dark.wpb_text_column{color:#6d6d6d;background-color:#ffffff}.scheme_extra_dark.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{background-color:rgba(255,255,255,0.8)}.scheme_extra_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon{color:#f0f0f0;background-color:#ffffff}.scheme_extra_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,.scheme_extra_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{border-color:#f0f0f0}.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{color:#ffffff}.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover{color:#67b612}.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon,.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after{border-color:#f0f0f0}.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a{color:#f0f0f0;background-color:#ffffff}.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a:hover,.scheme_extra_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#f0f0f0;background-color:#67b612}.scheme_extra_dark .vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#e6e6e6}.scheme_extra_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar{background-color:#181e3d}.scheme_extra_dark .vc_progress_bar.vc_progress_bar_narrow.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar{background-color:#faef81}.scheme_extra_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label{color:#6d6d6d}.scheme_extra_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{color:#6d6d6d}/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
/*Theme Name:GETCABDescription:Hover styles for all theme elements (menus,buttons,inputs,etc.)*/.menu_main_nav>li#blob{position:absolute;top:0;z-index:1;opacity:0;-webkit-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);-moz-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);-ms-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);-o-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);}.menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,.menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.menu_hover_slide_line .menu_main_nav>li#blob{height:1px;margin:3.3em 0 0 1.5em}.menu_hover_zoom_line .menu_main_nav>li>a{position:relative}.menu_hover_zoom_line .menu_main_nav>li>a:before{content:"";height:1px;position:absolute;margin-left:0.25em;top:3.3em;left:50%;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-ms-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.menu_hover_zoom_line .menu_main_nav>li>a:hover:before,.menu_hover_zoom_line .menu_main_nav>li.sfHover>a:before,.menu_hover_zoom_line .menu_main_nav>li.current-menu-item>a:before,.menu_hover_zoom_line .menu_main_nav>li.current-menu-parent>a:before,.menu_hover_zoom_line .menu_main_nav>li.current-menu-ancestor>a:before{width:80%}.menu_hover_path_line .menu_main_nav>li>a{position:relative}.menu_hover_path_line .menu_main_nav>li:before,.menu_hover_path_line .menu_main_nav>li:after,.menu_hover_path_line .menu_main_nav>li>a:before,.menu_hover_path_line .menu_main_nav>li>a:after{content:' ' !important;position:absolute;-webkit-transition:-webkit-transform 0.1s;-ms-transition:-ms-transform 0.1s;transition:transform 0.1s;-webkit-transition-timing-function:cubic-bezier(1,0.68,0.16,0.9);-ms-transition-timing-function:cubic-bezier(1,0.68,0.16,0.9);transition-timing-function:cubic-bezier(1,0.68,0.16,0.9)}.menu_hover_path_line .menu_main_nav>li:before,.menu_hover_path_line .menu_main_nav>li:after{top:0.5em;bottom:0.5em;width:1px;-webkit-transform:scale3d(1,0,1);-ms-transform:scale3d(1,0,1);transform:scale3d(1,0,1)}.menu_hover_path_line .menu_main_nav>li:before{left:0.2em;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.menu_hover_path_line .menu_main_nav>li:after{right:0.2em;-webkit-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%}.menu_hover_path_line .menu_main_nav>li>a:before,.menu_hover_path_line .menu_main_nav>li>a:after,.menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after{left:0.2em;right:0.2em;height:1px;-webkit-transform:scale3d(0,1,1);-ms-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}.menu_hover_path_line .menu_main_nav>li>a:before{top:0.5em;bottom:auto;-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.menu_hover_path_line .menu_main_nav>li>a:after,.menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after{top:auto;bottom:0.5em;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}/* Delays (first reverse,then current) */.menu_hover_path_line .menu_main_nav>li>a:after,.menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after{-webkit-transition-delay:0.3s;-ms-transition-delay:0.3s;transition-delay:0.3s}.menu_hover_path_line .menu_main_nav>li>a:hover:after,.menu_hover_path_line .menu_main_nav>li.sfHover>a:after,.menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:hover:after,.menu_hover_path_line .menu_main_nav>li.sfHover.menu-item-has-children>a:after{-webkit-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}.menu_hover_path_line .menu_main_nav>li:before{-webkit-transition-delay:0.2s;-ms-transition-delay:0.2s;transition-delay:0.2s}.menu_hover_path_line .menu_main_nav>li:hover:before,.menu_hover_path_line .menu_main_nav>li.sfHover:before{-webkit-transition-delay:0.1s;-ms-transition-delay:0.1s;transition-delay:0.1s}.menu_hover_path_line .menu_main_nav>li>a:before{-webkit-transition-delay:0.1s;-ms-transition-delay:0.1s;transition-delay:0.1s}.menu_hover_path_line .menu_main_nav>li.sfHover>a:before,.menu_hover_path_line .menu_main_nav>li>a:hover:before{-webkit-transition-delay:0.2s;-ms-transition-delay:0.2s;transition-delay:0.2s}.menu_hover_path_line .menu_main_nav>li.sfHover:after,.menu_hover_path_line .menu_main_nav>li:hover:after{-webkit-transition-delay:0.3s;-ms-transition-delay:0.3s;transition-delay:0.3s}.menu_hover_path_line .menu_main_nav>li.sfHover:before,.menu_hover_path_line .menu_main_nav>li:hover:before,.menu_hover_path_line .menu_main_nav>li.sfHover:after,.menu_hover_path_line .menu_main_nav>li:hover:after,.menu_hover_path_line .menu_main_nav>li.sfHover>a:before,.menu_hover_path_line .menu_main_nav>li>a:hover:before,.menu_hover_path_line .menu_main_nav>li>a:hover:after,.menu_hover_path_line .menu_main_nav>li.sfHover>a:after{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.menu_hover_roll_down .menu_main_nav>li>a:before{content:' ';position:absolute;top:3.3em;left:1.5em;right:1.5em;height:1px;opacity:0;-webkit-transform:translate3d(0,-3em,0);-ms-transform:translate3d(0,-3em,0);transform:translate3d(0,-3em,0);-webkit-transition:-webkit-transform 0s 0.3s,opacity 0.2s;-ms-transition:transform 0s 0.3s,opacity 0.2s;transition:transform 0s 0.3s,opacity 0.2s}.menu_hover_roll_down .menu_main_nav>li>a:hover:before,.menu_hover_roll_down .menu_main_nav>li.sfHover>a:before,.menu_hover_roll_down .menu_main_nav>li.current-menu-item>a:before,.menu_hover_roll_down .menu_main_nav>li.current-menu-ancestor>a:before,.menu_hover_roll_down .menu_main_nav>li.current-menu-parent>a:before{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform 0.3s,opacity 0.1s;-ms-transition:-webkit-transform 0.3s,opacity 0.1s;transition:transform 0.3s,opacity 0.1s;-webkit-transition-timing-function:cubic-bezier(0.4,0,0.2,1);-ms-transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-timing-function:cubic-bezier(0.4,0,0.2,1)}.menu_hover_roll_down .menu_main_nav>li>a>span{display:block;pointer-events:none}.menu_hover_roll_down .menu_main_nav>li.sfHover>a>span,.menu_hover_roll_down .menu_main_nav>li>a:hover>span,.menu_hover_roll_down .menu_main_nav>li.current-menu-item>a>span,.menu_hover_roll_down .menu_main_nav>li.current-menu-ancestor>a>span,.menu_hover_roll_down .menu_main_nav>li.current-menu-parent>a>span{-webkit-animation:anim-roll-down 0.3s forwards;-ms-animation:anim-roll-down 0.3s forwards;animation:anim-roll-down 0.3s forwards}@-webkit-keyframes anim-roll-down{50%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1; -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); transform:translate3d(0,0,0)}}@keyframes anim-roll-down{50%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1; -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); transform:translate3d(0,0,0)}}.menu_hover_color_line .menu_main_nav>li>a:hover:before,.menu_hover_color_line .menu_main_nav>li>a:focus:before{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}.menu_hover_color_line .menu_main_nav>li>a:before,.menu_hover_color_line .menu_main_nav>li>a:after,.menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:after{content:' ' !important;position:absolute;top:3.3em;left:1.5em;right:1.5em !important;margin:0;height:1px;-webkit-transform:scale3d(0,1,1);-ms-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1);-ms-transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1);transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1)}.menu_hover_color_line .menu_main_nav>li>a:hover,.menu_hover_color_line .menu_main_nav>li.sfHover>a:after,.menu_hover_color_line .menu_main_nav>li>a:hover:after,.menu_hover_color_line .menu_main_nav>li>a:before{-webkit-transition-delay:0.3s;-ms-transition-delay:0.3s;transition-delay:0.3s}.menu_hover_color_line .menu_main_nav>li.sfHover>a:after,.menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:hover:after,.menu_hover_color_line .menu_main_nav>li>a:hover:after,.menu_hover_color_line .menu_main_nav>li.sfHover>a:before,.menu_hover_color_line .menu_main_nav>li>a:hover:before,.menu_hover_color_line .menu_main_nav>li.current-menu-item>a:after,.menu_hover_color_line .menu_main_nav>li.current-menu-item>a:before,.menu_hover_color_line .menu_main_nav>li.current-menu-ancestor>a:after,.menu_hover_color_line .menu_main_nav>li.current-menu-ancestor>a:before,.menu_hover_color_line .menu_main_nav>li.current-menu-parent>a:after,.menu_hover_color_line .menu_main_nav>li.current-menu-parent>a:before{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.menu_hover_color_line .menu_main_nav>li.sfHover>a:before,.menu_hover_color_line .menu_main_nav>li>a:hover:before{-webkit-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}[class*="sc_button_hover_slide"]{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_button_hover_arrow{position:relative;overflow:hidden;padding-left:2em !important;padding-right:2em !important}.sc_button_hover_arrow:before{content:'\e8f4';font-family:'fontello';position:absolute;z-index:1;right:-2em !important;left:auto !important;top:50% !important;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;background-color:transparent !important;color:inherit !important}.sc_button_hover_arrow:hover:before,.sc_button_hover_arrow.active:before,.vc_active .sc_button_hover_arrow:before{right:0.5em !important}/* Images (post featured) hovers----------------------------------------------------- */.post_featured[class*="hover_"]{position:relative;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;-ms-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.post_featured[class*="hover_"],.post_featured[class*="hover_"] *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.post_featured[class*="hover_"] img{width:100%;height:auto}.post_featured .mask{content:' ';position:absolute;z-index:100;left:0;top:0;right:0;bottom:0;opacity:0;pointer-events:none;filter:alpha(opacity=0);-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}.post_featured .post_info{position:absolute;z-index:103;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(0.5,0.5);-moz-transform:translateX(-50%) translateY(-50%) scale(0.5,0.5);-ms-transform:translateX(-50%) translateY(-50%) scale(0.5,0.5);transform:translateX(-50%) translateY(-50%) scale(0.5,0.5);-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;display:none;font-size:1.1429em;line-height:1.3em;width:90%;text-align:center;margin:-1em auto 0;opacity:0;filter:alpha(opacity=0)}.post_featured.hover_icon,.post_featured.hover_icons{position:relative;display:block}.post_featured.hover_icon .mask{background-color:rgba(0,0,0,0.4)}.post_featured.hover_icon:hover .mask{opacity:1;filter:alpha(opacity=100)}.post_featured.hover_icon .icons,.post_featured.hover_icons .icons{position:absolute;z-index:102;left:0;top:0;width:100%;height:100%}.post_featured.hover_icon .icons a,.post_featured.hover_icons .icons a{position:absolute;z-index:10;left:50%;top:50%;font-size:1.7143em;cursor:pointer;display:block;width:2.1667em;height:2.1667em;line-height:2.1667em;text-align:center;display:inline-block;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(0.3,0.3);-moz-transform:translateX(-50%) translateY(-50%) scale(0.3,0.3);-ms-transform:translateX(-50%) translateY(-50%) scale(0.3,0.3);transform:translateX(-50%) translateY(-50%) scale(0.3,0.3);-webkit-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;-moz-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;-ms-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;-o-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;opacity:0;filter:alpha(opacity=0);margin-left:-1.3333em}.post_featured.hover_icons .icons a.single_icon{margin-left:0}.post_featured.hover_icon .icons a{font-size:4em;margin-left:0}.post_featured.hover_icons .icons a+a{margin-left:1.3333em;-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-ms-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.post_featured.hover_icon:hover .icons a,.post_featured.hover_icons:hover .icons a{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateX(-50%) translateY(-50%) scale(1,1);-moz-transform:translateX(-50%) translateY(-50%) scale(1,1);-ms-transform:translateX(-50%) translateY(-50%) scale(1,1);transform:translateX(-50%) translateY(-50%) scale(1,1);-webkit-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-moz-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-ms-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-o-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s}.post_featured.hover_icons:hover .icons a+a{-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-ms-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}/* Hover Zoom:icons 'link' and 'zoom' */.post_featured.hover_zoom:before{content:' ';position:absolute;z-index:101;left:50%;top:50%;width:100px;height:100px;margin:-50px 0 0 -50px;border:2px solid #fff;background-color:rgba(0,0,0,0.15);-webkit-transform:scale(0,0) rotate(0deg);-moz-transform:scale(0,0) rotate(0deg);-ms-transform:scale(0,0) rotate(0deg);transform:scale(0,0) rotate(0deg);-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.post_featured.hover_zoom:hover:before{-webkit-transform:scale(1,1) rotate(45deg);-moz-transform:scale(1,1) rotate(45deg);-ms-transform:scale(1,1) rotate(45deg);transform:scale(1,1) rotate(45deg)}.post_featured.hover_zoom .mask{background-color:rgba(255,255,255,0.15)}.post_featured.hover_zoom:hover .mask{opacity:1;filter:alpha(opacity=100)}.post_featured.hover_zoom .icons{position:absolute;z-index:102;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:inline-block}.post_featured.hover_zoom .icons a{display:inline-block;font-size:18px;width:32px;height:32px;line-height:32px;text-align:center;color:#fff;position:relative;left:-50px;opacity:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.post_featured.hover_zoom .icons a+a{margin-left:8px;left:50px}.post_featured.hover_zoom .icons a:hover{color:#fff;background-color:rgba(255,255,255,0.2)}.post_featured.hover_zoom:hover .icons a{left:0;opacity:1;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}.post_featured.hover_dots:hover .mask{opacity:1;filter:alpha(opacity=100)}.post_featured.hover_dots .icons{position:absolute;z-index:120;left:0;top:0;width:100%;height:100%}.post_featured.hover_dots .icons span{position:absolute;z-index:102;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:inline-block;width:6px;height:6px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;opacity:0;filter:alpha(opacity=0)}.post_featured.hover_dots:hover .icons span{opacity:1;filter:alpha(opacity=100);display:inline-block}.post_featured.hover_dots:hover .icons span:first-child{margin-left:-13px}.post_featured.hover_dots:hover .icons span+span+span{margin-left:13px}.post_featured.hover_dots.hover_with_info .icons span{margin-top:1em}.post_featured.hover_dots .post_info{display:block;top:45%}.post_featured.hover_dots:hover .post_info{-webkit-transform:translateX(-50%) translateY(-50%) scale(1,1);-moz-transform:translateX(-50%) translateY(-50%) scale(1,1);-ms-transform:translateX(-50%) translateY(-50%) scale(1,1);transform:translateX(-50%) translateY(-50%) scale(1,1);opacity:1;filter:alpha(opacity=100)}/* Hover Fade,Slide,Pull,Border:Common Rules */.post_featured.hover_fade,.post_featured.hover_slide,.post_featured.hover_pull,.post_featured.hover_border{position:relative;width:100%;height:100%;overflow:hidden}.post_featured.hover_fade .post_info,.post_featured.hover_slide .post_info,.post_featured.hover_pull .post_info,.post_featured.hover_border .post_info{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;text-align:center;display:block;margin:0;opacity:1;filter:alpha(opacity=100);font-size:1em;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.post_featured.hover_fade .post_info .post_title,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_pull .post_info .post_title,.post_featured.hover_border .post_info .post_title{font-weight:400;font-size:1.5em;line-height:1.4em;margin:0 0 0.5em;text-transform:uppercase;text-align:center}.post_featured.hover_fade .post_info .post_descr,.post_featured.hover_slide .post_info .post_descr,.post_featured.hover_pull .post_info .post_descr,.post_featured.hover_border .post_info .post_descr{margin:0;position:relative;padding:0.5em 1em;text-align:center}.post_featured.hover_fade .post_info .post_title span,.post_featured.hover_slide .post_info .post_title span,.post_featured.hover_pull .post_info .post_title span,.post_featured.hover_border .post_info .post_title span{font-weight:700}.post_featured.hover_fade .post_info .post_excerpt,.post_featured.hover_slide .post_info .post_excerpt,.post_featured.hover_pull .post_info .post_excerpt,.post_featured.hover_border .post_info .post_excerpt{display:none}.post_featured.hover_fade img,.post_featured.hover_fade .post_info .post_info_back,.post_featured.hover_fade .post_info .post_title,.post_featured.hover_fade .post_info .post_descr,.post_featured.hover_slide img,.post_featured.hover_slide .post_info .post_info_back,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr,.post_featured.hover_pull img,.post_featured.hover_pull .post_info .post_info_back,.post_featured.hover_pull .post_info .post_title,.post_featured.hover_pull .post_info .post_descr,.post_featured.hover_border img,.post_featured.hover_border .post_info .post_info_back,.post_featured.hover_border .post_info .post_title,.post_featured.hover_border .post_info .post_descr{-webkit-transition:all 0.35s ease;-moz-transition:all 0.35s ease;-ms-transition:all 0.35s ease;transition:all 0.35s ease}.post_featured.hover_fade .post_info .post_excerpt,.post_featured.hover_slide .post_info .post_excerpt,.post_featured.hover_pull .post_info .post_excerpt,.post_featured.hover_border .post_info .post_excerpt{margin-top:1em;display:none}.post_featured.hover_fade:hover .mask{opacity:1;filter:alpha(opacity=100)}.post_featured.hover_fade .post_info .post_info_back{position:absolute;left:0;top:50%;width:100%;text-align:center;padding:15px;margin-top:100%;opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.post_featured.hover_fade.top_to_bottom .post_info .post_info_back{margin-top:-100%}.post_featured.hover_fade.bottom_to_top .post_info .post_info_back{margin-top:100%}.post_featured.hover_fade.left_to_right .post_info .post_info_back{margin-left:-100%}.post_featured.hover_fade.right_to_left .post_info .post_info_back{margin-left:100%}.post_featured.hover_fade:hover .post_info .post_info_back{margin:0 !important;opacity:1;filter:alpha(opacity=100)}.post_featured.hover_slide .mask{opacity:0.3;filter:alpha(opacity=30)}.post_featured.hover_slide:hover .mask{opacity:1;filter:alpha(opacity=100)}.post_featured.hover_slide .post_info,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr{text-align:left}.post_featured.hover_slide img,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr{-webkit-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease}.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr{position:relative;margin:0}.post_featured.hover_slide .post_info .post_title{padding:0 0 15px;margin:30px 30px 15px;overflow:hidden}.post_featured.hover_slide .post_info .post_title:after{content:" ";position:absolute;bottom:0;left:0;height:2px;width:100%;-webkit-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.post_featured.hover_slide:hover .post_info .post_title:after{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px)}.post_featured.hover_slide img{max-width:none;width:calc(100% + 20px);-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px)}.post_featured.hover_slide:hover img{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px)}.post_featured.hover_slide .post_info,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr{text-align:left}.post_featured.hover_slide .post_info .post_descr{padding:0 30px 30px;opacity:0;filter:alpha(opacity=0);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.post_featured.hover_slide:hover .post_info .post_descr{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px)}.post_featured.hover_pull .post_info,.post_featured.hover_pull .post_info .post_title,.post_featured.hover_pull .post_info .post_descr{text-align:left}.post_featured.hover_pull .post_info .post_title,.post_featured.hover_pull .post_info .post_descr{position:absolute;bottom:0;left:0;width:100%;padding:20px;margin:0}.post_featured.hover_pull:hover img{-webkit-transform:translateY(-60px);-moz-transform:translateY(-60px);-ms-transform:translateY(-60px);-o-transform:translateY(-60px);transform:translateY(-60px)}.post_featured.hover_pull:hover .post_info .post_title{-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-ms-transform:translateY(-70px);-o-transform:translateY(-70px);transform:translateY(-70px)}.post_featured.hover_pull .post_info .post_descr{height:60px;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-ms-transform:translateY(60px);-o-transform:translateY(60px);transform:translateY(60px)}.post_featured.hover_pull:hover .post_info .post_descr{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}.post_featured.hover_border:hover .mask{opacity:1;filter:alpha(opacity=100)}.post_featured.hover_border .post_info:before,.post_featured.hover_border .post_info:after{content:' ';position:absolute;left:30px;right:30px;top:30px;bottom:30px;pointer-events:none;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease}.post_featured.hover_border .post_info:before{border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.post_featured.hover_border:hover .post_info:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.post_featured.hover_border .post_info:after{border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0)}.post_featured.hover_border:hover .post_info:after{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}.post_featured.hover_border .post_info .post_info_back{position:absolute;left:0;top:50%;width:100%;text-align:center;padding:45px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.post_featured.hover_border img,.post_featured.hover_border .post_info .post_title,.post_featured.hover_border .post_info .post_descr{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease}.post_featured.hover_border:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.post_featured.hover_border .post_info .post_title,.post_featured.hover_border .post_info .post_descr{opacity:0;filter:alpha(opacity=0);position:relative;text-align:center;margin:0}.post_featured.hover_border .post_info .post_title{font-size:1.2em;padding:0 0 15px;-webkit-transform:translateY(-1em);-moz-transform:translateY(-1em);-ms-transform:translateY(-1em);-o-transform:translateY(-1em);transform:translateY(-1em)}.post_featured.hover_border:hover .post_info .post_title{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}.post_featured.hover_border .post_info .post_descr{padding:0;-webkit-transform:translateY(1em);-moz-transform:translateY(1em);-ms-transform:translateY(1em);-o-transform:translateY(1em);transform:translateY(1em)}.post_featured.hover_border:hover .post_info .post_descr{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}.post_featured.hover_border .post_info .post_info_item + .post_info_item:before{content:' ';display:block;margin:0.5em 0 0 0}.post_featured.hover_shop{position:relative;display:block}.post_featured.hover_shop:hover .mask{opacity:1;filter:alpha(opacity=100)}.post_featured.hover_shop .icons{position:absolute;z-index:102;left:0;top:0;width:100%;height:100%}.post_featured.hover_shop .icons a{position:absolute;z-index:10;left:50%;top:50%;font-size:1.2632em !important;padding:0 !important;letter-spacing:0 !important;cursor:pointer;display:block;width:2.5em;height:2.5em;line-height:2.4em !important;text-align:center;display:inline-block;border:3px solid #ddd !important;-webkit-transform:translateX(-50%) translateY(-50%) scale(0.3,0.3) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) scale(0.3,0.3) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) scale(0.3,0.3) rotate(45deg);transform:translateX(-50%) translateY(-50%) scale(0.3,0.3) rotate(45deg);-webkit-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;-moz-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;-ms-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;-o-transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;transition:all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;opacity:0;filter:alpha(opacity=0)}.post_featured.hover_shop .icons a.added_to_cart{display:none}.post_featured.hover_shop .icons a+a,.post_featured.hover_shop .icons a+a+a{margin-left:1.76em;-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-ms-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.post_featured.hover_shop .icons a.shop_cart:before{font-family:'fontello' !important;font-weight:400 !important;content:'\e93d' !important}.post_featured.hover_shop .icons a:before,.post_featured.hover_shop .icons a:after{margin:0 !important;padding:0 !important;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.post_featured.hover_shop .icons a:after{position:absolute;top:25%;left:25%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);font-size:0.6em}.post_featured.hover_shop:hover .icons a{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateX(-50%) translateY(-50%) scale(1,1) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) scale(1,1) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) scale(1,1) rotate(45deg);transform:translateX(-50%) translateY(-50%) scale(1,1) rotate(45deg);-webkit-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-moz-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-ms-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-o-transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;transition:all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s}.post_featured.hover_shop:hover .icons a+a,.post_featured.hover_shop:hover .icons a+a+a{-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-ms-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.sc_content_width_1_1{width:1170px}.sc_content_width_1_2{width:585px}.sc_content_width_1_3{width:390px}.sc_content_width_2_3{width:780px}.sc_content_width_1_4{width:292.5px}.sc_content_width_3_4{width:877.5px}.trx_addons_container,.trx_addons_container-fluid{padding-left:15px;padding-right:15px}.trx_addons_columns_wrap{margin-right:-30px}.trx_addons_columns_wrap>[class*="trx_addons_column-"]{padding-right:30px}.trx_addons_columns_wrap.columns_padding_left{margin-left:-30px}.trx_addons_columns_wrap.columns_padding_left>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_left{padding-left:30px}.trx_addons_columns_wrap.columns_padding_right{margin-right:-30px}.trx_addons_columns_wrap.columns_padding_right>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_right{padding-right:30px}.trx_addons_columns_wrap.columns_padding_center{margin-left:-15px;margin-right:-15px}.trx_addons_columns_wrap.columns_padding_center>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_center{padding-left:30px}.trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_bottom{padding-bottom:30px}.trx_addons_hover_mask{left:0;top:0;right:0;bottom:0}.trx_addons_scroll_to_top{border:none}body.page.home .trx_addons_scroll_to_top{}.menu_style_right .trx_addons_scroll_to_top{right:7rem}.team_member_page .team_member_brief_info_title{margin-bottom:1em}.slider_swiper .swiper-slide{min-height:28rem}.slider_style_modern .slider_swiper .swiper-slide{min-height:20rem}.post_layout_excerpt .slider_swiper .swiper-slide{min-height:28rem}.columns_wrap .slider_swiper .swiper-slide,.wpb_column:not(.vc_col-sm-12) .slider_swiper .swiper-slide{min-height:13.8rem}.post_layout_classic .slider_swiper .swiper-slide{min-height:13.8rem}.sc_blogger_item .slider_swiper .swiper-slide{min-height:13.8rem}.swiper-container-horizontal>.swiper-pagination,.slider_swiper_outer>.swiper-pagination{bottom:auto;top:46%;transform:rotate(90deg);right:0;left:auto;width:auto}.slider_swiper .slider_pagination_wrap,.slider_swiper_outer .slider_pagination_wrap{color:#fff}.slider_swiper .swiper-pagination-bullet,.slider_swiper_outer .swiper-pagination-bullet{border:0;background-color:transparent;width:7px;height:7px;position:relative;opacity:1}.slider_swiper .swiper-pagination-bullet:after{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.slider_swiper .swiper-pagination-bullet-active:after,.slider_swiper .swiper-pagination-bullet:hover:after{content:'';left:-2px;top:-2px;width:11px !important;height:11px !important;border-radius:50%;display:block;border:2px solid;box-sizing:border-box;position:absolute}.slider_swiper .swiper-pagination-bullet-active,.slider_swiper .swiper-pagination-bullet:hover{background-color:transparent !important}.sidebar .swiper-container-horizontal>.swiper-pagination,.sidebar .slider_swiper_outer>.swiper-pagination{bottom:0.5em}.sidebar .slider_swiper .swiper-pagination-bullet,.sidebar .slider_swiper_outer .swiper-pagination-bullet{width:8px;height:8px}.slider_style_modern .swiper-container-horizontal>.swiper-pagination,.slider_style_modern>.swiper-pagination{bottom:0}.sidebar .slider_swiper_outer .slider_controls_wrap,.sidebar .slider_swiper.slider_controls_side .slider_controls_wrap{display:none}.slider_swiper.slider_controls_side .slider_controls_wrap>a,.slider_outer_controls_side .slider_controls_wrap>a{width:4.2em;height:2.8em;line-height:2.8em;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_prev,.slider_outer_controls_side .slider_controls_wrap>.slider_prev{left:0;background:transparent !important}.slider_swiper.slider_controls_side .slider_next,.slider_outer_controls_side .slider_controls_wrap>.slider_next{right:0;background:transparent !important}.slider_swiper.slider_controls_side:hover .slider_controls_wrap>a,.slider_outer_controls_side:hover + .slider_controls_wrap>a{opacity:1;filter:alpha(opacity=100);margin-left:0;margin-right:0}.slider_swiper.slider_controls_side .slider_controls_wrap>a:before,.slider_outer_controls_side .slider_controls_wrap>a:before{font-family:'fontello';font-size:1.6em;transition:none}.slider_swiper .slide_overlay{display:none !important}.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_prev:before,.slider_outer_controls_side .slider_controls_wrap>.slider_prev:before{content:'\e837'}.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_next:before,.slider_outer_controls_side .slider_controls_wrap>.slider_next:before{content:'\e836'}.slider_style_modern .slider_controls_label span:first-child{font-style:italic;letter-spacing:0}.slider_style_modern .slider_controls_label span + span{font-size:1.6667em;line-height:1.25em;margin-top:0.2em}.sc_slider_controller .slider_swiper_outer.slider_outer_controls_side .slider_controls_wrap>a,.slider_style_modern .slider_swiper.slider_controls_side .slider_controls_wrap>a,.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a{opacity:1;filter:alpha(opacity=100)}.header_widgets_wrap .slider_swiper .slide_overlay.slide_overlay_large{background-color:transparent}.slider_swiper.slider_titles_center .slide_info.slide_info_large{padding:3em 2em;width:50%}.header_widgets_wrap .slider_swiper.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large{width:18em}.sidebar .slider_swiper.slider_multi .slide_info:not(.slide_info_large),.sidebar .slider_swiper .slide_info:not(.slide_info_large){bottom:8px}.slider_swiper .slide_info{line-height:1.3em}.slider_swiper .slide_info.slide_info_large .slide_cats{color:transparent !important}.slider_swiper .slide_info.slide_info_large .slide_cats a{font-size:0.8667em;line-height:1.7333em;font-weight:500;text-transform:uppercase}.slider_swiper .slide_info.slide_info_large .slide_title{font-size:1.4em;font-weight:400;line-height:1.5em;text-transform:uppercase;letter-spacing:2px;margin:0.5em 0}.slider_swiper .slide_info.slide_info_large .slide_date{font-size:0.9333em;font-style:italic}.sidebar .slider_swiper.slider_multi .slide_title,.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_title{font-size:1em}.sidebar .slider_swiper.slider_multi .slide_date,.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_date{font-size:12px;line-height:16px}.slider_titles_outside_wrap{bottom:1rem}.slider_titles_outside_wrap .slide_cats,.slider_titles_outside_wrap .slide_subtitle{font-style:italic;letter-spacing:0}.sc_slider_controller_info{font-size:1.3333em;line-height:1.2em;font-weight:normal;font-style:normal;letter-spacing:0;width:85%}.sc_slider_controller_titles .sc_slider_controller_info{text-transform:uppercase}.sc_slider_controller_thumbs .sc_slider_controller_info{font-size:1.2em;line-height:1.2em;display:none}.sc_slider_controller_thumbs .sc_slider_controller_info_number{color:#ccc}.sc_slider_controller_thumbs .sc_slider_controller_info_title{color:#fff}aside.widget_bg_image{padding:2em 1.5em !important}aside.widget_bg_image *{color:#aaa !important}aside.widget_bg_image .widget_title,aside.widget_bg_image .widget_content a{color:#ddd !important}aside.widget_bg_image .widget_title,aside.widget_bg_image .widget_content a:hover{color:#fff !important}.widget_aboutme .aboutme_avatar img{width:100%;height:auto}.widget_aboutme .aboutme_username{text-align:left;font-size:1em}.widget_aboutme .aboutme_description{margin-top:1em;text-align:left;line-height:1.6em}.trx_addons_accent_bg{padding-bottom:1px;margin-bottom:-1px;display:inline-block}.trx_addons_audio_player{padding:1.8em 3.3em 2.4em}.sidebar .trx_addons_audio_player,.footer_wrap .trx_addons_audio_player,.trx_addons_audio_player.with_cover{padding:0.8em 1em}.trx_addons_audio_player .audio_author,.trx_addons_audio_player .audio_caption{margin:0.5em 0.5em 0.45em}.trx_addons_audio_player.without_cover{border:0;background-color:transparent}.trx_addons_audio_player .audio_author{font-size:1em;font-weight:400;font-style:normal;margin-left:0;margin-right:0;text-transform:none;letter-spacing:0.8px}.trx_addons_audio_player .audio_caption{line-height:1.35em;letter-spacing:0;text-transform:none;font-size:1.125em;font-weight:600}.vc_row .trx_addons_audio_player .audio_caption{font-size:1.125em;font-weight:600}.mejs-controls{padding:0}.trx_addons_audio_player .audio_author + .audio_caption{margin:-0.6em 0 1.3em}.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{font-size:1em !important;font-weight:400;width:2.8em}.sidebar .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time,.footer_wrap .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{display:none}.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:3px !important}aside .trx_addons_tabs .trx_addons_tabs_titles li{font-size:12px;font-weight:700;font-style:normal;line-height:1.3em;text-transform:uppercase;letter-spacing:1px}aside .trx_addons_tabs .trx_addons_tabs_titles li:after{display:none !important}aside .trx_addons_tabs .trx_addons_tabs_titles li + li{margin-left:0.5em}aside .trx_addons_tabs .trx_addons_tabs_titles li a{padding:0.3em 0.5em}.widget_categories_list[class*="column-"] [class*="column-"],.sidebar .widget_categories_list [class*="column-"]{width:100%;float:none;overflow:hidden}.widget_categories_list[class*="column-"] [class*="column-"]+[class*="column-"],.sidebar .widget_categories_list [class*="column-"]+[class*="column-"]{margin-top:0.5em}.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item{text-align:left}.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image{display:inline-block;width:20%}.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img{width:100%;height:auto}.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title{display:inline-block;width:70%;margin:0;font-size:1em;padding-left:1em;text-align:left;text-transform:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.widget_contacts{text-align:left}.widget_contacts[class*="column-"] .contacts_info .contacts_left,.widget_contacts[class*="column-"] .contacts_info .contacts_right,.sidebar .widget_contacts .contacts_info .contacts_left,.sidebar .widget_contacts .contacts_info .contacts_right{display:block;width:100%;margin:0;text-align:left}.widget_contacts[class*="column-"] .contacts_description,.widget_contacts[class*="column-"] .contacts_socials,.widget_contacts[class*="column-"] .contacts_info,.sidebar .widget_contacts .contacts_description,.sidebar .widget_contacts .contacts_socials,.sidebar .widget_contacts .contacts_info{margin-top:1em}.widget_contacts .contacts_info{font-weight:400;font-style:normal;line-height:1.375em;letter-spacing:0}.widget_contacts .contacts_info span{position:relative;display:block;padding-left:1.7em;margin-bottom:0.7em}.widget_contacts .contacts_info span:before{font-family:'fontello';font-size:0.875em;display:block;position:absolute;left:0;top:0;width:2em;line-height:inherit;text-align:left}.widget_contacts .contacts_info span.contacts_email:before{content:'\e819'}.widget_contacts .contacts_info span.contacts_phone:before{content:'\e856'}.widget_contacts .contacts_info span.contacts_address:before{content:'\e919'}.widget_contacts[class*="column-"] .contacts_socials .social_item+.social_item,.sidebar .widget_contacts .contacts_socials .social_item+.social_item{margin-left:0.4em}body.expand_content .sc_recent_news_style_news-announce .post_size_full{height:656px}body.expand_content .sc_recent_news_style_news-announce .post_size_big{height:328px}body.expand_content .sc_recent_news_style_news-announce .post_size_medium,body.expand_content .sc_recent_news_style_news-announce .post_size_small{height:164px}.sc_recent_news .post_counters .post_counters_edit a{background-color:transparent !important}.sidebar .sc_recent_news .post_item .post_title,.footer .sc_recent_news .post_item .post_title{font-size:1em}.sidebar .sc_recent_news .post_item .post_content,.footer .sc_recent_news .post_item .post_content{font-size:0.8667em;line-height:1.3846em}.sc_recent_news .post_accented_off .post_featured.with_thumb .post_video_hover{font-size:1.2em}.sc_recent_news .post_accented_off .slider_controls_wrap{display:none}.sc_recent_news .post_accented_off .slider_pagination_wrap{bottom:0}.sc_recent_news .post_accented_off .slider_pagination_wrap .swiper-pagination-bullet{width:6px;height:6px;margin-right:3px}/* Recent posts & Most Popular posts & Search Results */.widget_area .post_item,aside .post_item{overflow:hidden;text-align:left;margin-bottom:0;position:relative;background-color:transparent !important}aside .post_item + .post_item{margin-top:1.6em;padding-top:0;border-top:none}.search_results.widget_area .post_item + .post_item{border-top:1px solid #e5e5e5;margin-top:1.6em;padding-top:1.6em}.widget_area .post_item .post_content,aside .post_item .post_content{overflow:hidden}.widget_area .post_item .post_thumb,aside .post_item .post_thumb{float:left;width:5rem;height:5rem;margin:0 1em 4px 0;overflow:hidden}.widget_area .post_item .post_thumb img,aside .post_item .post_thumb img{width:100%}.widget_area .post_item .post_title,aside .post_item .post_title{font-weight:400;margin:-2px 0 4px 0;text-align:left}.widget_area .post_item .post_info,aside .post_item .post_info{font-size:12px;line-height:16px;margin-bottom:0}.widget_area .post_item .post_info .post_info_item+.post_info_item:before,aside .post_item .post_info .post_info_item+.post_info_item:before{content:"";margin:0 0 0 5px}.widget_area .post_item .post_categories,aside .post_item .post_categories{font-size:11px;font-weight:400;line-height:15px;text-transform:uppercase;margin-top:-2px;margin-bottom:1em;position:relative;padding-right:3em}.widget_area .post_item .post_categories .post_info_counters,aside .post_item .post_categories .post_info_counters{position:absolute;right:0;top:0}.sidebar .widget_socials .socials_wrap,.footer_wrap .widget_socials .socials_wrap{text-align:left}.sidebar .widget_socials .social_item,.footer_wrap .widget_socials .social_item{margin:0 5px 5px 0}.slider_engine_revo .widget_socials{width:10em}.slider_engine_revo .widget_socials .socials_wrap{text-align:left;min-width:160px !important}.slider_engine_revo .widget_socials .social_item{display:inline-block}.slider_engine_revo .widget_socials .social_item + .social_item{margin-left:0.5em}.slider_engine_revo .widget_socials .social_item span{background-color:transparent !important;width:auto;height:auto;font-size:13px !important;line-height:1.5em;display:inline;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.slider_engine_revo .widget_socials .social_item a{background-color:transparent;background:none}.slider_engine_revo .widget_socials .social_item a:hover span{background-color:transparent}.slider_engine_revo .widget_socials .social_item a:hover span:before{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.widget_twitter .widget_content ul{padding-left:2em;list-style-type:none}.widget_twitter .widget_content ul>li{position:relative;text-align:left}.widget_twitter .widget_content ul>li+li{margin-top:1.5em}.widget_twitter .widget_content ul>li:before{position:absolute;z-index:1;display:inline-block;font-size:1.2em;font-style:normal;left:-1.5em;top:0;background-color:transparent}.widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{text-align:center;font-size:1.6em;font-style:normal;margin-bottom:0.8em}.widget_twitter .widget_content .sc_twitter_item a,.widget_twitter .widget_content ul>li a{font-weight:normal}.trx_addons_video_player.with_cover .video_hover{font-size:2.8em;width:1.67em;height:1.67em;line-height:1.67em;border:none}.trx_addons_video_player.with_cover .video_hover:before{content:'\e8e1';font-family:'fontello';padding-left:5px}.widget_video .trx_addons_video_player.with_cover .video_hover{font-size:2.4em}.sidebar .trx_addons_video_player.with_cover .video_hover,.footer_wrap .trx_addons_video_player.with_cover .video_hover{font-size:1.8em}.mobile_layout .trx_addons_video_player.with_cover .video_hover{opacity:1;margin-top:0}.trx_addons_cv_header_letter{line-height:0.75em}.trx_addons_cv_header_letter,.trx_addons_cv_header_text,.trx_addons_cv_header_socials .social_item>a{text-shadow:none}.trx_addons_cv_section_contacts input,.trx_addons_cv_section_contacts textarea{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title{display:none}[class*="sc_button_hover_"]:not(.sc_button_bg_image){-webkit-transition:color 0.3s ease,border-color 0.3s ease,background-position 0.3s ease,background-color linear 0.3s !important;-moz-transition:color 0.3s ease,border-color 0.3s ease,background-position 0.3s ease,background-color linear 0.3s !important;-ms-transition:color 0.3s ease,border-color 0.3s ease,background-position 0.3s ease,background-color linear 0.3s !important;-o-transition:color 0.3s ease,border-color 0.3s ease,background-position 0.3s ease,background-color linear 0.3s !important;transition:color 0.3s ease,border-color 0.3s ease,background-position 0.3s ease,background-color linear 0.3s !important}.sc_item_title{line-height:1.2}.sc_promo .sc_item_subtitle + .sc_item_title{margin-top:0}.sc_promo .sc_item_title{margin-bottom:0}.sc_promo.sc_promo_size_normal .sc_promo_descr{font-size:1em}.sc_item_subtitle + .sc_item_title{margin-top:3px}.sc_action.sc_action_application .sc_item_subtitle + .sc_item_title{margin-top:0}.sc_item_title + .sc_item_descr,.sc_item_subtitle + .sc_item_descr,.sc_item_title + .sc_item_slider,.sc_item_subtitle + .sc_item_slider,.sc_item_descr + .sc_item_slider,.sc_item_title + .sc_item_columns,.sc_item_subtitle + .sc_item_columns,.sc_item_descr + .sc_item_columns,.sc_item_title + .sc_item_content,.sc_item_subtitle + .sc_item_content,.sc_item_descr + .sc_item_content{margin-top:2.35rem}.sc_item_descr{margin-bottom:0}.sc_item_title + .sc_item_button,.sc_item_title + .sc_item_button_image,.sc_item_subtitle + .sc_item_button,.sc_item_subtitle + .sc_item_button_image,.sc_item_descr + .sc_item_button,.sc_item_descr + .sc_item_button_image,.sc_item_content + .sc_item_button,.sc_item_content + .sc_item_button_image,.sc_item_slider + .sc_item_button,.sc_item_slider + .sc_item_button_image,.sc_item_columns + .sc_item_button,.sc_item_columns + .sc_item_button_image{margin-top:3rem}.sc_item_title + .sc_item_button_simple,.sc_item_subtitle + .sc_item_button_simple,.sc_item_descr + .sc_item_button_simple,.sc_item_content + .sc_item_button_simple,.sc_item_slider + .sc_item_button_simple,.sc_item_columns + .sc_item_button_simple{margin-top:1.6rem}.trx_addons_hover_content .trx_addons_hover_links a + a{margin-left:0.7em}.sc_item_descr.sc_align_center{max-width:770px;margin:2.1em auto 0}.sc_action_item_default .sc_action_item_subtitle{font-size:2em;line-height:1.2em}.sc_action_item_default .sc_action_item_subtitle + .sc_action_item_title{margin-top:0}.sc_action_item_event.with_image .sc_action_item_inner{padding:2.4em 2em}.sc_action_item_event .sc_action_item_image + .sc_action_item_subtitle{margin-top:0.8em}.sc_action_item_event .sc_action_item_title{margin-top:0;margin-bottom:0.3em}.sc_action_item_date{font-size:1em;line-height:1.3em;text-transform:uppercase;letter-spacing:1px;padding:0.8em 0;border-style:dotted}.sc_action_item_description{font-style:italic;letter-spacing:0}.sc_action_item_info{font-size:13px;font-weight:400;line-height:1.3em;padding:1em 0 0;letter-spacing:0;border-style:dotted}.sc_action_application{padding:17.1em 6.3em 11.95em}.sc_action_application .sc_action_content>div{display:inline-block}.sc_action .content_wrap{max-width:100%}.sc_action_application .sc_action_content>div + div{margin-left:2.8em}.sc_action_application .sc_item_title + .sc_item_descr{max-width:580px;margin-top:1.4em}.sc_action_application .sc_item_descr + .sc_item_content{margin-top:3.35em}.sc_action_application .image-link img{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_action_application .image-link:hover img{opacity:0.75}.menu_side_inner #toc_menu{display:block;position:relative;left:0;top:0;margin:0}.toc_menu_item .toc_menu_description{font-size:1.0667em;line-height:1.3em;font-weight:bold;text-transform:uppercase;top:1px}.toc_menu_item:hover .toc_menu_description{margin-right:0}.toc_menu_item .toc_menu_description:before{content:' ';display:inline-block;vertical-align:middle;height:6rem}.toc_menu_item .toc_menu_description span{display:inline-block;vertical-align:middle;padding:0 3em;letter-spacing:3px;margin-top:5px}.toc_menu_item .toc_menu_icon{width:100%;height:6rem;line-height:6rem;border-top:1px solid #ddd;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.toc_menu_item .toc_menu_icon:before{font-size:2rem;font-weight:normal;line-height:inherit}.toc_menu_item .toc_menu_icon_default:before{width:0.4rem}.toc_menu_item_active .toc_menu_icon_default:before{width:0.8rem}.menu_style_left .toc_menu_item .toc_menu_description{left:-20em;right:auto}.menu_style_left .toc_menu_item:hover .toc_menu_description{left:100%;right:auto}.sc_blogger_item_featured .post_featured{margin-bottom:0}.sc_blogger .sc_blogger_item .sc_blogger_post_meta{font-size:13px}.sc_blogger .sc_item_button .sc_button_simple:before,.sc_blogger .sc_item_button .sc_button_simple:after{top:2px}.sc_blogger_classic .sc_blogger_item{text-align:left}.sc_blogger_default .sc_blogger_item{padding:0}.sc_blogger_default .sc_blogger_item .sc_blogger_item_content{left:38%;width:65%}.sc_blogger_default .sc_blogger_item_featured{width:30%}.sc_blogger_default .sc_blogger_item .sc_blogger_post_meta{display:none}.sc_blogger_default .sc_blogger_item .sc_blogger_item_featured{margin-bottom:0}.sc_blogger_classic .sc_blogger_item .sc_blogger_item_content{padding:1.65em 0}.sc_blogger_classic .sc_blogger_item .sc_blogger_post_meta{margin-bottom:1.7em}.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt{margin-top:1em}.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text{max-height:2.9em}.sc_blogger .sc_blogger_item .sc_blogger_item_title{padding-right:1em;box-sizing:border-box}.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text p{margin:0}.sc_blogger_classic .sc_blogger_item_button{margin-top:1.5em}.sc_blogger_classic .sc_blogger_item .more-link{background-color:transparent}.post_item .more-link,.sc_item_button a,.sc_form button,#btn-buy,.sc_price_link,.sc_action_item_link,.sc_button.sc_button_size_small,.cc-btn{cursor:pointer;display:inline-block;white-space:nowrap;text-transform:none;font-size:0.875em;line-height:1.188em;font-weight:600;padding:0.9em 2.45em 1em;letter-spacing:0.8px;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:3rem}.cc-btn{padding:1em}.cc-link{font-size:0.875em}.sc_button.sc_button_size_normal{padding:0.85em 2.65em 0.85em;letter-spacing:0.8px;font-size:1em;font-weight:700;line-height:1.375em}.sc_button.sc_button_size_large,.sc_form button{padding:1.05em 3.6em 0.95em;letter-spacing:0.8px;font-size:1.125em;font-weight:700;line-height:1.375em;border-radius:2em}.sc_button_simple{text-transform:uppercase;font-size:0.85em}.sc_button_simple:before,.sc_button_simple:after{content:'\e93a';font-family:'fontello';top:-2px;font-style:normal}.sc_item_button .sc_button_simple:not(.sc_button_bg_image){background:none !important;background-color:transparent}.sc_item_button .sc_button_simple{font-style:italic;font-weight:400;font-size:1.0667em;line-height:1.25em;letter-spacing:0;text-transform:none;border:none;padding:0 1.8em 0 0}.sc_item_button .sc_button_simple:before,.sc_item_button .sc_button_simple:after{font-style:normal;line-height:inherit;top:3px}.sc_courses_default .sc_courses_item_info{padding:2em}.sc_courses_default .sc_courses_item_date{letter-spacing:0;font-style:italic}.sc_courses_default .sc_courses_item_price{font-size:2em;margin-top:0.8em;min-height:1.2em}.sc_courses_default .trx_addons_hover_content{text-align:left;padding:2em;left:0;top:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.sc_courses_default .sc_courses_item .trx_addons_hover_mask{background-color:#000}.sc_courses_default .trx_addons_hover_content .trx_addons_hover_title{background-color:transparent;padding:0;margin:0;text-transform:none;font-size:1.6667em}.sc_courses_default .trx_addons_hover_content .trx_addons_hover_text{padding:0;margin-top:2em;font-style:normal}.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a{margin-top:3em;font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:2px;padding:1.3em 1.9em}.sc_events_item{height:5.2632em}.sc_events_item + .sc_events_item{margin-top:1em}.sc_events_button{text-align:center}.sc_events_item_date{height:5.2632em}.sc_events_item_day{font-weight:200;margin-top:0.2em}.sc_events_item_button{min-height:1.3em}.sc_events_item_button:before,.sc_events_item_button:after{position:absolute;left:0;top:0;content:'\e93a';font-family:'fontello';font-size:0.9286em;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_events_item_button:after{left:-30px;opacity:0;filter:alpha(opacity=0)}.sc_events_item:hover .sc_events_item_button:before{opacity:0;filter:alpha(opacity=0);left:30px}.sc_events_item:hover .sc_events_item_button:after{opacity:1;filter:alpha(opacity=100);left:0}.sc_events_detailed .sc_events_item_date,.sc_events_detailed .sc_events_item_time,.sc_events_detailed .sc_events_item_button{font-size:0.7368em;font-weight:700;line-height:1.3em;text-transform:uppercase}.sc_events_detailed .sc_events_item_title{font-size:1.0526em;line-height:1.2em;font-weight:700;font-style:italic}.sc_events_detailed .sc_events_item,.sc_events_detailed .sc_events_item_date,.sc_events_detailed .sc_events_item_button,.sc_events_detailed .sc_events_item_title,.sc_events_detailed .sc_events_item_time{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_form form input.filled.trx_addons_field_error,.sc_form form input.filled.trx_addons_field_error:hover,.sc_form form input.filled.trx_addons_field_error:focus{color:#ff0000 !important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.sc_form[class*="scheme_"]{padding:5em}.sc_form_description{font-style:normal}.sc_form_detailed .sc_form_info{padding:0}.sc_form_title + .sc_form_form,.sc_form_subtitle + .sc_form_form,.sc_form_descr + .sc_form_form{margin-top:4em}.sc_form .sc_form_info_item .sc_form_info_icon{display:inline-block;width:3.5em;height:3.5em;line-height:3.5em;text-align:center;border-radius:50%}.sc_form_modern .sc_form_info{margin-bottom:4.4em}.sc_form_modern .sc_form_fields{overflow:hidden;padding-top:5.65em}.sc_form .sc_form_info_item .sc_form_info_icon:before{font-family:'fontello';font-size:2.2rem;line-height:1.8}.sc_form .sc_form_info_item_address .sc_form_info_icon:before{content:'\e920'}.sc_form .sc_form_info_item_email .sc_form_info_icon:before{content:'\e943'}.sc_form .sc_form_info_item_phone .sc_form_info_icon:before{content:'\e947'}.sc_form_info_title{margin:1.1em 0 0.5em}.sc_form_modern div[class*="trx_addons_column-"]{position:relative}.sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]:after{position:absolute;top:1.2em;bottom:1.2em;height:auto;width:1px;content:'';left:-0.95em;min-height:8.5em}.sc_form_field,.sc_form_modern .sc_form_field{margin-bottom:0.35em}.sc_form_field_button{margin-top:0;margin-bottom:0}.sc_form button:after{content:' '}.sc_form_default .sc_form_field_button:before{content:' ';display:block;width:100%;height:0;clear:both}.sc_form_default .sc_form_field_button{text-align:left}.sc_form_modern .sc_form_field_button{text-align:center;margin-top:2.5em;margin-bottom:5.55em}.sc_form_detailed button{display:block}.sc_form_field_title{text-transform:none;line-height:1.8em;margin-bottom:0.35em;font-size:1.125em;font-weight:600}label.required .sc_form_field_title:after{content:'*';display:inline-block;vertical-align:text-top;margin:-0.5em 0 0 0.5em;font-size:80%;color:#da6f5b}.sc_form input[type="text"],.sc_form textarea{font-size:1em;font-style:normal}.sc_form_field.sc_form_field_checkbox{margin-top:1em}[class*="sc_input_hover_"] input[type="text"],[class*="sc_input_hover_"] input[type="number"],[class*="sc_input_hover_"] input[type="email"],[class*="sc_input_hover_"] input[type="password"],[class*="sc_input_hover_"] input[type="search"],[class*="sc_input_hover_"] select,[class*="sc_input_hover_"] textarea{font-size:1em !important;font-weight:400;font-style:normal;line-height:1.2em;letter-spacing:1px;padding:1.4em 1.4em !important}[class*="sc_input_hover_"] .sc_form_field_hover{font-size:1em}[class*="sc_input_hover_"] .sc_form_field_content{font-size:1em;line-height:1.2em}[class*="sc_input_hover_"] label.required:after{display:none}[class*="sc_input_hover_"] label.required .sc_form_field_content:after{font-size:110%}.sc_form_modern form:not([class*="sc_input_hover_"]) textarea{min-height:7.35em}.sc_input_hover_accent .sc_form_field_hover:before{height:3em}.sc_input_hover_accent textarea + .sc_form_field_hover:before{height:9em}.sc_input_hover_path .sc_form_field_content{padding-top:2em}.sc_input_hover_path textarea + .sc_form_field_hover>.sc_form_field_content{padding-top:2em}.sc_input_hover_path input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path input.filled + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content{-webkit-transform:scale3d(0.875,0.875,1) translate3d(0,2.8em,0);-ms-transform:scale3d(0.875,0.875,1) translate3d(0,2.8em,0);transform:scale3d(0.875,0.875,1) translate3d(0,2.8em,0)}.sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content{-webkit-transform:scale3d(0.875,0.875,1) translate3d(0,10em,0);-ms-transform:scale3d(0.875,0.875,1) translate3d(0,10em,0);transform:scale3d(0.875,0.875,1) translate3d(0,10em,0)}.sc_input_hover_jump .sc_form_field_content:before{top:-190%}.sc_input_hover_jump .sc_form_field_content{padding:1.5em}.sc_input_hover_underline .sc_form_field_hover:before{height:2px}.sc_input_hover_underline input:focus + .sc_form_field_hover:before,.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.sc_input_hover_underline input.filled + .sc_form_field_hover:before,.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content{-webkit-transform:translate3d(0,2.2em,0) scale3d(0.875,0.875,1);-ms-transform:translate3d(0,2.2em,0) scale3d(0.875,0.875,1);transform:translate3d(0,2.2em,0) scale3d(0.875,0.875,1)}.sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{height:5.3em;-webkit-transform:translate3d(0,6.2em,0) scale3d(0.875,0.875,1);-ms-transform:translate3d(0,6.2em,0) scale3d(0.875,0.875,1);transform:translate3d(0,6.2em,0) scale3d(0.875,0.875,1)}.sc_input_hover_iconed .sc_form_field_hover{padding:0.45em !important}.sc_googlemap_content .sc_form_default .sc_form_details{width:100%;float:none}.sc_googlemap_content .sc_form_default .sc_form_details>div{width:100%;padding-right:0}.sc_googlemap_content .sc_form_default .sc_form_field_message{width:100%;float:none;padding-left:0}.sc_googlemap_content .sc_form .sc_form_field input[type="text"],.sc_googlemap_content .sc_form .sc_form_field textarea{padding:0.5em 1em}.sc_googlemap_content .sc_form .sc_form_field textarea{min-height:3em}.sc_googlemap_content_detailed{font-size:0.8421em;position:absolute;z-index:1000;width:20em;left:26%;top:26%;padding:1.3em 2.5em;line-height:1.2em}.sc_googlemap_content_detailed p{margin-bottom:1em}.sc_googlemap_content_detailed:before{content:' ';font-family:inherit;left:0;top:10%;bottom:10%;width:8px}.sc_icons .sc_icons_icon:before,.sc_icons .sc_icons_icon>span:before{font-size:6em;line-height:1.1em}.sc_icon_type_svg svg{width:6em;height:6em}.sc_icons_size_small .sc_icons_icon::before,.sc_icons_size_small .sc_icons_icon>span::before{font-size:4em;line-height:1.1em}.sc_icons_size_small .sc_icon_type_svg svg{width:4em;height:4em}.sc_icons_size_large .sc_icons_icon::before,.sc_icons_size_large .sc_icons_icon>span::before{font-size:8em;line-height:1.1em}.sc_icons_size_large .sc_icon_type_svg svg{width:8em;height:8em}.sc_icons .sc_icons_icon,.sc_icons .sc_icons_title{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_icons_title{font-size:1.2em;line-height:1.3em;font-weight:400;font-style:normal;text-transform:uppercase;letter-spacing:1px}.sc_icons .sc_icons_image + .sc_icons_title,.sc_icons .sc_icons_image + .sc_icons_description{margin-top:2em}.sc_icons_description{font-size:1em;line-height:1.6em;font-weight:400;font-style:normal}.sc_icons_modern .sc_icons_description{font-size:1.2em;line-height:1.3em}.sc_icons .sc_icons_title + .sc_icons_description{margin-top:0.7em}.sc_price{position:relative;padding-top:3.2em}.sc_price_icon{position:absolute;left:50%;transform:translateX(-50%);top:0;font-size:3.9em;width:1.365em;height:1.365em;line-height:1.365em;display:block;text-align:center;margin-top:0;border-radius:50%;border:8px solid;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_price_icon .icon-economy{font-size:0.8em;display:block}.sc_price_info{padding:2em 1.5em 3.45em;text-align:center;border-radius:6px;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_price_icon + .sc_price_info{padding-top:4.9em}.sc_price_subtitle{font-size:1em;line-height:1.3em;font-weight:normal;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.5em}.sc_price_title{line-height:1.25em;font-size:1.5em;font-weight:600}.sc_price_description{line-height:1.375em;letter-spacing:0.8px;margin:1.1em 0 1.5em;font-style:normal}.sc_price_price{line-height:1.25em;letter-spacing:1px;font-size:1.125em;font-weight:600;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_price_decimals{text-decoration:none}.sc_price_details{margin-top:0.9em;letter-spacing:0}.sc_price_link{margin-top:3em}.sc_price_link:after{display:none}.sc_promo.sc_promo_size_tiny .sc_promo_image{margin:0.5em}.sc_promo_text blockquote{margin:0 !important}.sc_promo.sc_promo_size_normal .sc_promo_icon,.sc_promo.sc_promo_size_large .sc_promo_icon{font-size:7em;line-height:1em;margin-bottom:0.14em}.sc_promo_title + .sc_promo_content,.sc_promo_subtitle + .sc_promo_content{margin-top:1.8em}.sc_promo_title + .sc_promo_subtitle{margin-top:1.25em}.sc_promo_button .sc_button_simple:before,.sc_promo_button .sc_button_simple:after{top:4px}.sc_promo.sc_promo_size_normal .sc_promo_text_inner{padding:7.2em 4.4em 4.35em 3.9em}.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_descr,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_descr,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_slider,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_slider,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_slider,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_columns,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_columns,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_columns,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_content,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_content,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_content{margin-top:1.4em}.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button_image{margin-top:2.4em}.sc_promo_modern .sc_promo_title{font-size:3.6667rem;line-height:1.1818em}.sc_promo_modern .sc_promo_descr,.sc_promo_modern .sc_promo_button{padding-left:6.6rem}.sc_services_default .sc_services_item{margin-bottom:6.2em}.sc_services_default .trx_addons_hover_content .trx_addons_hover_title{font-size:1.3333em}.sc_services_default .sc_services_item_icon{margin-top:0.8em}.sc_services_default .sc_services_item_featured_top .sc_services_item_icon{border:0;font-size:4em;margin-top:0.1em;width:1.92em;height:1.92em;line-height:2em}.sc_services_default .sc_services_item_featured_top .sc_services_item_content{margin-top:0.8em}.sc_services_columns div[class*="trx_addons_column-"] .sc_services_item_featured_top{position:relative}.sc_services_columns div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"] .sc_services_item_featured_top:after{position:absolute;top:2.5em;bottom:2.75em;height:auto;width:1px;content:'';left:-0.95em;min-height:8.5em}.sc_services_default .sc_services_item_info{padding:0 1em;text-align:center}.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.sc_services_default .sc_services_item_featured_right .sc_services_item_icon{font-size:1.5em;top:0.4em}.sc_services_default .sc_services_item_featured_left .sc_services_item_info{text-align:left;padding:0 0 0 0.45em;margin-left:4em}.sc_services_default .sc_services_item_featured_right .sc_services_item_info{text-align:right;padding:0 0.45em 0 0;margin-right:4em}.sc_services_default .sc_services_item_title{margin-top:0;font-size:1.5em;font-weight:600}.sc_services_default .sc_services_item_subtitle{font-size:0.8667em;line-height:1.5em;font-style:italic;letter-spacing:0;margin-top:0.1em;display:none}.sc_services_default .sc_services_item_content{margin-top:0;line-height:1.3;min-height:5.4em}.sc_services_default .sc_services_item_button{margin:1.6em 0 0;display:none}.sc_services_iconed .sc_services_item_icon{font-size:2.8em;line-height:1em}.sc_services .sc_services_item_icon:before{transition:none}.sc_services.sc_services_default .sc_services_item_featured_right [class*=" icon-"]:before{vertical-align:top;margin-left:3px}.sc_services_iconed .sc_services_item_header{padding:2.6rem}.sc_services_iconed .sc_services_item_subtitle,.sc_services_iconed .sc_services_item_button{display:none}.sc_skills_counter .sc_skills_item_wrap{max-width:none}.sc_skills .sc_skills_item_title{font-size:12px;line-height:16px;font-weight:400;text-transform:uppercase;letter-spacing:1px}.vc_row.vc_inner .sc_skills_counter .sc_skills_column + .sc_skills_column:before{content:' ';position:absolute;left:0;top:0;height:100%;width:1px}.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap{padding:3.4em 0 0 4em}.sc_skills_counter .sc_skills_icon{font-size:4.2em;line-height:1.15em}.sc_skills_counter .sc_skills_total{font-weight:400;font-size:3.3333em;line-height:1.1em;margin:0;text-align:left}.sc_skills_counter .sc_skills_icon+.sc_skills_total{margin-top:0.2em}.sc_skills_counter .sc_skills_item_title{font-size:1.0667em;line-height:1.25em;font-style:italic;text-transform:none;letter-spacing:0;text-align:left}.sc_skills_pie.sc_skills_compact_off .sc_skills_total{font-size:1.5em;font-weight:600;line-height:1.688em;text-transform:uppercase;top:50%}.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title{font-size:1em;line-height:1.3em;font-weight:400;letter-spacing:1px;margin-top:0.2em;text-transform:none}.sc_socials .socials_wrap a,.widget_socials .social_item a{display:inline-block;width:3em;height:3em;line-height:3em;text-align:center;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}.sc_socials .socials_wrap .social_item,.widget_socials .socials_wrap .social_item{margin:0 10px 10px 0}.sc_table table th{padding:1.3em 1.5em}.sc_table table td{padding:1.8em 1.5em}.sc_testimonials_item_content{font-size:1em;font-weight:400;font-style:normal;position:relative;margin:auto;max-width:700px;letter-spacing:0.92px;padding-top:8.5em}.sc_testimonials_item_content:before{content:'\e940';font-family:"fontello";display:block;position:absolute;top:1.5em;font-weight:400;width:1.84em;height:1.84em;line-height:1.84em;border-radius:50%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-size:26px}.sc_testimonials [class*="column"] .sc_testimonials_item_content{font-size:1em;line-height:1.4em}.sc_testimonials_item_author{background-color:transparent;text-align:center;margin-top:0.4em;max-width:none;padding:1.85em 0.5em 1.5em 1.3em}.sc_testimonials_item_author_avatar{width:5em;height:5em;margin:0 0 0.8em}.sc_testimonials_item_author_data{display:block;max-width:none}.sc_testimonials_item_author_title{font-style:normal;letter-spacing:0;font-size:0.875em;font-family:Dosis,sans-serif;font-weight:700;line-height:1.375em;text-transform:uppercase;letter-spacing:2.8px}.sc_testimonials.slider_pagination{padding-bottom:1.15em}.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle{margin-top:0.1em}.sc_testimonials .sc_testimonials_slider .swiper-slide{min-height:24.2rem}.sc_testimonials.swiper-container-horizontal>.swiper-pagination,.sc_testimonials.slider_swiper_outer>.swiper-pagination{bottom:1.1em;top:auto;transform:none;right:auto;left:auto;width:100%;text-align:center}.sc_testimonials_inverse .sc_testimonials_item{z-index:0;padding-bottom:5.4em}.sc_testimonials_inverse .sc_testimonials_item:after{top:3.9em;z-index:-1;bottom:0;left:10.8em;right:10.8em;width:auto;height:auto;position:absolute;content:'';background:rgba(19,18,18,0.6)}.sc_testimonials.swiper-container-horizontal.sc_testimonials_inverse>.swiper-pagination,.sc_testimonials.slider_swiper_outer.sc_testimonials_inverse>.swiper-pagination{bottom:4.35em}.sc_team_default .trx_addons_hover_content .trx_addons_hover_title{font-size:1.3333em}.sc_team_default .sc_team_item_info{padding:2.65em 2em 3em;text-align:center}.sc_team_default .sc_team_item{border-radius:6px;overflow:hidden;background:url(//taxi-schiebel.de/wp-content/themes/getcab/images/price.png) no-repeat bottom}.sc_team_default .post_featured .mask{border-radius:6px 6px 0 0}.sc_team_default .sc_team_item_title{margin-top:0}.sc_team .sc_team_item_button{display:none}.sc_team_default .sc_team_item_subtitle,.sc_team_short .sc_team_item_subtitle,.sc_team_featured .sc_team_item_subtitle{font-size:13px;line-height:20px;font-style:italic;letter-spacing:0;margin-top:1px}.sc_team_default .sc_team_item_content{margin-top:1.15em}.sc_team_default .sc_team_item_socials .social_item{display:inline-block;margin:0 3px 3px 0}.sc_team_default .sc_team_item_socials .social_item a{display:block;width:2.4em;height:2.4em;line-height:2.4em}.sc_team_default .sc_team_item_socials + .sc_team_item_button{display:none}.sc_team_default .sc_team_item_button{margin:1.6em 0 0}.team_member_page .team_member_brief_info_text{letter-spacing:0}.team_member_page .team_member_socials .social_item{display:inline-block;margin:0 3px 3px 0}.team_member_page .team_member_socials .social_item a{display:block;width:2.4em;height:2.4em;line-height:2.4em}.sc_countdown_circle .sc_countdown_digits{text-transform:uppercase;width:121px;font-size:1.5em;font-weight:600;line-height:4.375em}.sc_countdown_circle .sc_countdown_digits,.sc_countdown_circle .sc_countdown_separator{height:121px;line-height:121px}.sc_countdown_circle .sc_countdown_digits{border-width:2px;margin-bottom:0.5em;background:transparent}.sc_countdown .sc_countdown_separator{display:none}.sc_countdown_circle .sc_countdown_item{margin-right:0.9em}.sc_countdown_circle .sc_countdown_inner{margin-right:-1.5em}.sc_countdown .sc_countdown_label{font-size:1em;font-style:normal;text-transform:lowercase;font-weight:400}.trx_addons_tooltip{border-bottom-style:solid}.trx_addons_tooltip:before{font-size:1em;font-weight:400;line-height:1.3em;padding:0.25em 1em 0.38em;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.trx_addons_tooltip:after{margin-bottom:-8px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.trx_addons_tooltip:hover:before,.trx_addons_tooltip:hover:after{bottom:22px}.trx_addons_dropcap{font-size:3em;font-weight:900;line-height:1em;text-transform:uppercase;background:transparent;padding:0;margin:0 0.45em 0 0;width:auto;text-align:left;height:auto}.trx_addons_tiny_text{letter-spacing:2px}.trx_addons_list_parameters>li>strong,.trx_addons_list_parameters>li>em{color:inherit}.trx_addons_list_parameters>li>em{font-family:inherit}ul[class*="trx_addons_list"]>li{margin-bottom:0.65rem}ul[class*="trx_addons_list"]{padding-left:1.2em}ul[class*="trx_addons_list"]>li:before{font-family:'trx_addons_icons';display:inline-block;position:absolute;top:0;left:-1.35em;line-height:inherit;font-size:14px}ul[class*="trx_addons_list_custom"]>li:before{content:'\e8e1';font-family:Fontello,sans-serif;font-size:9px;left:-1.7em}.flat-light .esg-filters .esg-sortbutton-order,.flat-light .esg-filters .esg-cartbutton-order{line-height:36px;margin:0}.flat-light .esg-filters .esg-sortbutton{padding-right:0}.esg-grid .eg-winelist-content{border:none;padding:0.1em 2em 1.5em}.esg-grid .eg-winelist-element-0{margin-top:0.2em;line-height:1.15em}.esg-grid .eg-winelist-element-25{padding:0;margin-top:0.2em}.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{content:' ';position:absolute;z-index:1;left:0;top:0;width:100%;height:100%}.vc_row .wpb_column:not(.vc_col-sm-12) blockquote{margin:0}.vc_col-sm-12{min-height:0}.vc_row.vc_row-o-full-height{min-height:100vh !important}.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{content:' ';position:absolute;z-index:1;left:0;top:0;width:100%;height:100%}.vc_row .wpb_column:not(.vc_col-sm-12) blockquote{margin:0}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill + .vc_row-full-width + .vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill + .vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill + .vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill + .vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{padding-top:0}.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body{padding:2.4em 0}.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p{margin-bottom:0}.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p + p{margin-top:1em}.vc_tta.vc_tta-accordion .vc_tta-panel-body,.vc_tta.vc_tta-accordion .vc_tta-panel-heading{border:none !important;background:transparent !important}.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading{margin-bottom:1.6em}.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading,.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading{margin-top:1.6em}.vc_tta.vc_tta-accordion .vc_tta-panel-title{font-size:1em;line-height:1.3em}.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text{font-size:1.0667em;line-height:1.3em;text-transform:uppercase}.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{padding-left:4.2em}.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{padding-right:4.2em;padding-left:0}.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title>a>.vc_tta-controls-icon{left:0}.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title>a>.vc_tta-controls-icon{right:0}.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon{width:2.6667em;height:2.6667em;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.vc_tta.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel-heading .vc_tta-controls-icon{border-radius:5px}.vc_tta.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel-heading .vc_tta-controls-icon{border-radius:50%}.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{left:0}.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon{right:0}.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus:before,.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:9px;border-width:1px 0 0 0}.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{top:50%;bottom:auto;border-width:0 0 0 1px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:9px}.vc_tta.vc_tta-accordion .vc_tta-panel:not(.vc_active) + .vc_tta-panel{margin-top:1.6em}.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{background-color:transparent;border:none;padding:0.6em 1.8em 0.3em}.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab{margin-left:0.8em}.vc_separator{margin-top:3.3334em;margin-bottom:5em !important}.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar{box-shadow:none;border-radius:0;height:4px;margin-top:1.4em}.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_bar{height:4px;border-radius:0}.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar + .vc_single_bar{margin-top:3.1em}.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label{position:absolute;font-size:1em;font-weight:400;font-style:normal;top:-1.625em;padding:0;line-height:1.5em;text-shadow:none;display:block;width:100%}.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{position:absolute;z-index:1;top:1px;right:0;font-size:1em}.vc_message_box{padding:1.4em 0.875em 1.4em 4.9em}.vc_message_box-solid-icon{padding-left:7em}.vc_message_box-icon{width:4.5em}.vc_message_box .vc_message_box-icon>*{font-size:1.8em}.vc_message_box-solid-icon .vc_message_box-icon{width:5em;font-weight:400;font-size:1em}.vc_message_box:not(.vc_message_box-solid-icon) .vc_message_box-icon>*{left:auto;right:0.6em;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.vc_message_box-outline .vc_message_box-icon i{color:inherit}.vc_color-juicy_pink.vc_message_box-outline,.vc_color-juicy_pink.vc_message_box-solid-icon{color:#f4524d}.vc_color-orange.vc_message_box-outline,.vc_color-orange.vc_message_box-solid-icon{color:#e39a31}.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i,.vc_color-vista_blue.vc_message_box-outline,.vc_color-vista_blue.vc_message_box-solid-icon{color:#9dbf00}.vc_color-vista_blue.vc_message_box-outline,.vc_color-vista_blue.vc_message_box-solid-icon{border-color:#9dbf00}.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i{background-color:#9dbf00}.vc_message_box_closeable{position:relative}.vc_message_box_closeable:after{content:'\e8ac';font-family:'fontello';font-size:1.5em;line-height:1em;font-weight:400;padding:1em;color:inherit;cursor:pointer;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.wpb_text_column[class*="scheme_"]{padding:2rem 2.4rem}.wpb_gmaps_widget .wpb_wrapper{padding:0}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//taxi-schiebel.de/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//taxi-schiebel.de/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//taxi-schiebel.de/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}


/* Responsive styles
-------------------------------------------------------------- */

@media(max-width:1750px){
    .select2-container.select2-container--default span.select2-choice, .select2-container.select2-container--default span.select2-selection{padding:0.253em 0 0.253em 1.15em;}
}

@media(min-width:1440px) and (max-width:1750px){

    html{font-size:13px;}
   .body_style_boxed .page_wrap{width:1430px;}
   /* Tags layouts */
    table th, table td,
    .sc_table table th, .sc_table table td{padding:1rem;}
   /* Header */
    .toc_menu_item .toc_menu_icon{height:6.7rem;line-height:6.7rem;}
   .toc_menu_item .toc_menu_description:before{height:6.7rem;}
   /* Post layouts */
    .post_item_404 .post_content{padding:9rem 0 5rem;}
   .post_item_none_search .post_content{padding:2rem 0;}
   .post_layout_chess_2 .post_content_inner{display:none;}
   .post_layout_chess_2.post_format_quote .post_content_inner, .post_layout_chess_2.post_format_link .post_content_inner,
    .post_layout_chess_2.post_format_aside .post_content_inner, .post_layout_chess_2.post_format_status .post_content_inner{display:block;}
   .post_layout_chess_2.post_format_quote .post_content_inner blockquote{padding:2em 2em 2em 4em;}
   .post_layout_chess_2.post_format_quote .post_content_inner blockquote:before{font-size:2em;top:1.2em;}
   .post_layout_chess_2.post_format_quote .post_content_inner p{font-size:1em;line-height:1.25em;}
   .post_layout_chess_2.post_format_quote .post_content_inner a, .post_layout_chess_2.post_format_quote .post_content_inner cite{font-size:0.8667em;line-height:1.25em;}
   .post_layout_chess_2.post_format_link .post_content_inner, .post_layout_chess_2.post_format_aside .post_content_inner,
    .post_layout_chess_2.post_format_status .post_content_inner{font-size:1.2em;line-height:1.4em;}
   /* ThemeREX Addons */
    .sc_action_item_event.with_image .sc_action_item_inner{width:60%;}
   .sc_action_application{padding:21.1em 6.3em 11.95em;}
}

@media(min-width:1263px) and (max-width:1439px){

    html{font-size:13px;}
   body{font-size:14px;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{letter-spacing:0;}
   .post_meta, .sc_blogger .sc_blogger_item .sc_blogger_post_meta{font-size:12px;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_content, .sc_services_default .sc_services_item_featured_right .sc_services_item_content{letter-spacing:0.4px;}
   .post_counters_label{display:none;}
   .sc_testimonials_inverse .sc_testimonials_item::after{top:4.4em;left:5.8em;right:5.8em;}
   .sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator{height:100px;line-height:100px;}
   .sc_countdown_circle .sc_countdown_digits{width:100px;}
   .woocommerce .widget_price_filter .price_slider_amount .button, .widget_shopping_cart .buttons a{padding:0.8em 1.2em;}
   .wpcf7-form .columns_wrap > [class*="icon-"]::before{left:1.2em;}
   .wpcf7-form .columns_wrap > [class*="column-"] .date::after{height:2.9em;}
   .CabText{font-size:14px !important;}
   .post_layout_chess_2 .post_counters_item, .post_layout_chess_3 .post_counters_item{display:none;}
    /* Body sizes */
    .body_style_boxed .page_wrap{width:1120px;}
   .content_wrap, .content_container{width:1000px;}
   .sc_content_width_1_1{width:1000px;}
   .sc_content_width_1_2{width:500px;}
   .sc_content_width_1_3{width:333.33px;}
   .sc_content_width_2_3{width:666.66px;}
   .sc_content_width_1_4{width:250px;}
   .sc_content_width_3_4{width:750px;}
   /* Content and Sidebar */
    body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:650px;}
   .sidebar{width:320px;}
   /* Fullwide or Fullscreen with sidebar */
    .body_style_fullwide .content_wrap{padding-left:100px;padding-right:100px;}
   .body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content{padding-right:350px;}
   .body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar{margin-left:-320px;}
   .body_style_fullwide.sidebar_left .content, .body_style_fullscreen.sidebar_left .content{padding-left:350px;}
   .body_style_fullwide.sidebar_left .sidebar, .body_style_fullscreen.sidebar_left .sidebar{margin-right:-320px;}
   /* Header */
    .toc_menu_item .toc_menu_icon{height:7.1rem;line-height:7.1rem;}
   .toc_menu_item .toc_menu_description:before{height:7.1rem;}
   .toc_menu_item .toc_menu_icon:before{font-size:26px;}
   .top_panel_navi .search_wrap{top:0.3em;}
   .menu_mobile .menu_mobile_nav_area li > a{font-size:1.2857em;line-height:1.5em;}
   .menu_mobile .menu_mobile_nav_area > ul > li > a{font-size:2em;line-height:1.5em;}
   /* Utilities */
    .hide_on_notebook{display:none;}
   /* Tags layouts */
    table th, table td,
    .sc_table table th, .sc_table table td{padding:1rem;}
   /* Post layouts */
    .post_item_404 .post_content{padding:3rem 0 5rem;}
   .post_item_none_search .post_content{padding:3rem 0 2rem;}
   .post_layout_chess_2 .post_content_inner{display:none;}
   .post_layout_chess_2.post_format_quote .post_content_inner, .post_layout_chess_2.post_format_link .post_content_inner,
    .post_layout_chess_2.post_format_aside .post_content_inner, .post_layout_chess_2.post_format_status .post_content_inner{display:block;}
   .post_layout_chess_2.post_format_quote .post_content_inner blockquote{padding:2em 2em 2em 4em;}
   .post_layout_chess_2.post_format_quote .post_content_inner blockquote:before{font-size:2em;top:1.2em;}
   .post_layout_chess_2.post_format_quote .post_content_inner p{font-size:1em;line-height:1.25em;}
   .post_layout_chess_2.post_format_quote .post_content_inner a, .post_layout_chess_2.post_format_quote .post_content_inner cite{font-size:0.8667em;line-height:1.25em;}
   .post_layout_chess_2.post_format_link .post_content_inner, .post_layout_chess_2.post_format_aside .post_content_inner,
    .post_layout_chess_2.post_format_status .post_content_inner{font-size:1.2em;line-height:1.4em;}
   .post_layout_chess_2 .more-link, .post_layout_chess_3 .more-link{padding:1em 2em;}
   .post_layout_chess_3 .more-link{display:none;}
   .post_layout_classic .post_content{font-size:1em;}
   /* ThemeREX Addons */
    .sc_item_subtitle + .sc_item_title{margin-top:0.4em;}
   .sc_item_title + .sc_item_descr,
    .sc_item_subtitle + .sc_item_descr,
    .sc_item_title + .sc_item_slider,
    .sc_item_subtitle + .sc_item_slider,
    .sc_item_descr + .sc_item_slider,
    .sc_item_title + .sc_item_columns,
    .sc_item_subtitle + .sc_item_columns,
    .sc_item_descr + .sc_item_columns,
    .sc_item_title + .sc_item_content,
    .sc_item_subtitle + .sc_item_content,
    .sc_item_descr + .sc_item_content{margin-top:2em;}
   .sc_item_title + .sc_item_button,
    .sc_item_title + .sc_item_button_image,
    .sc_item_subtitle + .sc_item_button,
    .sc_item_subtitle + .sc_item_button_image,
    .sc_item_descr + .sc_item_button,
    .sc_item_descr + .sc_item_button_image,
    .sc_item_content + .sc_item_button,
    .sc_item_content + .sc_item_button_image,
    .sc_item_slider + .sc_item_button,
    .sc_item_slider + .sc_item_button_image,
    .sc_item_columns + .sc_item_button,
    .sc_item_columns + .sc_item_button_image{margin-top:2em;}
   .trx_addons_audio_player{padding:2em;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_button{margin-top:1em;}
   .sc_services_iconed .sc_services_item_content{padding:2.1429em;}
   .sc_team_default .sc_team_item_info{padding:2.1429em;}
    /* Tribe Events */
    .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop,
    .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop{max-width:none;}
}

@media(min-width:1136px) and (max-width:1262px){

    /* Body sizes */
    .body_style_boxed .page_wrap{width:1030px;}
   .content_wrap, .content_container{width:910px;}
   .menu_style_side .content_wrap, .menu_style_side .content_container{width:850px;}
   .sc_content_width_1_1{width:910px;}
   .sc_content_width_1_2{width:455px;}
   .sc_content_width_1_3{width:303.33px;}
   .sc_content_width_2_3{width:606.66px;}
   .sc_content_width_1_4{width:227.5px;}
   .sc_content_width_3_4{width:682.5px;}
   .menu_style_side .sc_content_width_1_1{width:850px;}
   .menu_style_side .sc_content_width_1_2{width:425px;}
   .menu_style_side .sc_content_width_1_3{width:283.33px;}
   .menu_style_side .sc_content_width_2_3{width:566.66px;}
   .menu_style_side .sc_content_width_1_4{width:212.5px;}
   .menu_style_side .sc_content_width_3_4{width:637.5px;}
   /* Content and Sidebar */
    body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:610px;}
   body.menu_style_side:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:550px;}
    /* Widgets */
    body.expand_content .sc_recent_news_style_news-announce .post_size_full{height:512px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_big{height:256px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small{height:128px;}
}

@media(min-width:1024px) and (max-width:1135px){

    .sc_services_default .sc_services_item_featured_left .sc_services_item_content, .sc_services_default .sc_services_item_featured_right .sc_services_item_content{letter-spacing:0.6px;}
   /* Body sizes */
    .body_style_boxed .page_wrap{width:100%;}
   .content_wrap, .content_container{width:964px;}
   .menu_style_side .content_wrap, .menu_style_side .content_container{width:904px;}
   .sc_content_width_1_1{width:964px;}
   .sc_content_width_1_2{width:482px;}
   .sc_content_width_1_3{width:321.33px;}
   .sc_content_width_2_3{width:642.66px;}
   .sc_content_width_1_4{width:241px;}
   .sc_content_width_3_4{width:723px;}
   .menu_style_side .sc_content_width_1_1{width:904px;}
   .menu_style_side .sc_content_width_1_2{width:452px;}
   .menu_style_side .sc_content_width_1_3{width:301.33px;}
   .menu_style_side .sc_content_width_2_3{width:602.66px;}
   .menu_style_side .sc_content_width_1_4{width:226px;}
   .menu_style_side .sc_content_width_3_4{width:678px;}
   /* Content and Sidebar */
    body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:664px;}
   body.menu_style_side:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:604px;}
   /* Widgets */
    body.expand_content .sc_recent_news_style_news-announce .post_size_full{height:540px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_big{height:270px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small{height:135px;}
}

@media(min-width:960px) and (max-width:1023px){

    .vc_custom_1478261203057, .vc_custom_1478184452988,
    .hide_on_mobile{display:none !important;}
   /* Body sizes */
    .body_style_boxed .page_wrap{width:100%;}
   .content_wrap, .content_container{width:900px;}
   .menu_style_side .content_wrap, .menu_style_side .content_container{width:840px;}
   .sc_content_width_1_1{width:900px;}
   .sc_content_width_1_2{width:450px;}
   .sc_content_width_1_3{width:300px;}
   .sc_content_width_2_3{width:600px;}
   .sc_content_width_1_4{width:225px;}
   .sc_content_width_3_4{width:775px;}
   .menu_style_side .sc_content_width_1_1{width:840px;}
   .menu_style_side .sc_content_width_1_2{width:420px;}
   .menu_style_side .sc_content_width_1_3{width:280px;}
   .menu_style_side .sc_content_width_2_3{width:560px;}
   .menu_style_side .sc_content_width_1_4{width:210px;}
   .menu_style_side .sc_content_width_3_4{width:630px;}
   /* Content and Sidebar */
    body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:600px;}
   body.menu_style_side:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:540px;}
   /* Header */
    .top_panel_default.with_bg_image.header_fullheight .logo{margin-bottom:0;}
   /* Widgets */
    body.expand_content .sc_recent_news_style_news-announce .post_size_full{height:504px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_big{height:252px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small{height:126px;}
   /* WPBakery Page Builder */
    .vc_row.vc_row-o-full-height, .trx_addons_stretch_height{min-height:0 !important;}
}


@media(min-width:960px) and (max-width:1262px){

    html{font-size:13px;}
   body{font-size:13px;line-height:161.54%;}
   .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{width:3em;}
   .vc_hidden-md, .post_counters_label{display:none !important;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{letter-spacing:0;}
   .post_item_none_search .search_wrap .search_submit, .post_item_none_archive .search_wrap .search_submit{right:1em;top:0.4em;}
   .menu_main_nav_area{font-size:13px;}
   .sc_action_application .sc_item_title + .sc_item_descr{max-width:400px;}
   .post_meta, .sc_blogger .sc_blogger_item .sc_blogger_post_meta{font-size:12px;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text{max-height:3.1em;}
   .copyright_wrap_inner .social_icons{line-height:1.7em;}
   .sc_testimonials_inverse .sc_testimonials_item::after{top:4.9em;left:3.8em;right:3.8em;}
   .sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator{height:90px;line-height:90px;}
   .sc_countdown_circle .sc_countdown_digits{width:90px;}
   .sc_services_default .sc_services_item_title{font-size:1.4em;}
   .woocommerce .widget_price_filter .price_slider_amount .button, .widget_shopping_cart .buttons a{padding:0.8em 1.5em;font-size:11px;}
   .widget_text .mc4wp-form button[type="submit"],
    .wpb_text_column .mc4wp-form button[type="submit"]{height:3.2em;}
   .wpcf7-form .columns_wrap > [class*="icon-"]::before{left:1em;}
   .wpcf7-form .columns_wrap > [class*="column-"] .date::after{height:2.9em;width:2.5em;}
   .CabText{font-size:13px !important;}
   .post_layout_chess_2 .post_counters_item, .post_layout_chess_3 .post_counters_item{display:none;}
   .sidebar[class*="scheme_"] aside{padding:0 3rem;}
   h1{font-size:36px;line-height:42px;margin-top:36px;margin-bottom:20px;}
   h2{font-size:32px;line-height:38px;margin-top:42px;margin-bottom:24px;}
   h3{font-size:24px;line-height:28px;margin-top:40px;margin-bottom:22px;}
   h4{font-size:17px;line-height:24px;margin-top:32px;margin-bottom:18px;}
   h5{font-size:16px;line-height:20px;margin-top:30px;margin-bottom:16px;}
   h6{font-size:14px;line-height:18px;margin-top:28px;margin-bottom:12px;}
   p, ul,
    ol, dl,
    blockquote, address{margin-bottom:1em;}
   .sidebar{width:270px;}
   /* Fullwide or Fullscreen with sidebar */
    .body_style_fullwide .content_wrap{padding-left:50px;padding-right:50px;}
   .body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content{padding-right:300px;}
   .body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar{margin-left:-270px;}
   .body_style_fullwide.sidebar_left .content, .body_style_fullscreen.sidebar_left .content{padding-left:300px;}
   .body_style_fullwide.sidebar_left .sidebar, .body_style_fullscreen.sidebar_left .sidebar{margin-right:-270px;}
   /* Grid */
    .container, .container-fluid{padding-left:15px;padding-right:15px;}
   .row, .columns_wrap,
    .trx_addons_columns_wrap{margin-right:-30px;}
   .row > [class*="column-"],
    .columns_wrap > [class*="column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"]{padding-right:30px;}
   .vc_row.columns_padding_left .vc_column_container > .vc_column-inner, .trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left,
    .row.columns_padding_left > [class*="column-"],
    .columns_wrap.columns_padding_left > [class*="column-"],
    .row > [class*="column-"].columns_padding_left,
    .columns_wrap > [class*="column-"].columns_padding_left{padding-left:30px;}
   .vc_row.columns_padding_right, .row.columns_padding_right,
    .trx_addons_columns_wrap.columns_padding_right, .columns_wrap.columns_padding_right{margin-right:-30px;}
   .vc_row.columns_padding_right .vc_column_container > .vc_column-inner, .trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right,
    .row.columns_padding_right > [class*="column-"],
    .columns_wrap.columns_padding_right > [class*="column-"],
    .row > [class*="column-"].columns_padding_right,
    .columns_wrap > [class*="column-"].columns_padding_right{padding-right:30px;}
   .vc_row, .trx_addons_columns_wrap.columns_padding_center,
    .row.columns_padding_center, .columns_wrap.columns_padding_center{margin-left:-15px;margin-right:-15px;}
   .vc_column_container > .vc_column-inner, .trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center,
    .row.columns_padding_center > [class*="column-"],
    .columns_wrap.columns_padding_center > [class*="column-"],
    .row > [class*="column-"].columns_padding_center,
    .columns_wrap > [class*="column-"].columns_padding_center{padding-left:15px;padding-right:15px;}
   .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom,
    .row.columns_padding_bottom > [class*="column-"],
    .columns_wrap.columns_padding_bottom > [class*="column-"],
    .row > [class*="column-"].columns_padding_bottom,
    .columns_wrap > [class*="column-"].columns_padding_bottom{padding-bottom:30px;}
   hr, .vc_separator{margin:4em 0 !important;}
    /* Header */
    .menu_side_wrap .logo{padding:55% 8%;}
   .toc_menu_item .toc_menu_icon{height:7.2rem;line-height:7.2rem;}
   .toc_menu_item .toc_menu_description:before{height:7.2rem;}
   .toc_menu_item .toc_menu_icon:before{font-size:24px;}
   .toc_menu_item .toc_menu_description span{padding:0 2em;}
   .top_panel_navi .search_wrap{top:0.4em;}
   .menu_mobile .menu_mobile_nav_area li > a{font-size:1.2308em;line-height:1.5em;}
   .menu_mobile .menu_mobile_nav_area > ul > li > a{font-size:2em;line-height:1.5em;}
   /* Utilities */
    .hide_on_notebook{display:none;}
   /* Tags layouts */
    table th, table td,
    .sc_table table th, .sc_table table td{padding:1rem;}
   /* Post layouts */
    .post_item_404 .post_content{padding:7rem 0;}
   .post_item_none_search .post_content{padding:5rem 0 3rem;}
   .post_item .more-link, .gallery_preview_show .post_readmore{margin-top:2em;}
   .post_layout_chess_1.post_format_aside .post_meta{margin-top:2rem;}
   .post_layout_chess_1 .post_header + .post_content{margin-top:2.8rem;}
   .post_layout_chess_1 .more-link{margin-top:2rem;}
   .post_layout_chess_2 .post_content_inner{display:none;}
   .post_layout_chess_2.post_format_audio .mejs-time, .post_layout_chess_3.post_format_audio .mejs-time{display:none;}
   .post_layout_chess_2.post_format_quote .post_content_inner, .post_layout_chess_2.post_format_link .post_content_inner,
    .post_layout_chess_2.post_format_aside .post_content_inner, .post_layout_chess_2.post_format_status .post_content_inner{display:block;}
   .post_layout_chess_2 .post_title{font-size:18px;line-height:24px;}
   .post_layout_chess_2.post_format_quote .post_content_inner blockquote{padding:1.5em 1.5em 1.5em 3em;}
   .post_layout_chess_2.post_format_quote .post_content_inner blockquote:before{font-size:2em;top:0.9em;left:0.65em;}
   .post_layout_chess_2.post_format_quote .post_content_inner p{font-size:1em;line-height:1.25em;}
   .post_layout_chess_2.post_format_quote .post_content_inner a, .post_layout_chess_2.post_format_quote .post_content_inner cite{font-size:12px;line-height:1.25em;}
   .post_layout_chess_2.post_format_link .post_content_inner, .post_layout_chess_2.post_format_aside .post_content_inner,
    .post_layout_chess_2.post_format_status .post_content_inner{font-size:1.2em;line-height:1.4em;}
   .post_layout_chess_2 .post_meta, .post_layout_chess_2.post_format_link .post_meta,
    .post_layout_chess_2.post_format_status .post_meta, .post_layout_chess_3 .post_meta,
    .post_layout_chess_3.post_format_link .post_meta, .post_layout_chess_3.post_format_status .post_meta{margin-top:0;}
   .post_layout_chess_2 .more-link, .post_layout_chess_3 .more-link{padding:0.5em 1.5em;margin-top:1rem;}
   .post_layout_chess_3 .more-link{display:none;}
   .post_layout_chess_3 .post_title{font-size:15px;line-height:1.4em;}
   .post_layout_classic .post_content{font-size:1em;}
   .post_layout_classic blockquote{padding:2.5em 2.5em 2.5em 5em;}
   .post_layout_classic blockquote:before{top:1.2em;left:0.8em;}
   /* Single post */
    .comments_list_wrap .comment_posted{font-size:1em;}
    /* Widgets */


    /* ThemeREX Addons */
    .sc_item_subtitle + .sc_item_title{margin-top:0.4em;}
   .sc_item_title + .sc_item_descr,
    .sc_item_subtitle + .sc_item_descr,
    .sc_item_title + .sc_item_slider,
    .sc_item_subtitle + .sc_item_slider,
    .sc_item_descr + .sc_item_slider,
    .sc_item_title + .sc_item_columns,
    .sc_item_subtitle + .sc_item_columns,
    .sc_item_descr + .sc_item_columns,
    .sc_item_title + .sc_item_content,
    .sc_item_subtitle + .sc_item_content,
    .sc_item_descr + .sc_item_content{margin-top:2em;}
   .sc_item_title + .sc_item_button,
    .sc_item_title + .sc_item_button_image,
    .sc_item_subtitle + .sc_item_button,
    .sc_item_subtitle + .sc_item_button_image,
    .sc_item_descr + .sc_item_button,
    .sc_item_descr + .sc_item_button_image,
    .sc_item_content + .sc_item_button,
    .sc_item_content + .sc_item_button_image,
    .sc_item_slider + .sc_item_button,
    .sc_item_slider + .sc_item_button_image,
    .sc_item_columns + .sc_item_button,
    .sc_item_columns + .sc_item_button_image{margin-top:2em;}
   .trx_addons_audio_player{padding:2em 1.6em;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_button{margin-top:1em;}
   .sc_icons .sc_icons_icon + .sc_icons_title,
    .sc_icons .sc_icons_icon + .sc_icons_description{margin-top:1em;}
   .sc_icons .sc_icons_description{font-size:14px;}
   .slider_style_modern .slider_controls_label span + span{font-size:1.5em;}
   .slider_swiper .swiper-pagination-bullet, .slider_swiper_outer .swiper-pagination-bullet{width:8px;height:8px;border-width:1px;}
   .sc_services_iconed .sc_services_item_content{padding:2.1429em;}
   .sc_team_default .sc_team_item_info{padding:2.1429em;}
   /* Tribe Events */
    .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop,
    .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop{max-width:none;}
   .single-product ul.products li.product .post_data .post_header{margin-top:1em;}
}


@media(min-width:768px) and (max-width:959px){

    html{font-size:13px;}
   body{font-size:13px;}
   .post_counters_label{display:none;}
   input[type="date"],
    input[type="text"],
    input[type="url"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="password"],
    textarea, textarea.wp-editor-area,
    .select_container, select,
    .select_container select{line-height:normal;}
   .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{width:3em;}
   .vc_custom_1478261203057{height:2rem !important;}
   .vc_custom_1478184452988, .hide_on_mobile{display:none !important;}
   .sc_services_default .sc_services_item_info{padding:0;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{letter-spacing:0;}
   .hide_on_mobile{display:none !important;}
   .sc_services_default .sc_services_item{margin-bottom:4.2em;}
   .sc_promo.sc_promo_size_normal .sc_promo_text_inner{padding:4.2em 4.4em;}
   .post_item_none_search .search_wrap .search_submit, .post_item_none_archive .search_wrap .search_submit{right:1em;top:0.4em;}
   .menu_main_nav_area{font-size:13px;}
   .sc_action_application .sc_item_title + .sc_item_descr{max-width:240px;}
   .post_meta, .sc_blogger .sc_blogger_item .sc_blogger_post_meta{font-size:11px;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text{max-height:2.8em;}
   .post_counters_item .post_counters_number, .comment_counters .comment_counters_number{margin:0;}
   .sc_testimonials_inverse .sc_testimonials_item::after{top:4.9em;left:0;right:0;}
   .sc_countdown_circle .sc_countdown_digits{width:70px;}
   .sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator{height:70px;line-height:70px;}
   .wpb_wrapper > p > a + a:not(.post_meta_item){margin-top:1.4em;display:block;margin-left:0;}
   .sc_testimonials_item_content{max-width:570px;}
   .mb2{margin-bottom:1.5rem !important;}
   .sc_blogger .sc_blogger_item .sc_blogger_item_title{font-size:1.49em;}
   .vc_row.vc_custom_1478092519038{margin-bottom:1.3rem !important;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_content, .sc_services_default .sc_services_item_featured_right .sc_services_item_content{letter-spacing:0.5px;}
   .sc_services_default .sc_services_item_title{font-size:1.4em;}
   .woocommerce .widget_price_filter .price_slider_amount .button, .widget_shopping_cart .buttons a{padding:0.8em 1.5em;font-size:11px;}
   .widget_text .mc4wp-form button[type="submit"],
    .wpb_text_column .mc4wp-form button[type="submit"]{height:3em;}
   .wpcf7-form .columns_wrap > [class*="icon-"]::before{display:none;}
   .wpcf7-form .columns_wrap > [class*="column-"] .date::after{height:2.9em;width:1em;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{position:relative;padding-left:0.6em;padding-right:0.6em;}
   .rev_slider .wpcf7-form.invalid{margin-top:3rem;}
   .rev_slider .wpcf7-form .form-button.bookig-button{margin-top:2em;}
   .wpcf7-form .wpcf7-submit{font-size:1em;}
   .CabText{font-size:13px !important;}
   .post_layout_chess_2 .post_counters_item, .post_layout_chess_3 .post_counters_item{display:none;}
   .sidebar[class*="scheme_"] aside{padding:0 3rem;}
   .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]::after{min-height:9.3em;}
   h1{font-size:32px;line-height:36px;margin-top:30px;margin-bottom:16px;}
   h2{font-size:28px;line-height:36px;margin-top:38px;margin-bottom:20px;}
   h3{font-size:22px;line-height:26px;margin-top:36px;margin-bottom:18px;}
   h4{font-size:18px;line-height:22px;margin-top:30px;margin-bottom:16px;}
   h5{font-size:16px;line-height:20px;margin-top:28px;margin-bottom:14px;}
   h6{font-size:14px;line-height:18px;margin-top:24px;margin-bottom:10px;}
   p, ul,
    ol, dl,
    blockquote, address{margin-bottom:1em;}
   /* Body sizes */
    .body_style_boxed .page_wrap{width:100%;}
   .content_wrap, .content_container{width:708px;}
   .sc_content_width_1_1{width:708px;}
   .sc_content_width_1_2{width:354px;}
   .sc_content_width_1_3{width:236px;}
   .sc_content_width_2_3{width:472px;}
   .sc_content_width_1_4{width:177px;}
   .sc_content_width_3_4{width:531px;}
   /* Content and Sidebar */
    body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:100%;float:none;}
   .sidebar{width:100%;float:none;margin-top:6em;}
   /* Fullwide or Fullscreen with sidebar */
    .body_style_fullwide .content_wrap{padding-left:30px;padding-right:30px;}
   .body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content{padding-right:0 !important;float:none;}
   .body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar{margin-left:0 !important;float:none;}
   .body_style_fullwide.sidebar_left .content, .body_style_fullscreen.sidebar_left .content{padding-left:0 !important;float:none;}
   .body_style_fullwide.sidebar_left .sidebar, .body_style_fullscreen.sidebar_left .sidebar{margin-right:0 !important;float:none;}
   .gallery.gallery-columns-9 .gallery-item{width:20% !important;}
   .gallery.gallery-columns-8 .gallery-item{width:20% !important;}
   .gallery.gallery-columns-7 .gallery-item{width:20% !important;}
   .gallery.gallery-columns-6 .gallery-item{width:20% !important;}
   /* Grid */
    .container, .container-fluid{padding-left:15px;padding-right:15px;}
   .row, .columns_wrap,
    .trx_addons_columns_wrap{margin-right:-30px;}
   .row > [class*="column-"],
    .columns_wrap > [class*="column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"]{padding-right:30px;}
   .row.columns_padding_left, .columns_wrap.columns_padding_left,
    .trx_addons_columns_wrap.columns_padding_left, .vc_row.columns_padding_left{margin-left:-30px;}
   .vc_row.columns_padding_left .vc_column_container > .vc_column-inner, .trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left,
    .row.columns_padding_left > [class*="column-"],
    .columns_wrap.columns_padding_left > [class*="column-"],
    .row > [class*="column-"].columns_padding_left,
    .columns_wrap > [class*="column-"].columns_padding_left{padding-left:30px;}
   .vc_row.columns_padding_right, .trx_addons_columns_wrap.columns_padding_right,
    .row.columns_padding_right, .columns_wrap.columns_padding_right{margin-right:-30px;}
   .vc_row.columns_padding_right .vc_column_container > .vc_column-inner, .trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right,
    .row.columns_padding_right > [class*="column-"],
    .columns_wrap.columns_padding_right > [class*="column-"],
    .row > [class*="column-"].columns_padding_right,
    .columns_wrap > [class*="column-"].columns_padding_right{padding-right:30px;}
   .vc_row, .trx_addons_columns_wrap.columns_padding_center,
    .row.columns_padding_center, .columns_wrap.columns_padding_center{margin-left:-15px;margin-right:-15px;}
   .vc_column_container > .vc_column-inner, .trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center,
    .row.columns_padding_center > [class*="column-"],
    .columns_wrap.columns_padding_center > [class*="column-"],
    .row > [class*="column-"].columns_padding_center,
    .columns_wrap > [class*="column-"].columns_padding_center{padding-left:15px;padding-right:15px;}
   .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom,
    .row.columns_padding_bottom > [class*="column-"],
    .columns_wrap.columns_padding_bottom > [class*="column-"],
    .row > [class*="column-"].columns_padding_bottom,
    .columns_wrap > [class*="column-"].columns_padding_bottom{padding-bottom:30px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_full{width:100%;height:198px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_big{width:100%;height:198px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small{width:100%;height:198px;}
   /* Header */
    body.no_layout.menu_style_left{margin-left:0;}
   body.no_layout.menu_style_right{margin-right:0;}
   body.no_layout.menu_style_right .menu_side_wrap{right:-6rem;}
   body.no_layout.menu_style_left .menu_side_wrap{left:-6rem;}
   .menu_mobile .menu_mobile_nav_area li > a{font-size:1.2308em;line-height:1.5em;}
   .menu_mobile .menu_mobile_nav_area > ul > li > a{font-size:2em;line-height:1.5em;}
   .top_panel{margin-bottom:6rem;}
   .site_footer_wrap{margin-top:6rem;}
   .top_panel.with_bg_image{min-height:20em;}
   .top_panel_title .post_meta + .page_caption{font-size:32px;}
   /* Slider */
    .top_panel .slider_engine_revo .slide_subtitle{margin-bottom:1em !important;}
   .top_panel .slider_engine_revo .slide_button{font-size:12px !important;}
   /* Widgets */
    .sidebar .sidebar_inner{padding:30px 0;}
   .sidebar[class*="scheme_"] .sidebar_inner{padding:30px 15px;}
   .sidebar aside, .sidebar[class*="scheme_"] aside{display:inline-block;float:none;vertical-align:top;width:33.3333%;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
   .sidebar aside + aside,
    .sidebar[class*="scheme_"] aside + aside{margin-top:0;padding-top:0;border-top-width:0;}
   .footer_wrap aside + aside + aside + aside,
    .sidebar aside + aside + aside + aside,
    .sidebar[class*="scheme_"] aside + aside + aside + aside{margin-top:30px !important;padding-top:30px !important;border-top-width:1px;}
   aside.column-1_4, aside.column-1_5,
    aside.column-1_6, aside.column-1_7,
    aside.column-1_8, aside.column-1_9,
    aside.column-1_10, aside.column-1_11,
    aside.column-1_12{width:33.3333%;}
   .header_fullwidth aside, .footer_fullwidth aside{width:100% !important;display:block !important;margin-left:0 !important;margin-bottom:0 !important;}
   .footer_wrap aside{margin-bottom:0;}
   /* Utilities */
    .hide_on_notebook{display:none;}
   /* Tags layouts */
    hr, .vc_separator{margin:3em 0 !important;}
   table th, table td,
    .sc_table table th, .sc_table table td{padding:1rem;}
   /* Post layouts */
    .post_item_404 .post_content{padding:5rem 0 7rem;}
   .post_item_none_search .post_content{padding:5rem 0 3rem;}
   .post_item .more-link, .gallery_preview_show .post_readmore{margin-top:2em;}
   .post_layout_excerpt + .post_layout_excerpt{margin-top:5rem;padding-top:5rem;}
   .post_layout_chess .post_inner_content{padding:0 10%;}
   .post_layout_chess .post_title{font-size:22px;line-height:26px;}
   .post_layout_chess.post_format_quote .post_header, .post_layout_chess.post_format_link .post_header,
    .post_layout_chess.post_format_aside .post_header, .post_layout_chess.post_format_status .post_header{display:none;}
   .post_layout_chess.post_format_quote .post_content_inner + .post_meta,
    .post_layout_chess.post_format_link .post_content_inner + .post_meta,
    .post_layout_chess.post_format_aside .post_content_inner + .post_meta,
    .post_layout_chess.post_format_status .post_content_inner + .post_meta{display:block;}
   .post_layout_chess.post_format_quote .post_content_inner + .post_meta,
    .post_layout_chess.post_format_link .post_content_inner + .post_meta,
    .post_layout_chess.post_format_status .post_content_inner + .post_meta{margin-top:0 !important;}
   .post_layout_chess.post_format_aside .post_content_inner + .post_meta{margin-top:1em;}
   .post_layout_chess .post_header + .post_content{margin-top:1em;line-height:1.3846em;}
   .post_layout_chess .post_content_inner{display:block;}
   .post_layout_chess .post_content_inner, .post_layout_chess:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner{font-size:1em;line-height:1.3846em;max-height:none;}
   .post_layout_chess .post_content_inner:after{display:none;}
   .post_layout_chess.post_format_link .post_content_inner, .post_layout_chess.post_format_aside .post_content_inner,
    .post_layout_chess.post_format_status .post_content_inner{font-size:1.6154em;}
   .post_layout_chess blockquote{padding:2em 2em 2em 5em;}
   .post_layout_chess blockquote:before{top:1.1em;left:0.7em;}
   .post_layout_chess blockquote p{font-size:1.3846em;line-height:1.3333em;}
   .post_layout_chess blockquote > a, .post_layout_chess blockquote > p > a,
    .post_layout_chess blockquote > cite, .post_layout_chess blockquote > p > cite{font-size:12px;line-height:16px;}
   .post_layout_chess .more-link{margin-top:.3846em;}
   .post_layout_chess_2{width:100%;float:none;}
   .post_layout_chess_2:nth-child(4n+3) .post_featured,
    .post_layout_chess_2:nth-child(4n+4) .post_featured{float:right;}
   .post_layout_chess_2:nth-child(4n+3) .post_inner,
    .post_layout_chess_2:nth-child(4n+4) .post_inner{left:0;right:auto;}
   .post_layout_chess_3{width:100%;float:none;}
   .post_layout_chess_3:nth-child(6n+4) .post_featured,
    .post_layout_chess_3:nth-child(6n+5) .post_featured,
    .post_layout_chess_3:nth-child(6n+6) .post_featured{float:right;}
   .post_layout_chess_3:nth-child(6n+4) .post_inner,
    .post_layout_chess_3:nth-child(6n+5) .post_inner,
    .post_layout_chess_3:nth-child(6n+6) .post_inner{left:0;right:auto;}
   .post_layout_chess:nth-child(2n+2) .post_featured{float:left;}
   .post_layout_chess:nth-child(2n+2) .post_inner{left:auto;right:0;}
   .post_layout_classic .post_content{font-size:1em;}
   .post_layout_classic blockquote{padding:2em 2em 2em 5em;}
   .post_layout_classic blockquote:before{top:1.1em;left:0.7em;}
   .post_layout_classic blockquote p{font-size:15px;}
   .post_layout_classic blockquote > a, .post_layout_classic blockquote > p > a,
    .post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite{font-size:13px;}
   .post_layout_classic .swiper-container-horizontal > .swiper-pagination, .post_layout_classic .slider_swiper_outer > .swiper-pagination{bottom:6px;}
   .post_layout_classic .slider_swiper .swiper-pagination-bullet, .post_layout_classic .slider_swiper_outer .swiper-pagination-bullet{width:6px;height:6px;border-width:1px;}
   .post_layout_classic.format-audio .post_featured.with_thumb .post_audio{bottom:1em;}
   .post_layout_classic.post_format_audio .mejs-time{display:none;}
   .post_layout_classic.post_format_audio .mejs-controls{padding-top:0;}
   .gallery_preview .post_description_content{display:none !important;}
   .gallery_preview_description{padding:0 2em;}
   .gallery_preview_show .post_readmore{margin-top:0;}
   .post_layout_classic_3 .post_counters_item{display:none;}
   /* Single post */
    .comments_list_wrap .comment_posted{font-size:1em;}
    /* ThemeREX Addons */

    .sc_item_subtitle + .sc_item_title{margin-top:0.4em;}
   .sc_item_title + .sc_item_descr,
    .sc_item_subtitle + .sc_item_descr,
    .sc_item_title + .sc_item_slider,
    .sc_item_subtitle + .sc_item_slider,
    .sc_item_descr + .sc_item_slider,
    .sc_item_title + .sc_item_columns,
    .sc_item_subtitle + .sc_item_columns,
    .sc_item_descr + .sc_item_columns,
    .sc_item_title + .sc_item_content,
    .sc_item_subtitle + .sc_item_content,
    .sc_item_descr + .sc_item_content{margin-top:2em;}
   .sc_item_title + .sc_item_button,
    .sc_item_title + .sc_item_button_image,
    .sc_item_subtitle + .sc_item_button,
    .sc_item_subtitle + .sc_item_button_image,
    .sc_item_descr + .sc_item_button,
    .sc_item_descr + .sc_item_button_image,
    .sc_item_content + .sc_item_button,
    .sc_item_content + .sc_item_button_image,
    .sc_item_slider + .sc_item_button,
    .sc_item_slider + .sc_item_button_image,
    .sc_item_columns + .sc_item_button,
    .sc_item_columns + .sc_item_button_image{margin-top:2em;}
   .trx_addons_audio_player{padding:2em 1.6em;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt{margin-top:1em;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_button{margin-top:1em;}
   .sc_googlemap{max-height:60vh;}
   .sc_icons .sc_icons_icon + .sc_icons_title,
    .sc_icons .sc_icons_icon + .sc_icons_description{margin-top:1em;}
   .sc_icons .sc_icons_description{font-size:14px;}
   .sc_price_title{font-size:1.3em;margin-bottom:1em;}
   h2.sc_item_title.sc_item_title_style_default{font-size:32px;}
   .sc_promo_modern .sc_promo_descr, .sc_promo_modern .sc_promo_button{padding-left:4rem;}
   .vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap{padding:2em 0 0 2em;}
   .sc_services_iconed .sc_services_item_header{padding:1.6154em;}
   .sc_services_iconed .sc_services_item_icon{font-size:2em;}
   .sc_services_iconed .sc_services_item_content{padding:1.6154em;}
   .slider_style_modern .slider_controls_label span + span{font-size:1.5em;}
   .sc_team_item_thumb .sc_team_item_content{display:none;}
   .sc_team_default .sc_team_item_info{padding:1.6154em;}
   .sc_team_default .sc_team_item_socials{margin-top:1em;}
   .sc_action_application{padding:12.1em 6.3em 6.95em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li a{font-size:1.3em;}
   .woocommerce .cart_totals tbody th{display:table-cell !important;}
    /* WPBakery Page Builder */
    .wpb_text_column[class*="scheme_"]{padding:1.5em;}
   .vc_row.vc_row-o-full-height, .trx_addons_stretch_height{min-height:0 !important;}
   .wpb_wrapper > p > a + a:not(.post_meta_item) img{margin-left:0;}
    /* Tribe Events */
    .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop,
    .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop{max-width:none;}
   #tribe-events-content .tribe-events-calendar td{height:8em;}
   .tribe-events-calendar td div[id*="tribe-events-daynum-"]{margin-bottom:0.4em;padding:1em 1.7em;}
   .tribe-events-event-meta .tribe-event-schedule-details{padding-left:12px;}
   .single-tribe_events .tribe-events-single-section{width:100%;float:none;}
   .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group{width:45%;}
   .single-tribe_events .tribe-events-venue-map{float:right;}
   .single-tribe_events #tribe-events-footer{margin-top:3em;}
   #tribe-events .tribe-events-content p,
    .tribe-events-after-html p, .tribe-events-before-html p{line-height:1.6154em;}
    /* BuddyPress and BBPress*/
    #bbpress-forums > #subscription-toggle,
    #bbpress-forums > .bbp-topic-tags{position:static;margin-bottom:1em;}
   #buddypress #item-header-cover-image #item-header-avatar,
    .bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar,
    #buddypress div#item-header #item-header-cover-image #item-header-content{width:auto;text-align:left;}
   #buddypress div#item-header #item-header-cover-image #item-header-content{max-width:70%;}
   #buddypress .comment-reply-link,
    #buddypress .generic-button a,
    #buddypress a.button,
    #buddypress button,
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress input[type="submit"],
    #buddypress ul.button-nav li a,
    #buddypress div.activity-meta a,
    a.bp-title-button{font-size:12px;padding:10px 12px 6px;}
   #buddypress .standard-form div.submit{padding:0;}
   .woocommerce .button, .woocommerce-page .button,
    .woocommerce a.button, .woocommerce button.button,
    .woocommerce input.button .woocommerce #respond input#submit,
    .woocommerce input[type="button"],
    .woocommerce-page input[type="button"],
    .woocommerce input[type="submit"],
    .woocommerce-page input[type="submit"],
    .woocommerce .woocommerce-message .button, .woocommerce ul.products li.product .button,
    .woocommerce div.product form.cart .button, .woocommerce #review_form #respond p.form-submit input[type="submit"],
    .woocommerce-page #review_form #respond p.form-submit input[type="submit"],
    .woocommerce table.my_account_orders .order-actions .button, .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit[disabled]:disabled,
    .woocommerce a.button.disabled, .woocommerce a.button:disabled,
    .woocommerce a.button[disabled]:disabled,
    .woocommerce button.button.disabled, .woocommerce button.button:disabled,
    .woocommerce button.button[disabled]:disabled,
    .woocommerce input.button.disabled, .woocommerce input.button:disabled,
    .woocommerce input.button[disabled]:disabled{font-size:11px;padding:11px 16px;}
   .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text{font-size:11px;padding:10px 1.5em;}
   .woocommerce form.checkout_coupon #coupon_code{font-size:11px;padding:10px 1.5em;}
   .woocommerce div.product div.images, .woocommerce #content div.product div.images,
    .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images{width:40%;}
   .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{width:60%;padding-left:2.5em;}
   .woocommerce div.product .woocommerce-product-rating, .woocommerce-page div.product .woocommerce-product-rating{margin-top:-4px;}
   .woocommerce div.product p.price{margin-bottom:1em;}
   span.amount > .decimals{font-size:0.6em;margin-left:0.1em;}
   .woocommerce .star-rating, .woocommerce-page .star-rating{margin-top:0;}
   .single-product ul.products li.product .post_data{padding:1em;}
   .single-product ul.products li.product .post_data .post_header{margin-top:1em;}
   .single-product ul.products li.product .post_data .post_header h3{font-size:20px;}
   .single-product ul.products li.product .post_data .price{margin:1em 0;}
   .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon{float:left;}
   .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button{float:left;width:auto;}
   .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button{width:auto;display:inline-block;}
   .woocommerce .woocommerce-checkout .woocommerce-shipping-fields{margin-top:2em;}
   .woocommerce-MyAccount-navigation ul li a{padding:1em 0 0.6em;}
   .woocommerce-account .woocommerce-MyAccount-content .addresses.col2-set .col-1{float:left;width:48%;}
   .woocommerce-account .woocommerce-MyAccount-content .addresses.col2-set .col-2{float:right;width:48%;}
}


@media(min-width:640px) and (max-width:767px){

    /* Body sizes */
    .content_wrap, .content_container{width:600px;}
   .sc_content_width_1_1{width:600px;}
   .sc_content_width_1_2{width:300px;}
   .sc_content_width_1_3{width:200px;}
   .sc_content_width_2_3{width:400px;}
   .sc_content_width_1_4{width:150px;}
   .sc_content_width_3_4{width:450px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_full{width:100%;height:168px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_big{width:100%;height:168px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small{width:100%;height:168px;}
}

@media(min-width:480px) and (max-width:639px){

    /* Body sizes */
    .content_wrap, .content_container{width:440px;}
   .sc_content_width_1_1{width:440px;}
   .sc_content_width_1_2{width:220px;}
   .sc_content_width_1_3{width:146.67px;}
   .sc_content_width_2_3{width:293.33px;}
   .sc_content_width_1_4{width:110px;}
   .sc_content_width_3_4{width:330px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_full{width:100%;height:124px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_big{width:100%;height:124px;}
   body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small{width:100%;height:124px;}
   /* Single post */
    .related_wrap .post_header{max-width:90%;padding:1em 1.5em;}
}


@media(min-width:480px) and (max-width:767px){

    html{font-size:9px;}
   body{font-size:13px;}
   .mobile_layout .top_panel .menu_mobile_button{top:7.1rem;}
   .header_position_over.mobile_layout .top_panel .menu_mobile_button{top:8.3rem;}
   .vc_custom_1477392924248{background-size:cover !important;}
   .AccentSmallText{font-size:12px !important;line-height:1.4em !important;}
   .sc_action_application .sc_action_content > div + div{margin-left:0;}
   .vc_row .vc_custom_1477906007398{margin-top:3em;}
   .vc_custom_1477392924248 .sc_price{margin-bottom:2em;}
   .woocommerce .cart_totals tbody th{display:table-cell !important;}
   .page-id-174 .trx_addons_list{margin:1em 0 !important;}
   .sc_action_application{padding:15.1em 6.3em 8.95em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li a{font-size:0.8em;}
   .socials_footer{float:none;text-align:center;margin-top:3em;}
   .sc_testimonials.swiper-container-horizontal > .swiper-pagination, .sc_testimonials.slider_swiper_outer > .swiper-pagination{bottom:0.1em;}
   .sc_action_application.vc_custom_1478252710896, .sc_action_application.vc_custom_1477929314189,
    .sc_action_application.vc_custom_1478250198873{background-position:23% 50% !important;}
   .sc_services_columns div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"] .sc_services_item_featured_top::after,
    .post_counters_label{display:none;}
   input[type="date"],
    input[type="text"],
    input[type="url"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="password"],
    textarea, textarea.wp-editor-area,
    .select_container, select,
    .select_container select{line-height:normal;}
   .vc_custom_1478261203057, .vc_custom_1478184452988,
    .hide_on_mobile{display:none !important;}
   .sc_services_default .sc_services_item_info{padding:0;}
   .woocommerce table.cart th, .woocommerce #content table.cart th,
    .woocommerce-page table.cart th, .woocommerce-page #content table.cart th,
    .woocommerce table.cart td, .woocommerce #content table.cart td,
    .woocommerce-page table.cart td, .woocommerce-page #content table.cart td{padding:1.1em 12px;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{letter-spacing:0;}
   .hide_on_mobile{display:none !important;}
   .sc_services_default .sc_services_item{margin-bottom:4.2em;}
   .sc_promo.sc_promo_size_normal .sc_promo_text_inner{padding:4.2em 4.4em;}
   .post_item_none_search .search_wrap .search_submit, .post_item_none_archive .search_wrap .search_submit{right:1em;top:1.1em;}
   .top_panel .logo{max-width:25%;}
   .menu_main_nav_area{font-size:13px;}
   .sc_action_application .sc_item_title + .sc_item_descr{max-width:240px;}
   .post_meta, .sc_blogger .sc_blogger_item .sc_blogger_post_meta{font-size:11px;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text{max-height:2.8em;}
   .post_counters_item .post_counters_number, .comment_counters .comment_counters_number{margin:0;}
   .sc_testimonials_inverse .sc_testimonials_item::after{top:4.9em;left:0;right:0;}
   .sc_countdown_circle .sc_countdown_digits{width:70px;}
   .sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator{height:70px;line-height:70px;}
   .wpb_wrapper > p > a + a:not(.post_meta_item){margin-top:1.4em;display:block;margin-left:0;}
   .sc_testimonials_item_content{max-width:330px;}
   .mb2{margin-bottom:1.5rem !important;}
   .sc_blogger .sc_blogger_item .sc_blogger_item_title{font-size:1.49em;}
   .vc_row.vc_custom_1478092519038 .vc_empty_space.height_huge + .wpb_single_image{margin-top:-7rem;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_content, .sc_services_default .sc_services_item_featured_right .sc_services_item_content{letter-spacing:0.5px;}
   .woocommerce .woocommerce-ordering{width:17em;}
   .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]::after{display:none;}
   .sc_services_default .sc_services_item_title{font-size:1.4em;}
   .woocommerce .widget_price_filter .price_slider_amount .button, .widget_shopping_cart .buttons a{padding:0.8em 1.5em;font-size:11px;}
   .widget_text .mc4wp-form button[type="submit"],
    .wpb_text_column .mc4wp-form button[type="submit"]{height:4.3em;}
   .wpcf7-form .columns_wrap > [class*="icon-"]::before{display:none;}
   .wpcf7-form .columns_wrap > [class*="column-"] .date::after{height:2.9em;width:1em;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{position:relative;padding-left:0.6em;}
   .rev_slider .wpcf7-form.invalid{margin-top:3rem;}
   .rev_slider .wpcf7-form .form-button.bookig-button{margin-top:2em;}
   .wpcf7-form .wpcf7-submit{font-size:1em;}
   .CabText{font-size:13px !important;}
   .portfolio_wrap.portfolio_3 .post_layout_portfolio{width:50%;}
   .post_layout_chess_2 .post_counters_item, .post_layout_chess_3 .post_counters_item{display:none;}
   .sidebar[class*="scheme_"] aside{padding:0 3rem;}
   .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]::after{min-height:9.3em;}
   h1{font-size:28px;line-height:32px;margin-top:32px;margin-bottom:18px;}
   h2{font-size:26px;line-height:30px;margin-top:30px;margin-bottom:18px;}
   h3{font-size:22px;line-height:26px;margin-top:28px;margin-bottom:18px;}
   h4{font-size:18px;line-height:22px;margin-top:26px;margin-bottom:16px;}
   h5{font-size:16px;line-height:20px;margin-top:24px;margin-bottom:14px;}
   h6{font-size:14px;line-height:18px;margin-top:22px;margin-bottom:10px;}
   p, ul,
    ol, dl,
    blockquote, address{margin-bottom:1em;}
    /* Body sizes */
    .body_style_boxed .page_wrap{width:100%;}
   /* Content and Sidebar */
    body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:100%;float:none;margin-bottom:0;}
   .sidebar{width:100%;float:none;margin-top:5em;}
   /* Fullwide or Fullscreen with sidebar */
    .body_style_fullwide .content_wrap{padding-left:20px;padding-right:20px;}
   .body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content{padding-right:0 !important;float:none;}
   .body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar{margin-left:0 !important;float:none;}
   .body_style_fullwide.sidebar_left .content, .body_style_fullscreen.sidebar_left .content{padding-left:0 !important;float:none;}
   .body_style_fullwide.sidebar_left .sidebar, .body_style_fullscreen.sidebar_left .sidebar{margin-right:0 !important;float:none;}
   /* Grid */
    .container, .container-fluid{padding-left:10px;padding-right:10px;}
   .row, .columns_wrap,
    .trx_addons_columns_wrap{margin-right:-20px;}
   .row > [class*="column-"],
    .columns_wrap > [class*="column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"]{padding-right:20px;}
   .row.columns_padding_left, .columns_wrap.columns_padding_left,
    .trx_addons_columns_wrap.columns_padding_left{margin-left:-20px;}
   .row.columns_padding_left > [class*="column-"],
    .columns_wrap.columns_padding_left > [class*="column-"],
    .row > [class*="column-"].columns_padding_left,
    .columns_wrap > [class*="column-"].columns_padding_left,
    .trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left{padding-left:20px;}
   .row.columns_padding_right, .columns_wrap.columns_padding_right,
    .trx_addons_columns_wrap.columns_padding_right{margin-right:-20px;}
   .row.columns_padding_right > [class*="column-"],
    .columns_wrap.columns_padding_right > [class*="column-"],
    .row > [class*="column-"].columns_padding_right,
    .columns_wrap > [class*="column-"].columns_padding_right,
    .trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right{padding-right:20px;}
   .row.columns_padding_center, .columns_wrap.columns_padding_center,
    .trx_addons_columns_wrap.columns_padding_center{margin-left:-10px;margin-right:-10px;}
   .row.columns_padding_center > [class*="column-"],
    .columns_wrap.columns_padding_center > [class*="column-"],
    .row > [class*="column-"].columns_padding_center,
    .columns_wrap > [class*="column-"].columns_padding_center,
    .trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center{padding-left:20px;}
   .row.columns_padding_bottom > [class*="column-"],
    .columns_wrap.columns_padding_bottom > [class*="column-"],
    .row > [class*="column-"].columns_padding_bottom,
    .columns_wrap > [class*="column-"].columns_padding_bottom,
    .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom{padding-bottom:20px;}
   /* Max 2 columns in the row */
    .row:not(.columns_fluid) > [class*="column-"],
    .columns_wrap:not(.columns_fluid) > [class*="column-"]{width:50%;}
   .row:not(.columns_fluid) > .column-1_1,
    .row:not(.columns_fluid) > .column-2_2,
    .row:not(.columns_fluid) > .column-3_3,
    .row:not(.columns_fluid) > .column-4_4,
    .row:not(.columns_fluid) > .column-5_5,
    .row:not(.columns_fluid) > .column-6_6,
    .row:not(.columns_fluid) > .column-7_7,
    .row:not(.columns_fluid) > .column-8_8,
    .row:not(.columns_fluid) > .column-9_9,
    .row:not(.columns_fluid) > .column-10_10,
    .row:not(.columns_fluid) > .column-11_11,
    .row:not(.columns_fluid) > .column-12_12,
    .columns_wrap:not(.columns_fluid) > .column-1_1,
    .columns_wrap:not(.columns_fluid) > .column-2_2,
    .columns_wrap:not(.columns_fluid) > .column-3_3,
    .columns_wrap:not(.columns_fluid) > .column-4_4,
    .columns_wrap:not(.columns_fluid) > .column-5_5,
    .columns_wrap:not(.columns_fluid) > .column-6_6,
    .columns_wrap:not(.columns_fluid) > .column-7_7,
    .columns_wrap:not(.columns_fluid) > .column-8_8,
    .columns_wrap:not(.columns_fluid) > .column-9_9,
    .columns_wrap:not(.columns_fluid) > .column-10_10,
    .columns_wrap:not(.columns_fluid) > .column-11_11,
    .columns_wrap:not(.columns_fluid) > .column-12_12,

    .row:not(.columns_fluid) > .column-2_3,
    .columns_wrap:not(.columns_fluid) > .column-2_3,
    .row:not(.columns_fluid) > .column-1_3.after_span_2,
    .columns_wrap:not(.columns_fluid) > .column-1_3.after_span_2,
    .row:not(.columns_fluid) > .column-2_4,
    .columns_wrap:not(.columns_fluid) > .column-3_4,
    .row:not(.columns_fluid) > .column-1_4.after_span_2,
    .columns_wrap:not(.columns_fluid) > .column-1_4.after_span_3,

    .row:not(.columns_fluid) > .column-2_5,
    .columns_wrap:not(.columns_fluid) > .column-2_5,
    .row:not(.columns_fluid) > .column-3_5,
    .columns_wrap:not(.columns_fluid) > .column-3_5,
    .row:not(.columns_fluid) > .column-4_5,
    .columns_wrap:not(.columns_fluid) > .column-4_5,
    .row:not(.columns_fluid) > .column-2_6,
    .columns_wrap:not(.columns_fluid) > .column-2_6,
    .row:not(.columns_fluid) > .column-3_6,
    .columns_wrap:not(.columns_fluid) > .column-3_6,
    .row:not(.columns_fluid) > .column-4_6,
    .columns_wrap:not(.columns_fluid) > .column-4_6,
    .row:not(.columns_fluid) > .column-5_6,
    .columns_wrap:not(.columns_fluid) > .column-5_6,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12,

    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3.after_span_2,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4.after_span_3,

    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6,
    .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6{width:100%;}
   .row:not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
    .columns_wrap:not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
    .row:not(.columns_fluid) > [class*="column-"]:nth-child(2n+4),
    .columns_wrap:not(.columns_fluid) > [class*="column-"]:nth-child(2n+4),
    .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"]:nth-child(2n+3),
    .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"]:nth-child(2n+4){padding-top:20px;}
   /* WP Gallery Grid */
    .gallery.gallery-columns-9 .gallery-item{width:33.3333% !important;}
   .gallery.gallery-columns-8 .gallery-item{width:33.3333% !important;}
   .gallery.gallery-columns-7 .gallery-item{width:33.3333% !important;}
   .gallery.gallery-columns-6 .gallery-item{width:33.3333% !important;}
   .gallery.gallery-columns-5 .gallery-item{width:33.3333% !important;}
   .gallery.gallery-columns-4 .gallery-item{width:33.3333% !important;}
   img.alignleft, img.alignright,
    figure.alignleft, figure.alignright{float:none;display:block;margin:1em auto !important;}
   /* Header */
    body.no_layout.menu_style_left{margin-left:0;}
   body.no_layout.menu_style_right{margin-right:0;}
   body.no_layout.menu_style_right .menu_side_wrap{right:-6rem;}
   body.no_layout.menu_style_left .menu_side_wrap{left:-6rem;}
   .toc_menu_item .toc_menu_icon:before{font-size:20px;}
   .toc_menu_item .toc_menu_description span{padding:0 1.5em;}
   .menu_mobile .menu_mobile_nav_area li > a{font-size:1.2308em;line-height:1.5em;}
   .menu_mobile .logo{margin:2.2rem 0 0;}
   .menu_mobile .menu_mobile_nav_area{top:55%;max-height:40%;}
   .menu_mobile .menu_mobile_nav_area > ul > li > a{font-size:1.25em;line-height:1.5em;}
   .menu_mobile .socials_mobile{bottom:2rem !important;}
   .top_panel.with_bg_image{min-height:20em;}
   .top_panel_title .post_meta + .page_caption{font-size:28px;}
   /* Slider */
    .top_panel .slider_engine_revo .slide_subtitle{margin-bottom:1em !important;font-size:14px !important;}
   .top_panel .slider_engine_revo .slide_button{font-size:11px !important;}
   /* Widgets */
    .sidebar .sidebar_inner{padding:20px 0;}
   .sidebar[class*="scheme_"] .sidebar_inner{padding:20px 10px;}
   .sidebar aside, .sidebar[class*="scheme_"] aside{display:inline-block;float:none;vertical-align:top;width:50%;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
   .sidebar aside + aside,
    .sidebar[class*="scheme_"] aside + aside{margin-top:0;padding-top:0;border-top-width:0;}
   .footer_wrap aside + aside + aside,
    .sidebar aside + aside + aside,
    .sidebar[class*="scheme_"] aside + aside + aside{margin-top:20px !important;padding-top:20px !important;}
   aside.column-1_4, aside.column-1_5,
    aside.column-1_6, aside.column-1_7,
    aside.column-1_8, aside.column-1_9,
    aside.column-1_10, aside.column-1_11,
    aside.column-1_12{width:50%;}
   .header_fullwidth aside, .footer_fullwidth aside{width:100% !important;display:block !important;margin-left:0 !important;margin-bottom:0 !important;}
   .footer_wrap aside{margin-bottom:0;}
   /* Utilities */
    .hide_on_notebook, .hide_on_mobile{display:none;}
   /* Tags layouts */
    hr, .vc_separator{margin:3em 0 !important;}
   table th, table td,
    .sc_table table th, .sc_table table td{padding:1rem;}
   /* Buttons */
    .getcab_tabs .getcab_tabs_titles{margin:0 0 2em;}
   /* Post layouts */
    .post_item_404 .post_content{padding:3em 0;}
   .post_item_404 .page_title{font-size:8em;line-height:1em;float:none;width:100%;text-align:center;}
   .post_item_404 .page_info{padding-left:0;padding-top:2em;width:100%;text-align:center;}
   .post_item_404 .page_description{line-height:1.7em;}
    .post_item .more-link, .gallery_preview_show .post_readmore{margin-top:2em;}
   .post_meta{line-height:1.3em;}
   .post_layout_excerpt + .post_layout_excerpt{margin-top:5rem;padding-top:5rem;}
   .post_layout_chess .post_inner_content{padding:0 10%;}
   .post_layout_chess .post_title{font-size:22px;}
   .post_layout_chess .post_title + .post_meta{margin-top:0.4em;}
   .post_layout_chess.post_format_quote .post_header, .post_layout_chess.post_format_link .post_header,
    .post_layout_chess.post_format_aside .post_header, .post_layout_chess.post_format_status .post_header{display:block;}
   .post_layout_chess .post_content_inner{display:none;}
   .post_layout_chess.post_format_quote .post_content_inner + .post_meta,
    .post_layout_chess.post_format_link .post_content_inner + .post_meta,
    .post_layout_chess.post_format_aside .post_content_inner + .post_meta,
    .post_layout_chess.post_format_status .post_content_inner + .post_meta{display:none;}
   .post_layout_chess.post_format_quote .post_content_inner + .post_meta,
    .post_layout_chess.post_format_link .post_content_inner + .post_meta,
    .post_layout_chess.post_format_status .post_content_inner + .post_meta{margin-top:0 !important;}
   .post_layout_chess.post_format_aside .post_content_inner + .post_meta{margin-top:1em;}
   .post_layout_chess .post_header + .post_content{margin-top:0.5em;line-height:1.3846em;}
   .post_layout_chess .post_content_inner, .post_layout_chess:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner{font-size:1em;line-height:1.3846em;max-height:none;}
   .post_layout_chess .post_content_inner:after{display:none;}
   .post_layout_chess.post_format_link .post_content_inner, .post_layout_chess.post_format_aside .post_content_inner,
    .post_layout_chess.post_format_status .post_content_inner{font-size:1.6154em;}
   .post_layout_chess blockquote{padding:2em 2em 2em 4em;}
   .post_layout_chess blockquote:before{top:1.05em;left:0.5em;}
   .post_layout_chess blockquote p{font-size:1.3846em;line-height:1.3333em;}
   .post_layout_chess blockquote > a, .post_layout_chess blockquote > p > a,
    .post_layout_chess blockquote > cite, .post_layout_chess blockquote > p > cite{font-size:12px;line-height:16px;}
   .post_layout_chess .more-link{margin-top:0;}
   .post_layout_chess_2{width:100%;float:none;}
   .post_layout_chess_2:nth-child(4n+3) .post_featured,
    .post_layout_chess_2:nth-child(4n+4) .post_featured{float:right;}
   .post_layout_chess_2:nth-child(4n+3) .post_inner,
    .post_layout_chess_2:nth-child(4n+4) .post_inner{left:0;right:auto;}
   .post_layout_chess_3{width:100%;float:none;}
   .post_layout_chess_3:nth-child(6n+4) .post_featured,
    .post_layout_chess_3:nth-child(6n+5) .post_featured,
    .post_layout_chess_3:nth-child(6n+6) .post_featured{float:right;}
   .post_layout_chess_3:nth-child(6n+4) .post_inner,
    .post_layout_chess_3:nth-child(6n+5) .post_inner,
    .post_layout_chess_3:nth-child(6n+6) .post_inner{left:0;right:auto;}
   .post_layout_chess:nth-child(2n+2) .post_featured{float:left;}
   .post_layout_chess:nth-child(2n+2) .post_inner{left:auto;right:0;}
   .post_layout_classic .post_content{font-size:1em;}
   .post_layout_classic blockquote{padding:2em 2em 2em 5em;}
   .post_layout_classic blockquote:before{top:1.1em;left:0.7em;}
   .post_layout_classic blockquote p{font-size:15px;}
   .post_layout_classic blockquote > a, .post_layout_classic blockquote > p > a,
    .post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite{font-size:13px;}
   .post_layout_classic .swiper-container-horizontal > .swiper-pagination, .post_layout_classic .slider_swiper_outer > .swiper-pagination{bottom:6px;}
   .post_layout_classic .slider_swiper .swiper-pagination-bullet, .post_layout_classic .slider_swiper_outer .swiper-pagination-bullet{width:6px;height:6px;border-width:1px;}
   .post_layout_classic.format-audio .post_featured.with_thumb .post_audio{bottom:1em;}
   .post_layout_classic.post_format_audio .mejs-time{display:none;}
   .post_layout_chess.format-audio .mejs-container{display:none;}
   .gallery_preview .post_description_content{display:none !important;}
   .gallery_preview_description{padding:0 1.6em;}
   .gallery_preview_show .post_readmore{margin-top:0;}
    /* Single post */
    .comments_list_wrap .comment_posted{font-size:1em;}
   .blog_mode_post blockquote, .blog_mode_page blockquote{margin-left:0;}
   .post_item_single .post_content > .post_meta_single .post_tags{max-width:48%;}
   .post_item_single .post_content > .post_meta_single .post_share{max-width:50%;}
   /* ThemeREX Addons */


    .sc_item_subtitle + .sc_item_title{margin-top:0.4em;}
   .sc_item_title + .sc_item_descr,
    .sc_item_subtitle + .sc_item_descr,
    .sc_item_title + .sc_item_slider,
    .sc_item_subtitle + .sc_item_slider,
    .sc_item_descr + .sc_item_slider,
    .sc_item_title + .sc_item_columns,
    .sc_item_subtitle + .sc_item_columns,
    .sc_item_descr + .sc_item_columns,
    .sc_item_title + .sc_item_content,
    .sc_item_subtitle + .sc_item_content,
    .sc_item_descr + .sc_item_content{margin-top:1.5em;}
   .sc_item_title + .sc_item_button,
    .sc_item_title + .sc_item_button_image,
    .sc_item_subtitle + .sc_item_button,
    .sc_item_subtitle + .sc_item_button_image,
    .sc_item_descr + .sc_item_button,
    .sc_item_descr + .sc_item_button_image,
    .sc_item_content + .sc_item_button,
    .sc_item_content + .sc_item_button_image,
    .sc_item_slider + .sc_item_button,
    .sc_item_slider + .sc_item_button_image,
    .sc_item_columns + .sc_item_button,
    .sc_item_columns + .sc_item_button_image{margin-top:1.5em;}
   .trx_addons_audio_player{padding:2em 1.6em;}
   .sc_blogger_default .sc_blogger_item{padding:1.4em;}
   .sc_blogger_default .sc_blogger_item .sc_blogger_item_featured{width:100%;margin-bottom:1.5em;}
   .sc_blogger_default .sc_blogger_item .sc_blogger_item_content{position:static;width:100%;padding:0;left:auto;top:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt{margin-top:1em;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_button{margin-top:1em;}
   .wpb_column:not(.vc_col-sm-12) .sc_blogger_default .sc_blogger_item_featured{width:100%;padding:0 0 1em;}
   .wpb_column:not(.vc_col-sm-12) .sc_blogger_default .sc_blogger_item_content{position:static;width:100%;padding:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}
   .sc_countdown_default .sc_countdown_digits, .sc_countdown_default .sc_countdown_separator{font-size:2.7em;}
   .sc_googlemap{max-height:60vh;}
   .sc_icons .sc_icons_icon + .sc_icons_title,
    .sc_icons .sc_icons_icon + .sc_icons_description{margin-top:1em;}
   .sc_icons .sc_icons_description{font-size:14px;}
   .sc_price_title{font-size:2em;}
   h2.sc_item_title.sc_item_title_style_default{font-size:28px;}
   .sc_promo_image, .sc_promo_image_wrap{position:relative;right:auto;bottom:auto;width:100% !important;min-height:18em;}
   .sc_promo_text{width:100% !important;float:none !important;}
   .sc_promo_image + .sc_promo_text .sc_promo_text_inner,
    .sc_promo_image_wrap + .sc_promo_text .sc_promo_text_inner{padding-top:2em !important;}
   .sc_promo.sc_promo_no_paddings.sc_promo_image_position_right .sc_promo_text_inner{padding-right:0;}
   .sc_promo.sc_promo_no_paddings.sc_promo_image_position_left .sc_promo_text_inner{padding-left:0;}
   .sc_promo_text_inner{margin:0 !important;}
   .sc_promo.sc_promo_size_normal .sc_promo_text_inner{padding:2em;}
   .sc_promo_modern .sc_promo_descr, .sc_promo_modern .sc_promo_button{padding-left:0;}
   .sc_promo_modern.sc_promo_image_position_right .sc_promo_image{right:0;}
   .sc_promo_modern .sc_promo_link2{padding:0.2em 1.2em;}
   .sc_skills_pie.sc_skills_compact_off .sc_skills_total{font-size:2.5rem;}
   .vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap{padding:2em 0 0 2em;}
   .sc_services_default .sc_services_item_info{min-height:5em;}
   .sc_services_iconed .sc_services_item_header{padding:1.6154em;width:100%;position:relative;bottom:auto;}
   .sc_services_iconed .sc_services_item_icon{font-size:2em;}
   .sc_services_iconed .sc_services_item_content{padding:1.6154em;margin-left:0;}
   .sc_services_default .sc_services_item_subtitle{font-size:12px;}
   .sc_services_default .sc_services_item_featured_left, .sc_services_default .sc_services_item_featured_right{text-align:center;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_icon, .sc_services_default .sc_services_item_featured_right .sc_services_item_icon{margin:0 auto;position:static;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_thumb, .sc_services_default .sc_services_item_featured_right .sc_services_item_thumb{width:100%;position:relative;left:auto;right:auto;top:auto;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_info, .sc_services_default .sc_services_item_featured_right .sc_services_item_info{text-align:center;padding:0;margin:1.5em 0 0;min-height:0;}
   .sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_info, .sc_services_default .sc_services_item_featured_left.with_image .sc_services_item_info,
    .sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_info, .sc_services_default .sc_services_item_featured_right.with_image .sc_services_item_info{margin-left:0;margin-right:0;}
   .sc_services_default .sc_services_item_featured_right .sc_services_item_thumb, .sc_services_default .sc_services_item_featured_right .sc_services_item_icon{right:auto;}
   .slider_style_modern .slider_controls_label span + span{font-size:1.4em;}
   .slider_style_modern .slider_controls_label{top:40%;}
   .slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before{top:75%;}
   .slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a{top:2rem;bottom:6rem;}
   .slider_style_modern.slider_outer_titles_outside.slider_outer_controls_side .slider_controls_wrap > a{bottom:11rem;}
   .slider_swiper .swiper-pagination-bullet, .slider_swiper_outer .swiper-pagination-bullet{width:8px;height:8px;border-width:1px;}
   .sc_team_item_thumb .sc_team_item_content{display:none;}
   .team_member_page .team_member_featured{padding:0 0 1.2em 1.2em;width:50%;}
   .team_member_page .team_member_featured .team_member_avatar{border-width:10px;}
   .sc_team_default .sc_team_item_info{padding:1.6154em;}
   .sc_team_default .sc_team_item_socials{margin-top:1em;}
   /* WPBakery Page Builder */
    .wpb_text_column[class*="scheme_"]{padding:1.5em;}
   .vc_row.vc_row-o-full-height, .trx_addons_stretch_height{min-height:0 !important;}
   /* Tribe Events */
    .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop,
    .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop{max-width:none;}
   #tribe-events-content .tribe-events-calendar td{height:8em;}
   #tribe-events .tribe-events-content p,
    .tribe-events-after-html p, .tribe-events-before-html p{line-height:1.6154em;}
   .tribe-events-calendar td div[id*="tribe-events-daynum-"]{margin-bottom:0.4em;padding:1em 1.7em;}
   .tribe-events-event-meta .tribe-event-schedule-details{padding-left:12px;}
   .single-tribe_events .tribe-events-single-section{width:100%;float:none;}
   .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group{width:45%;}
   .single-tribe_events .tribe-events-venue-map{float:right;}
   .single-tribe_events #tribe-events-footer{margin-top:3em;}
   .single-tribe_events .tribe-events-sub-nav li a{padding:1.2em 1.2em 1.2em 4em;}
   .single-tribe_events .tribe-events-sub-nav li + li a{padding:1.2em 4em 1.2em 1.2em;}
   /* BuddyPress and BBPress */
    #bbpress-forums > #subscription-toggle,
    #bbpress-forums > .bbp-topic-tags{position:static;margin-bottom:1em;}
   #buddypress #item-nav{float:none;margin:0 0 1em 0;width:auto;}
   #buddypress #item-nav ul li{display:inline-block;margin:0 1px 1px 0;}
   #buddypress #item-header-cover-image #item-header-avatar,
    .bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar,
    #buddypress div#item-header #item-header-cover-image #item-header-content{width:auto;text-align:left;}
   #buddypress div#item-header #item-header-cover-image #item-header-content{max-width:none;}
   #buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0 0 1em 0;}
   #buddypress div#item-header div#item-meta{margin:5px 0 15px;}
   #buddypress .comment-reply-link,
    #buddypress .generic-button a,
    #buddypress a.button,
    #buddypress button,
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress input[type="submit"],
    #buddypress ul.button-nav li a,
    #buddypress div.activity-meta a,
    a.bp-title-button{font-size:12px;padding:10px 12px 6px;}
   #buddypress .standard-form div.submit{padding:0;}
    /* Instagram Feed */
    .column-1_1 #sb_instagram .sbi_item{min-width:25%;}
   /* Woocommerce */
    .woocommerce ul.products, .woocommerce-page ul.products{margin-right:-20px;}
   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
    .woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product{padding:0 20px 20px 0;}
   .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3,
    .woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
    .woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3,
    .woocommerce .shop_mode_thumbs ul.products.columns-3 li.product, .woocommerce-page .shop_mode_thumbs ul.products.columns-3 li.product,
    .woocommerce .related.products ul.products.columns-3 li.product, .woocommerce-page .related.products ul.products.columns-3 li.product,
    .woocommerce .upcells.products ul.products.columns-3 li.product, .woocommerce-page .upcells.products ul.products.columns-3 li.product,

    .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
    .woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4,
    .woocommerce .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
    .woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4,
    .woocommerce .shop_mode_thumbs ul.products.columns-4 li.product, .woocommerce-page .shop_mode_thumbs ul.products.columns-4 li.product,
    .woocommerce .related.products ul.products.columns-4 li.product, .woocommerce-page .related.products ul.products.columns-4 li.product,
    .woocommerce .upcells.products ul.products.columns-4 li.product, .woocommerce-page .upcells.products ul.products.columns-4 li.product,

    .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
    .woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5,
    .woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
    .woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5,
    .woocommerce .shop_mode_thumbs ul.products.columns-5 li.product, .woocommerce-page .shop_mode_thumbs ul.products.columns-5 li.product,
    .woocommerce .related.products ul.products.columns-5 li.product, .woocommerce-page .related.products ul.products.columns-5 li.product,
    .woocommerce .upcells.products ul.products.columns-5 li.product, .woocommerce-page .upcells.products ul.products.columns-5 li.product,

    .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
    .woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6,
    .woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
    .woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6,
    .woocommerce .shop_mode_thumbs ul.products.columns-6 li.product, .woocommerce-page .shop_mode_thumbs ul.products.columns-6 li.product,
    .woocommerce .related.products ul.products.columns-6 li.product, .woocommerce-page .related.products ul.products.columns-6 li.product,
    .woocommerce .upcells.products ul.products.columns-6 li.product, .woocommerce-page .upcells.products ul.products.columns-6 li.product{width:50%;}
   .woocommerce ul.products li.first, .woocommerce-page ul.products li.first{clear:none;}
   .woocommerce ul.products li:nth-child(2n+3),
    .woocommerce-page ul.products li:nth-child(2n+3){clear:both;}
   .woocommerce div.product div.images, .woocommerce #content div.product div.images,
    .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{width:100%;}
   .woocommerce .shop_mode_list ul.products li.product .post_content, .woocommerce-page .shop_mode_list ul.products li.product .post_content{margin:1em 0 1.2em;}
   .woocommerce div.product div.images, .woocommerce #content div.product div.images,
    .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images{width:100%;float:none;margin:0 0 2em;}
   .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{width:100%;float:none;padding-left:0;}
   .woocommerce div.product .woocommerce-product-rating, .woocommerce-page div.product .woocommerce-product-rating{margin-top:-4px;}
   .woocommerce div.product p.price{margin-bottom:1em;}
   span.amount > .decimals{font-size:0.6em;margin-left:0.1em;}
   .single-product div.product .trx-stretch-width-wrap{padding-top:2em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs{padding-top:4em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li a{padding:1.1em 2em 0.9em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs .panel{padding-top:2em;}
    .woocommerce .star-rating, .woocommerce-page .star-rating{margin-top:0;}
   .single-product .related{margin-top:4em;padding-top:3em;}
   .single-product ul.products li.product .post_data{padding:10px;}
   .single-product ul.products li.product .post_data .post_header{margin-top:10px;}
   .single-product ul.products li.product .post_data .post_header h3{font-size:18px;}
   .single-product ul.products li.product .post_data .price{margin:10px 0;}
   .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon{float:left;width:100%;}
   .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button{float:right;width:auto;}
   .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button{width:auto;display:inline-block;}
   .woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove,
    .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove{width:12px;}
   .woocommerce .woocommerce-checkout .woocommerce-shipping-fields{margin-top:2em;}
   .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none;}
   .woocommerce-account .woocommerce-MyAccount-navigation{border-top:1px dotted #ddd;border-bottom:1px dotted #ddd;margin-bottom:2em;}
   .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content .woocommerce-Address-title a{font-size:12px;}
   .woocommerce-account .woocommerce-MyAccount-navigation ul{width:100%;text-align:center;}
   .woocommerce-account .woocommerce-MyAccount-navigation ul li{display:inline-block;}
   .woocommerce-account .woocommerce-MyAccount-navigation ul li + li{border-top-width:0;border-left:1px dotted #ddd;}
   .woocommerce-MyAccount-navigation ul li a{padding:8px 10px;}
   .woocommerce-account .woocommerce-MyAccount-content .addresses.col2-set .col-1{float:left;width:48%;}
   .woocommerce-account .woocommerce-MyAccount-content .addresses.col2-set .col-2{float:right;width:48%;}
   .mfp-arrow-left{margin-top:-41px;}
   .wpb_wrapper > p > a + a:not(.post_meta_item) img{margin-left:0;}
   .dropcaps_row .vc_col-sm-6 + .vc_col-sm-6{margin-top:1em;}
}



@media(max-width:479px){

    html{font-size:8px;line-height:150%;}
   body{font-size:13px;line-height:153.85%;}
   .portfolio_wrap.portfolio_3 .post_layout_portfolio{width:100%;}
   .mobile_layout .top_panel .menu_mobile_button{top:7.1rem;}
   .header_position_over.mobile_layout .top_panel .menu_mobile_button{top:8.3rem;}
   .vc_custom_1477392924248{background-size:cover !important;}
   .AccentSmallText{font-size:12px !important;line-height:1.4em !important;}
   .sc_action_application .sc_action_content > div + div{margin-left:0;}
   .vc_row .vc_custom_1477906007398{margin-top:3em;}
   .vc_custom_1477392924248 .sc_price{margin-bottom:2em;}
   .woocommerce .cart_totals tbody th{display:table-cell !important;}
   .page-id-174 .trx_addons_list{margin:1em 0 !important;}
   .sc_action_application{padding:15.1em 2.3em 8.95em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li a{font-size:0.8em;}
   .socials_footer{float:none;text-align:center;margin-top:1em;}
   .sc_testimonials.swiper-container-horizontal > .swiper-pagination, .sc_testimonials.slider_swiper_outer > .swiper-pagination{bottom:0.1em;}
   .sc_action_application.vc_custom_1478252710896, .sc_action_application.vc_custom_1477929314189,
    .sc_action_application.vc_custom_1478250198873{background-position:23% 50% !important;}
   .sc_services_columns div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"] .sc_services_item_featured_top::after,
    .post_counters_label{display:none;}
   input[type="date"],
    input[type="text"],
    input[type="url"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="password"],
    textarea, textarea.wp-editor-area,
    .select_container, select,
    .select_container select{line-height:normal;}
   .vc_custom_1478261203057, .vc_custom_1478184452988,
    .hide_on_mobile{display:none !important;}
   .sc_services_default .sc_services_item_info{padding:0;}
   .woocommerce table.cart th, .woocommerce #content table.cart th,
    .woocommerce-page table.cart th, .woocommerce-page #content table.cart th,
    .woocommerce table.cart td, .woocommerce #content table.cart td,
    .woocommerce-page table.cart td, .woocommerce-page #content table.cart td{padding:1.1em 12px;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{letter-spacing:0;}
   .hide_on_mobile{display:none !important;}
   .sc_services_default .sc_services_item{margin-bottom:4.2em;}
   .sc_promo.sc_promo_size_normal .sc_promo_text_inner{padding:4.2em 4.4em;}
   .post_item_none_search .search_wrap .search_submit, .post_item_none_archive .search_wrap .search_submit{right:1em;top:1.1em;}
   .top_panel .logo{max-width:50%;}
   .header_position_over:not(.top_panel_fixed) .top_panel_navi{padding-top:1.8em;}
   .BigWhiteText{font-size:27px !important;line-height:1em !important;padding-top:1em !important;}
   .menu_main_nav_area{font-size:13px;}
   .sc_action_application .sc_item_title + .sc_item_descr{max-width:240px;}
   .post_meta, .sc_blogger .sc_blogger_item .sc_blogger_post_meta{font-size:11px;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text{max-height:2.8em;}
   .post_counters_item .post_counters_number, .comment_counters .comment_counters_number{margin:0;}
   .sc_testimonials_inverse .sc_testimonials_item::after{top:4.9em;left:0;right:0;}
   .sc_countdown_circle .sc_countdown_digits{width:60px;}
   .sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator{height:60px;line-height:60px;}
   .wpb_wrapper > p > a + a:not(.post_meta_item){margin-top:1.4em;display:block;margin-left:0;}
   .sc_testimonials_item_content{max-width:240px;}
   .single-meta{float:none;}
   .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe){padding:1.95em 1.3em 2.9em;border:0;}
   .page-id-172 .sc_price{margin-bottom:2em;}
   .vc_row .vc_custom_1478507462589{margin-bottom:2em !important;}
   .mb2{margin-bottom:1.5rem !important;}
   .sc_blogger .sc_blogger_item .sc_blogger_item_title{font-size:1.49em;}
   .vc_row.vc_custom_1478092519038 .vc_empty_space.height_huge + .wpb_single_image{margin-top:-7rem;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_content, .sc_services_default .sc_services_item_featured_right .sc_services_item_content{letter-spacing:0.5px;}
   .woocommerce .woocommerce-ordering{width:17em;}
   .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]::after{display:none;}
   .woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty,
    .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty{width:4em;}
   table th{font-size:1em;}
   .sc_services_default .sc_services_item_title{font-size:1.4em;}
   .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit[disabled]:disabled,
    .woocommerce a.button.disabled, .woocommerce a.button:disabled,
    .woocommerce a.button[disabled]:disabled,
    .woocommerce button.button.disabled, .woocommerce button.button:disabled,
    .woocommerce button.button[disabled]:disabled,
    .woocommerce input.button.disabled, .woocommerce input.button:disabled,
    .woocommerce input.button[disabled]:disabled{padding:0.9em 1.95em 1em;}
   .woocommerce .widget_price_filter .price_slider_amount .button, .widget_shopping_cart .buttons a{padding:0.8em 2.25em !important;font-size:13px !important;}
   .page_wrap{overflow:hidden;}
   .widget_text .mc4wp-form button[type="submit"],
    .wpb_text_column .mc4wp-form button[type="submit"]{height:4.9em;}
   .footer_wrap_inner{padding:4.85em 0 2.9em;}
   .post_item_single .post_content > .post_meta_single .post_share{padding-bottom:1px;}
   .wpcf7-form .columns_wrap > [class*="icon-"]::before{display:none;}
   .wpcf7-form .columns_wrap > [class*="column-"] .date::after{height:2.9em;width:1em;}
   .wpcf7-form .columns_wrap > [class*="column-"] input[class*="icon-"],
    .wpcf7-form .columns_wrap > [class*="column-"] select{position:relative;padding-left:0.6em;}
   .socials_in_footer .copyright_wrap_inner .copyright_text{float:none;text-align:center;}
   .rev_slider .wpcf7-form.invalid{margin-top:3rem;}
   .rev_slider .wpcf7-form .form-button.bookig-button{margin-top:2em;}
   .wpcf7-form .wpcf7-submit{font-size:1em;}
   .CabText{font-size:13px !important;}
   .post_layout_chess.format-audio .mejs-container{display:none;}
   .post_layout_chess_2 .post_counters_item, .post_layout_chess_3 .post_counters_item{display:none;}
   .sidebar[class*="scheme_"] aside{padding:0 3rem;}
   .sc_form_modern .sc_form_info div[class*="trx_addons_column-"] + div[class*="trx_addons_column-"]::after{min-height:9.3em;}
   h1{font-size:28px;line-height:34px;margin-top:32px;margin-bottom:20px;}
   h2{font-size:24px;line-height:32px;margin-top:30px;margin-bottom:18px;}
   h3{font-size:20px;line-height:26px;margin-top:28px;margin-bottom:16px;}
   h4{font-size:17px;line-height:21px;margin-top:24px;margin-bottom:14px;}
   h5{font-size:15px;line-height:18px;margin-top:22px;margin-bottom:10px;}
   h6{font-size:13px;line-height:16px;margin-top:20px;margin-bottom:8px;}
   p, ul,
    ol, dl,
    blockquote, address{margin-bottom:1em;}
   figure figcaption{font-size:12px;}
   /* Body sizes */
    .body_style_boxed .page_wrap{width:100%;}
   .content_wrap, .content_container{width:300px;}
   .sc_content_width_1_1{width:300px;}
   .sc_content_width_1_2{width:150px;}
   .sc_content_width_1_3{width:100px;}
   .sc_content_width_2_3{width:200px;}
   .sc_content_width_1_4{width:75px;}
   .sc_content_width_3_4{width:225px;}
   /* Content and Sidebar */
    body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content{width:100%;float:none;}
   .sidebar{width:100%;float:none;margin-top:2.5em;}
   /* Fullwide or Fullscreen with sidebar */
    .body_style_fullwide .content_wrap{padding-left:10px;padding-right:10px;}
   .body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content{padding-right:0 !important;float:none;}
   .body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar{margin-left:0 !important;float:none;}
   .body_style_fullwide.sidebar_left .content, .body_style_fullscreen.sidebar_left .content{padding-left:0 !important;float:none;}
   .body_style_fullwide.sidebar_left .sidebar, .body_style_fullscreen.sidebar_left .sidebar{margin-right:0 !important;float:none;}
   /* Grid */
    .container, .container-fluid{padding-left:5px;padding-right:5px;}
   .row, .columns_wrap,
    .trx_addons_columns_wrap{margin-right:-10px;}
   .row > [class*="column-"],
    .columns_wrap > [class*="column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"],
    .row > [class*="column-"]:last-child, .columns_wrap > [class*="column-"]:last-child{padding-right:10px;}
   .row.columns_padding_left, .columns_wrap.columns_padding_left,
    .trx_addons_columns_wrap.columns_padding_left{margin-left:-10px;}
   .row.columns_padding_left > [class*="column-"],
    .columns_wrap.columns_padding_left > [class*="column-"],
    .row > [class*="column-"].columns_padding_left,
    .columns_wrap > [class*="column-"].columns_padding_left,
    .trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left{padding-left:10px;}
   .row.columns_padding_right, .columns_wrap.columns_padding_right,
    .trx_addons_columns_wrap.columns_padding_right{margin-right:-10px;}
   .row.columns_padding_right > [class*="column-"],
    .columns_wrap.columns_padding_right > [class*="column-"],
    .row > [class*="column-"].columns_padding_right,
    .columns_wrap > [class*="column-"].columns_padding_right,
    .trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right{padding-right:10px;}
   .row.columns_padding_center, .columns_wrap.columns_padding_center,
    .trx_addons_columns_wrap.columns_padding_center{margin-left:-5px;margin-right:-5px;}
   .row.columns_padding_center > [class*="column-"],
    .columns_wrap.columns_padding_center > [class*="column-"],
    .row > [class*="column-"].columns_padding_center,
    .columns_wrap > [class*="column-"].columns_padding_center,
    .trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center{padding-left:10px;}
   .row.columns_padding_bottom > [class*="column-"],
    .columns_wrap.columns_padding_bottom > [class*="column-"],
    .row > [class*="column-"].columns_padding_bottom,
    .columns_wrap > [class*="column-"].columns_padding_bottom,
    .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
    .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom{padding-bottom:10px;}
   /* Max 2 columns in the row */
    .row:not(.columns_fluid) > [class*="column-"],
    .columns_wrap:not(.columns_fluid) > [class*="column-"],
    .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"]{width:100%;}
   .row.columns_fluid > [class*="column-"],
    .columns_wrap.columns_fluid > [class*="column-"],
    .trx_addons_columns_wrap.columns_fluid > [class*="trx_addons_column-"]{width:50%;}
   .row.columns_fluid > .column-1_1, .row.columns_fluid > .column-2_2,
    .row.columns_fluid > .column-3_3, .row.columns_fluid > .column-4_4,
    .row.columns_fluid > .column-5_5, .row.columns_fluid > .column-6_6,
    .row.columns_fluid > .column-7_7, .row.columns_fluid > .column-8_8,
    .row.columns_fluid > .column-9_9, .row.columns_fluid > .column-10_10,
    .row.columns_fluid > .column-11_11, .row.columns_fluid > .column-12_12,
    .columns_wrap.columns_fluid > .column-1_1, .columns_wrap.columns_fluid > .column-2_2,
    .columns_wrap.columns_fluid > .column-3_3, .columns_wrap.columns_fluid > .column-4_4,
    .columns_wrap.columns_fluid > .column-5_5, .columns_wrap.columns_fluid > .column-6_6,
    .columns_wrap.columns_fluid > .column-7_7, .columns_wrap.columns_fluid > .column-8_8,
    .columns_wrap.columns_fluid > .column-9_9, .columns_wrap.columns_fluid > .column-10_10,
    .columns_wrap.columns_fluid > .column-11_11, .columns_wrap.columns_fluid > .column-12_12,
    .row.columns_fluid > .column-1_3:nth-child(3n),
    .columns_wrap.columns_fluid > .column-1_3:nth-child(3n),
    .row.columns_fluid > .column-2_3, .columns_wrap.columns_fluid > .column-2_3,
    .row.columns_fluid > .column-1_3.after_span_2, .columns_wrap.columns_fluid > .column-1_3.after_span_2,
    .row.columns_fluid > .column-2_4, .columns_wrap.columns_fluid > .column-3_4,
    .row.columns_fluid > .column-1_4.after_span_2, .columns_wrap.columns_fluid > .column-1_4.after_span_3,
    .row.columns_fluid > .column-1_5:nth-child(5n),
    .columns_wrap.columns_fluid > .column-1_5:nth-child(5n),
    .row.columns_fluid > .column-2_5, .columns_wrap.columns_fluid > .column-2_5,
    .row.columns_fluid > .column-3_5, .columns_wrap.columns_fluid > .column-3_5,
    .row.columns_fluid > .column-4_5, .columns_wrap.columns_fluid > .column-4_5,
    .row.columns_fluid > .column-2_6, .columns_wrap.columns_fluid > .column-2_6,
    .row.columns_fluid > .column-3_6, .columns_wrap.columns_fluid > .column-3_6,
    .row.columns_fluid > .column-4_6, .columns_wrap.columns_fluid > .column-4_6,
    .row.columns_fluid > .column-5_6, .columns_wrap.columns_fluid > .column-5_6,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_1, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_2,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_3, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_4,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-5_5, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-6_6,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-7_7, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-8_8,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-9_9, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-10_10,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-11_11, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-12_12,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_3:nth-child(3n),
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_3, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_3.after_span_2,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_4, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_4.after_span_3,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_5:nth-child(5n),
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_5, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_5,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_5, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_6,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_6, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_6,
    .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-5_6{width:100%;}
   .row:not(.columns_fluid) > [class*="column-"] + [class*="column-"],
    .columns_wrap:not(.columns_fluid) > [class*="column-"] + [class*="column-"],
    .row.columns_fluid > [class*="column-"]:nth-child(2n+3),
    .columns_wrap.columns_fluid > [class*="column-"]:nth-child(2n+3),
    .row.columns_fluid > [class*="column-"]:nth-child(2n+4),
    .columns_wrap.columns_fluid > [class*="column-"]:nth-child(2n+4),
    .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"] + [class*="trx_addons_column-"],
    .trx_addons_columns_wrap.columns_fluid > [class*="trx_addons_column-"]:nth-child(2n+3),
    .trx_addons_columns_wrap.columns_fluid > [class*="trx_addons_column-"]:nth-child(2n+4){padding-top:10px;}
   /* WP Gallery Grid */
    .gallery.gallery-columns-9 .gallery-item{width:50% !important;}
   .gallery.gallery-columns-8 .gallery-item{width:50% !important;}
   .gallery.gallery-columns-7 .gallery-item{width:50% !important;}
   .gallery.gallery-columns-6 .gallery-item{width:50% !important;}
   .gallery.gallery-columns-5 .gallery-item{width:50% !important;}
   .gallery.gallery-columns-4 .gallery-item{width:50% !important;}
   .gallery.gallery-columns-3 .gallery-item{width:50% !important;}
   img.alignleft, img.alignright,
    figure.alignleft, figure.alignright{float:none;display:block;margin:1em auto !important;}
    /* Header */
    body.no_layout.menu_style_left{margin-left:0;}
   body.no_layout.menu_style_right{margin-right:0;}
   body.no_layout.menu_style_right .menu_side_wrap{right:-6rem;}
   body.no_layout.menu_style_left .menu_side_wrap{left:-6rem;}
   .menu_side_wrap .logo{padding:40% 8%;}
   .toc_menu_item .toc_menu_icon, .toc_menu_item .toc_menu_description:before{height:5.5rem;}
   .toc_menu_item .toc_menu_description span{padding:0 1.5em;}
   .menu_mobile .menu_mobile_nav_area li > a{font-size:14px;line-height:1.5em;}
   .menu_mobile .menu_mobile_nav_area > ul > li > a{font-size:20px;line-height:1.5em;}
   .mobile_layout .top_panel .menu_mobile_button{top:4rem;}
   .mobile_layout .top_panel .top-panel-top + .menu_mobile_button{top:8.5rem;}
   .breadcrumbs{letter-spacing:2px;}
   .woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
    .woocommerce .related.products ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products li.product.column-1_2,
    .woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products li.product.column-1_2,
    .woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2{width:100%;}
   .top_panel.with_bg_image{min-height:18em;}
   .top_panel_title_wrap{margin-top:3.5rem;}
   .post_layout_portfolio{width:100%;}
   .remove_margins .top_panel.without_bg_image .top_panel_title_wrap{margin-bottom:0;}
   .top_panel_title .post_meta + .page_caption{font-size:22px;margin:0.2em 0 0;}
   .top_panel_title .breadcrumbs{line-height:16px;}
   .woocommerce .button, .woocommerce-page .button,
    .woocommerce a.button, .woocommerce button.button,
    .woocommerce input.button .woocommerce #respond input#submit,
    .woocommerce input[type="button"],
    .woocommerce-page input[type="button"],
    .woocommerce input[type="submit"],
    .woocommerce-page input[type="submit"],
    .woocommerce .woocommerce-message .button, .woocommerce ul.products li.product .button,
    .woocommerce div.product form.cart .button, .woocommerce #review_form #respond p.form-submit input[type="submit"],
    .woocommerce-page #review_form #respond p.form-submit input[type="submit"],
    .woocommerce table.my_account_orders .order-actions .button{-webkit-appearance:none;cursor:pointer;display:inline-block;white-space:nowrap;text-transform:none;font-size:0.875em;line-height:1.188em;font-weight:600;padding:0.9em 1.45em 1em;}
   /* Slider */
    .top_panel .slider_engine_revo .slide_subtitle{font-size:13px !important;margin-bottom:1em !important;}
   .top_panel .slider_engine_revo .slide_button{font-size:9px !important;}
   /* Widgets */
    .sidebar .sidebar_inner{padding:20px 0;}
   .sidebar[class*="scheme_"] .sidebar_inner{padding:40px 10px;}
   .sidebar aside, .sidebar[class*="scheme_"] aside{display:inline-block;float:none;vertical-align:top;width:100%;padding-left:10px;padding-right:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
   .footer_wrap aside + aside,
    .sidebar aside + aside,
    .sidebar[class*="scheme_"] aside + aside{margin-top:20px !important;padding-top:20px !important;}
   aside.column-1_4, aside.column-1_5,
    aside.column-1_6, aside.column-1_7,
    aside.column-1_8, aside.column-1_9,
    aside.column-1_10, aside.column-1_11,
    aside.column-1_12{width:100%;}
   .header_fullwidth aside, .footer_fullwidth aside{width:100% !important;display:block !important;margin-left:0 !important;margin-bottom:0 !important;}
   .footer_wrap aside{margin-bottom:0;}
   .menu_footer_nav_area ul li + li:before{border:none;}
   /* Utilities */
    .alignleft:has(.magnific_wrap),
	.alignright:has(.magnific_wrap){float:none;display:block;margin:1em auto !important;}
   .hide_on_notebook, .hide_on_mobile{display:none;}
   /* Tags layouts */
    hr, .vc_separator{margin:3em 0 !important;}
   table th, table td{padding:1rem;}
   .sc_table table th{padding:0.8em 0.2rem;font-size:11px;}
   .sc_table table td{padding:0.8em 0.5em;}
   blockquote{padding:6.3em 2em 3.6em;}
   blockquote:before{top:1.25em;}
   blockquote p{font-size:18px;}
   blockquote > a, blockquote > p > a,
    blockquote > cite, blockquote > p > cite{font-size:15px;}
   input[type="text"],
    input[type="url"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="search"],
    select, textarea,
    textarea.wp-editor-area, .sc_form input[type="text"],
    .sc_form textarea{padding:1em;}
   /* Buttons */
    .getcab_tabs .getcab_tabs_titles{margin:0 0 2em;}
   /* Post layouts */
    .post_item_404 .post_content{padding:2em 0;}
   .post_item_404 .page_title{font-size:8em;line-height:1em;float:none;width:100%;text-align:center;}
   .post_item_404 .page_info{padding-left:0;padding-top:1em;width:100%;text-align:center;}
   .post_item_404 .page_description{line-height:1.7em;margin-bottom:2em;}
   .post_item_404 .go_home{padding:1em 2em;}
   .post_item_none_search .page_title, .post_item_none_archive .page_title{font-size:5em;}
   .post_item .more-link, .gallery_preview_show .post_readmore{margin-top:2em;}
   .post_meta{line-height:1.3em;}
   .mejs-controls a.mejs-horizontal-volume-slider{width:40px;}
   .post_layout_excerpt + .post_layout_excerpt{margin-top:5rem;padding-top:5rem;}
   .post_layout_chess .post_inner_content{padding:0 10%;}
   .post_layout_chess .post_header{display:block !important;}
   .post_layout_chess .post_title{font-size:16px;line-height:22px;}
   .post_layout_chess .post_meta{display:none !important;}
   .post_layout_chess .post_content{display:none;}
   .post_layout_chess_2{width:100%;float:none;}
   .post_layout_chess_2:nth-child(4n+3) .post_featured,
    .post_layout_chess_2:nth-child(4n+4) .post_featured{float:right;}
   .post_layout_chess_2:nth-child(4n+3) .post_inner,
    .post_layout_chess_2:nth-child(4n+4) .post_inner{left:0;right:auto;}
   .post_layout_chess_3{width:100%;float:none;}
   .post_layout_chess_3:nth-child(6n+4) .post_featured,
    .post_layout_chess_3:nth-child(6n+5) .post_featured,
    .post_layout_chess_3:nth-child(6n+6) .post_featured{float:right;}
   .post_layout_chess_3:nth-child(6n+4) .post_inner,
    .post_layout_chess_3:nth-child(6n+5) .post_inner,
    .post_layout_chess_3:nth-child(6n+6) .post_inner{left:0;right:auto;}
   .post_layout_chess:nth-child(2n+2) .post_featured{float:left;}
   .post_layout_chess:nth-child(2n+2) .post_inner{left:auto;right:0;}
   .post_layout_classic .post_content{font-size:1em;}
   .post_layout_classic blockquote{padding:2em 2em 2em 5em;}
   .post_layout_classic blockquote:before{top:1.1em;left:0.7em;}
   .post_layout_classic blockquote p{font-size:15px;}
   .post_layout_classic blockquote > a, .post_layout_classic blockquote > p > a,
    .post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite{font-size:13px;}
   .post_layout_classic .swiper-container-horizontal > .swiper-pagination, .post_layout_classic .slider_swiper_outer > .swiper-pagination{bottom:6px;}
   .post_layout_classic .slider_swiper .swiper-pagination-bullet, .post_layout_classic .slider_swiper_outer .swiper-pagination-bullet{width:6px;height:6px;border-width:1px;}
   .post_layout_classic.format-audio .post_featured.with_thumb .post_audio{bottom:1em;}
   .gallery_preview .post_description_content{display:none !important;}
   .gallery_preview_show .post_title{font-size:16px;line-height:20px;}
   .gallery_preview_description{padding:0 1.4em;}
   .gallery_preview_show .post_readmore{margin-top:0;}
   .gallery_preview_show .post_meta .post_meta_item{display:block;}
   .gallery_preview_show .post_meta .post_meta_item:before{display:none;}
   .body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover, .post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
    .post_layout_chess.format-video .post_featured.with_thumb .post_video_hover, .trx_addons_video_player.with_cover .video_hover{font-size:2em;}
  .nav-links, .page_links{margin-top:0.2em;}
  .page_links > span:not(.page_links_title),
    .page_links > a, .nav-links .page-numbers,
    .woocommerce nav.woocommerce-pagination ul li{height:3em;line-height:3em;margin-right:3px;width:3em;}
   /* Single post */
    .post_item_single > .post_featured{margin-bottom:2em;}
   .blog_mode_post blockquote, .blog_mode_page blockquote{margin-left:0;}
   .post_item_single .post_content > .post_meta_single .post_tags{max-width:48%;}
   .post_item_single .post_content > .post_meta_single .post_share{max-width:50%;}
   .post_item_single .post_content > .post_meta_single .post_tags, .post_item_single .post_content > .post_meta_single .post_share{max-width:none;float:none;margin-top:0;}
   .post_item_single .post_content > .post_meta_single .post_share{margin-top:1em;}
   .single .nav-links .nav-previous{padding-right:8px;}
   .single .nav-links .nav-next{padding-left:8px;}
   .single .nav-links .meta-nav, .single .nav-links .post_date{font-size:1em;}
   .comments_list_wrap .comment_posted span{font-size:1em;margin-left:0;}
   .comments_list_wrap .comment_info .comment_time:before, .comments_list_wrap .comment_info .comment_posted_label:before{display:none;}
   .comments_list_wrap li + li,
    .comments_list_wrap li ul{margin-top:2em;}
   .comments_list_wrap ul li + li,
    .comments_list_wrap li > ul > li{padding-top:2em;}
   .comments_list_wrap ul ul{margin-left:2em;}
   .comments_list_wrap ul ul ul ul{margin-left:0;}
   .comments_list_wrap .comment_content{padding-left:0;margin-top:1em;}
   .comments_list_wrap .comment_author_avatar{position:relative;}
   .comments_list_wrap ul li + li > .comment_author_avatar,
    .comments_list_wrap li > ul > li > .comment_author_avatar{top:0;}
   /* ThemeREX Addons */

    .sc_item_subtitle + .sc_item_title{margin-top:0.4em;}
   .sc_item_title + .sc_item_descr,
    .sc_item_subtitle + .sc_item_descr,
    .sc_item_title + .sc_item_slider,
    .sc_item_subtitle + .sc_item_slider,
    .sc_item_descr + .sc_item_slider,
    .sc_item_title + .sc_item_columns,
    .sc_item_subtitle + .sc_item_columns,
    .sc_item_descr + .sc_item_columns,
    .sc_item_title + .sc_item_content,
    .sc_item_subtitle + .sc_item_content,
    .sc_item_descr + .sc_item_content{margin-top:1.5em;}
   .sc_item_title + .sc_item_button,
    .sc_item_title + .sc_item_button_image,
    .sc_item_subtitle + .sc_item_button,
    .sc_item_subtitle + .sc_item_button_image,
    .sc_item_descr + .sc_item_button,
    .sc_item_descr + .sc_item_button_image,
    .sc_item_content + .sc_item_button,
    .sc_item_content + .sc_item_button_image,
    .sc_item_slider + .sc_item_button,
    .sc_item_slider + .sc_item_button_image,
    .sc_item_columns + .sc_item_button,
    .sc_item_columns + .sc_item_button_image{margin-top:1.5em;}
   .trx_addons_audio_player{padding:2em 1.6em;}
   .sc_blogger_default .sc_blogger_item{padding:1.4em;}
   .sc_blogger_default .sc_blogger_item .sc_blogger_item_featured{width:100%;margin-bottom:1.5em;}
   .sc_blogger_default .sc_blogger_item .sc_blogger_item_content{position:static;width:100%;padding:0;left:auto;top:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt{margin-top:1em;}
   .sc_blogger_classic .sc_blogger_item .sc_blogger_item_button{margin-top:1em;}
   .sc_countdown_default .sc_countdown_digits, .sc_countdown_default .sc_countdown_separator{font-size:1.7em;}
   .sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator{font-size:1.4em;}
   .sc_googlemap{max-height:60vh;}
   .sc_icons .sc_icons_icon + .sc_icons_title,
    .sc_icons .sc_icons_icon + .sc_icons_description{margin-top:1em;}
   .sc_icons .sc_icons_description{font-size:14px;}
   .sc_price_title{font-size:2em;}
   .sc_price_link{margin-top:2em;}
   h2.sc_item_title.sc_item_title_style_default{font-size:24px;}
   .sc_promo_image, .sc_promo_image_wrap{position:relative;right:auto;bottom:auto;width:100% !important;min-height:18em;}
   .sc_promo_text{width:100% !important;float:none !important;}
   .sc_promo_image + .sc_promo_text .sc_promo_text_inner,
    .sc_promo_image_wrap + .sc_promo_text .sc_promo_text_inner{padding-top:2em !important;}
   .sc_promo.sc_promo_no_paddings.sc_promo_image_position_right .sc_promo_text_inner{padding-right:0;}
   .sc_promo.sc_promo_no_paddings.sc_promo_image_position_left .sc_promo_text_inner{padding-left:0;}
   .sc_promo_text_inner{margin:0 !important;}
   .sc_promo.sc_promo_size_normal .sc_promo_text_inner{padding:2em;}
   .sc_promo_modern .sc_promo_descr, .sc_promo_modern .sc_promo_button{padding-left:0;}
   .sc_promo_modern.sc_promo_image_position_right .sc_promo_image{right:0;}
   .sc_promo_modern .sc_promo_link2{padding:0.2em 1.2em;}
   .sc_promo_modern .sc_promo_link2 span + span{font-size:1.6em;}
   .sc_skills_counter .sc_skills_total, .sc_skills_counter .sc_skills_item_title{text-align:center;}
   .vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap{padding:1.2em 1em;}
   .sc_services_default .sc_services_item_info{padding:1.2em;}
   .sc_services_default .sc_services_item_content, .sc_services_default .sc_services_item_button{min-height:auto;}
   .sc_services_default .sc_services_item_subtitle{font-size:12px;}
   .sc_services_iconed .sc_services_item_header{padding:1.6154em;width:100%;position:relative;bottom:auto;text-align:center;}
   .sc_services_iconed .sc_services_item_title{min-height:0;font-size:14px;}
   .sc_services_iconed .sc_services_item_content{padding:1.6154em;margin-left:0;}
   .sc_services_default .sc_services_item_featured_left, .sc_services_default .sc_services_item_featured_right{text-align:center;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_icon, .sc_services_default .sc_services_item_featured_right .sc_services_item_icon{margin:0 auto;position:static;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_thumb, .sc_services_default .sc_services_item_featured_right .sc_services_item_thumb{width:100%;position:relative;left:auto;right:auto;top:auto;}
   .sc_services_default .sc_services_item_featured_left .sc_services_item_info, .sc_services_default .sc_services_item_featured_right .sc_services_item_info{text-align:center;padding:0;margin:1.5em 0 0;min-height:0;}
   .sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_info, .sc_services_default .sc_services_item_featured_left.with_image .sc_services_item_info,
    .sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_info, .sc_services_default .sc_services_item_featured_right.with_image .sc_services_item_info{margin-left:0;margin-right:0;}
   .sc_services_default .sc_services_item_featured_right .sc_services_item_thumb, .sc_services_default .sc_services_item_featured_right .sc_services_item_icon{right:auto;}
   .slider_style_modern{padding:0 4rem 4rem;}
   .slider_style_modern .slider_controls_label span + span{font-size:1.5em;}
   .slider_style_modern .slider_controls_label{top:40%;display:none;}
   .slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before{top:50%;}
   .slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a{top:2rem;bottom:6rem;width:4rem;}
   .slider_style_modern.slider_outer_titles_outside.slider_outer_controls_side .slider_controls_wrap > a{bottom:11rem;}
   .slider_swiper .swiper-pagination-bullet, .slider_swiper_outer .swiper-pagination-bullet{width:8px;height:8px;border-width:1px;}
   .slider_titles_outside_wrap .slide_cats, .slider_titles_outside_wrap .slide_subtitle{font-size:13px;}
   .team_member_page .team_member_featured{padding:0 0 2em;width:100%;float:none;}
   .team_member_page .team_member_featured .team_member_avatar{border-width:10px;}
   .team_member_page .team_member_description{margin-bottom:2em;}
   .sc_team_default .sc_team_item_info{padding:1.6154em;}
   .sc_team_default .sc_team_item_socials{margin-top:1em;}
   .sc_team_default .sc_team_item_content{min-height:0;margin-top:1em;}
    /* WPBakery Page Builder */
    .wpb_text_column[class*="scheme_"]{padding:1.5em;}
   .vc_row.vc_row-o-full-height, .trx_addons_stretch_height{min-height:0 !important;}
   .wpb_wrapper > p > a + a:not(.post_meta_item) img{margin-left:0;}
   .dropcaps_row .vc_col-sm-6 + .vc_col-sm-6{margin-top:1em;}
   /* Tribe Events */
    #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
    .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:1.15em;}
   #tribe-mobile-container{margin-bottom:1em;}
   .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop,
    .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop{max-width:none;}
   #tribe-events-content .tribe-events-calendar td{height:6em;}
   .tribe-events-calendar .tribe-events-has-events.mobile-trigger:after{margin-top:1em;}
   #tribe-events .tribe-events-content p,
    .tribe-events-after-html p, .tribe-events-before-html p{line-height:1.6154em;}
   .tribe-events-calendar td div[id*="tribe-events-daynum-"]{margin-bottom:0.4em;padding:1em;}
   .tribe-events-event-meta .tribe-event-schedule-details{padding-left:12px;}
   #tribe-events-day .tribe-events-event-image,
    .tribe-events-list .tribe-events-event-image, .single-tribe_events .tribe-events-event-image{display:block;float:none;margin:0 0 1em;width:100%;}
   #tribe-events-day .tribe-events-content{display:block;float:none;margin:0;width:100%;}
   .single-tribe_events .tribe-events-single-section{width:100%;float:none;}
   .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group{width:46%;}
   .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group{margin-left:1.4em;}
   .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-venue{margin-bottom:1em;}
   .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-venue, .single-tribe_events .tribe-events-event-meta .tribe-events-venue-map{float:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
   .single-tribe_events #tribe-events-footer{margin-top:2em;}
   #tribe-events .tribe-events-button,
    .tribe-events-button, .tribe-events-cal-links a,
    .tribe-events-sub-nav li a{padding:1.2em 2em;}
   .single-tribe_events .tribe-events-sub-nav li a{padding:1.2em 1em 1.2em 3em;}
   .single-tribe_events .tribe-events-sub-nav li a:before{left:1em;}
   .single-tribe_events .tribe-events-sub-nav li + li a{padding:1.2em 3em 1.2em 1em;}
   .single-tribe_events .tribe-events-sub-nav li + li a:after{right:1em;}
    /* BuddyPress and BBPress */
    #bbpress-forums > #subscription-toggle,
    #bbpress-forums > .bbp-topic-tags{position:static;margin-bottom:1em;}
   #buddypress #item-nav{float:none;margin:0 0 1em 0;width:auto;}
   #buddypress #item-nav ul li{display:inline-block;margin:0 1px 1px 0;}
   #buddypress #item-header-cover-image #item-header-avatar,
    .bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar,
    #buddypress div#item-header #item-header-cover-image #item-header-content{width:auto;text-align:left;}
   #buddypress div#subnav.item-list-tabs ul li.last{display:block;margin-top:3px;float:left;}
   #buddypress div#subnav.item-list-tabs ul li.last:before{display:none;}
   #buddypress div#item-header #item-header-cover-image #item-header-content{max-width:none;}
   #buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0 0 1em 0;}
   #buddypress div#item-header div#item-meta{margin:5px 0 15px;}
   #buddypress .comment-reply-link,
    #buddypress .generic-button a,
    #buddypress a.button,
    #buddypress button,
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress input[type="submit"],
    #buddypress ul.button-nav li a,
    #buddypress div.activity-meta a,
    a.bp-title-button{font-size:12px;padding:10px 12px 6px;}
   #buddypress .standard-form div.submit{padding:0;}
    /* Instagram Feed */
    .column-1_1 #sb_instagram .sbi_item{min-width:25%;}
   /* Woocommerce */
    .woocommerce ul.products, .woocommerce-page ul.products{margin-right:0;}
   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product,
    .woocommerce[class*="columns-"] ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product{padding:0 0 20px 0;}
   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
    .woocommerce ul.products[class*="column-"] li.product,
    .woocommerce-page ul.products[class*="column-"] li.product,
    .woocommerce ul.products li.product[class*="column-"],
    .woocommerce-page ul.products li.product[class*="column-"]{width:100% !important;}
   .woocommerce ul.products li.first, .woocommerce-page ul.products li.first{clear:none;}
   .woocommerce ul.products li:nth-child(2n+3),
    .woocommerce-page ul.products li:nth-child(2n+3){clear:both;}
   .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float:none;clear:both;width:100%;}
   .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{font-size:9px;}
   .woocommerce ul.products li.product .post_data, .woocommerce-page ul.products li.product .post_data{height:7em;padding:1.5em 1em;}
   .woocommerce ul.products li.product .post_header .post_tags{line-height:1.2em;}
   .woocommerce .shop_mode_thumbs ul.products li.product h3, .woocommerce-page .shop_mode_thumbs ul.products li.product h3{font-size:1em;line-height:1.25em;}
   .woocommerce .shop_mode_list ul.products li.product + li.product .post_item,
    .woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item{padding-top:4em;}
   .woocommerce .shop_mode_list ul.products li.product .post_featured, .woocommerce-page .shop_mode_list ul.products li.product .post_featured{float:none;margin:0 0 2em 0;max-width:none;width:100%;}
   .woocommerce .shop_mode_list ul.products li.product .post_content, .woocommerce-page .shop_mode_list ul.products li.product .post_content{margin:1em 0 1.2em;}
   .woocommerce div.product div.images, .woocommerce #content div.product div.images,
    .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images{width:100%;float:none;margin:0 0 2em;}
   .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{width:100%;float:none;padding-left:0;}
   .woocommerce div.product .woocommerce-product-rating, .woocommerce-page div.product .woocommerce-product-rating{margin-top:-4px;}
   .woocommerce div.product p.price{margin-bottom:1em;line-height:1.25em;}
   span.amount > .decimals{font-size:0.6em;margin-left:0.1em;}
   .single-product div.product .trx-stretch-width-wrap{padding-top:1em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs{padding-top:3em;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li a{padding:1.1em 1em 0.9em;letter-spacing:0;}
   .single-product div.product .trx-stretch-width .woocommerce-tabs .panel{padding:2em;}
   .woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2,
    .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2,
    .woocommerce div.product .woocommerce-tabs h3, .woocommerce #content div.product .woocommerce-tabs h3,
    .woocommerce-page div.product .woocommerce-tabs h3, .woocommerce-page #content div.product .woocommerce-tabs h3{line-height:1.25em;}
   .woocommerce .star-rating, .woocommerce-page .star-rating{margin-top:-2px;}
   .single-product .related{margin-top:4em;padding-top:3em;}
   .single-product .related ul.products li.product{width:100%;}
   .single-product ul.products li.product .post_data{padding:10px;height:100%;}
   .single-product ul.products li.product .post_data .post_header{margin-top:12px;}
   .single-product ul.products li.product .post_data .post_header h3{font-size:14px;line-height:16px;}
   .single-product ul.products li.product .post_data .price{margin:12px 0;font-size:1.2em;}
   .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{display:table-header-group;}
   .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th{display:table-cell;}
   .woocommerce table.cart th, .woocommerce #content table.cart th,
    .woocommerce-page table.cart th, .woocommerce-page #content table.cart th,
    .woocommerce table.cart td, .woocommerce #content table.cart td,
    .woocommerce-page table.cart td, .woocommerce-page #content table.cart td{padding:3px;}
   .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon{float:left;width:100%;}
   .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button{float:right;width:auto;}
   .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button{width:auto;display:inline-block;}
   .woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove,
    .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove{width:12px;}
   .woocommerce .woocommerce-checkout .woocommerce-shipping-fields{margin-top:2em;}
   .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none;}
   .woocommerce-account .woocommerce-MyAccount-navigation{border-top:1px dotted #ddd;border-bottom:1px dotted #ddd;margin-bottom:2em;}
   .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content .woocommerce-Address-title a{font-size:12px;}
   .woocommerce-account .woocommerce-MyAccount-navigation ul{width:100%;text-align:center;}
   .woocommerce-account .woocommerce-MyAccount-navigation ul li{display:inline-block;}
   .woocommerce-account .woocommerce-MyAccount-navigation ul li + li{border-top-width:0;border-left:1px dotted #ddd;}
   .woocommerce-MyAccount-navigation ul li a{padding:8px 10px;}
   .mfp-arrow-left{margin-top:-41px;}
   .mfp-title{line-height:13px;}
   .woocommerce div.product form.cart .variations{width:100%;}
  .woocommerce ul.order_details li{display:block;width:100%;margin-bottom:10px;border:none;}
  .woocommerce-shipping-calculator .select_container{max-width:183px;}
  .woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty{padding-right:1em;}
}

@media(max-width:782px){

    .admin-bar.top_panel_fixed .top_panel_navi, .admin-bar #debug_log,
    .admin-bar .menu_mobile_overlay, .admin-bar .menu_mobile{top:46px;}
}

@media(max-width:799px){
    .mfp-figure figcaption{margin-bottom:0 !important;}
   .menu_mobile .search_mobile{bottom:10rem;}
   .menu_mobile .socials_mobile{bottom:6rem;}
}

@media(max-width:767px){
    .hide_descktop{display:block;}
   .wpcf7-form .form-button.bookig-button{margin-top:2em;}
   .sc_testimonials.slider_pagination{padding-bottom:2.15em;}
   .sc_testimonials.swiper-container-horizontal > .swiper-pagination, .sc_testimonials.slider_swiper_outer > .swiper-pagination{bottom:0.8em;}
   .select_container, select,
    .select_container select, input[type="date"],
    input[type="text"],
    input[type="url"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="password"],
    textarea, textarea.wp-editor-area{letter-spacing:0.7px;}
  div.mejs-controls .mejs-horizontal-volume-slider{display:none !important;}
  .woocommerce #review_form #respond .comment-form-email, .woocommerce #review_form #respond .comment-form-author{width:100%;}
  
    .eg-getcab-skin-wrapper .eg-getcab-skin-element-3{font-size:11px;line-height:1.1em;}
}

@media(max-width:768px){
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail{display:table-cell;}
  .mc4wp-form .terms_agree_checkbox input[type="checkbox"],
    .wpcf7-form .wpcf7-acceptance input[type="checkbox"],
    .wpcf7-form .wpgdprc input[type="checkbox"]{top:-5px;}
  .woocommerce .cart_totals table.shop_table_responsive tr td, .woocommerce-page .cart_totals table.shop_table_responsive tr td{text-align:left!important;}
}


@media(max-width:1023px){
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail{display:table-cell;}
  .hide_bg_color .vc_column-inner{background-color:transparent !important;}
}

@media(max-width:1024px){
    .trx_addons_scroll_to_top.show {
        bottom: 5em;
    }

    .wpcf7-form .wpcf7-acceptance input[type="checkbox"],
    .wpcf7-form .wpgdprc input[type="checkbox"] {
        top: -5px;
    }
}/* CabGrid Pro Blank 5.9.8 */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time,.numInputWrapper{height:auto}.flatpickr-calendar{background:#fff;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-wrapper,.numInputWrapper input,.numInputWrapper span{display:inline-block}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:.3s cubic-bezier(.23,1,.32,1) fpFadeInDown;animation:.3s cubic-bezier(.23,1,.32,1) fpFadeInDown}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i,.flatpickr-wrapper,.numInputWrapper{position:relative}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.cabGridPro :active,.cabGridPro :focus,.flatpickr-calendar:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month input.cur-year:focus,.flatpickr-days:focus{outline:0}.flatpickr-months,.flatpickr-weekdays{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:0 0;color:rgba(0,0,0,.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.flatpickr-current-month .flatpickr-monthDropdown-months:hover,.flatpickr-current-month span.cur-month:hover,.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-current-month input.cur-year{color:inherit;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;padding:0 0 0 .5ch;vertical-align:initial;background:0 0}.flatpickr-current-month .numInputWrapper{width:6ch;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:text;margin:0;display:inline-block;border:0;border-radius:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-day,.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:0 0;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;margin:-1px 0 0;outline:0;position:relative;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:0;padding:0}.flatpickr-weekdays{background:0 0;text-align:center;overflow:hidden;width:100%;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:0 0;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:0 0;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:0 0;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:0 0;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-close,.flatpickr-label{border:none;background-color:#53ce53;color:#fff;height:40px;margin:0}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.chosen-container a,.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flatpickr-label{width:40px;padding:0}.flatpickr-label svg{margin:8px 8px 0;vertical-align:top}.flatpickr-close{font-weight:700;cursor:n-resize;padding:0 8px}.flatpickr-time input.flatpickr-hour,.flatpickr-time input.flatpickr-minute{font-weight:700}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover,.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close,.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/chosen-sprite.png) no-repeat;background-position-x:100%!important;background-position-y:-20px!important;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result,.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-active .chosen-choices,.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.cabGridProTable tr th.from,.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/chosen-sprite.png) -30px -20px no-repeat;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.chosen-container .chosen-results li.highlighted em{color:#61fb07}.cabGridPro *{box-shadow:none;border:0;background-color:transparent;border-radius:3px;color:#555;padding:0;margin:0;height:auto;line-height:normal;text-shadow:none;width:auto;zoom:1}.cabGridPro img{width:auto;height:auto;max-width:100%}.cabGridPro.cgp-light *{color:#fdfdfd}.cabGridPro.cgp-light :focus,.cabGridPro.cgp-light input:focus,.cabGridPro.cgp-light textarea:focus{color:#fff}.cabGridPro a.chosen-single:hover,.cabGridPro.cgp-light .chosen-container *,.cabGridPro.cgp-light button,.cabGridPro.cgp-light button:focus,.cabGridPro.cgp-light input[type=submit],.cabGridPro.cgp-light input[type=submit]:focus{color:#555}.cabGridPro,.cabGridPro a,.cabGridPro div,.cabGridPro form,.cabGridPro img,.cabGridPro input,.cabGridPro ol,.cabGridPro ol li,.cabGridPro ul,.cabGridPro ul li,.cabGridPro ul li ul{line-height:1;margin:0;padding:0;border:none;font-size:100%;vertical-align:baseline;visibility:visible!important;overflow:visible}.cabGridPro input,.cabGridPro input[type=date],.cabGridPro input[type=datetime-local],.cabGridPro input[type=datetime],.cabGridPro input[type=email],.cabGridPro input[type=number],.cabGridPro input[type=range],.cabGridPro input[type=tel],.cabGridPro input[type=text],.cabGridPro input[type=time],.cabGridPro select,.cabGridPro span,.cabGridPro textarea{display:inline;visibility:visible;min-height:auto;min-width:auto;max-width:auto;max-height:auto}.cabGridPro ul li ul,.cabGridPro ul li ul li{list-style:none;margin:0;padding:0;visibility:visible}.cabGridPro .cabGridForm ul.cabGridProJourneyDetails li.cabGridProSwapDests label,.cabGridPro .cabGridProExtraPrice .val2,.cabGridPro form ul li.cabGridProLuggage.cabGridProTicketLuggage,.cabGridPro form ul li.cabGridProLuggage.cabGridProTimeLuggage,.cabGridPro ul li:after,.cabGridPro ul li:before,.cabGridPro ul>li:after,.cabGridPro ul>li:before,.cabGridPro.cabGridProIsRtn .cabGridProExtraPrice .val1,.cabGridPro.cgp-time .cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProRtnLbl,.cabGridProPriceDigCont .cabGridProClosePrice,.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProMessage,.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProRtnMsg{display:none}.cabGridPro a.chosen-single,.cabGridPro a.chosen-single:link,.cabGridPro a.chosen-single:visited,.cabGridProRndPrc_widget .cgpPriceSlide a:link,.cabGridProRndPrc_widget .cgpPriceSlide a:visited,.cabGridProTable tr td a,.cabGridProTable tr td a:link,.cabGridProTable tr td a:visited{text-decoration:none}.cabGridPro .chosen-container-single .chosen-search input[type=text]{font-size:14px}.cabGridPro select.cabGridProDropSelect,.cabGridPro select.cabGridProPickSelect{padding:initial!important}.lds-ellipsis{display:block;margin:0 auto;position:relative;width:64px;height:64px}.lds-ellipsis div{position:absolute;top:27px;width:11px;height:11px;border-radius:50%;background:#4ebf16;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:6px;animation:.6s infinite lds-ellipsis1}.lds-ellipsis div:nth-child(2){left:6px;animation:.6s infinite lds-ellipsis2}.lds-ellipsis div:nth-child(3){left:26px;animation:.6s infinite lds-ellipsis2}.lds-ellipsis div:nth-child(4){left:45px;animation:.6s infinite lds-ellipsis3}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(19px,0)}}.la-ball-fussion,.la-ball-fussion>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-ball-fussion{display:block;font-size:0;width:8px;height:8px;color:#f4f2ff}.la-ball-fussion.la-dark{color:#333}.la-ball-fussion>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;width:12px;height:12px;border-radius:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:1s .1s infinite ball-fussion-ball1;-moz-animation:1s .1s infinite ball-fussion-ball1;animation:1s .1s infinite ball-fussion-ball1}.cabGridProTable tr td,.cabGridProTable tr th{border:1px solid rgba(204,204,204,.4);text-align:center}.la-ball-fussion>div:first-child{top:0;left:50%;z-index:1}.la-ball-fussion>div:nth-child(2){top:50%;left:100%;z-index:2;-webkit-animation-name:ball-fussion-ball2;-moz-animation-name:ball-fussion-ball2;-o-animation-name:ball-fussion-ball2;animation-name:ball-fussion-ball2}.la-ball-fussion>div:nth-child(3){top:100%;left:50%;z-index:1;-webkit-animation-name:ball-fussion-ball3;-moz-animation-name:ball-fussion-ball3;-o-animation-name:ball-fussion-ball3;animation-name:ball-fussion-ball3}.la-ball-fussion>div:nth-child(4){top:50%;left:0;z-index:2;-webkit-animation-name:ball-fussion-ball4;-moz-animation-name:ball-fussion-ball4;-o-animation-name:ball-fussion-ball4;animation-name:ball-fussion-ball4}.la-ball-fussion.la-sm{width:4px;height:4px}.la-ball-fussion.la-sm>div{width:6px;height:6px}.la-ball-fussion.la-2x{width:16px;height:16px}.la-ball-fussion.la-2x>div,.la-ball-fussion.la-3x{width:24px;height:24px}.la-ball-fussion.la-3x>div{width:36px;height:36px}@-webkit-keyframes ball-fussion-ball1{0%{opacity:.35}50%{top:-100%;left:200%;opacity:1}100%{top:50%;left:100%;z-index:2;opacity:.35}}@-moz-keyframes ball-fussion-ball1{0%{opacity:.35}50%{top:-100%;left:200%;opacity:1}100%{top:50%;left:100%;z-index:2;opacity:.35}}@-o-keyframes ball-fussion-ball1{0%{opacity:.35}50%{top:-100%;left:200%;opacity:1}100%{top:50%;left:100%;z-index:2;opacity:.35}}@keyframes ball-fussion-ball1{0%{opacity:.35}50%{top:-100%;left:200%;opacity:1}100%{top:50%;left:100%;z-index:2;opacity:.35}}@-webkit-keyframes ball-fussion-ball2{0%{opacity:.35}50%{top:200%;left:200%;opacity:1}100%{top:100%;left:50%;z-index:1;opacity:.35}}@-moz-keyframes ball-fussion-ball2{0%{opacity:.35}50%{top:200%;left:200%;opacity:1}100%{top:100%;left:50%;z-index:1;opacity:.35}}@-o-keyframes ball-fussion-ball2{0%{opacity:.35}50%{top:200%;left:200%;opacity:1}100%{top:100%;left:50%;z-index:1;opacity:.35}}@keyframes ball-fussion-ball2{0%{opacity:.35}50%{top:200%;left:200%;opacity:1}100%{top:100%;left:50%;z-index:1;opacity:.35}}@-webkit-keyframes ball-fussion-ball3{0%{opacity:.35}50%{top:200%;left:-100%;opacity:1}100%{top:50%;left:0;z-index:2;opacity:.35}}@-moz-keyframes ball-fussion-ball3{0%{opacity:.35}50%{top:200%;left:-100%;opacity:1}100%{top:50%;left:0;z-index:2;opacity:.35}}@-o-keyframes ball-fussion-ball3{0%{opacity:.35}50%{top:200%;left:-100%;opacity:1}100%{top:50%;left:0;z-index:2;opacity:.35}}@keyframes ball-fussion-ball3{0%{opacity:.35}50%{top:200%;left:-100%;opacity:1}100%{top:50%;left:0;z-index:2;opacity:.35}}@-webkit-keyframes ball-fussion-ball4{0%{opacity:.35}50%{top:-100%;left:-100%;opacity:1}100%{top:0;left:50%;z-index:1;opacity:.35}}@-moz-keyframes ball-fussion-ball4{0%{opacity:.35}50%{top:-100%;left:-100%;opacity:1}100%{top:0;left:50%;z-index:1;opacity:.35}}@-o-keyframes ball-fussion-ball4{0%{opacity:.35}50%{top:-100%;left:-100%;opacity:1}100%{top:0;left:50%;z-index:1;opacity:.35}}@keyframes ball-fussion-ball4{0%{opacity:.35}50%{top:-100%;left:-100%;opacity:1}100%{top:0;left:50%;z-index:1;opacity:.35}}.post .content{overflow:visible!important}.cabGridProAnchor{display:block;position:relative;top:-15vh;visibility:hidden;height:0;width:0}.cabGridPro ul{list-style:none}.cabGridPro .cabGridProFlagCont{display:block;text-align:right;line-height:1.2em;height:1.2em}.cabGridPro .cabGridProFlagCont span{display:inline-block;margin:0 2px;cursor:pointer;width:1em;padding:0;height:.75em;background-size:cover}.cabGridPro.cabGridProRestrictedWidth .cabGridProFlagCont span{margin:8px 1px;width:1.5ex;height:1ex}.cabGridPro form ul li.cabGridProExtras ul li img{max-height:70px;max-width:70px}.cabGridPro .cabGridForm ul.cabGridProJourneyDetails li label.error{background-image:none!important;text-indent:0!important}.cabGridPro .cabGridProButton,.cabGridPro button,.cabGridPro input[type=submit],.cabGridPro.cgp-light input[type=submit]{color:#050505;padding:9px 18px;background:#ebebeb;background:-moz-linear-gradient(top,#fff 0,#e3e3e3 50%,#ebebeb 50%,#fff 100%);background:-webkit-linear-gradient(top,#fff 0,#e3e3e3 50%,#ebebeb 50%,#fff 100%);background:linear-gradient(to bottom,#fff 0,#e3e3e3 50%,#ebebeb 50%,#fff 100%);border:1px solid #c7c5c7;box-shadow:inset 0 0 2px #fff;text-shadow:0 1px 0 #fff;height:auto;line-height:normal;font-weight:400;transition:opacity 1s}.cabGridPro form select{white-space:nowrap}.cabGridPro form ul.cabGridProBookDetails>li input[type=date],.cabGridPro form ul.cabGridProBookDetails>li input[type=datetime-local]{-webkit-appearance:revert;-webkit-appearance:textfield;min-height:32px;padding:0 0 0 2px;line-height:33px}.cabGridPro div.cabGridProTM,.cabGridProTM a,.cabGridProTM a:link,.cabGridProTM a:visited{text-align:right;font-size:11px;color:#b1b1b1;text-decoration:none;visibility:hidden!important}.cabGridPro div.cabGridProCG,.cabGridProCG a,.cabGridProCG a:link,.cabGridProCG a:visited{text-align:right;font-size:11px;color:#b1b1b1;text-decoration:none;visibility:visible!important}.cabGridPro .cabGridForm ul.cabGridProBookDetails li.cabGridProDiscount button .lds-ellipsis,.cabGridPro .cabGridProDropSelect .chosen-default span .lds-ellipsis{position:relative;width:3.5em;max-width:100%;height:1.1em;top:0;left:0;opacity:.7;margin:0 auto}.cabGridPro .cabGridProDropSelect .chosen-default span .lds-ellipsis{margin:0}.cabGridPro .cabGridProDropSelect .chosen-default span .lds-ellipsis div{width:.875em;height:.95em;margin-top:.1em;background:#777}.cabGridPro .cabGridForm ul.cabGridProBookDetails li.cabGridProDiscount button .lds-ellipsis div{top:.3em;background:#777}.cabGridPro.cgp-light .cabGridForm ul.cabGridProBookDetails li.cabGridProDiscount button .lds-ellipsis div,.cabGridPro.cgp-light .cabGridProDropSelect .chosen-default span .lds-ellipsis div{background:#f5f5f5}.cabGridPro .alert,.cabGridPro .cabGridDevMsg,.cabGridPro .cabGridForm .cabGridProChosenLI .cabGridBookError{display:block;color:#ff5656;padding:4%;border:1px solid rgba(138,135,135,.58);margin:4%;background-color:rgba(245,219,169,.1)}.cabGridPro .cabGridForm .cabGridBookError{color:#ff5656}.cabGridProLoadCheck{text-align:center}.cabGridPro .cabGridProExtraPrice .val1,.cabGridPro.cabGridProIsRtn .cabGridProExtraPrice .val2{display:inline}.cabGridProTableContainer{max-width:100%;overflow-x:auto;position:relative}.cabGridProTable{border-collapse:collapse;font-size:13px;width:100%;line-height:1.1}.cabGridProTable caption{padding:1ex;font-size:15px}.cabGridProTable tr td:hover,.cabGridProTable tr.body:hover{background-color:rgba(204,204,204,.1)}.cabGridProTable tr th{padding:.7ex .4ex}.cabGridProTable tr.header th{white-space:normal;word-wrap:initial;word-break:normal;line-height:normal}.cabGridProTable tr th.key{font-size:11px;font-weight:400;border:none;padding:0}.cabGridProTable tr td{padding:.7ex;white-space:nowrap;word-wrap:initial;word-break:normal}.cabGridProTable tr td.blank{background-color:rgba(70,70,70,.08)}.cabGridProTable tr td a:hover{text-decoration:underline}.cabGridProRndPrc_widget{clear:both;width:100%;overflow:hidden;margin:0 auto;position:relative}#sidebar .cabGridProRndPrc_widget li{background:0 0!important}.cabGridProRndPrc_widget .cgpSlideContainer{position:relative;left:0;animation:14s infinite scroller;transform:translate3d(0,0,0)}.cabGridProRndPrc_widget .cgpSlideContainer:hover{animation-play-state:paused}.cabGridProRndPrc_widget .cgpPriceSlide{display:inline-block;width:20%;vertical-align:top}.cabGridProRndPrc_widget .cgpPriceSlide h2{font-size:20px;line-height:1;margin:0;text-transform:uppercase;padding:0 3px 0 0;word-spacing:-0.2ex}.cabGridProRndPrc_widget .cgpPriceSlide h3{margin:0;padding:0;font-size:14px;line-height:1;color:#4f8bce;position:relative;text-transform:capitalize}.cabGridProRndPrc_widget .cgpPriceSlide h3 img{height:32px;width:auto;margin:5px 3px 5px 0}.cabGridProRndPrc_widget .cgpPriceSlide h3 span{font-size:14px;line-height:32px;vertical-align:top;color:#838879;padding-left:4%}.cabGridProRndPrc_widget .cgpPriceSlide h1,.cabGridProRndPrc_widget .cgpPriceSlide h4{font-size:40px;color:#00f;white-space:nowrap;line-height:1;margin:0;padding:0}.cabGridProRndPrc_widget .cgpPriceSlide a:hover{text-decoration:none;cursor:pointer}.cabGridPro .cabGridForm ul.cabGridProBookDetails li.cabGridProCustomFieldTitle{display:block;clear:both;width:100%}.cabGridPro .cabGridForm ul.cabGridProBookDetails li.cabGridProCustomFieldTitle h2{font-size:150%;text-align:center;padding:0;margin:0}.cabGridPro .cabGridForm ul.cabGridProBookDetails li.cabGridProCustomFieldPara{display:block;clear:both;flex-basis:100%}.cabGridPro .cabGridForm ul.cabGridProBookDetails li.cabGridProCustomFieldPara p{font-size:100%;text-align:left;padding:0;margin:0;width:100%}.cabGridProPriceDigCont.cabGridProPriceFloat{transition:.25s;display:block;position:fixed;bottom:0;left:0;background-color:rgba(0,0,0,.4);color:#fff!important;width:100%;max-width:100vw;z-index:9999;padding:4px 0 6px!important;border-radius:0}.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProClosePrice{display:block;position:absolute;top:10px;right:10px;background-color:rgba(0,0,0,.4);width:2ex;height:2ex;line-height:2ex;text-align:center;cursor:pointer}.cgpMobileY .cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProClosePrice{width:3.6ex;height:3.6ex;line-height:3.6ex;top:-3.6ex;right:0;border-radius:0}.cabGridProModal .cabGridProPriceDigCont.cabGridProPriceFloat{position:static}.cabGridProPriceDigCont.cabGridProPriceFloat p,.cabGridProPriceDigCont.cabGridProPriceFloat span{color:#fff!important}.cabGridProPriceDigCont.cabGridProPriceFloat p.cabGridProUserDiscount{font-size:60%;line-height:1}.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProCurrSymb,.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProPriceDig{vertical-align:bottom}.cgpMobileY .cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProCurrSymb,.cgpMobileY .cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProPriceDig{font-size:34px}.cabGridProPriceDigCont.cabGridProPriceFloat img.cabGridProVehiclePreview{display:inline-block;margin:0 2% 0 0;vertical-align:middle;max-height:60px;max-width:30%}.cgpMobileY .cabGridProPriceDigCont.cabGridProPriceFloat img.cabGridProVehiclePreview{height:auto;max-height:48px;width:auto;max-width:110px}.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProRtnLbl{display:inline-block;font-size:90%;vertical-align:bottom;line-height:2}.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProBookButton{display:inline-block;vertical-align:middle;min-width:10%;margin:2px 0 0 2%;padding:10px 4%}.cabGridProModal{z-index:998;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);transition:opacity 1.75s ease-in}.cabGridProModal.closed{display:none!important;opacity:0}.cabGridProClose,.cabGridProModal .close{font-family:helvetica,sans-serif;z-index:999999;position:fixed;color:#fff;cursor:pointer;-webkit-clip-path:polygon(0 0,100% 100%,100% 0);clip-path:polygon(0 0,100% 100%,100% 0);top:0;right:0;width:46px;height:40px;border-radius:0;background-color:rgba(78,78,78,.94);font-size:24px;border:none;padding:0 4px 0 0;line-height:20px;box-shadow:none;font-weight:200;text-align:right}.cabGridProModal .cabGridModalCont{position:absolute;top:10vh;left:50%;transform:translate(-50%,0);width:800px;max-width:95%;max-height:800px;height:70vh;overflow-y:auto;background-color:rgba(255,255,255,.95);padding:4%;box-shadow:0 0 60px 8px rgba(0,0,0,.78)}.cabGridProModal .cabGridModalCont.cabGridModalContClose{height:40px;z-index:999999;overflow:hidden;background:0 0;padding-bottom:0;padding-top:0;box-shadow:none}.cabGridProModal .cabGridModalCont .cabGridPro{width:95%!important}.cabGridProToolTips .cabGridForm ul.cabGridProJourneyDetails li,.cabGridProToolTips form ul.cabGridProBookDetails>li{position:relative!important}.cabGridPro.cabGridProToolTips .cabGridProFlagCont:hover span.tooltip,.cabGridProToolTips .tooltip{display:block;position:absolute;text-align:center!important;background-color:hsla(0,0%,20%,.9);border-radius:4px;color:#eee!important;padding:4px!important;margin:0 0 0 1px;z-index:99999;font-size:13px!important;white-space:normal!important;text-shadow:0 0 1px rgba(0,0,0,.7)!important;font-weight:400!important;width:200px;width:clamp(180px,20vw,350px)!important;max-width:80vw!important;min-width:180px;opacity:0;transform:scale3d(0,0,0);transition:transform .17s ease-in-out;pointer-events:none}.cabGridProToolTips .tooltip a,.cabGridProToolTips .tooltip a:link,.cabGridProToolTips .tooltip a:visited{color:#eee!important;text-decoration:none!important;font-size:13px!important;white-space:normal!important;text-shadow:0 0 1px rgba(0,0,0,.7)!important;font-weight:400!important}.cgpStyles_cab-grid-pro .cabGridProToolTips .tooltip,.cgpStyles_cab-grid-pro-alt-style .cabGridProToolTips .tooltip{min-height:23px}.cabGridProToolTips .tooltip:after{position:absolute;bottom:-5px;left:50%;margin-left:-5px;width:0;border-top:5px solid hsla(0,0%,20%,.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}@media only screen and (max-width:768px){.cabGridPro{max-width:96vw}.cabGridProModal{padding:0;margin:0;overflow:hidden}.cabGridProClose,.cabGridProModal .close{width:58px;font-size:29px;border:none;padding:0 2px 0 0;line-height:26px;font-weight:700}.cabGridProModal .cabGridModalCont{width:768px;max-width:100%;height:calc(100vh - 40px);max-height:100%;padding:0;margin:0;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;top:40px}.cabGridProModal .cabGridModalCont.cabGridModalContClose{top:0;background-color:rgba(255,255,255,.95)}.cabGridProModal .cabGridModalCont .cabGridPro{width:100%!important;max-width:768px;padding-left:4px;padding-right:4px;margin:0!important}}.cabGridPro .disabled{opacity:.4}.cabGridPro form ul li.cabGridProOff,.cabGridProLuggageOff,.cabGridProLuggageoff,.cabGridProOff{display:none!important}.cabGridPro form ul li label.cabGridProOn,.cabGridProOn{display:initial}@keyframes scroller{0%{transform:translateX(0)}25%{transform:translateX(-20%)}50%{transform:translateX(-40%)}75%{transform:translateX(-60%)}100%{transform:translateX(-80%)}}@keyframes CGPwiggle{0%,100%,75%{transform:rotate(0)}80%{transform:rotate(7deg)}85%{transform:rotate(-7deg)}90%{transform:rotate(14deg)}95%{transform:rotate(-4deg)}}@keyframes CGPslideInFromLeft{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes CGPslideInFromRight{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes CGPscaleUp{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes CGPbounceUp{0%{transform:scale(0)}100%,60%,80%{transform:scale(1)}70%{transform:scale(.8)}85%{transform:scale(.85)}93%{transform:scale(1.05)}}
/* Cab Grid Pro v5.9.8 250625 */
.cabGridPro{font-size:13px;width:96%;margin:4% 0 5%;border:none;padding:1%;border-radius:4px;color:#444;text-shadow:none;min-width:320px;min-height:100px;text-align:center;position:relative;background:#f0f9ff;background:-moz-linear-gradient(top,#f0f9ff 0,#cbebff 47%,#a1dbff 100%);background:-webkit-linear-gradient(top,#f0f9ff 0,#cbebff 47%,#a1dbff 100%);background:linear-gradient(to bottom,#f0f9ff 0,#cbebff 47%,#a1dbff 100%)}.cabGridPro.cgp-light{color:#f7f7f7;text-shadow:0 1px 1px rgba(0,0,0,.3);background:#232323;box-shadow:0 3px 14px -3px rgba(0,0,0,.5)}.cabGridPro h1,.et_pb_bg_layout_dark .cabGridPro h1{text-align:center;margin:3%;padding:3%;font-weight:700;color:inherit;text-shadow:0 0 1px #fff;border:1px solid #b8b8e8;border-radius:7px;background-color:rgba(255,255,255,.5);box-shadow:3px 3px 10px rgba(0,0,0,.1);font-size:245%;line-height:1.2}.cabGridPro.cgp-light h1{color:inherit;text-shadow:0 1px 1px rgba(0,0,0,.8);border-radius:3px;box-shadow:1px 1px 5px rgba(0,0,0,.83);background:-moz-radial-gradient(center,ellipse cover,#353535 13%,#222 87%);background:-webkit-radial-gradient(center,ellipse cover,#353535 13%,#222 87%);background:radial-gradient(ellipse at center,#353535 13%,#222 87%);border:1px solid rgba(255,255,255,.2);line-height:1.3}.cabGridPro a,.cabGridPro a:link,.cabGridPro a:visited{text-decoration:none;border-bottom:1px solid rgba(212,212,212,.4);color:inherit}.cabGridPro a:hover{border-bottom:1px solid rgba(255,255,255,.6);color:inherit}.cabGridPro button,.cabGridPro input[type=submit]{cursor:pointer}.cabGridProLoadCheck{color:#ccc;font-size:12px;text-align:center;padding:6px}.cabGridPro .cabGridVariation{text-align:center;margin:4px 0 8px -4px;background-color:rgba(255,255,255,.9);padding:0;border:none;border-radius:2px;width:103%}.cabGridPro .cabGridVariation a{background-color:rgba(80,108,255,.52);color:#fff;text-decoration:none;text-shadow:none;width:33.33%;display:inline-block;font-size:90%;text-transform:uppercase;animation:1s forwards scaleUp;border-right:1px solid rgba(0,0,0,.12);padding:5px 0;margin:0;text-align:center;outline:0;border-radius:0;overflow:hidden;line-height:1.8;box-shadow:none;border-bottom:none}.cabGridPro .cabGridVariation a:hover{box-shadow:0 0 4px rgba(0,0,0,.2);background-color:rgba(255,255,255,.8);color:#444}.cabGridPro.cgp-light .cabGridVariation a{background-color:rgba(81,81,81,.8)}.cabGridPro.cgp-light .cabGridVariation a:hover{background-color:rgba(187,187,187,.69)}.cabGridPro .cabGridVariation a.active,.cabGridPro .cabGridVariation a:active,.cabGridPro .cabGridVariation a:focus{background-color:rgba(128,128,128,.22);outline:0;box-shadow:inset 2px 2px 4px rgba(0,0,0,.2);color:#00005c;text-shadow:0 1px 1px #fff}.cabGridPro.cgp-light .cabGridVariation a.active{background-color:#fff;color:#333}.cabGridPro .alert{display:block;padding:1.5% 2%;margin:2% 1%;line-height:1.4;border:1px solid #f7f7f7;background-color:rgba(255,255,255,.93);font-size:90%;font-weight:700;text-align:left;border-radius:3px;color:red;text-shadow:none}.cabGridPro .cabGridProFlagCont{display:block;text-align:right;line-height:1.2em;position:absolute;bottom:0;right:8px;height:1.2em}.cabGridPro .cabGridProFlagCont span{display:inline-block;margin:0 2px;cursor:pointer;width:1em;border:1px solid rgba(165,165,165,.6);padding:0;height:.75em;background-size:cover;transition:width .4s ease-out,height .4s linear .18s}.cabGridPro .cabGridProFlagCont span:hover{width:1.6em;height:1.2em;border:none;box-shadow:0 2px 4px rgba(0,0,0,.4)}.cabGridPro form>ul{list-style:none;margin:0}.cabGridPro form ul.cabGridProJourneyDetails>li,.cabGridPro form>ul>li{display:inline-block;margin:0;padding:0;width:initial;position:relative}.cabGridPro form ul li.cabGridProLuggage,.cabGridPro form ul li.cabGridProLuggageOn,.cabGridPro form ul li.cabGridProPassengers,.cabGridPro form ul li.cabGridProTickets,.cabGridPro form ul li.cabGridProTime{width:48%;height:50px;vertical-align:top;margin-bottom:4px}.cabGridPro form ul li.cabGridProRtnSelect{width:100%;height:50px;vertical-align:top;margin-bottom:4px}.cabGridPro form ul.cabGridProJourneyDetails>li label img{opacity:.87}.cabGridPro form ul li.cabGridProFromSelect,.cabGridPro form ul li.cabGridProToSelect{display:block;text-transform:capitalize;padding:7px 2px 0;margin:0 0 7px;border:1px solid rgba(140,140,140,.65);border-radius:4px;background:rgba(255,255,255,.37);width:initial}.cabGridPro.cgp-light form ul li.cabGridProFromSelect,.cabGridPro.cgp-light form ul li.cabGridProToSelect{background:0 0;border:1px solid rgba(78,78,78,.65)}.cabGridPro form ul li.cabGridProRtnSelect label{min-width:155px;width:initial;border-radius:5px;border:1px solid #a8a8a8;color:#444;height:48px;line-height:48px;font-size:115%;text-transform:uppercase;padding:0 43px 0 13px;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/one-way-icon.png) 90% center no-repeat,-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4)) 90% center no-repeat;display:block;text-align:left}.cabGridPro form ul li.cabGridProRtnSelect.cabGridProRtnIcon label{background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/return-icon.png) 90% center no-repeat,-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4)) 90% center no-repeat}.cabGridPro.cgp-light form ul li.cabGridProRtnSelect label{background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/one-way-icon-light.png) 90% center no-repeat,90% center no-repeat #272727;color:#fff;border:1px solid #444;box-shadow:2px 2px 6px rgba(0,0,0,.5)}.cabGridPro.cgp-light form ul li.cabGridProRtnSelect.cabGridProRtnIcon label{background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/return-icon-light.png) 90% center no-repeat,90% center no-repeat #272727}.cabGridPro form ul li.cabGridProRtnSelect input{width:auto;display:none}.cabGridPro .cabGridProJourneyDetails .chosen-container .chosen-results li.active-result{text-align:left;line-height:1.3;font-size:inherit}.cabGridPro .cabGridProJourneyDetails .chosen-container .chosen-results li.group-option{padding-left:11px!important;text-align:left;font-size:inherit}.cabGridPro .cabGridProJourneyDetails .chosen-container .chosen-results li.group-result{font-size:80%;margin:9px 0 2px;font-weight:700;line-height:1.5;padding-left:3px!important;text-align:left;background:rgba(168,221,253,.5);color:#7b9bff}.cabGridPro .cabGridProJourneyDetails label.error{color:#8a4d4d!important;position:absolute;line-height:1.3!important;bottom:118%;left:-2%;text-align:center!important;background-color:rgba(245,245,245,.85);width:120%;height:auto!important;display:block;padding:4px!important;border:1px solid #ccc;box-shadow:0 0 10px rgba(0,0,0,.2);margin:0;overflow-y:auto;text-shadow:-1px 1px 1px rgba(255,255,255,.99);border-radius:2px}.cabGridPro form ul li.cabGridProBreak,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProBreak,.cabGridPro_widget .cabGridPro form ul li.cabGridProBreak{display:block;height:1px;margin:5px auto;padding:0!important;width:60%}.cabGridPro form ul li.cabGridProCustomRadioButtons{text-align:left}.cabGridPro form ul li.cabGridProCustomSelectBox select{min-width:100px;width:100%}.cabGridPro form ul li label{vertical-align:middle;font-size:75%;line-height:1.3;text-transform:capitalize}.cabGridPro form ul li label.error{font-size:12px!important;text-indent:0!important;color:red;text-shadow:-1px 0 0 rgba(255,255,255,.25);text-transform:uppercase;background-image:none!important}.cabGridPro form ul li label.error:after{content:' ';display:block}.cabGridPro form ul li.cabGridProFromSelect label,.cabGridPro form ul li.cabGridProToSelect label{text-transform:uppercase;text-align:left;display:block;padding:0 0 4px 4px}.cabGridPro form ul li input,.cabGridPro form ul li select,.cabGridPro form ul li textarea{width:32%;margin:0;text-align:left;vertical-align:middle;line-height:1.1}.cabGridPro form ul li .cabGridProDropSelect,.cabGridPro form ul li .cabGridProPickSelect{width:96%;clear:right;margin:0 auto 8px;text-transform:capitalize;text-shadow:none}.cabGridPro form ul li.cabGridProLuggage input,.cabGridPro form ul li.cabGridProLuggageOn input,.cabGridPro form ul li.cabGridProPassengers input,.cabGridPro form ul li.cabGridProTickets input,.cabGridPro form ul li.cabGridProTime input{height:auto;font-size:28px;line-height:1.6;border-radius:5px;border:1px solid #a8a8a8;color:#444;vertical-align:top;text-align:left;padding-left:28px;min-width:120px;margin:0;width:initial;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/passenger-icon3.png),-moz-linear-gradient(top,#fff 0,#f6f6f6 50%,#eee 52%,#f4f4f4);background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/passenger-icon-mobile.png),-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4));background-position:left center;background-size:contain;background-repeat:no-repeat!important;background-color:#fff}.cabGridPro form ul li.cabGridProLuggage input,.cabGridPro form ul li.cabGridProLuggageOn input{padding-left:11px;padding-right:17px;margin-left:2%;background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/luggage-icon3.png),-moz-linear-gradient(top,#fff 0,#f6f6f6 50%,#eee 52%,#f4f4f4);background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/luggage-icon-mobile.png),-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4));background-position:right center;background-size:contain;background-repeat:no-repeat}.cabGridPro_widget .cabGridPro form ul li.cabGridProLuggage input,.cabGridPro_widget .cabGridPro form ul li.cabGridProLuggageOn input,.cabGridPro_widget .cabGridPro form ul li.cabGridProPassengers input,.cabGridPro_widget .cabGridPro form ul li.cabGridProTickets input,.cabGridPro_widget .cabGridPro form ul li.cabGridProTime input{background-position:right center;padding-left:10px!important;width:4em;margin-bottom:8px}.cabGridPro form ul li.cabGridProTickets input{background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/ticket-icon-mobile.png),-moz-linear-gradient(top,#fff 0,#f6f6f6 50%,#eee 52%,#f4f4f4);background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/ticket-icon-mobile.png),-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4));background-position:right center;background-size:contain;background-repeat:no-repeat}.cabGridPro form ul li.cabGridProTime input{background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/time-icon-mobile.png),-moz-linear-gradient(top,#fff 0,#f6f6f6 50%,#eee 52%,#f4f4f4);background:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/time-icon-mobile.png),-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4));background-position:right center;background-size:contain;background-repeat:no-repeat}.cabGridPro .cabGridProJourneyDetails .cabGridProInCalcMsg{margin:13px 0;text-align:center;font-size:79%}.cabGridPro form ul li.cabGridProDiscount,.cabGridPro form ul li.cabGridProExtras{width:100%!important}.cabGridPro form ul li fieldset{padding:3px;margin:0 auto;border:none;border-top:1px solid rgba(138,138,138,.46);max-width:100%;text-align:center}.cabGridPro_widget .cabGridPro form ul li fieldset{height:20px;overflow:hidden}.cabGridPro form ul li fieldset.cgpExpand{height:auto}.cabGridPro form ul li fieldset legend{text-transform:uppercase;padding:0 4px;margin:0 10px;font-size:95%;text-align:center}.cabGridPro_widget .cabGridPro form ul li fieldset legend{cursor:s-resize;background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/closed.png);background-repeat:no-repeat;background-position:right center;padding-right:14px}.cabGridPro_widget .cabGridPro form ul li fieldset.cgpExpand legend{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/open.png);cursor:n-resize}.cabGridPro form ul li fieldset p{font-size:80%;margin:4px 0 10px;text-align:center}.cabGridPro form ul li.cabGridProExtras ul{list-style:none;margin:0;width:100%}.cabGridPro form ul li.cabGridProExtras ul li{display:list-item;width:100%;margin-bottom:15px;clear:both;padding:0 0 4px!important;border:none;min-height:80px;box-shadow:4px 4px 9px rgba(0,0,0,.28);background-color:rgba(255,255,255,.5)}.cabGridPro.cgp-light form ul li.cabGridProExtras ul li{border:1px solid rgba(123,123,123,.29);background-color:rgba(64,62,62,.85)}.cabGridPro form ul li.cabGridProExtras ul li h3.cabGridProExtraTitle{height:18px;line-height:18px;padding:0 4px;margin:0 0 3px;display:block;font-size:14px;text-transform:capitalize;color:#fff;background-color:rgba(69,82,255,.68);text-shadow:0 1px 1px rgba(0,0,0,.2)}.cabGridPro.cgp-light form ul li.cabGridProExtras ul li h3.cabGridProExtraTitle{background-color:rgba(0,0,0,.85)}.cabGridPro form ul li.cabGridProExtras ul li img{float:left;height:70px;max-width:70px;margin:0 6px 6px 0}.cabGridPro .cabGridProPriceDigCont .cgpReturnDate,.cabGridPro.cabGridProRestrictedWidth form ul li label,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProExtras ul li img.cabGridSpacer,.cabGridPro.cgp-time .cabGridProPriceDigCont .cabGridProRtnLbl,.cabGridPro.cgp-time .cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProRtnLbl,.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProMessage,.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProRtnMsg,.cabGridPro_widget .cabGridPro form ul li label{display:none}.cabGridPro form ul li.cabGridProExtras ul li input{height:40px;line-height:32px;padding:4px;display:inline-block;width:2.2em;text-align:center;margin:6px 4px 0}.cabGridPro form ul li.cabGridProExtras ul li span.cabGridProIncrement{height:32px;line-height:30px;display:inline-block;font-size:30px;padding:0;vertical-align:bottom;margin:0 4px;color:#848383;cursor:pointer;background-color:rgba(255,255,255,.65);border-radius:22px;width:32px;text-align:center}.cabGridPro.cgp-light form ul li.cabGridProExtras ul li span.cabGridProIncrement{background-color:#000;color:#fff}.cabGridPro form ul li.cabGridProExtras ul li span.cabGridProSubtract{opacity:0}.cabGridPro form ul li.cabGridProExtras ul li p.cabGridProExtraPrice{height:40px;line-height:32px;padding:4px;margin:6px 10px 0 8px;display:inline-block;font-size:18px;color:#333;float:right;text-align:right}.cabGridPro form ul li.cabGridProExtras ul li p.cabGridProExtraDesc{text-align:left;display:block;margin:4px 10px 2px 6px;padding:0;font-size:13px;color:#555;clear:right}.cabGridPro.cgp-light form ul li.cabGridProExtras ul li h3.cabGridProExtraTitle,.cabGridPro.cgp-light form ul li.cabGridProExtras ul li p.cabGridProExtraDesc,.cabGridPro.cgp-light form ul li.cabGridProExtras ul li p.cabGridProExtraPrice{color:#f7f7f7}.cabGridPro form ul li.cabGridProDiscount input{width:70%!important;margin:4px 0 0;font-size:16px;padding:0 4px!important;line-height:37px;vertical-align:bottom;height:37px}.cabGridPro form ul li.cabGridProDiscount button{width:24.5%;margin:4px 0 0 .5%;border:none;background:rgba(255,255,255,.87);font-size:16px;padding:0 4px;line-height:37px;vertical-align:bottom;color:#999;text-shadow:0 1px 1px rgba(255,255,255,.65);height:37px}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProDiscount button,.cabGridPro_widget .cabGridPro form ul li.cabGridProDiscount button{font-size:11px;line-height:32px}.cabGridPro form ul.cabGridProJourneyDetails{display:block;padding:3% 2%!important;list-style:none}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProLuggage label,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProPassengers label,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTickets label,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTime label{display:none;font-weight:400}.cabGridPro form ul.cabGridProBookDetails{border:1px solid rgba(201,195,255,.25);margin:2% 1px;padding:6px 0;border-radius:4px}.cabGridPro form ul.cabGridProBookDetails li{width:99%;vertical-align:top;display:inline-block;text-align:left;margin-bottom:1.5%;margin-top:1%}.cabGridPro form ul.cabGridProBookDetails li label{display:block;text-align:left}.cabGridPro form ul.cabGridProBookDetails li input{font-size:106%;width:97%;border-radius:3px;padding:2.5% 1%;max-width:100%;border:none;min-height:3ex}.cabGridPro form ul.cabGridProBookDetails li input[type=checkbox],.cabGridPro form ul.cabGridProBookDetails li input[type=radio]{width:22px;margin-left:6px;font-size:20px;line-height:20px}.cabGridPro form ul.cabGridProBookDetails li input[type=datetime-local]{-webkit-appearance:menulist-button;width:99%;height:31px}.cabGridPro form ul.cabGridProBookDetails li textarea{font-size:105%;width:97%;border-radius:3px;max-width:100%;padding:2.5% 1%;border:none;min-height:3ex}.cabGridPro form ul.cabGridProBookDetails li .cabGridProDatePicker,.cabGridPro.cabGridProRestrictedWidth form ul li input.cabGridProDatePicker{font-size:90%;line-height:1.7}.cabGridPro form ul.cabGridProBookDetails li input,.cabGridPro form ul.cabGridProBookDetails li textarea{background:rgba(255,255,255,.87);color:#555}.cabGridPro form ul.cabGridProBookDetails li.cabGridProSubmitButton{display:block;text-align:center;clear:both}.cabGridPro form ul li input.error,.cabGridPro form ul li select.error,.cabGridPro form ul li textarea.error{border-left:4px solid rgba(255,0,0,.9);background:rgba(255,241,241,.74)}.cabGridPro form ul.cabGridProBookDetails li input.no-conflict{background:rgba(150,255,119,.5)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles{margin:0;display:block;padding:0!important;width:100%}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul{margin:0;padding:2% 0!important}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li{color:#667;display:inline-block;text-align:center;border:1px solid rgba(120,120,120,.2);margin:0 5% 5% 0;padding:4% 1.8%!important;cursor:pointer;border-radius:3px;width:36%;vertical-align:top;background-color:rgba(255,255,255,.83);box-shadow:1px 1px 5px rgba(0,0,0,.07);transition:border .3s ease-out,box-shadow .5s ease-in}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li{color:#fff;background:#353535;box-shadow:1px 1px 5px rgba(0,0,0,.83);background:-moz-radial-gradient(center,ellipse cover,#353535 13%,#222 87%);background:-webkit-radial-gradient(center,ellipse cover,#353535 13%,#222 87%);background:radial-gradient(ellipse at center,#353535 13%,#222 87%)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li:hover{background-color:#fff;border:1px solid rgba(40,255,40,.6);box-shadow:0 0 5px rgba(50,50,50,.31)}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li:hover{background-color:rgba(136,133,133,.76);border:1px solid rgba(205,239,205,.6)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li.selected{box-shadow:inset 2px 2px 8px rgba(130,130,130,.8),0 0 7px 1px rgba(255,255,255,.46);border-color:rgba(146,128,162,.49);color:#47a0fb;background-color:#fff}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li.selected{box-shadow:inset 2px 2px 8px rgba(0,0,0,.8),0 0 7px 0 rgba(220,220,220,.46);border-color:rgba(0,0,0,.49);color:#f4f6f9;background-color:#8c8a8a;text-shadow:4px 3px 1px #000}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li.selected:hover{border:1px solid rgba(114,114,115,.6)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li input{display:none;cursor:pointer}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label{display:block;cursor:pointer;font-size:87%;line-height:1.5}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span{display:block;background-repeat:no-repeat;background-position:30% center;background-size:contain;text-align:left;padding:2px 0 2px 59%;font-weight:600;font-size:125%;cursor:pointer;text-shadow:0 0 1px #fff}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label .cabGridProVehicleImgCont{display:block;height:56px;padding:2px 4px;text-align:center}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label img{box-shadow:none;max-height:50px;display:block;clear:both;cursor:pointer;margin:auto;border:none}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleName{padding:4px 0;text-align:center;border-bottom:1px solid rgba(225,225,225,.3);margin-bottom:4px}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleName{border-bottom:1px groove #797979}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleCapacity{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/passenger-icon3.png);height:2.6ex;line-height:1;margin-bottom:5px}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleCapacity,.cgpLight .cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleCapacity{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/passenger-icon3-light.png)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleLuggage{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/luggage-icon3.png);height:2.6ex;line-height:1}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleLuggage,.cgpLight .cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li label span.cabGridProVehicleLuggage{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/luggage-icon3-light.png)}.cabGridBookError{display:none;color:red;text-align:center;font-size:150%;font-weight:700;margin:4%;padding:3%;border:1px solid red;border-radius:7px}.cabGridProChosenLI .cabGridBookError{display:block;font-size:90%;font-weight:400;margin:4px;padding:4px;border-radius:4px;text-transform:none;line-height:1.3}.cabGridPro .cgpRestart,.cabGridPro form ul li input[type=submit],.cabGridPro form ul li.cabGridProSwapDests button,.cabGridProBookButton,.cabGridProBookButton:hover,.cabGridProButton,.cabGridProButton:hover{text-align:center;font-size:175%;color:#555;padding:6px 20px!important;background:-moz-linear-gradient(top,#fff 0,#fff 50%,#d6d6d6);background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#fff),to(#d6d6d6));-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:0 solid #fff;-moz-box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 3px #fff;-webkit-box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 3px #fff;box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 3px #fff;text-shadow:0 2px 0 #fff,0 1px 0 #cccacc}.cabGridPro .cabGridProBookingResponse{border:1px solid rgba(111,111,111,.1);padding:4% 1%;background:rgba(255,255,255,.25);margin:5% 2%}.cabGridPro .cabGridProBookingResponse .cgpSuccessMsg{font-size:125%;line-height:1.4}.cabGridPro .cabGridProBookingResponse .cabGridProUserMsg2{font-size:150%;padding:4% 1%}.cabGridPro .cabGridProBookingResponse .cabGridProPayButton,.cabGridPro .cgpRestart{display:block;clear:both;margin:4% auto;font-size:125%;font-weight:700;cursor:pointer;max-width:280px}.cabGridPro .cabGridProBookingResponse .cabGridProPayButton:hover{font-size:150%}.cabGridProPrice{font-size:300%;text-align:center;font-weight:700;padding:5%;text-shadow:inset 0 0 1px #fff;border-radius:5px;line-height:1.3;margin:2% 1%}.cabGridProPrice .cgpLoader,.cabGridProPrice img,.cgpLoader{margin:2% auto;border:none!important;clear:both;display:block;box-shadow:none!important}.cabGridProPrice img{max-height:64px}.cabGridProPrice .cgpLoader,.cgpLoader{height:16px;width:16px}.cabGridProPrice .cabGridProPriceDigCont{transition:opacity .25s ease-out}.cabGridPro .cabGridProPriceDigCont .cabGridProRtnMsg{display:block;font-size:inherit;padding:2% 4px;margin:1% 0;border:1px solid #ccf;color:red;text-align:center;background-color:rgba(255,255,255,.3);text-shadow:0 0 1px rgba(0,0,0,.2)}.cabGridPro.cgp-light .cabGridProPriceDigCont .cabGridProRtnMsg{padding:2% 4px;margin:1% 0 3%;border:1px solid #800303;background-color:rgba(19,19,19,.34);text-shadow:0 0 1px rgba(255,255,255,.58);box-shadow:2px 2px 10px rgba(0,0,0,.5)}.cabGridPro .cabGridProPriceDigCont a:link,.cabGridPro .cabGridProPriceDigCont a:visited{transition:.5s}.cabGridPro .cabGridProPriceDigCont a:hover{text-shadow:0 1px 1px rgba(0,0,0,.2)}.cabGridProPrice .cabGridProPriceDigCont .cabGridProCurrSymb,.cabGridProPrice .cabGridProPriceDigCont .cabGridProPriceDig{font-size:300%;transition:.5s;vertical-align:middle}.cabGridPro .cabGridProPriceDigCont .cabGridProRtnLbl{display:block;font-size:75%;margin:0;padding:1px;text-align:center}.cabGridPro .cabGridProPriceDigCont .cabGridProMsg3{font-size:50%;line-height:1.3;display:block;padding:0 15px 30px}.cabGridProPrice .cabGridProBookButton{clear:both;margin:10px auto;min-width:220px;width:50%;max-width:360px;text-align:center;display:block;font-weight:700;animation:1s forwards scaleUp}.cabGridProMessage{font-size:inherit;border-radius:5px;line-height:1.4;margin:2% 1%}.cgp-light .cabGridProMessage,.cgp-light .cabGridProUserDiscount{color:inherit}.cabGridProUserDiscount{font-size:66%;font-weight:400}.cabGridPro div.cabGridProTM,.cabGridProTM a,.cabGridProTM a:link,.cabGridProTM a:visited{text-align:right;font-size:11px;color:#b1b1b1;text-decoration:none;visibility:hidden!important}.cabGridPro div.cabGridProCG,.cabGridProCG a,.cabGridProCG a:link,.cabGridProCG a:visited{text-align:right;font-size:11px;color:#b1b1b1;text-decoration:none;visibility:visible!important}.cabGridProTM a:hover{color:red;text-decoration:underline}.cabGridProPriceDigCont.cabGridProPriceFloat{transition:.25s;display:block;position:fixed;bottom:0;left:0;background-color:rgba(0,0,0,.4);color:#fff;width:100%;z-index:9999;padding:4px 0 6px!important}.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProCurrSymb,.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProPriceDig{vertical-align:bottom}.cgpMobileY .cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProCurrSymb,.cgpMobileY .cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProPriceDig{font-size:34px}.cabGridProPriceDigCont.cabGridProPriceFloat img.cabGridProVehiclePreview{display:inline-block;margin:0 2% 0 0}.cgpMobileY .cabGridProPriceDigCont.cabGridProPriceFloat img.cabGridProVehiclePreview{height:auto;max-height:48px;width:auto;max-width:110px}.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProRtnLbl{display:inline-block;font-size:11px;vertical-align:bottom;line-height:2}.cabGridProPriceDigCont.cabGridProPriceFloat .cabGridProBookButton{display:inline-block;vertical-align:middle;min-width:10%;margin-left:2%}.widget_cabgridprowidget{overflow-y:visible!important}.cabGridProRndPrc_widget,.cabGridPro_widget{clear:both}#sidebar .cabGridProRndPrc_widget li,#sidebar .cabGridPro_widget li{background:0 0!important}.cabGridPro_widget li{border:none!important}.cabGridPro.cabGridProRestrictedWidth,.cabGridPro_widget .cabGridPro{width:100%;margin:0 0 1.5em;padding:10px 4px 4px;min-height:140px;clear:both;min-width:150px}.cabGridPro.cabGridProRestrictedWidth form>ul,.cabGridPro_widget .cabGridPro form>ul{list-style:none;padding:3% 2%;margin:0}.cabGridPro.cabGridProRestrictedWidth form>ul>li,.cabGridPro_widget .cabGridPro form>ul>li{display:inline;margin:0 0 15px;padding:1%!important;background-image:none!important;border-bottom:none!important}.cabGridPro_widget .cabGridPro form ul li.cabGridProRtnSelect{display:inline-block;width:32px;height:32px;background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/one-way-icon.png)!important;clear:right;margin:0;background-repeat:no-repeat}.cabGridPro_widget .cabGridPro form ul li.cabGridProRtnSelect.cabGridProRtnIcon{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/return-icon.png)!important}.cabGridPro_widget .cabGridPro.cgp-light form ul li.cabGridProRtnSelect{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/one-way-icon-light.png)!important}.cabGridPro_widget .cabGridPro.cgp-light form ul li.cabGridProRtnSelect.cabGridProRtnIcon{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/return-icon-light.png)!important}.cabGridPro_widget .cabGridPro.cgp-vehicle form ul li.cabGridProRtnSelect,.cabGridPro_widget .cabGridPro.cgp-vehicle form ul li.cabGridProRtnSelect.cabGridProRtnIcon{display:block;clear:both;margin:0 auto 20px;height:32px;width:auto;background-image:none!important}.cabGridPro_widget .cabGridPro.cgp-vehicle form ul li.cabGridProRtnSelect label{display:inline-block;height:32px;line-height:32px;min-width:125px}.cabGridPro.cabGridProRestrictedWidth form ul.cabGridProBookDetails,.cabGridPro_widget .cabGridPro form ul.cabGridProBookDetails{border:none;padding:1px;margin:2px auto}.cabGridPro.cabGridProRestrictedWidth form ul.cabGridProBookDetails li,.cabGridPro_widget .cabGridPro form ul.cabGridProBookDetails li{width:99%;vertical-align:top;display:inline-block}.cabGridPro.cabGridProRestrictedWidth form ul li.cgpPickupDate label,.cabGridPro.cabGridProRestrictedWidth form ul li.cgpReturnDate label,.cabGridPro_widget .cabGridPro form ul li.cgpPickupDate label,.cabGridPro_widget .cabGridPro form ul li.cgpReturnDate label{display:block;font-size:13px}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProCustomCheckBox label,.cabGridPro_widget .cabGridPro form ul li.cabGridProCustomCheckBox label{display:inline;font-size:14px}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProCustomRadioButtons label,.cabGridPro_widget .cabGridPro form ul li.cabGridProCustomRadioButtons label{display:block;font-size:14px}.cabGridPro.cabGridProRestrictedWidth form ul li input,.cabGridPro.cabGridProRestrictedWidth form ul li label,.cabGridPro.cabGridProRestrictedWidth form ul li select,.cabGridPro.cabGridProRestrictedWidth form ul li textarea,.cabGridPro_widget .cabGridPro form ul li input,.cabGridPro_widget .cabGridPro form ul li label,.cabGridPro_widget .cabGridPro form ul li select,.cabGridPro_widget .cabGridPro form ul li textarea{vertical-align:top}.cabGridPro.cabGridProRestrictedWidth form ul li label.cabGridProOn,.cabGridPro_widget .cabGridPro form ul li label.cabGridProOn{padding-left:10px}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProTickets label img,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProTime label img,.cabGridPro_widget .cabGridPro form ul li.cabGridProLuggage,.cabGridPro_widget .cabGridPro form ul li.cabGridProLuggageOn,.cabGridPro_widget .cabGridPro form ul li.cabGridProPassengers,.cabGridPro_widget .cabGridPro form ul li.cabGridProTickets,.cabGridPro_widget .cabGridPro form ul li.cabGridProTickets label img,.cabGridPro_widget .cabGridPro form ul li.cabGridProTime,.cabGridPro_widget .cabGridPro form ul li.cabGridProTime label img{vertical-align:middle!important;height:35px!important}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProVehicles ul li,.cabGridPro_widget .cabGridPro form ul li.cabGridProVehicles ul li{width:37%;margin:0 4% 5% 0!important}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProVehicles ul li label span,.cabGridPro_widget .cabGridPro form ul li.cabGridProVehicles ul li label span{font-size:95%}.cabGridPro.cabGridProRestrictedWidth .cabGridProPriceDigCont,.cabGridPro_widget .cabGridPro .cabGridProPriceDigCont{width:100%}.cabGridPro.cabGridProRestrictedWidth form ul.cabGridProBookDetails li.cabGridProSubmitButton,.cabGridPro_widget .cabGridPro form ul.cabGridProBookDetails li.cabGridProSubmitButton{margin:0;padding:0;width:auto;min-width:140px}.cabGridPro.cabGridProRestrictedWidth form ul li .cabGridProButton,.cabGridPro_widget .cabGridPro form ul li .cabGridProButton{max-width:140px;padding:4px 2px;margin:0 auto;font-size:16px}.cabGridPro.cabGridProRestrictedWidth .chosen-container,.cabGridPro_widget .chosen-container{margin:0 1% 15px;min-width:95%!important}#sidebar .cabGridPro_widget .chosen-container .chosen-results li.highlighted,.cabGridPro.cabGridProRestrictedWidth .chosen-container .chosen-results li.highlighted,.cabGridPro_widget .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc))!important;background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%)!important;background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%)!important;background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%)!important;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%)!important;color:#fff}.cabGridProRndPrc_widget{width:100%;overflow:hidden;margin:0 auto;position:relative}.cabGridProRndPrc_widget .cgpSlideContainer{position:relative;left:0;animation:14s infinite scroller;transform:translate3d(0,0,0)}.cabGridProRndPrc_widget .cgpSlideContainer:hover{animation-play-state:paused}.cabGridProRndPrc_widget .cgpPriceSlide{display:inline-block;width:20%;vertical-align:top}@keyframes scroller{0%{transform:translateX(0)}25%{transform:translateX(-20%)}50%{transform:translateX(-40%)}75%{transform:translateX(-60%)}100%{transform:translateX(-80%)}}.cabGridProRndPrc_widget .cgpPriceSlide h2{font-size:20px;line-height:1;margin:0;text-transform:uppercase;padding:0 3px 0 0}.cabGridProRndPrc_widget .cgpPriceSlide h3{margin:0;padding:0;font-size:14px;line-height:1;color:#4f8bce;position:relative;text-transform:capitalize}.cabGridProRndPrc_widget .cgpPriceSlide h3 img{height:26px;margin:5px 3px 5px 0}.cabGridProRndPrc_widget .cgpPriceSlide h3 span{font-size:14px;line-height:32px;vertical-align:top;color:#838879;padding-left:4%}.cabGridProRndPrc_widget .cgpPriceSlide h1,.cabGridProRndPrc_widget .cgpPriceSlide h4{font-size:40px;color:#00f;white-space:nowrap;line-height:1;margin:0;padding:0}.cabGridProRndPrc_widget .cgpPriceSlide a:link,.cabGridProRndPrc_widget .cgpPriceSlide a:visited{text-decoration:none}.cabGridProRndPrc_widget .cgpPriceSlide a:hover{text-decoration:none;cursor:pointer}.cabGridProTable tr th{background:rgba(255,255,255,.95)}.flatpickr-calendar,.flatpickr-days,.flatpickr-days .dayContainer,.flatpickr-weekdays{width:220px!important;min-width:180px;max-width:220px}.flatpickr-calendar input{box-shadow:none!important}.flatpickr-day{width:22px!important;height:22px!important;line-height:16px!important;font-size:14px;border-radius:3px!important}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{background-color:#70a7ff!important}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator,.flatpickr-time .numInputWrapper,.flatpickr-time input{color:#fff!important;background-color:#70a7ff!important;border:none!important}.flatpickr-time input{font-size:1.4em!important}.flatpickr-time .numInputWrapper span.arrowDown:after,.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#fff!important;border-top-color:#fff!important}.flatpickr-input.flatpickr-mobile{min-width:95%!important}@media only screen and (min-width:35em){.cabGridPro ::-webkit-input-placeholder{font-size:80%}.cabGridPro ::-moz-placeholder{font-size:80%}.cabGridPro :-ms-input-placeholder{font-size:80%}.cabGridPro :-moz-placeholder{font-size:80%}.cabGridPro{width:auto;margin:3% auto 5%;min-width:250px;max-width:768px;padding:1% 2%;box-shadow:0 -3px 14px -3px rgba(0,0,0,.5);font-size:16px}.cabGridPro .cabGridProFlagCont{bottom:2px}.cabGridPro .cabGridProFlagCont span{cursor:pointer;width:1em;height:.75em;opacity:.6}.cabGridPro .cabGridProFlagCont span:hover{width:1.6em;height:1.2em;border:none;margin:0 2px;box-shadow:0 2px 4px rgba(0,0,0,.4);opacity:1}.cabGridPro .cabGridVariation{text-align:right;background-color:transparent;width:auto}.cabGridPro .cabGridVariation a{font-size:59%;padding:4px 10px;line-height:1.4;border-right:1px solid rgba(0,0,0,.12);margin:0;width:auto}.cabGridPro .cabGridVariation a:first-child{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.cabGridPro .cabGridVariation a:last-child{border-right:none;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-right-radius:4px;border-bottom-right-radius:4px}.cabGridPro .cabGridVariation a:hover{font-size:59%;width:auto}.cabGridPro form ul.cabGridProJourneyDetails li,.cabGridPro form>ul li{display:inline;margin:0;padding:.9% 1px}.cabGridPro form ul li.cabGridProBreak,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProBreak,.cabGridPro_widget .cabGridPro form ul li.cabGridProBreak{display:block;margin:5px auto}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProLuggage input,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProPassengers input,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProTickets input,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProTime input,.cabGridPro_widget .cabGridPro form ul li.cabGridProLuggage input,.cabGridPro_widget .cabGridPro form ul li.cabGridProLuggageOn input,.cabGridPro_widget .cabGridPro form ul li.cabGridProPassengers input,.cabGridPro_widget .cabGridPro form ul li.cabGridProTickets input,.cabGridPro_widget .cabGridPro form ul li.cabGridProTime input{width:2em;margin:2px 0 14px;min-width:40px;padding:0}.cabGridPro.cabGridProRestrictedWidth .cabGridVariation,.cabGridPro_widget .cabGridPro .cabGridVariation{margin:-6px 0 8px;background-color:rgba(255,255,255,.9);padding:0;border:none;border-radius:2px}.cabGridPro.cabGridProRestrictedWidth form ul.cabGridProBookDetails li input,.cabGridPro.cabGridProRestrictedWidth form ul.cabGridProBookDetails li textarea,.cabGridPro_widget .cabGridPro form ul.cabGridProBookDetails li input,.cabGridPro_widget .cabGridPro form ul.cabGridProBookDetails li textarea{font-size:110%;padding:1px}.cabGridPro.cabGridProRestrictedWidth .cabGridVariation a,.cabGridPro_widget .cabGridPro .cabGridVariation a{width:33.33%;border:none;padding:5px 0;outline:0;margin:0;text-align:center;border-radius:0;overflow:hidden;line-height:1.8;box-shadow:none}.cabGridPro.cabGridProRestrictedWidth .cabGridVariation a.active,.cabGridPro_widget .cabGridPro .cabGridVariation a.active{box-shadow:inset 2px 2px 4px rgba(0,0,0,.2)}.cabGridPro form>ul>li{padding:0 .9%!important}.cabGridPro form ul.cabGridProBookDetails li label{font-size:95%}.cabGridPro form ul li.cabGridProFromSelect,.cabGridPro form ul li.cabGridProSwapDests,.cabGridPro form ul li.cabGridProToSelect,.cabGridPro.cgp-light form ul li.cabGridProFromSelect,.cabGridPro.cgp-light form ul li.cabGridProToSelect{display:inline;background:0 0;border:none;padding:0;margin:0}.cabGridPro form ul li.cabGridProSwapDests{padding:0!important;display:inline-block;vertical-align:top}.cabGridPro form ul li.cabGridProSwapDests button{font-size:26px!important;padding:0 2px 2px!important;line-height:16px;border:1px solid #bbb;margin:2px 0;font-family:Times;max-width:32px}.cabGridPro form ul li.cabGridProFromSelect label,.cabGridPro form ul li.cabGridProToSelect label,.cabGridPro.cabGridProRestrictedWidth form ul li.cgpPickupDate label,.cabGridPro.cabGridProRestrictedWidth form ul li.cgpReturnDate label,.cabGridPro_widget .cabGridPro form ul li.cgpPickupDate label,.cabGridPro_widget .cabGridPro form ul li.cgpReturnDate label{display:none}.cabGridPro form ul li .cabGridProDropSelect,.cabGridPro form ul li .cabGridProPickSelect{width:32%;clear:none;margin-bottom:auto}.cabGridPro.cabGridProSplit form ul li .cabGridProDropSelect,.cabGridPro.cabGridProSplit form ul li .cabGridProPickSelect{min-width:43%}.cabGridPro form ul li.cabGridProLuggage input,.cabGridPro form ul li.cabGridProLuggageOn input,.cabGridPro form ul li.cabGridProPassengers input,.cabGridPro form ul li.cabGridProTickets input,.cabGridPro form ul li.cabGridProTime input{width:2.5em;padding:0 0 0 1ex;line-height:1.4;font-size:18px;min-width:auto;background:-moz-linear-gradient(top,#fff 0,#f6f6f6 50%,#eee 52%,#f4f4f4);background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4))}.cabGridPro .cabGridProPriceDigCont{min-width:75%}.cabGridPro .cabGridProPriceDigCont .cabGridProMsg3{font-size:26px}.cabGridPro.cabGridProRestrictedWidth .cabGridProPriceDigCont .cabGridProMsg3,.cabGridPro_widget .cabGridPro .cabGridProPriceDigCont .cabGridProMsg3{font-size:50%}.cabGridPro form ul li.cabGridProLuggage input,.cabGridPro form ul li.cabGridProLuggageOn input{margin-left:0}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProLuggage label,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProPassengers label,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTickets label,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTime label{display:inline-block;background-repeat:no-repeat;line-height:29px;font-size:16px;background-size:contain;height:26px;text-indent:-9999px;min-width:23px;margin-left:6px;background-position:bottom right;padding-right:27px;text-align:left;vertical-align:top;background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/passenger-icon3.png)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTickets label{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/ticket-icon.png)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTime label{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/time-icon.png)}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProLuggage label{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/luggage-icon3.png)}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProPassengers label{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/passenger-icon3-light.png)}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProTickets label{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/ticket-icon-light.png)}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProTime label{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/time-icon-light.png)}.cabGridPro.cgp-light form ul.cabGridProJourneyDetails li.cabGridProLuggage label{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/luggage-icon3-light.png)}.cabGridPro form ul li.cabGridProRtnSelect{color:#444;background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/one-way-icon2.png);background-size:contain;background-repeat:no-repeat!important;margin:0 4px;cursor:pointer;display:inline-block!important;width:32px;height:28px;padding:0!important;background-position:center center!important;vertical-align:baseline}.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProRtnSelect,.cabGridPro_widget .cabGridPro form ul li.cabGridProRtnSelect{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/one-way-icon2.png)!important}.cabGridPro_widget .cabGridPro.cgp-vehicle form ul li.cabGridProRtnSelect{margin-bottom:10px!important}.cabGridPro.cgp-light form ul li.cabGridProRtnSelect,.cabGridPro.cgp-light.cabGridProRestrictedWidth form ul li.cabGridProRtnSelect,.cabGridPro_widget .cabGridPro.cgp-light form ul li.cabGridProRtnSelect{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/one-way-icon2-light.png)!important}.cabGridPro form ul li.cabGridProRtnSelect.cabGridProRtnIcon,.cabGridPro.cabGridProRestrictedWidth form ul li.cabGridProRtnSelect.cabGridProRtnIcon,.cabGridPro_widget .cabGridPro form ul li.cabGridProRtnSelect.cabGridProRtnIcon{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/return-icon2.png)!important}.cabGridPro.cgp-light form ul li.cabGridProRtnSelect.cabGridProRtnIcon,.cabGridPro.cgp-light.cabGridProRestrictedWidth form ul li.cabGridProRtnSelect.cabGridProRtnIcon,.cabGridPro_widget .cabGridPro.cgp-light form ul li.cabGridProRtnSelect.cabGridProRtnIcon{background-image:url(//taxi-schiebel.de/wp-content/plugins/cab-grid-pro/i/return-icon2-light.png)!important}.cabGridPro form ul li.cabGridProRtnSelect label{display:none;line-height:24px;font-size:11px;margin-left:4%}.cabGridPro form ul li.cabGridProRtnSelect input{width:auto;display:none}.cabGridPro form ul li fieldset{padding:1%;max-width:95%}.cabGridPro form ul li.cabGridProExtras ul li span.cabGridProIncrement{height:18px;line-height:16px;font-size:16px;padding:0;vertical-align:middle;background-color:rgba(255,255,255,.35);border-radius:22px;width:18px}.cabGridPro form ul li.cabGridProExtras ul li span.cabGridProIncrement:hover{background-color:rgba(255,255,255,.9);color:#444}.cabGridPro form ul li.cabGridProExtras ul li img{height:80px;max-width:90px;margin:0 10px 6px 0}.cabGridPro form ul li.cabGridProExtras ul li p.cabGridProExtraPrice{font-size:24px}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProLuggage label img,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProPassengers label img,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTickets label img,.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTime label img{margin-right:2px;display:inline;box-shadow:none!important;border:none!important;height:26px}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProTickets label img{vertical-align:bottom}.cabGridPro .cabGridProPassengerIcon{max-width:15px}.cabGridPro .cabGridProSuitcaseIcon{max-height:25px}.cabGridPro form ul.cabGridProBookDetails li input[type=datetime-local]{color:#667}.cabGridPro form ul.cabGridProBookDetails>li,.cabGridPro:not(.cabGridProRestrictedWidth) form ul.cabGridProBookDetails li.cgpAutoComp{width:31.5%;vertical-align:top;display:inline-block}.cabGridPro.cabGridPro2Col form ul.cabGridProBookDetails>li,.cabGridPro.cabGridPro2Col:not(.cabGridProRestrictedWidth) form ul.cabGridProBookDetails li.cgpAutoComp{width:49%}.cabGridPro form ul.cabGridProBookDetails li.cabGridProSubmitButton{display:block;text-align:center;clear:both;width:35%;margin:20px auto 10px;min-width:200px}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li{width:22%;margin:0 2% 2% 0!important;min-width:105px}.cabGridPro_widget .cabGridPro form ul li.cabGridProVehicles ul li{width:37%;margin:0 4% 5% 0!important;min-width:90px}.cabGridPro form ul.cabGridProJourneyDetails li.cabGridProVehicles ul li{margin-bottom:10px}.cabGridPro form ul li.cabGridProBreak{border-bottom:1px solid rgba(204,204,204,.36)}}@keyframes wiggle{0%,100%,75%{transform:rotate(0)}80%{transform:rotate(7deg)}85%{transform:rotate(-7deg)}90%{transform:rotate(14deg)}95%{transform:rotate(-4deg)}}@keyframes slideInFromLeft{100%{transform:translateX(0)}}@keyframes scaleUp{0%{transform:scale(0)}100%,60%,80%{transform:scale(1)}70%{transform:scale(.8)}85%{transform:scale(.85)}93%{transform:scale(1.05)}}