@charset "UTF-8";

 .animated-content .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.md_csstransitions .animated-content .animated { opacity: 0; }
.md_csstransitions .animated-content #footer .animated,
.md_csstransitions .animated-content .no-animate-widgets .animated,
.vc_single_bar .vc_bar.animated { opacity: 1; }
.transparent { opacity:0; }
.invisible {
opacity: 0;
visibility: hidden;
}
.md_csstransitions .animated-content .visible {
opacity: 1;
visibility: visible;
}
.animated-content .animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated-content .animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-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;
} @-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;
} @-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, -10%, 0);
transform: translate3d(0, -10%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -10%, 0);
transform: translate3d(0, -10%, 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 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 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;
} @-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;
} @-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;
} @keyframes jump{
0%, 100%{-moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);}
50%{-moz-transform: translateY(-4px);-o-transform: translateY(-4px);-ms-transform: translateY(-4px);transform: translateY(-4px);}
}
@-webkit-keyframes jump{
0%, 100%{-webkit-transform: translateY(0px);}
50%{-webkit-transform: translateY(-4px);}
}@font-face {
font-family: 'fontello';
src: url(https://beb554.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/fonts/fontello.eot?46976072);
src: url(https://28fca4.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/fonts/fontello.eot?46976072#iefix) format('embedded-opentype'),
url(https://75b0cc.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/fonts/fontello.woff?46976072) format('woff'),
url(https://79a1e4.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/fonts/fontello.ttf?46976072) format('truetype'),
url(https://392214.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/fonts/fontello.svg?46976072#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit; margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.icon-glass:before { content: '\e800'; } .icon-music:before { content: '\e801'; } .icon-search:before { content: '\e802'; } .icon-mail-alt:before { content: '\e804'; } .icon-camera:before { content: '\e805'; } .icon-camera-alt:before { content: '\e806'; } .icon-th-large:before { content: '\e807'; } .icon-th:before { content: '\e808'; } .icon-th-list:before { content: '\e809'; } .icon-help:before { content: '\e80a'; } .icon-help-circled:before { content: '\e80b'; } .icon-info-circled:before { content: '\e80c'; } .icon-info:before { content: '\e80d'; } .icon-home:before { content: '\e80e'; } .icon-flag:before { content: '\e80f'; } .icon-flag-empty:before { content: '\e810'; } .icon-flag-checkered:before { content: '\e811'; } .icon-thumbs-up:before { content: '\e812'; } .icon-thumbs-down:before { content: '\e813'; } .icon-share-squared:before { content: '\e814'; } .icon-pencil:before { content: '\e815'; } .icon-pencil-squared:before { content: '\e816'; } .icon-edit:before { content: '\e817'; } .icon-print:before { content: '\e818'; } .icon-trash:before { content: '\e819'; } .icon-doc:before { content: '\e81a'; } .icon-docs:before { content: '\e81b'; } .icon-doc-text:before { content: '\e81c'; } .icon-doc-inv:before { content: '\e81d'; } .icon-code:before { content: '\e81e'; } .icon-retweet:before { content: '\e81f'; } .icon-comment-1:before { content: '\e820'; } .icon-comment-alt:before { content: '\e821'; } .icon-left-open:before { content: '\e822'; } .icon-right-open:before { content: '\e823'; } .icon-down-circle:before { content: '\e824'; } .icon-left-circle:before { content: '\e825'; } .icon-progress-5:before { content: '\e826'; } .icon-progress-6:before { content: '\e827'; } .icon-progress-7:before { content: '\e828'; } .icon-font:before { content: '\e829'; } .icon-block:before { content: '\e82a'; } .icon-resize-full:before { content: '\e82b'; } .icon-resize-full-alt:before { content: '\e82c'; } .icon-resize-small:before { content: '\e82d'; } .icon-braille:before { content: '\e82e'; } .icon-book:before { content: '\e82f'; } .icon-adjust:before { content: '\e830'; } .icon-tint:before { content: '\e831'; } .icon-check:before { content: '\e832'; } .icon-check-empty:before { content: '\e833'; } .icon-asterisk:before { content: '\e834'; } .icon-gift:before { content: '\e835'; } .icon-fire:before { content: '\e836'; } .icon-magnet:before { content: '\e837'; } .icon-chart:before { content: '\e838'; } .icon-chart-circled:before { content: '\e839'; } .icon-credit-card:before { content: '\e83a'; } .icon-megaphone:before { content: '\e83b'; } .icon-clipboard:before { content: '\e83c'; } .icon-hdd:before { content: '\e83d'; } .icon-key:before { content: '\e83e'; } .icon-certificate:before { content: '\e83f'; } .icon-tasks:before { content: '\e840'; } .icon-filter:before { content: '\e841'; } .icon-gauge:before { content: '\e842'; } .icon-smiley:before { content: '\e843'; } .icon-smiley-circled:before { content: '\e844'; } .icon-address-book:before { content: '\e845'; } .icon-address-book-alt:before { content: '\e846'; } .icon-asl:before { content: '\e847'; } .icon-glasses:before { content: '\e848'; } .icon-hearing-impaired:before { content: '\e849'; } .icon-iphone-home:before { content: '\e84a'; } .icon-person:before { content: '\e84b'; } .icon-adult:before { content: '\e84c'; } .icon-child:before { content: '\e84d'; } .icon-blind:before { content: '\e84e'; } .icon-guidedog:before { content: '\e84f'; } .icon-accessibility:before { content: '\e850'; } .icon-universal-access:before { content: '\e851'; } .icon-male:before { content: '\e852'; } .icon-female:before { content: '\e853'; } .icon-behance:before { content: '\e854'; } .icon-blogger:before { content: '\e855'; } .icon-cc:before { content: '\e856'; } .icon-css:before { content: '\e857'; } .icon-delicious:before { content: '\e858'; } .icon-deviantart:before { content: '\e859'; } .icon-digg:before { content: '\e85a'; } .icon-dribbble:before { content: '\e85b'; } .icon-facebook:before { content: '\e85c'; } .icon-flickr:before { content: '\e85d'; } .icon-foursquare:before { content: '\e85e'; } .icon-friendfeed:before { content: '\e85f'; } .icon-friendfeed-rect:before { content: '\e860'; } .icon-github:before { content: '\e861'; } .icon-github-text:before { content: '\e862'; } .icon-googleplus:before { content: '\e863'; } .icon-instagram:before { content: '\e864'; } .icon-linkedin:before { content: '\e865'; } .icon-path:before { content: '\e866'; } .icon-picasa:before { content: '\e867'; } .icon-pinterest:before { content: '\e868'; } .icon-reddit:before { content: '\e869'; } .icon-skype-1:before { content: '\e86a'; } .icon-slideshare:before { content: '\e86b'; } .icon-stackoverflow:before { content: '\e86c'; } .icon-stumbleupon:before { content: '\e86d'; } .icon-twitter:before { content: '\e86e'; } .icon-tumblr:before { content: '\e86f'; } .icon-vimeo:before { content: '\e870'; } .icon-vkontakte:before { content: '\e871'; } .icon-w3c:before { content: '\e872'; } .icon-wordpress:before { content: '\e873'; } .icon-youtube-1:before { content: '\e874'; } .icon-music-1:before { content: '\e875'; } .icon-search-1:before { content: '\e876'; } .icon-mail-1:before { content: '\e877'; } .icon-heart:before { content: '\e878'; } .icon-star:before { content: '\e879'; } .icon-user:before { content: '\e87a'; } .icon-videocam:before { content: '\e87b'; } .icon-camera-1:before { content: '\e87c'; } .icon-photo:before { content: '\e87d'; } .icon-attach:before { content: '\e87e'; } .icon-lock:before { content: '\e87f'; } .icon-eye:before { content: '\e880'; } .icon-tag-1:before { content: '\e881'; } .icon-thumbs-up-1:before { content: '\e882'; } .icon-pencil-1:before { content: '\e883'; } .icon-comment:before { content: '\e884'; } .icon-location:before { content: '\e885'; } .icon-cup:before { content: '\e886'; } .icon-trash-1:before { content: '\e887'; } .icon-doc-1:before { content: '\e888'; } .icon-note:before { content: '\e889'; } .icon-cog:before { content: '\e88a'; } .icon-params:before { content: '\e88b'; } .icon-calendar:before { content: '\e88c'; } .icon-sound:before { content: '\e88d'; } .icon-clock:before { content: '\e88e'; } .icon-lightbulb:before { content: '\e88f'; } .icon-tv:before { content: '\e890'; } .icon-desktop:before { content: '\e891'; } .icon-mobile:before { content: '\e892'; } .icon-cd:before { content: '\e893'; } .icon-inbox:before { content: '\e894'; } .icon-globe:before { content: '\e895'; } .icon-cloud:before { content: '\e896'; } .icon-paper-plane:before { content: '\e897'; } .icon-fire-1:before { content: '\e898'; } .icon-graduation-cap:before { content: '\e899'; } .icon-megaphone-1:before { content: '\e89a'; } .icon-database:before { content: '\e89b'; } .icon-key-1:before { content: '\e89c'; } .icon-beaker:before { content: '\e89d'; } .icon-truck:before { content: '\e89e'; } .icon-money:before { content: '\e89f'; } .icon-food:before { content: '\e8a0'; } .icon-shop:before { content: '\e8a1'; } .icon-diamond:before { content: '\e8a2'; } .icon-t-shirt:before { content: '\e8a3'; } .icon-wallet:before { content: '\e8a4'; } .icon-search-2:before { content: '\e8a5'; } .icon-mail-2:before { content: '\e8a6'; } .icon-heart-1:before { content: '\e8a7'; } .icon-heart-empty:before { content: '\e8a8'; } .icon-star-1:before { content: '\e8a9'; } .icon-user-1:before { content: '\e8aa'; } .icon-video:before { content: '\e8ab'; } .icon-picture:before { content: '\e8ac'; } .icon-th-large-1:before { content: '\e8ad'; } .icon-th-1:before { content: '\e8ae'; } .icon-th-list-1:before { content: '\e8af'; } .icon-ok:before { content: '\e8b0'; } .icon-ok-circle:before { content: '\e8b1'; } .icon-cancel:before { content: '\e8b2'; } .icon-cancel-circle:before { content: '\e8b3'; } .icon-plus-circle:before { content: '\e8b4'; } .icon-minus-circle:before { content: '\e8b5'; } .icon-link:before { content: '\e8b6'; } .icon-attach-1:before { content: '\e8b7'; } .icon-lock-1:before { content: '\e8b8'; } .icon-lock-open:before { content: '\e8b9'; } .icon-chat:before { content: '\e8ba'; } .icon-attention:before { content: '\e8bb'; } .icon-location-1:before { content: '\e8bc'; } .icon-doc-2:before { content: '\e8bd'; } .icon-docs-landscape:before { content: '\e8be'; } .icon-folder:before { content: '\e8bf'; } .icon-archive:before { content: '\e8c0'; } .icon-rss:before { content: '\e8c1'; } .icon-rss-alt:before { content: '\e8c2'; } .icon-cog-1:before { content: '\e8c3'; } .icon-logout:before { content: '\e8c4'; } .icon-clock-1:before { content: '\e8c5'; } .icon-right-circle:before { content: '\e8c6'; } .icon-up-circle:before { content: '\e8c7'; } .icon-down-dir:before { content: '\e8c8'; } .icon-right-dir:before { content: '\e8c9'; } .icon-down-micro:before { content: '\e8ca'; } .icon-up-micro:before { content: '\e8cb'; } .icon-cw-circle:before { content: '\e8cc'; } .icon-arrows-cw:before { content: '\e8cd'; } .icon-updown-circle:before { content: '\e8ce'; } .icon-target:before { content: '\e8cf'; } .icon-signal:before { content: '\e8d0'; } .icon-progress-0:before { content: '\e8d1'; } .icon-list:before { content: '\e8d2'; } .icon-list-numbered:before { content: '\e8d3'; } .icon-indent-left:before { content: '\e8d4'; } .icon-indent-right:before { content: '\e8d5'; } .icon-cloud-1:before { content: '\e8d6'; } .icon-terminal:before { content: '\e8d7'; } .icon-facebook-rect:before { content: '\e8d8'; } .icon-twitter-bird:before { content: '\e8d9'; } .icon-vimeo-rect:before { content: '\e8da'; } .icon-tumblr-rect:before { content: '\e8db'; } .icon-googleplus-rect:before { content: '\e8dc'; } .icon-linkedin-rect:before { content: '\e8dd'; } .icon-resize-vertical:before { content: '\e8de'; } .icon-resize-horizontal:before { content: '\e8df'; } .icon-move:before { content: '\e8e0'; } .icon-zoom-in:before { content: '\e8e1'; } .icon-zoom-out:before { content: '\e8e2'; } .icon-down-open:before { content: '\e8e3'; } .icon-left-open-1:before { content: '\e8e4'; } .icon-right-open-1:before { content: '\e8e5'; } .icon-up-open:before { content: '\e8e6'; } .icon-down:before { content: '\e8e7'; } .icon-left:before { content: '\e8e8'; } .icon-right:before { content: '\e8e9'; } .icon-up:before { content: '\e8ea'; } .icon-down-circled:before { content: '\e8eb'; } .icon-left-circled:before { content: '\e8ec'; } .icon-right-circled:before { content: '\e8ed'; } .icon-up-circled:before { content: '\e8ee'; } .icon-down-hand:before { content: '\e8ef'; } .icon-left-hand:before { content: '\e8f0'; } .icon-right-hand:before { content: '\e8f1'; } .icon-up-hand:before { content: '\e8f2'; } .icon-cw:before { content: '\e8f3'; } .icon-cw-circled:before { content: '\e8f4'; } .icon-arrows-cw-1:before { content: '\e8f5'; } .icon-shuffle:before { content: '\e8f6'; } .icon-play:before { content: '\e8f7'; } .icon-play-circled:before { content: '\e8f8'; } .icon-play-circled2:before { content: '\e8f9'; } .icon-stop:before { content: '\e8fa'; } .icon-stop-circled:before { content: '\e8fb'; } .icon-pause:before { content: '\e8fc'; } .icon-pause-circled:before { content: '\e8fd'; } .icon-record:before { content: '\e8fe'; } .icon-eject:before { content: '\e8ff'; } .icon-backward:before { content: '\e900'; } .icon-backward-circled:before { content: '\e901'; } .icon-fast-backward:before { content: '\e902'; } .icon-fast-forward:before { content: '\e903'; } .icon-forward:before { content: '\e904'; } .icon-forward-circled:before { content: '\e905'; } .icon-step-backward:before { content: '\e906'; } .icon-step-forward:before { content: '\e907'; } .icon-target-1:before { content: '\e908'; } .icon-signal-1:before { content: '\e909'; } .icon-desktop-1:before { content: '\e90a'; } .icon-desktop-circled:before { content: '\e90b'; } .icon-laptop:before { content: '\e90c'; } .icon-laptop-circled:before { content: '\e90d'; } .icon-network:before { content: '\e90e'; } .icon-inbox-1:before { content: '\e90f'; } .icon-inbox-circled:before { content: '\e910'; } .icon-inbox-alt:before { content: '\e911'; } .icon-globe-1:before { content: '\e912'; } .icon-globe-alt:before { content: '\e913'; } .icon-cloud-2:before { content: '\e914'; } .icon-cloud-circled:before { content: '\e915'; } .icon-flight:before { content: '\e916'; } .icon-leaf:before { content: '\e917'; } .icon-font-1:before { content: '\e918'; } .icon-fontsize:before { content: '\e919'; } .icon-bold:before { content: '\e91a'; } .icon-italic:before { content: '\e91b'; } .icon-text-height:before { content: '\e91c'; } .icon-text-width:before { content: '\e91d'; } .icon-align-left:before { content: '\e91e'; } .icon-align-center:before { content: '\e91f'; } .icon-align-right:before { content: '\e920'; } .icon-align-justify:before { content: '\e921'; } .icon-list-1:before { content: '\e922'; } .icon-indent-left-1:before { content: '\e923'; } .icon-indent-right-1:before { content: '\e924'; } .icon-briefcase:before { content: '\e925'; } .icon-off:before { content: '\e926'; } .icon-road:before { content: '\e927'; } .icon-qrcode:before { content: '\e928'; } .icon-barcode:before { content: '\e929'; } .icon-tag:before { content: '\e92a'; } .icon-reply:before { content: '\e92b'; } .icon-reply-all:before { content: '\e92c'; } .icon-forward-1:before { content: '\e92d'; } .icon-block-1:before { content: '\e92e'; } .icon-resize-full-1:before { content: '\e92f'; } .icon-resize-full-circle:before { content: '\e930'; } .icon-popup:before { content: '\e931'; } .icon-progress-1:before { content: '\e932'; } .icon-progress-2:before { content: '\e933'; } .icon-progress-3:before { content: '\e934'; } .icon-progress-4:before { content: '\e935'; } .icon-skype:before { content: '\e936'; } .icon-vkontakte-rect:before { content: '\e937'; } .icon-youtube:before { content: '\e938'; } .icon-odnoklassniki-rect:before { content: '\e939'; } .icon-glass-1:before { content: '\e93a'; } .icon-music-2:before { content: '\e93b'; } .icon-search-3:before { content: '\e93c'; } .icon-search-circled:before { content: '\e93d'; } .icon-mail-3:before { content: '\e93e'; } .icon-mail-circled:before { content: '\e93f'; } .icon-heart-2:before { content: '\e940'; } .icon-heart-circled:before { content: '\e941'; } .icon-heart-empty-1:before { content: '\e942'; } .icon-star-2:before { content: '\e943'; } .icon-star-circled:before { content: '\e944'; } .icon-star-empty:before { content: '\e945'; } .icon-user-2:before { content: '\e946'; } .icon-group:before { content: '\e947'; } .icon-group-circled:before { content: '\e948'; } .icon-torso:before { content: '\e949'; } .icon-video-1:before { content: '\e94a'; } .icon-video-circled:before { content: '\e94b'; } .icon-video-alt:before { content: '\e94c'; } .icon-videocam-1:before { content: '\e94d'; } .icon-video-chat:before { content: '\e94e'; } .icon-picture-1:before { content: '\e94f'; } .icon-camera-2:before { content: '\e950'; } .icon-photo-1:before { content: '\e951'; } .icon-photo-circled:before { content: '\e952'; } .icon-th-large-2:before { content: '\e953'; } .icon-th-2:before { content: '\e954'; } .icon-th-list-2:before { content: '\e955'; } .icon-view-mode:before { content: '\e956'; } .icon-ok-1:before { content: '\e957'; } .icon-ok-circled:before { content: '\e958'; } .icon-ok-circled2:before { content: '\e959'; } .icon-cancel-1:before { content: '\e95a'; } .icon-cancel-circled:before { content: '\e95b'; } .icon-cancel-circled2:before { content: '\e95c'; } .icon-plus:before { content: '\e95d'; } .icon-plus-circled:before { content: '\e95e'; } .icon-minus:before { content: '\e95f'; } .icon-minus-circled:before { content: '\e960'; } .icon-help-1:before { content: '\e961'; } .icon-help-circled-1:before { content: '\e962'; } .icon-info-circled-1:before { content: '\e963'; } .icon-home-1:before { content: '\e964'; } .icon-home-circled:before { content: '\e965'; } .icon-website:before { content: '\e966'; } .icon-website-circled:before { content: '\e967'; } .icon-attach-2:before { content: '\e968'; } .icon-attach-circled:before { content: '\e969'; } .icon-lock-2:before { content: '\e96a'; } .icon-lock-circled:before { content: '\e96b'; } .icon-lock-open-1:before { content: '\e96c'; } .icon-lock-open-alt:before { content: '\e96d'; } .icon-eye-1:before { content: '\e96e'; } .icon-eye-off:before { content: '\e96f'; } .icon-tag-2:before { content: '\e970'; } .icon-tags:before { content: '\e971'; } .icon-bookmark:before { content: '\e972'; } .icon-bookmark-empty:before { content: '\e973'; } .icon-flag-1:before { content: '\e974'; } .icon-flag-circled:before { content: '\e975'; } .icon-thumbs-up-2:before { content: '\e976'; } .icon-thumbs-down-1:before { content: '\e977'; } .icon-download:before { content: '\e978'; } .icon-download-alt:before { content: '\e979'; } .icon-upload:before { content: '\e97a'; } .icon-share:before { content: '\e97b'; } .icon-quote:before { content: '\e97c'; } .icon-quote-circled:before { content: '\e97d'; } .icon-export:before { content: '\e97e'; } .icon-pencil-2:before { content: '\e97f'; } .icon-pencil-circled:before { content: '\e980'; } .icon-edit-1:before { content: '\e981'; } .icon-edit-circled:before { content: '\e982'; } .icon-edit-alt:before { content: '\e983'; } .icon-print-1:before { content: '\e984'; } .icon-retweet-1:before { content: '\e985'; } .icon-comment-2:before { content: '\e986'; } .icon-comment-alt-1:before { content: '\e987'; } .icon-bell:before { content: '\e988'; } .icon-warning:before { content: '\e989'; } .icon-exclamation:before { content: '\e98a'; } .icon-error:before { content: '\e98b'; } .icon-error-alt:before { content: '\e98c'; } .icon-location-2:before { content: '\e98d'; } .icon-location-circled:before { content: '\e98e'; } .icon-compass:before { content: '\e98f'; } .icon-compass-circled:before { content: '\e990'; } .icon-trash-2:before { content: '\e991'; } .icon-trash-circled:before { content: '\e992'; } .icon-doc-3:before { content: '\e993'; } .icon-doc-circled:before { content: '\e994'; } .icon-doc-new:before { content: '\e995'; } .icon-doc-new-circled:before { content: '\e996'; } .icon-folder-1:before { content: '\e997'; } .icon-folder-circled:before { content: '\e998'; } .icon-folder-close:before { content: '\e999'; } .icon-folder-open:before { content: '\e99a'; } .icon-rss-1:before { content: '\e99b'; } .icon-phone:before { content: '\e99c'; } .icon-phone-circled:before { content: '\e99d'; } .icon-cog-2:before { content: '\e99e'; } .icon-cog-circled:before { content: '\e99f'; } .icon-cogs:before { content: '\e9a0'; } .icon-wrench:before { content: '\e9a1'; } .icon-wrench-circled:before { content: '\e9a2'; } .icon-basket:before { content: '\e9a3'; } .icon-basket-circled:before { content: '\e9a4'; } .icon-calendar-1:before { content: '\e9a5'; } .icon-calendar-circled:before { content: '\e9a6'; } .icon-mic:before { content: '\e9a7'; } .icon-mic-circled:before { content: '\e9a8'; } .icon-volume-off:before { content: '\e9a9'; } .icon-volume-down:before { content: '\e9aa'; } .icon-volume:before { content: '\e9ab'; } .icon-volume-up:before { content: '\e9ac'; } .icon-headphones:before { content: '\e9ad'; } .icon-clock-2:before { content: '\e9ae'; } .icon-clock-circled:before { content: '\e9af'; } .icon-lightbulb-1:before { content: '\e9b0'; } .icon-lightbulb-alt:before { content: '\e9b1'; } .icon-facebook-1:before { content: '\e9b2'; } .icon-facebook-rect-1:before { content: '\e9b3'; } .icon-twitter-1:before { content: '\e9b4'; } .icon-twitter-bird-1:before { content: '\e9b5'; } .icon-vimeo-1:before { content: '\e9b6'; } .icon-blogger-1:before { content: '\e9b7'; } .icon-blogger-rect:before { content: '\e9b8'; } .icon-deviantart-1:before { content: '\e9b9'; } .icon-jabber:before { content: '\e9ba'; } .icon-lastfm:before { content: '\e9bb'; } .icon-visa:before { content: '\e9bc'; } .icon-mastercard:before { content: '\e9bd'; } .icon-houzz:before { content: '\e9be'; } .icon-bandcamp:before { content: '\e9bf'; } .icon-codepen:before { content: '\e9c0'; } .icon-vimeo-rect-1:before { content: '\e9c1'; } .icon-tumblr-1:before { content: '\e9c2'; } .icon-tumblr-rect-1:before { content: '\e9c3'; } .icon-googleplus-rect-1:before { content: '\e9c4'; } .icon-github-text-1:before { content: '\e9c5'; } .icon-github-1:before { content: '\e9c6'; } .icon-skype-2:before { content: '\e9c7'; } .icon-icq:before { content: '\e9c8'; } .icon-yandex:before { content: '\e9c9'; } .icon-yandex-rect:before { content: '\e9ca'; } .icon-vkontakte-rect-1:before { content: '\e9cb'; } .icon-odnoklassniki:before { content: '\e9cc'; } .icon-odnoklassniki-rect-1:before { content: '\e9cd'; } .icon-friendfeed-1:before { content: '\e9ce'; } .icon-friendfeed-rect-1:before { content: '\e9cf'; } .icon-lastfm-rect:before { content: '\e9d0'; } .icon-linkedin-1:before { content: '\e9d1'; } .icon-linkedin-rect-1:before { content: '\e9d2'; } .icon-picasa-1:before { content: '\e9d3'; } .icon-wordpress-1:before { content: '\e9d4'; } .icon-instagram-1:before { content: '\e9d5'; } .icon-instagram-filled:before { content: '\e9d6'; } .icon-diigo:before { content: '\e9d7'; } .icon-box:before { content: '\e9d8'; } .icon-box-rect:before { content: '\e9d9'; } .icon-tudou:before { content: '\e9da'; } .icon-youku:before { content: '\e9db'; } .icon-win8:before { content: '\e9dc'; } .icon-amex:before { content: '\e9dd'; } .icon-discover:before { content: '\e9de'; } .icon-duckduckgo:before { content: '\e9df'; } .icon-aim:before { content: '\e9e0'; } .icon-delicious-1:before { content: '\e9e1'; } .icon-paypal:before { content: '\e9e2'; } .icon-flattr:before { content: '\e9e3'; } .icon-android:before { content: '\e9e4'; } .icon-eventful:before { content: '\e9e5'; } .icon-smashmag:before { content: '\e9e6'; } .icon-gplus:before { content: '\e9e7'; } .icon-wikipedia:before { content: '\e9e8'; } .icon-lanyrd:before { content: '\e9e9'; } .icon-calendar-2:before { content: '\e9ea'; } .icon-stumbleupon-1:before { content: '\e9eb'; } .icon-fivehundredpx:before { content: '\e9ec'; } .icon-pinterest-1:before { content: '\e9ed'; } .icon-bitcoin:before { content: '\e9ee'; } .icon-w3c-1:before { content: '\e9ef'; } .icon-foursquare-1:before { content: '\e9f0'; } .icon-html5:before { content: '\e9f1'; } .icon-ie:before { content: '\e9f2'; } .icon-call:before { content: '\e9f3'; } .icon-grooveshark:before { content: '\e9f4'; } .icon-ninetyninedesigns:before { content: '\e9f5'; } .icon-forrst:before { content: '\e9f6'; } .icon-digg-1:before { content: '\e9f7'; } .icon-spotify:before { content: '\e9f8'; } .icon-reddit-1:before { content: '\e9f9'; } .icon-guest:before { content: '\e9fa'; } .icon-gowalla:before { content: '\e9fb'; } .icon-appstore:before { content: '\e9fc'; } .icon-blogger-2:before { content: '\e9fd'; } .icon-cc-1:before { content: '\e9fe'; } .icon-dribbble-1:before { content: '\e9ff'; } .icon-evernote:before { content: '\ea00'; } .icon-flickr-1:before { content: '\ea01'; } .icon-google:before { content: '\ea02'; } .icon-viadeo:before { content: '\ea03'; } .icon-instapaper:before { content: '\ea04'; } .icon-weibo:before { content: '\ea05'; } .icon-klout:before { content: '\ea06'; } .icon-linkedin-2:before { content: '\ea07'; } .icon-meetup:before { content: '\ea08'; } .icon-vk:before { content: '\ea09'; } .icon-plancast:before { content: '\ea0a'; } .icon-disqus:before { content: '\ea0b'; } .icon-rss-2:before { content: '\ea0c'; } .icon-skype-3:before { content: '\ea0d'; } .icon-twitter-2:before { content: '\ea0e'; } .icon-youtube-2:before { content: '\ea0f'; } .icon-vimeo-2:before { content: '\ea10'; } .icon-windows:before { content: '\ea11'; } .icon-xing:before { content: '\ea12'; } .icon-yahoo:before { content: '\ea13'; } .icon-chrome:before { content: '\ea14'; } .icon-email:before { content: '\ea15'; } .icon-macstore:before { content: '\ea16'; } .icon-myspace:before { content: '\ea17'; } .icon-podcast:before { content: '\ea18'; } .icon-amazon:before { content: '\ea19'; } .icon-steam:before { content: '\ea1a'; } .icon-cloudapp:before { content: '\ea1b'; } .icon-dropbox:before { content: '\ea1c'; } .icon-ebay:before { content: '\ea1d'; } .icon-facebook-2:before { content: '\ea1e'; } .icon-github-2:before { content: '\ea1f'; } .icon-github-circled:before { content: '\ea20'; } .icon-googleplay:before { content: '\ea21'; } .icon-itunes:before { content: '\ea22'; } .icon-plurk:before { content: '\ea23'; } .icon-songkick:before { content: '\ea24'; } .icon-lastfm-1:before { content: '\ea25'; } .icon-gmail:before { content: '\ea26'; } .icon-pinboard:before { content: '\ea27'; } .icon-openid:before { content: '\ea28'; } .icon-quora:before { content: '\ea29'; } .icon-soundcloud:before { content: '\ea2a'; } .icon-tumblr-2:before { content: '\ea2b'; } .icon-eventasaurus:before { content: '\ea2c'; } .icon-wordpress-2:before { content: '\ea2d'; } .icon-yelp:before { content: '\ea2e'; } .icon-intensedebate:before { content: '\ea2f'; } .icon-eventbrite:before { content: '\ea30'; } .icon-scribd:before { content: '\ea31'; } .icon-posterous:before { content: '\ea32'; } .icon-stripe:before { content: '\ea33'; } .icon-opentable:before { content: '\ea34'; } .icon-cart:before { content: '\ea35'; } .icon-print-2:before { content: '\ea36'; } .icon-angellist:before { content: '\ea37'; } .icon-instagram-2:before { content: '\ea38'; } .icon-dwolla:before { content: '\ea39'; } .icon-appnet:before { content: '\ea3a'; } .icon-statusnet:before { content: '\ea3b'; } .icon-acrobat:before { content: '\ea3c'; } .icon-drupal:before { content: '\ea3d'; } .icon-buffer:before { content: '\ea3e'; } .icon-pocket:before { content: '\ea3f'; } .icon-bitbucket:before { content: '\ea40'; } .icon-lego:before { content: '\ea41'; } .icon-login:before { content: '\ea42'; } .icon-stackoverflow-1:before { content: '\ea43'; } .icon-hackernews:before { content: '\ea44'; } .icon-lkdto:before { content: '\ea45'; } .icon-aboveground-rail:before { content: '\ea46'; } .icon-airfield:before { content: '\ea47'; } .icon-airport:before { content: '\ea48'; } .icon-art-gallery:before { content: '\ea49'; } .icon-bar:before { content: '\ea4a'; } .icon-baseball:before { content: '\ea4b'; } .icon-basketball:before { content: '\ea4c'; } .icon-beer:before { content: '\ea4d'; } .icon-belowground-rail:before { content: '\ea4e'; } .icon-bicycle:before { content: '\ea4f'; } .icon-bus:before { content: '\ea50'; } .icon-cafe:before { content: '\ea51'; } .icon-campsite:before { content: '\ea52'; } .icon-cemetery:before { content: '\ea53'; } .icon-cinema:before { content: '\ea54'; } .icon-college:before { content: '\ea55'; } .icon-commerical-building:before { content: '\ea56'; } .icon-credit-card-1:before { content: '\ea57'; } .icon-cricket:before { content: '\ea58'; } .icon-embassy:before { content: '\ea59'; } .icon-fast-food:before { content: '\ea5a'; } .icon-ferry:before { content: '\ea5b'; } .icon-fire-station:before { content: '\ea5c'; } .icon-football:before { content: '\ea5d'; } .icon-fuel:before { content: '\ea5e'; } .icon-garden:before { content: '\ea5f'; } .icon-giraffe:before { content: '\ea60'; } .icon-golf:before { content: '\ea61'; } .icon-grocery-store:before { content: '\ea62'; } .icon-harbor:before { content: '\ea63'; } .icon-heliport:before { content: '\ea64'; } .icon-hospital:before { content: '\ea65'; } .icon-industrial-building:before { content: '\ea66'; } .icon-library:before { content: '\ea67'; } .icon-lodging:before { content: '\ea68'; } .icon-london-underground:before { content: '\ea69'; } .icon-minefield:before { content: '\ea6a'; } .icon-monument:before { content: '\ea6b'; } .icon-museum:before { content: '\ea6c'; } .icon-pharmacy:before { content: '\ea6d'; } .icon-pitch:before { content: '\ea6e'; } .icon-police:before { content: '\ea6f'; } .icon-post:before { content: '\ea70'; } .icon-prison:before { content: '\ea71'; } .icon-rail:before { content: '\ea72'; } .icon-religious-christian:before { content: '\ea73'; } .icon-religious-islam:before { content: '\ea74'; } .icon-religious-jewish:before { content: '\ea75'; } .icon-restaurant:before { content: '\ea76'; } .icon-roadblock:before { content: '\ea77'; } .icon-school:before { content: '\ea78'; } .icon-shop-1:before { content: '\ea79'; } .icon-skiing:before { content: '\ea7a'; } .icon-soccer:before { content: '\ea7b'; } .icon-swimming:before { content: '\ea7c'; } .icon-tennis:before { content: '\ea7d'; } .icon-theatre:before { content: '\ea7e'; } .icon-toilet:before { content: '\ea7f'; } .icon-town-hall:before { content: '\ea80'; } .icon-trash-3:before { content: '\ea81'; } .icon-tree-1:before { content: '\ea82'; } .icon-tree-2:before { content: '\ea83'; } .icon-warehouse:before { content: '\ea84'; } .icon-ok-2:before { content: '\ea85'; } .icon-ok-circled-1:before { content: '\ea86'; } .icon-cancel-2:before { content: '\ea87'; } .icon-cancel-circled-1:before { content: '\ea88'; } .icon-plus-1:before { content: '\ea89'; } .icon-help-circled-2:before { content: '\ea8a'; } .icon-help-circled-alt:before { content: '\ea8b'; } .icon-info-circled-2:before { content: '\ea8c'; } .icon-info-circled-alt:before { content: '\ea8d'; } .icon-home-2:before { content: '\ea8e'; } .icon-link-1:before { content: '\ea8f'; } .icon-attach-3:before { content: '\ea90'; } .icon-lock-3:before { content: '\ea91'; } .icon-lock-alt:before { content: '\ea92'; } .icon-lock-open-2:before { content: '\ea93'; } .icon-lock-open-alt-1:before { content: '\ea94'; } .icon-eye-2:before { content: '\ea95'; } .icon-download-1:before { content: '\ea96'; } .icon-upload-1:before { content: '\ea97'; } .icon-download-cloud:before { content: '\ea98'; } .icon-upload-cloud:before { content: '\ea99'; } .icon-reply-1:before { content: '\ea9a'; } .icon-pencil-3:before { content: '\ea9b'; } .icon-export-1:before { content: '\ea9c'; } .icon-print-3:before { content: '\ea9d'; } .icon-retweet-2:before { content: '\ea9e'; } .icon-comment-3:before { content: '\ea9f'; } .icon-chat-1:before { content: '\eaa0'; } .icon-bell-1:before { content: '\eaa1'; } .icon-attention-1:before { content: '\eaa2'; } .icon-attention-alt:before { content: '\eaa3'; } .icon-location-3:before { content: '\eaa4'; } .icon-trash-4:before { content: '\eaa5'; } .icon-doc-4:before { content: '\eaa6'; } .icon-newspaper:before { content: '\eaa7'; } .icon-folder-2:before { content: '\eaa8'; } .icon-folder-open-1:before { content: '\eaa9'; } .icon-folder-empty:before { content: '\eaaa'; } .icon-folder-open-empty:before { content: '\eaab'; } .icon-cog-3:before { content: '\eaac'; } .icon-calendar-3:before { content: '\eaad'; } .icon-login-1:before { content: '\eaae'; } .icon-logout-1:before { content: '\eaaf'; } .icon-mic-1:before { content: '\eab0'; } .icon-mic-off:before { content: '\eab1'; } .icon-clock-3:before { content: '\eab2'; } .icon-stopwatch:before { content: '\eab3'; } .icon-hourglass:before { content: '\eab4'; } .icon-zoom-in-1:before { content: '\eab5'; } .icon-zoom-out-1:before { content: '\eab6'; } .icon-down-open-1:before { content: '\eab7'; } .icon-left-open-2:before { content: '\eab8'; } .icon-right-open-2:before { content: '\eab9'; } .icon-up-open-1:before { content: '\eaba'; } .icon-down-1:before { content: '\eabb'; } .icon-left-1:before { content: '\eabc'; } .icon-right-1:before { content: '\eabd'; } .icon-up-1:before { content: '\eabe'; } .icon-down-bold:before { content: '\eabf'; } .icon-left-bold:before { content: '\eac0'; } .icon-right-bold:before { content: '\eac1'; } .icon-up-bold:before { content: '\eac2'; } .icon-down-fat:before { content: '\eac3'; } .icon-left-fat:before { content: '\eac4'; } .icon-right-fat:before { content: '\eac5'; } .icon-up-fat:before { content: '\eac6'; } .icon-ccw:before { content: '\eac7'; } .icon-shuffle-1:before { content: '\eac8'; } .icon-play-1:before { content: '\eac9'; } .icon-pause-1:before { content: '\eaca'; } .icon-stop-1:before { content: '\eacb'; } .icon-to-end:before { content: '\eacc'; } .icon-to-start:before { content: '\eacd'; } .icon-fast-forward-1:before { content: '\eace'; } .icon-fast-backward-1:before { content: '\eacf'; } .icon-trophy:before { content: '\ead0'; } .icon-monitor:before { content: '\ead1'; } .icon-tablet:before { content: '\ead2'; } .icon-mobile-1:before { content: '\ead3'; } .icon-data-science:before { content: '\ead4'; } .icon-data-science-inv:before { content: '\ead5'; } .icon-inbox-2:before { content: '\ead6'; } .icon-globe-2:before { content: '\ead7'; } .icon-globe-inv:before { content: '\ead8'; } .icon-flash:before { content: '\ead9'; } .icon-cloud-3:before { content: '\eada'; } .icon-coverflow:before { content: '\eadb'; } .icon-coverflow-empty:before { content: '\eadc'; } .icon-math:before { content: '\eadd'; } .icon-math-circled:before { content: '\eade'; } .icon-math-circled-empty:before { content: '\eadf'; } .icon-paper-plane-1:before { content: '\eae0'; } .icon-paper-plane-alt:before { content: '\eae1'; } .icon-paper-plane-alt2:before { content: '\eae2'; } .icon-fontsize-1:before { content: '\eae3'; } .icon-color-adjust:before { content: '\eae4'; } .icon-fire-2:before { content: '\eae5'; } .icon-chart-bar:before { content: '\eae6'; } .icon-hdd-1:before { content: '\eae7'; } .icon-connected-object:before { content: '\eae8'; } .icon-ruler:before { content: '\eae9'; } .icon-vector:before { content: '\eaea'; } .icon-vector-pencil:before { content: '\eaeb'; } .icon-at:before { content: '\eaec'; } .icon-hash:before { content: '\eaed'; } .icon-female-1:before { content: '\eaee'; } .icon-male-1:before { content: '\eaef'; } .icon-spread:before { content: '\eaf0'; } .icon-king:before { content: '\eaf1'; } .icon-anchor:before { content: '\eaf2'; } .icon-joystick:before { content: '\eaf3'; } .icon-spinner1:before { content: '\eaf4'; } .icon-spinner2:before { content: '\eaf5'; } .icon-github-3:before { content: '\eaf6'; } .icon-github-circled-1:before { content: '\eaf7'; } .icon-github-circled-alt:before { content: '\eaf8'; } .icon-github-circled-alt2:before { content: '\eaf9'; } .icon-twitter-3:before { content: '\eafa'; } .icon-twitter-circled:before { content: '\eafb'; } .icon-facebook-3:before { content: '\eafc'; } .icon-facebook-circled:before { content: '\eafd'; } .icon-gplus-1:before { content: '\eafe'; } .icon-gplus-circled:before { content: '\eaff'; } .icon-linkedin-3:before { content: '\eb00'; } .icon-linkedin-circled:before { content: '\eb01'; } .icon-dribbble-2:before { content: '\eb02'; } .icon-dribbble-circled:before { content: '\eb03'; } .icon-instagram-3:before { content: '\eb04'; } .icon-instagram-circled:before { content: '\eb05'; } .icon-soundcloud-1:before { content: '\eb06'; } .icon-soundcloud-circled:before { content: '\eb07'; } .icon-mfg-logo:before { content: '\eb08'; } .icon-mfg-logo-circled:before { content: '\eb09'; } .icon-search-4:before { content: '\eb0a'; } .icon-mail-4:before { content: '\eb0b'; } .icon-heart-3:before { content: '\eb0c'; } .icon-heart-broken:before { content: '\eb0d'; } .icon-star-3:before { content: '\eb0e'; } .icon-star-empty-1:before { content: '\eb0f'; } .icon-star-half:before { content: '\eb10'; } .icon-star-half_empty:before { content: '\eb11'; } .icon-user-3:before { content: '\eb12'; } .icon-user-male:before { content: '\eb13'; } .icon-user-female:before { content: '\eb14'; } .icon-users:before { content: '\eb15'; } .icon-movie:before { content: '\eb16'; } .icon-videocam-2:before { content: '\eb17'; } .icon-isight:before { content: '\eb18'; } .icon-camera-3:before { content: '\eb19'; } .icon-menu:before { content: '\eb1a'; } .icon-th-thumb:before { content: '\eb1b'; } .icon-th-thumb-empty:before { content: '\eb1c'; } .icon-th-list-3:before { content: '\eb1d'; } .icon-windy-rain-inv:before { content: '\eb1e'; } .icon-snow-inv:before { content: '\eb1f'; } .icon-snow-heavy-inv:before { content: '\eb20'; } .icon-hail-inv:before { content: '\eb21'; } .icon-clouds-inv:before { content: '\eb22'; } .icon-clouds-flash-inv:before { content: '\eb23'; } .icon-temperature:before { content: '\eb24'; } .icon-windy-inv:before { content: '\eb25'; } .icon-sunrise:before { content: '\eb26'; } .icon-sun:before { content: '\eb27'; } .icon-moon:before { content: '\eb28'; } .icon-eclipse:before { content: '\eb29'; } .icon-mist:before { content: '\eb2a'; } .icon-wind:before { content: '\eb2b'; } .icon-windy-rain:before { content: '\eb2c'; } .icon-snow:before { content: '\eb2d'; } .icon-snow-alt:before { content: '\eb2e'; } .icon-snow-heavy:before { content: '\eb2f'; } .icon-hail:before { content: '\eb30'; } .icon-clouds:before { content: '\eb31'; } .icon-clouds-flash:before { content: '\eb32'; } .icon-compass-1:before { content: '\eb33'; } .icon-na:before { content: '\eb34'; } .icon-celcius:before { content: '\eb35'; } .icon-fahrenheit:before { content: '\eb36'; } .icon-clouds-flash-alt:before { content: '\eb37'; } .icon-sun-inv:before { content: '\eb38'; } .icon-moon-inv:before { content: '\eb39'; } .icon-cloud-sun-inv:before { content: '\eb3a'; } .icon-cloud-moon-inv:before { content: '\eb3b'; } .icon-cloud-inv:before { content: '\eb3c'; } .icon-cloud-flash-inv:before { content: '\eb3d'; } .icon-drizzle-inv:before { content: '\eb3e'; } .icon-rain-inv:before { content: '\eb3f'; } .icon-snowflake:before { content: '\eb40'; } .icon-cloud-sun:before { content: '\eb41'; } .icon-cloud-moon:before { content: '\eb42'; } .icon-fog-sun:before { content: '\eb43'; } .icon-fog-moon:before { content: '\eb44'; } .icon-fog-cloud:before { content: '\eb45'; } .icon-fog:before { content: '\eb46'; } .icon-cloud-4:before { content: '\eb47'; } .icon-cloud-flash:before { content: '\eb48'; } .icon-cloud-flash-alt:before { content: '\eb49'; } .icon-drizzle:before { content: '\eb4a'; } .icon-rain:before { content: '\eb4b'; } .icon-windy:before { content: '\eb4c'; } .icon-search-5:before { content: '\eb4d'; } .icon-mail-5:before { content: '\eb4e'; } .icon-heart-4:before { content: '\eb4f'; } .icon-star-4:before { content: '\eb50'; } .icon-user-4:before { content: '\eb51'; } .icon-user-woman:before { content: '\eb52'; } .icon-user-pair:before { content: '\eb53'; } .icon-video-alt-1:before { content: '\eb54'; } .icon-videocam-3:before { content: '\eb55'; } .icon-videocam-alt:before { content: '\eb56'; } .icon-camera-4:before { content: '\eb57'; } .icon-th-3:before { content: '\eb58'; } .icon-th-list-4:before { content: '\eb59'; } .icon-ok-3:before { content: '\eb5a'; } .icon-cancel-3:before { content: '\eb5b'; } .icon-cancel-circle-1:before { content: '\eb5c'; } .icon-plus-2:before { content: '\eb5d'; } .icon-home-3:before { content: '\eb5e'; } .icon-lock-4:before { content: '\eb5f'; } .icon-lock-open-3:before { content: '\eb60'; } .icon-eye-3:before { content: '\eb61'; } .icon-tag-3:before { content: '\eb62'; } .icon-thumbs-up-3:before { content: '\eb63'; } .icon-thumbs-down-2:before { content: '\eb64'; } .icon-download-2:before { content: '\eb65'; } .icon-export-2:before { content: '\eb66'; } .icon-pencil-4:before { content: '\eb67'; } .icon-pencil-alt:before { content: '\eb68'; } .icon-edit-2:before { content: '\eb69'; } .icon-chat-2:before { content: '\eb6a'; } .icon-print-4:before { content: '\eb6b'; } .icon-bell-2:before { content: '\eb6c'; } .icon-attention-2:before { content: '\eb6d'; } .icon-info-1:before { content: '\eb6e'; } .icon-question:before { content: '\eb6f'; } .icon-location-4:before { content: '\eb70'; } .icon-trash-5:before { content: '\eb71'; } .icon-doc-5:before { content: '\eb72'; } .icon-article:before { content: '\eb73'; } .icon-article-alt:before { content: '\eb74'; } .icon-rss-3:before { content: '\eb75'; } .icon-wrench-1:before { content: '\eb76'; } .icon-basket-1:before { content: '\eb77'; } .icon-basket-alt:before { content: '\eb78'; } .icon-calendar-4:before { content: '\eb79'; } .icon-calendar-alt:before { content: '\eb7a'; } .icon-volume-off-1:before { content: '\eb7b'; } .icon-volume-down-1:before { content: '\eb7c'; } .icon-volume-up-1:before { content: '\eb7d'; } .icon-bullhorn:before { content: '\eb7e'; } .icon-clock-4:before { content: '\eb7f'; } .icon-clock-alt:before { content: '\eb80'; } .icon-stop-2:before { content: '\eb81'; } .icon-resize-full-2:before { content: '\eb82'; } .icon-resize-small-1:before { content: '\eb83'; } .icon-zoom-in-2:before { content: '\eb84'; } .icon-zoom-out-2:before { content: '\eb85'; } .icon-popup-1:before { content: '\eb86'; } .icon-down-dir-1:before { content: '\eb87'; } .icon-left-dir:before { content: '\eb88'; } .icon-right-dir-1:before { content: '\eb89'; } .icon-up-dir:before { content: '\eb8a'; } .icon-down-2:before { content: '\eb8b'; } .icon-up-2:before { content: '\eb8c'; } .icon-cw-1:before { content: '\eb8d'; } .icon-signal-2:before { content: '\eb8e'; } .icon-award:before { content: '\eb8f'; } .icon-mobile-2:before { content: '\eb90'; } .icon-mobile-alt:before { content: '\eb91'; } .icon-tablet-1:before { content: '\eb92'; } .icon-ipod:before { content: '\eb93'; } .icon-cd-1:before { content: '\eb94'; } .icon-grid:before { content: '\eb95'; } .icon-book-1:before { content: '\eb96'; } .icon-easel:before { content: '\eb97'; } .icon-globe-3:before { content: '\eb98'; } .icon-chart-1:before { content: '\eb99'; } .icon-chart-bar-1:before { content: '\eb9a'; } .icon-chart-pie:before { content: '\eb9b'; } .icon-dollar:before { content: '\eb9c'; } .icon-at-1:before { content: '\eb9d'; } .icon-colon:before { content: '\eb9e'; } .icon-semicolon:before { content: '\eb9f'; } .icon-squares:before { content: '\eba0'; } .icon-money-1:before { content: '\eba1'; } .icon-facebook-4:before { content: '\eba2'; } .icon-facebook-rect-2:before { content: '\eba3'; } .icon-twitter-4:before { content: '\eba4'; } .icon-twitter-bird-2:before { content: '\eba5'; } .icon-twitter-rect:before { content: '\eba6'; } .icon-youtube-3:before { content: '\eba7'; } .icon-search-6:before { content: '\eba8'; } .icon-mail-6:before { content: '\eba9'; } .icon-heart-5:before { content: '\ebaa'; } .icon-heart-empty-2:before { content: '\ebab'; } .icon-star-5:before { content: '\ebac'; } .icon-user-5:before { content: '\ebad'; } .icon-video-2:before { content: '\ebae'; } .icon-picture-2:before { content: '\ebaf'; } .icon-camera-5:before { content: '\ebb0'; } .icon-ok-4:before { content: '\ebb1'; } .icon-ok-circle-1:before { content: '\ebb2'; } .icon-cancel-4:before { content: '\ebb3'; } .icon-cancel-circle-2:before { content: '\ebb4'; } .icon-plus-3:before { content: '\ebb5'; } .icon-plus-circle-1:before { content: '\ebb6'; } .icon-minus-1:before { content: '\ebb7'; } .icon-minus-circle-1:before { content: '\ebb8'; } .icon-help-2:before { content: '\ebb9'; } .icon-info-2:before { content: '\ebba'; } .icon-home-4:before { content: '\ebbb'; } .icon-link-2:before { content: '\ebbc'; } .icon-attach-4:before { content: '\ebbd'; } .icon-lock-5:before { content: '\ebbe'; } .icon-lock-empty:before { content: '\ebbf'; } .icon-lock-open-4:before { content: '\ebc0'; } .icon-lock-open-empty:before { content: '\ebc1'; } .icon-pin:before { content: '\ebc2'; } .icon-eye-4:before { content: '\ebc3'; } .icon-tag-4:before { content: '\ebc4'; } .icon-tag-empty:before { content: '\ebc5'; } .icon-download-3:before { content: '\ebc6'; } .icon-upload-2:before { content: '\ebc7'; } .icon-download-cloud-1:before { content: '\ebc8'; } .icon-upload-cloud-1:before { content: '\ebc9'; } .icon-quote-left:before { content: '\ebca'; } .icon-quote-right:before { content: '\ebcb'; } .icon-quote-left-alt:before { content: '\ebcc'; } .icon-quote-right-alt:before { content: '\ebcd'; } .icon-pencil-5:before { content: '\ebce'; } .icon-pencil-neg:before { content: '\ebcf'; } .icon-pencil-alt-1:before { content: '\ebd0'; } .icon-undo:before { content: '\ebd1'; } .icon-comment-4:before { content: '\ebd2'; } .icon-comment-inv:before { content: '\ebd3'; } .icon-comment-alt-2:before { content: '\ebd4'; } .icon-comment-inv-alt:before { content: '\ebd5'; } .icon-comment-alt2:before { content: '\ebd6'; } .icon-comment-inv-alt2:before { content: '\ebd7'; } .icon-chat-3:before { content: '\ebd8'; } .icon-chat-inv:before { content: '\ebd9'; } .icon-location-5:before { content: '\ebda'; } .icon-location-inv:before { content: '\ebdb'; } .icon-location-alt:before { content: '\ebdc'; } .icon-compass-2:before { content: '\ebdd'; } .icon-trash-6:before { content: '\ebde'; } .icon-trash-empty:before { content: '\ebdf'; } .icon-doc-6:before { content: '\ebe0'; } .icon-doc-inv-1:before { content: '\ebe1'; } .icon-doc-alt:before { content: '\ebe2'; } .icon-doc-inv-alt:before { content: '\ebe3'; } .icon-article-1:before { content: '\ebe4'; } .icon-article-alt-1:before { content: '\ebe5'; } .icon-book-open:before { content: '\ebe6'; } .icon-folder-3:before { content: '\ebe7'; } .icon-folder-empty-1:before { content: '\ebe8'; } .icon-box-1:before { content: '\ebe9'; } .icon-rss-4:before { content: '\ebea'; } .icon-rss-alt-1:before { content: '\ebeb'; } .icon-cog-4:before { content: '\ebec'; } .icon-wrench-2:before { content: '\ebed'; } .icon-share-1:before { content: '\ebee'; } .icon-calendar-5:before { content: '\ebef'; } .icon-calendar-inv:before { content: '\ebf0'; } .icon-calendar-alt-1:before { content: '\ebf1'; } .icon-mic-2:before { content: '\ebf2'; } .icon-volume-off-2:before { content: '\ebf3'; } .icon-volume-up-2:before { content: '\ebf4'; } .icon-headphones-1:before { content: '\ebf5'; } .icon-clock-5:before { content: '\ebf6'; } .icon-lamp:before { content: '\ebf7'; } .icon-block-2:before { content: '\ebf8'; } .icon-resize-full-3:before { content: '\ebf9'; } .icon-resize-full-alt-1:before { content: '\ebfa'; } .icon-resize-small-2:before { content: '\ebfb'; } .icon-resize-small-alt:before { content: '\ebfc'; } .icon-resize-vertical-1:before { content: '\ebfd'; } .icon-resize-horizontal-1:before { content: '\ebfe'; } .icon-move-1:before { content: '\ebff'; } .icon-popup-2:before { content: '\ec00'; } .icon-down-3:before { content: '\ec01'; } .icon-left-2:before { content: '\ec02'; } .icon-right-2:before { content: '\ec03'; } .icon-up-3:before { content: '\ec04'; } .icon-down-circle-1:before { content: '\ec05'; } .icon-left-circle-1:before { content: '\ec06'; } .icon-right-circle-1:before { content: '\ec07'; } .icon-up-circle-1:before { content: '\ec08'; } .icon-cw-2:before { content: '\ec09'; } .icon-loop:before { content: '\ec0a'; } .icon-loop-alt:before { content: '\ec0b'; } .icon-exchange:before { content: '\ec0c'; } .icon-split:before { content: '\ec0d'; } .icon-arrow-curved:before { content: '\ec0e'; } .icon-play-2:before { content: '\ec0f'; } .icon-play-circle2:before { content: '\ec10'; } .icon-stop-3:before { content: '\ec11'; } .icon-pause-2:before { content: '\ec12'; } .icon-to-start-1:before { content: '\ec13'; } .icon-to-end-1:before { content: '\ec14'; } .icon-eject-1:before { content: '\ec15'; } .icon-target-2:before { content: '\ec16'; } .icon-signal-3:before { content: '\ec17'; } .icon-award-1:before { content: '\ec18'; } .icon-award-empty:before { content: '\ec19'; } .icon-list-2:before { content: '\ec1a'; } .icon-list-nested:before { content: '\ec1b'; } .icon-bat-empty:before { content: '\ec1c'; } .icon-bat-half:before { content: '\ec1d'; } .icon-bat-full:before { content: '\ec1e'; } .icon-bat-charge:before { content: '\ec1f'; } .icon-mobile-3:before { content: '\ec20'; } .icon-cd-2:before { content: '\ec21'; } .icon-equalizer:before { content: '\ec22'; } .icon-cursor:before { content: '\ec23'; } .icon-aperture:before { content: '\ec24'; } .icon-aperture-alt:before { content: '\ec25'; } .icon-steering-wheel:before { content: '\ec26'; } .icon-book-2:before { content: '\ec27'; } .icon-book-alt:before { content: '\ec28'; } .icon-brush:before { content: '\ec29'; } .icon-brush-alt:before { content: '\ec2a'; } .icon-eyedropper:before { content: '\ec2b'; } .icon-layers:before { content: '\ec2c'; } .icon-layers-alt:before { content: '\ec2d'; } .icon-sun-1:before { content: '\ec2e'; } .icon-sun-inv-1:before { content: '\ec2f'; } .icon-cloud-5:before { content: '\ec30'; } .icon-rain-1:before { content: '\ec31'; } .icon-flash-1:before { content: '\ec32'; } .icon-moon-1:before { content: '\ec33'; } .icon-moon-inv-1:before { content: '\ec34'; } .icon-umbrella:before { content: '\ec35'; } .icon-chart-bar-2:before { content: '\ec36'; } .icon-chart-pie-1:before { content: '\ec37'; } .icon-chart-pie-alt:before { content: '\ec38'; } .icon-key-2:before { content: '\ec39'; } .icon-key-inv:before { content: '\ec3a'; } .icon-hash-1:before { content: '\ec3b'; } .icon-at-2:before { content: '\ec3c'; } .icon-pilcrow:before { content: '\ec3d'; } .icon-dial:before { content: '\ec3e'; } .icon-right-3:before { content: '\ec3f'; } .icon-up-4:before { content: '\ec40'; } .icon-down-outline:before { content: '\ec41'; } .icon-left-outline:before { content: '\ec42'; } .icon-right-outline:before { content: '\ec43'; } .icon-up-outline:before { content: '\ec44'; } .icon-down-small:before { content: '\ec45'; } .icon-left-small:before { content: '\ec46'; } .icon-right-small:before { content: '\ec47'; } .icon-up-small:before { content: '\ec48'; } .icon-cw-outline:before { content: '\ec49'; } .icon-cw-3:before { content: '\ec4a'; } .icon-arrows-cw-outline:before { content: '\ec4b'; } .icon-arrows-cw-2:before { content: '\ec4c'; } .icon-loop-outline:before { content: '\ec4d'; } .icon-loop-1:before { content: '\ec4e'; } .icon-loop-alt-outline:before { content: '\ec4f'; } .icon-loop-alt-1:before { content: '\ec50'; } .icon-shuffle-2:before { content: '\ec51'; } .icon-play-outline:before { content: '\ec52'; } .icon-play-3:before { content: '\ec53'; } .icon-stop-outline:before { content: '\ec54'; } .icon-stop-4:before { content: '\ec55'; } .icon-pause-outline:before { content: '\ec56'; } .icon-pause-3:before { content: '\ec57'; } .icon-fast-fw-outline:before { content: '\ec58'; } .icon-fast-fw:before { content: '\ec59'; } .icon-rewind-outline:before { content: '\ec5a'; } .icon-rewind:before { content: '\ec5b'; } .icon-record-outline:before { content: '\ec5c'; } .icon-record-1:before { content: '\ec5d'; } .icon-eject-outline:before { content: '\ec5e'; } .icon-eject-2:before { content: '\ec5f'; } .icon-eject-alt-outline:before { content: '\ec60'; } .icon-eject-alt:before { content: '\ec61'; } .icon-bat1:before { content: '\ec62'; } .icon-bat2:before { content: '\ec63'; } .icon-bat3:before { content: '\ec64'; } .icon-bat4:before { content: '\ec65'; } .icon-bat-charge-1:before { content: '\ec66'; } .icon-plug:before { content: '\ec67'; } .icon-target-outline:before { content: '\ec68'; } .icon-target-3:before { content: '\ec69'; } .icon-wifi-outline:before { content: '\ec6a'; } .icon-wifi:before { content: '\ec6b'; } .icon-desktop-2:before { content: '\ec6c'; } .icon-laptop-1:before { content: '\ec6d'; } .icon-tablet-2:before { content: '\ec6e'; } .icon-mobile-4:before { content: '\ec6f'; } .icon-contrast:before { content: '\ec70'; } .icon-globe-outline:before { content: '\ec71'; } .icon-globe-4:before { content: '\ec72'; } .icon-globe-alt-outline:before { content: '\ec73'; } .icon-globe-alt-1:before { content: '\ec74'; } .icon-sun-2:before { content: '\ec75'; } .icon-sun-filled:before { content: '\ec76'; } .icon-cloud-6:before { content: '\ec77'; } .icon-flash-outline:before { content: '\ec78'; } .icon-flash-2:before { content: '\ec79'; } .icon-moon-2:before { content: '\ec7a'; } .icon-waves-outline:before { content: '\ec7b'; } .icon-waves:before { content: '\ec7c'; } .icon-rain-2:before { content: '\ec7d'; } .icon-cloud-sun-1:before { content: '\ec7e'; } .icon-drizzle-1:before { content: '\ec7f'; } .icon-snow-1:before { content: '\ec80'; } .icon-cloud-flash-1:before { content: '\ec81'; } .icon-cloud-wind:before { content: '\ec82'; } .icon-wind-1:before { content: '\ec83'; } .icon-plane-outline:before { content: '\ec84'; } .icon-plane:before { content: '\ec85'; } .icon-leaf-1:before { content: '\ec86'; } .icon-lifebuoy:before { content: '\ec87'; } .icon-briefcase-1:before { content: '\ec88'; } .icon-brush-1:before { content: '\ec89'; } .icon-pipette:before { content: '\ec8a'; } .icon-power-outline:before { content: '\ec8b'; } .icon-power:before { content: '\ec8c'; } .icon-check-outline:before { content: '\ec8d'; } .icon-check-1:before { content: '\ec8e'; } .icon-gift-1:before { content: '\ec8f'; } .icon-temperatire:before { content: '\ec90'; } .icon-chart-outline:before { content: '\ec91'; } .icon-chart-2:before { content: '\ec92'; } .icon-chart-alt-outline:before { content: '\ec93'; } .icon-chart-alt:before { content: '\ec94'; } .icon-chart-bar-outline:before { content: '\ec95'; } .icon-chart-bar-3:before { content: '\ec96'; } .icon-chart-pie-outline:before { content: '\ec97'; } .icon-chart-pie-2:before { content: '\ec98'; } .icon-ticket:before { content: '\ec99'; } .icon-credit-card-2:before { content: '\ec9a'; } .icon-clipboard-1:before { content: '\ec9b'; } .icon-database-1:before { content: '\ec9c'; } .icon-key-outline:before { content: '\ec9d'; } .icon-key-3:before { content: '\ec9e'; } .icon-flow-split:before { content: '\ec9f'; } .icon-flow-merge:before { content: '\eca0'; } .icon-flow-parallel:before { content: '\eca1'; } .icon-flow-cross:before { content: '\eca2'; } .icon-certificate-outline:before { content: '\eca3'; } .icon-certificate-1:before { content: '\eca4'; } .icon-scissors-outline:before { content: '\eca5'; } .icon-scissors:before { content: '\eca6'; } .icon-flask:before { content: '\eca7'; } .icon-wine:before { content: '\eca8'; } .icon-coffee:before { content: '\eca9'; } .icon-beer-1:before { content: '\ecaa'; } .icon-anchor-outline:before { content: '\ecab'; } .icon-anchor-1:before { content: '\ecac'; } .icon-puzzle-outline:before { content: '\ecad'; } .icon-puzzle:before { content: '\ecae'; } .icon-tree:before { content: '\ecaf'; } .icon-calculator:before { content: '\ecb0'; } .icon-infinity-outline:before { content: '\ecb1'; } .icon-infinity:before { content: '\ecb2'; } .icon-pi-outline:before { content: '\ecb3'; } .icon-pi:before { content: '\ecb4'; } .icon-at-3:before { content: '\ecb5'; } .icon-at-circled:before { content: '\ecb6'; } .icon-looped-square-outline:before { content: '\ecb7'; } .icon-looped-square-interest:before { content: '\ecb8'; } .icon-sort-alphabet-outline:before { content: '\ecb9'; } .icon-sort-alphabet:before { content: '\ecba'; } .icon-sort-numeric-outline:before { content: '\ecbb'; } .icon-sort-numeric:before { content: '\ecbc'; } .icon-dribbble-circled-1:before { content: '\ecbd'; } .icon-dribbble-3:before { content: '\ecbe'; } .icon-facebook-circled-1:before { content: '\ecbf'; } .icon-facebook-5:before { content: '\ecc0'; } .icon-flickr-circled:before { content: '\ecc1'; } .icon-flickr-2:before { content: '\ecc2'; } .icon-github-circled-2:before { content: '\ecc3'; } .icon-github-4:before { content: '\ecc4'; } .icon-lastfm-circled:before { content: '\ecc5'; } .icon-lastfm-2:before { content: '\ecc6'; } .icon-linkedin-circled-1:before { content: '\ecc7'; } .icon-linkedin-4:before { content: '\ecc8'; } .icon-pinterest-circled:before { content: '\ecc9'; } .icon-pinterest-2:before { content: '\ecca'; } .icon-skype-outline:before { content: '\eccb'; } .icon-skype-4:before { content: '\eccc'; } .icon-tumbler-circled:before { content: '\eccd'; } .icon-tumbler:before { content: '\ecce'; } .icon-twitter-circled-1:before { content: '\eccf'; } .icon-twitter-5:before { content: '\ecd0'; } .icon-vimeo-circled:before { content: '\ecd1'; } .icon-vimeo-3:before { content: '\ecd2'; } .icon-picture-outline:before { content: '\ecd3'; } .icon-picture-3:before { content: '\ecd4'; } .icon-camera-outline:before { content: '\ecd5'; } .icon-camera-6:before { content: '\ecd6'; } .icon-th-outline:before { content: '\ecd7'; } .icon-th-4:before { content: '\ecd8'; } .icon-th-large-outline:before { content: '\ecd9'; } .icon-th-large-3:before { content: '\ecda'; } .icon-th-list-outline:before { content: '\ecdb'; } .icon-th-list-5:before { content: '\ecdc'; } .icon-ok-outline:before { content: '\ecdd'; } .icon-ok-5:before { content: '\ecde'; } .icon-cancel-outline:before { content: '\ecdf'; } .icon-cancel-5:before { content: '\ece0'; } .icon-cancel-alt:before { content: '\ece1'; } .icon-cancel-alt-filled:before { content: '\ece2'; } .icon-cancel-circled-outline:before { content: '\ece3'; } .icon-cancel-circled-2:before { content: '\ece4'; } .icon-plus-outline:before { content: '\ece5'; } .icon-plus-4:before { content: '\ece6'; } .icon-minus-outline:before { content: '\ece7'; } .icon-minus-2:before { content: '\ece8'; } .icon-divide-outline:before { content: '\ece9'; } .icon-divide:before { content: '\ecea'; } .icon-eq-outline:before { content: '\eceb'; } .icon-eq:before { content: '\ecec'; } .icon-info-outline:before { content: '\eced'; } .icon-info-3:before { content: '\ecee'; } .icon-home-outline:before { content: '\ecef'; } .icon-home-5:before { content: '\ecf0'; } .icon-link-outline:before { content: '\ecf1'; } .icon-link-3:before { content: '\ecf2'; } .icon-attach-outline:before { content: '\ecf3'; } .icon-attach-5:before { content: '\ecf4'; } .icon-lock-6:before { content: '\ecf5'; } .icon-lock-filled:before { content: '\ecf6'; } .icon-lock-open-5:before { content: '\ecf7'; } .icon-lock-open-filled:before { content: '\ecf8'; } .icon-pin-outline:before { content: '\ecf9'; } .icon-pin-1:before { content: '\ecfa'; } .icon-eye-outline:before { content: '\ecfb'; } .icon-eye-5:before { content: '\ecfc'; } .icon-tag-5:before { content: '\ecfd'; } .icon-tags-1:before { content: '\ecfe'; } .icon-bookmark-1:before { content: '\ecff'; } .icon-flag-2:before { content: '\ed00'; } .icon-flag-filled:before { content: '\ed01'; } .icon-thumbs-up-4:before { content: '\ed02'; } .icon-thumbs-down-3:before { content: '\ed03'; } .icon-download-outline:before { content: '\ed04'; } .icon-download-4:before { content: '\ed05'; } .icon-upload-outline:before { content: '\ed06'; } .icon-upload-3:before { content: '\ed07'; } .icon-upload-cloud-outline:before { content: '\ed08'; } .icon-upload-cloud-2:before { content: '\ed09'; } .icon-reply-outline:before { content: '\ed0a'; } .icon-reply-2:before { content: '\ed0b'; } .icon-forward-outline:before { content: '\ed0c'; } .icon-forward-2:before { content: '\ed0d'; } .icon-code-outline:before { content: '\ed0e'; } .icon-code-1:before { content: '\ed0f'; } .icon-export-outline:before { content: '\ed10'; } .icon-export-3:before { content: '\ed11'; } .icon-pencil-6:before { content: '\ed12'; } .icon-pen:before { content: '\ed13'; } .icon-feather:before { content: '\ed14'; } .icon-edit-3:before { content: '\ed15'; } .icon-print-5:before { content: '\ed16'; } .icon-comment-5:before { content: '\ed17'; } .icon-chat-4:before { content: '\ed18'; } .icon-chat-alt:before { content: '\ed19'; } .icon-bell-3:before { content: '\ed1a'; } .icon-attention-3:before { content: '\ed1b'; } .icon-attention-filled:before { content: '\ed1c'; } .icon-warning-empty:before { content: '\ed1d'; } .icon-warning-1:before { content: '\ed1e'; } .icon-contacts:before { content: '\ed1f'; } .icon-vcard:before { content: '\ed20'; } .icon-address:before { content: '\ed21'; } .icon-location-outline:before { content: '\ed22'; } .icon-location-6:before { content: '\ed23'; } .icon-map:before { content: '\ed24'; } .icon-direction-outline:before { content: '\ed25'; } .icon-direction:before { content: '\ed26'; } .icon-compass-3:before { content: '\ed27'; } .icon-trash-7:before { content: '\ed28'; } .icon-doc-7:before { content: '\ed29'; } .icon-doc-text-1:before { content: '\ed2a'; } .icon-doc-add:before { content: '\ed2b'; } .icon-doc-remove:before { content: '\ed2c'; } .icon-news:before { content: '\ed2d'; } .icon-folder-4:before { content: '\ed2e'; } .icon-folder-add:before { content: '\ed2f'; } .icon-folder-delete:before { content: '\ed30'; } .icon-archive-1:before { content: '\ed31'; } .icon-box-2:before { content: '\ed32'; } .icon-rss-outline:before { content: '\ed33'; } .icon-rss-5:before { content: '\ed34'; } .icon-phone-outline:before { content: '\ed35'; } .icon-phone-1:before { content: '\ed36'; } .icon-menu-outline:before { content: '\ed37'; } .icon-menu-1:before { content: '\ed38'; } .icon-cog-outline:before { content: '\ed39'; } .icon-cog-5:before { content: '\ed3a'; } .icon-wrench-outline:before { content: '\ed3b'; } .icon-wrench-3:before { content: '\ed3c'; } .icon-basket-2:before { content: '\ed3d'; } .icon-calendar-outlilne:before { content: '\ed3e'; } .icon-calendar-6:before { content: '\ed3f'; } .icon-mic-outline:before { content: '\ed40'; } .icon-mic-3:before { content: '\ed41'; } .icon-volume-off-3:before { content: '\ed42'; } .icon-volume-low:before { content: '\ed43'; } .icon-volume-middle:before { content: '\ed44'; } .icon-volume-high:before { content: '\ed45'; } .icon-headphones-2:before { content: '\ed46'; } .icon-clock-6:before { content: '\ed47'; } .icon-wristwatch:before { content: '\ed48'; } .icon-stopwatch-1:before { content: '\ed49'; } .icon-lightbulb-2:before { content: '\ed4a'; } .icon-block-outline:before { content: '\ed4b'; } .icon-block-3:before { content: '\ed4c'; } .icon-resize-full-outline:before { content: '\ed4d'; } .icon-resize-full-4:before { content: '\ed4e'; } .icon-resize-normal-outline:before { content: '\ed4f'; } .icon-resize-normal:before { content: '\ed50'; } .icon-move-outline:before { content: '\ed51'; } .icon-move-2:before { content: '\ed52'; } .icon-popup-3:before { content: '\ed53'; } .icon-zoom-in-outline:before { content: '\ed54'; } .icon-zoom-in-3:before { content: '\ed55'; } .icon-zoom-out-outline:before { content: '\ed56'; } .icon-zoom-out-3:before { content: '\ed57'; } .icon-popup-4:before { content: '\ed58'; } .icon-left-open-outline:before { content: '\ed59'; } .icon-left-open-3:before { content: '\ed5a'; } .icon-right-open-outline:before { content: '\ed5b'; } .icon-right-open-3:before { content: '\ed5c'; } .icon-down-4:before { content: '\ed5d'; } .icon-left-3:before { content: '\ed5e'; } .icon-music-outline:before { content: '\ed5f'; } .icon-music-3:before { content: '\ed60'; } .icon-search-outline:before { content: '\ed61'; } .icon-search-7:before { content: '\ed62'; } .icon-mail-7:before { content: '\ed63'; } .icon-heart-6:before { content: '\ed64'; } .icon-heart-filled:before { content: '\ed65'; } .icon-star-6:before { content: '\ed66'; } .icon-star-filled:before { content: '\ed67'; } .icon-user-outline:before { content: '\ed68'; } .icon-user-6:before { content: '\ed69'; } .icon-users-outline:before { content: '\ed6a'; } .icon-users-1:before { content: '\ed6b'; } .icon-user-add-outline:before { content: '\ed6c'; } .icon-user-add:before { content: '\ed6d'; } .icon-user-delete-outline:before { content: '\ed6e'; } .icon-user-delete:before { content: '\ed6f'; } .icon-video-3:before { content: '\ed70'; } .icon-videocam-outline:before { content: '\ed71'; } .icon-videocam-4:before { content: '\ed72'; } .icon-cc-2:before { content: '\ed73'; } .icon-cc-by:before { content: '\ed74'; } .icon-cc-nc:before { content: '\ed75'; } .icon-cc-nc-eu:before { content: '\ed76'; } .icon-facebook-circled-2:before { content: '\ed77'; } .icon-facebook-squared:before { content: '\ed78'; } .icon-gplus-2:before { content: '\ed79'; } .icon-gplus-circled-1:before { content: '\ed7a'; } .icon-qq:before { content: '\ed7b'; } .icon-instagram-4:before { content: '\ed7c'; } .icon-dropbox-1:before { content: '\ed7d'; } .icon-evernote-1:before { content: '\ed7e'; } .icon-smashing:before { content: '\ed7f'; } .icon-sweden:before { content: '\ed80'; } .icon-db-shape:before { content: '\ed81'; } .icon-logo-db:before { content: '\ed82'; } .icon-lamp-1:before { content: '\ed83'; } .icon-light-down:before { content: '\ed84'; } .icon-light-up:before { content: '\ed85'; } .icon-adjust-1:before { content: '\ed86'; } .icon-block-4:before { content: '\ed87'; } .icon-resize-full-5:before { content: '\ed88'; } .icon-resize-small-3:before { content: '\ed89'; } .icon-popup-5:before { content: '\ed8a'; } .icon-publish:before { content: '\ed8b'; } .icon-window:before { content: '\ed8c'; } .icon-arrow-combo:before { content: '\ed8d'; } .icon-down-circled-1:before { content: '\ed8e'; } .icon-left-circled-1:before { content: '\ed8f'; } .icon-right-circled-1:before { content: '\ed90'; } .icon-up-circled-1:before { content: '\ed91'; } .icon-down-open-2:before { content: '\ed92'; } .icon-left-open-4:before { content: '\ed93'; } .icon-right-open-4:before { content: '\ed94'; } .icon-up-open-2:before { content: '\ed95'; } .icon-down-open-mini:before { content: '\ed96'; } .icon-left-open-mini:before { content: '\ed97'; } .icon-right-open-mini:before { content: '\ed98'; } .icon-up-open-mini:before { content: '\ed99'; } .icon-down-open-big:before { content: '\ed9a'; } .icon-left-open-big:before { content: '\ed9b'; } .icon-right-open-big:before { content: '\ed9c'; } .icon-up-open-big:before { content: '\ed9d'; } .icon-down-5:before { content: '\ed9e'; } .icon-left-4:before { content: '\ed9f'; } .icon-right-4:before { content: '\eda0'; } .icon-up-5:before { content: '\eda1'; } .icon-down-dir-2:before { content: '\eda2'; } .icon-left-dir-1:before { content: '\eda3'; } .icon-right-dir-2:before { content: '\eda4'; } .icon-up-dir-1:before { content: '\eda5'; } .icon-down-bold-1:before { content: '\eda6'; } .icon-left-bold-1:before { content: '\eda7'; } .icon-right-bold-1:before { content: '\eda8'; } .icon-up-bold-1:before { content: '\eda9'; } .icon-down-thin:before { content: '\edaa'; } .icon-left-thin:before { content: '\edab'; } .icon-right-thin:before { content: '\edac'; } .icon-up-thin:before { content: '\edad'; } .icon-ccw-1:before { content: '\edae'; } .icon-cw-4:before { content: '\edaf'; } .icon-arrows-ccw:before { content: '\edb0'; } .icon-level-down:before { content: '\edb1'; } .icon-level-up:before { content: '\edb2'; } .icon-shuffle-3:before { content: '\edb3'; } .icon-loop-2:before { content: '\edb4'; } .icon-switch:before { content: '\edb5'; } .icon-play-4:before { content: '\edb6'; } .icon-stop-5:before { content: '\edb7'; } .icon-pause-4:before { content: '\edb8'; } .icon-record-2:before { content: '\edb9'; } .icon-to-end-2:before { content: '\edba'; } .icon-to-start-2:before { content: '\edbb'; } .icon-fast-forward-2:before { content: '\edbc'; } .icon-fast-backward-2:before { content: '\edbd'; } .icon-progress-8:before { content: '\edbe'; } .icon-progress-9:before { content: '\edbf'; } .icon-progress-10:before { content: '\edc0'; } .icon-progress-11:before { content: '\edc1'; } .icon-target-4:before { content: '\edc2'; } .icon-palette:before { content: '\edc3'; } .icon-list-3:before { content: '\edc4'; } .icon-list-add:before { content: '\edc5'; } .icon-signal-4:before { content: '\edc6'; } .icon-trophy-1:before { content: '\edc7'; } .icon-battery:before { content: '\edc8'; } .icon-back-in-time:before { content: '\edc9'; } .icon-monitor-1:before { content: '\edca'; } .icon-mobile-5:before { content: '\edcb'; } .icon-network-1:before { content: '\edcc'; } .icon-cd-3:before { content: '\edcd'; } .icon-inbox-3:before { content: '\edce'; } .icon-install:before { content: '\edcf'; } .icon-globe-5:before { content: '\edd0'; } .icon-cloud-7:before { content: '\edd1'; } .icon-cloud-thunder:before { content: '\edd2'; } .icon-flash-3:before { content: '\edd3'; } .icon-moon-3:before { content: '\edd4'; } .icon-flight-1:before { content: '\edd5'; } .icon-paper-plane-2:before { content: '\edd6'; } .icon-leaf-2:before { content: '\edd7'; } .icon-lifebuoy-1:before { content: '\edd8'; } .icon-mouse:before { content: '\edd9'; } .icon-briefcase-2:before { content: '\edda'; } .icon-suitcase:before { content: '\eddb'; } .icon-dot:before { content: '\eddc'; } .icon-dot-2:before { content: '\eddd'; } .icon-dot-3:before { content: '\edde'; } .icon-brush-2:before { content: '\eddf'; } .icon-magnet-1:before { content: '\ede0'; } .icon-infinity-1:before { content: '\ede1'; } .icon-erase:before { content: '\ede2'; } .icon-chart-pie-3:before { content: '\ede3'; } .icon-chart-line:before { content: '\ede4'; } .icon-chart-bar-4:before { content: '\ede5'; } .icon-chart-area:before { content: '\ede6'; } .icon-tape:before { content: '\ede7'; } .icon-graduation-cap-1:before { content: '\ede8'; } .icon-language:before { content: '\ede9'; } .icon-ticket-1:before { content: '\edea'; } .icon-water:before { content: '\edeb'; } .icon-droplet:before { content: '\edec'; } .icon-air:before { content: '\eded'; } .icon-credit-card-3:before { content: '\edee'; } .icon-floppy:before { content: '\edef'; } .icon-clipboard-2:before { content: '\edf0'; } .icon-megaphone-2:before { content: '\edf1'; } .icon-database-2:before { content: '\edf2'; } .icon-drive:before { content: '\edf3'; } .icon-bucket:before { content: '\edf4'; } .icon-thermometer:before { content: '\edf5'; } .icon-key-4:before { content: '\edf6'; } .icon-flow-cascade:before { content: '\edf7'; } .icon-flow-branch:before { content: '\edf8'; } .icon-flow-tree:before { content: '\edf9'; } .icon-flow-line:before { content: '\edfa'; } .icon-cc-nc-jp:before { content: '\edfb'; } .icon-cc-sa:before { content: '\edfc'; } .icon-cc-nd:before { content: '\edfd'; } .icon-cc-pd:before { content: '\edfe'; } .icon-cc-zero:before { content: '\edff'; } .icon-cc-share:before { content: '\ee00'; } .icon-cc-remix:before { content: '\ee01'; } .icon-github-5:before { content: '\ee02'; } .icon-github-circled-3:before { content: '\ee03'; } .icon-flickr-3:before { content: '\ee04'; } .icon-flickr-circled-1:before { content: '\ee05'; } .icon-vimeo-4:before { content: '\ee06'; } .icon-pinterest-3:before { content: '\ee07'; } .icon-pinterest-circled-1:before { content: '\ee08'; } .icon-tumblr-3:before { content: '\ee09'; } .icon-tumblr-circled:before { content: '\ee0a'; } .icon-linkedin-5:before { content: '\ee0b'; } .icon-linkedin-circled-2:before { content: '\ee0c'; } .icon-dribbble-4:before { content: '\ee0d'; } .icon-dribbble-circled-2:before { content: '\ee0e'; } .icon-stumbleupon-2:before { content: '\ee0f'; } .icon-stumbleupon-circled:before { content: '\ee10'; } .icon-lastfm-3:before { content: '\ee11'; } .icon-lastfm-circled-1:before { content: '\ee12'; } .icon-flattr-1:before { content: '\ee13'; } .icon-skype-5:before { content: '\ee14'; } .icon-skype-circled:before { content: '\ee15'; } .icon-renren:before { content: '\ee16'; } .icon-sina-weibo:before { content: '\ee17'; } .icon-paypal-1:before { content: '\ee18'; } .icon-picasa-2:before { content: '\ee19'; } .icon-soundcloud-2:before { content: '\ee1a'; } .icon-mixi:before { content: '\ee1b'; } .icon-behance-1:before { content: '\ee1c'; } .icon-google-circles:before { content: '\ee1d'; } .icon-vkontakte-1:before { content: '\ee1e'; } .icon-flow-parallel-1:before { content: '\ee1f'; } .icon-rocket:before { content: '\ee20'; } .icon-gauge-1:before { content: '\ee21'; } .icon-traffic-cone:before { content: '\ee22'; } .icon-vimeo-circled-1:before { content: '\ee23'; } .icon-twitter-6:before { content: '\ee24'; } .icon-twitter-circled-2:before { content: '\ee25'; } .icon-facebook-6:before { content: '\ee26'; } .icon-rdio:before { content: '\ee27'; } .icon-rdio-circled:before { content: '\ee28'; } .icon-spotify-1:before { content: '\ee29'; } .icon-spotify-circled:before { content: '\ee2a'; } .icon-note-1:before { content: '\ee2b'; } .icon-note-beamed:before { content: '\ee2c'; } .icon-music-4:before { content: '\ee2d'; } .icon-search-8:before { content: '\ee2e'; } .icon-flashlight:before { content: '\ee2f'; } .icon-mail-8:before { content: '\ee30'; } .icon-heart-7:before { content: '\ee31'; } .icon-heart-empty-3:before { content: '\ee32'; } .icon-star-7:before { content: '\ee33'; } .icon-star-empty-2:before { content: '\ee34'; } .icon-user-7:before { content: '\ee35'; } .icon-users-2:before { content: '\ee36'; } .icon-user-add-1:before { content: '\ee37'; } .icon-video-4:before { content: '\ee38'; } .icon-picture-4:before { content: '\ee39'; } .icon-camera-7:before { content: '\ee3a'; } .icon-layout:before { content: '\ee3b'; } .icon-menu-2:before { content: '\ee3c'; } .icon-check-2:before { content: '\ee3d'; } .icon-cancel-6:before { content: '\ee3e'; } .icon-cancel-circled-3:before { content: '\ee3f'; } .icon-cancel-squared:before { content: '\ee40'; } .icon-plus-5:before { content: '\ee41'; } .icon-plus-circled-1:before { content: '\ee42'; } .icon-plus-squared:before { content: '\ee43'; } .icon-minus-3:before { content: '\ee44'; } .icon-minus-circled-1:before { content: '\ee45'; } .icon-minus-squared:before { content: '\ee46'; } .icon-help-3:before { content: '\ee47'; } .icon-help-circled-3:before { content: '\ee48'; } .icon-info-4:before { content: '\ee49'; } .icon-info-circled-3:before { content: '\ee4a'; } .icon-back:before { content: '\ee4b'; } .icon-home-6:before { content: '\ee4c'; } .icon-link-4:before { content: '\ee4d'; } .icon-attach-6:before { content: '\ee4e'; } .icon-lock-7:before { content: '\ee4f'; } .icon-lock-open-6:before { content: '\ee50'; } .icon-eye-6:before { content: '\ee51'; } .icon-tag-6:before { content: '\ee52'; } .icon-bookmark-2:before { content: '\ee53'; } .icon-bookmarks:before { content: '\ee54'; } .icon-flag-3:before { content: '\ee55'; } .icon-thumbs-up-5:before { content: '\ee56'; } .icon-thumbs-down-4:before { content: '\ee57'; } .icon-download-5:before { content: '\ee58'; } .icon-upload-4:before { content: '\ee59'; } .icon-upload-cloud-3:before { content: '\ee5a'; } .icon-reply-3:before { content: '\ee5b'; } .icon-reply-all-1:before { content: '\ee5c'; } .icon-forward-3:before { content: '\ee5d'; } .icon-quote-1:before { content: '\ee5e'; } .icon-code-2:before { content: '\ee5f'; } .icon-export-4:before { content: '\ee60'; } .icon-pencil-7:before { content: '\ee61'; } .icon-feather-1:before { content: '\ee62'; } .icon-print-6:before { content: '\ee63'; } .icon-retweet-3:before { content: '\ee64'; } .icon-keyboard:before { content: '\ee65'; } .icon-comment-6:before { content: '\ee66'; } .icon-chat-5:before { content: '\ee67'; } .icon-bell-4:before { content: '\ee68'; } .icon-attention-4:before { content: '\ee69'; } .icon-alert:before { content: '\ee6a'; } .icon-vcard-1:before { content: '\ee6b'; } .icon-address-1:before { content: '\ee6c'; } .icon-location-7:before { content: '\ee6d'; } .icon-map-1:before { content: '\ee6e'; } .icon-direction-1:before { content: '\ee6f'; } .icon-compass-4:before { content: '\ee70'; } .icon-cup-1:before { content: '\ee71'; } .icon-trash-8:before { content: '\ee72'; } .icon-doc-8:before { content: '\ee73'; } .icon-docs-1:before { content: '\ee74'; } .icon-doc-landscape:before { content: '\ee75'; } .icon-doc-text-2:before { content: '\ee76'; } .icon-doc-text-inv:before { content: '\ee77'; } .icon-newspaper-1:before { content: '\ee78'; } .icon-book-open-1:before { content: '\ee79'; } .icon-book-3:before { content: '\ee7a'; } .icon-folder-5:before { content: '\ee7b'; } .icon-archive-2:before { content: '\ee7c'; } .icon-box-3:before { content: '\ee7d'; } .icon-rss-6:before { content: '\ee7e'; } .icon-phone-2:before { content: '\ee7f'; } .icon-cog-6:before { content: '\ee80'; } .icon-tools:before { content: '\ee81'; } .icon-share-2:before { content: '\ee82'; } .icon-shareable:before { content: '\ee83'; } .icon-basket-3:before { content: '\ee84'; } .icon-bag:before { content: '\ee85'; } .icon-calendar-7:before { content: '\ee86'; } .icon-login-2:before { content: '\ee87'; } .icon-logout-2:before { content: '\ee88'; } .icon-mic-4:before { content: '\ee89'; } .icon-mute:before { content: '\ee8a'; } .icon-sound-1:before { content: '\ee8b'; } .icon-volume-1:before { content: '\ee8c'; } .icon-clock-7:before { content: '\ee8d'; } .icon-hourglass-1:before { content: '\ee8e'; } .icon-down-big:before { content: '\ee8f'; } .icon-left-big:before { content: '\ee90'; } .icon-right-big:before { content: '\ee91'; } .icon-up-big:before { content: '\ee92'; } .icon-right-hand-1:before { content: '\ee93'; } .icon-left-hand-1:before { content: '\ee94'; } .icon-up-hand-1:before { content: '\ee95'; } .icon-down-hand-1:before { content: '\ee96'; } .icon-left-circled-2:before { content: '\ee97'; } .icon-right-circled-2:before { content: '\ee98'; } .icon-up-circled-2:before { content: '\ee99'; } .icon-down-circled-2:before { content: '\ee9a'; } .icon-cw-5:before { content: '\ee9b'; } .icon-ccw-2:before { content: '\ee9c'; } .icon-arrows-cw-3:before { content: '\ee9d'; } .icon-level-up-1:before { content: '\ee9e'; } .icon-level-down-1:before { content: '\ee9f'; } .icon-shuffle-4:before { content: '\eea0'; } .icon-exchange-1:before { content: '\eea1'; } .icon-history:before { content: '\eea2'; } .icon-expand:before { content: '\eea3'; } .icon-collapse:before { content: '\eea4'; } .icon-expand-right:before { content: '\eea5'; } .icon-collapse-left:before { content: '\eea6'; } .icon-play-5:before { content: '\eea7'; } .icon-play-circled-1:before { content: '\eea8'; } .icon-play-circled2-1:before { content: '\eea9'; } .icon-stop-6:before { content: '\eeaa'; } .icon-pause-5:before { content: '\eeab'; } .icon-to-end-3:before { content: '\eeac'; } .icon-to-end-alt:before { content: '\eead'; } .icon-to-start-3:before { content: '\eeae'; } .icon-to-start-alt:before { content: '\eeaf'; } .icon-fast-fw-1:before { content: '\eeb0'; } .icon-fast-bw:before { content: '\eeb1'; } .icon-eject-3:before { content: '\eeb2'; } .icon-target-5:before { content: '\eeb3'; } .icon-signal-5:before { content: '\eeb4'; } .icon-award-2:before { content: '\eeb5'; } .icon-desktop-3:before { content: '\eeb6'; } .icon-laptop-2:before { content: '\eeb7'; } .icon-tablet-3:before { content: '\eeb8'; } .icon-mobile-6:before { content: '\eeb9'; } .icon-inbox-4:before { content: '\eeba'; } .icon-globe-6:before { content: '\eebb'; } .icon-sun-3:before { content: '\eebc'; } .icon-cloud-8:before { content: '\eebd'; } .icon-flash-4:before { content: '\eebe'; } .icon-moon-4:before { content: '\eebf'; } .icon-umbrella-1:before { content: '\eec0'; } .icon-flight-2:before { content: '\eec1'; } .icon-fighter-jet:before { content: '\eec2'; } .icon-paper-plane-3:before { content: '\eec3'; } .icon-paper-plane-empty:before { content: '\eec4'; } .icon-space-shuttle:before { content: '\eec5'; } .icon-leaf-3:before { content: '\eec6'; } .icon-font-2:before { content: '\eec7'; } .icon-bold-1:before { content: '\eec8'; } .icon-italic-1:before { content: '\eec9'; } .icon-header:before { content: '\eeca'; } .icon-paragraph:before { content: '\eecb'; } .icon-text-height-1:before { content: '\eecc'; } .icon-text-width-1:before { content: '\eecd'; } .icon-align-left-1:before { content: '\eece'; } .icon-align-center-1:before { content: '\eecf'; } .icon-align-right-1:before { content: '\eed0'; } .icon-align-justify-1:before { content: '\eed1'; } .icon-list-4:before { content: '\eed2'; } .icon-indent-left-2:before { content: '\eed3'; } .icon-indent-right-2:before { content: '\eed4'; } .icon-list-bullet:before { content: '\eed5'; } .icon-list-numbered-1:before { content: '\eed6'; } .icon-strike:before { content: '\eed7'; } .icon-underline:before { content: '\eed8'; } .icon-superscript:before { content: '\eed9'; } .icon-subscript:before { content: '\eeda'; } .icon-table:before { content: '\eedb'; } .icon-columns:before { content: '\eedc'; } .icon-crop:before { content: '\eedd'; } .icon-scissors-1:before { content: '\eede'; } .icon-paste:before { content: '\eedf'; } .icon-briefcase-3:before { content: '\eee0'; } .icon-suitcase-1:before { content: '\eee1'; } .icon-ellipsis:before { content: '\eee2'; } .icon-ellipsis-vert:before { content: '\eee3'; } .icon-off-1:before { content: '\eee4'; } .icon-road-1:before { content: '\eee5'; } .icon-list-alt:before { content: '\eee6'; } .icon-qrcode-1:before { content: '\eee7'; } .icon-barcode-1:before { content: '\eee8'; } .icon-book-4:before { content: '\eee9'; } .icon-ajust:before { content: '\eeea'; } .icon-tint-1:before { content: '\eeeb'; } .icon-check-3:before { content: '\eeec'; } .icon-check-empty-1:before { content: '\eeed'; } .icon-circle:before { content: '\eeee'; } .icon-circle-empty:before { content: '\eeef'; } .icon-circle-thin:before { content: '\eef0'; } .icon-circle-notch:before { content: '\eef1'; } .icon-dot-circled:before { content: '\eef2'; } .icon-asterisk-1:before { content: '\eef3'; } .icon-gift-2:before { content: '\eef4'; } .icon-fire-3:before { content: '\eef5'; } .icon-magnet-2:before { content: '\eef6'; } .icon-chart-bar-5:before { content: '\eef7'; } .icon-ticket-2:before { content: '\eef8'; } .icon-credit-card-4:before { content: '\eef9'; } .icon-floppy-1:before { content: '\eefa'; } .icon-megaphone-3:before { content: '\eefb'; } .icon-hdd-2:before { content: '\eefc'; } .icon-key-5:before { content: '\eefd'; } .icon-fork:before { content: '\eefe'; } .icon-rocket-1:before { content: '\eeff'; } .icon-bug:before { content: '\ef00'; } .icon-certificate-2:before { content: '\ef01'; } .icon-tasks-1:before { content: '\ef02'; } .icon-filter-1:before { content: '\ef03'; } .icon-beaker-1:before { content: '\ef04'; } .icon-magic:before { content: '\ef05'; } .icon-cab:before { content: '\ef06'; } .icon-taxi:before { content: '\ef07'; } .icon-truck-1:before { content: '\ef08'; } .icon-money-2:before { content: '\ef09'; } .icon-euro:before { content: '\ef0a'; } .icon-pound:before { content: '\ef0b'; } .icon-dollar-1:before { content: '\ef0c'; } .icon-rupee:before { content: '\ef0d'; } .icon-yen:before { content: '\ef0e'; } .icon-rouble:before { content: '\ef0f'; } .icon-try:before { content: '\ef10'; } .icon-won:before { content: '\ef11'; } .icon-bitcoin-1:before { content: '\ef12'; } .icon-sort:before { content: '\ef13'; } .icon-sort-down:before { content: '\ef14'; } .icon-sort-up:before { content: '\ef15'; } .icon-sort-alt-up:before { content: '\ef16'; } .icon-sort-alt-down:before { content: '\ef17'; } .icon-sort-name-up:before { content: '\ef18'; } .icon-sort-name-down:before { content: '\ef19'; } .icon-sort-number-up:before { content: '\ef1a'; } .icon-sort-number-down:before { content: '\ef1b'; } .icon-hammer:before { content: '\ef1c'; } .icon-gauge-2:before { content: '\ef1d'; } .icon-sitemap:before { content: '\ef1e'; } .icon-spinner:before { content: '\ef1f'; } .icon-coffee-1:before { content: '\ef20'; } .icon-food-1:before { content: '\ef21'; } .icon-beer-2:before { content: '\ef22'; } .icon-user-md:before { content: '\ef23'; } .icon-stethoscope:before { content: '\ef24'; } .icon-ambulance:before { content: '\ef25'; } .icon-medkit:before { content: '\ef26'; } .icon-h-sigh:before { content: '\ef27'; } .icon-hospital-1:before { content: '\ef28'; } .icon-building:before { content: '\ef29'; } .icon-building-filled:before { content: '\ef2a'; } .icon-bank:before { content: '\ef2b'; } .icon-smile:before { content: '\ef2c'; } .icon-frown:before { content: '\ef2d'; } .icon-meh:before { content: '\ef2e'; } .icon-anchor-2:before { content: '\ef2f'; } .icon-terminal-1:before { content: '\ef30'; } .icon-eraser:before { content: '\ef31'; } .icon-puzzle-1:before { content: '\ef32'; } .icon-shield:before { content: '\ef33'; } .icon-extinguisher:before { content: '\ef34'; } .icon-bullseye:before { content: '\ef35'; } .icon-wheelchair:before { content: '\ef36'; } .icon-language-1:before { content: '\ef37'; } .icon-graduation-cap-2:before { content: '\ef38'; } .icon-paw:before { content: '\ef39'; } .icon-spoon:before { content: '\ef3a'; } .icon-cube:before { content: '\ef3b'; } .icon-cubes:before { content: '\ef3c'; } .icon-recycle:before { content: '\ef3d'; } .icon-tree-3:before { content: '\ef3e'; } .icon-database-3:before { content: '\ef3f'; } .icon-lifebuoy-2:before { content: '\ef40'; } .icon-rebel:before { content: '\ef41'; } .icon-empire:before { content: '\ef42'; } .icon-bomb:before { content: '\ef43'; } .icon-adn:before { content: '\ef44'; } .icon-android-1:before { content: '\ef45'; } .icon-apple:before { content: '\ef46'; } .icon-behance-2:before { content: '\ef47'; } .icon-behance-squared:before { content: '\ef48'; } .icon-bitbucket-1:before { content: '\ef49'; } .icon-bitbucket-squared:before { content: '\ef4a'; } .icon-codeopen:before { content: '\ef4b'; } .icon-css3:before { content: '\ef4c'; } .icon-delicious-2:before { content: '\ef4d'; } .icon-deviantart-2:before { content: '\ef4e'; } .icon-digg-2:before { content: '\ef4f'; } .icon-dribbble-5:before { content: '\ef50'; } .icon-dropbox-2:before { content: '\ef51'; } .icon-drupal-1:before { content: '\ef52'; } .icon-facebook-7:before { content: '\ef53'; } .icon-facebook-squared-1:before { content: '\ef54'; } .icon-flickr-4:before { content: '\ef55'; } .icon-foursquare-2:before { content: '\ef56'; } .icon-git-squared:before { content: '\ef57'; } .icon-git:before { content: '\ef58'; } .icon-github-6:before { content: '\ef59'; } .icon-github-squared:before { content: '\ef5a'; } .icon-github-circled-4:before { content: '\ef5b'; } .icon-gittip:before { content: '\ef5c'; } .icon-google-1:before { content: '\ef5d'; } .icon-gplus-3:before { content: '\ef5e'; } .icon-gplus-squared:before { content: '\ef5f'; } .icon-hacker-news:before { content: '\ef60'; } .icon-html5-1:before { content: '\ef61'; } .icon-instagramm:before { content: '\ef62'; } .icon-joomla:before { content: '\ef63'; } .icon-jsfiddle:before { content: '\ef64'; } .icon-linkedin-squared:before { content: '\ef65'; } .icon-linux:before { content: '\ef66'; } .icon-linkedin-6:before { content: '\ef67'; } .icon-maxcdn:before { content: '\ef68'; } .icon-openid-1:before { content: '\ef69'; } .icon-pagelines:before { content: '\ef6a'; } .icon-pied-piper-squared:before { content: '\ef6b'; } .icon-pied-piper-alt:before { content: '\ef6c'; } .icon-pinterest-circled-2:before { content: '\ef6d'; } .icon-pinterest-squared:before { content: '\ef6e'; } .icon-qq-1:before { content: '\ef6f'; } .icon-reddit-2:before { content: '\ef70'; } .icon-reddit-squared:before { content: '\ef71'; } .icon-renren-1:before { content: '\ef72'; } .icon-skype-6:before { content: '\ef73'; } .icon-slack:before { content: '\ef74'; } .icon-soundclowd:before { content: '\ef75'; } .icon-spotify-2:before { content: '\ef76'; } .icon-stackexchange:before { content: '\ef77'; } .icon-stackoverflow-2:before { content: '\ef78'; } .icon-steam-1:before { content: '\ef79'; } .icon-steam-squared:before { content: '\ef7a'; } .icon-stumbleupon-3:before { content: '\ef7b'; } .icon-stumbleupon-circled-1:before { content: '\ef7c'; } .icon-tencent-weibo:before { content: '\ef7d'; } .icon-trello:before { content: '\ef7e'; } .icon-tumblr-4:before { content: '\ef7f'; } .icon-tumblr-squared:before { content: '\ef80'; } .icon-twitter-squared:before { content: '\ef81'; } .icon-twitter-7:before { content: '\ef82'; } .icon-vimeo-squared:before { content: '\ef83'; } .icon-vine:before { content: '\ef84'; } .icon-vkontakte-2:before { content: '\ef85'; } .icon-wechat:before { content: '\ef86'; } .icon-weibo-1:before { content: '\ef87'; } .icon-windows-1:before { content: '\ef88'; } .icon-wordpress-3:before { content: '\ef89'; } .icon-xing-1:before { content: '\ef8a'; } .icon-xing-squared:before { content: '\ef8b'; } .icon-youtube-4:before { content: '\ef8c'; } .icon-yahoo-1:before { content: '\ef8d'; } .icon-youtube-squared:before { content: '\ef8e'; } .icon-youtube-play:before { content: '\ef8f'; } .icon-blank:before { content: '\ef90'; } .icon-lemon:before { content: '\ef91'; } .icon-rss-7:before { content: '\ef92'; } .icon-rss-squared:before { content: '\ef93'; } .icon-phone-3:before { content: '\ef94'; } .icon-phone-squared:before { content: '\ef95'; } .icon-fax:before { content: '\ef96'; } .icon-menu-3:before { content: '\ef97'; } .icon-cog-7:before { content: '\ef98'; } .icon-cog-alt:before { content: '\ef99'; } .icon-wrench-4:before { content: '\ef9a'; } .icon-sliders:before { content: '\ef9b'; } .icon-basket-4:before { content: '\ef9c'; } .icon-calendar-8:before { content: '\ef9d'; } .icon-calendar-empty:before { content: '\ef9e'; } .icon-login-3:before { content: '\ef9f'; } .icon-logout-3:before { content: '\efa0'; } .icon-mic-5:before { content: '\efa1'; } .icon-mute-1:before { content: '\efa2'; } .icon-volume-off-4:before { content: '\efa3'; } .icon-volume-down-2:before { content: '\efa4'; } .icon-volume-up-3:before { content: '\efa5'; } .icon-headphones-3:before { content: '\efa6'; } .icon-clock-8:before { content: '\efa7'; } .icon-lightbulb-3:before { content: '\efa8'; } .icon-block-5:before { content: '\efa9'; } .icon-resize-full-6:before { content: '\efaa'; } .icon-resize-full-alt-2:before { content: '\efab'; } .icon-resize-small-4:before { content: '\efac'; } .icon-resize-vertical-2:before { content: '\efad'; } .icon-resize-horizontal-2:before { content: '\efae'; } .icon-move-3:before { content: '\efaf'; } .icon-zoom-in-4:before { content: '\efb0'; } .icon-zoom-out-4:before { content: '\efb1'; } .icon-down-circled2:before { content: '\efb2'; } .icon-up-circled2:before { content: '\efb3'; } .icon-left-circled2:before { content: '\efb4'; } .icon-right-circled2:before { content: '\efb5'; } .icon-down-dir-3:before { content: '\efb6'; } .icon-up-dir-2:before { content: '\efb7'; } .icon-left-dir-2:before { content: '\efb8'; } .icon-right-dir-3:before { content: '\efb9'; } .icon-down-open-3:before { content: '\efba'; } .icon-left-open-5:before { content: '\efbb'; } .icon-right-open-5:before { content: '\efbc'; } .icon-up-open-3:before { content: '\efbd'; } .icon-angle-left:before { content: '\efbe'; } .icon-angle-right:before { content: '\efbf'; } .icon-angle-up:before { content: '\efc0'; } .icon-angle-down:before { content: '\efc1'; } .icon-angle-circled-left:before { content: '\efc2'; } .icon-angle-circled-right:before { content: '\efc3'; } .icon-angle-circled-up:before { content: '\efc4'; } .icon-angle-circled-down:before { content: '\efc5'; } .icon-angle-double-left:before { content: '\efc6'; } .icon-angle-double-right:before { content: '\efc7'; } .icon-angle-double-up:before { content: '\efc8'; } .icon-angle-double-down:before { content: '\efc9'; } .icon-down-6:before { content: '\efca'; } .icon-left-5:before { content: '\efcb'; } .icon-right-5:before { content: '\efcc'; } .icon-up-6:before { content: '\efcd'; } .icon-thumbs-up-alt:before { content: '\efce'; } .icon-thumbs-down-alt:before { content: '\efcf'; } .icon-download-6:before { content: '\efd0'; } .icon-upload-5:before { content: '\efd1'; } .icon-download-cloud-2:before { content: '\efd2'; } .icon-upload-cloud-4:before { content: '\efd3'; } .icon-reply-4:before { content: '\efd4'; } .icon-reply-all-2:before { content: '\efd5'; } .icon-forward-4:before { content: '\efd6'; } .icon-quote-left-1:before { content: '\efd7'; } .icon-quote-right-1:before { content: '\efd8'; } .icon-code-3:before { content: '\efd9'; } .icon-export-5:before { content: '\efda'; } .icon-export-alt:before { content: '\efdb'; } .icon-share-3:before { content: '\efdc'; } .icon-retweet-4:before { content: '\efdd'; } .icon-keyboard-1:before { content: '\efde'; } .icon-gamepad:before { content: '\efdf'; } .icon-comment-7:before { content: '\efe0'; } .icon-chat-6:before { content: '\efe1'; } .icon-comment-empty:before { content: '\efe2'; } .icon-chat-empty:before { content: '\efe3'; } .icon-bell-5:before { content: '\efe4'; } .icon-bell-alt:before { content: '\efe5'; } .icon-attention-alt-1:before { content: '\efe6'; } .icon-attention-5:before { content: '\efe7'; } .icon-attention-circled:before { content: '\efe8'; } .icon-location-8:before { content: '\efe9'; } .icon-direction-2:before { content: '\efea'; } .icon-compass-5:before { content: '\efeb'; } .icon-doc-text-inv-1:before { content: '\efec'; } .icon-file-pdf:before { content: '\efed'; } .icon-file-word:before { content: '\efee'; } .icon-file-excel:before { content: '\efef'; } .icon-file-powerpoint:before { content: '\eff0'; } .icon-file-image:before { content: '\eff1'; } .icon-file-archive:before { content: '\eff2'; } .icon-file-audio:before { content: '\eff3'; } .icon-file-video:before { content: '\eff4'; } .icon-file-code:before { content: '\eff5'; } .icon-folder-6:before { content: '\eff6'; } .icon-folder-open-2:before { content: '\eff7'; } .icon-folder-empty-2:before { content: '\eff8'; } .icon-folder-open-empty-1:before { content: '\eff9'; } .icon-box-4:before { content: '\effa'; } .icon-mail-squared:before { content: '\effb'; } .icon-heart-8:before { content: '\effc'; } .icon-heart-empty-4:before { content: '\effd'; } .icon-star-8:before { content: '\effe'; } .icon-star-empty-3:before { content: '\efff'; } .icon-star-half-1:before { content: '\f000'; } .icon-star-half-alt:before { content: '\f001'; } .icon-user-8:before { content: '\f002'; } .icon-users-3:before { content: '\f003'; } .icon-male-2:before { content: '\f004'; } .icon-female-2:before { content: '\f005'; } .icon-child-1:before { content: '\f006'; } .icon-video-5:before { content: '\f007'; } .icon-videocam-5:before { content: '\f008'; } .icon-picture-5:before { content: '\f009'; } .icon-ok-6:before { content: '\f00a'; } .icon-ok-circled-2:before { content: '\f00b'; } .icon-ok-circled2-1:before { content: '\f00c'; } .icon-ok-squared:before { content: '\f00d'; } .icon-cancel-7:before { content: '\f00e'; } .icon-cancel-circled-4:before { content: '\f00f'; } .icon-cancel-circled2-1:before { content: '\f010'; } .icon-plus-6:before { content: '\f011'; } .icon-plus-circled-2:before { content: '\f012'; } .icon-plus-squared-1:before { content: '\f013'; } .icon-plus-squared-alt:before { content: '\f014'; } .icon-minus-4:before { content: '\f015'; } .icon-minus-circled-2:before { content: '\f016'; } .icon-minus-squared-1:before { content: '\f017'; } .icon-minus-squared-alt:before { content: '\f018'; } .icon-link-5:before { content: '\f019'; } .icon-unlink:before { content: '\f01a'; } .icon-link-ext:before { content: '\f01b'; } .icon-link-ext-alt:before { content: '\f01c'; } .icon-attach-7:before { content: '\f01d'; } .icon-lock-8:before { content: '\f01e'; } .icon-lock-open-7:before { content: '\f01f'; } .icon-lock-open-alt-2:before { content: '\f020'; } .icon-pin-2:before { content: '\f021'; } .icon-eye-7:before { content: '\f022'; } .icon-eye-off-1:before { content: '\f023'; } .icon-tag-7:before { content: '\f024'; } .icon-tags-2:before { content: '\f025'; } .icon-bookmark-3:before { content: '\f026'; } .icon-bookmark-empty-1:before { content: '\f027'; }html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}*{margin:0;padding:0;border:none;}article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background: transparent;border: 0 none;font-weight: inherit;margin: 0;padding: 0;border: 0;outline: 0;vertical-align: top;}a{text-decoration:none;outline: none !important;}b, strong{font-weight:bold !important;}q {quotes: none;}table, table td { padding:0;border:none;border-collapse:collapse;}img{vertical-align:top; max-width:100%; height: auto; }embed{ vertical-align:top;}input,textarea{font-family:inherit;}input,button{-webkit-appearance:none;outline: none;background:transparent;}button::-moz-focus-inner{border:0;}th{text-align:left;}textarea{outline:none !important;}.clearfix::after{content:""; display: block; clear:both;}button{cursor: pointer;}#_atssh{display: none !important;} body {
font:400 14px/21px '33535gillsansmt', sans-serif;
color: #777;
background-color: #004969;
background-attachment: fixed;
}
a { color: #333; }
a, button {
-webkit-transition:color .7s ease, border-color .7s ease, background-color .7s ease;
transition:color .7s ease, border-color .7s ease, background-color .7s ease;
}
a:hover {
color: #0186c8;
text-decoration: none;
}
a:hover, button:hover {
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
::selection {
background-color: #0186c8;
color:#fff;
}
::-moz-selection {
background-color: #0186c8;
color:#fff;
}
::-webkit-scrollbar {
width: 10px;
background-color: #e7e7e7;
}
::-webkit-scrollbar-thumb {
background-color: #4ac4fa;
border: 1px solid rgba(0,0,0,.2);
border-radius: 5px;
box-shadow: 1px 1px 1px 0 rgba(0,0,0,.2);
}
::-webkit-input-placeholder {
color:#b2b2b2;
-webkit-transition: text-indent .5s ease, color .5s ease;
transition: text-indent .5s ease, color .5s ease;
}
input::-moz-placeholder{
color:#b2b2b2;
opacity:1;
}
::ms-input-placeholder {
color:#b2b2b2;
}
[placeholder]:focus::-webkit-input-placeholder{
text-indent:10em;
color:transparent;
}
audio,
iframe[src*="soundcloud.com"] { width: 100%; } body.mad__queryloader .mad__loader {
position: fixed;
top: 0;
left: 0;
z-index: 500;
width: 100%;
height: 100%;
background-color: #fff;
}
body.mad__queryloader .queryloader__overlay__bar {
top: 0 !important;
margin-top: 0 !important;
} .wp-caption.alignright {
margin-bottom: 20px;
margin-left: 20px;
}
.wp-caption.alignleft  {
margin-bottom: 20px;
margin-right: 20px;
}
.wp-caption.alignnone { margin-bottom: 20px; }
.wp-caption 	 { max-width: 100%; }
.wp-caption-text { margin: 5px 0; }
.sticky {}
.gallery {}
.gallery-caption {}
.bypostauthor {} img.size-full {}
img.size-large {}
img.size-medium {}
img.size-thumbnail {} blockquote {}
code {}
pre {}
hr {}
del {}
.gallery-item .gallery-icon a {
display: block;
position: relative;
}
.alignnone { }
.align_center { text-align: center; }
.align_left	  { text-align: left; }
.align_right  { text-align: right; }
.alignleft    { float: left; }
.alignright   { float: right; }
img.alignleft, a.alignleft     { margin: 0 20px 15px 0; }
img.alignright, a.alignright   { margin: 0 0 15px 20px; }
img.aligncenter, a.aligncenter { margin: 0 auto; }
a.alignnone,
a.alignleft,
a.alignright { position: relative; }
a.alignnone { display: inline-block; }
img.aligncenter { display: block; }
a.alignleft img.alignleft,
a.alignright img.alignright { margin: 0; }
span.aligncenter {
display: block;
margin-bottom: 15px;
text-align: center;
}
a.aligncenter {
position: relative;
float: none;
display: inline-block;
text-align: center;
}
a.aligncenter img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.wrapper { overflow: hidden; }
.boxed_layout,
.wide_layout {
overflow-x: hidden;
background-color: #fff;
margin: auto;
}
.wide_layout  { width: 100%; }
.section_offset { position: relative; }
.section_offset:not(:last-child) { margin-bottom: 40px; }
.widget { position: relative; }
.widget:not(:last-child) { margin-bottom: 40px; }
[class*="page_wrapper"] { background-color: #f8f8f8; }
.page_wrapper { padding: 40px 0 60px; }
body.is_before_content_page .page_wrapper { padding-top: 0; }
aside#sidebar {
position: relative;
z-index: 200;
}
.page_wrapper.sbl main#main 	{ float: right; }
.page_wrapper.sbl aside#sidebar { float: left; }
.page_wrapper.sbr main#main 	{ float: left; }
.page_wrapper.sbr aside#sidebar { float: right; }
.secondary_page_wrapper { padding: 10px 0 60px; }
.main_product .title a       { color: #4ac4fa; }
.main_product .title a:hover { color: #018bc8; }
.thumbnail {
display: block;
overflow: hidden;
}
.thumbnail img {
-webkit-backface-visibility:hidden;
-webkit-transition:-webkit-transform .4s ease;
transition:transform .4s ease;
}
.thumbnail:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.theme_box {
position: relative;
padding: 20px 19px;
border: 1px solid #DFDFDF;
background-color: #fff;
background-clip: padding-box;
border-radius: 3px;
}
.vc_row.theme_box {
margin: 0;
padding: 20px;
}
.theme_box:not(:last-child) { border-radius: 3px 3px 0 0; }
.theme_box + .theme_box:not(:last-child) {
border-top-width: 0;
border-radius: 0;
}
.theme_box + .theme_box:last-child{
border-top-width: 0;
border-radius: 0 0 3px 3px;
}
.top_box, .bottom_box,
.post_bottom_box {
padding: 15px 19px;
background-color: #fff;
border: 1px solid #DFDFDF;
}
.top_box {
border-bottom: none;
border-radius: 3px 3px 0 0;
}
.bottom_box,
.post_bottom_box {
border-top: none;
border-radius: 0 0 3px 3px;
}
.post-area footer.bottom_box { position: relative; }
.post-area footer.bottom_box.on_the_sides {
top: -1px;
border-top: 1px solid #DFDFDF;
}
.with-pagination .bottom_box { border-radius: 0; }
.post_bottom_box {
position: relative;
overflow: hidden;
} @-moz-document url-prefix(){
.social_feeds .tweet_list{
perspective: 600px;
transform-style:preserve-3d;
transform:perspective(600px);
}
}
.on_the_sides {
display: table;
table-layout: fixed;
width: 100%;
}
.on_the_sides > [class*="_side"] {
display: table-cell;
vertical-align: middle;
}
.on_the_sides > .left_side { width: 80%; }
footer.on_the_sides > .left_side { width: 40%; }
.post-area .on_the_sides > .left_side,
.template-search .on_the_sides > .left_side,
.with-pagination .on_the_sides > .left_side { width: 40%; }
.on_the_sides > .right_side { text-align: right; }
.on_the_sides > .right_side > * {
display: inline-block;
text-align: left;
}
.on_the_sides > .left_side p { margin-bottom: 0; }
.video_wrap,
.proportional_frame{
position: relative;
height: 0;
padding-bottom: 58%;
}
.video_wrap > iframe,
.proportional_frame > iframe{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.video_wrap.alignleft,
.video_wrap.alignright{
padding-bottom: 31%;
width: 48.63%;
margin-right: 20px;
}
.video_wrap.alignleft{ margin-right: 20px; }
.video_wrap.alignright{ margin-left: 20px; }
.proportional_frame{ padding-bottom: 77%; }
.v_centered > * {
display: inline-block;
vertical-align: middle;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.on_the_sides h1,
.on_the_sides h2,
.on_the_sides h3,
.on_the_sides h4,
.on_the_sides h5,
.on_the_sides h6{
padding-top: 0;
margin-bottom: 0;
}
.v_centered > *:not(:first-child) { margin-left: 10px; }
.v_baseline > *{
display: inline-block;
vertical-align: baseline;
}
.v_baseline > *:not(:first-child) { margin-left: 8px; }
.relative { position: relative; }
.hide { display: none; }
.show { display: block; }  h1, h2, h3, h4, h5, h6 {
color: #333;
font-weight: inherit;
line-height: 1em;
margin-top: 0;
margin-bottom: 15px;
}
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
small { font-size: 12px; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.bold { font-weight: 600 ; }
.sub { color: #777; }
b, strong { font-weight: bold; }
ul, ol { list-style-position: inside; }
ul, ol { margin-bottom: 25px; }
ul li,
ol li { list-style-position: inside; }
ol { list-style-type: decimal; }
ul:not(.list_of_entries) ul, ol ol, ul:not(.list_of_entries) ol, ol ul { margin-bottom: 0; }
mark{
display: inline-block;
padding:0 2px;
color: #fff;
background-color: #018bc8;
}
abbr[title] {
border-bottom: 1px dotted #DFDFDF;
border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
cursor: help;
}
address {
font-style: italic;
margin: 0 0 1.6em;
}
dfn, cite, em, i { font-style: italic; }
q { quotes: none; }
dt { font-weight: 700; }
big { font-size: 125%; }
del { opacity: 0.8; }
table, dl { margin-bottom: 25px; }
table {
border: 1px solid #DFDFDF;
border-radius: 3px;
}
p, blockquote { margin-bottom: 1em; }
code, kbd, tt, var, samp, pre {
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #aaa;
background-color: #f8f8f8;
border-radius: 4px;
}
pre {
clear:both;
border-style: solid;
border-width: 1px;
overflow:auto;
padding:2em;
line-height: 2em;
font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
margin-bottom: 1em;
position: relative;
left: 0;
text-transform: none;
width: 100%;
word-break: break-all;
word-wrap: break-word;
-webkit-background-size: 100% 4em;
background-size: 100% 4em;
-webkit-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
blockquote{
position: relative;
z-index: 2;
padding: 19px 50px 19px 20px;
background-color: #fff;
border: 1px solid #DFDFDF;
background-clip: padding-box;
border-radius: 3px;
}
blockquote::before{
content:"";
display: block;
width:41px;
height:33px;
background:url(https://75e5ae.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/images/quotes.png) no-repeat;
position: absolute;
top: 13px;
right: 13px;
}
blockquote.type_2{
font-size: 16px;
font-weight: 600;
padding: 16px 19px 18px 33px;
line-height: 24px;
}
blockquote.type_2::after{
content: "";
position: absolute;
left: 19px;
top: 18px;
bottom: 18px;
display: block;
width: 3px;
background-color: #018bc8;
}
blockquote .author_info{
color:#333;
font-size: 14px;
font-weight: 600;
padding-right: 50px;
}
blockquote:not(.type_2) .author_info { margin-bottom: 4px; }
blockquote.type_2 .author_info { margin-top: 7px; }
blockquote p { margin-bottom: .5em; }
sup, sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub { top: .5ex;   }
sup { bottom: 1ex; }
img {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: top;
} .breadcrumbs {
padding-top: 10px;
background-color: #f8f8f8;
}
.breadcrumbs > li{ display: inline-block; }
.breadcrumbs > li:not(:last-child)::after{
content: "/";
display: inline-block;
margin-left: 4px;
}
.subcaption{ margin-bottom: 10px; }
.page_title{ margin-bottom: 27px; }
.icon_link > i[class|="icon"]{
color: #777;
font-size: 19px;
display: inline-block;
margin-right: 5px;
}
hr { border-color: #DFDFDF; }
hr:not([class]) { margin:0; }
hr.type_2 { border-color: #777; }
#theme-wrapper {
position: relative;
overflow: hidden;
}
p:not(:last-of-type):not(.subcaption){ margin-bottom:15px; }
p:last-of-type + [class*="button"]:last-child { margin-top: 15px; }
[class*="dropcap"]::first-letter{
float: left;
font-weight: 900;
margin-right: 10px;
}
.dropcap_type_1::first-letter{
color: #018bc8;
font-size: 36px;
margin-top: 10px;
}
.dropcap_type_2::first-letter{
display: block;
padding: 9px;
background-color: #018bc8;
color: #fff;
font-size: 24px;
border-radius: 3px;
} @-moz-document url-prefix(){
.dropcap_type_1::first-letter{
margin-top: 8px;
}
.dropcap_type_2::first-letter{
padding-top: 11px;
padding-bottom: 11px;
}
} .small_link{
font-size:13px;
line-height: 21px;
}
.small_link > [class|="icon"] {
font-size:15px;
color:#4ac4fa;
}
.small_link > [class|="icon"]::before{ vertical-align: -1px; }
.mail_to{ color:#018bc8; } .icon_btn,
.theme_button,
.button_grey,
.button_blue,
.def_icon_btn,
.button_black,
.button_dark_grey,
.wishlist_button,
.compare_button {
font-size: 14px;
line-height: 21px !important;
text-align: center;
display: inline-block;
border-radius: 3px;
} .theme_button,
.button_grey,
.button_blue,
.button_black,
.button_dark_grey,
.woocommerce .wishlist_table .add_to_cart:not(.compare),
.wishlist_table .button_blue,
.wishlist_table .button_dark_grey,
.compare.button_grey,
.clear-all.button_grey,
#main .shop-columns-4 .theme_button,
#main .shop-columns-4 .button_grey,
#main .shop-columns-4 .button_blue,
#main .shop-columns-4 .button_black,
#main .shop-columns-4 .button_dark_grey,
#main .shop-columns-4 .added_to_cart,
#main .shop-columns-4 .add_to_cart_button,
#main .shop-columns-4 .product_type_simple,
#main .shop-columns-5 .added_to_cart,
#main .shop-columns-5 .add_to_cart_button,
#main .shop-columns-5 .product_type_simple,
#main .shop-columns-5 .theme_button,
#main .shop-columns-5 .button_grey,
#main .shop-columns-5 .button_blue,
#main .shop-columns-5 .button_black,
#main .shop-columns-5 .button_dark_grey,
.with_main_product .product_item .theme_button,
.with_main_product .product_item .button_grey,
.with_main_product .product_item .button_blue,
.with_main_product .product_item .button_black,
.with_main_product .product_item .button_dark_grey,
.with_main_product .product_item .added_to_cart,
.with_main_product .product_item .add_to_cart_button,
.with_main_product .product_item .product_type_simple,
.woocommerce .shop-columns-6 a.button:not(.compare),
.shop-columns-6 .added_to_cart,
.shop-columns-6 .add_to_cart_button,
.shop-columns-6 .product_type_simple,
.shop-columns-6 .theme_button,
.shop-columns-6 .button_grey,
.shop-columns-6 .button_blue,
.shop-columns-6 .button_black,
.shop-columns-6 .button_dark_grey
{
padding: 5px 15px 4px;
font-size: 14px;
}
.woocommerce .shop-columns-6 a.button.product_type_variable { font-size: 13px; }
.theme_button,
.button_grey,
.button_blue,
.button_black,
.button_dark_grey
{
padding: 8px 20px 9px;
font-size: 16px;
}
.type_2 .product_item .centered_buttons .button_blue,
.type_4 .product_item .centered_buttons .button_blue,
.type_1 .product_item .actions_wrap > .button_blue,
.type_2 .product_item .actions_wrap > .button_blue { display: none; }
.mini_btn {
font-size: 13px;
padding: 4px 10px 3px;
}
.middle_btn {
padding: 8px 20px 9px;
font-size: 16px;
}
.big_btn {
padding: 11px 20px;
font-size: 16px;
font-weight: 600;
}
.huge_btn {
font-size: 24px;
font-weight: 600;
padding: 16px 20px;
}
.icon_btn,
.def_icon_btn {
width: 30px;
height: 30px;
padding: 0;
font-size: 13px;
}
.icon_btn.middle_btn,
.def_icon_btn.middle_btn {
width: 38px;
height: 38px;
font-size: 18px;
}
.shop-columns-6 .def_icon_btn.middle_btn,
#main .view-grid.shop-columns-4.type_3 .add_to_cart_button,
#main .view-grid.shop-columns-5.type_3 .product_type_simple,
#main .view-grid.shop-columns-6.type_3 .button_blue,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .def_icon_btn.middle_btn,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .add_to_cart_button,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .product_type_simple,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .def_icon_btn.middle_btn,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .add_to_cart_button,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .product_type_simple
{
width: 30px;
height: 30px;
font-size: 13px;
}
.icon_btn.big_btn,
.def_icon_btn.big_btn {
width: 43px;
height: 43px;
font-size: 20px;
}
.icon_btn.huge_btn,
.def_icon_btn.huge_btn {
width: 53px;
height: 53px;
font-size: 24px;
}
.icon_btn .icon-mail-8,
.icon_btn .icon-location-4 { font-size: 23px; }
.icon_btn .icon-vimeo-2 { font-size:15px; } .theme_button {
background: #fff;
color:#333;
border:1px solid #DFDFDF;
}
.button_grey{
color:#018bc8;
background: #f8f8f8;
}
.button_grey_2{
color: #333;
background: #f8f8f8;
}
.button_blue,
.theme_button:hover,
.button_grey_2:hover {
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
}
.button_dark_grey,
.button_black:hover {
background-color:#777;
color:#fff;
}
.button_grey:hover,
.button_grey.active,
.button_blue:hover {
color: #fff;
background-color: #018bc8;
}
.button_black,
.button_dark_grey:hover{
color: #fff;
background-color: #333;
} .middle_btn i[class|="icon"]{ font-size: 18px; }
.big_btn i[class|="icon"]{ font-size: 20px; }
.icon_btn i[class|="icon"]{
display: inline-block;
height:inherit;
}
.def_icon_btn::after,
.def_icon_btn::before,
.icon_btn i[class|="icon"]::after,
.icon_btn i[class|="icon"]::before{
display: inline-block;
vertical-align: middle;
}
.def_icon_btn::before,
.icon_btn i[class|="icon"]::after{
content:"";
height:100%;
}
.theme_button:not(.icon_btn) > [class|="icon"],
.button_grey:not(.icon_btn) > [class|="icon"],
.button_blue:not(.icon_btn) > [class|="icon"],
.button_dark_grey:not(.icon_btn) > [class|="icon"]{
display: inline-block;
height: 1px;
margin-right: 7px;
}
.def_icon_btn::after { font-family: 'fontello'; }
.buttons_col > li:not(:first-child) { margin-top: 5px; }
.buttons_col li { list-style: none; }
form .def_icon_btn { font-size: 24px; }
.def_icon_btn.quick-view {
width: 38px;
height: 38px;
background-color: #777;
color: #fff;
font-size: 18px;
}
#main .view-grid.shop-columns-4.type_3 .def_icon_btn.quick-view,
#main .view-grid.shop-columns-5.type_3 .def_icon_btn.quick-view,
.shop-columns-6 .def_icon_btn.quick-view,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .def_icon_btn.quick-view,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .def_icon_btn.quick-view
{
width: 30px;
height: 30px;
font-size: 13px;
}
.def_icon_btn.quick-view:hover {
color: #fff;
background-color: #333;
}
.view-grid.type_1 .product_item .def_icon_btn.quick-view,
.view-grid.type_2 .product_item .def_icon_btn.quick-view,
.view-grid.type_4 .product_item .def_icon_btn.quick-view,
.view-grid.type_4 .def_icon_btn.add_to_cart,
.list_view_products .product_item .def_icon_btn.quick-view { display: none; }
#open_shopping_cart > *{ display: block; }
#open_shopping_cart {
position: relative;
padding: 5px 10px 9px 65px;
border: 1px solid #DFDFDF;
margin-left: 15px;
line-height: 18px;
text-align: left;
border-radius: 3px;
}
.shopping_cart .title,
#open_shopping_cart .title{
font-size:13px;
color:#b2b2b2;
}
#open_shopping_cart .title::after{ font-size:9px; }
#open_shopping_cart .total_price{
font-size: 18px;
color:#333;
}
#open_shopping_cart::before {
font-family: 'fontello';
content: '\eb77';
color: #4ac4fa;
font-size: 42px;
line-height: 42px;
position: absolute;
left:18px;
top: 50%;
margin-top: -22px;
}
.compare_button[data-amount]::after,
.wishlist_button[data-amount]::after,
#open_shopping_cart[data-amount]::after{ content: attr(data-amount); }
.compare_button::after,
.wishlist_button::after,
#open_shopping_cart::after {
display: block;
width:20px;
height:20px;
text-align: center;
position: absolute;
top: 50%;
left:41px;
color:#333;
font-size:13px;
background:#fff;
border-radius:50%;
}
#open_shopping_cart.active,
#open_shopping_cart.active::after {
background-color: #0186c8;
border-color:#0186c8;
}
.close {
position: absolute;
top: 2px;
right: 0;
z-index: 50;
cursor: pointer;
color: #777;
}
.close::before {
content: '\ee3e';
font-family: 'fontello';
color:inherit;
font-size:16px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.close:hover::before { color: #333; } .payments > li,
.social_btns > li,
.tw_actions > li{
float: left;
margin: 0 4px 4px 0;
list-style: none;
}
a[class*="social_"],
button[class*="social_"],
a[class*="social_"]:hover,
button[class*="social_"]:hover { color:#fff; }
.social_vk{ background-color: #5b7fa6;}
.social_facebook{ background-color: #39599f;}
.social_twitter{ background-color: #40bff5;}
.social_googleplus{ background-color: #eb5b4c;}
.social_pinterest{ background-color: #b8242a;}
.social_flickr{ background-color: #ff1981;}
.social_youtube{ background-color: #cd322c;}
.social_vimeo{ background-color: #44bbff;}
.social_instagram{ background-color: #a47a5e;}
.social_linkedin{ background-color: #328dd3;}
.social_contact{ background-color: #ff4557;}
.social_gmap{ background-color: #ff8400;}
.social_dribbble{ background-color: #e04d84; }
.social_behance{ background-color: #6197ce; }
.social_vk{ background-color: #4c75a3; }
.social_tumblr{ background-color: #364660; }
.social_rss{ background-color: #fb7629; }
.social_dropbox{ background-color: #2897ee; }
.social_github{ background-color: #000; }
.social_delicious{ background-color: #0049cd; }
.social_digg{ background-color: #1a5891; }
.social_deviantart{ background-color: #556b5f; }
.social_skype{ background-color: #00aff0; }
.social_yahoo{ background-color: #43058a; }
.social_reddit{ background-color: #b1d3f5; }
.social_stumbleupon{ background-color: #cd5530; }
.pw-wrap.pw-shortcode [class*='_embed_grid'] { box-shadow: none !important; } .view-grid .add_to_wishlist::after			 { content: '\eb0c'; }
.view-grid .add_to_compare::after			 { content: '\e82d'; }
.add_to_cart.def_icon_btn::after 			 { content: '\eb77'; }
.def_icon_btn.quick-view::after	 			 { content: '\f022'; }
.back_to_top {
position: fixed;
top: 700px;
right: 15%;
z-index: 600;
background-color: #fff;
color: #333;
width: 38px;
height: 38px;
border: 1px solid #DFDFDF;
line-height: 21px !important;
text-align: center;
display: inline-block;
border-radius: 3px;
padding: 0;
}
.back_to_top:hover {
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
}
.back_to_top::after {
font-size: 17px;
font-family: 'fontello';
content: "\eaba" ;
}
.open_menu {
color: #b2b2b2;
font-size: 23px;
}
.open_menu.active,
.compare_button:hover,
.wishlist_button:hover,
.wishlist_button.active,
.compare_button:hover::after,
.wishlist_button:hover::after,
.wishlist_button.active::after
{
color: #fff;
border-color: #018bc8;
background-color: #018bc8;
}
.open_menu::before {
content: '\eb1a';
font-family: 'fontello';
}
.compare_button,
.wishlist_button {
width: 44px;
height: 44px;
padding: 0;
border: 1px solid #DFDFDF;
position: relative;
color: #4ac4fa;
}
.compare_button::after,
.wishlist_button::after{
left: 47%;
-webkit-transition: inherit;
transition: inherit;
}
.compare_button[data-amount]::before,
.wishlist_button[data-amount]::before { margin-left: -2px; }
.compare_button::before,
.wishlist_button::before{
font-family: 'fontello';
position: absolute;
left: 0;
width: 100%;
top: 50%;
margin-top: -11px;
}
.compare_button::before{
content: '\e82d';
font-size: 23px;
}
.wishlist_button::before{
content: '\ebaa';
font-size: 26px;
}
.open_categories_sticky{
text-align: left;
padding: 10px 10px 10px 44px;
position: relative;
background-color: #4ac4fa;
color: #fff;
font-size: 16px;
}
.open_categories_sticky.active { background-color:#018bc8; }
.open_categories_sticky::after{ font-size: 12px !important; }
.open_categories_sticky::before{
content: '\eb1a';
font-family: 'fontello';
position: absolute;
left: 19px;
font-size: 15px;
} .buttons_example_row:first-child{ margin-top: -10px; }
.buttons_example_row:not(:last-child){ margin-bottom: 10px; }
.buttons_example_row > [class*="button"]{ margin-top: 10px; }
.buttons_example_row > [class*="button"]:not(:first-child){ margin-left: 2px; }  input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="tel"],
select,
textarea {
padding: 8px 10px 8px 12px;
width: 100%;
height: 38px;
vertical-align: middle;
border: 1px solid #DFDFDF;
background-color: #fff;
border-radius: 3px;
color: #b2b2b2;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
textarea{
resize: none;
height: auto;
display: block;
}
select {
width: 100%;
cursor: pointer;
border: 1px solid #DFDFDF;
padding: 7px 30px 7px 8px;
background-image: url(https://607801.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/images/select-arrow.png);
background-position: center right;
background-repeat: no-repeat;
background-color: #fff;
}
select:focus { outline: none; }
label {
display: inline-block;
vertical-align: baseline;
cursor: pointer;
}
form label { font-weight: normal; }
.required::after,
.prompt::before {
content: "*";
color: #ff0000;
display: inline-block;
margin-left: 4px;
}
input[type="radio"],
input[type="checkbox"] { display: none; }
input[type="radio"] + label,
input[type="checkbox"] + label{
position: relative;
width: auto !important;
margin:0 17px 0 0;
padding-left: 32px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
user-select: none;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
content: "";
display: block;
text-align: center;
font-family: 'fontello';
position: absolute;
left: 0;
top: -1px;
width:22px;
height:22px;
color:inherit;
background:#fff;
border:1px solid #DFDFDF;
border-radius: 3px;
}
input[type="submit"] {
background-color: #f8f8f8;
color: #018bc8;
padding: 8px 10px;
border-radius: 3px;
line-height: 1.42857;
font-size: 16px;
}
input[type="submit"]:hover {
background-color: #018bc8;
color: #fff;
}
input[type="checkbox"] + label::before{ font-size: 12px; }
input[type="radio"] + label::before{ border-radius: 50%; }
input[type="radio"] + label:empty{
width: 22px !important;
padding-left: 0;
margin: 0 !important;
}
input[type="checkbox"]:checked + label::before { content: '\ebb1'; }
input[type="radio"]:checked + label::before    { content: '\edb9'; }
form:not(.type_2) .form_el {
float:left;
width: calc(100% - 136px);
}
form input:not([type="submit"]).warning{ border-color: #ff7b1a; }
form input:not([type="submit"]).error{ border-color: #ff0000; }
form input:not([type="submit"]).success{ border-color: #269300; }
form input:not([type="submit"]).info{ border-color: #018bc8; }
form:not(.type_2) input:not([type="submit"]).incorrect{
width: 180px;
margin-right: 5px;
}
form:not(.type_2) input:not([type="submit"]).incorrect,
form:not(.type_2) input:not([type="submit"]).incorrect + span{
display: inline-block;
vertical-align: middle;
}
form.type_2 input:not([type="submit"]).incorrect { margin-bottom: 5px; }
form.comment-form label[for] {
display: inline-block;
margin-bottom: 5px;
margin-top: 0;
float: none;
width: auto;
}
.comment-form {
position: relative;
padding: 20px 19px;
border: 1px solid #DFDFDF;
background-color: #fff;
background-clip: padding-box;
border-radius: 3px;
}
.comment-form p.form-submit { margin-bottom: 0; }
.comments-list .comment-respond { padding: 0 20px 20px; }
.bottom-comment-box {
margin-top: 20px;
margin-left: -20px;
margin-right: -20px;
padding: 15px 20px 0;
border-top: 1px solid #DFDFDF;
}
form label abbr { border-bottom-width: 0; } .dropdown {
visibility: hidden;
pointer-events: none;
}
.md_csstransitions .dropdown {
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: perspective(1000px);
transform: perspective(1000px);
-webkit-backface-visibility: hidden;
}
.md_touch .dropdown,
.md_no-csstransitions .dropdown { display: none; }
.dropdown-list.visible .dropdown {
visibility: visible;
pointer-events: auto;
z-index: 15;
}
.md_csstransitions .dropdown .animated_item {
-webkit-transform-origin: 50% 0 0;
transform-origin: 50% 0 0;
-webkit-transform: rotate3d(0, 1, 0, 90deg);
transform: rotate3d(0, 1, 0, 90deg);
-webkit-transition: -webkit-transform .4s ease;
transition: transform .4s ease;
-webkit-backface-visibility: hidden;
}
.dropdown .animated_item { list-style: none; }
.md_csstransitions .dropdown.off_rotate_transform .animated_item,
.md_csstransitions .secondary_navigation.dropdown.off_rotate_transform .menu-item,
.md_csstransitions .secondary_navigation.dropdown.off_rotate_transform .page_item
{
visibility: hidden;
-webkit-transform: rotate3d(180, 1, 0, 0);
transform: rotate3d(180, 1, 0, 0);
}
.md_csstransitions .dropdown-list.active .dropdown.off_rotate_transform .animated_item,
.md_csstransitions .dropdown-list.active .secondary_navigation.dropdown.off_rotate_transform .menu-item,
.md_csstransitions .dropdown-list.active .secondary_navigation.dropdown.off_rotate_transform .page_item
{
visibility: visible;
}
.md_csstransitions .dropdown-list.active .dropdown .animated_item {
-webkit-animation: none;
animation: none;
-webkit-backface-visibility: hidden;
-webkit-transform: rotate3d(0, 1, 0, 0);
transform: rotate3d(0, 1, 0, 0);
}
.md_touch .dropdown-list.active .dropdown,
.md_no-csstransitions .dropdown-list.active .dropdown { display: block; }
.custom_select {
min-width: 80px;
position: relative;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
user-select: none;
}
.custom_select select { display: none; }
.sort_select {
width: 150px;
margin-right: 10px;
}
.active_option {
position: relative;
cursor: pointer;
border-radius: 3px;
white-space: nowrap;
}
.active_option.active { border-radius: 3px 3px 0 0; }
.active_option::after {
position: absolute;
right: 10px;
font-size: 13px !important;
margin-top: 1px;
}
.open_select + .dropdown.active > li:first-child > a { border-radius: 0 !important; }
.options_list {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: -1px;
text-align: left;
}
.options_list > li:not(:first-child) > a { border-top: none; }
.options_list > li > a {
display: block;
padding: 8px 13px;
background-color: #fff;
border: 1px solid #DFDFDF;
}
.options_list > li > a:hover,
.options_list > li > a.selected,
.options_list > li.chosen > a {
background-color: #4ac4fa;
border-color: #4ac4fa;
color: #fff;
}
.options_list > li:last-child > a { border-radius: 0 0 3px 3px; } form.search_form .options_list {
position: absolute;
top: 100%;
left: -1px;
right: -1px;
margin-top: 1px;
text-align: left;
}
form.search_form .options_list li a {
position: relative;
display: block;
padding: 6px 13px 5px;
background-color: #fff;
border-width: 0 1px 1px 1px;
border-style: solid;
border-right-color: #4ac4fa;
border-left-color: #4ac4fa;
border-bottom-color:#DFDFDF;
}
form.search_form .options_list li:last-child a {
border-bottom-color: #4ac4fa;
border-radius:0 0 3px 3px;
}
form.search_form .options_list li:first-child a { border-radius: 0; }
.site_settings li:not(:first-child) a::after,
form.search_form .options_list li:not(:first-child) a::after,
.options_list > li:not(:first-child) > a::after {
display: block;
position: absolute;
left: 0;
right: 0;
content: "";
opacity: 0;
z-index: 101;
top: -1px;
height: 1px;
background-color: #4ac4fa;
-webkit-transition: opacity .7s ease;
transition: opacity .7s ease;
}
.site_settings li:hover a::after,
form.search_form .options_list li:hover a::after,
.options_list > li:hover > a::after {
opacity: 1;
-webkit-transition: opacity .05s ease;
transition: opacity .05s ease;
}
form.search_form .options_list li:hover a {
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
}
.ui-slider {
height: 7px;
background: #f8f8f8;
border:1px solid #DFDFDF;
max-width: 220px;
}
.ui-slider .ui-slider-handle {
display: block;
width: 19px;
height: 19px;
background: #fff;
border: 1px solid #DFDFDF;
cursor: pointer;
top: -7px;
}
.ui-slider .ui-slider-handle::before{
content: "";
display: block;
width: 9px;
height: 9px;
background: #b2b2b2;
position: absolute;
top: 4px;
left: 4px;
}
.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle::before{ border-radius: 50%; }
.range { margin-bottom: 15px; }
.range > * { display: inline; }
.checkboxes_list { color: #333; }
legend, .checkboxes_list > li:not(:last-child),
form > ul > li:not(:last-child) {
margin-bottom: 10px;
}
.checkboxes_list li,
form li { list-style: none; }
form li:last-child > [class|="col"] > [class*="button"]:only-child { margin-top: 10px; }
.prompt {
font-size: 13px;
line-height: 21px;
}
.prompt::before { margin:0 4px 0 0; }
.prompt:empty::before { margin: 0; } form.search_form { text-align: left; }
form.search_form {
position: relative;
color:#b2b2b2;
}
form.search_form > * {
height: 44px !important;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-color: #4ac4fa;
}
.newsletter > input,
form.search_form > *:first-child { border-radius: 3px 0 0 3px; }
form.search_form > *:first-child {
border-right-width: 1px;
border-right-style: solid;
border-left-width: 2px;
border-left-style: solid;
border-color: #4ac4fa;
}
.newsletter > button,
form.search_form > button[type="submit"] { border-radius: 0 3px 3px 0; }
form.search_form > *:last-child {
border-right-width: 2px;
border-right-style: solid;
border-color: #4ac4fa;
}
form.search_form .def_icon_btn {
width: 50px;
height: 44px;
}
form.search_form > button::after {
color: #fff;
content: '\ee2e';
}
form.search_form > button:hover { border-color: #018bc8; }
form.search_form input[type="search"]
{
width: calc(100% - 235px);
padding: 9px 13px;
font-size: 16px;
box-shadow: none;
}
.widget form.search_form input[type="search"] {
padding: 9px 60px 9px 13px;
width: 100%;
}
.newsletter > input[type="email"] { width: calc(100% - 42px); }
.newsletter > input[type="email"]:first-child { border-right-width: 0; }
.newsletter > input[type="email"]:last-child  { border-left-width: 0; }
.newsletter > button,
.newsletter > input[type="email"] {
height:38px !important;
float:left;
}
.newsletter button{ width: 42px; }
.newsletter > button::after{ content: '\ee30'; }
.form_caption{ margin-bottom: 15px; }
.form_caption_2 {
font-weight: 600;
margin-bottom: 10px;
}
.color_btn {
position: relative;
padding-left: 32px;
}
.color_btn::before {
content: "" !important;
padding: 1px;
background-clip: content-box !important;
border: 1px solid #DFDFDF;
border-radius: 50% !important;
-webkit-transition: border-color .3s ease;
transition: border-color .3s ease;
}
.color_btn.green::before  { background-color: #269300; }
.color_btn.yellow::before { background-color: #fccd36; }
.color_btn.red::before	  { background-color: #ff0000; }
.color_btn.blue::before	  { background-color: #018bc8; }
.color_btn.grey::before	  { background-color: #b2b2b2; }
.color_btn.orange::before { background-color: #ff7b1a; }
input[type="checkbox"]:checked + .color_btn::before { border-color: #333; } .list-styles {
overflow: hidden;
margin-bottom: 0;
}
.list-styles:not(:last-child) { margin-bottom: 18px; }
.list-styles > li:not(:last-child) { margin-bottom: 3px; }
.list-styles:not(.links) > li,
.list-styles > li > a {
position: relative;
list-style: none;
}
.list-styles li i {
margin-right: 5px;
color: #b2b2b2;
font-size: 12px;
}
.simple_vertical_list > li:not(:first-child){ margin-top: 10px; }
.bottombar > li {
display: inline-block;
text-align: left;
}
.bottombar > li:not(:last-child)::after {
display: inline-block;
margin: 0 3px 0 6px;
color :#c8c8c8;
content: "|";
} .sticky_inner .cats {
position: absolute;
z-index: 118;
top: 100%;
left: 0px;
width: 263px;
}
.sticky_inner .cats > li:first-child > a,
.sticky_inner .shopping_cart .animated_item:first-child{
border-top-width: 0px;
border-radius: 0px;
}
.list_of_links li a{
display: block;
padding:7px 0 9px;
border-bottom:1px solid #DFDFDF;
}
.list_of_links li:last-child a{ border-bottom: none; }
.all { color: #018bc8; }
.c_info_list [class*="c_info_"]:not(:last-child) { margin-bottom:10px; }
[class*="c_info_"]:not(ul) {
padding-left: 24px;
position: relative;
list-style: none;
}
[class*="c_info_"]:not(ul)::after {
font-family: 'fontello';
color:#4ac4fa;
font-size:16px;
position: absolute;
left:0;
top:0;
}
.c_info_location::after{ content: "\eb70"; }
.c_info_phone::after{ content: "\ee7f"; }
.c_info_mail::after{ content: "\ee30"; }
.c_info_schedule::after{ content: "\ee8d"; }
.shop_links_list{ text-align: left; }
.shop_links_list li:not(:first-child) { margin-top:4px; }
.shipping_method li:not(:first-child){ margin-top: 20px; }
.shop_links_list li,
.shipping_method li { list-style: none; } .tooltip_container{
position: relative;
z-index:101;
}
.tooltip_container span.tooltip {
position: absolute;
display: block;
background:#777;
color:#fff;
font-size: 13px;
white-space: nowrap;
padding:2px 10px;
opacity: 0;
visibility: hidden;
border-radius: 3px;
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.tooltip_container:hover {
z-index: 102;
}
.tooltip_container:hover .tooltip{
opacity:1;
visibility: visible;
-webkit-transition: -webkit-transform .2s ease, opacity .2s ease, visibility .2s ease;
transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
}
.tooltip_container .tooltip::before{
content: "";
display: block;
position: absolute;
width:0;
height:0;
}
.tooltip_container .tooltip.top,
.tooltip_container .tooltip.bottom{
left:50%;
bottom:100%;
margin-bottom:11px;
-webkit-transform: translateX(-85%) skewX(30deg);
-ms-transform: translateX(-85%) skewX(30deg);
transform: translateX(-85%) skewX(30deg);
}
.tooltip_container .tooltip.right{
left:100%;
top:50%;
margin-left:11px;
-webkit-transform: translate(30%,-50%) skewX(-30deg);
-ms-transform: translate(30%,-50%) skewX(-30deg);
transform: translate(30%,-50%) skewX(-30deg);
}
.tooltip_container .tooltip.left{
right:100%;
margin-right:11px;
top:50%;
-webkit-transform: translate(-30%,-50%) skewX(30deg);
-ms-transform: translate(-30%,-50%) skewX(30deg);
transform: translate(-30%,-50%) skewX(30deg);
}
.tooltip_container .tooltip.bottom{
top:100%;
bottom: auto;
margin-top:11px;
}
.tooltip_container:hover .tooltip.top,
.tooltip_container:hover .tooltip.bottom{
-webkit-transform: translateX(-50%) skewX(0deg);
-ms-transform: translateX(-50%) skewX(0deg);
transform: translateX(-50%) skewX(0deg);
}
.tooltip_container:hover .tooltip.left,
.tooltip_container:hover .tooltip.right{
-webkit-transform: translate(0%,-50%) skewX(0deg);
-ms-transform: translate(0%,-50%) skewX(0deg);
transform: translate(0%,-50%) skewX(0deg);
}
.tooltip.top::before{
top:100%;
left:50%;
margin:-1px 0 0 -9px;
border-left:9px solid transparent;
border-top:7px solid #777;
border-right:9px solid transparent;
}
.tooltip.right::before{
top:50%;
right:100%;
margin:-9px -1px 0 0px;
border-top:9px solid transparent;
border-right:7px solid #777;
border-bottom:9px solid transparent;
}
.tooltip.left::before{
top:50%;
left:100%;
margin:-9px 0px 0 -1px;
border-top:9px solid transparent;
border-left:7px solid #777;
border-bottom:9px solid transparent;
}
.tooltip.bottom::before{
bottom:100%;
left:50%;
margin:0px 0 -1px -9px;
border-left:9px solid transparent;
border-bottom:7px solid #777;
border-right:9px solid transparent;
} @media only screen and (-webkit-min-device-pixel-ratio:0){
.table_layout:not(.list_view){ width: calc(100% + 1px); }
.rsContainer .rsSlide img{
-webkit-border-radius:3px 3px 3px 3px;
border-radius:3px 3px 3px 3px;
}
} .table_wrap{
overflow: hidden;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.table_wrap:not(:last-child){ border-radius: 3px 3px 0 0; }
.top_box + .table_wrap:last-child{ border-radius: 0 0 3px 3px; }
.top_box + .table_wrap:not(:last-child){ border-radius: 0; }
table {
width: 100%;
}
table.zebra {
margin-bottom: 0;
border: none;
}
table th,
table td {
border: 1px solid #DFDFDF;
padding: 14px 19px;
}
table td { background: #fff; }
table th {
font-weight: 600;
line-height: 18px;
background: #f8f8f8;
}
table th:first-child,
table td:first-child { border-left-width: 0; }
table th:last-child,
table td:last-child { border-right-width:0 }
table > *:first-child > tr:first-child th,
table > *:first-child > tr:first-child td{ border-top: none; }
table > *:last-child > tr:last-child th,
table > *:last-child > tr:last-child td { border-bottom-width: 0; }
tfoot {
font-size: 16px;
font-weight: 600;
}
table .product_title{
font-size: 16px;
display: block;
margin-bottom: 6px;
}  td.product_image_col   { text-align: center; }   .product_qty_col	 { width: 16%; }
.product_actions_col { width: 12%; }
.sc_product_info{
font-size: 13px;
line-height: 16px;
}
.total,
.subtotal{
font-size: 16px;
font-weight: 600;
}
.total { color: #018bc8; }
.grandtotal {
font-size: 22px;
color: #018bc8;
}
.zebra tr:nth-child(2n) td { background-color: #fff; }
.single_link_wrap { margin-top: 10px; }
.edit_product { margin-right: 2px; } .order_review .product_title_col { width: 61.40%; }
.order_review .product_sku_col,
.order_review .product_qty_col,
.order_review .product_price_col { width: 90px; }
.order_review .product_total_col { width: 150px; } .order_review tfoot { font-size: inherit; } .wishlist_table s{ display: block; }
.order_review tbody td,
.orders_table td,
.wishlist_table td,
.shopping_cart_table td{
padding-top: 19px;
padding-bottom: 19px;
} .orders_table .ship_col,
.orders_table .product_action_col{ width: 175px; }
.orders_table .order_number_col,
.order_table th{ width: 141px; } #header {
position: relative;
z-index: 205;
width: inherit;
}
.top_part {
padding-top: 8px;
padding-bottom: 8px;
}
.logo {
display: inline-block;
}
.logo img { width: 100%; }
h1.logo {
margin-bottom: 0;
font-weight: 600;
}
.top_part p {
margin-bottom: 0;
font-size:13px;
}
.bottombar > li:not(:last-child)::after {
display: inline-block;
margin: 0 3px 0 6px;
color :#c8c8c8;
content: "|";
}
.bottom_part {
padding-top:29px;
padding-bottom:32px;
width: inherit;
}
.call_us {
margin-top: 3px;
margin-bottom: 10px;
text-align: justify;
line-height: 0;
}
.call_us::after {
content: '';
display: inline-block;
width: 100%;
}
.call_us > * {
display: inline-block;
vertical-align: middle;
line-height: 1.5em;
}
.call_us span {
margin-right: 5px;
font-size: 13px;
}
.call_us b {
font-size: 16px;
color:#0186c8;
}
.call-us-text > * { vertical-align: bottom; }
#header ul.social_links { margin-bottom: 0; }
#header ul.social_links > li {
display: inline-block;
margin-left: 7px;
list-style: none;
}
#header ul.social_links > li > a {
color: #c6c6c6;
font-size: 14px;
}
.shop_links {
margin-top:5px;
margin-bottom:10px;
}
.shop_links .small_link {
display: inline-block;
margin-left:9px;
}
.col-sd-5 {
float: left;
width: 40%;
}
.col-sd-7 {
float: left;
width: 55%;
}
.login,
.shopping_cart_wrap,
.header-login {
display: inline-block;
vertical-align: middle;
}
.type_1 .header-login,
.type_3 .header-login { margin-top: 5px; }
.header-login p {
margin-bottom: 0;
font-size: 12px;
}
.type_1 .small_text,
.type_3 .small_text,
.type_4 .small_text,
.type_5 .small_text { font-size: 10px; }
.login_box {
color: #b2b2b2;
line-height: 16px;
width: 165px;
height: 44px;
padding: 0 10px 0 45px;
border: 1px solid #DFDFDF;
position: relative;
border-radius: 3px;
}
.login_box::before{
content: '\f002';
color: #4ac4fa;
font-size: 24px;
font-family: 'fontello';
position: absolute;
top: 50%;
left: 17px;
margin-top: -7px;
}
.login_box::after{
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.login_box_inner {
display: inline-block;
vertical-align: middle;
}
.login_with > .left_side { width: 30%; }
.account_bar > li {
float: left;
list-style: none;
}
.account_bar > li:not(:first-child) { margin-left: 4px; }
.search_category {
width:185px;
position: relative;
z-index:117;
cursor:pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
user-select: none;
}
.widget .search_category { display: none; }
.search_category .open_select {
padding: 10px 30px 10px 13px;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
color: #333;
}
.search_category .open_select::after {
position: absolute;
top: 50%;
margin-top: -9px;
right: 16px;
font-size: 13px;
color: #b2b2b2;
}
.search_category select { border: none; } .site_settings {
font-size: 13px;
cursor: pointer;
margin-left: 15px;
color: #333;
position: relative;
z-index: 122;
}
.site_settings img {
vertical-align: middle;
margin-right:6px;
margin-top:-2px;
}
.site_settings .current { position: relative; }
.active_option::after,
.site_settings .current::after,
.open_categories::after,
.open_categories_sticky::after,
#open_shopping_cart .title::after{
font-family: 'fontello';
display: inline-block;
margin-left: 8px;
content: '\e8c8';
font-size: 10px;
}
.site_setting_list {
position: absolute;
top: 100%;
right: 0;
text-align: left;
}
.site_setting_list.language { width: 100px; }
.site_setting_list > li:not(:first-child) > a { border-top: none; }
.site_setting_list > li:first-child > a { border-radius:3px 3px 0 0; }
.site_setting_list a {
display: block;
padding: 3px 10px;
background-color: #fff;
border: 1px solid #DFDFDF;
}
.site_setting_list > li:last-child > a { border-radius: 0 0 3px 3px; }
.site_setting_list a:hover {
background-color: #4ac4fa;
color: #fff;
border-color: #4ac4fa;
} #main_navigation_wrap {
width: inherit;
position: relative;
background-color: #fff;
z-index: 115;
}
#main_navigation_wrap::after,
#main_navigation_wrap::before {
content: "";
position: absolute;
width: 100%;
left: 0;
border-top: 1px solid #DFDFDF;
}
#main_navigation_wrap::after { top: 0; }
#main_navigation_wrap::before { bottom :0; }
#theme-wrapper #advanced-menu-hide {
visibility: hidden;
pointer-events: none;
-webkit-transform: translateX(200%);
transform: translateX(200%);
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-delay: .4s;
transition-delay: .4s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.mobile-advanced { display: none; }
.responsive-nav-button {
display: none;
border: 1px solid #DFDFDF;
width: 100%;
height: 50px;
text-align: center;
color: #b2b2b2;
font-size: 23px;
z-index: 2;
border-radius: 0;
}
.responsive-nav-button::before {
font-family: 'fontello';
content: "\eed2";
}
.nav_item .responsive-nav-button { width: 100% !important; }
.sticky_inner,
.full_width_nav {
display: table;
width: 100%;
position: relative;
z-index: 102;
}
.sticky_inner { table-layout: fixed; }
.full_width_nav > ul { display: table-row; }
.sticky_inner > .nav_item,
.full_width_nav > ul > li {
display: table-cell;
border: 1px solid #DFDFDF;
position: relative;
background-clip: padding-box;
-webkit-transition: border-color .7s ease, background-color .7s ease;
transition: border-color .7s ease, background-color .7s ease;
}
.main_navigation:not(.full_width_nav) > ul > li { float: left; }
.main_navigation ul,
.full_width_nav ul,
.top-bar ul {
margin-bottom: 0;
margin-left: 0;
}
.main_navigation > ul li,
.full_width_nav > ul li {
position: relative;
list-style: none;
}
.full_width_nav > ul > li > a
{
position: relative;
display: block;
padding: 16px 30px 17px 17px;
font-size: 16px;
}
.main_navigation > ul > li > a
{
position: relative;
display: block;
padding: 16px 18px 17px;
background-color: #fff;
border: 1px solid #DFDFDF;
font-size: 16px;
} .main_navigation > ul ul > li { position: relative; }
.main_navigation > ul ul > li > a,
.full_width_nav > ul ul > li > a
{
position: relative;
display: block;
background-color: #fff;
border: 1px solid #DFDFDF;
padding: 11px 40px 10px 19px;
}
.main_navigation > ul ul > li:not(:first-child) > a,
.full_width_nav > ul ul > li:not(:first-child) > a { border-top-width: 0; }
.main_navigation > ul ul > li:last-child > a,
.full_width_nav > ul ul > li:last-child > a { border-radius: 0 0 3px 3px; }
.main_navigation > ul ul li > a::before,
.full_width_nav > ul ul li > a::before {
display: block;
position: absolute;
top: -1px;
left: -1px;
right: -1px;
border-width: 1px 0 0 0;
border-color: #018bc8;
border-style: solid;
opacity: 0;
-webkit-transition: opacity .7s ease;
transition: opacity .7s ease;
}
.main_navigation > ul ul li:not(:first-child) > a::before,
.full_width_nav > ul ul li:not(:first-child) > a::before { content: ""; }
.main_navigation li:hover > a,
.main_navigation li.current-menu-item > a,
.main_navigation li.current-menu-parent > a,
.main_navigation li.current-menu-ancestor > a,
.main_navigation li.current_page_item > a,
.main_navigation li.current_page_parent > a,
.main_navigation li.current_page_ancestor > a,
.full_width_nav li:hover > a,
.full_width_nav li.current-menu-item > a,
.full_width_nav li.current-menu-parent > a,
.full_width_nav li.current-menu-ancestor > a,
.full_width_nav li.current_page_item > a,
.full_width_nav li.current_page_parent > a,
.full_width_nav li.current_page_ancestor > a
{
background-color: #018bc8;
border-color: #018bc8;
color: #fff;
}
.main_navigation li:hover > a::before,
.main_navigation li.current-menu-item > a::before,
.main_navigation li.current-menu-parent > a::before,
.main_navigation li.current-menu-ancestor > a::before,
.main_navigation li.current_page_item > a::before,
.main_navigation li.current_page_parent > a::before,
.main_navigation li.current_page_ancestor > a::before,
.full_width_nav li:hover > a::before,
.full_width_nav li.current-menu-item > a::before,
.full_width_nav li.current-menu-parent > a::before,
.full_width_nav li.current-menu-ancestor > a::before,
.full_width_nav li.current_page_item > a::before,
.full_width_nav li.current_page_parent > a::before,
.full_width_nav li.current_page_ancestor > a::before,
{
opacity: 1;
-webkit-transition: opacity .1s ease;
transition: opacity .1s ease;
}
.main_navigation li:hover > a::after,
.main_navigation li.current-menu-item > a::after,
.main_navigation li.current-menu-parent > a::after,
.main_navigation li.current-menu-ancestor > a::after,
.main_navigation li.current_page_item > a::after,
.main_navigation li.current_page_parent > a::after,
.main_navigation li.current_page_ancestor > a::after,
.full_width_nav li:hover > a::after,
.full_width_nav li.current-menu-item > a::after,
.full_width_nav li.current-menu-parent > a::after,
.full_width_nav li.current-menu-ancestor > a::after,
.full_width_nav li.current_page_item > a::after,
.full_width_nav li.current_page_parent > a::after,
.full_width_nav li.current_page_ancestor > a::after,
{
color: #fff;
} .main_navigation .sub-menu,
.full_width_nav .sub-menu,
.topbar .sub-menu,
.main_navigation ul.children,
.full_width_nav ul.children,
.topbar ul.children
{
position: absolute;
top: 100%;
left: 0;
min-width: 240px;
}
.main_navigation .sub-menu .sub-menu,
.full_width_nav .sub-menu .sub-menu,
.main_navigation ul.children ul.children,
.full_width_nav ul.children ul.children
{
top: -1px;
left: 100%;
min-width: 200px;
margin-left: -1px;
}
.topbar .sub-menu .sub-menu,
.topbar ul.children ul.children
{
top: -1px;
left: auto;
right: 100%;
margin: 0 -1px 0 0;
min-width: 175px;
}
.main_navigation .sub-menu > .menu-item-has-children:first-child > .sub-menu,
.full_width_nav .sub-menu > .menu-item-has-children:first-child > .sub-menu,
.topbar .sub-menu > .menu-item-has-children:first-child > .sub-menu { top: 0; }
.main_navigation .sub-menu .sub-menu > li:first-child > a,
.full_width_nav .sub-menu .sub-menu > li:first-child > a,
.topbar .sub-menu .sub-menu > li:first-child > a,
.main_navigation ul.children ul.children > li:first-child > a,
.full_width_nav ul.children ul.children > li:first-child > a,
.topbar ul.children ul.children > li:first-child > a { border-radius: 0 3px 0 0; }
.main_navigation .menu-item-has-children > a::after,
.full_width_nav .menu-item-has-children > a::after,
.secondary_navigation .menu-item-has-children > a::after,
.topbar .menu-item-has-children > a::after,
.widget_nav_menu .menu-item-has-children > a::after,
.main_navigation .page_item_has_children > a::after,
.full_width_nav .page_item_has_children > a::after,
.secondary_navigation .page_item_has_children > a::after,
.topbar .page_item_has_children > a::after,
.widget_nav_menu .page_item_has_children > a::after
{
position: absolute;
top: 50%;
right: 18px;
color: #b2b2b2;
margin-top: -10px;
content: "\eda4";
font-family: 'fontello';
}
.menu-item-has-children .menu-item-has-children > a,
.page_item_has_children .page_item_has_children > a { padding-right: 20px; } .main_navigation > ul > .menu-item-has-children > a,
.full_width_nav > ul > .menu-item-has-children > a,
.main_navigation > ul > .page_item_has_children > a,
.full_width_nav > ul > .page_item_has_children > a { padding-right: 30px !important; }
.main_navigation > ul > .menu-item-has-children > a::after,
.full_width_nav > ul > .menu-item-has-children > a::after,
.main_navigation > ul > .page_item_has_children > a::after,
.full_width_nav > ul > .page_item_has_children > a::after
{
content: '\e8c8';
font-size: 11px;
right: 15px;
}
.main_navigation .menu-item-has-children:hover > a::after,
.main_navigation ul > li.menu-item-has-children.current-menu-item > a::after,
.main_navigation ul > li.menu-item-has-children.current-menu-parent > a::after,
.main_navigation ul > li.menu-item-has-children.current-menu-ancestor > a::after,
.main_navigation ul > li.menu-item-has-children.current_page_item > a::after,
.main_navigation ul > li.menu-item-has-children.current_page_parent > a::after,
.main_navigation ul > li.menu-item-has-children.current_page_ancestor > a::after,
.full_width_nav .menu-item-has-children:hover > a::after,
.full_width_nav ul > li.menu-item-has-children.current-menu-item > a::after,
.full_width_nav ul > li.menu-item-has-children.current-menu-parent > a::after,
.full_width_nav ul > li.menu-item-has-children.current-menu-ancestor > a::after,
.full_width_nav ul > li.menu-item-has-children.current_page_item > a::after,
.full_width_nav ul > li.menu-item-has-children.current_page_parent > a::after,
.full_width_nav ul > li.menu-item-has-children.current_page_ancestor > a::after,
.main_navigation .page_item_has_children:hover > a::after,
.main_navigation ul > li.page_item_has_children.current_page_item > a::after,
.main_navigation ul > li.page_item_has_children.current_page_parent > a::after,
.main_navigation ul > li.page_item_has_children.current_page_ancestor > a::after,
.full_width_nav .page_item_has_children:hover > a::after,
.full_width_nav ul > li.page_item_has_children.current_page_item > a::after,
.full_width_nav ul > li.page_item_has_children.current_page_parent > a::after,
.full_width_nav ul > li.page_item_has_children.current_page_ancestor > a::after
{
color: #fff;
}
.main_navigation > ul > li > ul.sub-menu > li:first-child > a,
.full_width_nav > ul > li > ul.sub-menu > li:first-child > a,
.main_navigation > ul > li > ul.children > li:first-child > a,
.full_width_nav > ul > li > ul.children > li:first-child > a
{
border-top-width: 0;
border-radius: 0;
}
.main_navigation > ul > li:hover > a,
.main_navigation > ul > li.current-menu-item > a,
.main_navigation > ul > li.current-menu-parent > a,
.main_navigation > ul > li.current-menu-ancestor > a,
.main_navigation > ul > li.current_page_item > a,
.main_navigation > ul > li.current_page_parent > a,
.main_navigation > ul > li.current_page_ancestor > a,
.full_width_nav > ul > li:hover > a,
.full_width_nav > ul > li.current-menu-item > a,
.full_width_nav > ul > li.current-menu-parent > a,
.full_width_nav > ul > li.current-menu-ancestor > a,
.full_width_nav > ul > li.current_page_item > a,
.full_width_nav > ul > li.current_page_parent > a,
.full_width_nav > ul > li.current_page_ancestor > a
{
background-color: #018bc8;
border-color: #018bc8;
color: #fff;
}
.full_width_nav > ul > li > .sub-menu,
.full_width_nav > ul > li > .children { margin-top: 1px; }
.full_width_nav > ul > li:hover > a
{
color: #fff;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.sticky_inner > .nav_item:not(:first-child),
.full_width_nav > ul > li:not(:first-child),
.main_navigation:not(.full_width_nav) > ul > li:not(:first-child) > a,
.nav_item + .nav_item .main_navigation > ul > li:first-child > a { border-left-width: 0; }
.full_width_nav > ul > li:last-child {
width: 1%;
white-space: nowrap;
}
.topbar .sub-menu,
.full_width_nav .sub-menu,
.main_navigation .sub-menu,
.topbar ul.children,
.full_width_nav ul.children,
.main_navigation ul.children
{
opacity: 0;
visibility: hidden;
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.main_navigation li:hover > ul.sub-menu,
.full_width_nav li:hover > ul.sub-menu,
.topbar li:hover > ul.sub-menu,
.main_navigation li:hover > ul.children,
.full_width_nav li:hover > ul.children,
.topbar li:hover > ul.children
{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
} #header .topbar {
margin-bottom: 0;
font-size: 13px;
}
#header .topbar ul { margin-bottom: 0; }
.list_view_products .top-bar {
margin-left: 0;
font-size: 13px;
}
#header .topbar li { z-index: 121; }
.topbar > ul > li,
.top-bar > li {
display: inline-block;
text-align: left;
}
.topbar li,
.top-bar li {
position: relative;
list-style: none;
}
.topbar > ul > li:not(:last-child)::after,
.top-bar li:not(:last-child)::after
{
display: inline-block;
margin: 0 3px 0 6px;
color :#c8c8c8;
content: "|";
}
.topbar ul ul > li > a {
position: relative;
display: block;
padding: 4px 7px 3px;
background-color: #fff;
border: 1px solid #DFDFDF;
}
.topbar ul ul > li:not(:first-child) > a { border-top-width: 0; }
.topbar ul ul > li:first-child > a 	  { border-radius: 3px 3px 0 0; }
.topbar ul ul > li:last-child > a  	  { border-radius: 0 0 3px 3px; }
.topbar ul ul li:hover > a,
.topbar ul ul li.current-menu-item > a,
.topbar ul ul li.current-menu-parent > a,
.topbar ul ul li.current-menu-ancestor > a,
.topbar ul ul li.current_page_item > a,
.topbar ul ul li.current_page_parent > a,
.topbar ul ul li.current_page_ancestor > a
{
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
}
.topbar > ul > li.current-menu-item > a,
.topbar > ul > li.current-menu-parent > a,
.topbar > ul > li.current-menu-ancestor > a,
.topbar > ul > li.current_page_item > a,
.topbar > ul > li.current_page_parent > a,
.topbar > ul > li.current_page_ancestor > a,
.topbar > ul > li.menu-item-has-children:hover > a,
.topbar > ul > li.current-menu-item > a::after,
.topbar > ul > li.current-menu-parent > a::after,
.topbar > ul > li.current-menu-ancestor > a::after,
.topbar > ul > li.current_page_item > a::after,
.topbar > ul > li.current_page_parent > a::after,
.topbar > ul > li.current_page_ancestor > a::after,
.topbar > ul > li.menu-item-has-children:hover > a::after
{
color: #018bc8;
}
.topbar ul ul > li:hover > a::after,
.topbar ul ul > li.current-menu-item > a::after,
.topbar ul ul > li.current-menu-parent > a::after,
.topbar ul ul > li.current-menu-ancestor > a::after,
.topbar ul ul > li.current_page_item > a::after,
.topbar ul ul > li.current_page_parent > a::after,
.topbar ul ul > li.current_page_ancestor > a::after,
.topbar ul ul > li.tablet_active > a::after,
.topbar ul ul > li.mobile_active > a::after
{
color: #fff;
}
.topbar .sub-menu li > a::before,
.topbar .children li > a::before
{
display: block;
position: absolute;
top: -1px;
left: -1px;
right: -1px;
border-width: 1px 0 0 0;
border-color: #4ac4fa;
border-style: solid;
opacity: 0;
-webkit-transition: opacity .7s ease;
transition: opacity .7s ease;
}
.topbar ul li:not(:first-child) > a::before { content: ""; }
.topbar ul li:hover > a::before,
.topbar ul li.current-menu-item > a::before,
.topbar ul li.current-menu-parent > a::before,
.topbar ul li.current-menu-ancestor > a::before,
.topbar ul li.current_page_item > a::before,
.topbar ul li.current_page_parent > a::before,
.topbar ul li.current_page_ancestor > a::before
{
opacity: 1;
-webkit-transition: opacity .1s ease;
transition: opacity .1s ease;
}
.topbar ul > li > .sub-menu,
.topbar ul > li > .children { left: -7px; }
.topbar .sub-menu,
.topbar .children { min-width: 180px; }
.topbar > ul > .menu-item-has-children > a,
.topbar > ul > .page_item_has_children > a
{
position: relative;
padding-right: 12px;
}
.topbar > ul > .menu-item-has-children > a::after,
.topbar > ul > .page_item_has_children > a::after
{
content: '\e8c8';
font-size: 11px;
right: 0;
}
.topbar .menu-item-has-children .menu-item-has-children > a::after,
.topbar .page_item_has_children .page_item_has_children > a::after { right: 7px; }
.topbar .sub-menu > .menu-item-has-children:first-child > .sub-menu,
.topbar .children > .page_item_has_children:first-child > .children { top: 0; } .secondary_navigation
{
position: absolute;
z-index: 118;
top: 100%;
left: 0;
width: 263px;
list-style: none;
text-align: left;
}
.secondary_navigation > ul > li { position: relative; }
.secondary_navigation > ul > li > a {
position: relative;
display: block;
padding: 11px 40px 10px 19px;
border: 1px solid #DFDFDF;
background-color: #fff;
}
.secondary_navigation > ul > li:first-child > a {
border-top-width: 0;
border-radius: 0;
}
.secondary_navigation > ul > li:last-child > a  	  { border-radius: 0 0 3px 3px; }
.secondary_navigation > ul > li:not(:first-child) > a { border-top-width: 0; }
.secondary_navigation > ul > li:hover > a,
.secondary_navigation > ul > li.current-menu-item > a,
.secondary_navigation > ul > li.current-menu-parent > a,
.secondary_navigation > ul > li.current-menu-ancestor > a,
.secondary_navigation > ul > li.current_page_item > a,
.secondary_navigation > ul > li.current_page_parent > a,
.secondary_navigation > ul > li.current_page_ancestor > a
{
color: #fff;
background-color: #018bc8;
border-color: #018bc8;
}
.secondary_navigation > ul > li:hover > a::after,
.secondary_navigation > ul > li.current-menu-item > a::after,
.secondary_navigation > ul > li.current-menu-parent > a::after,
.secondary_navigation > ul > li.current-menu-ancestor > a::after,
.secondary_navigation > ul > li.current_page_item > a::after,
.secondary_navigation > ul > li.current_page_parent > a::after,
.secondary_navigation > ul > li.current_page_ancestor > a::after
{
color: #fff;
} .secondary_navigation .sub-menu,
.secondary_navigation .children
{
position: absolute;
top: 0;
left: 100%;
list-style: none;
}
.secondary_navigation .sub-menu,
.secondary_navigation .children
{
border: 1px solid #DFDFDF;
background-color: #fff;
padding: 15px;
z-index: 101;
white-space: nowrap;
opacity: 0;
visibility: hidden;
top: -1px;
left: 100%;
margin-left: -1px;
border-radius: 0 3px 3px 3px;
-webkit-backface-visibility: hidden;
}
.secondary_navigation .sub-menu,
.secondary_navigation .children
{
opacity: 0;
visibility: hidden;
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.secondary_navigation li:hover > .sub-menu,
.secondary_navigation li:hover > .children
{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.secondary_navigation .sub-menu li,
.secondary_navigation .children li { position: relative; }
.secondary_navigation .sub-menu li:not(:last-child) ,
.secondary_navigation .children li:not(:last-child) { margin-bottom: 1px; }
.secondary_navigation .sub-menu > li > a,
.secondary_navigation .children > li > a
{
display: block;
border: none;
padding: 5px 10px;
}
.secondary_navigation .sub-menu > li.menu-item-has-children > a,
.secondary_navigation .children > li.page_item_has_children > a { padding-right: 25px; }
.secondary_navigation .sub-menu li > a:hover,
.secondary_navigation .sub-menu li.current-menu-item > a,
.secondary_navigation .sub-menu li.current-menu-parent > a,
.secondary_navigation .sub-menu li.current-menu-ancestor > a,
.secondary_navigation .sub-menu li.current_page_item > a,
.secondary_navigation .sub-menu li.current_page_parent > a,
.secondary_navigation .sub-menu li.current_page_ancestor > a,
.secondary_navigation .children li > a:hover,
.secondary_navigation .children li.current_page_item > a,
.secondary_navigation .children li.current_page_parent > a,
.secondary_navigation .children li.current_page_ancestor > a
{
background-color: #f8f8f8;
}
.secondary_navigation .sub-menu li.menu-item-has-children > a::after,
.secondary_navigation .children li.page_item_has_children > a::after { right: 5px; }
.secondary_navigation.dropdown .menu-item,
.secondary_navigation.dropdown .page_item
{
-webkit-transform-origin: 50% 0 0;
transform-origin: 50% 0 0;
-webkit-transform: rotate3d(0, 1, 0, 90deg);
transform: rotate3d(0, 1, 0, 90deg);
-webkit-transition: -webkit-transform .4s ease;
transition: transform .4s ease;
-webkit-backface-visibility: hidden;
list-style: none;
}
.dropdown-list.active .secondary_navigation.dropdown .menu-item,
.dropdown-list.active .secondary_navigation.dropdown .page_item
{
-webkit-animation: none;
animation: none;
-webkit-backface-visibility: hidden;
-webkit-transform: rotate3d(0, 1, 0, 0);
transform: rotate3d(0, 1, 0, 0);
}
@media only screen and (max-width: 767px) {
.dropdown-list .secondary_navigation { width: 100%; }
} #main_navigation_wrap.sticky {
position: fixed;
top: 0;
z-index: 110;
}
.logged-in.admin-bar #main_navigation_wrap.sticky { top: 32px; }
.nav_item {
border-top-width: 0 !important;
border-bottom-width: 0 !important;
height: 66px;
position: relative;
}
.nav_item:not([class*="size"]) { z-index: 10; }
.sticky_inner.type_2 .nav_item { height: 56px; }
.nav_item.size_1 { width: 68px; }
.nav_item.size_2 { width: 168px; }
.nav_item.size_3 { width: 155px; }
.nav_item.size_4 { width: 55px; }
.nav_item.inner_offset { padding: 11px 20px; }
.nav_item:not(.inner_offset) > button,
.nav_item:not(.inner_offset) > .login_box,
.nav_item:not(.inner_offset) > [class*="button"],
.nav_item:not(.inner_offset) .dropdown-list > button {
width: inherit;
height: inherit;
border-left: none !important;
border-right: none !important;
border-radius: 0px !important;
} .sticky_part{
width: inherit;
background-color: #fff;
z-index: 115;
}
.sticky_part.sticky {
position: fixed;
top: 0;
}
.logged-in.admin-bar .sticky_part.sticky { top: 32px; }
.sticky_part.sticky .topbar,
.sticky_part.sticky .call_us,
.sticky_part.sticky .shop_links,
.sticky_part.sticky .site_settings {
display: none !important;
}
.sticky_part.sticky .main_header_row{
display: table;
width: 100%;
}
.sticky_part.sticky .main_header_row > *{
float: none;
display: table-cell;
vertical-align: middle;
}
.sticky_part .logo > img{
-webkit-transition: -webkit-transform .3s ease;
transition: 		transform .3s ease;
}
.sticky_part.sticky .logo > img{
-webkit-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
} #header.type_2 .topbar{ margin-bottom:15px; }
#header.type_2 #open_shopping_cart,
#header.type_4 #open_shopping_cart,
#header.type_5 #open_shopping_cart,
#header.type_6 #open_shopping_cart{ margin: 0; }
#header.type_2 .site_settings{ margin-bottom: 8px; } #header.type_4 .bottom_part { padding: 20px 0; }
#header.type_4 .call_us:only-child{ margin-top: 40px; }
#header.type_4 .site_settings{
margin-top: 10px;
margin-bottom: 8px;
}
#header.type_4 .topbar .menu-item-has-children > .sub-menu,
#header.type_4 .topbar .menu-item-has-children > .submenu
{
left: auto;
right: 0;
}
#header.type_4 .topbar .menu-item-has-children > .sub-menu .sub-menu,
#header.type_4 .topbar .menu-item-has-children > .submenu .submenu
{
left: auto;
right: 100%;
margin: 0 -1px 0 0;
}
#header.type_4 .sub-menu .sub-menu > li:first-child > a{ border-radius: 3px 0 0 0; } #header.type_5 .site_settings{
margin-top:5px;
margin-bottom: 12px;
} #header.type_6 .top_part{ background: #f8f8f8; }
#header.type_6 .call_us:only-child{ margin-top: 20px; }
#header.type_6 .main_header_row{
display: table;
width: 100%;
}
#header.type_6 .main_header_row > *{
display: table-cell;
float: none;
vertical-align: middle;
} .offset_title,
.widgettitle,
.extra-title,
.wpb_heading,
.row-title,
#sidebar .widget-title { font-weight: 700; }
.widget-title { margin-bottom: 14px; }  .linkcat {}
.blogroll {} .more-link {} .textwidget {}
.textwidget p {}
#sidebar .widget_pages ul.children li a,
#footer .widget_pages ul.children li a { padding-left: 15px; }
#sidebar .widget_meta,
#sidebar .widget_links,
#sidebar .widget_archive,
#sidebar .widget_categories,
#sidebar .widget_pages,
#sidebar .widget_tag_cloud,
#sidebar .widget_recent_entries,
#sidebar .widget_recent_comments { }
.widget_meta > ul,
.widget_links > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_tag_cloud > div,
.widget_recent_entries > ul,
.widget_recent_comments > ul { margin-bottom: 0; }
#sidebar .widget_meta li,
#sidebar .widget_links li,
#sidebar .widget_archive li,
#sidebar .widget_categories > ul > li,
#sidebar .widget_pages li,
#sidebar .widget_tag_cloud li,
#sidebar .widget_recent_entries li,
#sidebar .widget_recent_comments li,
#sidebar .widget_rss li,
#sidebar .mgwoocommercebrands_class li,
.page_wrapper .widget_meta li,
.page_wrapper .widget_links li,
.page_wrapper .widget_archive li,
.page_wrapper .widget_pages li,
.page_wrapper .widget_tag_cloud li,
.page_wrapper .widget_recent_entries li,
.page_wrapper .widget_recent_comments li,
.page_wrapper .widget_rss li
{
position: relative;
display: block;
padding: 11px 40px 10px 19px;
background-color: #fff;
border: 1px solid #DFDFDF;
-webkit-transition:color .7s ease, border-color .7s ease, background-color .7s ease;
transition:color .7s ease, border-color .7s ease, background-color .7s ease;
}
#sidebar .widget_meta li:first-child,
#sidebar .widget_links li:first-child,
#sidebar .widget_archive li:first-child,
#sidebar .widget_pages li:first-child,
#sidebar .widget_tag_cloud li:first-child,
#sidebar .widget_recent_entries li:first-child,
#sidebar .widget_recent_comments li:first-child,
#sidebar .widget_rss li:first-child,
#sidebar .mgwoocommercebrands_class li:first-child,
.page_wrapper .widget_meta li:first-child,
.page_wrapper .widget_links li:first-child,
.page_wrapper .widget_archive li:first-child,
.page_wrapper .widget_pages li:first-child,
.page_wrapper .widget_tag_cloud li:first-child,
.page_wrapper .widget_recent_entries li:first-child,
.page_wrapper .widget_recent_comments li:first-child,
.page_wrapper .widget_rss li:first-child { border-radius: 3px 3px 0 0; }
#sidebar .widget_meta li:last-child,
#sidebar .widget_links li:last-child,
#sidebar .widget_archive li:last-child,
#sidebar .widget_pages li:last-child,
#sidebar .widget_tag_cloud li:last-child,
#sidebar .widget_recent_entries li:last-child,
#sidebar .widget_recent_comments li:last-child,
#sidebar .widget_rss li:last-child,
#sidebar .mgwoocommercebrands_class li:last-child,
.page_wrapper .widget_meta li:last-child,
.page_wrapper .widget_links li:last-child,
.page_wrapper .widget_archive li:last-child,
.page_wrapper .widget_pages li:last-child,
.page_wrapper .widget_tag_cloud li:last-child,
.page_wrapper .widget_recent_entries li:last-child,
.page_wrapper .widget_recent_comments li:last-child,
.page_wrapper .widget_rss li:last-child { border-radius: 0 0 3px 3px; }
#sidebar .widget_meta li:not(:first-child),
#sidebar .widget_links li:not(:first-child),
#sidebar .widget_archive li:not(:first-child),
#sidebar .widget_pages li:not(:first-child),
#sidebar .widget_tag_cloud li:not(:first-child),
#sidebar .widget_recent_entries li:not(:first-child),
#sidebar .widget_recent_comments li:not(:first-child),
#sidebar .widget_rss li:not(:first-child),
#sidebar .mgwoocommercebrands_class li:not(:first-child),
.page_wrapper .widget_meta li:not(:first-child),
.page_wrapper .widget_links li:not(:first-child),
.page_wrapper .widget_archive li:not(:first-child),
.page_wrapper .widget_pages li:not(:first-child),
.page_wrapper .widget_tag_cloud li:not(:first-child),
.page_wrapper .widget_recent_entries li:not(:first-child),
.page_wrapper .widget_recent_comments li:not(:first-child),
.page_wrapper .widget_rss li:not(:first-child) { border-top-width: 0; }
#sidebar .widget_meta li:hover,
#sidebar .widget_links li:hover,
#sidebar .widget_archive li:hover,
#sidebar .widget_pages li:hover,
#sidebar .widget_tag_cloud li:hover,
#sidebar .widget_recent_entries li:hover,
#sidebar .widget_recent_comments li:hover,
#sidebar .widget_rss li:hover,
.page_wrapper .widget_meta li:hover,
.page_wrapper .widget_links li:hover,
.page_wrapper .widget_archive li:hover,
.page_wrapper .widget_pages li:hover,
.page_wrapper .widget_tag_cloud li:hover,
.page_wrapper .widget_recent_entries li:hover,
.page_wrapper .widget_recent_comments li:hover,
.page_wrapper .widget_rss li:hover
{
background-color: #018bc8;
border-color: #018bc8;
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
#sidebar .widget_pages .current_page_item {
background-color: #018bc8;
border-color: #018bc8;
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
#sidebar .widget_meta li:hover > a,
#sidebar .widget_links li:hover > a,
#sidebar .widget_archive li:hover > a,
#sidebar .widget_pages li:hover > a,
#sidebar .widget_tag_cloud li:hover > a,
#sidebar .widget_recent_entries li:hover > a,
#sidebar .widget_recent_comments li:hover > a,
#sidebar .widget_rss li:hover > a,
.page_wrapper .widget_meta li:hover > a,
.page_wrapper .widget_links li:hover > a,
.page_wrapper .widget_archive li:hover > a,
.page_wrapper .widget_pages li:hover > a,
.page_wrapper .widget_tag_cloud li:hover > a,
.page_wrapper .widget_recent_entries li:hover > a,
.page_wrapper .widget_recent_comments li:hover > a,
.page_wrapper .widget_rss li:hover > a
{
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
#sidebar .widget_pages .current_page_item > a { color: #fff; } #footer .widget_meta li,
#footer .widget_links li,
#footer .widget_archive li,
#footer .widget_pages li,
#footer .widget_tag_cloud li,
#footer .widget_recent_entries li,
#footer .widget_recent_comments li,
#footer .mgwoocommercebrands_class li
{
display: block;
padding: 7px 0 9px;
border-bottom: 1px solid #DFDFDF;
}
#footer .widget_meta li:first-child,
#footer .widget_links li:first-child,
#footer .widget_archive li:first-child,
#footer .widget_pages li:first-child,
#footer .widget_tag_cloud li:first-child,
#footer .widget_recent_entries li:first-child,
#footer .widget_recent_comments li:first-child,
#footer .mgwoocommercebrands_class li:first-child { padding-top: 0; }
#footer .widget_meta li:last-child,
#footer .widget_links li:last-child,
#footer .widget_archive li:last-child,
#footer .widget_pages li:last-child,
#footer .widget_tag_cloud li:last-child,
#footer .widget_recent_entries li:last-child,
#footer .widget_recent_comments li:last-child,
#footer .mgwoocommercebrands_class li:last-child { border-bottom: none; } .widget_recent_entries li > a {
display: block;
margin-bottom: 7px;
line-height: 18px;
} .widget_nav_menu .menu,
.widget_nav_menu .menu li {
position: relative;
list-style: none;
}
.widget_nav_menu .menu > li > a {
position: relative;
display: block;
padding: 11px 19px 10px;
background-color: #fff;
border: 1px solid #DFDFDF;
-webkit-transition:color .7s ease, border-color .7s ease, background-color .7s ease;
transition:color .7s ease, border-color .7s ease, background-color .7s ease;
}
.page_wrapper.sbr #sidebar .widget_nav_menu .menu > li > a { padding: 11px 19px 10px 40px; }
.widget_nav_menu .menu > li:first-child > a	      { border-radius: 3px 3px 0 0; }
.widget_nav_menu .menu > li:last-child > a  	  { border-radius: 0 0 3px 3px; }
.widget_nav_menu .menu > li:not(:first-child) > a { border-top-width: 0; }
.widget_nav_menu .menu > li > a:hover,
.widget_nav_menu .menu > li.current-menu-item > a,
.widget_nav_menu .menu > li.current-menu-parent > a,
.widget_nav_menu .menu > li.current-menu-ancestor > a,
.widget_nav_menu .menu > li.current_page_item > a,
.widget_nav_menu .menu > li.current_page_parent > a,
.widget_nav_menu .menu > li.current_page_ancestor > a
{
background-color: #018bc8;
border-color: #018bc8;
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
.widget_nav_menu .menu > li > a:hover::after,
.widget_nav_menu .menu > li.current-menu-item > a::after,
.widget_nav_menu .menu > li.current-menu-parent > a::after,
.widget_nav_menu .menu > li.current-menu-ancestor > a::after,
.widget_nav_menu .menu > li.current_page_item > a::after,
.widget_nav_menu .menu > li.current_page_parent > a::after,
.widget_nav_menu .menu > li.current_page_ancestor > a::after { color: #fff; }
.page_wrapper.sbr #sidebar .widget_nav_menu .menu > li.menu-item-has-children > a::after {
left: 18px;
right: auto;
content: "\eda3";
} .widget_nav_menu .menu .sub-menu {
position: absolute;
top: -1px;
left: 100%;
z-index: 101;
border: 1px solid #DFDFDF;
background-color: #fff;
white-space: nowrap;
opacity: 0;
visibility: hidden;
margin-left: -1px;
border-radius: 0 3px 3px 3px;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.page_wrapper.sbr #sidebar .widget_nav_menu .sub-menu {
right: 100%;
left: auto;
border-radius: 3px 0 3px 3px;
}
.widget_nav_menu .sub-menu .sub-menu {
top: -11px;
left: calc(100% + 1px);
}
.widget_nav_menu .menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.widget_nav_menu .sub-menu li > a {
display: block;
margin: 0 10px;
padding: 5px 10px;
border: none;
white-space: nowrap;
}
.widget_nav_menu .sub-menu li:first-child > a { margin-top: 10px; }
.widget_nav_menu .sub-menu li:last-child > a  { margin-bottom: 10px; }
.widget_nav_menu .sub-menu li:not(:last-child) > a { margin-bottom: 1px; }
.widget_nav_menu .sub-menu > li > a:hover,
.widget_nav_menu .sub-menu > li.current-menu-item > a,
.widget_nav_menu .sub-menu > li.current-menu-parent > a,
.widget_nav_menu .sub-menu > li.current-menu-ancestor > a,
.widget_nav_menu .sub-menu > li.current_page_item > a,
.widget_nav_menu .sub-menu > li.current_page_parent > a,
.widget_nav_menu .sub-menu > li.current_page_ancestor > a
{
background-color: #f8f8f8;
}
.widget_nav_menu .sub-menu > li.menu-item-has-children > a { padding-right: 25px; }
.page_wrapper.sbr #sidebar .widget_nav_menu .sub-menu > li.menu-item-has-children > a {
padding-right: 10px;
padding-left: 25px;
}
.widget_nav_menu .sub-menu > li.menu-item-has-children > a::after { right: 18px; }
.page_wrapper.sbr #sidebar .widget_nav_menu .sub-menu > li.menu-item-has-children > a::after {
left: 18px;
right: auto;
content: "\eda3";
} .widget_categories > ul > li {
position: relative;
display: block;
padding: 11px 40px 10px 19px;
background-color: #fff;
border: 1px solid #DFDFDF;
-webkit-transition: color .7s ease, border-color .7s ease, background-color .7s ease;
transition: color .7s ease, border-color .7s ease, background-color .7s ease;
}
#footer .widget_categories > ul > li {
display: block;
padding: 7px 0 9px;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #DFDFDF;
}
#footer .widget_categories > ul > li:first-child { padding-top: 0; }
#footer .widget_categories > ul > li:last-child  { border-bottom: none; }
.widget_categories > ul > li:first-child 		{ border-radius: 3px 3px 0 0; }
.widget_categories > ul > li:last-child  		{ border-radius: 0 0 3px 3px; }
.widget_categories > ul > li:not(:first-child),
#sidebar .widget_categories > ul > li:not(:first-child) { border-top-width: 0; }
.page_wrapper .widget_categories > ul > li:hover,
#sidebar .widget_categories > ul > li:hover {
background-color: #018bc8;
border-color: #018bc8;
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
.page_wrapper .widget_categories > ul > li:hover > a,
#sidebar .widget_categories > ul > li:hover > a {
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
.widget_categories ul.children {
position: absolute;
top: -1px;
left: 100%;
z-index: 101;
border: 1px solid #DFDFDF;
background-color: #fff;
padding: 15px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
margin-left: -1px;
border-radius: 0 3px 3px 3px;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.widget_categories li:hover > ul.children {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.widget_categories ul.children li { vertical-align: middle; }
.widget_categories ul.children li > a {
display: inline-block;
padding: 5px 10px;
border: none;
vertical-align: middle;
}
.widget_categories ul.children li > a:not(:last-child) { margin-bottom: 1px; }
.widget_categories ul.children > li > a:hover,
.widget_categories ul.children > li.current-cat > a { background-color: #f8f8f8; }
.widget_categories select,
.widget_archive select
{
padding: 9px 13px;
height: 44px;
border-width: 2px;
border-style: solid;
border-color: #4ac4fa;
} .widget_search #searchform { position: relative; }
.widget_search label { display: none; }
.widget_search input[type="text"] {
padding: 9px 60px 9px 13px;
height: 44px;
border-width: 2px;
border-style: solid;
border-color: #4ac4fa;
font-size: 16px;
}
.widget_search .submit-search {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 44px;
color: #fff;
background-color: #4ac4fa;
font-size: 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.widget_search .submit-search:hover { background-color: #018bc8; }
.widget_search .submit-search:after {
display: inline-block;
vertical-align: middle;
font-family: 'fontello';
font-size: 24px;
text-align: center;
content: '\ee2e';
} .widget .screen-reader-text { display: none; } .post-date { display: block; }
.widget .post-date {
font-size: 13px;
color: #b2b2b2;
}
.widget .post-date:before {
display: inline-block;
margin-left: 2px;
margin-right: 6px;
font-family: 'fontello';
content: '\e88c';
} #footer .widget_zn_mailchimp .theme_box {
padding: 0;
border-width: 0;
}
#footer .col-sm-6 .widget_zn_mailchimp .theme_box { overflow: hidden; }
#footer .col-sm-6 .widget_zn_mailchimp .widget-title {
padding: 9px 20px 0 0;
float: left;
} #sidebar .widget_calendar { overflow: hidden; }
.widget_calendar #calendar_wrap {
background-color: #fff;
border: 1px solid #DFDFDF;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#footer .widget_calendar #calendar_wrap {
padding: 0;
background-color: transparent;
}
.widget_calendar table {
position: relative;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
text-align: center;
}
.widget_calendar caption {
margin-top: 5px;
margin-bottom: 5px;
}
.widget_calendar thead th {
padding: 4px;
font-size: 16px;
text-align: center;
}
.widget_calendar tbody td {
padding: 6px 4px;
font-size: 15px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.widget_calendar tbody tr:first-child td {
border-top: none;
}
.widget_calendar .pad { border-width: 0; }
.widget_calendar #today,
.widget_calendar  #today a { font-weight: 700; }
.widget_calendar tfoot {
position: absolute;
right: 0;
top: 3px;
}
.widget_calendar tfoot td {
display: inline-block;
padding: 0;
background-color: transparent;
vertical-align: middle;
border: none;
}
.widget_calendar tfoot a {
display: inline-block;
text-align: center;
cursor: pointer;
}
.widget_calendar tfoot a:hover {}
.widget_calendar tfoot a:after {}
.widget_calendar tfoot #prev a:after {}
.widget_calendar tfoot #next a:after {}
.widget_calendar tfoot a:hover:after { color: #fff; } #footer .col-sm-6 .widget_social_links > .social_icons_holder {
overflow: hidden;
}
#footer .col-sm-6 .widget_social_links .social_btns { margin-bottom: 17px; }
#footer .col-sm-6 .widget_social_links .widget-title {
padding: 9px 20px 0 0;
float: left;
} .testimonials-area .tm-grid,
.testimonials-area .tm-list { position: relative; }
.md_flexbox .testimonials-area .tm-grid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.md_no-flexbox .testimonials-area .tm-grid:after {
display: block;
clear: both;
content: "";
}
.testimonials-area .tm-grid .tm-item {
position: relative;
border: 1px solid #DFDFDF;
-webkit-flex-basis: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.md_no-flexbox .testimonials-area .tm-grid .tm-item { float: left; }
.testimonials-area .tm-list .tm-item:not(:first-child) { margin-top: -1px; }
.md_flexbox .testimonials-area.tm-columns-3 .tm-grid .tm-item {
-webkit-flex-basis: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.md_flexbox .testimonials-area.tm-columns-4 .tm-grid .tm-item {
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.md_no-flexbox .testimonials-area.tm-columns-3 .tm-grid .tm-item { width: 33.33333333%; }
.md_no-flexbox .testimonials-area.tm-columns-4 .tm-grid .tm-item { width: 25%; }
.testimonials-area .tm-grid .tm-item::after,
.testimonials-area .tm-list .tm-item::after
{
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
z-index: 0;
}
.testimonials-area .tm-grid .tm-item:not(:first-child),
.testimonials-area .tm-list .tm-item:not(:first-child) { border-left-width: 0; }
.testimonials-area .tm-grid .tm-item blockquote { border: none; }
.testimonials-area .tm-list blockquote { margin-bottom: 0; }
.testimonials-area .tm-list .tm-item blockquote { border-radius: 0; }
.testimonials-area .tm-list > .tm-item:first-child blockquote { border-radius: 3px 3px 0 0; }
.testimonials-area .tm-list > .tm-item:last-child blockquote  { border-radius: 0 0 3px 3px; } .infoblock { position: relative; }
.infoblock::before,
.infoblock::after {
content: " ";
display: table;
clear: both;
}
.infoblock-columns-3,
.infoblock-columns-4 {
margin-left: -15px;
margin-right: -15px;
}
.widget .infoblock {
margin-left: 0;
margin-right: 0;
}
.infoblock-columns-5 {
margin-left: -3px;
margin-right: -3px;
}
.infoblock.type_4 {
margin-left: 0;
margin-right: 0;
}
.infoblock-text p { margin-bottom: 0; }
.no_sidebar .infoblock.type_4::before {
position: absolute;
display: block;
top: 0;
z-index: 0;
height: 100%;
left: -4000px;
right: -4000px;
background-color: #efefef;
content: "";
}
.infoblock-columns-3 .infoblock-item,
.infoblock-columns-4 .infoblock-item {
position: relative;
float: left;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.widget .infoblock .infoblock-item {
float: none;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.widget .infoblock.type_2 .infoblock-item:not(:last-of-type) { margin-bottom: 40px; }
.infoblock.type_4 .infoblock-item { padding: 0; }
.infoblock-columns-5 .infoblock-item,
.infoblock-columns-6 .infoblock-item {
position: relative;
float: left;
min-height: 1px;
padding-left: 3px;
padding-right: 3px;
}
.infoblock-columns-3 .infoblock-item { width: 33.33333333%; }
.infoblock-columns-4 .infoblock-item { width: 25%; }
.infoblock-columns-5 .infoblock-item { width: 20%; }
.infoblock-columns-6 .infoblock-item { width: 16.66666667%; }
.infoblock.type_5 .infoblock-item {
position: relative;
padding: 19px 0 16px 40px;
}
#footer .widget .infoblock.type_5 .infoblock-item:first-of-type { padding-top: 10px; }
.infoblock.type_5 .infoblock-item:not(:last-of-type) {
border-bottom: 1px solid #DFDFDF;
}
.infoblock.type_1 .infoblock-content,
.infoblock.type_2 .infoblock-content,
.infoblock.type_3 .infoblock-content,
.infoblock.type_4 .infoblock-content {
position: relative;
background-color: #efefef;
border-radius: 3px;
-webkit-transition: color .7s ease, background-color .7s ease;
transition: color .7s ease, background-color .7s ease;
}
.infoblock.type_1 .infoblock-content,
.infoblock.type_4 .infoblock-content {
line-height: 18px;
padding: 25px 21px 24px 67px;
}
.infoblock.type_1.infoblock-columns-6 .infoblock-content {
padding: 25px 10px 24px 48px;
}
.infoblock.type_2 .infoblock-content {
text-align: center;
padding: 30px 10px;
}
.infoblock.type_3 .infoblock-content {
padding: 30px 20px 25px;
}
.infoblock.type_4 .infoblock-content {
padding-top: 33px;
padding-bottom: 33px;
border-radius: 0;
}
.infoblock.type_1 .infoblock-content:hover,
.infoblock.type_2 .infoblock-content:hover,
.infoblock.type_3 .infoblock-content:hover,
.infoblock.type_4 .infoblock-content:hover
{
background-color: #4ac4fa;
-webkit-transition: background-color .1s ease;
transition: background-color .1s ease;
}
.infoblock.type_1 i[class|="icon"],
.infoblock.type_4 i[class|="icon"] {
display: block;
position: absolute;
left: 20px;
top: 50%;
margin-top:-15px;
font-size:30px;
}
.infoblock.type_1.infoblock-columns-6 i[class|="icon"] {
left: 5px;
}
.infoblock.type_5 i[class|="icon"] {
position: absolute;
top: 19px;
left: 0;
color: #333;
font-size: 30px;
}
.infoblock.type_2 .caption { padding: 0 28px; }
.infoblock.type_2 [class*="button"] {
margin-top: 15px;
-webkit-transition: color .7s ease, background-color .7s ease;
transition: color .7s ease, background-color .7s ease;
}
.infoblock.type_2 .infoblock-content:hover [class*="button"] {
background-color: #018bc8;
-webkit-transition: color .1s ease, background-color .1s ease;
transition: color .1s ease, background-color .1s ease;
}
.infoblock.type_2 i[class|="icon"] {
display: block;
font-size: 48px;
margin: 0 0 17px;
}
.infoblock.type_3 i[class|="icon"] {
float: left;
margin-right: 20px;
font-size: 48px;
}
.infoblock.type_3 i[class|="icon"]::before {
margin-left: 0;
margin-right: 0;
}
.infoblock.type_5 i[class|="icon"]::before { margin: 0; }
.infoblock .caption {
color: #018bc8;
text-transform: uppercase;
}
.infoblock.type_3 .caption {
overflow: hidden;
padding-top: 5px;
margin-bottom: 12px;
line-height: 20px;
}
.infoblock.type_5 .caption {
margin-bottom: 8px;
color: #333;
font-weight: 900;
text-transform: uppercase;
font-size: 14px;
}
.infoblock a,
.infoblock p,
.infoblock .caption,
.infoblock i[class|="icon"] {
-webkit-transition: color .7s ease;
transition: color .7s ease;
}
.infoblock.type_5 p { margin-bottom: 0; }
.infoblock i[class|="icon"] { color: #018bc8; }
.infoblock .caption { font-weight: 600; }
.infoblock.type_1 .caption,
.infoblock.type_4 .caption {
margin-bottom: 0;
font-size: 14px;
line-height: normal;
}
.infoblock.type_1 .infoblock-content:hover a,
.infoblock.type_1 .infoblock-content:hover p,
.infoblock.type_1 .infoblock-content:hover .caption,
.infoblock.type_1 .infoblock-content:hover i[class|="icon"],
.infoblock.type_2 .infoblock-content:hover a,
.infoblock.type_2 .infoblock-content:hover p,
.infoblock.type_2 .infoblock-content:hover .caption,
.infoblock.type_2 .infoblock-content:hover i[class|="icon"],
.infoblock.type_3 .infoblock-content:hover a,
.infoblock.type_3 .infoblock-content:hover p,
.infoblock.type_3 .infoblock-content:hover .caption,
.infoblock.type_3 .infoblock-content:hover i[class|="icon"],
.infoblock.type_4 .infoblock-content:hover a,
.infoblock.type_4 .infoblock-content:hover p,
.infoblock.type_4 .infoblock-content:hover .caption,
.infoblock.type_4 .infoblock-content:hover i[class|="icon"] {
color: #fff;
-webkit-transition: color .1s ease;
transition: color .1s ease;
}
.after-content-holder .infoblock.type_4::before {
position: absolute;
display: block;
top: 0;
z-index: 0;
height: 100%;
left: -4000px;
right: -4000px;
background-color: #efefef;
content: "";
}
.pags::after,
.payments::after,
.tw_actions::after,
.social_btns::after,
.account_bar::after,
.theme_box::after,
form > ul > li:after,
.lightbox_list::after,
.rating::after,
.buttons_row::after,
.infoblocks_wrap::after,
.comment > article::after,
.pricing_tables_container::after{
content: "";
display: block;
clear: both;
}
.product_info .rating,
.list_view_products .rating
{
position: absolute;
top: 0;
right: 0;
display: inline-block;
margin-top: 1px; vertical-align: top;
text-align: right;
}
.rating li {
float:left;
width:14px;
height: 14px;
color:#fccd36;
cursor: pointer;
position: relative;
z-index: 1;
line-height: 13px
}
.rating li::after,
.rating li::before{
font-family: 'fontello';
position: absolute;
left: 0;
}
.rating li::before{
content:"\eb0f";
z-index:101;
font-size: 13px;
}
.rating li::after{
content: "\e8a9";
font-size: 12px;
opacity: 0;
z-index: 102;
}
.rating .active::after { opacity:1; } .countdown{ color:#ff4557; }
.countdown .countdown-section{
display: block;
float:left;
}
.countdown .countdown-row{ overflow: hidden; }
.countdown:not(.simple){ text-align: center; }
.countdown:not(.simple) .countdown-row{ display: inline-block; }
.countdown:not(.simple) .countdown-section:not(:last-child){ margin-right:2px; }
.countdown:not(.simple) .countdown-section{ width:35px; }
.countdown:not(.simple) .countdown-amount{
display: block;
font-weight:700;
background:#f8f8f8;
padding:1px 0;
margin-bottom:1px;
border-radius:3px 3px 0 0;
}
.countdown:not(.simple) .countdown-period{
display: block;
font-size:10px;
line-height: 16px;
background: #f8f8f8;
border-radius:0 0 3px 3px;
}
.countdown.simple{
display: inline-block;
font-size: 13px;
}
.countdown.simple .countdown-row{ display: block; }
.countdown.simple .countdown-amount{
font-weight: 600;
font-size: 14px;
display: inline-block;
margin-right: 2px;
}
.countdown.simple .countdown-section:not(:last-child){ margin-right: 8px; } .ts_nav,
.tabs_nav {
position: relative;
z-index:101;
}
.tabs_nav {
margin-right: 0px;
margin-bottom: 0;
}
.ts_nav{
width: 196px;
float: left;
}
.ts_containers_wrap,
.tab_containers_wrap{
position: relative;
z-index:100;
}
.tab_containers_wrap{ top:-1px; }
.ts_containers_wrap{
left: -1px;
overflow: hidden;
}
.ts_containers_wrap,
.tab_containers_wrap{
-webkit-transition: height .4s ease;
transition: height .4s ease;
}
.mad-tabs .tab_container,
.tour_section .ts_container {
position: absolute;
top: 0;
left: 0;
width: 100%;
-webkit-transition: opacity .7s ease, visibility .7s ease;
transition: opacity .7s ease, visibility .7s ease;
}
.tour_section .ts_container,
.mad-tabs:not(.products) .tab_container {
padding: 19px;
overflow: hidden;
background: #fff;
border: 1px solid #DFDFDF;
border-radius: 0 3px 3px 3px;
}
.tab_container .owl-item.first > * { border-top-left-radius:0px !important; }
.ts_nav > li > a,
.tabs_nav > li > a{
padding:14px 17px 15px;
display: block;
background:#fff;
border:1px solid #DFDFDF;
}
.tabs_nav li { list-style: none; }
.tabs_nav.theme_menu > li > a { padding: 11px 40px 10px 19px !important; }
.tabs_nav.theme_menu > li > a::before { right: 0; }
.ts_nav > li:not(:last-child){ margin-bottom: 5px; }
.ts_nav > li > a{ border-radius: 3px 0 0 3px; }
.mad-tabs:not([class*="type"]) .tabs_nav li:not(:last-child),
.mad-tabs.type_2 .tabs_nav li:not(:last-child){ margin-right:5px; }
.mad-tabs:not([class*="type"]) .tabs_nav li,
.mad-tabs.type_2 .tabs_nav li{ float:left; }
.mad-tabs:not([class*="type"]) .tabs_nav > li > a,
.tour_section:not([class*="type"]) .ts_nav > li > a{ font-size:22px; }
.mad-tabs.type_2 .tabs_nav > li > a,
.tour_section.type_2 .ts_nav > li > a{
font-size: 16px;
padding:9px 17px 10px;
}
.mad-tabs.many_tabs .tabs_nav > li > a{
padding-left: 8px;
padding-right: 8px;
}
.ts_nav > li.active > a,
.ts_nav > li:hover > a,
.tabs_nav > li.active > a,
.tabs_nav > li:hover > a{
color:#fff;
background:#0186c8;
border-color:#0186c8;
}
.mad-tabs:not(.type_3) .tabs_nav li a{ border-radius:3px 3px 0 0; }
.mad-tabs.type_3{
display: table;
table-layout: fixed;
width: 100%;
}
.mad-tabs.type_3 .tabs_nav{
width:228px;
position: relative;
}
.mad-tabs.type_3 .tabs_nav::before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
border-width: 0 0 1px 1px;
border-style: solid;
border-color: #DFDFDF;
border-bottom-left-radius: 3px;
}
.mad-tabs.type_3 .tabs_nav,
.mad-tabs.type_3 .tab_containers_wrap{ display: table-cell; }
.mad-tabs.type_3 .tab_containers_wrap{ top: 0; }
.mad-tabs.type_3 .tabs_nav li a{ border-right-width: 0; }
.mad-tabs.type_3 .tabs_nav li:first-child a { border-radius: 3px 0 0 0; }
.mad-tabs.type_3 .tabs_nav li:last-child a  { border-radius: 0; }
.mad-tabs.type_3 .image_wrap { padding-bottom: 13px; }
.filter_style_2 .products .owl-item.first > * { border-top-left-radius: 0; }
.filter_style_2 .products .owl-item.first > * { border-bottom-left-radius: 0; }
.mad-tabs.type_3 .tab_containers_wrap .tab_container .owl-item.first > * { border-bottom-left-radius: 0; } .tweet_list > li:not(.tweet_odd){
padding: 20px 0 16px;
border-bottom: 1px solid #DFDFDF;
}
.tweet_inner{ margin-bottom:12px; }
.tweet_text a{ word-break:break-all; }
.tw_actions{ font-size:13px; }
.tweet_list_wrap p:empty{ display: none; }
.tw_actions > li:not(:last-child){
position: relative;
margin-right:10px;
}
.tw_actions > li:not(:last-child)::after{
content: "";
display: block;
width:3px;
height:3px;
position: absolute;
right:-7px;
top:50%;
margin-top:-1px;
background:#777;
border-radius:50%;
}
.social_feeds .tweet_list{ margin-top: 0px; }
.social_feeds .tweet_list > li:not(.tweet_odd){ padding: 15px 19px; }
.tweet_list_wrap + .twitter_follow{ margin-top: 15px; } ul.page-numbers { margin-bottom: 0; }
ul.page-numbers > li {
float: left;
list-style: none;
}
ul.page-numbers > li:first-child > a,
ul.page-numbers > li:first-child > span { border-radius: 3px 0 0 3px; }
ul.page-numbers > li:last-child > a,
ul.page-numbers > li:last-child > span { border-radius: 0 3px 3px 0; }
ul.page-numbers > li:first-child > a::before,
ul.page-numbers > li:last-child > a::before {
display: inline-block;
position: relative;
top: -1px;
font-size: 13px;
font-family: 'fontello';
}
ul.page-numbers > li > a.prev::before { content: '\eab8'; }
ul.page-numbers > li > a.next::before { content: '\eab9'; }
ul.page-numbers > li > a,
ul.page-numbers > li > span {
position: relative;
display: block;
width: 30px;
height: 30px;
text-align: center;
font-size: 14px;
line-height: 30px;
border: 1px solid #DFDFDF;
background: #fff;
}
ul.page-numbers > li:not(:last-child) > a,
ul.page-numbers > li:not(:last-child) > span { border-right-width: 0; }
ul.page-numbers > li > a.prev,
ul.page-numbers > li > a.next { font-size: 0; }
ul.page-numbers > li:not(:last-child) > a::after {
content: "";
position: absolute;
z-index: 1;
right: -1px;
top: -1px;
bottom: -1px;
display: block;
width: 1px;
background-color: #4ac4fa;
opacity: 0;
-webkit-transition: opacity .7s ease;
transition: opacity .7s ease;
}
ul.page-numbers > li .current,
ul.page-numbers > li .selected,
ul.page-numbers > li > a:hover
{
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
}
.page-links { margin-bottom: 15px; }
.page-links > a {
display: inline-block;
list-style: none;
}
.page-links > a:first-of-type  { border-radius: 3px 0 0 3px; }
.page-links > a:last-of-type   { border-radius: 0 3px 3px 0; }
.page-links > li:first-child > a::before,
.page-links > li:last-child > a::before {
display: inline-block;
position: relative;
top: -1px;
font-size: 13px;
font-family: 'fontello';
}
.page-links > a.prev::before { content: '\eab8'; }
.page-links > a.next::before { content: '\eab9'; }
.page-links > a {
position: relative;
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
text-align: center;
font-size: 14px;
line-height: 30px;
border: 1px solid #DFDFDF;
background-color: #fff;
}
.page-links > a:not(:last-child),
.page-links > span:not(:last-child) { border-right-width: 0; }
.page-links > span {
display: inline-block;
vertical-align: middle;
}
.page-links > a:hover
{
background-color: #4ac4fa;
border-color: #4ac4fa;
color: #fff;
}
.page-links .screen-reader-text { display: none !important; } .progress_bar {
padding: 2px;
border: 1px solid #DFDFDF;
position: relative;
border-radius:3px;
}
.progress_bar:not(:last-child){ margin-bottom: 14px; }
.progress_bar > .pb_inner{
height: 6px;
background-color: #4ac4fa;
}
.pb_title{ margin-bottom: 5px !important; } .lightbox_list{ margin-bottom: 5px; }
.lightbox_list > li {
float: left;
padding: 0 10px 10px 0;
width: 25%;
list-style: none;
}
.lightbox_list.lightbox-columns-2 > li { width: 50%; }
.lightbox_list.lightbox-columns-3 > li { width: 33.3333333%; }
.lightbox_list.lightbox-columns-4 > li { width: 25%; }
.lightbox_list.lightbox-columns-5 > li { width: 20%; }
a[class*="helper_list_icon"] {
display: block;
position: relative;
overflow: hidden;
}
a[class*="helper_list_icon"] img { display: block; }
a[class*="helper_list_icon"] > .helper_icon {
position: absolute;
left: 50%;
top: 50%;
display: block;
width: 37px;
height: 37px;
opacity: 0;
margin: -18px 0 0 -18px;
background: url(https://2ddf7f.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/images/lightbox_view_icon.png) no-repeat;
-webkit-transition: opacity .7s ease;
transition: opacity .7s ease;
}
.helper_icon::after,
.helper_icon::before,
.helper_icon > [class*="helper_"] {
display: block;
position: absolute;
background: rgba(255, 255, 255, .5);
height: 2000%;
}
.helper_icon::after,
.helper_icon::before{
content: "";
width:100%;
left: 0;
}
.helper_icon > .helper_left,
.helper_icon > .helper_right {
width: 2000%;
top: -1000%;
}
.helper_icon > .helper_left{ right: 100%; }
.helper_icon > .helper_right{ left: 100%; }
.helper_icon::before{ bottom: 100%; }
.helper_icon::after{ top: 100%; }
a[class*="helper_list_icon"]:hover > .helper_icon {
opacity: 1;
-webkit-transition: opacity .1s ease;
transition: opacity .1s ease;
} .call_to_action{
position: relative;
z-index: 101;
padding: 26px 20px;
}
.call_to_action > *{ line-height: 20px; }
.call_to_action .title{
font-size: 30px;
margin-bottom: 4px;
line-height: 1em;
font-weight: 900;
}
.call_to_action p{ font-size: 16px; }
.call_to_action:not(.type_2) .title { color: #018bc8; }
.call_to_action.type_2{
background-color: #4ac4fa;
border-radius: 3px;
}
.call_to_action.type_2 p,
.call_to_action.type_2 .title{ color: #fff; }
.call_to_action.type_2 [class*="button"] {
color: #018bc8;
background: #fff;
} .table-responsive {
width: 100%;
overflow: hidden;
margin-bottom: 30px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #fff;
text-align: left;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.mad-table {
width: 100%;
display: table;
table-layout: fixed;
}
.mad-table .mad-table-row {
display: table-row;
position: relative;
}
.mad-table .mad-table-cell {
display: table-cell;
border-left: 1px solid #ecf0f1;
border-bottom: 1px solid #ecf0f1;
padding: 16px 20px;
vertical-align: middle;
position: relative;
font-size: 16px;
}
.mad-table .mad-table-row:first-child { font-size: 1.15em; }
.mad-table .mad-table-row:last-child  { font-weight: 700; } .pricing_table {
margin-left: -1px;
margin-top: -1px;
width: 25%;
background-color: #fff;
border: 1px solid #DFDFDF;
text-align: center;
}
.pricing_table header {
position: relative;
color: #018bc8;
padding: 15px 19px 13px;
font-size: 18px;
border-bottom: 1px solid #DFDFDF;
}
.pricing_table_label {
position: absolute;
top: 5px;
left: 5px;
padding: 6px 7px 5px;
background-color: #ff8400;
color: #fff;
font-weight: 900;
font-size: 13px;
line-height: 14px;
text-align: center;
text-transform: uppercase;
border-radius:0 3px 3px 3px;
}
.pricing_table .pt_price {
color: #018bc8;
padding: 13px 19px 9px;
background-color: #f8f8f8;
border-bottom: 1px solid #DFDFDF;
}
.pricing_table .price {
font-size: 36px;
font-weight: 600;
line-height: 1em;
}
.pricing_table .pt_list > li {
padding: 16px 19px 12px;
list-style: none;
}
.pricing_table .pt_list > li:not(:last-child){ border-bottom: 1px solid #DFDFDF; }
.pricing_table footer{
padding: 14px 19px;
border-top: 1px solid #DFDFDF;
}
.pricing_table:first-child{ border-radius: 3px 0 0 3px; }
.pricing_table:last-child{ border-radius: 0 3px 3px 0; }
.pricing_table:first-child:last-child{ border-radius: 3px; }
.pricing_table.free header,
.pricing_table.free .pt_price{ color: #269300; }
.pricing_tables_container > .pricing_table{ float: left; }   .owl-nav,
.edit_button,
.page-nav{
position: absolute;
bottom: 100%;
right: 0;
margin-bottom: 10px;
}
.page-prev, .page-next,
.owl-nav .owl-prev,
.owl-nav .owl-next {
display: block;
float: left;
width: 30px;
height: 30px;
font-size: 13px;
color: #333;
border: 1px solid #DFDFDF;
background-color: #fff;
text-align: center;
-webkit-transition: color .7s ease, background-color .7s ease, border-color .7s ease;
transition: color .7s ease, background-color .7s ease, border-color .7s ease;
}
.page-prev, .owl-nav .owl-prev {
border-right-width: 0;
border-radius: 3px 0 0 3px;
}
.page-prev:only-child { border-right-width: 1px; }
.page-next,
.owl-nav .owl-next { border-radius: 0 3px 3px 0; }
.page-nav > [class|="page"]:hover,
.owl-nav > [class^="owl"]:hover {
color:#fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
-webkit-transition: color .1s ease, background-color .1s ease, border-color .1s ease;
transition: color .1s ease, background-color .1s ease, border-color .1s ease;
}
.owl-nav > [class^="owl"]::before,
.page-nav > [class|="page"]::before{ font-family: 'fontello'; }
.owl-nav > [class^="owl"]::after,
.page-nav > [class|="page"]::after{
content: "";
height:100%;
}
.owl-nav > [class^="owl"]::before,
.owl-nav > [class^="owl"]::after,
.page-nav > [class|="page"]::before,
.page-nav > [class|="page"]::after{
display: inline-block;
vertical-align: middle;
}
.page-prev::before,
.owl-nav .owl-prev::before{ content: '\eab8'; }
.page-next::before,
.owl-nav .owl-next::before{ content: '\eab9'; }
.thumbnails_carousel .owl-nav{ position: static; }
.thumbnails_carousel .owl-next,
.thumbnails_carousel .owl-prev{
position: absolute;
top:50%;
z-index:101;
margin-top:-15px;
border-radius: 3px;
}
.thumbnails_carousel .owl-prev{
left:-50px;
border-right-width:1px;
}
.thumbnails_carousel .owl-next{ right:-50px; }
.brands_carousel {
background-color: #fff;
border: 1px solid #DFDFDF;
padding: 19px;
border-radius: 3px;
}
ul.brands_carousel li { display: none; }
ul.brands_carousel li:first-child { display: block; }
.seller{
padding-top: 19px;
padding-bottom: 19px;
}
.seller{ max-width:283px; }
.seller_info{
color:#b2b2b2;
margin-bottom:10px;
}
.seller_info .photo{ margin-right:15px; }
.seller_info .wrapper { padding:5px 0 0; }
.seller_stats > li:not(:first-child){ margin-top: 3px; }
.seller_stats li { list-style: none; }
.seller_stats:not(:last-child) { margin-bottom: 14px; }
.seller_stats .bold { color: #333; }
.seller_info_wrap {
position: relative;
z-index: 1;
}
.seller_info_dropdown{
display: none;
position: absolute;
z-index: -1;
top: -5px;
left: -10px;
background: #fff;
padding: 35px 10px 10px;
font-size: 13px;
width: 240px;
border-radius: 3px;
-ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .12);
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .12);
}
.seller_info_dropdown .seller_stats > li:not(:first-child){	margin-top: 0px; }
.seller_info_dropdown .seller_stats:not(:last-child){ margin-bottom: 10px; }
.seller_name{
position: relative;
color: #333;
cursor: pointer;
max-width: 85px;
padding-right: 15px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.seller_name::after{
position: absolute;
top: 0;
right: 0;
content:'\e8c8';
font-family: 'fontello';
font-size: 12px;
color: #b2b2b2;
}
[data-large-image] { cursor: pointer; }
.owl_carousel .entry 		{ border-radius: 0; }
.owl_carousel .owl-item > * { background-clip: border-box; } .widgets_carousel:not(:last-child) .owl-item > * { border-radius: 3px 3px 0 0; }
.widgets_carousel:last-child .owl-item > * { border-radius: 3px; }
.owl_carousel:last-child .owl-item.first > * { border-radius: 3px 0 0 3px; }
.owl_carousel:last-child .owl-item.last > * { border-radius: 0 3px 3px 0; }
.owl_carousel:not(:last-child) .owl-item.first > * { border-radius: 3px 0 0 0; }
.owl_carousel:not(:last-child) .owl-item.last > * { border-radius: 0 3px 0 0; }
.owl_carousel .owl-item > li { list-style: none;}
.owl_carousel { margin-bottom: 0; }
.owl_carousel li { list-style: none; }
.carousel_with_six_items .product_price { margin-bottom: 9px; }
.widgets_list blockquote,
.widgets_carousel blockquote
{
margin-bottom: 0;
}
.widgets_list blockquote { margin-top: -2px; }
.widgets_carousel blockquote { border-radius: 0; }
.widget_testimonials footer.bottom_box {
position: relative;
top: -1px;
} .modal_window {
position:relative;
padding: 35px 20px 40px;
width: 790px;
background-color: #fff;
border-radius: 3px;
}
.arcticmodal-close {
display: block;
color: #b2b2b2;
top: 5px;
right: 10px;
}
.arcticmodal-close::before { font-size: 22px; }
.ips_error_addr_mail {
display: block;
margin-top: 10px;
}
#login_mw {
width: 370px;
padding-top: 40px;
padding-bottom: 25px;
}
#login_mw hr { margin: 20px -20px 15px; }
#login_mw header { margin-bottom: 20px; }
.promo_title {
font-size: 36px;
letter-spacing: -1px;
margin-bottom: 27px;
}
#promo_mw .form_caption { margin-bottom: 25px; }
#promo_mw .do_not_show_checkbox { margin-top: 21px !important; }
.in_stock { color: #54bd45; } .social_feeds{
position: fixed;
top: 190px;
right: 4px;
z-index: 255;
}
.social_feeds > li{
position: relative;
margin-bottom: 4px;
list-style: none;
}
.social_feeds > li > [class*="btn"]:hover{
-webkit-animation:jump .3s ease;
animation:jump .3s ease;
}
.social_feeds .dropdown{
position: absolute;
top: 0px;
right: 100%;
width:263px;
margin-right:2px;
}
.social_feeds .title{
font-size: 20px;
margin-bottom:0px;
}
.social_feeds .animated_item { margin-top: -1px; }
.social_feeds .animated_item{
background:#fff;
border:1px solid #DFDFDF;
padding:15px 19px;
}
.social_feeds .animated_item:not(.tweet_even):first-child{ border-radius: 3px 3px 0 0; }
.social_feeds .animated_item:not(.tweet_even):last-child{ border-radius: 0 0 3px 3px; }
.social_feeds .proportional_frame{ margin:15px 0 10px; }  .template-single {
overflow: hidden;
position: relative;
padding: 19px;
background-color: #fff;
border: 1px solid #DFDFDF;
background-clip: padding-box;
border-radius: 3px;
} .template-box { padding-bottom: 30px; }
.template-box .template-title { margin-bottom: 10px; }
.template-box .template-image-format {
float: left;
overflow: hidden;
margin-right: 25px;
border-radius: 3px;
}
.template-box .template-description {
overflow: hidden;
padding: 5px;
} .container_404 {
width: 555px;
margin: auto;
text-align: center;
}
.container_404 p { margin-bottom: 25px; }
.button-404 {
margin-bottom: 40px;
padding: 8px 20px 9px;
font-size: 16px;
background-color: #777;
color: #fff;
text-align: center;
display: inline-block;
border-radius: 3px;
}
.button-404:hover {
background-color: #333;
color: #fff;
}
.container_404 form [class*="button"] { margin-bottom: 0; }
.template-404 h1 {
color: #ff4557;
font-size: 240px;
font-weight: 900;
line-height: .79em;
padding-top: 35px;
}
.template-404 h3 {
font-size: 30px;
text-transform: uppercase;
} .cookie_message,
.ie_alert_message{
padding: 8px 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 123;
color: #fff;
}
.cookie_message [class*="button"],
.ie_alert_message [class*="button"]{
padding-left: 10px;
padding-right: 10px;
}
.cookie_message{ background: rgba(51, 51, 51, .8); }
.ie_alert_message{ background: rgba(255, 69, 86, .8); }
.ie_alert_message .left_side,
.cookie_message .left_side{ width: auto; }
.ie_alert_message .right_side{ width: 120px; }
.cookie_message .right_side{ width: 240px; }
.ie_alert_message i[class|="icon"]{
font-size: 24px;
color: #333;
vertical-align: middle;
position: relative;
z-index: 1;
}
.ie_alert_message i[class|="icon"]::after{
content: "";
width: 8px;
height: 16px;
background: #fff;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
margin: -1px 0 0 -4px;
}
.ie_alert_message *{ vertical-align: baseline; }  .table_layout {
display: table;
width: 100%;
table-layout: fixed;
}
.table_row{ display: table-row; }
.table_cell{
display: table-cell;
position: relative;
z-index: 2;
padding: 19px;
}
.table_cell::after
{
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
border: 1px solid #DFDFDF;
z-index: -1;
} .table_row:first-child > .table_cell:first-child::after{ border-radius: 3px 0 0 0; }
.table_layout:last-child .table_row:only-child > .table_cell:first-child::after{ border-radius: 3px 0 0 3px; } .table_layout:last-child .table_row:last-child > .table_cell:last-child::after{ border-radius: 0 0 3px 0; }
.table_layout:last-child .table_row:only-child > .table_cell:last-child::after{ border-radius: 0 3px 3px 0; } .table_layout:not(:last-child) > .table_row:first-child > .table_cell:last-child::after,
.table_row:first-child:not(:only-child) > .table_cell:last-child::after{ border-radius: 0 3px 0 0; } .table_layout:last-child .table_row:last-child:not(:only-child) > .table_cell:first-child::after{ border-radius: 0 0 0 3px; }
.table_row:not(:last-child) > .table_cell::after{ border-bottom-width: 0px; }
.table_cell:not(:first-child)::after{ border-left-width: 0px; }
.table_cell p { margin-bottom: 0; } .list_view,
.list_view .table_row,
.list_view .table_cell {
display: block;
}
.list_view .table_cell:empty{ display: none; }
.list_view .table_cell::after{ border-left-width: 1px; }
.list_view .table_row:last-child > .table_cell:not(:last-child)::after{ border-bottom-width: 0px; } .table_layout.list_view .table_row:first-child > .table_cell:first-child::after{ border-radius: 3px 3px 0 0; } .list_view:last-child .table_row:last-child > .table_cell:last-child::after{ border-radius: 0 0 3px 3px; }
.list_view .table_row:not(:only-child):first-child > .table_cell:last-child::after,
.list_view .table_row:not(:only-child):last-child > .table_cell:first-child::after,
.theme_box + .table_layout .table_row:first-child > .table_cell:first-child::after,
.theme_box + .table_layout .table_row:first-child > .table_cell:last-child::after,
.top_box + .table_layout .table_row:first-child > .table_cell:first-child::after,
.top_box + .table_layout .table_row:first-child > .table_cell:last-child::after { border-radius: 0; }
.top_box + .table_layout:last-child:not(.list_view) .table_row:only-child > .table_cell:first-child::after{ border-radius: 0 0 0 3px; }
.top_box + .table_layout:last-child:not(.list_view) .table_row:only-child > .table_cell:last-child::after{ border-radius: 0 0 3px 0; }
.theme_box + .table_layout:not(.list_view) .table_row:first-child > .table_cell::after,
.theme_box + .table_layout.list_view .table_row:first-child > .table_cell:first-child::after{ border-top-width: 0; }
.table_layout .product_item,
.table_layout .entry,
.table_layout blockquote {
position: static;
background: transparent;
border: none;
padding: 0;
}
.table_layout blockquote.type_2 { padding-left: 13px; }
.arrivals .arrivals_column { display: table-cell; }
.arrivals .table_layout .table_row:first-child > .table_cell:first-child::after,
.arrivals .table_layout .table_row:last-child > .table_cell:first-child::after{ border-radius: 0px !important; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.table_layout { border-collapse: collapse; }
.table_cell, .main_product {
border: 1px solid #DFDFDF;
background-color: #fff;
background-clip: padding-box;
}
.main_product { border-right-width: 0 !important; }
.table_cell::after,
.main_product::after {
display: none !important;
}
.table_layout.list_view .table_row > .table_cell { border-bottom-width: 0 !important; }
.table_layout.list_view .table_row:last-child > .table_cell:last-child { border-bottom-width: 1px !important; }
aside .owl-stage-outer { width: calc(100% + 1px); }
} .lightbox-added {
position: relative;
display: inline-block;
}
.entry .lightbox-added {
display: block;
margin-bottom: 17px;
overflow: hidden;
}
.entry .post-image { display: block; }
.entry .lightbox-added.fancybox_item,
.entry_thumb .lightbox-added { margin-bottom: 0; }
.sticky-post {
display: inline-block;
margin-bottom: 10px;
padding: 6px 7px 5px;
background-color: #ff4557;
color: #fff;
font-weight: 900;
font-size: 13px;
line-height: 14px;
text-align: center;
text-transform: uppercase;
border-radius: 0 3px 3px 3px;
pointer-events: none;
}
.has-post-thumbnail:not(.single) .sticky-post {
position: absolute;
z-index: 99;
top: 24px;
left: 24px;
}
.lightbox-added img {
display: block;
width: 100%;
}
.curtain-overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
background-color: #fff;
background-color: rgba(255,255,255, .6);
opacity: 0;
filter: alpha(opacity = 0);
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-perspective: 400px;
perspective: 400px;
}
a:hover .curtain-overlay {
visibility: visible;
opacity: 1;
filter: alpha(opacity = 80);
}
.lightbox-added .curtain-overlay {
display: block;
overflow: hidden;
}
.box-curtain {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
margin: -20px 0 0 -20px;
width: 38px;
height: 38px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .7s ease;
transition: all .7s ease;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
a:hover .box-curtain {
-webkit-transform: rotate3d(0,1,0,-180deg);
transform: rotate3d(0,1,0,-180deg);
}
.box-curtain > div {
display: block;
position: absolute;
width: 100%;
height: 100%;
background-color: #018bc8;
color: #fff;
text-align: center;
border-radius: 3px;
-webkit-transition: all .5s ease;
transition: all .5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.box-curtain > div:after {
font-family: 'fontello';
line-height: 40px;
}
.curtain-overlay.overlay-type-link .box-curtain > div:after {
content: '\e8b6';
font-size: 20px;
}
.curtain-overlay.overlay-type-image .box-curtain > div:after {
content: '\e82b';
font-size: 21px;
}
.box-curtain .in-back {
-webkit-transform: rotate3d(0,1,0,180deg);
transform: rotate3d(0,1,0,180deg);
}
.entry_title {
line-height: 18px;
margin-bottom:7px;
}
.entry_thumb {
display: block;
position: relative;
float: left;
margin-right: 15px;
}
.entry_meta {
overflow: hidden;
margin-bottom: 10px;
font-size:13px;
line-height: 18px;
color:#b2b2b2;
}
.list_of_entries.grid_view.owl_carousel .post-content p { margin-bottom: 0; }
.entry_meta:last-child { margin-bottom: 0; }
.meta-holder { margin-bottom: 15px; }
.post_meta { margin-bottom: 5px; }
.read-more-button { margin-top: 5px; }
.entry-blog-big .entry_meta .alignright .rating {
display: inline-block;
width: auto !important;
vertical-align: baseline;
margin: 2px 4px;
}
.entry_meta span { display: inline-block; }
.post_meta span:not(:last-child) { margin-right: 5px; }
.entry .share { margin-top: 30px; }
.edit-link { margin-top: 10px; }
.entry-media.image-overlay,
.mejs-container
{
margin-bottom: 15px;
} .share-links > a {
display: inline-block;
vertical-align: top;
width: 32px;
height: 32px;
font-size: 0;
text-align: center;
}
.share-links > a:before {
color: #fff;
font-family: 'fontello';
font-size: 18px;
line-height: 32px;
}
.share-links > a.share-facebook    { background-color: #305891; }
.share-links > a.share-twitter     { background-color: #2ca8d2; }
.share-links > a.share-linkedin    { background-color: #0ca8ec; }
.share-links > a.share-googleplus  { background-color: #0868b9; }
.share-links > a.share-pinterest   { background-color: #c82828; }
.share-links > a.share-vk		   { background-color: #325078; }
.share-links > a.share-tumblr  	   { background-color: #384853; }
.share-links > a.share-reddit  	   { background-color: #e8e8e8; }
.share-links > a.share-xing  	   { background-color: #e8e8e8; }
.share-links > a.share-facebook:before   { content: '\e9b2'; }
.share-links > a.share-twitter:before	 { content: '\e86e'; }
.share-links > a.share-linkedin:before	 { content: '\e9d1'; }
.share-links > a.share-googleplus:before { content: '\ea02'; }
.share-links > a.share-pinterest:before  { content: '\e9ed'; }
.share-links > a.share-vk:before 		 { content: '\ea09'; }
.share-links > a.share-tumblr:before 	 { content: '\e9c2'; }
.share-links > a.share-reddit:before 	 { content: '\e869'; color: #575757; }
.share-links > a.share-xing:before 	     { content: '\ea12'; color: #036567; } .entry.single .entry_title {
position: absolute;
right: -9999px;
}
.entry.single .entry_meta { margin-bottom: 10px; }
.list_of_entries > li { list-style: none; } .list_of_entries .entry,
.list_of_entries.grid_view .entry,
.top_box + .list_of_entries > li:first-child .entry  { border-radius: 0; }
.list_of_entries > li:first-child .entry 			 { border-radius: 3px 0 0 0; }
.list_of_entries:last-child > li:last-child .entry   { border-radius: 0 0 3px 3px; }
.comments 		{ color: #b2b2b2; }
.comments:hover { color:#018bc8; } .list_of_entries.list_view .entry_title { margin-top: 4px; }
.list_of_entries.list_view .lightbox-added {
float: left;
margin: 0 20px 5px 0;
max-width: 45%;
}
.list_of_entries.list_view .entry_meta [class*="align"] { float: none; }
.list_of_entries.list_view .post-content { overflow: hidden; }
.post-content { font-size: 14px; } .list_of_entries {
position: relative;
margin-bottom: 0;
}
.list_of_entries::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
background-color: #fff;
border: 1px solid #DFDFDF;
content: "";
}
.list_of_entries.grid_view.owl_carousel::before { display: none; }
.widget .list_of_entries::before { display: none; }
.list_of_entries.grid_view > li { position: relative; }
.list_of_entries.grid_view > li::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
border-top: 1px solid #DFDFDF;
border-right: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
content: "";
}
.list_of_entries .entry {
overflow: hidden;
position: relative;
padding: 19px;
background-color: #fff;
border: 1px solid #DFDFDF;
background-clip: padding-box;
border-radius: 3px;
}
.list_of_entries.grid_view .entry {
border-width: 0;
background-color: transparent;
}
.list_of_entries.grid_view > li:not(.first) > .entry { border-left-width: 0; }
.list_of_entries.grid_view > li .entry,
.list_of_entries.big_view > li .entry,
.list_of_entries.list_view > li .entry { border-bottom-width: 0; }
.widget_popular_posts .list_of_entries > li:not(:first-child) .entry { border-top-width: 0; }
.list_of_entries .entry:not(:last-child) { border-radius: 3px 3px 0 0; }
.list_of_entries.big_view .entry,
.list_of_entries.grid_view .entry,
.list_of_entries.list_view .entry { border-radius: 0; }
.list_of_entries.grid_view .entry_meta > [class*="align"] {
float: none;
display: inline;
}
.list_of_entries.grid_view .entry_meta span:last-child { margin-right: 8px; } .list_of_entries.grid_view.owl_carousel .owl-item > * {
position: relative;   }
.list_of_entries.grid_view.owl_carousel .owl-item:not(.first) li:before {
content: " ";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 1px;
height: 101%;
height: calc(100% + 1px);
background-color: #DFDFDF;
} .list_of_entries.grid_view.owl_carousel .entry { border: none; } .md_flexbox .list_of_entries.grid_view {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
padding: 0;
margin: 0;
list-style: none;
}
.md_flexbox .list_of_entries.grid_view.owl-carousel {
display: block;
border-radius: 3px;
border: 1px solid #DFDFDF;
background-color: #ffffff;
}
.list_of_entries.grid_view.owl_carousel li 			   { display: none; }
.list_of_entries.grid_view.owl_carousel li:first-child { display: block; }
.md_flexbox .list_of_entries.grid_view > li {
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.md_flexbox .list_of_entries.grid_view.blog-columns-3 > li {
-webkit-flex-basis: 33.333333%;
flex-basis: 33.333333%;
max-width: 33.333333%;
}
.md_flexbox .list_of_entries.grid_view.blog-columns-4 > li {
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.md_flexbox .list_of_entries.grid_view > li::before { bottom: -1px; } .md_no-flexbox .list_of_entries.grid_view { font-size: 0; }         .md_no-flexbox .list_of_entries.grid_view::before {
content: " ";
display: table;
}
.md_no-flexbox .list_of_entries.grid_view > li {
display: inline-block;
vertical-align: top;
width: 50%;
}
.md_no-flexbox .list_of_entries.grid_view.blog-columns-3 > li { width: 33.333333%; }
.md_no-flexbox .list_of_entries.grid_view.blog-columns-4 > li { width: 25%; }             .comments-list {
overflow: hidden;
background-color: #fff;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.comments-list > li:not(:first-child) > article { border-top: 1px solid #DFDFDF; }
.comments-list .children > li > article::before{
content: "";
display: block;
border-top: 1px solid #DFDFDF;
position: absolute;
top: 0;
width: 300%;
left: -100%;
}
.comments-list .children { padding-left: 20px; }
.comments-list li { list-style: none; }
.comment > article {
position: relative;
padding: 19px;
}
.comment > .comment_container {
position: relative;
padding: 19px;
}
.comment-body {
overflow: hidden;
padding-top: 1px;
}
.gravatar {
float: left;
margin-right: 15px;
}
.comment-meta {
padding-right: 50px;
color: #b2b2b2;
font-size: 13px;
margin-bottom: 8px;
}
.comment-author {
display: inline-block;
vertical-align: baseline;
margin-bottom: 0px;
}
.comment-author a {
font-weight: 600;
font-size: 14px;
}
.comment-reply-link {
position: absolute;
right: 19px;
top: 11px;
display: inline-block;
width: 30px;
height: 30px;
padding: 0;
font-size: 0;
color: #018bc8;
background-color: #f8f8f8;
line-height: 21px;
text-align: center;
border-radius: 3px;
}
.comment-reply-link:hover {
color: #fff;
background-color: #018bc8;
}
.comment-reply-link:before {
display: inline-block;
vertical-align: middle;
font-family: 'fontello';
content: '\efd4';
font-size: 13px;
text-align: center;
}
.comment-reply-link:after {
display: inline-block;
vertical-align: middle;
content: "";
height: 100%;
}  .tparrows.noSwipe {
background-color: rgba(51, 51, 51, .5);
color: #fff;
text-align: center;
border-radius: 3px;
background-image: none;
-webkit-transition: background-color .4s ease, opacity .4s linear !important;
transition: background-color .4s ease, opacity .4s linear !important;
}
.tparrows.noSwipe:hover { background:rgba(51,51,51,1); }
.tparrows.noSwipe::after {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.tparrows.noSwipe::before {
display: inline-block;
vertical-align: middle;
font-family: 'fontello';
font-size: 28px;
margin-top: -1px;
}
.tp-rightarrow.tparrows.noSwipe::before { content: "\efbf"; }
.tp-leftarrow.tparrows.noSwipe::before  { content: "\efbe"; }
.tp-caption.shopme-blue-button a { color: #fff; }
.tp-caption.shopme-text-white { white-space: pre-wrap !important; }
.tp-caption small {
font-size: 30px;
vertical-align: baseline;
}
.revolution_slider {
width:100%;
position:relative;
padding:0;
z-index:100;
}
.rev_slider li { border-radius: 3px; }
.rev_slider{
width:100%;
position:relative;
}
.tparrows.default * { display: none; }  #sidebar .widget:not(:last-child) { margin-bottom: 40px; }
.has_mega_menu { z-index:103; }
#sidebar .middle_btn:not([class*="icon_btn"]) {
padding-left: 17px;
padding-right: 17px;
}
.widget li { list-style: none; } #sidebar .infoblock:not(:last-child){ margin-bottom: 30px; } .widget_tag_cloud .tagcloud {
background-color: #fff;
border: 1px solid #DFDFDF;
padding: 19px 19px 16px;
overflow: hidden;
margin-left: -3px;
border-radius: 3px;
}
#footer .widget_tag_cloud .tagcloud {
margin-left: 0;
padding: 0;
border: none;
}
.tagcloud > a {
display: inline-block;
margin: 2px;
padding: 5px 15px 4px;
vertical-align: top;
font-size: 14px !important;
line-height: 21px;
text-align: center;
color: #018bc8;
background-color: #f8f8f8;
border-radius: 3px;
}
.tagcloud > a:hover {
color: #fff;
background-color: #018bc8;
} .recentcomment:first-child{ border-radius: 3px 3px 0 0; }
.recentcomment:last-child{ border-radius: 0 0 3px 3px; }
.recentcomments_list:last-child > .recentcomment:first-child:last-child{ border-radius: 3px; }
.recentcomment{
line-height: 18px;
position: relative;
overflow: hidden;
padding: 19px;
background-color: #fff;
border: 1px solid #DFDFDF;
}
.recentcomment:not(:last-child){ border-bottom: none; }
.recentcomment .comment{ margin-top: 6px; }
.recentcomment .comment::after,
.recentcomment .comment::before{ content:'"'; }
.posted_by{
font-size: 13px;
color: #b2b2b2;
margin-bottom: 6px;
} #footer .widget { margin-bottom: 40px; }
#footer .col-sm-6 .widget { margin-bottom: 16px; }
@media only screen and (min-width: 768px) {
#footer .col-sm-6 .widget_zn_mailchimp,
#footer .col-sm-6 .widget_social_links { margin-bottom: 0; }
}
#footer .widget-title {
margin-bottom: 18px;
font-size: 18px;
}
#footer .tweet_list { margin-top: -20px; }
#footer .widget .list_of_links > li:first-child > a,
#footer .widget .list_of_entries > li:first-child,
#footer .widget .list_of_infoblocks > li:first-child,
#footer .widget .product_list_widget > li:first-child{ padding-top: 0; }
#footer li { list-style: none; }
.footer_section {
padding-top: 40px;
}
.footer_section_2 {
padding-top: 20px;
}
.footer_section_3 {
padding-top: 25px;
padding-bottom: 25px;
}
.footer_logo { margin-bottom: 15px; }
.payments {
display: inline-block;
margin-bottom:10px;
}
.footer_nav { margin-bottom: 10px; }
.footer_nav > ul { display: inline-block; }
.streamlined_type_2 > *:first-child{
padding:9px 20px 0 0;
float:left;
}
.streamlined_type_2 > *:last-child{ overflow: hidden; }
.footer_message {
font-size: 13px;
line-height: 18px;
padding:0 150px;
}
.about_us { margin-bottom: 25px; }
#footer .list_of_entries li {
padding: 19px 0;
border-bottom: 1px solid #DFDFDF;
}
#footer .list_of_entries .entry {
background: transparent;
padding: 0;
border: none;
}
#footer .list_of_entries li:last-child {
padding-bottom: 8px;
border-bottom: none;
}
#footer .list_of_entries .entry_title { margin-top: 2px; } .post-link-pages {
margin-bottom: 0;
font-size: 0;
}
.post-nav-left,
.post-nav-right {
display: inline-block;
width: 50%;
}
.post-nav-left {
padding-right: 5%;
text-align: left;
}
.post-nav-right {
padding-left: 5%;
text-align: right;
}
.post-prev-button,
.post-next-button {
position: relative;
display: inline-block;
margin-bottom: 10px;
padding: 8px 20px 9px 20px;
background-color: #4ac4fa;
font-weight: 300;
font-size: 16px;
color: #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.post-nav-left .post-prev-button:hover,
.post-nav-right .post-next-button:hover {
background-color: #018bc8;
color: #fff;
}
.post-nav-right span,
.post-nav-left span {
display: block;
font-size: 14px;
} .md_flexbox .related_posts {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.md_no-flexbox .related_posts:after {
content:""; display: block; clear:both;
}
.related_posts > article.entry {
position: relative;
z-index: 2;
background-color: #fff;
padding: 19px;
-webkit-flex-basis: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.md_no-flexbox .related_posts > article.entry {
float: left;
width: 33.33333333%;
}
.related_posts > article.entry::after {
position: absolute;
z-index: -1;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
content: "";
}
.related_posts > article.entry::before {
content: "";
display: block;
background: #fff;
border: 1px solid #DFDFDF;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -1px;
}
.related_posts > article.entry:not(.first)::after,
.related_posts > article.entry:not(.first)::before { border-left-width: 0; }
.related_posts.posts-count-3 > article.entry:first-child::before { border-radius: 3px 0 0 3px; }
.related_posts.posts-count-3 > article.entry:last-child::before  { border-radius: 0 3px 3px 0; }
.related_posts.posts-count-6 > article.entry:first-child::before  { border-radius: 3px 0 0 0; }
.related_posts.posts-count-6 > article.entry:nth-child(3)::before { border-radius: 0 3px 0 0; }
.related_posts.posts-count-6 > article.entry:nth-child(4)::before { border-radius: 0 0 0 3px; }
.related_posts.posts-count-6 > article.entry:nth-child(6)::before { border-radius: 0 0 3px 0; }
.related_posts.posts-count-9 > article.entry:first-child::before  { border-radius: 3px 0 0 0; }
.related_posts.posts-count-9 > article.entry:nth-child(3)::before { border-radius: 0 3px 0 0; }
.related_posts.posts-count-9 > article.entry:nth-child(7)::before { border-radius: 0 0 0 3px; }
.related_posts.posts-count-9 > article.entry:last-child::before   { border-radius: 0 0 3px 0; }
.related_posts .post-content {
position: relative;
overflow: hidden;
} .mad-wsp-list li {
margin-bottom: 3px;
list-style: none;
}
.mad-wsp-list li > a {
position: relative;
display: block;
padding-left: 18px;
}
.mad-wsp-list li > a::before {
position: absolute;
left: 0;
top: 6px;
display: block;
width: 7px;
height: 7px;
background-color: #b2b2b2;
border-radius: 50%;
font-size: 12px;
color: #b2b2b2;
content: "";
-webkit-transition: background-color .7s ease, color .7s ease;
transition: background-color .7s ease, color .7s ease;
} .cwcookielaw {
position: fixed;
padding: 8px 0;
top: 0;
left: 0;
width: 100%;
background: rgb(51, 51, 51);
background: rgba(51, 51, 51, .8);
z-index: 300;
color: #fff;
}
.logged-in.admin-bar .cwcookielaw { top: 32px; }
.cwcookielaw p {
display: inline;
vertical-align: middle;
font-size: 14px;
}
.cwallowcookies.button,
.cwcookiesmoreinfo.button {
padding: 5px 15px 4px;
font-size: 14px;
line-height: 21px !important;
text-align: center;
display: inline-block;
border-radius: 3px;
}
.cwallowcookies.button {
margin-left: 10px;
margin-right: 10px;
background-color: #4ac4fa;
color: #fff;
}
.cwallowcookies.button:hover { background-color: #018bc8; }
.cwcookiesmoreinfo.button {
background-color: #777;
color: #fff;
}
.cwcookiesmoreinfo.button:hover { background-color: #333; }
.cwcookielaw .cwcookiebubble {
position: absolute;
width: 330px;
right: 200px;
top: 60px;
padding: 20px 15px;
background-color: #000;
background-color: rgba(0,0,0,.8);
display: none;
cursor: pointer;
}
.cwcookielaw .cwcookiebubble:after {
position: absolute;
bottom: 100%;
right: 25px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
pointer-events: none;
border-bottom-color: #000;
border-bottom-color: rgba(0,0,0,.8);
border-width: 10px;
margin-left: -30px;
}
.cwcookiebubble .cwcookietitle {
display: block;
margin-bottom: 5px;
color: #2298ce;
}
.cwcookiebubble p {
display: block;
margin: 0;
padding: 0;
color: #fff;
line-height: 14px;
font-size: 12px;
} @media screen and (min-width: 38.75em) {
ul,
ol { margin-left: 0; }
li > ul,
li > ol,
blockquote > ul,
blockquote > ol {
margin-left: 1em;
}
} @media screen and (min-width: 77.5em) { } @media screen and (min-width: 993px) and (max-width: 1200px) {
.ips_w_p_c_1 .ips_w_1 {
top: 175px;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.ips_w_p_c_1 .ips_w_1 {
width: 690px;
}
}
@media screen and (max-width: 767px) {
.ips_w_p_c_1 img { margin-bottom: 10px; }
.ips_w_p_c_1 h1 { font-size: 18px !important; }
.ips_w_p_c_1 .ips_w_1 {
top: 20px;
width: 90%;
height: 60%;
}
}
.wholesale_login_enable {
display:none;
}
#newsletters-2 h3{
width:45%;
float:left;
margin-top:10px;
}
#newsletters-2 .newsletters-form-fields{
width:45%;
float:left;
}
#newsletters-2 .newsletters_submit{
width:10%;
float:left;
}
#newsletters-newsletters-2email-holder .wpmlcustomfield1 {
display:none;
}@font-face {
font-family: '33535gillsansmt';
src: url(https://dc5de4.claudeassets.com/20220129042655im_/https://www.babaluinc.com/wp-content/themes/shopme-child/33535gillsansmt.eot);
src: local('33535gillsansmt'), url(https://04348d.claudeassets.com/20220129042655im_/https://www.babaluinc.com/wp-content/themes/shopme-child/33535gillsansmt.woff) format('woff'), url(https://a3ebbd.claudeassets.com/20220129042655im_/https://www.babaluinc.com/wp-content/themes/shopme-child/33535gillsansmt.ttf) format('truetype');
}
body {
font-family: '33535gillsansmt' !important;
}
h1, h2, h3, h4, h5, h6, a {
font-family: '33535gillsansmt' !important;
}
.site_settings, .km-tabs, .km-tabs-content, .ls-plugin-settings, .ls-news, .ls-box {
display: none !important;
}
.ls-l {
font-size: 40px;
font-weight: bold;
}
h2.ls-l {
font-weight: 400 !important;
font-size: 30px !important;
}
.main_navigation ul li a {
text-transform: uppercase;
} .ls-ct-center {
background: transparent;
}
#sidebar .widget-title {
background-color: #018BC8;
padding: 10px 22px;
margin-bottom: 0;
color: #fff;
font-weight: 400;
font-size: 20px;
}
ul.product-categories > li:first-child > a {
border-radius: 0 !important;
}
#sidebar .widget-title {
color: #fff !important;
}
.owl-nav, .edit_button, .page-nav {
margin-bottom: 5px;
}
.reg {
margin-left: 5px;
} .sendpress-signup-form input[type=text] {
border-radius: 0;
}
input[type="submit"].sendpress-submit::after {
content: "";
width: 50px!important;
height: 50px!important;
position: absolute!important;
background: #000!important;
display: block;
clear: both;
}
#header .topbar {
margin-bottom: 0;
font-size: 13px;
padding-right: 5px;
text-align: right;
display: inline-block;
} .extra-title {
font-weight: 400 !important;
text-transform: uppercase;
}
blockquote::before {
display: none;
}
blockquote p {
text-align: justify;
}
blockquote {
padding: 20px;
}
blockquote a {
text-decoration: underline;
}
blockquote p strong {
font-size: 16px;
}
.page-id-1914 .section-main blockquote p a {
text-decoration: underline;
}
img.alignleft {
margin: 20px 18px 20px !important;
float: none;
}
.page-id-1943 .page_wrapper.sbl .extra-heading {
display: none !important;
}
.sticky_inner .nav_item.size_4:first-child {
display: none !important;
}
.awads {
width: 20% !important;
display: inline-block;
}
.awads-cont {
width: 79% !important;
display: inline-block;
}
.inner_page_list {
list-style: none;
background-color: #fff;
padding: 15px;
min-height: 150px;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.inner_page_list li {
margin-bottom: 5px;
margin-left: 35px;
}
.inner_page_list li .fa {
font-size: 16px;
width: 35px;
height: 25px;
margin-left: -35px;
}
.inner_page h3.extra-title {
margin-bottom: 28px;
}
ul.product-categories > li.current-cat > a, ul.product-categories > li a:hover {
background-color: #1DB9FD !important;
border: 1px solid #1DB9FD !important;
}
.main_navigation > ul li a:hover {
background-color: #1DB9FD !important;
border-color: #1DB9FD !important;
}
#nav_menu-2 #menu-footer-menu > li > a, ul.product-categories > li > a, .widget_nav_menu .menu > li > a {
border: none !important;
}
.widget_nav_menu .menu > li > a:hover, ul.product-categories > li a:hover, ul.product-categories > li:hover > a {
background-color: #FCFCFC !important;
color: #1DB9FD !important;
border: none !important;
}
ul.product-categories > li:hover > .count {
color: #4AC4FA !important;
}
.page-id-1750 .vc_column-inner {
background-color: #fff;
padding: 20px;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.page-id-1750 .vc_col-sm-6 .vc_column-inner, .page-id-1750 .div.wpcf7 {
padding: 0px;
border: none !important;
border-radius: 0px;
}
.page-id-1750 .vc_column-inner .wpb_wrapper #wpcf7-f211-p1750-o1 {
padding: 0px;
border: none !important;
border-radius: 0px;
}
.page-id-1750 .wpb_wrapper p i {
font-size: 30px;
margin-right: 15px;
}
.add-cls {
display: block;
padding-left: 32px;
}
.add-cls1 {
display: block;
padding-left: 46px;
}
.footer_section_2 {
padding-top: 50px;
}
.footer_section {
padding-top: 40px;
padding-bottom: 0px;
}
#footer .widget-title {
color: #000;
font-weight: 500;
}
.c_info_list {
background-color: #fff;
padding: 20px;
}
.widget_nav_menu .menu > li > a:active, .widget_nav_menu .menu > li.current_page_item > a, ul.product-categories > li.current-cat > a {
background-color: #FCFCFC !important;
color: #4AC4FA !important;
border: none !important;
}
ul.product-categories > li.current-cat > .count {
color: #4AC4FA !important;
}
.page-id-2083 .section-main {
padding: 20px;
background-color: #fff;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.page-id-2083 figure {
text-align: center;
}
.back_to_top {
right: 2%;
background-color: #4AC4FA;
color: #fff;
}
.page-id-2083 .wpb_wrapper p i {
margin: 4px 0;
}
#footer li:before {
content: "\f105";
font-family: FontAwesome;
text-decoration: inherit;
color: #8A8A8A;
font-size: 18px;
position: absolute;
top: 10px;
z-index: 1;
left: 13px;
}
.social_icons_holder .social_btns li:before {
display: none;
}
#footer li {
padding: 0px 0px 3px 18px;
background-color: #fff;
}
.c_info_list li:before, #footer .product-categories li:before {
display: none;
}
p:not(:last-of-type):not(.subcaption) {
margin-bottom: 15px;
clear: both;
}
.ibefore .wpb_wrapper p {
position: relative;
padding-left: 20px;
}
.ibefore .wpb_wrapper p::before {
content: "\f105";
font-family: FontAwesome;
font-size: 18px;
position: absolute;
left: 0;
}
#footer .product-categories li {
display: inline-block;
padding: 0 !important;
background-color: transparent;
}
#footer ul.product-categories > li > .count {
right: 6px;
top: 22px;
margin-top: -10px;
}
#footer ul.product-categories > li > a {
padding: 11px 40px 10px 0 !important;
background-color: transparent;
font-family: dinnextproregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #9a9a9a;
}
#footer ul.product-categories > li > a:hover {
text-decoration: underline;
}
#footer .product-categories li:after {
content: "";
font-family: FontAwesome;
font-size: 18px;
position: absolute;
right: 1px;
top: 15px;
bottom: 0;
height: 14px;
transform: rotate( 19deg );
width: 2px;
background-color: #9a9a9a;
}
#footer .product-categories li:last-child:after {
display: none;
}
.page-id-1750 .wpb_wrapper p strong {
color: #000;
}
#text-17 .widget-title, #text-17 .textwidget {
display: inline-block;
}
#footer #text-17 .textwidget {
width: 293px;
} #text-17 .sendpress-signup-form label {
display: none;
}
#text-17 p:not(:last-of-type):not(.subcaption) {
margin-bottom: 0px;
}
#text-17 .submit input[type="submit"] {
background-color:  #4AC4FA !important;
color: #fff;
padding: 0px;
line-height: 1.42857;
font-size: 16px;
position: absolute;
top: 0;
right: 0;
margin: 0;
height: 38px;
border-radius: 0 3px 3px 0;
width: 41px;
}
#text-17 input[type="submit"] {
background-color: #4AC4FA !important;
} .page-id-1766 #wpsl-wrap .wpsl-search {
background: #018BC8;
color: #fff;
}
.ls-ct-center  {
background:  transparent !important;
}
span.welcome_username {
padding-right: 5px;
}
.map_marker_cls span a {
padding-left: 7px;
}
.map_marker_cls span i {
padding-top: 2px;
}
.login_cls p {
text-align: right;
}
.login_cls p a span i {
margin: 4px 7px;
color: #777777;
}
#sidebar .widget:not(:last-child) {
border: 1px solid #DFDFDF;
}
.page-id-1766 .section-main {
background-color: #fff;
padding: 20px;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.extra-title {
font-size: 22px !important;
}
.page-id-1766 #wpsl-wrap .wpsl-search {
background: #4AC4FA;
color: #fff;
}
.page-id-1766 wpsl-search-input {
line-height: 9px;
}
.page-id-1766 .wpsl-dropdown {
height: 37px;
}
.page-id-1766 #wpsl-search-btn {
padding: 6px 10px;
}
.widget_nav_menu .menu > li.current-menu-item > a {
background-color: #FFFFFF !important;
color: #018bc8;
}
.widget_nav_menu { border-radius: 3px;
padding: 10px;
} .page-id-1612 .theme_box .myaccount_user h4 {
margin-bottom: 0px;
color: #fff;
}
.page-id-1612 .theme_box:not(:last-child) {
background-color: #4AC4FA;
}
.page-id-1612 .theme_box + .theme_box:not(:last-child) {
background-color: #fff !important;
}
.button_grey {
color: #fff !important;
background: #4ac4fa;
}
.footer_section_3 {
border-top: 1px solid #DFDFDF;
} #text-17 .widget-title {
padding: 9px 17px 0 0;
}
footer#footer .item {
z-index: 9;
position: absolute;
margin-top: -22px;
width: 250px;
}
.product-categories {
margin-bottom: 0px;
}
.sendpress-submit:after {
font-family: 'fontello';
content: '\ee30';
position: absolute;
}
.bar-login {
text-align: right;
}
#text-17 .submit #submit::after {
font-family: 'fontello';
content: '\ee30';
position: absolute;
display: inline-block;
vertical-align: middle;
color: #fff;
left: 0;
}
.page-id-2157 input[type="text"], input[type="email"] {
margin-bottom: 15px;
}
.page-id-2157 input[type="submit"] {
background-color: ##4AC4FA !important;
color: #fff !important;
}
input[type="submit"] {
background-color: #4ac4fa !important;
color: #fff;
}
input[type="submit"]:hover {
background-color: #018bc8 !important;
color: #fff;
}
#text-17 .signup-fields-bottom:after {
content: '\ee30';
font-family: 'fontello';
position: absolute;
display: inline-block;
top: 0;
right: 0;
z-index: 1;
font-size: 30px;
color: #FCFCFC;
cursor: pointer;
padding: 8px;
background-color: #4AC4FA;
}
#text-17 .submit input[type="submit"] {
z-index: 5;
background-color: transparent !important;
}
.page-id-2165 .section-main {
padding: 40px;
background-color: #fff;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.page-id-2165 .font-decor {
color: #444;
font-size: 14px;
font-weight: 600;
text-decoration: underline;
}
.page-id-2165 .font-decor:hover {
color: #4ac4fa;
}
.widget_nav_menu .menu > li.current_page_parent > a {
background-color: transparent !important;
color: #4ACEFA;
}
.ajaxloader {
position: absolute;
margin-top: -17px;
right: 52px;
z-index: 9;
}
.woocommerce .cart .remove {
color: #777 !important;
}
.woocommerce a.remove {
display: inline-block !important;
height: 30px !important;
width: 30px !important;
line-height: 1 !important;
font-size: 14px !important;
}
.button_dark_grey.icon_btn.edit_product
{
font-size: 14px;
border-radius: 100% !important;
}
.button_dark_grey.icon_btn.edit_product .fa
{
padding: 3px;
}
.button_dark_grey:hover {
color: #fff !important; } .page-id-1924 .upme-field-type i, .page-id-1924 div.upme-head, .page-id-1925 .upme-field-type i, .page-id-1925 div.upme-head {
display: none;
}
.page-id-1924 .upme-field-value {
width: 100%;
}
.page-id-1924 input.upme-input, .page-id-1924 textarea.upme-input, .page-id-1924 select.upme-input, .page-id-1925 input.upme-input, .page-id-1925 textarea.upme-input, .page-id-1925 select.upme-input {
box-shadow: none !important;
}
.page-id-1924 button.upme-button, .page-id-1925 input[type=submit].upme-button, .page-id-2051 .woocommerce input.button {
background-color: #4ac4fa !important;
color: #fff;
padding: 8px 10px;
border-radius: 3px;
font-size: 16px;
border: none;
background-image: none !important;
box-shadow: none !important;
}
.page-id-1924 button.upme-button:hover, .page-id-1925 input[type=submit].upme-button:hover, .page-id-2051 .woocommerce input.button:hover {
background-color: #018bc8 !important;
padding: 8px 10px !important;
border: none;
color: #fff;
}
.page-id-2157 .wpcf7-form p span {
color: #F31212;
}
.page-id-2051 .woocommerce form.register .form-row-wide, .page-id-2051 form label {
width: 100%;
}
.page-id-2051 .section-main h2 {
display: none;
}
.page-id-2051 .woocommerce form.register {
border: 1px solid #DFDFDF;
}
.woocommerce-checkout #payment {
background: #f8f8f8 !important;
}
.woocommerce-checkout #payment ul.payment_methods {
background: #ebe9eb !important;
}
.page-id-1924 .upme-separator {
display: none;
}
.page-id-1924 textarea.upme-input {
height: 38px;
}
.page-id-1610 .button_dark_grey, .button_black:hover {
border: 1px solid #777 !important;
border-radius: 0;
color: #777 !important;
background-color: transparent;
}
.page-id-1610 .button_dark_grey:hover {
background-color: #038A55;
color: #fff !important;
border: 1px solid #038A55 !important;
}
.page-id-1610 .woocommerce a.remove:hover {
color: #fff !important;
background: red;
border: 1px solid #f00 !important;
} table th {
font-weight: 600;
line-height: 18px;
background: #f8f8f8;
color: #000;
text-transform: uppercase;
font-weight: 500 !important;
border-left: none !important;
border-right: none !important;
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
line-height: 24px;
background: #FFFFFF;
}
table td {
border-left: none;
border-right: none;
border-top: none !important;
border-bottom: 1px solid #DFDFDF; }
.table_wrap {
border-radius: 3px;
}
span.amount {
font-weight: 500;
}
.total {
color: #000 !important;
}
.on_the_sides {
border: 1px solid #DFDFDF;
}
tr.shipping th, tr.total td {
color: #777777 !important;
}
tr.shipping th {
border-bottom: 1px solid #DFDFDF !important;
} .page-id-2215 #header {
display: none;
}
.page-id-1925 .upme-field-type {
width: 45%;
}
.page-id-1925 .upme-field-value {
width: 60%;
}
.page-id-1612 .woocommerce form.login .form-row-wide {
width: 60%;
}
.page-id-1612 input[type="text"], input[type="password"] {
border: 1px solid #ccc;
}
.woocommerce input.button {
color: #fff !important;
} .page-id-2435 #header, .page-id-2444 #header, .page-id-2455 #header, .page-id-2460 #header, .page-id-2462 #header, .page-id-2463 #header, .page-id-2467 #header, .page-id-2468 #header, .page-id-2469 #header, .page-id-2466 #header, .page-id-2464 #header, .page-id-2465 #header {
display: none;
}
.wholse_page {
border: 8px solid #ccc;
padding: 10px;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.page-id-2165 .vc_column-inner {
border: 8px solid #ccc;
padding: 10px;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.wholesale_price {
margin-bottom: 5px !important;
}
.woocommerce button.button.alt {
padding: 12px;
margin: 0 3px;
}
.added_to_cart, .add_to_cart_button, .product_type_simple, .woocommerce #respond input#submit, .woocommerce a.button:not(.compare), .woocommerce button.button, .woocommerce input.button {
margin: 0 3px;
}
.products .description .product_price .min_qty_cls {
font-size: 12px;
font-weight: normal;
color: #018BD2;
display: block;
margin-bottom: 4px;
}
.products .description .product_price .rrp_cls {
color: #989292;
font-size: 14px;
}
.products .description .product_price .whole_sale_cls {
margin: 0 10px;
}
.products .description .product_price .rrp_cls .amount, .products .description .product_price .whole_sale_cls .amount {
font-size: 18px;
}
.products .description .product_price .saving_cls {
color: #61BD4A; font-weight: normal;
}
.product_price {
line-height: 1.3 !important;
}
.product_item .product_info {
margin-top: 5px !important;
}
#password-meter-message {
margin-top: -20px;
}
table.wp-list-table .column-name {
width: inherit !important;
}
.woocommerce p.stars a:before {
display: none !important;
}
.qty input[type="text"] {
width: 46px;
border-left: none;
border-right: none;
padding-left: 5px;
padding-right: 5px;
border-radius: 0;
}
.woocommerce a.button:not(.compare) {
padding: 8px 18px 9px !important;
}
#footer .footer_section_2  {
padding-top:  34px !important;
}
#footer .footer_section_2 h3.widget-title {
margin-bottom:  0!important;
}
.cont_page_details li {
list-style: none;
}
.cont_page_details {
margin: 0 20px;
}
.cont_page_details .fa {
position: absolute;
margin: 1px -20px;
}
.home_bannr_slider img {
width: 100%;
display: block;
}
.home_bannr_slider.wpb_single_image .vc_single_image-wrapper {
display: block;
}
.section_offset .mad-tabs .tabs_nav {
margin-right:  0px !important;
}
.description_section_2 {
float: left;
margin-right: 7px;
}
del {
text-decoration: blink;
opacity: 1;
}
.product_price .rrp_cls .amount {
text-decoration: line-through;
color: #b4b0b0;
margin-right: 10px
}
.product_price .whole_sale_cls .amount {
color: #018bc8;
}
.saving_cls, .saving_cls del, .saving_cls del .amount {
color: #61BD4A !important;
font-size: 12px !important;
font-weight: normal;
}
.products-wrap .owl-nav {
right: 70px;
margin-bottom: 11px;
}
.products-wrap footer.bottom_box {
position: absolute;
bottom: 100%;
right: 0;
padding: 0;
border: none;
}
.products-wrap footer.bottom_box a {
padding: 4px 11px;
}
.breadcrumbs {
background-color: #E8E7E7;
}
.page_wrapper {
padding: 20px 0 20px;
}
#footer .widget {
margin-bottom: 20px;
}
#sidebar .widget:not(:last-child) {
margin-bottom: 20px;
}
.out-of-stock {
color: #fff!important;
background: red!important;
right: 24px!important;
left: inherit!important;
}
.single_product_description .out-of-stock {
background: transparent !important;
color: #f00!important;
}
.product_price .min_qty_cls
{
font-size: 12px;
font-weight: normal;
color: #018BD2;
display: block;
margin-bottom: 4px;
}
.product_price .saving_cls {
color: #A8A2A2 !important;
font-size: 16px !important;
font-weight: normal !important;
margin-top: 5px;
position: absolute;
}
.product_price .saving_cls .amount {
color: #61BD4A !important;
font-size: 16px !important;
}
.zebra td
{
padding:12px 10px !important;
}
.cart_totals h3{ text-align:center;}
.cart_totals .row-title {padding-top:20px;      font-weight: normal;   text-transform: uppercase;}
.yith-wcwl-share h4
{
display: none !important;
}
.yith-wcwl-share ul
{
margin: 0 12px !important;
}
.product-add-to-cart .button.add_to_cart.button.alt {
background-color: #4AC4FA;
}
.product-add-to-cart .remove_from_wishlist.button_dark_grey,.product-add-to-cart .button.add_to_cart.button.alt
{
width: 100% !important;
padding: 8px !important;
margin: 3px -2px !important;
font-weight: 500;
}
.shop_table.cart.table_type_1.wishlist_table
{
padding: 15px 15px !important;
}
.form-row.terms.wc-terms-and-conditions .input-checkbox
{
display: none !important;
}
.popup-modal
{
width: 850px !important;
max-height: 700px !important;
}
#wprmenu_menu .wprmenu_icon_par 
{
float: right !important;
right: 0px !important;
left: inherit !important;
padding: 16px 14px 10px 14px !important;
border-left: 1px solid #ccc;
}
.topbar ul > li > .sub-menu
{
left: -135px !important;
}
.woocommerce div.product form.cart,.simple_variation
{
margin-bottom: 0 !important;
}
.top-bar 
{
margin-left: 0px !important;
}
.woocommerce form.login .form-row-wide.form-row-last
{
padding-left: 0px !important; 
}
input[type="radio"] + label::before
{
height: 30px !important;
}
.page-id-1612 table th
{
border-top:none !important;
}
.woocommerce div.product p.stock
{
margin: 15px 0px !important;
}
.log_out
{
color: rgb(255, 255, 255);
background: rgb(245, 176, 69) none repeat scroll 0% 0%;
padding: 10px;
width: 100%;
margin: 5px 0px !important;
text-align: center;
font-size: 18px;
}
.section-main .woocommerce .tabs-holder .tabs-nav
{
display:none;
}
.product_item .product-title
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.woocommerce #reviews h3
{
padding: 0 0 15px;
} @media only screen and (min-width: 992px) {
.type_2 .product_item .buttons_row
{
margin: -11px 0px !important;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.main_navigation > ul > li > a {
font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 992px) 
{
.woocommerce a.button:not(.compare) {
padding: 9px 3px 7px !important;
}
}
@media only screen and (max-width: 992px) {
footer.on_the_sides > .left_side
{
text-align: center !important;
width: 100% !important;
}
.on_the_sides > [class*="_side"]
{
text-align: center !important;
display: inline-block;
}
.view-grid.type_2 .product_item .buttons_row .add_to_wishlist
{
opacity: 1 !important;
}
.type_2 .product_item .buttons_row
{
bottom: 0 important;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
border-left: none !important;
margin-left: 0 !important;
}
#wprmenu_menu.left {
width: 100% !important;
}
.login p {
width: 100% !important;
}
.nav_item #responsive-nav-button
{
display: none;
}
#wprmenu_bar
{
z-index: 999 !important;
}
}
@media only screen and (min-width: 768px) {
.page-id-1611 .woocommerce table.shop_table td
{
width: 50% !important;
padding: 14px 20px !important;
} 
.page-id-1610 .woocommerce table.shop_table td
{
padding: 6px 0px !important;
} 
.list_view_products .full_description
{
max-width:350px;
width: 350px;
}
.list_view_products .product_item
{
padding: 62px 19px;
}
}
@media only screen and (max-width: 767px) {
.page-id-1612 table.shop_table td:before
{
position: inherit;
}
.page-id-1924 #sidebar
{
clear:both;
}
.resp_nav
{
display:none !important;
}
.page-id-1612 table.shop_table td,.page-id-1612 table.shop_table thead  {
display: block;
}
.page-id-1612 table.shop_table th {
display: inherit !important;
}
.page-id-1612 table.shop_table thead  {
display: block;
}
.page-id-2083 .wpb_wrapper .vc_figure {
display: inline-block;
float: left;
width: 25%;
margin-bottom: 50px;
}
.description_section_2 {
margin-top: -5px;
}
#header.type_6 #open_shopping_cart {
border-top-width: 0;
text-align: center;
}
#open_shopping_cart::before {
left: 30%;
}
#open_shopping_cart::after {
left: 40%;
}
.compare_button::after, .wishlist_button::after {
left: 50%;
}
.page-id-1612 table td::after 
{
border-left: none !important;
} table.zebra td {
padding: 14px 19px !important;
}
#footer .widget {
margin-bottom: 0;
}
#back_to_top {
top: 93% !important;
}
#sidebar .widget, #sidebar .widget:not(:last-child) {
margin-bottom: 20px!important;
} .page-id-1925 .upme-field-value, .page-id-1925 .upme-field-type, .page-id-1925 .upme-field-value {
width: 100%;
}
}
@media only screen and (max-width:691px) {
#text-15 .textwidget {
width: 99% !important;
}
}
@media only screen and (max-width: 480px) {
.on_the_sides > [class*="_side"] {
display: inline !important;
}
.products-container .shop-page-meta .v_centered:last-child {
margin-top: 0 !important;
}
.products-container .layout_type.list-or-grid {
margin-top: 10px;
}
}
@media only screen and (max-width: 415px) {
#footer li .icon_btn.middle_btn {
width: 30px;
height: 30px;
}
.middle_btn {
margin-bottom: 5px;
width: 100%;
text-align: center;
}
.on_the_sides > .right_side > * {
display: inline-block;
text-align: center;
}
}
@media only screen and (max-width: 350px) {
iframe {
width: 100% !important;
}
}@media only screen and (max-width: 1280px) { .social_feeds { top: 50px; }
}
@media only screen and (min-width: 1200px) { .boxed_layout { width: 1200px; }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
.boxed_layout { width: 1000px; } .main_navigation > ul > li > a,
.full_width_nav > ul > li > a
{
padding-left: 7px;
padding-right: 7px;
}
}
@media only screen and (max-width: 992px) { .on_the_sides > .left_side { width: 70%; }
.boxed_layout { width: 780px; } .responsive-nav-button { display: inline-block; }
#header.type_2 .responsive-nav-button { margin-bottom: 5px; }
.mobile-advanced {
position: absolute;
top: 0;
right: 0;
z-index: 1001;
overflow: hidden;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
pointer-events: none;
-webkit-transition: -webkit-transform .35s ease;
transition: transform .35s ease;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
}
#theme-wrapper.active .mobile-advanced {
pointer-events: auto;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.mobile-advanced > ul { padding-top: 80px; }
.mobile-advanced li,
.mobile-advanced ul {
display: block;
overflow: hidden;
list-style: none;
width: 100%;
backface-visibility: hidden;
}
.mobile-advanced li > span {
display: block;
padding: 10px 15px;
color: #333;
font-weight: 400;
}
.mobile-advanced li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #DFDFDF;
line-height: 1.15em;
}
.mobile-advanced > ul > li.current-menu-item > a,
.mobile-advanced > ul > li.current-menu-parent > a,
.mobile-advanced > ul > li.current-menu-ancestor > a,
.mobile-advanced > ul > li.current_page_item > a,
.mobile-advanced > ul > li.current_page_parent > a,
.mobile-advanced > ul > li.current_page_ancestor > a
{
background-color: #0186c8;
}
.mobile-advanced ul ul li.current-menu-item > a,
.mobile-advanced ul ul li.current-menu-parent > a,
.mobile-advanced ul ul li.current-menu-ancestor > a,
.mobile-advanced ul ul li.current_page_item > a,
.mobile-advanced ul ul li.current_page_parent > a,
.mobile-advanced ul ul li.current_page_ancestor > a
{
color: #4ac4fa;
}
.mobile-advanced ul ul { margin-left: 0; }
.mobile-advanced > ul > li > a {
background-color: #4ac4fa;
color: #fff;
font-weight: 400;
font-size: 16px;
}
.mobile-advanced ul ul li > a { padding-left: 30px; }
.mobile-advanced ul ul li > a:before {
position: relative;
top: -2px;
margin-right: 5px;
font-size: 8px;
color: #0186c8;
font-family: 'fontello';
content: "\e8c9";
}
.mobile-advanced ul ul ul li > a  { padding-left: 55px; }
#advanced-menu-hide {
position: fixed;
top: 20px;
right: 30px;
z-index: 1002;
display: block;
width: 40px;
height: 40px;
background-color: #0186c8;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.logged-in.admin-bar #advanced-menu-hide { top: 55px; }
#theme-wrapper.active #advanced-menu-hide {
visibility: visible;
pointer-events: auto;
-webkit-transform: translateX(0);
transform: translateX(0);
}
#advanced-menu-hide:after {
color: #fff;
content: '\ee3e';
vertical-align: middle;
text-align: center;
font-size: 21px;
font-family: 'fontello';
line-height: 40px;
}
.toggle_menu { display: block; } .main_navigation,
.full_width_nav,
#header .topbar:not(.no-mobile-advanced) { display: none; }
#header.type_6 .nav_item:first-child { border-bottom-width: 0 !important; } #header.type_6 .compare_button,
#header.type_6 .wishlist_button,
#header.type_4 .login_box,
#header.type_4 .compare_button,
#header.type_4 .wishlist_button { border: none; }
#header.type_4 .main_header_row {
-webkit-flex-direction: column;
flex-direction: column;
}
#header.type_4 .main_header_row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
#header.type_4 .sticky_inner .nav_item {
width: 100%;
display: block;
}
#header.type_4 .sticky_inner > .nav_item:not(:first-child) {
border-left-width: 1px;
border-top-width: 0;
}
#header.type_4 .nav_item:not(:last-child) { border-bottom-width: 1px !important; }
#header.type_4 .alignright.site_settings {
float: none;
display: inline-block;
}
#header.type_5 .account_bar > li { margin-bottom: 5px; }
#header.type_5 .account_bar > li:last-child { margin-left: 0; } .entry_meta .alignleft,
.entry_meta .alignright { float: none; }
.related_posts > article.entry {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
} @media only screen and (min-width: 768px) and (max-width: 992px) { .infoblock-columns-5 .infoblock-item,
.infoblock-columns-6 .infoblock-item { width: 33.33333333%; }
.infoblock-columns-5 .infoblock-item,
.infoblock-columns-6 .infoblock-item
{
margin-bottom: 6px;
} .entry_thumb
{
max-width: 45px;
margin-right: 10px;
}
.list_of_entries.list_view .lightbox-added {
max-width: 25%;
} #footer .col-sm-6 .widget_zn_mailchimp .widget-title {
padding: 0;
float: none;
} #footer .col-sm-6 .widget_social_links .widget-title {
padding: 0;
float: none;
}
}
@media only screen and (max-width: 767px) { .boxed_layout {
width: auto;
margin-left: 10px;
margin-right: 10px;
}
.social_feeds { display: none; }
#back_to_top {
top: 85%;
right: 5%;
}
.v_centered > *:not(:first-child) {
margin-left: 0;
margin-top: 5px !important;
} #header.type_4 .call_us:only-child { margin-top: 0; }
#header .call_us { margin-bottom: 0; }
.site_settings {
float: none;
display: inline-block;
margin: 10px 10px 0;
}
#header.type_6 .main_header_row,
#header.type_6 .main_header_row > * { display: block; }
#header, .shop_links { text-align: center; }
#header.type_5 .account_bar > li:last-child { margin-left: 5px; }
.search_category { width: 137px; }
form.search_form input[type="search"] { width: calc(100% - 187px); }
.page_wrapper.sbl aside#sidebar,
.page_wrapper.sbr aside#sidebar,
.page_wrapper.sbl main#main,
.page_wrapper.sbr main#main { float: none; }
#header.type_1 .align_right,
#header.type_2 .align_right { text-align: center; }
#header.type_2 #open_shopping_cart,
#header.type_4 #open_shopping_cart,
#header.type_5 #open_shopping_cart,
#header.type_6 #open_shopping_cart { border-top-width: 0; } .sticky_inner .nav_item {
width: 100%;
display: block;
}
.sticky_inner > .nav_item:not(:first-child) {
border-left-width: 1px;
border-top-width: 0;
}
.nav_item:not(:last-child) { border-bottom-width: 1px !important; } #sidebar .widget { margin-bottom: 33px; } .widget_nav_menu .menu .sub-menu {
position: relative;
display: none;
left: 0;
margin-left: 0;
border-radius: 0;
}
.page_wrapper.sbr #sidebar .widget_nav_menu .sub-menu,
.page_wrapper.sbl #sidebar .widget_nav_menu .sub-menu
{
right: auto;
left: 0;
border-radius: 0;
}
.widget_nav_menu .menu li:hover > .sub-menu { display: block; }
.wpb_column > .wpb_wrapper > [class*="widget_"] { margin-bottom: 40px; }  .infoblock-columns-3 .infoblock-item,
.infoblock-columns-4 .infoblock-item,
.infoblock-columns-5 .infoblock-item,
.infoblock-columns-6 .infoblock-item
{
position: relative;
float: none;
margin-bottom: 40px;
width: 100%;
}
.infoblock.type_1.infoblock-columns-3 .infoblock-item,
.infoblock.type_1.infoblock-columns-4 .infoblock-item,
.infoblock.type_1.infoblock-columns-5 .infoblock-item,
.infoblock.type_1.infoblock-columns-6 .infoblock-item
{
margin-bottom: 10px;
} .md_flexbox .testimonials-area.tm-columns-4 .tm-grid .tm-item {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.testimonials-area .tm-grid .tm-item:not(:first-child),
.testimonials-area .tm-list .tm-item:not(:first-child) { border-left-width: 1px; }
.testimonials-area .tm-grid .tm-item,
.testimonials-area .tm-list .tm-item { margin-top: -1px; } .wpb_column > .wpb_wrapper > .banner-area,
.wpb_column > .wpb_wrapper > .vc_tta-container,
.wpb_column > .wpb_wrapper > .testimonials-area,
.wpb_column > .wpb_wrapper > .vc_message_box
{
margin-bottom: 20px;
} #footer .col-sm-6 .widget_zn_mailchimp .widget-title
{
padding: 0;
float: none;
} #footer .col-sm-6 .widget_social_links .widget-title {
padding: 0;
float: none;
} .container_404 {
width: 100%;
margin: 0 auto;
}
.container_404 p { margin-bottom: 25px; }
.container_404 [class*="button"] { margin-bottom: 20px; }
.template-404 h1 { font-size: 140px; }
.template-404 h3 { font-size: 20px; }
.wpb_row .wpb_column > .wpb_wrapper > *:last-child {
margin-bottom: 20px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) { .md_flexbox .list_of_entries.grid_view.blog-columns-3 > li,
.md_flexbox .list_of_entries.grid_view.blog-columns-3 > li,
.md_flexbox .list_of_entries.grid_view.blog-columns-4 > li
{
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
} .pricing_tables_container > .pricing_table { width: 50%; }
}
@media only screen and (max-width: 480px) {  .md_flexbox .list_of_entries.grid_view.blog-columns-2 > li,
.md_flexbox .list_of_entries.grid_view.blog-columns-3 > li,
.md_flexbox .list_of_entries.grid_view.blog-columns-4 > li
{
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.list_of_entries.grid_view > li:not(.first) > .entry { border-left-width: 1px; }
.v_centered > .layout_type.buttons_row { margin-bottom: 5px !important; }
.list_of_entries.list_view .lightbox-added {
float: none;
margin: 0 0 17px 0;
max-width: 100%;
}
.md_flexbox .list_of_entries.grid_view > li {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
} .pricing_tables_container > .pricing_table {
margin-bottom: 10px;
width: 100%;
} .infoblock-columns-3 .infoblock-item,
.infoblock-columns-4 .infoblock-item,
.infoblock-columns-5 .infoblock-item,
.infoblock-columns-6 .infoblock-item
{
margin-bottom: 20px;
} .theme_box + footer.bottom_box { margin-bottom: 40px; }
}
@media only screen and (max-height: 900px) { .social_feeds { top: 60px; }
.social_feeds > li { position: static; }
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144 dpi) {
blockquote::before {
background-image: url(https://aee8ed.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/images/quotes@2x.png);
background-size:41px 33px;
}
}.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
padding-bottom: 1px; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-theme .owl-controls { margin-top: 0 !important; }
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item > li > img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}    .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(https://b74c1b.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/js/owlcarousel/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}.scroll-wrapper {
overflow: hidden !important;
padding: 0 !important;
position: relative;
}
.scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0;
}
.scroll-element {
display: none;
}
.scroll-element, .scroll-element div {
box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default;
}
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0;
} .scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-inner > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; } .scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-outer > .scroll-element {
background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
height: 100%;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }
.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; } .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; } .scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
background-color: #6C6E71;
display: block;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
bottom: 0px;
height: 0px;
left: 0;
min-width: 100%;
overflow: visible;
width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0px;
top: 0;
width: 0px;
} .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-light > .scroll-element {
background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
background: #dbdbdb;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
bottom: 0;
height: 17px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
background: #fefefe;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
border: 1px solid #dbdbdb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} .scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; } .scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-rail > .scroll-element {
background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
background-color: #999;
background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
background-color: #666;
background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
min-width: 100%;
padding: 3px 0 2px;
width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
padding: 0 2px 0 3px;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
background-color: #d0b9a0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
} .scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; } .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; } .scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
bottom: 2px;
height: 7px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 2px;
top: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
opacity: 0.3;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
background-color: #cccccc;
opacity: 0;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
background-color: #6c6e71;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
} .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
bottom: 0;
height: 7px;
min-width: 24px;
top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
left: auto;
min-height: 24px;
right: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
bottom: 0;
top: auto;
left: 2px;
-webkit-transition: height 0.2s;
-moz-transition: height 0.2s;
-o-transition: height 0.2s;
-ms-transition: height 0.2s;
transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
left: auto;
right: 0;
top: 2px;
-webkit-transition: width 0.2s;
-moz-transition: width 0.2s;
-o-transition: width 0.2s;
-ms-transition: width 0.2s;
transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
overflow: hidden;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
height: 100%;
width: 100%;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
height: 20px;
min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
min-width: 7px;
width: 20px;
} .scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-chrome > .scroll-element {
background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_outer {}
.scrollbar-chrome > .scroll-element .scroll-element_track {
background: #f1f1f1;
border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
bottom: 0;
height: 16px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
background-color: #d9d9d9;
border: 1px solid #bdbdbd;
cursor: default;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
background-color: #c2c2c2;
border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
background-color: #919191;
border-color: #7e7e7e;
} .scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; } .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }                                                               /*/*//**/                                               /*/*//**/   /*/*//**/                                            /*/*//**/   /*/*//**/   /*/*//**/                                                     /*/*//**/     /*/*//**/ /*/*//**/                                                                /*/*//**/       /*/*//**/   /*/*//**/                                                     /*/*//**/       /*/*//**/   /*/*//**/                                                      /*/*//**/                                 /*/*//**/ /*/*//**/                            /*/*//**/                                                      /*/*//**/         /*/*//**/.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .mfp-fade-in .mfp-figure,
.mfp-fade-in .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
-webkit-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.mfp-fade-in.mfp-bg,
.mfp-fade-in .mfp-preloader {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-fade-in.mfp-image-loaded .mfp-figure,
.mfp-fade-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-fade-in.mfp-ready.mfp-bg,
.mfp-fade-in.mfp-ready .mfp-preloader { opacity: 0.75; }
.mfp-fade-in.mfp-removing .mfp-figure,
.mfp-fade-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
.mfp-fade-in.mfp-removing.mfp-bg,
.mfp-fade-in.mfp-removing .mfp-preloader { opacity: 0; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }.clear  { clear: both; }
.nobr   { white-space: nowrap; }
ins 	{ text-decoration: none; }
#jquery-style-css { display: none; }
.list-unstyled {
list-style: none;
margin-left: 0 !important;
}
.list-unstyled li {
padding: 10px 0;
border-bottom: 1px solid #e3e3e3;
}
.list-unstyled li span:first-child { display: inline-block;
vertical-align: top;
}
.list-unstyled li span.details {
display: inline-block;
vertical-align: top;
} .shopping_cart_wrap {
position: relative;
z-index: 116;
text-align: left;
}
.shopping_cart {
position: absolute;
top: 100%;
right: 0;
width: 266px;
margin-top: 2px;
}
.widget_shopping_cart_content {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.cart_list { margin-bottom: 0; }
.widget_shopping_cart_content .title + * { margin-top: 8px; }
.widget_shopping_cart_content .animated_item:not(:last-child) { border-bottom: none; }
.widget_shopping_cart_content .animated_item:first-child { border-radius: 3px 3px 0 0; }
.widget_shopping_cart_content .animated_item {
padding: 12px 19px 13px;
border: 1px solid #DFDFDF;
background-color: #fff;
}
.widget_shopping_cart_content .animated_item:last-child {
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0 0 3px 3px;
}
.sc_product {
position:relative;
padding: 2px 10px 0 0;
font-size: 13px;
line-height: 16px;
}
.sc_product .product_thumb {
display: block;
float: left;
margin-right: 10px;
}
.sc_product .product_text {
display: block;
float: left;
width: 135px;
}
.sc_product .product_name {
display: block;
margin-bottom: 5px;
}
.total_info { font-size: 13px; }
.total_info li {
margin: 1px 0;
list-style: none;
}
.total_info [class*="price"] {
display: inline-block;
width: 65px;
}
.total_info .total { color: #333; }
.sticky_inner .shopping_cart {
right: -1px;
margin-top: 0;  }  .filter_style_2 .products-wrap {
display: table;
table-layout: fixed;
width: 100%;
}
.product-holder {
display: inline-block;
margin-bottom: 0;
padding-right: 70px;
}
.filter_style_2 .product-holder {
position: relative;
display: table-cell;
padding-right: 0;
width: 228px;
}
.filter_style_2 .product-holder::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
border-width: 0 0 1px 1px;
border-style: solid;
border-color: #DFDFDF;
border-bottom-left-radius: 3px;
}
.product-holder > .product-title,
.products-container > .product-title { font-weight: 700; }
.filter_style_1 .product-filter {
margin-bottom: 0;
position: relative; font-size: 0;
}
.product-filter li { list-style: none; }
.filter_style_1 .product-filter li {
display: inline-block;
}
.filter_style_2 .product-filter li {
position: relative;
float: none;
}
.filter_style_1 .product-filter li:not(:last-child) { margin-right: 5px; }
.filter_style_1 .product-filter li > button {
display: block;
padding: 9px 8px 10px;
background-color: #fff;
font-size: 16px;
border: 1px solid #DFDFDF;
border-radius: 3px 3px 0 0;
color: #333;
}
.filter_style_2 .product-filter li > button {
display: block;
padding: 11px 40px 10px 19px;
width: 100%;
background-color: #fff;
border: 1px solid #DFDFDF;
color: #333;
text-align: left;
}
.product-filter.type-2 li > button {
padding: 14px 17px 15px;
font-size: 22px;
}
.filter_style_2 .product-filter li > button { border-right-width: 0; }
.filter_style_2 .product-filter li:first-child > button { border-radius: 3px 0 0 0; }
.filter_style_2 li:not(:first-child) > button { border-top-width: 0; }
.filter_style_2 .product-filter li > button:after {
content: "\eda4";
right: 18px;
font-family: 'fontello';
position: absolute;
top: 50%;
color: #b2b2b2;
margin-top: -10px;
}
.filter_style_2 .product-filter li > button:hover::after,
.filter_style_2 .product-filter li.active > button::after { color: #fff; }
.product-filter li button.all-filter {
padding-left: 20px;
padding-right: 20px;
}
.filter_style_1 .product-filter li:hover > button,
.filter_style_2 .product-filter li:hover > button,
.filter_style_1 .product-filter li.active > button,
.filter_style_2 .product-filter li.active > button
{
background-color: #0186c8;
border-color: #0186c8;
color: #fff;
}
.product-filter li.active > button { cursor: default; } .list-or-grid a {
position: relative;
z-index: 101;
width: 38px;
height: 38px;
font-size: 18px;
background-color: #f8f8f8;
color: #018bc8;
line-height: 21px;
text-align: center;
display: inline-block;
border-radius: 3px;
}
.list-or-grid a:hover,
.list-or-grid a.active {
background-color: #018bc8;
color: #fff;
}
.list-or-grid i {
display: inline-block;
height: inherit;
}
.list-or-grid i::after {
display: inline-block;
vertical-align: middle;
height: 100%;
content: "";
}
.list-or-grid i::before { vertical-align: middle; } .wrap-product-container {
position: relative; }
.products {
position: relative;
top: -1px;
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
-webkit-transition: height .4s ease;
transition: height .4s ease;
}
.view-grid .wrap-product-container .products {
width: 100%;
width: calc(100% - 1px);
}
.gecko .view-grid .wrap-product-container .products {
width: 100%;
}
.filter_style_2 .products {
display: table-cell;
top: 0;
} .single_product {
position: relative;
max-width: 360px;
float: left;
margin-right: 30px;
}
.single_product_description {
position: relative;
padding-top: 10px;
overflow: hidden;
}
.image_preview_container{
margin-bottom: 10px;
position: relative;
-webkit-backface-visibility: hidden;
}
.image_preview_container *{ -webkit-backface-visibility: hidden; }
.open_qv {
position: absolute;
bottom: 5px;
right: 5px;
z-index: 109;
}
.products_page_carousel .open_qv,
.popup-modal .open_qv { display: none; }
.open_qv:before {
display: inline-block;
height: inherit;
font-family: 'fontello';
font-size: 18px;
line-height: 38px;
content: '\efaa'
}
.open_qv:hover:before { color: #fff; }
.zoomContainer { z-index: 108; }
.single_product_description .topbar{ font-size: 13px; }
.single_product_description .v_centered > *:not(:first-child){ margin-left:8px; }
.single_product_description .offset_title {
margin-bottom: 5px;
padding-right: 65px;
}
.single_product_description .page-nav {
bottom: auto;
top: 5px;
}
table.product_info{
width: auto;
table-layout: auto;;
border: none;
}
table.product_info td{
border: none;
padding: 0 0 3px;
background: transparent;
}
table.product_info p { margin-bottom: 0; }
table.product_info tr:last-child td { padding-bottom: 0; }
table.product_info td:first-child { padding-right:10px; }
.description_section{ margin-bottom: 14px; }
.description_section_2:not(:last-child) { margin-bottom: 30px; }
.product_short_description { display: none; }
.popup-modal .product_short_description,
.theme_box .product_short_description { display: block; }
.single_product_description hr { margin:0 0 15px; }
.single_product .product_preview { margin-bottom:20px; }
.single_product_description .product_price {
font-size: 22px;
line-height: 22px;
margin-bottom:15px;
}
[class*="description_section"] .title{ min-width:30px; }
.product_price_table{ border: none; }
.product_price_table td{
border-color: #f8f8f8;
border-width: 2px;
padding-top: 12px;
padding-bottom: 13px;
}
.product_price_table .price{
padding-top: 2px;
font-size: 20px;
font-weight: 600;
}
.special_price{ color: #018bc8; }
.old_price{ color: #b2b2b2; }
.save{ color: #ff4557; }
.product_price_table tfoot{
font-size: 13px;
font-weight: 400;
}
.product_price_table tfoot td{ padding:6px 10px; }
.product_price_table .countdown_title{ margin-right: 7px; }
.hurry_message{
padding: 5px 0;
font-size: 13px;
font-weight: 600;
color: #333;
}
.hurry_message > span{ color: #ff4557; }
.theme_box .image_preview_container [class*="label_"] {
top: 5px;
left: 5px;
}
.theme_box .product_price_table td {
background: #f8f8f8;
border-color: #fff;
} .md_flexbox .view-grid .products {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.view-grid:not(.owl_carousel) .products::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
width: 100%;
background-color: #fff;
border-radius: 3px;
content: "";
}
.product_item {
position: relative;
display: block;
vertical-align: top;
z-index: 3;
padding: 19px;
background-clip: padding-box;
}
.list_view_products .product_item { background-color: #fff; }
.md_flexbox .view-grid.owl_carousel .products .product_item { display: none; }
.md_flexbox .view-grid.owl_carousel .product_item:first-child { display: block; }
.md_flexbox .view-grid.shop-columns-3 .products .product_item
{
-webkit-flex-basis: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.md_flexbox .view-grid.shop-columns-4 .products .product_item
{
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.md_flexbox .view-grid.shop-columns-5 .products .product_item,
.md_flexbox .view-grid.shop-columns-6.with_main_product .products .product_item
{
-webkit-flex-basis: 20%;
flex-basis: 20%;
max-width: 20%;
}
.md_flexbox .view-grid.shop-columns-6 .products .product_item
{
-webkit-flex-basis: 16.66666667%;
flex-basis: 16.66666667%;
max-width: 16.66666667%;
}
.md_flexbox .view-grid.owl_carousel .products .product_item {
max-width: 100% !important;
} .md_no-flexbox .products:before {
content: " ";
display: table;
}
.md_no-flexbox .product_item {
display: inline-block;
vertical-align: top;
}
.md_no-flexbox .owl-item .product_item { display: block; }
.md_no-flexbox .view-grid.shop-columns-3 .products .product_item
{
width: 33.33333333%;
}
.md_no-flexbox .view-grid.shop-columns-4 .products .product_item
{
width: 25%;
}
.md_no-flexbox .view-grid.shop-columns-5 .products .product_item,
.md_no-flexbox .view-grid.shop-columns-6.with_main_product .products .product_item
{
width: 20%;
}
.md_no-flexbox .view-grid.shop-columns-6 .products .product_item
{
width: 16.66666667%;
}
.md_no-flexbox .view-grid .products .owl-item .product_item
{
width: 100%;
}
.view-grid .products
{ border: 1px solid #DFDFDF;
background-color: #fff;
border-radius: 3px;
}
.view-grid .wrap-product-container .products { border-radius: 0; }
.view-grid.filter_style_1 .products 			  	  { border-radius: 0 3px 3px 3px; }
.view-grid.has_bottom_box .products 			   	  { border-radius: 3px 3px 0 0; }
.view-grid.has_bottom_box.filter_style_1 .products { border-radius: 0 3px 0 0; }
.view-grid.owl_carousel .product_item:after
{
position: absolute;
z-index: 2;
top: 0;
width: 1px;
height: 101%;
height: calc(100% + 1px);
background-color: #DFDFDF;
content: " ";
}
.view-grid.owl_carousel .product_item:after { right: -1px; }
.view-grid.owl_carousel .products[style*=opacity] .product_item:after { right: 0; }
.view-grid.owl_carousel.shop-columns-3 .owl-item:nth-child(3),
.view-grid.owl_carousel.shop-columns-4 .owl-item:nth-child(4),
.view-grid.owl_carousel.shop-columns-5 .owl-item:nth-child(5),
.view-grid.owl_carousel.shop-columns-6 .owl-item:nth-child(6) { right: -1px; }
.view-grid:not(.owl_carousel) .product_item:after
{
position: absolute;
z-index: -1;
left: 2px;
top: 1px;
display: block;
width: 100%;
height: 100%;
background-color: #fff; border-right: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
content: "";
}
.view-grid.owl_carousel .owl-item.first > .product_item:after { border-radius: 3px 0 0 3px; }
.view-grid.owl_carousel .owl-item.last > .product_item:after  { border-radius: 0 3px 3px 0; }
.product_item .has-second-thumb .front {
position: relative;
z-index: 9;
}
.md_no-touch .product_item .has-second-thumb .front {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotateY(0);
transform: rotateY(0);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.md_no-touch .product_item .has-second-thumb:hover .front {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.product_item .front img {
margin: 0;
display: block;
width: 100%;
height: auto;
}
.product_item .back {
position: absolute;
top: 0;
left: 0;
padding: 20px;
height: auto;
max-height: 280px;
max-width: 100%;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.md_touch .product_item .back { display: none; }
.view-grid .image_wrap:hover .back,
.list_view_products .image_wrap:hover .back {
z-index: 10;
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
span.onsale,
span.out-of-stock,
span.onfeatured,
span.new-badge,
span.label_offer_percentage
{
position: absolute;
z-index: 10;
top: 24px;
left: 24px;
padding: 6px 7px 5px;
color: #fff;
font-weight: 900;
font-size: 13px;
line-height: 14px;
text-align: center;
text-transform: uppercase;
border-radius: 0 3px 3px 3px;
pointer-events: none;
}
.type-product span.onsale 	     { background-color: #ff8400; }
.type-product span.out-of-stock  { background-color: #ff4557; }
.type-product span.onfeatured    { background-color: #ff8400; }
.type-product span.new-badge 	 { background-color: #4ac4fa; }
.type-product span.label_offer_percentage { background-color: #ff4557; }
span.onsale ~ span.new-badge,
span.label_offer_percentage ~ span.new-badge,
span.out-of-stock ~ span.new-badge { top: 52px; }
.woocommerce .product_info span.out-of-stock {
position: relative;
top: 0;
left: 0;
padding: 0;
font-weight: 400;
border-radius: 0;
background-color: transparent;
font-size: 14px;
text-transform: lowercase;
line-height: 1.5em;
}
span.label_offer_percentage ~ span.new-badge { top: 65px; }
span.onfeatured {
left: auto;
right: 24px;
}
.list_view_products span.onfeatured {
bottom: 24px;
left: 24px;
right: auto;
top: auto;
}
span.label_offer_percentage { padding-bottom: 4px; }
span.label_offer_percentage > span {
display: block;
font-size: 18px;
font-weight: 700;
}
.price ins {
background-color: transparent;
vertical-align: middle;
text-decoration: none;
}
.product_item .image_wrap {
position: relative;
display: block;
margin: -20px -20px 0;
padding: 20px 20px 10px;
text-align: center;
-webkit-perspective: 1400px;
perspective: 1400px;
}
.product_item .image_wrap > a {
display: block;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.product_price del,
.product_info del {
margin-right: 5px;
font-weight: 400;
color: #b2b2b2;
}
.product_item .countdown { margin-bottom: 14px; }
.product_item .description { line-height: 18px; }
.product_item .product-title { font-size: 14px; }
.product_item .product-title h4 {
margin-bottom: 0;
-webkit-transition: color .7s ease;
transition: color .7s ease;
}
.product_item .product-title h4:hover {
color: #4ac4fa;
-webkit-transition: color .1s ease;
transition: color .1s ease;
}
.product_item .product_info {
position: relative;
margin-top: 7px;
text-align: justify;
line-height: 0;
}
.product_item .product_info::after {
content: '';
display: inline-block;
width: 100%;
}
.product_info .product_price:only-child { float: none; }
.product_info ins,
.product_info > span.amount {
font-weight: 600;
color: #018bc8;
}
.product_info .amount { font-size: 16px; }
.shop-columns-4 .product_price { margin-top: 3px; }
.shop-columns-4 .product_info .amount,
.shop-columns-5 .product_info .amount,
.shop-columns-6 .product_info .amount
{
margin-top: 2px;
font-size: 14px;
}
.product_price {
display: inline-block;
margin-bottom: 0;
vertical-align: top;
line-height: 1em;
font-size: 16px;
}
.product_price,
.product .price {
color: #018bc8;
font-weight: 700;
}
.single_product_description .product_price,
.single_product_description .price {
font-size: 22px;
line-height: 22px;
}
.shop-columns-6 .product_price { margin-bottom: 9px; }
.product_item .bottombar {
font-size: 12px;
margin-top: 10px;
}
.product_item .product_info + [class*="button"] { margin-top: 17px; }
.product_item .topbar { font-size: 13px; }
.product_category {
display: inline-block;
margin-bottom: 13px;
}
.product_reviews {
position: relative;
margin-bottom: 10px;
line-height: 1;
} .actions_wrap {
position: absolute;
z-index: 20;
}
.view-grid.type_1 .product_item .actions_wrap,
.view-grid.type_2 .product_item .actions_wrap,
.view-grid.type_4 .product_item .actions_wrap,
.list_view_products .product_item .actions_wrap
{
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity .7s ease;
transition: opacity .7s ease;
}
.md_touch .view-grid.type_1 .product_item .actions_wrap .centered_buttons,
.md_touch .view-grid.type_2 .product_item .actions_wrap .centered_buttons,
.md_touch .view-grid.type_4 .product_item .actions_wrap .centered_buttons,
.md_touch .list_view_products .product_item .actions_wrap .centered_buttons
{
opacity: 0;
-webkit-transition: opacity .7s ease;
transition: opacity .7s ease;
}
.view-grid.type_1 .actions_wrap > .centered_buttons,
.view-grid.type_2 .actions_wrap > .centered_buttons,
.view-grid.type_4 .actions_wrap > .centered_buttons,
.list_view_products .actions_wrap > .centered_buttons {
width: 67%;
margin: auto;
display: inline-block;
vertical-align: middle;
}
.page_wrapper.no_sidebar .view-grid.type_1 .actions_wrap > .centered_buttons,
.page_wrapper.no_sidebar .view-grid.type_2 .actions_wrap > .centered_buttons,
.page_wrapper.no_sidebar .view-grid.type_4 .actions_wrap > .centered_buttons,
.page_wrapper.no_sidebar .list_view_products .actions_wrap > .centered_buttons {
width: 60%;
}
.view-grid.type_3 .actions_wrap > .centered_buttons { display: none; }
.actions_wrap > .centered_buttons > .quick-view { margin-bottom: 5px; }
.type_4 .actions_wrap > .centered_buttons > .added_to_cart,
.type_4 .actions_wrap > .centered_buttons > .add_to_cart_button,
.type_4 .actions_wrap > .centered_buttons > .product_type_simple { display: none; }
.actions_wrap::after {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.view-grid.type_1 .product_item .actions_wrap .compare,
.view-grid.type_2 .product_item .actions_wrap .compare,
.view-grid.type_1 .product_item .actions_wrap .yith-wcwl-add-to-wishlist,
.view-grid.type_2 .product_item .actions_wrap .yith-wcwl-add-to-wishlist {
position: absolute;
bottom: 21px;
}
.view-grid.type_1 .product_item .actions_wrap .yith-wcwl-add-to-wishlist,
.view-grid.type_2 .product_item .actions_wrap .yith-wcwl-add-to-wishlist { left: 23px; }
.view-grid.type_1 .product_item .actions_wrap .compare,
.view-grid.type_2 .product_item .actions_wrap .compare { right: 23px; }
.view-grid.type_1 .product_item:hover .actions_wrap,
.view-grid.type_2 .product_item:hover .actions_wrap,
.view-grid.type_4 .product_item:hover .actions_wrap,
.list_view_products .product_item:hover .actions_wrap,
.md_touch .view-grid.type_1 .product_item .actions_wrap,
.md_touch .view-grid.type_2 .product_item .actions_wrap,
.md_touch .view-grid.type_4 .product_item .actions_wrap,
.md_touch .list_view_products .product_item .actions_wrap,
.md_touch .view-grid.type_1 .product_item:hover .actions_wrap .centered_buttons,
.md_touch .view-grid.type_2 .product_item:hover .actions_wrap .centered_buttons,
.md_touch .view-grid.type_4 .product_item:hover .actions_wrap .centered_buttons,
.md_touch .list_view_products .product_item:hover .actions_wrap .centered_buttons
{
opacity: 1;
-webkit-transition: opacity .1s ease;
transition: opacity .1s ease;
} .products-wrap .main_product {
position: relative;
display: block;
padding: 25px 19px;
border: none;
background-clip: padding-box;
}
@media only screen and (max-width: 993px) {
.products-wrap .main_product {
background-color: #fff;
}
}
.shop-columns-3 .products-wrap .main_product {
display: inline-block;
float: left;
width: 28%;
}
.products-wrap .main_product::after {
position: absolute;
left: 0;
top: -1px;
z-index: -1;
display: block;
width: 100%;
height: 100%;
height: calc(100% + 1px);
background-color: #fff;
border: 1px solid #DFDFDF;
content: "";
}
.shop-columns-3 .products-wrap .main_product::after {
border-right-width: 0;
border-radius: 3px 0 0 3px;
}
.products-wrap .main_product .title {
text-transform: uppercase;
padding-top: 0;
margin-bottom: 7px;
}
.products-wrap .product_tags {
color: #333;
margin-bottom: 10px;
}
.products-wrap .main_product .main_product_image { margin-bottom: 10px; }
.shop-columns-4 .main_product .main_product_image,
.shop-columns-5 .main_product .main_product_image,
.shop-columns-6 .main_product .main_product_image
{
float: left;
margin-right: 15px;
margin-bottom: 0;
max-width: 100px;
}
.shop-columns-4 .main_product .main_product_excerpt,
.shop-columns-5 .main_product .main_product_excerpt,
.shop-columns-6 .main_product .main_product_excerpt
{
overflow: hidden;
margin-top: 10px;
}
.products-wrap .main_product p { margin-bottom: 5px; }
.shop-columns-3.with_main_product .wrap-product-container { display: table-cell; }
.manufacturer .thumbnail,
.subcategory .thumbnail{ margin-bottom: 15px; }
.subcategories { margin-top: 25px !important; }
.subcategory figcaption{ line-height: 18px; }
.main_product_column {
display: block;
float: left;
width: 72%;
}  :not(.list_view_products) .product_item .full_description,
:not(.list_view_products) .product_item .actions,
.products-container.list_view_products .product_item .description,
.products-container.list_view_products .product_item .actions_wrap .button:not(.quick-view) { display: none; }
.products-container.list_view_products .product_item:not(:first-child) { border-top-width: 0; }
.products-container.list_view_products .product_item > * { display: table-cell; }
.products-container.list_view_products .product_item > .buttons_row { display: none; }
.products-container.list_view_products .product_item .image_wrap {
width: 246px;
margin: 0;
padding: 0;
}
.products-container.list_view_products .product_item > .product-title > h4 { display: none; }
.products-container.list_view_products .product_item .full_description .product-title > h4 { margin-bottom: 15px; }
.products-container.list_view_products .product_item .actions {
padding-top: 5px;
font-size: 14px;
width: 22.2%;
}
.products-container.list_view_products .product_item .product_title {
font-size: 18px;
line-height: 22px;
display: block;
margin-bottom: 4px;
}
.full_description {
font-size: 14px;
padding: 4px 30px 0 20px;
}
.actions .product_price {
font-size: 20px;
margin-bottom: 10px;
}
.actions .add_to_cart { margin-bottom: 5px; }
.actions .buttons_col > li:not(:first-child){
margin-top: 9px;
display: block;
}
.learn_more { display: inline-block; } .type_2 .product_item { padding-bottom: 75px; }
.product_item .buttons_row { display: none; }
.wcvendors_sold_by_in_loop {
display: block;
}
.buttons_col { margin-bottom: 10px; }
.buttons_row > *:not(:last-child) { margin-right: 5px; }
.shop-columns-4.type_4 .buttons_row > *:not(:last-child) { margin-right: 3px; }
.type_2 .product_item .buttons_row {
position: absolute;
display: block;
bottom: 20px;
}
.type_4 .product_item .buttons_row {
display: block;
text-align: center;
}
.view-grid.type_2 .product_item .buttons_row .add_to_wishlist,
.view-grid.type_2 .product_item .buttons_row .add_to_compare {
opacity: 0;
-webkit-transition: background-color .7s ease, color .7s ease, opacity .7s ease;
transition: background-color .7s ease, color .7s ease, opacity .7s ease;
}
.view-grid.type_2 .product_item:hover .buttons_row .add_to_wishlist,
.view-grid.type_2 .product_item:hover .buttons_row .add_to_compare {
opacity: 1;
-webkit-transition: background-color .7s ease, color .7s ease, opacity .1s ease;
transition: background-color .7s ease, color .7s ease, opacity .1s ease;
}
.view-grid.type_2 .product_item:hover .buttons_row .add_to_wishlist:hover,
.view-grid.type_2 .product_item:hover .buttons_row .add_to_compare:hover {
-webkit-transition: background-color .1s ease, color .1s ease, opacity .1s ease;
transition: background-color .1s ease, color .1s ease, opacity .1s ease;
} .type_3 .product_item .image_wrap { overflow: hidden; }
.type_3 .product_item .actions_wrap {
left: 2px;
right: 2px;
bottom: 0;
padding: 3px 19px 13px;
background-color: #fff;
text-align: left;
-webkit-transform: translateY(150%);
transform: translateY(150%);
-webkit-transition: -webkit-transform .7s ease;
transition: transform .7s ease;
}
.type_3 .product_item .actions_wrap > *,
.woocommerce .type_3 .product_item .actions_wrap > *,
#main .view-grid.shop-columns-4.type_3 .added_to_cart,
#main .view-grid.shop-columns-5.type_3 .added_to_cart,
#main .view-grid.shop-columns-6.type_3 .added_to_cart,
#main .view-grid.shop-columns-4.type_3 .actions_wrap > .button,
#main .view-grid.shop-columns-5.type_3 .actions_wrap > .button,
#main .view-grid.shop-columns-6.type_3 .actions_wrap > .button,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .actions_wrap > .button,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .actions_wrap > .button
{
margin: 3px;
padding: 0;
}
.type_3 .product_item:hover .actions_wrap,
.md_touch .type_3 .product_item .actions_wrap {
-webkit-transform: translateY(0%);
transform: translateY(0%);
-webkit-transition: -webkit-transform .1s ease;
transition: transform .1s ease;
}
.type_3 .actions_wrap > * {
display: inline-block;
vertical-align: top;
} .products-container.widget-specials .product_item:first-child::after { border-radius: 3px 3px 0 0; }
.products-container.widget-specials .product_item:last-child::after,
.products-container.widget-specials .product_item:last-child::before { border-radius: 0 0 3px 3px; }
.products-container.widget-specials.widget-specials-carousel .product_item::after,
.products-container.widget-specials.widget-specials-carousel .product_item::before { border-radius: 3px; } .woocommerce #respond input#submit { margin-bottom: 10px; }
.added_to_cart,
.add_to_cart_button,
.product_type_simple,
.woocommerce #respond input#submit,
.woocommerce a.button:not(.compare),
.woocommerce button.button,
.woocommerce input.button
{
display: inline-block;
padding: 8px 20px 9px;
font-size: 16px;
background-color: #4ac4fa;
border-color: #4ac4fa;
color: #fff;
line-height: 21px;
text-align: center;
border-radius: 3px;
}
.view-grid.shop-columns-5.type_2 .added_to_cart,
.view-grid.shop-columns-5.type_2 .add_to_cart_button,
.view-grid.shop-columns-5.type_2 .product_type_simple { padding: 8px 13px 9px; }
.product_type_variable { padding: 8px 10px 9px; }
.woocommerce .shop_table a.added_to_cart,
.woocommerce .shop_table a.add_to_cart_button,
.woocommerce .shop_table a.product_type_simple
{
padding: 5px 15px 4px;
font-size: 14px;
}
.added_to_cart:hover,
.add_to_cart_button:hover,
.product_type_simple:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:not(.compare):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover
{
background-color: #018bc8;
color: #fff;
}
.buttons_row > .added_to_cart,
.buttons_row > .add_to_cart_button,
.buttons_row > .product_type_simple { float: left; }
.type_2 .centered_buttons .added_to_cart,
.type_2 .centered_buttons .add_to_cart_button,
.type_2 .centered_buttons .product_type_simple,
.products-container.list_view_products .added_to_cart,
.products-container.list_view_products .add_to_cart_button,
.products-container.list_view_products .product_type_simple { display: none; }
.products-container.list_view_products .buttons_col .added_to_cart,
.products-container.list_view_products .buttons_col .add_to_cart_button,
.products-container.list_view_products .buttons_col .product_type_simple { display: inline-block; }
.type_4 .product_item .buttons_row > .added_to_cart,
.type_4 .product_item .buttons_row > .add_to_cart_button,
.type_4 .product_item .buttons_row > .product_type_simple
{
float: none;
margin-top: 15px;
margin-bottom: 10px;
}
.type_3 .product_item .actions_wrap > .added_to_cart {
position: relative;
float: right;
width: 38px;
height: 38px;
font-size: 0;
}
.view-grid.shop-columns-6.type_3 .product_item .actions_wrap > .added_to_cart,
#main .view-grid.shop-columns-4.type_3 .product_item .actions_wrap > .added_to_cart,
#main .view-grid.shop-columns-5.type_3 .product_item .actions_wrap > .added_to_cart,
#main .view-grid.shop-columns-6.type_3 .product_item .actions_wrap > .added_to_cart,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .product_item .actions_wrap > .added_to_cart,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .product_item .actions_wrap > .added_to_cart
{
width: 30px;
height: 30px;
font-size: 0;
}
.type_3 .product_item .actions_wrap > .added_to_cart::before,
.type_3 .product_item .actions_wrap > .added_to_cart::after {
display: inline-block;
vertical-align: middle;
}
.type_3 .product_item .actions_wrap > .added_to_cart::before {
height: 100%;
content: "";
}
.type_3 .product_item .actions_wrap > .added_to_cart::after {
font-size: 16px;
font-family: 'fontello';
content: '\e8b0';
}
.view-grid.shop-columns-6.type_3 .product_item .actions_wrap > .added_to_cart::after,
#main .view-grid.shop-columns-4.type_3 .product_item .actions_wrap > .added_to_cart::after,
#main .view-grid.shop-columns-5.type_3 .product_item .actions_wrap > .added_to_cart::after,
#main .view-grid.shop-columns-6.type_3 .product_item .actions_wrap > .added_to_cart::after,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .product_item .actions_wrap > .added_to_cart::after,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .product_item .actions_wrap > .added_to_cart::after
{
font-size: 13px;
}
.view-grid .product_item .full_description { display: none; } .products-container.list_view_products .product_item {
border: 1px solid #DFDFDF;
display: block;
width: 100%;
width: calc(100% - 1px);
} table.specifications {
margin: 0;
background-color: transparent;
border-width: 0;
}
table.specifications tr {
display: block;
padding: 8px 0;
}
table.specifications td {
padding: 0;
border-width: 0;
}
table.specifications td p { margin-bottom: 0; }
table.specifications tr:not(:first-child) { border-top: 1px solid #DFDFDF; }
table.specifications tr td > span {
display: inline-block;
width: 175px;
}
.reviews > li:first-child,
table.specifications tr:first-child { padding-top: 0; }
table.specifications tr:last-child  { padding-bottom: 0; }
.reviews { margin-bottom: 15px; }
.reviews > li {
padding: 15px 0;
border-bottom: 1px solid #DFDFDF;
}
.reviews li,
.review-rates li { list-style: none; }
.review-rates {
float: left;
font-size: 13px;
padding: 2px 35px 0 0;
}
.review-rates > li {
margin-bottom: 12px;
list-style: none;
}
.review-rates .name{ width: 42px; }
.review-body{
overflow: hidden;
border-left: 1px solid #DFDFDF;
padding: 5px 0 4px 20px;
}
.review-body > [itemprop="itemReviewed"] { display: none; }
.review-meta{
font-size: 13px;
margin-bottom: 10px;
}
.review-meta h5{ margin-bottom: 0px; }
.rate_table,
.manufacturer_nav{ margin-top: 15px; }
.rate_table th{ text-align: center; }
.rate_table th, .rate_table td{
font-size: 13px;
height: 36px;
vertical-align: middle;
padding: 5px 10px;
}
.rate_table td:not(:first-child) { text-align: center; } .term-image {
position: relative;
padding: 20px 19px;
border: 1px solid #DFDFDF;
background-color: #fff;
background-clip: padding-box;
border-radius: 3px;
float: left;
margin-bottom: 15px;
margin-right: 25px;
}
.term-description { clear: right; margin-bottom: 40px; } .filter_style_2 .bottom_box { display: none; }
.products-wrap .bottom_box {
position: relative;
top: -3px;
border-top: 1px solid #DFDFDF;
} .col2-set:after { clear: both; }
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after { content: " "; display: table; }
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
} .tabs-holder { margin-bottom: 45px; }
.modal-login .tabs-holder { margin-bottom: 0; }
.modal-login.modal-inner-content {
padding: 50px 20px 30px;
width: 370px;
}
.modal-login .woocommerce form.login,
.modal-login .woocommerce form.register
{
padding: 0;
border: none;
border-radius: 0;
}
.modal-login .woocommerce form.login .form-row-wide,
.modal-login form.register .form-row-wide
{
float: none;
width: 100%;
}
.modal-login .tabs-nav { margin-bottom: 20px; }
.modal-login .tabs-nav li:hover > a,
.modal-login .tabs-nav li.active a
{
padding: 0;
border: none;
background-color: transparent;
color: #333;
font-size: 22px;
}
.tabs-nav { margin-bottom: -1px; }
.tabs-nav li {
position: relative;
display: inline-block;
margin-right: 1px;
vertical-align: top;
}
.modal-login .tabs-nav li:not(:first-child) { display: none; }
.tabs-nav a {
display: block;
padding: 9px 17px 10px;
border-width: 1px;
border-style: solid;
border-color: #DFDFDF;
background-color: #fff;
font-size: 16px;
color: #333;
border-radius: 3px 3px 0 0;
-webkit-transition: color .7s ease, border-color .7s ease, background-color .7s ease;
transition: color .7s ease, border-color .7s ease, background-color .7s ease;
}
.tabs-nav li:hover > a,
.tabs-nav li.active a
{
background-color: #018bc8;
border-bottom-color: transparent;
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
.tab-content { display: none; }
.tab-content:first-child { display: block; } .streamlined
{
position: relative;
display: table;
margin-top: 20px;
padding-top: 15px;
width: 100%;
}
.streamlined:before
{
position: absolute;
left: -20px;
right: -20px;
top: 0;
height: 1px;
background-color: #eee;
content: "";
}
.streamlined > * { display: table-cell; }
.streamlined > *:first-child
{
padding: 9px 20px 0 0;
min-width: 145px;
}
.streamlined_title
{
display: none;
margin-bottom: 15px;
}
.modal-login .streamlined_title { display: block; } .woocommerce-result-count,
form.woocommerce-ordering {
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
}
.shop-page-meta { position: relative; }
header.shop-page-meta.top_box { border-bottom: 1px solid #DFDFDF; }
.shop-page-meta label {
display: inline-block;
vertical-align: middle;
font-size: 13px;
}
.sort-param {
position: relative;
cursor: pointer;
font-size: 13px;
}
.order-param-button a {
display: inline-block;
width: 38px;
height: 38px;
border-width: 1px;
border-style: solid;
border-color: #DFDFDF;
background-color: #fff;
text-align: center;
line-height: 38px;
font-size: 15px;
vertical-align: top;
border-radius: 3px;
transition: color .7s ease, border-color .7s ease, background-color .7s ease;
}
.order-param-button a:hover {
background-color: #4ac4fa;
border-color: #4ac4fa;
color: #fff;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
.order-param-button a:before {
display: block;
font-family: 'fontello';
}
.order-param-button a.order-param-desc:before { content: "\ef16"; }
.order-param-button a.order-param-asc:before  { content: "\ef17"; }
.order-param-button:hover a:before {
color: #fff;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
.sort-param-order .active_option,
.sort-param-count .active_option {
display: block;
padding: 7px 25px 8px 10px;
border: 1px solid #DFDFDF;
background-color: #fff;
}
.sort-param-order ul.dropdown > li:not(:first-child) > a,
.sort-param-count ul.dropdown > li:not(:first-child) > a { border-top: none; } .products_page_carousel .single_product_description .page-nav { display: none; } .product_preview {
position: relative;
padding-left: 50px;
padding-right: 50px;
}
.product_preview [class*="_prev"],
.product_preview [class*="_next"] {
position: absolute;
top:50%;
margin-top:-15px;
}
.product_preview [class*="_prev"] { left : 0; }
.product_preview [class*="_next"] { right : 0; }
.product_preview a {
position: relative;
display: none;
}
.product_preview a:first-child { display: block; }
.product_preview a img { display: block; }
.product_preview a:before {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
background-color: #fff;
opacity: .5;
content: "";
-webkit-transition: opacity .25s ease;
transition: opacity .25s ease;
}
.product_preview a:hover:before,
.product_preview a.active:before { opacity: 0; } .woocommerce-pagination {
position: relative;
top: 1px;
}
.woocommerce-pagination .bottom_box.on_the_sides {
border-top: 1px solid #DFDFDF;
}
.products-container footer.bottom_box.on_the_sides {
position: relative;
top: -3px;
} .popup-modal-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background-color: rgba(0,0,0,0.5);
-webkit-transition: visibility 0s ease;
transition: visibility 0s ease;
}
.popup-modal.modal-hide ~ .popup-modal-overlay {
-webkit-transition: visibility 1.5s ease;
transition: visibility 1.5s ease;
}
.popup-modal.modal-show ~ .popup-modal-overlay { visibility: visible; }
.popup-modal.modal-hide ~ .popup-modal-overlay {
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.popup-modal.modal-show ~ .popup-modal-overlay,
.popup-modal.modal-hide ~ .popup-modal-overlay {
-webkit-animation-name: animationVisibility;
animation-name: animationVisibility;
-webkit-animation-duration: 0s;
animation-duration: 0s;
}
@-webkit-keyframes animationVisibility {
0%   { visibility: hidden; }
100% { visibility: visible; }
}
@keyframes animationVisibility {
0%   { visibility: hidden; }
100% { visibility: visible; }
}
.popup-modal {
position: fixed;
top: 50%;
left: 50%;
width: 790px;
max-height: 620px;
z-index: 2000;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.md_csstransitions .popup-modal {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.md_no-csstransitions .popup-modal {
margin-left: -395px;
margin-top: -310px;
}
.modal-inner-content {
position: relative;
margin: 0 auto;
overflow: hidden;
padding: 35px 20px 40px;
background-color: #fff;
-webkit-backface-visibility: hidden;
border-radius: 3px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.popup-modal.modal-show .modal-inner-content {
-webkit-animation-name: animationScale;
animation-name: animationScale;
-webkit-animation-duration: .25s;
animation-duration: .25s;
}
.popup-modal.modal-hide .modal-inner-content {
-webkit-animation-name: animationOutScale;
animation-name: animationOutScale;
-webkit-animation-duration: .2s;
animation-duration: .2s;
}
@-webkit-keyframes animationScale {
0%   { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); }
100% { opacity: 1; -webkit-transform: scale3d(1,1,1); }
}
@keyframes animationScale {
0%   { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); transform: scale3d(0.1,0.8,1); }
100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@-webkit-keyframes animationOutScale {
0%	 { opacity: 1; -webkit-transform: scale3d(1,1,1); }
50% { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); transform: scale3d(0.1,0.8,1); }
100% { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); }
}
@keyframes animationOutScale {
0%   { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
50% { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); transform: scale3d(0.1,0.8,1); }
100% { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); transform: scale3d(0.1,0.8,1); }
}
.modal-inner-content .scroll-scrolly_visible .section_offset { padding-right: 25px; }
.modal-inner-content .scroll-wrapper { max-height: 565px; }
.scroll-wrapper.shopping_cart { max-height: 700px; }
.custom-scrollbar { position: relative; }
.modal-button {
position: absolute;
top: -8px;
right: 0;
}
.scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scroll-wrapper > .scroll-element .scroll-element_outer,
.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar { border-radius: 5px; }
.scroll-wrapper > .scroll-element .scroll-element_outer { overflow: hidden; }
.scroll-wrapper > .scroll-element.scroll-y {
z-index: 20;
height: 100%;
right: 4px;
top: 0;
width: 8px;
}
.scroll-wrapper.shopping_cart > .scroll-element.scroll-y { right: 0; }
.scroll-wrapper > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scroll-wrapper > .scroll-element .scroll-element_track { background-color: #e7e7e7; }
.scroll-wrapper > .scroll-element .scroll-bar {
background-color: #4ac4fa;
-webkit-transition: background-color .25s ease;
transition: background-color .25s ease;
}
.scroll-wrapper > .scroll-element .scroll-bar:hover { background-color: #018bc8; } .woocommerce .in-stock 	 { color: #54bd45; }
.woocommerce .out-stock  { color: #e74c3c; }
.woocommerce .stock.out-of-stock {
color: #e74c3c;
font-weight: 600;
font-size: 17px;
}
.single_add_to_cart_button {
display: inline-block;
margin-right: 1px;
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
padding: 8px 20px 9px;
font-size: 16px;
line-height: 21px;
text-align: center;
border-radius: 3px;
-webkit-transition: color .7s ease, border-color .7s ease, background-color .7s ease;
transition: color .7s ease, border-color .7s ease, background-color .7s ease;
}
.single_add_to_cart_button:hover {
background-color: #018bc8;
}
.buttons_actions.type_2 {
display: inline-block;
vertical-align: top;
} .simple_variation { margin-bottom: 20px; } .single_variation { display: block; }
.single_variation_wrap {
display: inline-block;
margin-bottom: 20px;
vertical-align: top;
}
form.variations_form.cart {
margin-bottom: 0;
background-color: transparent;
}
table.variations {
margin-bottom: 0;
width: auto;
background-color: transparent;
border: none;
table-layout: auto;
}
table.variations td:first-child {
min-width: 90px;
padding-top: 10px;
}
table.variations td,
table.variations th { border: none; }
table.variations td {
padding: 5px 5px 5px 0;
border: none;
background-color: transparent;
}
table.variations .reset_variations {
display: block;
margin: 3px 0;
}
form.variations_form p { margin-bottom: 0; }  .product .product_meta > * { display: block; } .view-grid.type_2 .product_item .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_2 .product_item .buttons_row a.compare { opacity: 0; }
.md_touch .view-grid.type_2 .product_item .yith-wcwl-add-to-wishlist > div > a,
.md_touch .view-grid.type_2 .product_item .buttons_row a.compare { opacity: 1; }
.product_item > a.compare.button,
.single_product_description > a.compare.button,
.product_item > .add_to_cart_button,
.product_item > .product_type_simple { display: none; }
.type_1 .buttons_row > .clear,
.type_2 .buttons_row > .clear,
.type_3 .buttons_row > .clear { display: none; } .view-grid.type_1 .yith-wcwl-add-to-wishlist,
.view-grid.type_2 .yith-wcwl-add-to-wishlist,
.view-grid.type_3 .yith-wcwl-add-to-wishlist { float: left; }
.actions_wrap .yith-wcwl-add-to-wishlist { float: none; }
.type_2 .actions_wrap .yith-wcwl-add-to-wishlist,
.type_4 .actions_wrap .yith-wcwl-add-to-wishlist,
.list_view_products .actions_wrap .yith-wcwl-add-to-wishlist { display: none; }
.view-grid.type_4 .yith-wcwl-add-to-wishlist { display: inline-block; }
.list_view_products .yith-wcwl-add-to-wishlist > div > a:before {
color: #777;
font-size: 19px;
display: inline-block;
margin-right: 5px;
font-family: 'fontello';
content: '\ebaa';
}
.yith-wcwl-add-to-wishlist > div.show { display: block; }
.yith-wcwl-add-to-wishlist > div.hide { display: none; }
.view-grid.type_1 .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_2 .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_3 .yith-wcwl-add-to-wishlist > div > a
{
position: relative;
z-index: 101;
float: left;
width: 38px;
height: 38px;
padding: 0;
background-color: #777;
color: #fff;
font-size: 0;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background-color .7s ease, color .7s ease, opacity .7s ease;
transition: background-color .7s ease, color .7s ease, opacity .7s ease;
}
.view-grid.type_4 .buttons_row .yith-wcwl-add-to-wishlist > div > a {
display: inline-block;
font-size: 12px;
}
.view-grid.type_4 .buttons_row .yith-wcwl-add-to-wishlist > div > a::after {
color: #c8c8c8;
content: "|";
display: inline-block;
margin: 0 3px 0 7px;
}
.shop-columns-4.type_4 .buttons_row .yith-wcwl-add-to-wishlist > div > a::after { margin: 0 3px 0 3px; }
body:not(.tax-product_cat) #main .shop-columns-4 .yith-wcwl-add-to-wishlist > div > a,
body:not(.tax-product_cat) #main .shop-columns-5 .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_1.with_main_product .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_2.with_main_product .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_3.with_main_product .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_4.with_main_product .yith-wcwl-add-to-wishlist > div > a,
#main .view-grid.shop-columns-4.type_3 .yith-wcwl-add-to-wishlist > div > a,
#main .view-grid.shop-columns-5.type_3 .yith-wcwl-add-to-wishlist > div > a,
.view-grid.shop-columns-6 .yith-wcwl-add-to-wishlist > div > a,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .yith-wcwl-add-to-wishlist > div > a,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .yith-wcwl-add-to-wishlist > div > a
{
width: 30px;
height: 30px;
}
.view-grid.type_1 .yith-wcwl-add-to-wishlist > div > a:hover,
.view-grid.type_2 .yith-wcwl-add-to-wishlist > div > a:hover,
.view-grid.type_3 .yith-wcwl-add-to-wishlist > div > a:hover {
background-color: #333;
-webkit-transition: background-color .1s ease, color .1s ease, opacity .1s ease;
transition: background-color .1s ease, color .1s ease, opacity .1s ease;
}
.view-grid.type_1 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.view-grid.type_2 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.view-grid.type_3 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.view-grid.type_1 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a,
.view-grid.type_2 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a,
.view-grid.type_3 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a { background-color: #333; }
.view-grid.type_1 .product_item:hover .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_2 .product_item:hover .yith-wcwl-add-to-wishlist > div > a,
.view-grid.type_3 .product_item:hover .yith-wcwl-add-to-wishlist > div > a
{
opacity: 1;
-webkit-transition: background-color .1s ease, color .1s ease, opacity .1s ease;
transition: background-color .1s ease, color .1s ease, opacity .1s ease;
}
.view-grid.type_1 .yith-wcwl-add-to-wishlist > div > a:before,
.view-grid.type_2 .yith-wcwl-add-to-wishlist > div > a:before,
.view-grid.type_3 .yith-wcwl-add-to-wishlist > div > a:before
{
display: inline-block;
vertical-align: middle;
content: "";
height: 100%;
}
.view-grid.type_1 .yith-wcwl-add-to-wishlist > div > a:after,
.view-grid.type_2 .yith-wcwl-add-to-wishlist > div > a:after,
.view-grid.type_3 .yith-wcwl-add-to-wishlist > div > a:after
{
display: inline-block;
vertical-align: middle;
font-size: 18px;
font-family: 'fontello';
content: '\eb0c';
}
body:not(.tax-product_cat) #main .view-grid.shop-columns-4 .yith-wcwl-add-to-wishlist > div > a:after,
body:not(.tax-product_cat) #main .view-grid.shop-columns-5 .yith-wcwl-add-to-wishlist > div > a:after,
.view-grid.type_1.with_main_product .yith-wcwl-add-to-wishlist > div > a:after,
.view-grid.type_2.with_main_product .yith-wcwl-add-to-wishlist > div > a:after,
.view-grid.type_3.with_main_product .yith-wcwl-add-to-wishlist > div > a:after,
.view-grid.type_4.with_main_product .yith-wcwl-add-to-wishlist > div > a:after,
#main .view-grid.shop-columns-4.type_3 .yith-wcwl-add-to-wishlist > div > a:after,
#main .view-grid.shop-columns-5.type_3 .yith-wcwl-add-to-wishlist > div > a:after,
.view-grid.shop-columns-6 .yith-wcwl-add-to-wishlist > div > a:after,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .yith-wcwl-add-to-wishlist > div > a:after,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .yith-wcwl-add-to-wishlist > div > a:after
{
font-size: 13px;
} .view-grid.type_1 .buttons_row a.compare,
.view-grid.type_1 .actions_wrap a.compare,
.view-grid.type_2 .buttons_row a.compare,
.view-grid.type_2 .actions_wrap a.compare,
.view-grid.type_3 .buttons_row a.compare,
.view-grid.type_3 .actions_wrap a.compare
{
position: relative;
z-index: 101;
width: 38px;
height: 38px;
padding: 0;
background-color: #777;
color: #fff;
font-size: 0;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background-color .7s ease, color .7s ease, opacity .7s ease;
transition: background-color .7s ease, color .7s ease, opacity .7s ease;
}
.view-grid.type_2 .actions_wrap a.compare,
.view-grid.type_4 .actions_wrap a.compare,
.list_view_products .actions_wrap a.compare { display: none; }
.view-grid.type_1 .buttons_row a.compare,
.view-grid.type_2 .buttons_row a.compare,
.view-grid.type_1 .actions_wrap a.compare,
.view-grid.type_2 .actions_wrap a.compare { float: left; }
.view-grid.type_4 .buttons_row a.compare {
display: inline-block;
margin: 0;
font-size: 12px;
}
.view-grid.shop-columns-6 a.compare,
.view-grid.shop-columns-6 .actions_wrap a.compare,
body:not(.tax-product_cat) #main .view-grid.shop-columns-4 a.compare,
body:not(.tax-product_cat) #main .view-grid.shop-columns-5 a.compare,
.view-grid.type_1.with_main_product .buttons_row a.compare,
.view-grid.type_1.with_main_product .actions_wrap a.compare,
.view-grid.type_2.with_main_product .buttons_row a.compare,
.view-grid.type_2.with_main_product .actions_wrap a.compare,
.view-grid.type_3.with_main_product .buttons_row a.compare,
.view-grid.type_3.with_main_product .actions_wrap a.compare,
#main .view-grid.shop-columns-4 .actions_wrap a.compare,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .actions_wrap a.compare,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .actions_wrap a.compare
{
width: 30px;
height: 30px;
}
.list_view_products .actions a.compare:before {
color: #777;
font-size: 19px;
display: inline-block;
margin-right: 5px;
font-family: 'fontello';
content: '\e82d';
}
.view-grid.type_1 .buttons_row a.compare:hover,
.view-grid.type_1 .actions_wrap a.compare:hover,
.view-grid.type_2 .buttons_row a.compare:hover,
.view-grid.type_2 .actions_wrap a.compare:hover,
.view-grid.type_3 .buttons_row a.compare:hover,
.view-grid.type_3 .actions_wrap a.compare:hover {
background-color: #333;
-webkit-transition: background-color .1s ease, color .1s ease, opacity .1s ease;
transition: background-color .1s ease, color .1s ease, opacity .1s ease;
}
.view-grid .product_item:hover .buttons_row a.compare,
.actions_wrap a.compare
{
opacity: 1;
-webkit-transition: background-color .1s ease, color .1s ease, opacity .1s ease;
transition: background-color .1s ease, color .1s ease, opacity .1s ease;
}
.buttons_row a.compare:before,
.actions_wrap a.compare:before
{
display: inline-block;
vertical-align: middle;
content: "";
height: 100%;
}
.view-grid.type_1 .buttons_row a.compare:after,
.view-grid.type_1 .actions_wrap a.compare:after,
.view-grid.type_2 .buttons_row a.compare:after,
.view-grid.type_2 .actions_wrap a.compare:after,
.view-grid.type_3 .buttons_row a.compare:after,
.view-grid.type_3 .actions_wrap a.compare:after
{
display: inline-block;
vertical-align: middle;
font-size: 18px;
font-family: 'fontello';
content: '\e82d';
}
body:not(.tax-product_cat) #main .view-grid.shop-columns-4 a.compare:after,
body:not(.tax-product_cat) #main .view-grid.shop-columns-5 a.compare:after,
.view-grid.type_1.with_main_product .buttons_row a.compare:after,
.view-grid.type_1.with_main_product .actions_wrap a.compare:after,
.view-grid.type_2.with_main_product .buttons_row a.compare:after,
.view-grid.type_2.with_main_product .actions_wrap a.compare:after,
.view-grid.type_3.with_main_product .buttons_row a.compare:after,
.view-grid.type_3.with_main_product .actions_wrap a.compare:after,
#main .view-grid.shop-columns-4.type_3 .actions_wrap a.compare:after,
#main .view-grid.shop-columns-5.type_3 .actions_wrap a.compare:after,
.view-grid.shop-columns-6 .actions_wrap a.compare:after,
.shop-columns-3.type_3 .dokan-single-store.dokan-w9 .actions_wrap a.compare:after,
.shop-columns-4.type_3 .dokan-single-store.dokan-w9 .actions_wrap a.compare:after
{
font-size: 13px;
} .view-grid.type_1 .buttons_row .feedback,
.view-grid.type_1 .actions_wrap .feedback,
.view-grid.type_2 .buttons_row .feedback,
.view-grid.type_2 .actions_wrap .feedback,
.view-grid.type_3 .buttons_row .feedback,
.view-grid.type_3 .actions_wrap .feedback {
position: absolute;
left: 50%;
bottom: 100%;
margin-bottom: 11px;
display: block;
background: #777;
color: #fff;
font-size: 13px;
white-space: nowrap;
padding: 2px 10px;
opacity: 0;
visibility: hidden;
border-radius: 3px;
-webkit-transform: translateX(-85%) skewX(30deg);
transform: translateX(-85%) skewX(30deg);
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.view-grid.type_1 .buttons_row a:hover > .feedback,
.view-grid.type_1 .actions_wrap a:hover > .feedback,
.view-grid.type_2 .buttons_row a:hover > .feedback,
.view-grid.type_2 .actions_wrap a:hover > .feedback
.view-grid.type_3 .buttons_row a:hover > .feedback,
.view-grid.type_3 .actions_wrap a:hover > .feedback {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(-50%) skewX(0deg);
transform: translateX(-50%) skewX(0deg);
-webkit-transition: -webkit-transform .2s ease, opacity .2s ease, visibility .2s ease;
transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
}
.view-grid.type_4 .actions_wrap .feedback,
.view-grid.type_4 .buttons_row .feedback,
.list_view_products .feedback { display: none; }
.view-grid.type_1 .buttons_row .feedback:before,
.view-grid.type_1 .actions_wrap .feedback:before,
.view-grid.type_2 .buttons_row .feedback:before,
.view-grid.type_2 .actions_wrap .feedback:before,
.view-grid.type_3 .buttons_row .feedback:before,
.view-grid.type_3 .actions_wrap .feedback:before {
position: absolute;
top: 100%;
left: 50%;
margin: -1px 0 0 -9px;
display: block;
border-left: 9px solid transparent;
border-top: 7px solid #777;
border-right: 9px solid transparent;
width: 0;
height: 0;
content: "";
} table.description-table {
margin-bottom: 15px;
width: auto;
background-color: transparent;
border: none;
table-layout: auto;
}
table.description-table td {
padding: 5px 5px 5px 0;
border: none;
background-color: transparent;
vertical-align: middle;
}
table.description-table td:first-child { min-width: 90px; } .qty > * {
border:1px solid #DFDFDF;
float:left;
height:38px;
text-align: center;
}
.qty > *:first-child { border-radius: 3px 0 0 3px; }
.qty > *:last-child  { border-radius: 0 3px 3px 0; }
.qty > input[type="number"] {
width: 46px;
border-left: none;
border-right: none;
padding-left: 5px;
padding-right: 5px;
border-radius: 0;
}
.qty button {
width: 28px;
padding: 0;
color: #333;
background-color: #fff;
}
.qty button:hover {
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
} .owl_carousel > .elzoom 			  { display: none; }
.owl_carousel > .elzoom:first-child   { display: block; } table.shop_table {
position: relative;
margin-bottom: 40px;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.table_wrap table.shop_table {
margin-bottom: 0;
border: none;
border-radius: 0;
}
table.shop_table td.product-name {
color: #333;
}
table.shop_table tfoot .sub-th {
background-color: #fff;
}
table.shop_table td.sub-td .amount {
color: #018bc8;
font-weight: 600;
}
table.shop_table .order-total {
font-size: 22px;
color: #018bc8;
}
table.shop_table td.product-thumbnail { text-align: center; } .col2-set .theme_box { margin-bottom: 40px; }
.products_page_carousel > .theme_box { display: none; }
.products_page_carousel > .theme_box:first-child { display: block; }
.theme_box .row .form-row {
padding-left: 15px;
padding-right: 15px;
}
.lost_reset_password > .form-row { display: inline-block; }
.lost_reset_password > .form-row.form-row-first {
margin-right: 1%;
width: 48%;
}
.login > .form-row:last-of-type,
.register > .form-row:last-of-type,
.col-2 > .form-row:last-of-type,
.theme_box > .form-row:last-of-type { margin-bottom: 0; }
.woocommerce form.login,
.woocommerce form.register {
position: relative;
padding: 20px 19px;
display: block;
border: 1px solid #DFDFDF;
background-color: #fff;
background-clip: padding-box;
border-radius: 0 0 3px 3px;
}
.woocommerce form.login .form-row-wide,
.woocommerce form.register .form-row-wide {
display: block;
float: left;
width: 50%;
}
.woocommerce form.login .form-row-wide:first-child,
.woocommerce form.register .form-row-wide:first-child  { padding-right: 5px; }
.woocommerce form.login .form-row-wide:nth-child(2),
.woocommerce form.register .form-row-wide:nth-child(2) { padding-left: 5px; }
.modal-login .woocommerce form.login .form-row-wide:first-child,
.modal-login .woocommerce form.register .form-row-wide:first-child,
.modal-login .woocommerce form.login .form-row-wide:nth-child(2),
.modal-login .woocommerce form.register .form-row-wide:nth-child(2) { padding-left: 0; padding-right: 0; }
.woocommerce form.login .form-row-wide.form-row-first  { padding-right: 10px; padding-left: 0; }
.woocommerce form.login .form-row-wide.form-row-last   { padding-left: 10px;  padding-right: 0; }
.col-2 fieldset {
margin-bottom: 20px;
padding: 20px;
border: 1px solid #DFDFDF;
}
.form-row label,
.form-row-wide label {
display: block;
margin-bottom: 5px;
}
.form-row span.required,
.form-row label abbr.required,
.form-row-wide label abbr.required {
border-width: 0;
font-size: 0;
}
.form-row span.required::after,
.form-row label abbr.required::after,
.form-row-wide label abbr.required::after {
font-size: 15px;
}
.woocommerce-page .select2-container .select2-choice {
display: block;
padding: 0;
overflow: hidden;
position: relative;
border: none;
white-space: nowrap;
color: #444;
text-decoration: none;
border-radius: 0;
background-clip: padding-box;
user-select: none;
background-color: transparent;
font-weight: 400;
}
.woocommerce-page .select2-drop-active {
border: 1px solid #DFDFDF;
border-top: none;
} dl.variation { margin-top: 5px; }
dl.variation,
dl.variation dd p { margin-bottom: 0; }
dl.variation dt,
dl.variation dd {
display: inline-block;
margin-bottom: 5px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
} .woocommerce-shipping-fields h3 label { font-weight: 700; }
.woocommerce-shipping-fields input[type="checkbox"].input-checkbox {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
-webkit-appearance: checkbox;
}
#shipping_method li:not(:last-child) { margin-bottom: 5px; } .payment_methods li > label {
margin-bottom: 12px;
} .qv-review-expand {
position: absolute;
right: 10px;
bottom: 10px;
z-index: 5;
width: 40px;
height: 40px;
text-align: center;
background-color: #262c34;
background-color: rgba(41,47,56,.5);
-webkit-backface-visibility: hidden;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.modal-product .qv-review-expand {
display: none;
pointer-events: none;
}
.qv-review-expand:hover { background-color: #50565c; }
.qv-review-expand:before {
font-family: 'fontawesome';
font-size: 26px;
line-height: 40px;
color: #fff;
content: "\f065";
} @font-face {
font-family: star;
src: url(https://d4ab30.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/star.eot);
src: url(https://d09b5c.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/star.eot#iefix) format("embedded-opentype"), url(https://cc455d.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/star.woff) format("woff"), url(https://06f3f2.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/star.ttf) format("truetype"), url(https://d081dc.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: WooCommerce;
src: url(https://827f91.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/WooCommerce.eot);
src: url(https://82f4db.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/WooCommerce.eot#iefix) format("embedded-opentype"), url(https://2c5fd8.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(https://bc8074.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(https://5f3957.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal
}
.woocommerce ul.products li.product .star-rating {
font-size: .7em;
}
.woocommerce .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.woocommerce .star-rating:before {
content: "\73\73\73\73\73";
color: #fccd36;
float: left;
top: 0;
left: 0;
position: absolute;
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #fccd36;
}
.woocommerce .star-rating span:before {
position: absolute;
top: 0;
left: 0;
content: "\53\53\53\53\53";
}
.woocommerce .woocommerce-product-rating {
display: inline-block;
vertical-align: middle;
line-height: 2;
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
content: " ";
display: table;
}
.woocommerce .woocommerce-product-rating:after {
clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
display: inline-block;
vertical-align: middle;
}
.woocommerce .products .star-rating {
display: block;
margin: 0 0 .5em;
float: none;
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0;
} .woocommerce p.stars {
position: relative;
font-size: 1em;
}
.woocommerce p.stars a {
display: inline-block;
font-weight: 700;
margin-right: 1em;
text-indent: -9999px;
position: relative;
border-bottom: 0!important;
outline: 0;
}
.woocommerce p.stars a:last-child { border-right: 0; }
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 { border-right: 1px solid #DFDFDF; }
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
font-family: WooCommerce;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
color: #fccd36;
}
.woocommerce p.stars a.star-1 { width: 2em; }
.woocommerce p.stars a.star-1:after {
content: "\e021";
}
.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
content: "\e020";
}
.woocommerce p.stars a.star-2 { width: 3em; }
.woocommerce p.stars a.star-2:after {
content: "\e021\e021";
}
.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after {
content: "\e020\e020";
}
.woocommerce p.stars a.star-3 { width: 4em; }
.woocommerce p.stars a.star-3:after {
content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after {
content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4 { width: 5em; }
.woocommerce p.stars a.star-4:after {
content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after { content: "\e020\e020\e020\e020"; }
.woocommerce p.stars a.star-5 {
width: 6em;
border: 0;
}
.woocommerce p.stars a.star-5:after {
content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
content: "\e020\e020\e020\e020\e020";
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error {
position: relative;
margin-bottom: 25px;
padding: 14px 55px 13px 20px;
border-width: 1px;
border-style: solid;
background-color: #fff;
border-radius: 3px;
}
.woocommerce-message {
border-color: #269300;
color: #269300;
}
.woocommerce-info {
border-color: #e6f1f8;
}
.woocommerce-error {
border-color: #ff0000;
color: #ff0000;
}
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li { list-style: none; }
.woocommerce-message p,
.woocommerce-info p,
.woocommerce-error p { margin-bottom: 0; } .dokan-theme-shopme .dokan-message,
.dokan-theme-shopme .dokan-info,
.dokan-theme-shopme .dokan-error
{
position: relative;
margin-bottom: 25px;
padding: 14px 55px 13px 20px;
border-width: 1px;
border-style: solid;
background-color: #fff;
border-radius: 3px;
}
.dokan-theme-shopme .dokan-message,
.dokan-theme-shopme .dokan-info,
.dokan-theme-shopme .dokan-error:before { display: none; }
.dokan-theme-shopme .dokan-message {
border-color: #269300;
color: #269300;
}
.dokan-theme-shopme .dokan-info-info { border-color: #e6f1f8; }
.dokan-theme-shopme .dokan-error {
border-color: #ff0000;
color: #ff0000;
}
.dokan-theme-shopme ul.dokan-seller-wrap { font-size: 0; }
.dokan-theme-shopme ul.dokan-seller-wrap li.dokan-single-seller {
margin-bottom: 20px;
float: none;
clear: none;
display: inline-block;
vertical-align: top;
}
.dokan-theme-shopme #main ul.dokan-seller-wrap li.dokan-single-seller {
margin-right: 3%;
width: 31.3%;
}
.dokan-theme-shopme .no_sidebar ul.dokan-seller-wrap li.dokan-single-seller {
margin-right: 3%;
width: 22.7%;
}
.dokan-theme-shopme #main ul.dokan-seller-wrap li.dokan-single-seller:nth-child(2n+1) { margin-right: 3%; }
.dokan-theme-shopme #main ul.dokan-seller-wrap li.dokan-single-seller:nth-child(3n) { margin-right: 0; }
.dokan-theme-shopme .no_sidebar ul.dokan-seller-wrap li.dokan-single-seller:nth-child(4n) { margin-right: 0; }
.dokan-theme-shopme .dokan-store-caption address { font-size: 14px; }
.dokan-theme-shopme .dokan-store-thumbnail > a {
display: block;
margin-bottom: 20px;
}
.dokan-theme-shopme #dokan-primary { }
.dokan-theme-shopme .dokan-store-sidebar { padding-right: 3%; }
.dokan-theme-shopme .dokan-category-menu a {
position: relative;
display: block;
background-color: #fff;
border: 1px solid #DFDFDF;
padding: 11px 20px 10px;
}
.dokan-theme-shopme .dokan-category-menu li:not(:first-child) > a { border-top-width: 0; }
.dokan-theme-shopme .dokan-category-menu li:hover > a {
border-color: #018bc8;
background-color: #018bc8;
color: #fff;
}
.dokan-theme-shopme .dokan-category-menu li:first-child > a   	  { border-radius: 3px 3px 0 0; }
.dokan-theme-shopme .dokan-category-menu li:last-child > a 	  	  { border-radius: 0 0 3px 3px; }
.dokan-theme-shopme .dokan-category-menu li:not(:first-child) > a { border-top-width: 0; }
.dokan-theme-shopme .dokan-single-store .dokan-store-tabs { font-size: 0; }
.dokan-theme-shopme .dokan-single-store .dokan-store-tabs ul li a { font-size: 14px; }
.dokan-theme-shopme .dokan-single-store .dokan-store-tabs ul {
margin-bottom: 0;
border-width: 0 1px 0 1px;
}
.dokan-theme-shopme .dokan-single-store #reviews {
padding: 19px;
overflow: hidden;
background: #fff;
border: 1px solid #DFDFDF;
border-radius: 0 0 3px 3px;
}
.dokan-theme-shopme .dokan-single-store .commentlist { margin-bottom: 0; }
.dokan-theme-shopme .commentlist > li:before,
.dokan-theme-shopme .commentlist > li:after
{
display: table;
content: " ";
}
.dokan-theme-shopme .commentlist li { list-style: none; }
.dokan-theme-shopme .commentlist li:not(:last-child) { margin-bottom: 20px; }
.dokan-theme-shopme .commentlist > li:after { clear: both; }
.dokan-theme-shopme .dokan-review-author-img {
float: left;
max-width: 80px;
margin-right: 20px;
}
.dokan-dashboard table { width: auto; }
@media only screen and (min-width: 768px) and (max-width: 992px) {
.dokan-theme-shopme.dokan-dashboard .dokan-dash-sidebar 	 { width: 22%; }
.dokan-theme-shopme.dokan-dashboard .dokan-dashboard-content { width: 78%; }
.dokan-theme-shopme.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
width: 18%;
}
.dokan-theme-shopme.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title { font-size: 13px; }
.dokan-theme-shopme .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter { width: 65%; }
.dokan-theme-shopme .dokan-orders-area input[type="text"] { width: auto; }
.dokan-theme-shopme .dokan-store-sidebar,
.dokan-theme-shopme #dokan-primary
{
float: none;
width: 100%;
}
.dokan-theme-shopme .dokan-single-store .profile-frame .profile-info-box { width: 100%; }
.md_flexbox #main .view-grid.shop-columns-3 .dokan-single-store .products .product_item {
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
@media only screen and (max-width: 767px) {
.dokan-theme-shopme.dokan-dashboard .dokan-reports-sidebar { margin-bottom: 20px; }
.dokan-theme-shopme.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li { width: 50%; }
.dokan-theme-shopme ul.dokan_tabs { font-size: 0; }
.dokan-theme-shopme ul.dokan_tabs li:first-child { margin-left: 0; }
.dokan-theme-shopme ul.dokan_tabs li { margin-right: 0 !important; }
.dokan-theme-shopme ul.dokan_tabs li a { font-size: 14px; }
.dokan-theme-shopme ul.dokan_tabs li.active a { background-color: #fff; }
.dokan-theme-shopme .dokan-dashboard-wrap input[type="text"] { width: auto; }
.dokan-theme-shopme .dokan-btn { margin-bottom: 10px; }
.dokan-theme-shopme.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left { padding-right: 0; }
.dokan-theme-shopme.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
float: none;
width: 100%;
}
.dokan-theme-shopme.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title { font-size: 13px; }
.dokan-theme-shopme .seller-form { margin-bottom: 40px; }
.dokan-theme-shopme #dokan-primary { width: 100%; }
.dokan-theme-shopme .dokan-w3,
.dokan-theme-shopme .dokan-w4,
.dokan-theme-shopme .dokan-w5,
.dokan-theme-shopme .dokan-w6,
.dokan-theme-shopme .dokan-w7,
.dokan-theme-shopme .dokan-w8
{
width: 100%;
clear: none;
}
} .cart-empty {
position: relative;
margin-bottom: 25px;
padding: 14px 55px 13px 20px;
border-width: 1px;
border-style: solid;
background-color: #fff;
color: #018bc8;
border-color: #018bc8;
border-radius: 3px;
}
.cart-empty:before {
margin-right: 15px;
font-size: 1.7em;
font-family: fontawesome;
content: "\f05a";
}
.cart_totals { background:#fff; margin-bottom: 40px; padding-top: 15px; } .select2-container {
padding: 8px 10px 8px 12px;
width: 100%;
height: 38px;
border: 1px solid #DFDFDF;
background-color: #fff;
border-radius: 3px;
color: #b2b2b2;
}
.select2-container .select2-choice {
padding: 0;
border: none;
background-color: transparent;
font-weight: 300;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-drop { margin-top: -2px; }
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
border: 1px solid #DFDFDF;
border-top: none;
}
.select2-search input { padding: 2px 20px 0 5px !important; } .widget_layered_nav { }
.widget_layered_nav li { position: relative; }
.widget_layered_nav li a {
position: relative;
display: block;
word-break: break-all;
font-size: 16px;
background-color: #fff;
border: 1px solid #DFDFDF;
padding: 11px 40px 10px 19px;
}
.widget_layered_nav li:not(:first-child) > a { border-top-width: 0; }
#sidebar .widget_layered_nav li:first-child > a {  border-radius: 3px 3px 0 0; }
#sidebar .widget_layered_nav li:last-child > a  {  border-radius: 0 0 3px 3px; }
#sidebar .yith-woo-ajax-navigation.widget_layered_nav li:first-child > a { border-radius: 0; }
#sidebar .yith-woo-ajax-navigation.widget_layered_nav li:last-child > a { border-radius: 0 0 3px 3px; }
#sidebar .widget_layered_nav li > a:hover,
#sidebar .widget_layered_nav li.chosen > a {
color: #fff;
background-color: #018bc8;
border-color: #018bc8;
}
.widget_layered_nav li .count {
position: absolute;
right: 20px;
top: 22px;
margin-top: -10px;
}
#sidebar .widget_layered_nav li:hover .count,
#sidebar .widget_layered_nav li.chosen .count { color: #fff; }
.widget_layered_nav select {
padding: 9px 13px;
height: 44px;
border-width: 2px;
border-style: solid;
border-color: #4ac4fa;
} .yith-wcan-select-wrapper {
margin: 0;
background-color: #fff;
max-height: 240px;
padding-bottom: 0;
overflow-x: hidden;
overflow-y: auto;
max-width: 268px;
z-index: -1;
border: none;
padding: 0;
margin-top: -16px;
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover,
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
border: none;
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
padding: 0;
border: none;
webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a,
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a {
background-image: none;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a:before,
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a:before {
margin-right: 5px;
color: #fff;
font-family: 'fontello';
font-size: 14px;
content: '\ee3e';
-webkit-transition: color .7s ease, background-color .7s ease;
transition: color .7s ease, background-color .7s ease;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a:hover:before,
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a:hover:before {
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
} .widget_layered_nav_filters > ul {
padding: 20px;
border: 1px solid #DFDFDF;
background-color: #fff;
border-radius: 3px;
}
.widget_layered_nav_filters li {
position: relative;
display: inline-block;
vertical-align: middle;
}
.widget_layered_nav_filters li > a {
display: block;
margin-right: 5px;
margin-bottom: 5px;
padding: 7px 12px;
background-color: #f8f8f8;
text-transform: uppercase;
font-size: 14px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.widget_layered_nav_filters li > a:hover {
background-color: #018bc8;
color: #fff;
}
.widget_layered_nav_filters li > a:before {
margin-right: 5px;
color: #696e6e;
font-family: 'fontello';
font-size: 14px;
content: '\ee3e';
-webkit-transition: color .7s ease, background-color .7s ease;
transition: color .7s ease, background-color .7s ease;
}
.widget_layered_nav_filters li > a:hover:before {
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
} #sidebar .widget_product_search {
}
.woocommerce-product-search { position: relative; }
.widget_product_search input[type="search"] {
padding: 9px 60px 9px 13px;
height: 44px;
border-width: 2px;
border-style: solid;
border-color: #4ac4fa;
font-size: 16px;
}
.widget_product_search button[type="submit"] {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 44px;
color: #fff;
background-color: #4ac4fa;
font-size: 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.widget_product_search button[type="submit"]:hover { background-color: #018bc8; }
.widget_product_search button[type="submit"]:after {
display: inline-block;
vertical-align: middle;
font-family: 'fontello';
font-size: 24px;
text-align: center;
content: '\ee2e';
} .product_list_widget > li {
overflow: hidden;
padding: 19px 0;
}
#sidebar .widget .product_list_widget > li {
border: 1px solid #DFDFDF;
background-color: #fff;
padding: 19px;
}
#sidebar .widget .product_list_widget > li:not(:first-child),
#footer .widget .product_list_widget > li:not(:first-child) { border-top-width: 0; }
.product_list_widget:last-child > li:first-child:last-child { border-radius: 3px; }
.product_list_widget > li:first-child { border-radius: 3px 3px 0 0; }
.product_list_widget:last-child > li:last-child { border-radius: 0 0 3px 3px; }
.product_list_widget > li:not(:last-child) { border-bottom: 1px solid #DFDFDF; }
.product_list_widget .product_thumb {
float: left;
margin-right: 15px;
}
.product_list_widget .product_title {
line-height: 18px;
display: block;
margin: 2px 0 5px;
}
.product_list_widget .wrapper > a {
display: block;
margin: 2px 0 5px;
line-height: 18px;
}
.product_list_widget .star-rating {
float: none;
margin-top: 3px;
}
input[type="checkbox"] + .reorder_checkbox {
color: #333;
margin-top: 6px !important;
}
#sidebar .widget_products,
#sidebar .widget_recently_viewed_products,
#sidebar .widget_recent_reviews,
#sidebar .widget_top_rated_products,
#sidebar .widget_shopping_cart,
#sidebar .widget_product_categories,
#sidebar .widget_price_filter,
#sidebar .widget_layered_nav,
#sidebar .widget_layered_nav_filters,
#sidebar .widget_products_specials {
}
#sidebar .product_list_widget,
#sidebar .widget_product_categories > ul,
#sidebar .widget_price_filter form,
#sidebar .widget_layered_nav > ul,
#sidebar .widget_layered_nav_filters > ul {
}
#sidebar .widget .product_list_widget li {
position: relative;
display: block;
padding: 11px 20px 10px 20px;
background-color: #fff;
border: 1px solid #DFDFDF;
-webkit-transition:color .7s ease, border-color .7s ease, background-color .7s ease;
transition:color .7s ease, border-color .7s ease, background-color .7s ease;
}
#sidebar .widget .product_list_widget li:first-child 	   { border-radius: 3px 3px 0 0; }
#sidebar .widget .product_list_widget li:not(:first-child) { border-top-width: 0; } .widget_recent_reviews .product_list_widget li > a {
display: block;
height: auto;
}
.widget_recent_reviews ul.product_list_widget li img {
float: right;
margin-left: 5px;
width: 60px;
height: auto;
}
.widget_recent_reviews ul.product_list_widget .star-rating {
float: none;
position: relative;
margin: 3px 0;
} .woocommerce.widget .price_slider_wrapper {
padding: 20px;
border: 1px solid #DFDFDF;
background-color: #fff;
border-radius: 3px;
}
.woocommerce.widget .woof_container_inner .price_slider_wrapper {
padding: 0;
border: none;
border-radius: 0;
}
.woocommerce.widget .price_slider_wrapper .ui-widget-content {
position: relative;
height: 7px;
background-color: #f8f8f8;
border: 1px solid #DFDFDF;
}
.woocommerce.widget .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
.woocommerce.widget .ui-slider-horizontal .ui-slider-range {
top: -1px;
height: 7px;
}
.woocommerce.widget .ui-slider .ui-slider-range { background: #4ac4fa; }
.woocommerce.widget .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.woocommerce.widget .ui-slider-horizontal .ui-slider-handle { margin-left: -.6em; }
.woocommerce.widget .ui-slider .ui-slider-handle {
display: block;
width: 19px;
height: 19px;
background-color: #fff;
border: 1px solid #DFDFDF;
cursor: pointer;
top: -7px;
}
.woocommerce.widget .ui-slider .ui-slider-handle::before {
position: absolute;
top: 4px;
left: 4px;
content: "";
display: block;
width: 9px;
height: 9px;
background-color: #b2b2b2;
border-radius: 50%;
}
.woocommerce.widget .price_slider_amount .price_label { }
.woocommerce.widget .price_slider_amount .button {
display: inline-block;
padding: 8px 20px 9px;
color: #fff;
background-color: #4ac4fa;
border-color: #4ac4fa;
font-size: 16px;
line-height: 21px !important;
text-align: center;
border-radius: 3px;
}
.woocommerce.widget .price_slider_amount .button:hover {
background-color: #018bc8;
}
.woocommerce.widget .price_slider_amount .button {
margin-top: 20px;
margin-bottom: 10px;
} .widget_product_categories select {
padding: 9px 13px;
height: 44px;
border-width: 2px;
border-style: solid;
border-color: #4ac4fa;
}
ul.product-categories li { position: relative; }
ul.product-categories > li > a {
position: relative;
display: block;
background-color: #fff;
border: 1px solid #DFDFDF;
padding: 11px 40px 10px 20px;
}
.page_wrapper.sbr ul.product-categories > li > a { padding: 11px 20px 10px 40px; }
ul.product-categories > li:not(:first-child) > a { border-top-width: 0; }
ul.product-categories > li:first-child > a { border-radius: 3px 3px 0 0; }
ul.product-categories > li:last-child > a  { border-radius: 0 0 3px 3px; }
ul.product-categories > li:hover > a,
ul.product-categories li.current-cat-parent > a,
ul.product-categories > li.current-cat > a {
color: #fff;
background-color: #018bc8;
border-color: #018bc8;
}
ul.product-categories > li > .count {
position: absolute;
right: 35px;
top: 22px;
margin-top: -10px;
}
.page_wrapper.sbr ul.product-categories li > .count { right: 15px; }
ul.product-categories > li:hover > .count,
ul.product-categories > li.current-cat > .count { color: #fff; }
ul.product-categories .cat-parent > a:after {
content: "\eda4";
right: 18px;
font-family: 'fontello';
position: absolute;
top: 50%;
color: #b2b2b2;
margin-top: -10px;
}
.page_wrapper.sbr ul.product-categories ul.children .cat-parent > a:after { left: 0; }
.page_wrapper.sbl ul.product-categories ul.children .cat-parent > a:after { right: 0; }
.page_wrapper.sbr ul.product-categories .cat-parent > a:after {
left: 18px;
right: auto;
content: "\eda3";
}
ul.product-categories .cat-parent:hover > a:after,
ul.product-categories .current-cat > a:after { color: #fff; }
ul.product-categories ul.children .cat-parent:hover > a:after,
ul.product-categories ul.children .current-cat > a:after { color: #333; }
ul.product-categories li ul.children {
border: 1px solid #DFDFDF;
background: #fff;
position: absolute;
padding: 15px;
z-index: 101;
white-space: nowrap;
opacity: 0;
visibility: hidden;
top: -1px;
left: 100%;
margin-left: -1px;
border-radius: 0 3px 3px 3px;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.page_wrapper.sbr ul.product-categories li ul.children { text-align: right; }
.page_wrapper.sbr ul.product-categories li ul.children ul.children {
right: calc(100% + 16px);
top: -16px;
}
.page_wrapper.sbl ul.product-categories li ul.children ul.children {
left: calc(100% + 16px);
top: -16px;
}
.page_wrapper.sbr ul.product-categories li ul.children {
right: 100%;
left: auto;
margin-right: -1px;
margin-left: 0;
}
ul.product-categories li.cat-parent:hover > ul.children {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
ul.product-categories ul.children li > a {
display: inline-block;
border: none;
padding: 5px 10px;
}
ul.product-categories ul.children li > a:not(:last-child) { margin-bottom: 1px; }   ul.product-categories ul.children li > .count {
display: inline-block;
margin-top: 4px;
margin-left: 3px;
vertical-align: middle;
} #sidebar .widget_product_tag_cloud .tagcloud {
overflow: hidden;
background-color: #fff;
border: 1px solid #DFDFDF;
padding: 19px 19px 16px;
margin-left: -3px;
border-radius: 3px;
} @media only screen and (max-width: 1200px) { span.onsale,
span.out-of-stock,
span.onfeatured,
span.new-badge,
span.label_offer_percentage
{
top: 14px;
left: 14px;
padding: 5px;
font-weight: 900;
font-size: 11px;
line-height: 11px;
}
.list_view_products span.onfeatured { left: 14px; }
span.onfeatured
{
left: auto;
right: 14px;
}
span.onsale ~ span.new-badge,
span.out-of-stock ~ span.new-badge { top: 52px; }
span.label_offer_percentage ~ span.new-badge { top: 50px; } .product_list_widget .product_thumb { max-width: 50px; }
}
@media screen and (min-width: 993px) and (max-width: 1200px) { .products-container.list_view_products .product_item .image_wrap {
width: 146px;
} .popup-modal {
width: 790px;
overflow: hidden;
}
.modal-inner-content { padding: 25px 20px 20px; } .filter_style_1 .product-filter li > button {
padding: 6px;
font-size: 14px;
}
.product-filter li button.all-filter {
padding-left: 10px;
padding-right: 10px;
} .md_flexbox #main .view-grid.shop-columns-3 .dokan-single-store .products .product_item {
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
@media only screen and (max-width: 992px) {  .product-holder { display: block; }
.filter_style_1 ul.product-filter { margin-bottom: 11px; }
.filter_style_1 ul.product-filter li {
margin-left: 0;
margin-right: 0;
margin-top: 0;
float: none;
}
.filter_style_1 .product-filter li:not(:last-child) { margin-right: 0; }
.filter_style_1 ul.product-filter li > button {
display: block;
padding: 7px 15px;
width: 100%;
border-radius: 0;
font-size: 14px;
text-align: left;
}
.filter_style_1 ul.product-filter li:first-child > button  { border-radius: 3px 3px 0 0; }
.filter_style_1 ul.product-filter li:last-child > button   { border-radius: 0 0 3px 3px; }
.filter_style_1 ul.product-filter li:not(:first-child) > button { border-top: none; } .shop-page-meta .v_centered > span { display: none; }
.shop-page-meta .v_centered > *:not(:first-child) { margin-left: 0; }
.sort-param { font-size: 11px; } .single_product
{
float: none;
margin: 0 auto 20px;
}
.mad-tabs.type_2 .tabs_nav { margin-bottom: 11px; }
.mad-tabs.type_2 .tabs_nav > li {
float: none;
margin: 0;
}
.mad-tabs.type_2 .tabs_nav > li > a
{
padding: 7px 15px;
border-radius: 0;
}
.mad-tabs.type_2 .tabs_nav li:not(:last-child) { margin-right: 0; }
.mad-tabs.type_2 .tabs_nav > li:not(:first-child) > a { border-top: none; }
.mad-tabs.type_2 .tabs_nav > li:first-child > a { border-radius: 3px 3px 0 0; }
.mad-tabs.type_2 .tabs_nav > li:last-child > a { border-radius: 0 0 3px 3px; } .shop-columns-3 .products-wrap .main_product,
.shop-columns-4 .products-wrap .main_product,
.shop-columns-5 .products-wrap .main_product,
.shop-columns-6 .products-wrap .main_product
{
display: block;
width: 100%;
}
} @media only screen and (min-width: 768px) and (max-width: 992px) { .main_product_column {
float: none;
width: 100%;
} .md_flexbox #main .view-grid.shop-columns-4 .products .product_item
.md_flexbox #main .view-grid.shop-columns-5 .products .product_item
.md_flexbox #main .view-grid.shop-columns-6 .products .product_item
{
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.md_flexbox #main .view-grid.shop-columns-3.with_main_product .products .product_item,
.md_flexbox #main .view-grid.shop-columns-4.with_main_product .products .product_item,
.md_flexbox #main .view-grid.shop-columns-5.with_main_product .products .product_item,
.md_flexbox #main .view-grid.shop-columns-6.with_main_product .products .product_item
{
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.products-container.list_view_products .product_item .image_wrap { width: 50px; }
.col-lg-8 .products-container.list_view_products .product_item .actions,
.col-md-8 .products-container.list_view_products .product_item .actions,
.col-sm-8 .products-container.list_view_products .product_item .actions,
.col-lg-9 .products-container.list_view_products .product_item .actions,
.col-md-9 .products-container.list_view_products .product_item .actions,
.col-sm-9 .products-container.list_view_products .product_item .actions { width: 130px; }
#main .shop-columns-3 .actions_wrap > .centered_buttons > .quick-view,
#main .shop-columns-3 .actions_wrap > .centered_buttons > .added_to_cart,
#main .shop-columns-3 .actions_wrap > .centered_buttons > .add_to_cart_button,
#main .shop-columns-3 .actions_wrap > .centered_buttons > .product_type_simple
{
padding: 5px 15px 4px;
font-size: 14px;
}
#main .type_1.view-grid.shop-columns-3 .product_item .yith-wcwl-add-to-wishlist > div > a,
#main .type_1.view-grid.shop-columns-4 .product_item .yith-wcwl-add-to-wishlist > div > a,
#main .type_1.view-grid.shop-columns-5 .product_item .yith-wcwl-add-to-wishlist > div > a,
#main .type_1.view-grid.shop-columns-6 .product_item .yith-wcwl-add-to-wishlist > div > a,
#main .type_1.view-grid.shop-columns-3 .actions_wrap a.compare,
#main .type_1.view-grid.shop-columns-4 .actions_wrap a.compare,
#main .type_1.view-grid.shop-columns-5 .actions_wrap a.compare,
#main .type_1.view-grid.shop-columns-6 .actions_wrap a.compare
{
width: 30px;
height: 30px;
}
#main .view-grid.type_1 .product_item .actions_wrap .compare,
#main .view-grid.type_2 .product_item .actions_wrap .compare,
#main .view-grid.type_1 .product_item .actions_wrap .yith-wcwl-add-to-wishlist,
#main .view-grid.type_2 .product_item .actions_wrap .yith-wcwl-add-to-wishlist { bottom: 5px; }
#main .type_1.view-grid.shop-columns-3 .product_item .yith-wcwl-add-to-wishlist > div > a:after,
#main .type_1.view-grid.shop-columns-4 .product_item .yith-wcwl-add-to-wishlist > div > a:after,
#main .type_1.view-grid.shop-columns-5 .product_item .yith-wcwl-add-to-wishlist > div > a:after,
#main .type_1.view-grid.shop-columns-6 .product_item .yith-wcwl-add-to-wishlist > div > a:after,
#main .type_1.view-grid.shop-columns-3 .actions_wrap a.compare:after,
#main .type_1.view-grid.shop-columns-4 .actions_wrap a.compare:after,
#main .type_1.view-grid.shop-columns-5 .actions_wrap a.compare:after,
#main .type_1.view-grid.shop-columns-6 .actions_wrap a.compare:after
{
font-size: 13px;
} .product_qty_col { width: 20%; }
.product_actions_col { width: 15%; } .popup-modal
{
width: 690px;
overflow: hidden;
}
.modal-inner-content { padding: 25px 20px 20px; } .product-filter li button.all-filter { padding-left: 10px; padding-right: 10px; }
}
@media only screen and (max-width: 767px) { #header.type_2 .responsive-nav-button { margin: 10px auto; }
#header.type_5 .secondary_navigation.dropdown,
#header.type_4 .shopping_cart,
#header.type_5 .shopping_cart,
#header.type_6 .shopping_cart { width: 100%; } .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: none;
width: 100%;
}
.theme_box .row .form-row {
float: none;
padding-left: 5px;
padding-right: 5px;
width: 100%;
} .main_product_column {
float: none;
width: 100%;
} .md_flexbox .view-grid.shop-columns-3 .products .product_item,
.md_flexbox .view-grid.shop-columns-4 .products .product_item,
.md_flexbox .view-grid.shop-columns-5 .products .product_item,
.md_flexbox .view-grid.shop-columns-6.with_main_product .products .product_item,
.md_flexbox .view-grid.shop-columns-6 .products .product_item {
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.list_view_products span.onfeatured {
left: auto;
right: 14px;
}
.list-or-grid a, .tooltip_container { z-index: 5; } table.shop_table,
table.shop_table tbody,
table.shop_table thead,
table.shop_table tfoot,
table.shop_table tr,
table.shop_table td { display: block; }
table.shop_table thead,
table.shop_table th { display: none; }
table.shop_table td:not([colspan])
{
position: relative;
padding-left: 50%;
border-left: none;
border-top: none;
border-right: none;
}
table.shop_table td:before
{
position: absolute;
top: 50%;
left: 9px;
width: 45%;
padding-right: 10px;
text-align: left;
content: attr(data-title);
-webkit-transform: translateY(-50%) translateZ(0);
transform: translateY(-50%);
}
table.shop_table td:not([colspan]):after
{
position: absolute;
left: 47%;
top: 0;
display: block;
height: 100%;
border-left: 1px solid #DFDFDF;
content: "";
} .filter_style_2 .product-holder {
display: block;
margin-bottom: 11px;
margin-right: 70px;
width: auto;
}
.filter_style_2 .product-filter li > button {
padding: 7px 15px;
border-right-width: 1px;
}
.filter_style_2 .product-filter li:first-child > button { border-radius: 3px 3px 0 0; }
.filter_style_2 .product-filter li:last-child > button  { border-radius: 0 0 3px 3px; } ul.product-categories li ul.children,
.page_wrapper.sbr ul.product-categories li ul.children,
.page_wrapper.sbl ul.product-categories li ul.children
{
position: relative;
right: auto;
left: 0;
display: none;
margin-right: 0;
margin-left: 0;
border-radius: 0;
}
ul.product-categories li.cat-parent:hover > ul.children { display: block; } .arcticmodal-close { right: 5px; }
.popup-modal {
top: 20px;
left: 10px;
right: 10px;
bottom: 10px;
width: 95%;
width: calc(100% - 20px);
max-height: 100%;
}
.md_csstransitions .popup-modal {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
.modal-inner-content { padding: 15px; }
.modal-inner-content .scroll-wrapper { max-height: 460px; } .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: none;
width: 100%;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.products-container.list_view_products .product_item .image_wrap { width: 110px; }
.products-container.list_view_products .product_item .actions { width: 26%; } .modal-inner-content .scroll-wrapper { max-height: 180px; }
}
@media only screen and (max-width: 480px) { .md_flexbox .view-grid.shop-columns-3 .products .product_item,
.md_flexbox .view-grid.shop-columns-4 .products .product_item,
.md_flexbox .view-grid.shop-columns-5 .products .product_item,
.md_flexbox .view-grid.shop-columns-6.with_main_product .products .product_item,
.md_flexbox .view-grid.shop-columns-6 .products .product_item {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.view-grid:not(.widget-specials) .product_item:not(.first)::after,
.view-grid:not(.widget-specials) .owl-item:not(:first-child) > .product_item::after
{
border-left-width: 1px;
}
.products-container.list_view_products .product_item > * { display: block; }
.products-container.list_view_products .product_item .image_wrap { margin-bottom: 10px; }
.product_item { display: block; }
.full_description { padding: 4px 0 0 0; }
.products-container.list_view_products .product_item .actions,
.col-lg-8 .products-container.list_view_products .product_item .actions,
.col-md-8 .products-container.list_view_products .product_item .actions,
.col-sm-8 .products-container.list_view_products .product_item .actions,
.col-lg-9 .products-container.list_view_products .product_item .actions,
.col-md-9 .products-container.list_view_products .product_item .actions,
.col-sm-9 .products-container.list_view_products .product_item .actions { width: 100%; } .variations_button .qty {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
} .woocommerce-pagination { margin-bottom: 15px; }
.on_the_sides { text-align: center; }
.on_the_sides > .left_side { width: 100%; }
.on_the_sides > .right_side { text-align: center; }
.on_the_sides > .left_side { margin-bottom: 10px; }
.on_the_sides > [class*="_side"] { display: block; }
.shop-page-meta .v_centered:last-child { margin-top: 10px !important; }
.woocommerce .comment-form p.stars a {
display: block;
border-right-width: 0;
} .md_flexbox #main .view-grid.shop-columns-3 .dokan-single-store .products .product_item {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
.mgwoocommercebrands.brands-slider > ul li > a { position: relative; }.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
content: " ";
display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after
{
clear: both;
}   @media (max-width: 767px) {
.vc_hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.vc_hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.vc_hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.vc_hidden-lg {
display: none !important;
}
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
position: relative;
float: left;
width: 8.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
position: relative;
float: left;
width: 16.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
position: relative;
float: left;
width: 33.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
position: relative;
float: left;
width: 41.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
position: relative;
float: left;
width: 58.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
position: relative;
float: left;
width: 66.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
position: relative;
float: left;
width: 83.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
position: relative;
float: left;
width: 91.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
margin-left: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
margin-left: 91.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
margin-left: 83.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
margin-left: 75%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
margin-left: 66.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
margin-left: 58.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
margin-left: 50%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
margin-left: 41.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
margin-left: 33.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
margin-left: 25%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
margin-left: 16.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
margin-left: 8.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
margin-left: 0%;
}
.vc_non_responsive .vc_row .vc_hidden-sm {
display: none !important;
}
.vc_row {
margin-left: -15px;
margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
float: left;
}
.vc_col-xs-12 {
width: 100%;
}
.vc_col-xs-11 {
width: 91.66666667%;
}
.vc_col-xs-10 {
width: 83.33333333%;
}
.vc_col-xs-9 {
width: 75%;
}
.vc_col-xs-8 {
width: 66.66666667%;
}
.vc_col-xs-7 {
width: 58.33333333%;
}
.vc_col-xs-6 {
width: 50%;
}
.vc_col-xs-5 {
width: 41.66666667%;
}
.vc_col-xs-4 {
width: 33.33333333%;
}
.vc_col-xs-3 {
width: 25%;
}
.vc_col-xs-2 {
width: 16.66666667%;
}
.vc_col-xs-1 {
width: 8.33333333%;
}
.vc_col-xs-pull-12 {
right: 100%;
}
.vc_col-xs-pull-11 {
right: 91.66666667%;
}
.vc_col-xs-pull-10 {
right: 83.33333333%;
}
.vc_col-xs-pull-9 {
right: 75%;
}
.vc_col-xs-pull-8 {
right: 66.66666667%;
}
.vc_col-xs-pull-7 {
right: 58.33333333%;
}
.vc_col-xs-pull-6 {
right: 50%;
}
.vc_col-xs-pull-5 {
right: 41.66666667%;
}
.vc_col-xs-pull-4 {
right: 33.33333333%;
}
.vc_col-xs-pull-3 {
right: 25%;
}
.vc_col-xs-pull-2 {
right: 16.66666667%;
}
.vc_col-xs-pull-1 {
right: 8.33333333%;
}
.vc_col-xs-pull-0 {
right: auto;
}
.vc_col-xs-push-12 {
left: 100%;
}
.vc_col-xs-push-11 {
left: 91.66666667%;
}
.vc_col-xs-push-10 {
left: 83.33333333%;
}
.vc_col-xs-push-9 {
left: 75%;
}
.vc_col-xs-push-8 {
left: 66.66666667%;
}
.vc_col-xs-push-7 {
left: 58.33333333%;
}
.vc_col-xs-push-6 {
left: 50%;
}
.vc_col-xs-push-5 {
left: 41.66666667%;
}
.vc_col-xs-push-4 {
left: 33.33333333%;
}
.vc_col-xs-push-3 {
left: 25%;
}
.vc_col-xs-push-2 {
left: 16.66666667%;
}
.vc_col-xs-push-1 {
left: 8.33333333%;
}
.vc_col-xs-push-0 {
left: auto;
}
.vc_col-xs-offset-12 {
margin-left: 100%;
}
.vc_col-xs-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
margin-left: 75%;
}
.vc_col-xs-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
margin-left: 50%;
}
.vc_col-xs-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
margin-left: 25%;
}
.vc_col-xs-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11 {
float: left;
}
.vc_col-sm-12 {
width: 100%;
}
.vc_col-sm-11 {
width: 91.66666667%;
}
.vc_col-sm-10 {
width: 83.33333333%;
}
.vc_col-sm-9 {
width: 75%;
}
.vc_col-sm-8 {
width: 66.66666667%;
}
.vc_col-sm-7 {
width: 58.33333333%;
}
.vc_col-sm-6 {
width: 50%;
}
.vc_col-sm-5 {
width: 41.66666667%;
}
.vc_col-sm-4 {
width: 33.33333333%;
}
.vc_col-sm-3 {
width: 25%;
}
.vc_col-sm-2 {
width: 16.66666667%;
}
.vc_col-sm-1 {
width: 8.33333333%;
}
.vc_col-sm-pull-12 {
right: 100%;
}
.vc_col-sm-pull-11 {
right: 91.66666667%;
}
.vc_col-sm-pull-10 {
right: 83.33333333%;
}
.vc_col-sm-pull-9 {
right: 75%;
}
.vc_col-sm-pull-8 {
right: 66.66666667%;
}
.vc_col-sm-pull-7 {
right: 58.33333333%;
}
.vc_col-sm-pull-6 {
right: 50%;
}
.vc_col-sm-pull-5 {
right: 41.66666667%;
}
.vc_col-sm-pull-4 {
right: 33.33333333%;
}
.vc_col-sm-pull-3 {
right: 25%;
}
.vc_col-sm-pull-2 {
right: 16.66666667%;
}
.vc_col-sm-pull-1 {
right: 8.33333333%;
}
.vc_col-sm-pull-0 {
right: auto;
}
.vc_col-sm-push-12 {
left: 100%;
}
.vc_col-sm-push-11 {
left: 91.66666667%;
}
.vc_col-sm-push-10 {
left: 83.33333333%;
}
.vc_col-sm-push-9 {
left: 75%;
}
.vc_col-sm-push-8 {
left: 66.66666667%;
}
.vc_col-sm-push-7 {
left: 58.33333333%;
}
.vc_col-sm-push-6 {
left: 50%;
}
.vc_col-sm-push-5 {
left: 41.66666667%;
}
.vc_col-sm-push-4 {
left: 33.33333333%;
}
.vc_col-sm-push-3 {
left: 25%;
}
.vc_col-sm-push-2 {
left: 16.66666667%;
}
.vc_col-sm-push-1 {
left: 8.33333333%;
}
.vc_col-sm-push-0 {
left: auto;
}
.vc_col-sm-offset-12 {
margin-left: 100%;
}
.vc_col-sm-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-sm-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-sm-offset-9 {
margin-left: 75%;
}
.vc_col-sm-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-sm-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-sm-offset-6 {
margin-left: 50%;
}
.vc_col-sm-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-sm-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-sm-offset-3 {
margin-left: 25%;
}
.vc_col-sm-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-sm-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
float: left;
}
.vc_col-md-12 {
width: 100%;
}
.vc_col-md-11 {
width: 91.66666667%;
}
.vc_col-md-10 {
width: 83.33333333%;
}
.vc_col-md-9 {
width: 75%;
}
.vc_col-md-8 {
width: 66.66666667%;
}
.vc_col-md-7 {
width: 58.33333333%;
}
.vc_col-md-6 {
width: 50%;
}
.vc_col-md-5 {
width: 41.66666667%;
}
.vc_col-md-4 {
width: 33.33333333%;
}
.vc_col-md-3 {
width: 25%;
}
.vc_col-md-2 {
width: 16.66666667%;
}
.vc_col-md-1 {
width: 8.33333333%;
}
.vc_col-md-pull-12 {
right: 100%;
}
.vc_col-md-pull-11 {
right: 91.66666667%;
}
.vc_col-md-pull-10 {
right: 83.33333333%;
}
.vc_col-md-pull-9 {
right: 75%;
}
.vc_col-md-pull-8 {
right: 66.66666667%;
}
.vc_col-md-pull-7 {
right: 58.33333333%;
}
.vc_col-md-pull-6 {
right: 50%;
}
.vc_col-md-pull-5 {
right: 41.66666667%;
}
.vc_col-md-pull-4 {
right: 33.33333333%;
}
.vc_col-md-pull-3 {
right: 25%;
}
.vc_col-md-pull-2 {
right: 16.66666667%;
}
.vc_col-md-pull-1 {
right: 8.33333333%;
}
.vc_col-md-pull-0 {
right: auto;
}
.vc_col-md-push-12 {
left: 100%;
}
.vc_col-md-push-11 {
left: 91.66666667%;
}
.vc_col-md-push-10 {
left: 83.33333333%;
}
.vc_col-md-push-9 {
left: 75%;
}
.vc_col-md-push-8 {
left: 66.66666667%;
}
.vc_col-md-push-7 {
left: 58.33333333%;
}
.vc_col-md-push-6 {
left: 50%;
}
.vc_col-md-push-5 {
left: 41.66666667%;
}
.vc_col-md-push-4 {
left: 33.33333333%;
}
.vc_col-md-push-3 {
left: 25%;
}
.vc_col-md-push-2 {
left: 16.66666667%;
}
.vc_col-md-push-1 {
left: 8.33333333%;
}
.vc_col-md-push-0 {
left: auto;
}
.vc_col-md-offset-12 {
margin-left: 100%;
}
.vc_col-md-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-md-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-md-offset-9 {
margin-left: 75%;
}
.vc_col-md-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-md-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-md-offset-6 {
margin-left: 50%;
}
.vc_col-md-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-md-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-md-offset-3 {
margin-left: 25%;
}
.vc_col-md-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-md-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
float: left;
}
.vc_col-lg-12 {
width: 100%;
}
.vc_col-lg-11 {
width: 91.66666667%;
}
.vc_col-lg-10 {
width: 83.33333333%;
}
.vc_col-lg-9 {
width: 75%;
}
.vc_col-lg-8 {
width: 66.66666667%;
}
.vc_col-lg-7 {
width: 58.33333333%;
}
.vc_col-lg-6 {
width: 50%;
}
.vc_col-lg-5 {
width: 41.66666667%;
}
.vc_col-lg-4 {
width: 33.33333333%;
}
.vc_col-lg-3 {
width: 25%;
}
.vc_col-lg-2 {
width: 16.66666667%;
}
.vc_col-lg-1 {
width: 8.33333333%;
}
.vc_col-lg-pull-12 {
right: 100%;
}
.vc_col-lg-pull-11 {
right: 91.66666667%;
}
.vc_col-lg-pull-10 {
right: 83.33333333%;
}
.vc_col-lg-pull-9 {
right: 75%;
}
.vc_col-lg-pull-8 {
right: 66.66666667%;
}
.vc_col-lg-pull-7 {
right: 58.33333333%;
}
.vc_col-lg-pull-6 {
right: 50%;
}
.vc_col-lg-pull-5 {
right: 41.66666667%;
}
.vc_col-lg-pull-4 {
right: 33.33333333%;
}
.vc_col-lg-pull-3 {
right: 25%;
}
.vc_col-lg-pull-2 {
right: 16.66666667%;
}
.vc_col-lg-pull-1 {
right: 8.33333333%;
}
.vc_col-lg-pull-0 {
right: auto;
}
.vc_col-lg-push-12 {
left: 100%;
}
.vc_col-lg-push-11 {
left: 91.66666667%;
}
.vc_col-lg-push-10 {
left: 83.33333333%;
}
.vc_col-lg-push-9 {
left: 75%;
}
.vc_col-lg-push-8 {
left: 66.66666667%;
}
.vc_col-lg-push-7 {
left: 58.33333333%;
}
.vc_col-lg-push-6 {
left: 50%;
}
.vc_col-lg-push-5 {
left: 41.66666667%;
}
.vc_col-lg-push-4 {
left: 33.33333333%;
}
.vc_col-lg-push-3 {
left: 25%;
}
.vc_col-lg-push-2 {
left: 16.66666667%;
}
.vc_col-lg-push-1 {
left: 8.33333333%;
}
.vc_col-lg-push-0 {
left: auto;
}
.vc_col-lg-offset-12 {
margin-left: 100%;
}
.vc_col-lg-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-lg-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-lg-offset-9 {
margin-left: 75%;
}
.vc_col-lg-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-lg-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-lg-offset-6 {
margin-left: 50%;
}
.vc_col-lg-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-lg-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-lg-offset-3 {
margin-left: 25%;
}
.vc_col-lg-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-lg-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-lg-offset-0 {
margin-left: 0%;
}
}
.vc_pull-right {
float: right !important;
}
.vc_pull-left {
float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_el-clearfix {
clear: both;
}
@media (max-width: 767px) {
.vc_el-clearfix-xs {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.vc_el-clearfix-sm {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.vc_el-clearfix-md {
clear: both;
}
}
@media (min-width: 1200px) {
.vc_el-clearfix-lg {
clear: both;
}
}
.vc_visible {
display: block;
}
.vc_table {
width: 100%;
margin-bottom: 20px;
border-collapse: collapse;
}
.vc_table > thead > tr > th,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > tbody > tr > td,
.vc_table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.vc_table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > th,
.vc_table > caption + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.vc_table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.vc_table .table {
background-color: #ffffff;
}
.vc_table-bordered {
border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > thead > tr > td {
border-bottom-width: 2px;
} .vc_pixel_icon {
display: inline-block;
vertical-align: middle;
height: 16px;
width: 16px;
background-position: 0 0;
background-repeat: no-repeat;
}
.vc_pixel_icon-alert {
background-image: url(https://4fcc36.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/alert.png);
}
.vc_pixel_icon-info {
background-image: url(https://ba59d5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/info.png);
}
.vc_pixel_icon-tick {
background-image: url(https://4a30a3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/tick.png);
}
.vc_pixel_icon-explanation {
background-image: url(https://d10c4b.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/exclamation.png);
}
.vc_pixel_icon-address_book {
background-image: url(https://0cabdb.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/address-book.png);
}
.vc_pixel_icon-alarm_clock {
background-image: url(https://7d5885.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/alarm-clock.png);
}
.vc_pixel_icon-anchor {
background-image: url(https://f824f5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/anchor.png);
}
.vc_pixel_icon-application_image {
background-image: url(https://9ba8e3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/application-image.png);
}
.vc_pixel_icon-arrow {
background-image: url(https://233056.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/arrow.png);
}
.vc_pixel_icon-asterisk {
background-image: url(https://99592d.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/asterisk.png);
}
.vc_pixel_icon-hammer {
background-image: url(https://a8281b.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/auction-hammer.png);
}
.vc_pixel_icon-balloon {
background-image: url(https://d274e5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon.png);
}
.vc_pixel_icon-balloon_buzz {
background-image: url(https://37486b.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon-buzz.png);
}
.vc_pixel_icon-balloon_facebook {
background-image: url(https://a2b5df.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon-facebook.png);
}
.vc_pixel_icon-balloon_twitter {
background-image: url(https://0edc57.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon-twitter.png);
}
.vc_pixel_icon-battery {
background-image: url(https://18b063.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/battery-full.png);
}
.vc_pixel_icon-binocular {
background-image: url(https://2ee0f3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/binocular.png);
}
.vc_pixel_icon-document_excel {
background-image: url(https://662785.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-excel.png);
}
.vc_pixel_icon-document_image {
background-image: url(https://6515e6.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-image.png);
}
.vc_pixel_icon-document_music {
background-image: url(https://3fa912.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-music.png);
}
.vc_pixel_icon-document_office {
background-image: url(https://987d78.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-office.png);
}
.vc_pixel_icon-document_pdf {
background-image: url(https://5e7633.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-pdf.png);
}
.vc_pixel_icon-document_powerpoint {
background-image: url(https://34673a.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-powerpoint.png);
}
.vc_pixel_icon-document_word {
background-image: url(https://504590.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-word.png);
}
.vc_pixel_icon-bookmark {
background-image: url(https://94c7b3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/bookmark.png);
}
.vc_pixel_icon-camcorder {
background-image: url(https://639de2.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/camcorder.png);
}
.vc_pixel_icon-camera {
background-image: url(https://ed77f5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/camera.png);
}
.vc_pixel_icon-chart {
background-image: url(https://0de842.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/chart.png);
}
.vc_pixel_icon-chart_pie {
background-image: url(https://c98dac.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/chart-pie.png);
}
.vc_pixel_icon-clock {
background-image: url(https://65c881.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/clock.png);
}
.vc_pixel_icon-play {
background-image: url(https://1b1e3e.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/control.png);
}
.vc_pixel_icon-fire {
background-image: url(https://cef793.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/fire.png);
}
.vc_pixel_icon-heart {
background-image: url(https://4eb5ba.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/heart.png);
}
.vc_pixel_icon-mail {
background-image: url(https://52d153.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/mail.png);
}
.vc_pixel_icon-shield {
background-image: url(https://60def2.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/plus-shield.png);
}
.vc_pixel_icon-video {
background-image: url(https://b75b35.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/video.png);
}
.vc_txt_align_left {
text-align: left;
}
.vc_txt_align_right {
text-align: right;
}
.vc_txt_align_center {
text-align: center;
}
.vc_txt_align_justify {
text-align: justify;
text-justify: inter-word;
}
.vc_el_width_50 {
width: 50%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_60 {
width: 60%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_70 {
width: 70%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_80 {
width: 80%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_90 {
width: 90%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_100 {
width: 100%;
margin-left: auto !important;
margin-right: auto !important;
} .vc_btn,
a.vc_btn,
button.vc_btn {
cursor: pointer;
display: inline-block;
text-decoration: none !important;
padding: 9px 12px;
font-size: 100%;
line-height: 20px;
border-radius: 4px; }
.vc_btn,
a.vc_btn,
button.vc_btn,
.vc_btn:hover,
a.vc_btn:hover,
button.vc_btn:hover,
.vc_btn:focus,
a.vc_btn:focus,
button.vc_btn:focus {
border: 1px solid transparent;
}
.vc_btn-lg,
a.vc_btn-lg,
button.vc_btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.vc_btn-sm,
a.vc_btn-sm,
button.vc_btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.vc_btn-xs,
a.vc_btn-xs,
button.vc_btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.vc_btn_square,
a.vc_btn_square,
button.vc_btn_square {
border-radius: 0;
}
.vc_btn_square_outlined,
a.vc_btn_square_outlined,
button.vc_btn_square_outlined {
border-radius: 0;
background: none !important;
}
.vc_btn_square_outlined,
a.vc_btn_square_outlined,
button.vc_btn_square_outlined,
.vc_btn_square_outlined:hover,
a.vc_btn_square_outlined:hover,
button.vc_btn_square_outlined:hover,
.vc_btn_square_outlined:focus,
a.vc_btn_square_outlined:focus,
button.vc_btn_square_outlined:focus {
border: 2px solid;
}
.vc_btn_round,
a.vc_btn_round,
button.vc_btn_round {
border-radius: 25px;
}
.vc_btn_outlined,
a.vc_btn_outlined,
button.vc_btn_outlined {
background: none !important;
}
.vc_btn_outlined,
a.vc_btn_outlined,
button.vc_btn_outlined,
.vc_btn_outlined:hover,
a.vc_btn_outlined:hover,
button.vc_btn_outlined:hover,
.vc_btn_outlined:focus,
a.vc_btn_outlined:focus,
button.vc_btn_outlined:focus {
border: 2px solid;
}
.vc_btn-blue,
a.vc_btn-blue,
button.vc_btn-blue {
background-color: #5472d2;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-blue:hover,
a.vc_btn-blue:hover,
button.vc_btn-blue:hover {
background-color: #3c5ecc;
color: #f7f7f7 !important;
}
.vc_btn-blue.vc_btn_outlined,
a.vc_btn-blue.vc_btn_outlined,
button.vc_btn-blue.vc_btn_outlined,
.vc_btn-blue.vc_btn_square_outlined,
a.vc_btn-blue.vc_btn_square_outlined,
button.vc_btn-blue.vc_btn_square_outlined {
color: #5472d2 !important;
}
.vc_btn-blue.vc_btn_outlined:hover,
a.vc_btn-blue.vc_btn_outlined:hover,
button.vc_btn-blue.vc_btn_outlined:hover,
.vc_btn-blue.vc_btn_square_outlined:hover,
a.vc_btn-blue.vc_btn_square_outlined:hover,
button.vc_btn-blue.vc_btn_square_outlined:hover {
border-color: #3c5ecc;
}
.vc_btn-blue.vc_btn_3d,
a.vc_btn-blue.vc_btn_3d,
button.vc_btn-blue.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #3253bc;
box-shadow: 0 5px 0 #3253bc;
margin-bottom: 5px;
}
.vc_btn-blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-blue.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #3253bc;
box-shadow: 0 3px 0 #3253bc;
margin-bottom: 3px;
}
.vc_btn-blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-blue.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #3253bc;
box-shadow: 0 4px 0 #3253bc;
margin-bottom: 4px;
}
.vc_btn-turquoise,
a.vc_btn-turquoise,
button.vc_btn-turquoise {
background-color: #00c1cf;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-turquoise:hover,
a.vc_btn-turquoise:hover,
button.vc_btn-turquoise:hover {
background-color: #00a4b0;
color: #f7f7f7 !important;
}
.vc_btn-turquoise.vc_btn_outlined,
a.vc_btn-turquoise.vc_btn_outlined,
button.vc_btn-turquoise.vc_btn_outlined,
.vc_btn-turquoise.vc_btn_square_outlined,
a.vc_btn-turquoise.vc_btn_square_outlined,
button.vc_btn-turquoise.vc_btn_square_outlined {
color: #00c1cf !important;
}
.vc_btn-turquoise.vc_btn_outlined:hover,
a.vc_btn-turquoise.vc_btn_outlined:hover,
button.vc_btn-turquoise.vc_btn_outlined:hover,
.vc_btn-turquoise.vc_btn_square_outlined:hover,
a.vc_btn-turquoise.vc_btn_square_outlined:hover,
button.vc_btn-turquoise.vc_btn_square_outlined:hover {
border-color: #00a4b0;
}
.vc_btn-turquoise.vc_btn_3d,
a.vc_btn-turquoise.vc_btn_3d,
button.vc_btn-turquoise.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #008d97;
box-shadow: 0 5px 0 #008d97;
margin-bottom: 5px;
}
.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #008d97;
box-shadow: 0 3px 0 #008d97;
margin-bottom: 3px;
}
.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #008d97;
box-shadow: 0 4px 0 #008d97;
margin-bottom: 4px;
}
.vc_btn-pink,
a.vc_btn-pink,
button.vc_btn-pink {
background-color: #fe6c61;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-pink:hover,
a.vc_btn-pink:hover,
button.vc_btn-pink:hover {
background-color: #fe5043;
color: #f7f7f7 !important;
}
.vc_btn-pink.vc_btn_outlined,
a.vc_btn-pink.vc_btn_outlined,
button.vc_btn-pink.vc_btn_outlined,
.vc_btn-pink.vc_btn_square_outlined,
a.vc_btn-pink.vc_btn_square_outlined,
button.vc_btn-pink.vc_btn_square_outlined {
color: #fe6c61 !important;
}
.vc_btn-pink.vc_btn_outlined:hover,
a.vc_btn-pink.vc_btn_outlined:hover,
button.vc_btn-pink.vc_btn_outlined:hover,
.vc_btn-pink.vc_btn_square_outlined:hover,
a.vc_btn-pink.vc_btn_square_outlined:hover,
button.vc_btn-pink.vc_btn_square_outlined:hover {
border-color: #fe5043;
}
.vc_btn-pink.vc_btn_3d,
a.vc_btn-pink.vc_btn_3d,
button.vc_btn-pink.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #fe3829;
box-shadow: 0 5px 0 #fe3829;
margin-bottom: 5px;
}
.vc_btn-pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-pink.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #fe3829;
box-shadow: 0 3px 0 #fe3829;
margin-bottom: 3px;
}
.vc_btn-pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-pink.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #fe3829;
box-shadow: 0 4px 0 #fe3829;
margin-bottom: 4px;
}
.vc_btn-violet,
a.vc_btn-violet,
button.vc_btn-violet {
background-color: #8d6dc4;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-violet:hover,
a.vc_btn-violet:hover,
button.vc_btn-violet:hover {
background-color: #7c57bb;
color: #f7f7f7 !important;
}
.vc_btn-violet.vc_btn_outlined,
a.vc_btn-violet.vc_btn_outlined,
button.vc_btn-violet.vc_btn_outlined,
.vc_btn-violet.vc_btn_square_outlined,
a.vc_btn-violet.vc_btn_square_outlined,
button.vc_btn-violet.vc_btn_square_outlined {
color: #8d6dc4 !important;
}
.vc_btn-violet.vc_btn_outlined:hover,
a.vc_btn-violet.vc_btn_outlined:hover,
button.vc_btn-violet.vc_btn_outlined:hover,
.vc_btn-violet.vc_btn_square_outlined:hover,
a.vc_btn-violet.vc_btn_square_outlined:hover,
button.vc_btn-violet.vc_btn_square_outlined:hover {
border-color: #7c57bb;
}
.vc_btn-violet.vc_btn_3d,
a.vc_btn-violet.vc_btn_3d,
button.vc_btn-violet.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #6e48b1;
box-shadow: 0 5px 0 #6e48b1;
margin-bottom: 5px;
}
.vc_btn-violet.vc_btn_3d.vc_btn_xs,
a.vc_btn-violet.vc_btn_3d.vc_btn_xs,
button.vc_btn-violet.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #6e48b1;
box-shadow: 0 3px 0 #6e48b1;
margin-bottom: 3px;
}
.vc_btn-violet.vc_btn_3d.vc_btn_sm,
a.vc_btn-violet.vc_btn_3d.vc_btn_sm,
button.vc_btn-violet.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #6e48b1;
box-shadow: 0 4px 0 #6e48b1;
margin-bottom: 4px;
}
.vc_btn-peacoc,
a.vc_btn-peacoc,
button.vc_btn-peacoc {
background-color: #4cadc9;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-peacoc:hover,
a.vc_btn-peacoc:hover,
button.vc_btn-peacoc:hover {
background-color: #39a0bd;
color: #f7f7f7 !important;
}
.vc_btn-peacoc.vc_btn_outlined,
a.vc_btn-peacoc.vc_btn_outlined,
button.vc_btn-peacoc.vc_btn_outlined,
.vc_btn-peacoc.vc_btn_square_outlined,
a.vc_btn-peacoc.vc_btn_square_outlined,
button.vc_btn-peacoc.vc_btn_square_outlined {
color: #4cadc9 !important;
}
.vc_btn-peacoc.vc_btn_outlined:hover,
a.vc_btn-peacoc.vc_btn_outlined:hover,
button.vc_btn-peacoc.vc_btn_outlined:hover,
.vc_btn-peacoc.vc_btn_square_outlined:hover,
a.vc_btn-peacoc.vc_btn_square_outlined:hover,
button.vc_btn-peacoc.vc_btn_square_outlined:hover {
border-color: #39a0bd;
}
.vc_btn-peacoc.vc_btn_3d,
a.vc_btn-peacoc.vc_btn_3d,
button.vc_btn-peacoc.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #338faa;
box-shadow: 0 5px 0 #338faa;
margin-bottom: 5px;
}
.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #338faa;
box-shadow: 0 3px 0 #338faa;
margin-bottom: 3px;
}
.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #338faa;
box-shadow: 0 4px 0 #338faa;
margin-bottom: 4px;
}
.vc_btn-chino,
a.vc_btn-chino,
button.vc_btn-chino {
background-color: #cec2ab;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-chino:hover,
a.vc_btn-chino:hover,
button.vc_btn-chino:hover {
background-color: #c3b498;
color: #f7f7f7 !important;
}
.vc_btn-chino.vc_btn_outlined,
a.vc_btn-chino.vc_btn_outlined,
button.vc_btn-chino.vc_btn_outlined,
.vc_btn-chino.vc_btn_square_outlined,
a.vc_btn-chino.vc_btn_square_outlined,
button.vc_btn-chino.vc_btn_square_outlined {
color: #cec2ab !important;
}
.vc_btn-chino.vc_btn_outlined:hover,
a.vc_btn-chino.vc_btn_outlined:hover,
button.vc_btn-chino.vc_btn_outlined:hover,
.vc_btn-chino.vc_btn_square_outlined:hover,
a.vc_btn-chino.vc_btn_square_outlined:hover,
button.vc_btn-chino.vc_btn_square_outlined:hover {
border-color: #c3b498;
}
.vc_btn-chino.vc_btn_3d,
a.vc_btn-chino.vc_btn_3d,
button.vc_btn-chino.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #b9a888;
box-shadow: 0 5px 0 #b9a888;
margin-bottom: 5px;
}
.vc_btn-chino.vc_btn_3d.vc_btn_xs,
a.vc_btn-chino.vc_btn_3d.vc_btn_xs,
button.vc_btn-chino.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #b9a888;
box-shadow: 0 3px 0 #b9a888;
margin-bottom: 3px;
}
.vc_btn-chino.vc_btn_3d.vc_btn_sm,
a.vc_btn-chino.vc_btn_3d.vc_btn_sm,
button.vc_btn-chino.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #b9a888;
box-shadow: 0 4px 0 #b9a888;
margin-bottom: 4px;
}
.vc_btn-mulled_wine,
a.vc_btn-mulled_wine,
button.vc_btn-mulled_wine {
background-color: #50485b;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-mulled_wine:hover,
a.vc_btn-mulled_wine:hover,
button.vc_btn-mulled_wine:hover {
background-color: #413a4a;
color: #f7f7f7 !important;
}
.vc_btn-mulled_wine.vc_btn_outlined,
a.vc_btn-mulled_wine.vc_btn_outlined,
button.vc_btn-mulled_wine.vc_btn_outlined,
.vc_btn-mulled_wine.vc_btn_square_outlined,
a.vc_btn-mulled_wine.vc_btn_square_outlined,
button.vc_btn-mulled_wine.vc_btn_square_outlined {
color: #50485b !important;
}
.vc_btn-mulled_wine.vc_btn_outlined:hover,
a.vc_btn-mulled_wine.vc_btn_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_outlined:hover,
.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
a.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_square_outlined:hover {
border-color: #413a4a;
}
.vc_btn-mulled_wine.vc_btn_3d,
a.vc_btn-mulled_wine.vc_btn_3d,
button.vc_btn-mulled_wine.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #342f3c;
box-shadow: 0 5px 0 #342f3c;
margin-bottom: 5px;
}
.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #342f3c;
box-shadow: 0 3px 0 #342f3c;
margin-bottom: 3px;
}
.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #342f3c;
box-shadow: 0 4px 0 #342f3c;
margin-bottom: 4px;
}
.vc_btn-vista_blue,
a.vc_btn-vista_blue,
button.vc_btn-vista_blue {
background-color: #75d69c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-vista_blue:hover,
a.vc_btn-vista_blue:hover,
button.vc_btn-vista_blue:hover {
background-color: #5dcf8b;
color: #f7f7f7 !important;
}
.vc_btn-vista_blue.vc_btn_outlined,
a.vc_btn-vista_blue.vc_btn_outlined,
button.vc_btn-vista_blue.vc_btn_outlined,
.vc_btn-vista_blue.vc_btn_square_outlined,
a.vc_btn-vista_blue.vc_btn_square_outlined,
button.vc_btn-vista_blue.vc_btn_square_outlined {
color: #75d69c !important;
}
.vc_btn-vista_blue.vc_btn_outlined:hover,
a.vc_btn-vista_blue.vc_btn_outlined:hover,
button.vc_btn-vista_blue.vc_btn_outlined:hover,
.vc_btn-vista_blue.vc_btn_square_outlined:hover,
a.vc_btn-vista_blue.vc_btn_square_outlined:hover,
button.vc_btn-vista_blue.vc_btn_square_outlined:hover {
border-color: #5dcf8b;
}
.vc_btn-vista_blue.vc_btn_3d,
a.vc_btn-vista_blue.vc_btn_3d,
button.vc_btn-vista_blue.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #4ac97d;
box-shadow: 0 5px 0 #4ac97d;
margin-bottom: 5px;
}
.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #4ac97d;
box-shadow: 0 3px 0 #4ac97d;
margin-bottom: 3px;
}
.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #4ac97d;
box-shadow: 0 4px 0 #4ac97d;
margin-bottom: 4px;
}
.vc_btn-black,
a.vc_btn-black,
button.vc_btn-black {
background-color: #2a2a2a;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-black:hover,
a.vc_btn-black:hover,
button.vc_btn-black:hover {
background-color: #1b1b1b;
color: #f7f7f7 !important;
}
.vc_btn-black.vc_btn_outlined,
a.vc_btn-black.vc_btn_outlined,
button.vc_btn-black.vc_btn_outlined,
.vc_btn-black.vc_btn_square_outlined,
a.vc_btn-black.vc_btn_square_outlined,
button.vc_btn-black.vc_btn_square_outlined {
color: #2a2a2a !important;
}
.vc_btn-black.vc_btn_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover,
button.vc_btn-black.vc_btn_outlined:hover,
.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_square_outlined:hover,
button.vc_btn-black.vc_btn_square_outlined:hover {
border-color: #1b1b1b;
}
.vc_btn-black.vc_btn_3d,
a.vc_btn-black.vc_btn_3d,
button.vc_btn-black.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #0e0e0e;
box-shadow: 0 5px 0 #0e0e0e;
margin-bottom: 5px;
}
.vc_btn-black.vc_btn_3d.vc_btn_xs,
a.vc_btn-black.vc_btn_3d.vc_btn_xs,
button.vc_btn-black.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #0e0e0e;
box-shadow: 0 3px 0 #0e0e0e;
margin-bottom: 3px;
}
.vc_btn-black.vc_btn_3d.vc_btn_sm,
a.vc_btn-black.vc_btn_3d.vc_btn_sm,
button.vc_btn-black.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #0e0e0e;
box-shadow: 0 4px 0 #0e0e0e;
margin-bottom: 4px;
}
.vc_btn-grey,
a.vc_btn-grey,
button.vc_btn-grey {
background-color: #ebebeb;
color: #666666 !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-grey:hover,
a.vc_btn-grey:hover,
button.vc_btn-grey:hover {
background-color: #dcdcdc;
color: #5e5e5e !important;
}
.vc_btn-grey.vc_btn_outlined,
a.vc_btn-grey.vc_btn_outlined,
button.vc_btn-grey.vc_btn_outlined,
.vc_btn-grey.vc_btn_square_outlined,
a.vc_btn-grey.vc_btn_square_outlined,
button.vc_btn-grey.vc_btn_square_outlined {
color: #ebebeb !important;
}
.vc_btn-grey.vc_btn_outlined:hover,
a.vc_btn-grey.vc_btn_outlined:hover,
button.vc_btn-grey.vc_btn_outlined:hover,
.vc_btn-grey.vc_btn_square_outlined:hover,
a.vc_btn-grey.vc_btn_square_outlined:hover,
button.vc_btn-grey.vc_btn_square_outlined:hover {
border-color: #dcdcdc;
}
.vc_btn-grey.vc_btn_3d,
a.vc_btn-grey.vc_btn_3d,
button.vc_btn-grey.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #cfcfcf;
box-shadow: 0 5px 0 #cfcfcf;
margin-bottom: 5px;
}
.vc_btn-grey.vc_btn_3d.vc_btn_xs,
a.vc_btn-grey.vc_btn_3d.vc_btn_xs,
button.vc_btn-grey.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #cfcfcf;
box-shadow: 0 3px 0 #cfcfcf;
margin-bottom: 3px;
}
.vc_btn-grey.vc_btn_3d.vc_btn_sm,
a.vc_btn-grey.vc_btn_3d.vc_btn_sm,
button.vc_btn-grey.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #cfcfcf;
box-shadow: 0 4px 0 #cfcfcf;
margin-bottom: 4px;
}
.vc_btn-orange,
a.vc_btn-orange,
button.vc_btn-orange {
background-color: #f7be68;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-orange:hover,
a.vc_btn-orange:hover,
button.vc_btn-orange:hover {
background-color: #f5b14b;
color: #f7f7f7 !important;
}
.vc_btn-orange.vc_btn_outlined,
a.vc_btn-orange.vc_btn_outlined,
button.vc_btn-orange.vc_btn_outlined,
.vc_btn-orange.vc_btn_square_outlined,
a.vc_btn-orange.vc_btn_square_outlined,
button.vc_btn-orange.vc_btn_square_outlined {
color: #f7be68 !important;
}
.vc_btn-orange.vc_btn_outlined:hover,
a.vc_btn-orange.vc_btn_outlined:hover,
button.vc_btn-orange.vc_btn_outlined:hover,
.vc_btn-orange.vc_btn_square_outlined:hover,
a.vc_btn-orange.vc_btn_square_outlined:hover,
button.vc_btn-orange.vc_btn_square_outlined:hover {
border-color: #f5b14b;
}
.vc_btn-orange.vc_btn_3d,
a.vc_btn-orange.vc_btn_3d,
button.vc_btn-orange.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f4a733;
box-shadow: 0 5px 0 #f4a733;
margin-bottom: 5px;
}
.vc_btn-orange.vc_btn_3d.vc_btn_xs,
a.vc_btn-orange.vc_btn_3d.vc_btn_xs,
button.vc_btn-orange.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #f4a733;
box-shadow: 0 3px 0 #f4a733;
margin-bottom: 3px;
}
.vc_btn-orange.vc_btn_3d.vc_btn_sm,
a.vc_btn-orange.vc_btn_3d.vc_btn_sm,
button.vc_btn-orange.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #f4a733;
box-shadow: 0 4px 0 #f4a733;
margin-bottom: 4px;
}
.vc_btn-sky,
a.vc_btn-sky,
button.vc_btn-sky {
background-color: #5aa1e3;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-sky:hover,
a.vc_btn-sky:hover,
button.vc_btn-sky:hover {
background-color: #4092df;
color: #f7f7f7 !important;
}
.vc_btn-sky.vc_btn_outlined,
a.vc_btn-sky.vc_btn_outlined,
button.vc_btn-sky.vc_btn_outlined,
.vc_btn-sky.vc_btn_square_outlined,
a.vc_btn-sky.vc_btn_square_outlined,
button.vc_btn-sky.vc_btn_square_outlined {
color: #5aa1e3 !important;
}
.vc_btn-sky.vc_btn_outlined:hover,
a.vc_btn-sky.vc_btn_outlined:hover,
button.vc_btn-sky.vc_btn_outlined:hover,
.vc_btn-sky.vc_btn_square_outlined:hover,
a.vc_btn-sky.vc_btn_square_outlined:hover,
button.vc_btn-sky.vc_btn_square_outlined:hover {
border-color: #4092df;
}
.vc_btn-sky.vc_btn_3d,
a.vc_btn-sky.vc_btn_3d,
button.vc_btn-sky.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #2a86db;
box-shadow: 0 5px 0 #2a86db;
margin-bottom: 5px;
}
.vc_btn-sky.vc_btn_3d.vc_btn_xs,
a.vc_btn-sky.vc_btn_3d.vc_btn_xs,
button.vc_btn-sky.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #2a86db;
box-shadow: 0 3px 0 #2a86db;
margin-bottom: 3px;
}
.vc_btn-sky.vc_btn_3d.vc_btn_sm,
a.vc_btn-sky.vc_btn_3d.vc_btn_sm,
button.vc_btn-sky.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #2a86db;
box-shadow: 0 4px 0 #2a86db;
margin-bottom: 4px;
}
.vc_btn-green,
a.vc_btn-green,
button.vc_btn-green {
background-color: #6dab3c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-green:hover,
a.vc_btn-green:hover,
button.vc_btn-green:hover {
background-color: #5f9434;
color: #f7f7f7 !important;
}
.vc_btn-green.vc_btn_outlined,
a.vc_btn-green.vc_btn_outlined,
button.vc_btn-green.vc_btn_outlined,
.vc_btn-green.vc_btn_square_outlined,
a.vc_btn-green.vc_btn_square_outlined,
button.vc_btn-green.vc_btn_square_outlined {
color: #6dab3c !important;
}
.vc_btn-green.vc_btn_outlined:hover,
a.vc_btn-green.vc_btn_outlined:hover,
button.vc_btn-green.vc_btn_outlined:hover,
.vc_btn-green.vc_btn_square_outlined:hover,
a.vc_btn-green.vc_btn_square_outlined:hover,
button.vc_btn-green.vc_btn_square_outlined:hover {
border-color: #5f9434;
}
.vc_btn-green.vc_btn_3d,
a.vc_btn-green.vc_btn_3d,
button.vc_btn-green.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #53812d;
box-shadow: 0 5px 0 #53812d;
margin-bottom: 5px;
}
.vc_btn-green.vc_btn_3d.vc_btn_xs,
a.vc_btn-green.vc_btn_3d.vc_btn_xs,
button.vc_btn-green.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #53812d;
box-shadow: 0 3px 0 #53812d;
margin-bottom: 3px;
}
.vc_btn-green.vc_btn_3d.vc_btn_sm,
a.vc_btn-green.vc_btn_3d.vc_btn_sm,
button.vc_btn-green.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #53812d;
box-shadow: 0 4px 0 #53812d;
margin-bottom: 4px;
}
.vc_btn-juicy_pink,
a.vc_btn-juicy_pink,
button.vc_btn-juicy_pink {
background-color: #f4524d;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-juicy_pink:hover,
a.vc_btn-juicy_pink:hover,
button.vc_btn-juicy_pink:hover {
background-color: #f23630;
color: #f7f7f7 !important;
}
.vc_btn-juicy_pink.vc_btn_outlined,
a.vc_btn-juicy_pink.vc_btn_outlined,
button.vc_btn-juicy_pink.vc_btn_outlined,
.vc_btn-juicy_pink.vc_btn_square_outlined,
a.vc_btn-juicy_pink.vc_btn_square_outlined,
button.vc_btn-juicy_pink.vc_btn_square_outlined {
color: #f4524d !important;
}
.vc_btn-juicy_pink.vc_btn_outlined:hover,
a.vc_btn-juicy_pink.vc_btn_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_outlined:hover,
.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
a.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_square_outlined:hover {
border-color: #f23630;
}
.vc_btn-juicy_pink.vc_btn_3d,
a.vc_btn-juicy_pink.vc_btn_3d,
button.vc_btn-juicy_pink.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f11f18;
box-shadow: 0 5px 0 #f11f18;
margin-bottom: 5px;
}
.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #f11f18;
box-shadow: 0 3px 0 #f11f18;
margin-bottom: 3px;
}
.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #f11f18;
box-shadow: 0 4px 0 #f11f18;
margin-bottom: 4px;
}
.vc_btn-sandy_brown,
a.vc_btn-sandy_brown,
button.vc_btn-sandy_brown {
background-color: #f79468;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-sandy_brown:hover,
a.vc_btn-sandy_brown:hover,
button.vc_btn-sandy_brown:hover {
background-color: #f57f4b;
color: #f7f7f7 !important;
}
.vc_btn-sandy_brown.vc_btn_outlined,
a.vc_btn-sandy_brown.vc_btn_outlined,
button.vc_btn-sandy_brown.vc_btn_outlined,
.vc_btn-sandy_brown.vc_btn_square_outlined,
a.vc_btn-sandy_brown.vc_btn_square_outlined,
button.vc_btn-sandy_brown.vc_btn_square_outlined {
color: #f79468 !important;
}
.vc_btn-sandy_brown.vc_btn_outlined:hover,
a.vc_btn-sandy_brown.vc_btn_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_outlined:hover,
.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
a.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_square_outlined:hover {
border-color: #f57f4b;
}
.vc_btn-sandy_brown.vc_btn_3d,
a.vc_btn-sandy_brown.vc_btn_3d,
button.vc_btn-sandy_brown.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f46e33;
box-shadow: 0 5px 0 #f46e33;
margin-bottom: 5px;
}
.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #f46e33;
box-shadow: 0 3px 0 #f46e33;
margin-bottom: 3px;
}
.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #f46e33;
box-shadow: 0 4px 0 #f46e33;
margin-bottom: 4px;
}
.vc_btn-purple,
a.vc_btn-purple,
button.vc_btn-purple {
background-color: #b97ebb;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-purple:hover,
a.vc_btn-purple:hover,
button.vc_btn-purple:hover {
background-color: #ae6ab0;
color: #f7f7f7 !important;
}
.vc_btn-purple.vc_btn_outlined,
a.vc_btn-purple.vc_btn_outlined,
button.vc_btn-purple.vc_btn_outlined,
.vc_btn-purple.vc_btn_square_outlined,
a.vc_btn-purple.vc_btn_square_outlined,
button.vc_btn-purple.vc_btn_square_outlined {
color: #b97ebb !important;
}
.vc_btn-purple.vc_btn_outlined:hover,
a.vc_btn-purple.vc_btn_outlined:hover,
button.vc_btn-purple.vc_btn_outlined:hover,
.vc_btn-purple.vc_btn_square_outlined:hover,
a.vc_btn-purple.vc_btn_square_outlined:hover,
button.vc_btn-purple.vc_btn_square_outlined:hover {
border-color: #ae6ab0;
}
.vc_btn-purple.vc_btn_3d,
a.vc_btn-purple.vc_btn_3d,
button.vc_btn-purple.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #a559a8;
box-shadow: 0 5px 0 #a559a8;
margin-bottom: 5px;
}
.vc_btn-purple.vc_btn_3d.vc_btn_xs,
a.vc_btn-purple.vc_btn_3d.vc_btn_xs,
button.vc_btn-purple.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #a559a8;
box-shadow: 0 3px 0 #a559a8;
margin-bottom: 3px;
}
.vc_btn-purple.vc_btn_3d.vc_btn_sm,
a.vc_btn-purple.vc_btn_3d.vc_btn_sm,
button.vc_btn-purple.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #a559a8;
box-shadow: 0 4px 0 #a559a8;
margin-bottom: 4px;
}
.vc_btn-white,
a.vc_btn-white,
button.vc_btn-white {
background-color: #ffffff;
color: #666666 !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-white:hover,
a.vc_btn-white:hover,
button.vc_btn-white:hover {
background-color: #f0f0f0;
color: #5e5e5e !important;
}
.vc_btn-white.vc_btn_outlined,
a.vc_btn-white.vc_btn_outlined,
button.vc_btn-white.vc_btn_outlined,
.vc_btn-white.vc_btn_square_outlined,
a.vc_btn-white.vc_btn_square_outlined,
button.vc_btn-white.vc_btn_square_outlined {
color: #ffffff !important;
}
.vc_btn-white.vc_btn_outlined:hover,
a.vc_btn-white.vc_btn_outlined:hover,
button.vc_btn-white.vc_btn_outlined:hover,
.vc_btn-white.vc_btn_square_outlined:hover,
a.vc_btn-white.vc_btn_square_outlined:hover,
button.vc_btn-white.vc_btn_square_outlined:hover {
border-color: #f0f0f0;
}
.vc_btn-white.vc_btn_3d,
a.vc_btn-white.vc_btn_3d,
button.vc_btn-white.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #e3e3e3;
box-shadow: 0 5px 0 #e3e3e3;
margin-bottom: 5px;
}
.vc_btn-white.vc_btn_3d.vc_btn_xs,
a.vc_btn-white.vc_btn_3d.vc_btn_xs,
button.vc_btn-white.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #e3e3e3;
box-shadow: 0 3px 0 #e3e3e3;
margin-bottom: 3px;
}
.vc_btn-white.vc_btn_3d.vc_btn_sm,
a.vc_btn-white.vc_btn_3d.vc_btn_sm,
button.vc_btn-white.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #e3e3e3;
box-shadow: 0 4px 0 #e3e3e3;
margin-bottom: 4px;
}
.vc_btn-grace,
a.vc_btn-grace,
button.vc_btn-grace {
background-color: #aed13b;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-grace:hover,
a.vc_btn-grace:hover,
button.vc_btn-grace:hover {
background-color: #9ec02d;
color: #f7f7f7 !important;
}
.vc_btn-grace.vc_btn_outlined,
a.vc_btn-grace.vc_btn_outlined,
button.vc_btn-grace.vc_btn_outlined,
.vc_btn-grace.vc_btn_square_outlined,
a.vc_btn-grace.vc_btn_square_outlined,
button.vc_btn-grace.vc_btn_square_outlined {
color: #aed13b !important;
}
.vc_btn-grace.vc_btn_outlined:hover,
a.vc_btn-grace.vc_btn_outlined:hover,
button.vc_btn-grace.vc_btn_outlined:hover,
.vc_btn-grace.vc_btn_square_outlined:hover,
a.vc_btn-grace.vc_btn_square_outlined:hover,
button.vc_btn-grace.vc_btn_square_outlined:hover {
border-color: #9ec02d;
}
.vc_btn-grace.vc_btn_3d,
a.vc_btn-grace.vc_btn_3d,
button.vc_btn-grace.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #8dac28;
box-shadow: 0 5px 0 #8dac28;
margin-bottom: 5px;
}
.vc_btn-grace.vc_btn_3d.vc_btn_xs,
a.vc_btn-grace.vc_btn_3d.vc_btn_xs,
button.vc_btn-grace.vc_btn_3d.vc_btn_xs {
-webkit-box-shadow: 0 3px 0 #8dac28;
box-shadow: 0 3px 0 #8dac28;
margin-bottom: 3px;
}
.vc_btn-grace.vc_btn_3d.vc_btn_sm,
a.vc_btn-grace.vc_btn_3d.vc_btn_sm,
button.vc_btn-grace.vc_btn_3d.vc_btn_sm {
-webkit-box-shadow: 0 4px 0 #8dac28;
box-shadow: 0 4px 0 #8dac28;
margin-bottom: 4px;
}
.vc_btn-default,
a.vc_btn-default,
button.vc_btn-default {
color: #7d7d7d;
background-color: #ffffff;
border-color: transparent;
}
.vc_btn-default:hover,
a.vc_btn-default:hover,
button.vc_btn-default:hover,
.vc_btn-default:focus,
a.vc_btn-default:focus,
button.vc_btn-default:focus,
.vc_btn-default:active,
a.vc_btn-default:active,
button.vc_btn-default:active,
.vc_btn-default.active,
a.vc_btn-default.active,
button.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default,
.open > .dropdown-togglea.vc_btn-default,
.open > .dropdown-togglebutton.vc_btn-default {
color: #7d7d7d;
background-color: #e6e6e6;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-default:active,
a.vc_btn-default:active,
button.vc_btn-default:active,
.vc_btn-default.active,
a.vc_btn-default.active,
button.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default,
.open > .dropdown-togglea.vc_btn-default,
.open > .dropdown-togglebutton.vc_btn-default {
background-image: none;
}
.vc_btn-default.disabled,
a.vc_btn-default.disabled,
button.vc_btn-default.disabled,
.vc_btn-default[disabled],
a.vc_btn-default[disabled],
button.vc_btn-default[disabled],
fieldset[disabled] .vc_btn-default,
fieldset[disabled] a.vc_btn-default,
fieldset[disabled] button.vc_btn-default,
.vc_btn-default.disabled:hover,
a.vc_btn-default.disabled:hover,
button.vc_btn-default.disabled:hover,
.vc_btn-default[disabled]:hover,
a.vc_btn-default[disabled]:hover,
button.vc_btn-default[disabled]:hover,
fieldset[disabled] .vc_btn-default:hover,
fieldset[disabled] a.vc_btn-default:hover,
fieldset[disabled] button.vc_btn-default:hover,
.vc_btn-default.disabled:focus,
a.vc_btn-default.disabled:focus,
button.vc_btn-default.disabled:focus,
.vc_btn-default[disabled]:focus,
a.vc_btn-default[disabled]:focus,
button.vc_btn-default[disabled]:focus,
fieldset[disabled] .vc_btn-default:focus,
fieldset[disabled] a.vc_btn-default:focus,
fieldset[disabled] button.vc_btn-default:focus,
.vc_btn-default.disabled:active,
a.vc_btn-default.disabled:active,
button.vc_btn-default.disabled:active,
.vc_btn-default[disabled]:active,
a.vc_btn-default[disabled]:active,
button.vc_btn-default[disabled]:active,
fieldset[disabled] .vc_btn-default:active,
fieldset[disabled] a.vc_btn-default:active,
fieldset[disabled] button.vc_btn-default:active,
.vc_btn-default.disabled.active,
a.vc_btn-default.disabled.active,
button.vc_btn-default.disabled.active,
.vc_btn-default[disabled].active,
a.vc_btn-default[disabled].active,
button.vc_btn-default[disabled].active,
fieldset[disabled] .vc_btn-default.active,
fieldset[disabled] a.vc_btn-default.active,
fieldset[disabled] button.vc_btn-default.active {
background-color: #ffffff;
border-color: transparent;
}
.vc_btn-default .badge,
a.vc_btn-default .badge,
button.vc_btn-default .badge {
color: #ffffff;
background-color: #7d7d7d;
}
.vc_btn-primary,
a.vc_btn-primary,
button.vc_btn-primary {
color: #ffffff;
background-color: #00aef0;
border-color: transparent;
}
.vc_btn-primary:hover,
a.vc_btn-primary:hover,
button.vc_btn-primary:hover,
.vc_btn-primary:focus,
a.vc_btn-primary:focus,
button.vc_btn-primary:focus,
.vc_btn-primary:active,
a.vc_btn-primary:active,
button.vc_btn-primary:active,
.vc_btn-primary.active,
a.vc_btn-primary.active,
button.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary,
.open > .dropdown-togglea.vc_btn-primary,
.open > .dropdown-togglebutton.vc_btn-primary {
color: #ffffff;
background-color: #0089bd;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-primary:active,
a.vc_btn-primary:active,
button.vc_btn-primary:active,
.vc_btn-primary.active,
a.vc_btn-primary.active,
button.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary,
.open > .dropdown-togglea.vc_btn-primary,
.open > .dropdown-togglebutton.vc_btn-primary {
background-image: none;
}
.vc_btn-primary.disabled,
a.vc_btn-primary.disabled,
button.vc_btn-primary.disabled,
.vc_btn-primary[disabled],
a.vc_btn-primary[disabled],
button.vc_btn-primary[disabled],
fieldset[disabled] .vc_btn-primary,
fieldset[disabled] a.vc_btn-primary,
fieldset[disabled] button.vc_btn-primary,
.vc_btn-primary.disabled:hover,
a.vc_btn-primary.disabled:hover,
button.vc_btn-primary.disabled:hover,
.vc_btn-primary[disabled]:hover,
a.vc_btn-primary[disabled]:hover,
button.vc_btn-primary[disabled]:hover,
fieldset[disabled] .vc_btn-primary:hover,
fieldset[disabled] a.vc_btn-primary:hover,
fieldset[disabled] button.vc_btn-primary:hover,
.vc_btn-primary.disabled:focus,
a.vc_btn-primary.disabled:focus,
button.vc_btn-primary.disabled:focus,
.vc_btn-primary[disabled]:focus,
a.vc_btn-primary[disabled]:focus,
button.vc_btn-primary[disabled]:focus,
fieldset[disabled] .vc_btn-primary:focus,
fieldset[disabled] a.vc_btn-primary:focus,
fieldset[disabled] button.vc_btn-primary:focus,
.vc_btn-primary.disabled:active,
a.vc_btn-primary.disabled:active,
button.vc_btn-primary.disabled:active,
.vc_btn-primary[disabled]:active,
a.vc_btn-primary[disabled]:active,
button.vc_btn-primary[disabled]:active,
fieldset[disabled] .vc_btn-primary:active,
fieldset[disabled] a.vc_btn-primary:active,
fieldset[disabled] button.vc_btn-primary:active,
.vc_btn-primary.disabled.active,
a.vc_btn-primary.disabled.active,
button.vc_btn-primary.disabled.active,
.vc_btn-primary[disabled].active,
a.vc_btn-primary[disabled].active,
button.vc_btn-primary[disabled].active,
fieldset[disabled] .vc_btn-primary.active,
fieldset[disabled] a.vc_btn-primary.active,
fieldset[disabled] button.vc_btn-primary.active {
background-color: #00aef0;
border-color: transparent;
}
.vc_btn-primary .badge,
a.vc_btn-primary .badge,
button.vc_btn-primary .badge {
color: #00aef0;
background-color: #ffffff;
}
.vc_btn-success,
a.vc_btn-success,
button.vc_btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: transparent;
}
.vc_btn-success:hover,
a.vc_btn-success:hover,
button.vc_btn-success:hover,
.vc_btn-success:focus,
a.vc_btn-success:focus,
button.vc_btn-success:focus,
.vc_btn-success:active,
a.vc_btn-success:active,
button.vc_btn-success:active,
.vc_btn-success.active,
a.vc_btn-success.active,
button.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success,
.open > .dropdown-togglea.vc_btn-success,
.open > .dropdown-togglebutton.vc_btn-success {
color: #ffffff;
background-color: #449d44;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-success:active,
a.vc_btn-success:active,
button.vc_btn-success:active,
.vc_btn-success.active,
a.vc_btn-success.active,
button.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success,
.open > .dropdown-togglea.vc_btn-success,
.open > .dropdown-togglebutton.vc_btn-success {
background-image: none;
}
.vc_btn-success.disabled,
a.vc_btn-success.disabled,
button.vc_btn-success.disabled,
.vc_btn-success[disabled],
a.vc_btn-success[disabled],
button.vc_btn-success[disabled],
fieldset[disabled] .vc_btn-success,
fieldset[disabled] a.vc_btn-success,
fieldset[disabled] button.vc_btn-success,
.vc_btn-success.disabled:hover,
a.vc_btn-success.disabled:hover,
button.vc_btn-success.disabled:hover,
.vc_btn-success[disabled]:hover,
a.vc_btn-success[disabled]:hover,
button.vc_btn-success[disabled]:hover,
fieldset[disabled] .vc_btn-success:hover,
fieldset[disabled] a.vc_btn-success:hover,
fieldset[disabled] button.vc_btn-success:hover,
.vc_btn-success.disabled:focus,
a.vc_btn-success.disabled:focus,
button.vc_btn-success.disabled:focus,
.vc_btn-success[disabled]:focus,
a.vc_btn-success[disabled]:focus,
button.vc_btn-success[disabled]:focus,
fieldset[disabled] .vc_btn-success:focus,
fieldset[disabled] a.vc_btn-success:focus,
fieldset[disabled] button.vc_btn-success:focus,
.vc_btn-success.disabled:active,
a.vc_btn-success.disabled:active,
button.vc_btn-success.disabled:active,
.vc_btn-success[disabled]:active,
a.vc_btn-success[disabled]:active,
button.vc_btn-success[disabled]:active,
fieldset[disabled] .vc_btn-success:active,
fieldset[disabled] a.vc_btn-success:active,
fieldset[disabled] button.vc_btn-success:active,
.vc_btn-success.disabled.active,
a.vc_btn-success.disabled.active,
button.vc_btn-success.disabled.active,
.vc_btn-success[disabled].active,
a.vc_btn-success[disabled].active,
button.vc_btn-success[disabled].active,
fieldset[disabled] .vc_btn-success.active,
fieldset[disabled] a.vc_btn-success.active,
fieldset[disabled] button.vc_btn-success.active {
background-color: #5cb85c;
border-color: transparent;
}
.vc_btn-success .badge,
a.vc_btn-success .badge,
button.vc_btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.vc_btn-info,
a.vc_btn-info,
button.vc_btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: transparent;
}
.vc_btn-info:hover,
a.vc_btn-info:hover,
button.vc_btn-info:hover,
.vc_btn-info:focus,
a.vc_btn-info:focus,
button.vc_btn-info:focus,
.vc_btn-info:active,
a.vc_btn-info:active,
button.vc_btn-info:active,
.vc_btn-info.active,
a.vc_btn-info.active,
button.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info,
.open > .dropdown-togglea.vc_btn-info,
.open > .dropdown-togglebutton.vc_btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-info:active,
a.vc_btn-info:active,
button.vc_btn-info:active,
.vc_btn-info.active,
a.vc_btn-info.active,
button.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info,
.open > .dropdown-togglea.vc_btn-info,
.open > .dropdown-togglebutton.vc_btn-info {
background-image: none;
}
.vc_btn-info.disabled,
a.vc_btn-info.disabled,
button.vc_btn-info.disabled,
.vc_btn-info[disabled],
a.vc_btn-info[disabled],
button.vc_btn-info[disabled],
fieldset[disabled] .vc_btn-info,
fieldset[disabled] a.vc_btn-info,
fieldset[disabled] button.vc_btn-info,
.vc_btn-info.disabled:hover,
a.vc_btn-info.disabled:hover,
button.vc_btn-info.disabled:hover,
.vc_btn-info[disabled]:hover,
a.vc_btn-info[disabled]:hover,
button.vc_btn-info[disabled]:hover,
fieldset[disabled] .vc_btn-info:hover,
fieldset[disabled] a.vc_btn-info:hover,
fieldset[disabled] button.vc_btn-info:hover,
.vc_btn-info.disabled:focus,
a.vc_btn-info.disabled:focus,
button.vc_btn-info.disabled:focus,
.vc_btn-info[disabled]:focus,
a.vc_btn-info[disabled]:focus,
button.vc_btn-info[disabled]:focus,
fieldset[disabled] .vc_btn-info:focus,
fieldset[disabled] a.vc_btn-info:focus,
fieldset[disabled] button.vc_btn-info:focus,
.vc_btn-info.disabled:active,
a.vc_btn-info.disabled:active,
button.vc_btn-info.disabled:active,
.vc_btn-info[disabled]:active,
a.vc_btn-info[disabled]:active,
button.vc_btn-info[disabled]:active,
fieldset[disabled] .vc_btn-info:active,
fieldset[disabled] a.vc_btn-info:active,
fieldset[disabled] button.vc_btn-info:active,
.vc_btn-info.disabled.active,
a.vc_btn-info.disabled.active,
button.vc_btn-info.disabled.active,
.vc_btn-info[disabled].active,
a.vc_btn-info[disabled].active,
button.vc_btn-info[disabled].active,
fieldset[disabled] .vc_btn-info.active,
fieldset[disabled] a.vc_btn-info.active,
fieldset[disabled] button.vc_btn-info.active {
background-color: #5bc0de;
border-color: transparent;
}
.vc_btn-info .badge,
a.vc_btn-info .badge,
button.vc_btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.vc_btn-warning,
a.vc_btn-warning,
button.vc_btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: transparent;
}
.vc_btn-warning:hover,
a.vc_btn-warning:hover,
button.vc_btn-warning:hover,
.vc_btn-warning:focus,
a.vc_btn-warning:focus,
button.vc_btn-warning:focus,
.vc_btn-warning:active,
a.vc_btn-warning:active,
button.vc_btn-warning:active,
.vc_btn-warning.active,
a.vc_btn-warning.active,
button.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning,
.open > .dropdown-togglea.vc_btn-warning,
.open > .dropdown-togglebutton.vc_btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-warning:active,
a.vc_btn-warning:active,
button.vc_btn-warning:active,
.vc_btn-warning.active,
a.vc_btn-warning.active,
button.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning,
.open > .dropdown-togglea.vc_btn-warning,
.open > .dropdown-togglebutton.vc_btn-warning {
background-image: none;
}
.vc_btn-warning.disabled,
a.vc_btn-warning.disabled,
button.vc_btn-warning.disabled,
.vc_btn-warning[disabled],
a.vc_btn-warning[disabled],
button.vc_btn-warning[disabled],
fieldset[disabled] .vc_btn-warning,
fieldset[disabled] a.vc_btn-warning,
fieldset[disabled] button.vc_btn-warning,
.vc_btn-warning.disabled:hover,
a.vc_btn-warning.disabled:hover,
button.vc_btn-warning.disabled:hover,
.vc_btn-warning[disabled]:hover,
a.vc_btn-warning[disabled]:hover,
button.vc_btn-warning[disabled]:hover,
fieldset[disabled] .vc_btn-warning:hover,
fieldset[disabled] a.vc_btn-warning:hover,
fieldset[disabled] button.vc_btn-warning:hover,
.vc_btn-warning.disabled:focus,
a.vc_btn-warning.disabled:focus,
button.vc_btn-warning.disabled:focus,
.vc_btn-warning[disabled]:focus,
a.vc_btn-warning[disabled]:focus,
button.vc_btn-warning[disabled]:focus,
fieldset[disabled] .vc_btn-warning:focus,
fieldset[disabled] a.vc_btn-warning:focus,
fieldset[disabled] button.vc_btn-warning:focus,
.vc_btn-warning.disabled:active,
a.vc_btn-warning.disabled:active,
button.vc_btn-warning.disabled:active,
.vc_btn-warning[disabled]:active,
a.vc_btn-warning[disabled]:active,
button.vc_btn-warning[disabled]:active,
fieldset[disabled] .vc_btn-warning:active,
fieldset[disabled] a.vc_btn-warning:active,
fieldset[disabled] button.vc_btn-warning:active,
.vc_btn-warning.disabled.active,
a.vc_btn-warning.disabled.active,
button.vc_btn-warning.disabled.active,
.vc_btn-warning[disabled].active,
a.vc_btn-warning[disabled].active,
button.vc_btn-warning[disabled].active,
fieldset[disabled] .vc_btn-warning.active,
fieldset[disabled] a.vc_btn-warning.active,
fieldset[disabled] button.vc_btn-warning.active {
background-color: #f0ad4e;
border-color: transparent;
}
.vc_btn-warning .badge,
a.vc_btn-warning .badge,
button.vc_btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.vc_btn-danger,
a.vc_btn-danger,
button.vc_btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: transparent;
}
.vc_btn-danger:hover,
a.vc_btn-danger:hover,
button.vc_btn-danger:hover,
.vc_btn-danger:focus,
a.vc_btn-danger:focus,
button.vc_btn-danger:focus,
.vc_btn-danger:active,
a.vc_btn-danger:active,
button.vc_btn-danger:active,
.vc_btn-danger.active,
a.vc_btn-danger.active,
button.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger,
.open > .dropdown-togglea.vc_btn-danger,
.open > .dropdown-togglebutton.vc_btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-danger:active,
a.vc_btn-danger:active,
button.vc_btn-danger:active,
.vc_btn-danger.active,
a.vc_btn-danger.active,
button.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger,
.open > .dropdown-togglea.vc_btn-danger,
.open > .dropdown-togglebutton.vc_btn-danger {
background-image: none;
}
.vc_btn-danger.disabled,
a.vc_btn-danger.disabled,
button.vc_btn-danger.disabled,
.vc_btn-danger[disabled],
a.vc_btn-danger[disabled],
button.vc_btn-danger[disabled],
fieldset[disabled] .vc_btn-danger,
fieldset[disabled] a.vc_btn-danger,
fieldset[disabled] button.vc_btn-danger,
.vc_btn-danger.disabled:hover,
a.vc_btn-danger.disabled:hover,
button.vc_btn-danger.disabled:hover,
.vc_btn-danger[disabled]:hover,
a.vc_btn-danger[disabled]:hover,
button.vc_btn-danger[disabled]:hover,
fieldset[disabled] .vc_btn-danger:hover,
fieldset[disabled] a.vc_btn-danger:hover,
fieldset[disabled] button.vc_btn-danger:hover,
.vc_btn-danger.disabled:focus,
a.vc_btn-danger.disabled:focus,
button.vc_btn-danger.disabled:focus,
.vc_btn-danger[disabled]:focus,
a.vc_btn-danger[disabled]:focus,
button.vc_btn-danger[disabled]:focus,
fieldset[disabled] .vc_btn-danger:focus,
fieldset[disabled] a.vc_btn-danger:focus,
fieldset[disabled] button.vc_btn-danger:focus,
.vc_btn-danger.disabled:active,
a.vc_btn-danger.disabled:active,
button.vc_btn-danger.disabled:active,
.vc_btn-danger[disabled]:active,
a.vc_btn-danger[disabled]:active,
button.vc_btn-danger[disabled]:active,
fieldset[disabled] .vc_btn-danger:active,
fieldset[disabled] a.vc_btn-danger:active,
fieldset[disabled] button.vc_btn-danger:active,
.vc_btn-danger.disabled.active,
a.vc_btn-danger.disabled.active,
button.vc_btn-danger.disabled.active,
.vc_btn-danger[disabled].active,
a.vc_btn-danger[disabled].active,
button.vc_btn-danger[disabled].active,
fieldset[disabled] .vc_btn-danger.active,
fieldset[disabled] a.vc_btn-danger.active,
fieldset[disabled] button.vc_btn-danger.active {
background-color: #d9534f;
border-color: transparent;
}
.vc_btn-danger .badge,
a.vc_btn-danger .badge,
button.vc_btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.vc_button-2-wrapper {
display: inline-block;
vertical-align: middle;
}
.vc_button-2-wrapper.vc_button-2-align-left {
display: block;
text-align: left;
}
.vc_button-2-wrapper.vc_button-2-align-right {
display: block;
text-align: right;
}
.vc_button-2-wrapper.vc_button-2-align-center {
display: block;
text-align: center;
}
i.icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
margin-left: 5px;
}
.wpb_btn-large i.icon {
height: 19px;
margin-left: 9px;
}
.wpb_btn-small i.icon {
height: 15px;
}
.wpb_btn-mini i.icon {
display: none;
}
.wpb_address_book i.icon,
option.wpb_address_book {
background: url(https://0cabdb.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/address-book.png) no-repeat right center;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
background: url(https://7d5885.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/alarm-clock.png) no-repeat right center;
}
.wpb_anchor i.icon,
option.wpb_anchor {
background: url(https://f824f5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/anchor.png) no-repeat right center;
}
.wpb_application_image i.icon,
option.wpb_application_image {
background: url(https://9ba8e3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/application-image.png) no-repeat right center;
}
.wpb_arrow i.icon,
option.wpb_arrow {
background: url(https://233056.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/arrow.png) no-repeat right center;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
background: url(https://99592d.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/asterisk.png) no-repeat right center;
}
.wpb_hammer i.icon,
option.wpb_hammer {
background: url(https://a8281b.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/auction-hammer.png) no-repeat right center;
}
.wpb_balloon i.icon,
option.wpb_balloon {
background: url(https://d274e5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon.png) no-repeat right center;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
background: url(https://37486b.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon-buzz.png) no-repeat right center;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
background: url(https://a2b5df.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon-facebook.png) no-repeat right center;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
background: url(https://0edc57.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/balloon-twitter.png) no-repeat right center;
}
.wpb_battery i.icon,
option.wpb_battery {
background: url(https://18b063.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/battery-full.png) no-repeat right center;
}
.wpb_binocular i.icon,
option.wpb_binocular {
background: url(https://2ee0f3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/binocular.png) no-repeat right center;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
background: url(https://662785.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-excel.png) no-repeat right center;
}
.wpb_document_image i.icon,
option.wpb_document_image {
background: url(https://6515e6.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-image.png) no-repeat right center;
}
.wpb_document_music i.icon,
option.wpb_document_music {
background: url(https://3fa912.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-music.png) no-repeat right center;
}
.wpb_document_office i.icon,
option.wpb_document_office {
background: url(https://987d78.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-office.png) no-repeat right center;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
background: url(https://5e7633.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-pdf.png) no-repeat right center;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
background: url(https://34673a.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center;
}
.wpb_document_word i.icon,
option.wpb_document_word {
background: url(https://504590.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/blue-document-word.png) no-repeat right center;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
background: url(https://94c7b3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/bookmark.png) no-repeat right center;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
background: url(https://639de2.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/camcorder.png) no-repeat right center;
}
.wpb_camera i.icon,
option.wpb_camera {
background: url(https://ed77f5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/camera.png) no-repeat right center;
}
.wpb_chart i.icon,
option.wpb_chart {
background: url(https://0de842.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/chart.png) no-repeat right center;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
background: url(https://c98dac.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/chart-pie.png) no-repeat right center;
}
.wpb_clock i.icon,
option.wpb_clock {
background: url(https://65c881.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/clock.png) no-repeat right center;
}
.wpb_play i.icon,
option.wpb_play {
background: url(https://1b1e3e.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/control.png) no-repeat right center;
}
.wpb_fire i.icon,
option.wpb_fire {
background: url(https://cef793.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/fire.png) no-repeat right center;
}
.wpb_heart i.icon,
option.wpb_heart {
background: url(https://4eb5ba.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/heart.png) no-repeat right center;
}
.wpb_mail i.icon,
option.wpb_mail {
background: url(https://52d153.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/mail.png) no-repeat right center;
}
.wpb_shield i.icon,
option.wpb_shield {
background: url(https://60def2.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/plus-shield.png) no-repeat right center;
}
.wpb_video i.icon,
option.wpb_video {
background: url(https://b75b35.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/icons/video.png) no-repeat right center;
}
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
margin-top: 5px;
margin-bottom: 5px;
} .wpb_alert {
padding: 1em 35px 1em 25px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #faebcc;
border-radius: 5px;
color: #8a6d3b;
clear: both;
}
.wpb_alert .messagebox_text *:last-child {
margin-bottom: 0;
}
.wpb_alert.vc_alert_square {
border-radius: 0;
}
.wpb_alert.vc_alert_square_outlined {
border-radius: 0;
background: none !important;
border-width: 2px;
}
.wpb_alert.vc_alert_round {
border-radius: 50px;
}
.wpb_alert.vc_alert_outlined {
background: none !important;
border-width: 2px;
}
.wpb_alert.vc_alert_3d {
border-width: 1px 1px 1px 1px;
}
.wpb_alert-success {
color: #3c763d;
border-color: #d6e9c6;
background-color: #dff0d8;
}
.wpb_alert-success.vc_alert_outlined,
.wpb_alert-success.vc_alert_square_outlined {
color: #3c763d;
}
.wpb_alert-success.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #c1e2b3;
box-shadow: 0 5px 0 #c1e2b3;
}
.wpb_alert-error,
.wpb_alert-danger {
color: #a94442;
border-color: #ebccd1;
background-color: #f2dede;
}
.wpb_alert-error.vc_alert_outlined,
.wpb_alert-danger.vc_alert_outlined,
.wpb_alert-error.vc_alert_square_outlined,
.wpb_alert-danger.vc_alert_square_outlined {
color: #a94442;
}
.wpb_alert-error.vc_alert_3d,
.wpb_alert-danger.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #e4b9b9;
box-shadow: 0 5px 0 #e4b9b9;
}
.wpb_alert-info {
color: #31708f;
border-color: #bce8f1;
background-color: #d9edf7;
}
.wpb_alert-info.vc_alert_outlined,
.wpb_alert-info.vc_alert_square_outlined {
color: #31708f;
}
.wpb_alert-info.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #afd9ee;
box-shadow: 0 5px 0 #afd9ee;
}
.wpb_alert-warning {
color: #8a6d3b;
border-color: #faebcc;
background-color: #fcf8e3;
}
.wpb_alert-warning.vc_alert_outlined,
.wpb_alert-warning.vc_alert_square_outlined {
color: #8a6d3b;
}
.wpb_alert-warning.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #f7ecb5;
box-shadow: 0 5px 0 #f7ecb5;
}
.wpb_alert .messagebox_text,
.wpb_alert-warning .messagebox_text {
padding-left: 40px;
background: url(https://4fcc36.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/alert.png) no-repeat left center;
}
.wpb_alert-info .messagebox_text {
background: url(https://ba59d5.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/info.png) no-repeat left center;
}
.wpb_alert-success .messagebox_text {
background: url(https://4a30a3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/tick.png) no-repeat left center;
}
.wpb_alert-error .messagebox_text,
.wpb_alert-danger .messagebox_text {
background: url(https://d10c4b.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/exclamation.png) no-repeat left center;
} .vc_message_box {
position: relative;
border-width: 1px;
border-style: solid;
background: #fff;
padding: 14px 55px 13px 4em;
}
.vc_message_box .close {
position: absolute;
right: 19px;
top: 50%;
cursor: pointer;
color: #b2b2b2;
margin-top: -11px;
}
.vc_message_box .close::before {
content: '\ee3e';
font-family: 'fontello';
color: inherit;
font-size: 22px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.vc_message_box .close:hover::before { color: #333; }
.vc_message_box > p { margin: 0; }
.vc_message_box-icon {
bottom: 0;
font-size: 1em;
font-style: normal;
font-weight: normal;
left: 0;
position: absolute;
top: 0;
width: 4em;
}
.vc_message_box-icon > * {
font-size: 1.7em;
line-height: 1;
font-weight: normal;
font-style: normal;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_message_box-icon > .fa {
font-size: 1.7em;
line-height: 1;
}
.vc_message_box i {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_color-blue.vc_message_box {
color: #364a8a;
border-color: #c5cff0;
background-color: #edf1fa;
}
.vc_color-blue.vc_message_box .vc_message_box-icon {
color: #5472d2;
}
.vc_color-blue.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #5472d2;
}
.vc_color-blue.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-blue.vc_message_box-outline,
.vc_color-blue.vc_message_box-solid-icon {
color: #364a8a;
border-color: #5472d2;
background-color: transparent;
}
.vc_color-blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
color: #5472d2;
}
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #5472d2;
}
.vc_color-blue.vc_message_box-3d {
box-shadow: 0 5px 0 #9daee5;
}
.vc_color-turquoise.vc_message_box {
color: #085b61;
border-color: #c6ecee;
background-color: #ebfcfd;
}
.vc_color-turquoise.vc_message_box .vc_message_box-icon {
color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-turquoise.vc_message_box-outline,
.vc_color-turquoise.vc_message_box-solid-icon {
color: #085b61;
border-color: #00c1cf;
background-color: transparent;
}
.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-3d {
box-shadow: 0 5px 0 #9fdee3;
}
.vc_color-pink.vc_message_box {
color: #d82e21;
border-color: #ffd8d6;
background-color: #fff0ef;
}
.vc_color-pink.vc_message_box .vc_message_box-icon {
color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-pink.vc_message_box-outline,
.vc_color-pink.vc_message_box-solid-icon {
color: #d82e21;
border-color: #fe6c61;
background-color: transparent;
}
.vc_color-pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #fe6c61;
}
.vc_color-pink.vc_message_box-3d {
box-shadow: 0 5px 0 #fea9a3;
}
.vc_color-violet.vc_message_box {
color: #5e4a81;
border-color: #d4c8e9;
background-color: #f0ecf7;
}
.vc_color-violet.vc_message_box .vc_message_box-icon {
color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-violet.vc_message_box-outline,
.vc_color-violet.vc_message_box-solid-icon {
color: #5e4a81;
border-color: #8d6dc4;
background-color: transparent;
}
.vc_color-violet.vc_message_box-outline .vc_message_box-icon,
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #8d6dc4;
}
.vc_color-violet.vc_message_box-3d {
box-shadow: 0 5px 0 #b8a3da;
}
.vc_color-peacoc.vc_message_box {
color: #366a79;
border-color: #c2e3ec;
background-color: #e9f5f8;
}
.vc_color-peacoc.vc_message_box .vc_message_box-icon {
color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-peacoc.vc_message_box-outline,
.vc_color-peacoc.vc_message_box-solid-icon {
color: #366a79;
border-color: #4cadc9;
background-color: transparent;
}
.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-3d {
box-shadow: 0 5px 0 #9ad1e1;
}
.vc_color-chino.vc_message_box {
color: #978258;
border-color: #e5ded2;
background-color: #f7f5f2;
}
.vc_color-chino.vc_message_box .vc_message_box-icon {
color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-chino.vc_message_box-outline,
.vc_color-chino.vc_message_box-solid-icon {
color: #978258;
border-color: #cec2ab;
background-color: transparent;
}
.vc_color-chino.vc_message_box-outline .vc_message_box-icon,
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #cec2ab;
}
.vc_color-chino.vc_message_box-3d {
box-shadow: 0 5px 0 #d2c7b1;
}
.vc_color-mulled_wine.vc_message_box {
color: #1e1b22;
border-color: #d0ccd6;
background-color: #eae8ed;
}
.vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-mulled_wine.vc_message_box-outline,
.vc_color-mulled_wine.vc_message_box-solid-icon {
color: #1e1b22;
border-color: #50485b;
background-color: transparent;
}
.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-3d {
box-shadow: 0 5px 0 #b6afc0;
}
.vc_color-vista_blue.vc_message_box {
color: #3e8e5e;
border-color: #bcebcf;
background-color: #e3f7eb;
}
.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-vista_blue.vc_message_box-outline,
.vc_color-vista_blue.vc_message_box-solid-icon {
color: #3e8e5e;
border-color: #75d69c;
background-color: transparent;
}
.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 {
color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-3d {
box-shadow: 0 5px 0 #94dfb3;
}
.vc_color-orange.vc_message_box {
color: #c3811c;
border-color: #fbe1ba;
background-color: #fef6eb;
}
.vc_color-orange.vc_message_box .vc_message_box-icon {
color: #f7be68;
}
.vc_color-orange.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f7be68;
}
.vc_color-orange.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-orange.vc_message_box-outline,
.vc_color-orange.vc_message_box-solid-icon {
color: #c3811c;
border-color: #f7be68;
background-color: transparent;
}
.vc_color-orange.vc_message_box-outline .vc_message_box-icon,
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
color: #f7be68;
}
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f7be68;
}
.vc_color-orange.vc_message_box-3d {
box-shadow: 0 5px 0 #f9cd8a;
}
.vc_color-sky.vc_message_box {
color: #2a6194;
border-color: #bedaf4;
background-color: #eaf3fb;
}
.vc_color-sky.vc_message_box .vc_message_box-icon {
color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-sky.vc_message_box-outline,
.vc_color-sky.vc_message_box-solid-icon {
color: #2a6194;
border-color: #5aa1e3;
background-color: transparent;
}
.vc_color-sky.vc_message_box-outline .vc_message_box-icon,
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #5aa1e3;
}
.vc_color-sky.vc_message_box-3d {
box-shadow: 0 5px 0 #93c1ed;
}
.vc_color-green.vc_message_box {
color: #3e562b;
border-color: #c2e1a9;
background-color: #eaf5e2;
}
.vc_color-green.vc_message_box .vc_message_box-icon {
color: #6dab3c;
}
.vc_color-green.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #6dab3c;
}
.vc_color-green.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-green.vc_message_box-outline,
.vc_color-green.vc_message_box-solid-icon {
color: #3e562b;
border-color: #6dab3c;
background-color: transparent;
}
.vc_color-green.vc_message_box-outline .vc_message_box-icon,
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
color: #6dab3c;
}
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #6dab3c;
}
.vc_color-green.vc_message_box-3d {
box-shadow: 0 5px 0 #a7d484;
}
.vc_color-juicy_pink.vc_message_box {
color: #a3231f;
border-color: #fbc7c5;
background-color: #fef5f5;
}
.vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-juicy_pink.vc_message_box-outline,
.vc_color-juicy_pink.vc_message_box-solid-icon {
color: #a3231f;
border-color: #f4524d;
background-color: transparent;
}
.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-3d {
box-shadow: 0 5px 0 #f89895;
}
.vc_color-sandy_brown.vc_message_box {
color: #c3501c;
border-color: #fbceba;
background-color: #fef1eb;
}
.vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-sandy_brown.vc_message_box-outline,
.vc_color-sandy_brown.vc_message_box-solid-icon {
color: #c3501c;
border-color: #f79468;
background-color: transparent;
}
.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-3d {
box-shadow: 0 5px 0 #f9ac8a;
}
.vc_color-purple.vc_message_box {
color: #886389;
border-color: #e3cbe3;
background-color: #f5ecf5;
}
.vc_color-purple.vc_message_box .vc_message_box-icon {
color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-purple.vc_message_box-outline,
.vc_color-purple.vc_message_box-solid-icon {
color: #886389;
border-color: #b97ebb;
background-color: transparent;
}
.vc_color-purple.vc_message_box-outline .vc_message_box-icon,
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #b97ebb;
}
.vc_color-purple.vc_message_box-3d {
box-shadow: 0 5px 0 #d1a9d2;
}
.vc_color-black.vc_message_box {
color: #ffffff;
border-color: #2a2a2a;
background-color: #3c3c3c;
}
.vc_color-black.vc_message_box .vc_message_box-icon {
color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-solid-icon {
color: #ffffff;
border-color: #2a2a2a;
background-color: transparent;
}
.vc_color-black.vc_message_box-outline .vc_message_box-icon,
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #2a2a2a;
}
.vc_color-black.vc_message_box-3d {
box-shadow: 0 5px 0 #101010;
}
.vc_color-grey.vc_message_box {
color: #858585;
border-color: #d2d2d2;
background-color: #ebebeb;
}
.vc_color-grey.vc_message_box .vc_message_box-icon {
color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid {
color: #858585;
border-color: transparent;
background-color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid .vc_message_box-icon {
color: #858585;
}
.vc_color-grey.vc_message_box-outline,
.vc_color-grey.vc_message_box-solid-icon {
color: #858585;
border-color: #ebebeb;
background-color: transparent;
}
.vc_color-grey.vc_message_box-outline .vc_message_box-icon,
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
color: #858585;
background-color: #ebebeb;
}
.vc_color-grey.vc_message_box-3d {
box-shadow: 0 5px 0 #b8b8b8;
}
.vc_color-white.vc_message_box {
color: #b3b3b3;
border-color: #e6e6e6;
background-color: #ffffff;
}
.vc_color-white.vc_message_box .vc_message_box-icon {
color: #ffffff;
}
.vc_color-white.vc_message_box-solid {
color: #b3b3b3;
border-color: transparent;
background-color: #ffffff;
}
.vc_color-white.vc_message_box-solid .vc_message_box-icon {
color: #b3b3b3;
}
.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-solid-icon {
color: #b3b3b3;
border-color: #ffffff;
background-color: transparent;
}
.vc_color-white.vc_message_box-outline .vc_message_box-icon,
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
}
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
color: #b3b3b3;
background-color: #ffffff;
}
.vc_color-white.vc_message_box-3d {
box-shadow: 0 5px 0 #cccccc;
}
.vc_color-info.vc_message_box {
color: #5e7f96;
border-color: #cfebfe;
background-color: #dff2fe;
}
.vc_color-info.vc_message_box .vc_message_box-icon {
color: #56b0ee;
}
.vc_color-info.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #56b0ee;
}
.vc_color-info.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-info.vc_message_box-outline,
.vc_color-info.vc_message_box-solid-icon {
color: #5e7f96;
border-color: #56b0ee;
background-color: transparent;
}
.vc_color-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #56b0ee;
}
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #56b0ee;
}
.vc_color-info.vc_message_box-3d {
box-shadow: 0 5px 0 #9dd6fd;
}
.vc_color-success.vc_message_box {
color: #5e7f96;
border-color: #cfebfe;
background-color: #e6fdf8;
}
.vc_color-success.vc_message_box .vc_message_box-icon {
color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-success.vc_message_box-outline,
.vc_color-success.vc_message_box-solid-icon {
color: #5e7f96;
border-color: #1bbc9b;
background-color: transparent;
}
.vc_color-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #1bbc9b;
}
.vc_color-success.vc_message_box-3d {
box-shadow: 0 5px 0 #9dd6fd;
}
.vc_color-warning.vc_message_box {
color: #9d8967;
border-color: #ffeccc;
background-color: #fff4e2;
}
.vc_color-warning.vc_message_box .vc_message_box-icon {
color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-warning.vc_message_box-outline,
.vc_color-warning.vc_message_box-solid-icon {
color: #9d8967;
border-color: #fcb53f;
background-color: transparent;
}
.vc_color-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #fcb53f;
}
.vc_color-warning.vc_message_box-3d {
box-shadow: 0 5px 0 #ffd999;
}
.vc_color-danger.vc_message_box {
color: #a85959;
border-color: #fedede;
background-color: #fdeaea;
}
.vc_color-danger.vc_message_box .vc_message_box-icon {
color: #ff7877;
}
.vc_color-danger.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #ff7877;
}
.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-danger.vc_message_box-outline,
.vc_color-danger.vc_message_box-solid-icon {
color: #a85959;
border-color: #ff7877;
background-color: transparent;
}
.vc_color-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ff7877;
}
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #ff7877;
}
.vc_color-danger.vc_message_box-3d {
box-shadow: 0 5px 0 #fdacac;
}
.vc_color-alert-info.vc_message_box {
color: #018bc8;
}
.vc_color-alert-info.vc_message_box .vc_message_box-icon {
color: #018bc8;
}
.vc_color-alert-info.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #67cce0;
}
.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-info.vc_message_box-outline,
.vc_color-alert-info.vc_message_box-solid-icon {
color: #31708f;
border-color: #67cce0;
background-color: transparent;
}
.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #67cce0;
}
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #67cce0;
}
.vc_color-alert-info.vc_message_box-3d {
box-shadow: 0 5px 0 #91d9e8;
}
.vc_color-alert-success.vc_message_box {
color: #269300;
}
.vc_color-alert-success.vc_message_box .vc_message_box-icon {
color: #269300;
}
.vc_color-alert-success.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #9ad36a;
}
.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-success.vc_message_box-outline,
.vc_color-alert-success.vc_message_box-solid-icon {
color: #3c763d;
border-color: #9ad36a;
background-color: transparent;
}
.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #9ad36a;
}
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #9ad36a;
}
.vc_color-alert-success.vc_message_box-3d {
box-shadow: 0 5px 0 #bbdba1;
}
.vc_color-alert-warning.vc_message_box {
color: #ff7b1a;
}
.vc_color-alert-warning.vc_message_box .vc_message_box-icon {
color: #ff7b1a;
}
.vc_color-alert-warning.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f9cf79;
}
.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-warning.vc_message_box-outline,
.vc_color-alert-warning.vc_message_box-solid-icon {
color: #8a6d3b;
border-color: #f9cf79;
background-color: transparent;
}
.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #f9cf79;
}
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f9cf79;
}
.vc_color-alert-warning.vc_message_box-3d {
box-shadow: 0 5px 0 #f5d89e;
}
.vc_color-alert-danger.vc_message_box {
color: #ff0000;
}
.vc_color-alert-danger.vc_message_box .vc_message_box-icon {
color: #ff0000;
}
.vc_color-alert-danger.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #ef8495;
}
.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-danger.vc_message_box-outline,
.vc_color-alert-danger.vc_message_box-solid-icon {
color: #a94442;
border-color: #ef8495;
background-color: transparent;
}
.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ef8495;
}
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #ef8495;
}
.vc_color-alert-danger.vc_message_box-3d {
box-shadow: 0 5px 0 #dca7b0;
}
.vc_color-black.vc_message_box .vc_message_box-icon {
color: #ffffff;
}
.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-outline .vc_message_box-icon {
color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid-icon {
color: #2a2a2a;
}
.vc_color-grey.vc_message_box .vc_message_box-icon {
color: #858585;
}
.vc_color-white.vc_message_box .vc_message_box-icon {
color: #b3b3b3;
}
.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-outline .vc_message_box-icon {
color: #ffffff;
}
.vc_color-white.vc_message_box-solid-icon {
color: #ffffff;
}
.vc_message_box-outline,
.vc_message_box-solid-icon {
border-width: 2px;
}
.vc_message_box-solid-icon .vc_message_box-icon {
width: 3.25em;
}
.vc_message_box-rounded {
border-radius: 3px;
}
.vc_message_box-round {
border-radius: 4em;
}   .wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child, #content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child,
.after-content-holder .wpb_row
{
margin-bottom: 0;
}
.wpb_row:not(:last-child),
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_video_widget.wpb_content_element,
.wpb_button
{
margin-bottom: 40px;
}
.wpb_content_element { margin-bottom: 30px; }
.wpb_layerslider_element.wpb_content_element,
.banner-area.wpb_content_element,
.vc_wp_categories.wpb_content_element
{
margin-bottom: 0;
}
.vc_col-sm-4 .wpb_content_element.banner-area:not(:last-child),
.vc_col-sm-6 .wpb_content_element.banner-area:not(:last-child) { margin-bottom: 30px; }
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest, .wpb_accordion .wpb_content_element,
.wpb_toggle_content {
margin-bottom: 21.73913043px;
}
.wpb_column > .wpb_wrapper > *:last-child {
margin-bottom: 0;
}
.vc_row.vc_row-no-padding .wpb_column {
padding-left: 0;
padding-right: 0;
}
.vc_row[data-vc-full-width] {
-webkit-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.vc_row[data-vc-full-width-init="false"] {
opacity: 0;
filter: alpha(opacity=0);
} .vc_parallax {
position: relative;
overflow: hidden;
}
.vc_parallax > * {
position: relative;
z-index: 1;
}
.vc_parallax .vc_parallax-inner {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 0;
background-attachment: scroll;
background-color: transparent;
background-image: inherit;
background-size: cover;
z-index: 0;
background-position: 50% 0%;
}
.vc_parallax-inner iframe {
max-width: 1000%;
}
.vc_video-bg-container {
position: relative;
}
.vc_video-bg {
height: 100%;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0;
}
.vc_video-bg iframe {
max-width: 1000%;
} .vc_row.vc_row-o-full-height {
min-height: 100vh;
}
.vc_row.vc_row-o-content-middle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box;
} .fb_type_standard {
height: 25px;
}
.fb_type_standard iframe {
height: 25px;
}
.fb_type_button_count {
height: 20px;
}
.fb_type_button_count iframe {
height: 20px;
}
.fb_type_box_count {
height: 62px;
}
.fb_type_box_count iframe {
height: 62px;
} .wpb_googleplus_type_standard {
height: 25px;
}
.wpb_googleplus_type_small {
height: 19px;
}
.wpb_googleplus_type_medium {
height: 21px;
}
.wpb_googleplus_type_tall {
height: 21px;
}
.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
height: 62px;
} .wpb_pinterest_type_horizontal {
height: 21px;
}
.wpb_pinterest_type_vertical {
height: 60px;
}
.wpb_pinterest_type_none {
height: 21px;
} iframe.twitter-share-button {
margin: 0;
}
.vc_toggle {
display: block;
margin: 0 0 21.73913043px 0;
padding: 0;
font-size: 1em;
}
.vc_toggle:last-of-type {
margin-bottom: 35px;
}
.vc_toggle_title {
cursor: pointer;
display: block;
margin: 0;
padding: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: normal;
}
.vc_toggle_title > h4 {
display: inline;
}
.vc_toggle_icon {
display: none;
position: relative;
vertical-align: middle;
}
.vc_toggle_content {
display: none;
margin-bottom: 21.73913043px;
margin-top: 1em;
overflow: hidden;
padding: 0;
}
.vc_toggle.vc_toggle_active > .vc_toggle_content {
display: block;
}
.vc_toggle_simple .vc_toggle_icon {
border: 0 solid transparent;
border-radius: 0;
display: inline-block;
}
.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_simple .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_simple .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_simple .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_simple .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_simple .vc_toggle_icon {
margin-left: 2px;
}
.vc_toggle_round .vc_toggle_icon {
border: 2px solid transparent;
border-radius: 50%;
display: inline-block;
}
.vc_toggle_round .vc_toggle_icon::before,
.vc_toggle_round .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_round .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_round .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_round .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_round .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_round .vc_toggle_icon::before,
.vc_toggle_round .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_rounded .vc_toggle_icon {
border: 2px solid transparent;
border-radius: 20%;
display: inline-block;
}
.vc_toggle_rounded .vc_toggle_icon::before,
.vc_toggle_rounded .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_rounded .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_rounded .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_rounded .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_rounded .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_rounded .vc_toggle_icon::before,
.vc_toggle_rounded .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_square .vc_toggle_icon {
border: 2px solid transparent;
border-radius: 0;
display: inline-block;
}
.vc_toggle_square .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_square .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_square .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_square .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_square .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_square .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_text_only .vc_toggle_icon {
display: none;
}
.vc_toggle_arrow .vc_toggle_icon {
display: inline-block;
}
.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_arrow .vc_toggle_icon::after {
content: '';
border-style: solid;
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.vc_toggle_arrow .vc_toggle_icon::before {
border-left: none;
border-top: none;
}
.vc_toggle_arrow .vc_toggle_icon::after {
border-right: none;
border-bottom: none;
visibility: hidden;
}
.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
visibility: hidden;
}
.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
visibility: visible;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 10px;
margin-left: -5px;
width: 10px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -10px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -5px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #2a2a2a;
background: transparent;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #444444;
background: transparent;
}
.vc_toggle_default {
margin-bottom: 0;
}
.vc_toggle_default .vc_toggle_title {
padding: 16px 65px 13px 19px;
border: 1px solid #DFDFDF;
background-color: #fff;
color: #333;
}
.vc_toggle_default:not(:first-of-type) .vc_toggle_title,
.vc_toggle_default.vc_toggle_active + .vc_toggle_default .vc_toggle_title {
margin-top: -1px;
}
.vc_toggle_default:not(:last-of-type) .vc_toggle_title,
.vc_toggle_default.vc_toggle_active .vc_toggle_title {
margin-bottom: -1px;
}
.vc_toggle_default:first-of-type .vc_toggle_title {
border-radius: 5px 5px 0 0;
}
.vc_toggle_default:not(.vc_toggle_active):last-of-type .vc_toggle_title,
.vc_toggle_default.vc_toggle_active:last-of-type .vc_toggle_content {
border-radius: 0 0 5px 5px;
}
.vc_toggle_default .vc_toggle_content {
margin: 0;
padding: 24px;
border: 1px solid #DFDFDF;
background-color: #fff;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
position: absolute;
right: 19px;
left: auto;
top: 50%;
margin-top: -15px;
text-align: center;
display: block;
width: 30px;
height: 30px;
background-color: #f8f8f8;
border-radius: 3px;
-webkit-transition: background-color .7s ease, color .7s ease;
transition: background-color .7s ease, color .7s ease;
}
.vc_toggle_default .vc_toggle_icon::after {
content: '\f011';
text-align: center;
font-size: 15px;
font-family: 'fontello';
line-height: 30px;
font-style: normal;
-webkit-transition: background-color .7s ease, color .7s ease;
transition: background-color .7s ease, color .7s ease;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after {
content: '\ece8';
}
.vc_toggle_default:not(.vc_toggle_active) .vc_toggle_title:hover .vc_toggle_icon::after {
color: #fff;
}
.vc_toggle_size_md.vc_toggle_default:not(.vc_toggle_active) .vc_toggle_title:hover .vc_toggle_icon {
background-color: #018bc8;
}
.vc_toggle_default .vc_toggle_icon::after {
color: #018bc8;
}
.vc_toggle_default .vc_toggle_icon::before { }
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after { }
.vc_toggle.vc_toggle_default .vc_toggle_icon {    }
.vc_toggle.vc_toggle_default .vc_toggle_icon::before {  }
.vc_toggle.vc_toggle_default .vc_toggle_icon::after {  }
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after {
background-color: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_blue .vc_toggle_icon {
background-color: #5472d2;
border-color: transparent;
}
.vc_toggle_color_blue .vc_toggle_icon::before,
.vc_toggle_color_blue .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #5472d2;
}
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
background-color: #7c93dd;
}
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon {
background: #5472d2;
border-color: #3354c0;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
border-color: #3354c0;
background: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
background: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #7c93dd;
border-color: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #5472d2;
background: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #5472d2;
background: transparent;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #7c93dd;
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after {
background-color: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_turquoise .vc_toggle_icon {
background-color: #00c1cf;
border-color: transparent;
}
.vc_toggle_color_turquoise .vc_toggle_icon::before,
.vc_toggle_color_turquoise .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #00c1cf;
}
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
background-color: #00919c;
}
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon {
background: #00c1cf;
border-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
border-color: #00919c;
background: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
background: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #00919c;
border-color: #006269;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #006269;
background: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #00c1cf;
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #00919c;
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after {
background-color: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_pink .vc_toggle_icon {
background-color: #fe6c61;
border-color: transparent;
}
.vc_toggle_color_pink .vc_toggle_icon::before,
.vc_toggle_color_pink .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #fe6c61;
}
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
background-color: #fe9b94;
}
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon {
background: #fe6c61;
border-color: #fe3d2e;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
border-color: #fe3d2e;
background: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
background: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #fe9b94;
border-color: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #fe6c61;
background: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #fe6c61;
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #fe9b94;
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after {
background-color: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_violet .vc_toggle_icon {
background-color: #8d6dc4;
border-color: transparent;
}
.vc_toggle_color_violet .vc_toggle_icon::before,
.vc_toggle_color_violet .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #8d6dc4;
}
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
background-color: #a991d3;
}
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon {
background: #8d6dc4;
border-color: #7149b5;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
border-color: #7149b5;
background: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
background: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #a991d3;
border-color: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #8d6dc4;
background: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #8d6dc4;
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #a991d3;
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after {
background-color: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_peacoc .vc_toggle_icon {
background-color: #4cadc9;
border-color: transparent;
}
.vc_toggle_color_peacoc .vc_toggle_icon::before,
.vc_toggle_color_peacoc .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #4cadc9;
}
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
background-color: #73bfd5;
}
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon {
background: #4cadc9;
border-color: #3492ae;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
border-color: #3492ae;
background: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
background: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #73bfd5;
border-color: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #4cadc9;
background: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #4cadc9;
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #73bfd5;
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after {
background-color: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_chino .vc_toggle_icon {
background-color: #cec2ab;
border-color: transparent;
}
.vc_toggle_color_chino .vc_toggle_icon::before,
.vc_toggle_color_chino .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #cec2ab;
}
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
background-color: #e1d9cb;
}
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon {
background: #cec2ab;
border-color: #bbab8b;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
border-color: #bbab8b;
background: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
background: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #e1d9cb;
border-color: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #cec2ab;
background: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #cec2ab;
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #e1d9cb;
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after {
background-color: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_mulled_wine .vc_toggle_icon {
background-color: #50485b;
border-color: transparent;
}
.vc_toggle_color_mulled_wine .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #50485b;
}
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
background-color: #695f77;
}
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon {
background: #50485b;
border-color: #37313f;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
border-color: #37313f;
background: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
background: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #695f77;
border-color: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #50485b;
background: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #50485b;
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #695f77;
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after {
background-color: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_vista_blue .vc_toggle_icon {
background-color: #75d69c;
border-color: transparent;
}
.vc_toggle_color_vista_blue .vc_toggle_icon::before,
.vc_toggle_color_vista_blue .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #75d69c;
}
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
background-color: #9ce2b8;
}
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon {
background: #75d69c;
border-color: #4eca80;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
border-color: #4eca80;
background: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
background: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #9ce2b8;
border-color: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #75d69c;
background: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #75d69c;
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #9ce2b8;
background: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_black .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_color_black .vc_toggle_icon::before,
.vc_toggle_color_black .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon {
background: #2a2a2a;
border-color: #101010;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
border-color: #101010;
background: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
background: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #444444;
border-color: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #2a2a2a;
background: #444444;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #444444;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #2a2a2a;
background: transparent;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #444444;
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after {
background-color: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_grey .vc_toggle_icon {
background-color: #ebebeb;
border-color: transparent;
}
.vc_toggle_color_grey .vc_toggle_icon::before,
.vc_toggle_color_grey .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #ebebeb;
}
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
background-color: #d2d2d2;
}
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon {
background: #ebebeb;
border-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
border-color: #d2d2d2;
background: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
background: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #d2d2d2;
border-color: #b8b8b8;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #b8b8b8;
background: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #ebebeb;
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #d2d2d2;
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after {
background-color: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fad398;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_orange .vc_toggle_icon {
background-color: #f7be68;
border-color: transparent;
}
.vc_toggle_color_orange .vc_toggle_icon::before,
.vc_toggle_color_orange .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #f7be68;
}
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
background-color: #fad398;
}
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #fad398;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fad398;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon {
background: #f7be68;
border-color: #f4a938;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
border-color: #f4a938;
background: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
background: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #fad398;
border-color: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #f7be68;
background: #fad398;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #fad398;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #f7be68;
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #fad398;
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after {
background-color: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #86baea;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sky .vc_toggle_icon {
background-color: #5aa1e3;
border-color: transparent;
}
.vc_toggle_color_sky .vc_toggle_icon::before,
.vc_toggle_color_sky .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #5aa1e3;
}
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
background-color: #86baea;
}
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #86baea;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #86baea;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon {
background: #5aa1e3;
border-color: #2e88dc;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
border-color: #2e88dc;
background: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
background: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #86baea;
border-color: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #5aa1e3;
background: #86baea;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #86baea;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #5aa1e3;
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #86baea;
background: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after {
background-color: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #87c456;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_green .vc_toggle_icon {
background-color: #6dab3c;
border-color: transparent;
}
.vc_toggle_color_green .vc_toggle_icon::before,
.vc_toggle_color_green .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #6dab3c;
}
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
background-color: #87c456;
}
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #87c456;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #87c456;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon {
background: #6dab3c;
border-color: #55852f;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
border-color: #55852f;
background: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
background: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #87c456;
border-color: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #6dab3c;
background: #87c456;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #87c456;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #6dab3c;
background: transparent;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #87c456;
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after {
background-color: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_juicy_pink .vc_toggle_icon {
background-color: #f4524d;
border-color: transparent;
}
.vc_toggle_color_juicy_pink .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #f4524d;
}
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
background-color: #f7817d;
}
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon {
background: #f4524d;
border-color: #f1231d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
border-color: #f1231d;
background: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
background: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #f7817d;
border-color: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #f4524d;
background: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #f4524d;
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #f7817d;
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after {
background-color: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sandy_brown .vc_toggle_icon {
background-color: #f79468;
border-color: transparent;
}
.vc_toggle_color_sandy_brown .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #f79468;
}
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
background-color: #fab698;
}
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon {
background: #f79468;
border-color: #f47238;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
border-color: #f47238;
background: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
background: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #fab698;
border-color: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #f79468;
background: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #f79468;
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #fab698;
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after {
background-color: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_purple .vc_toggle_icon {
background-color: #b97ebb;
border-color: transparent;
}
.vc_toggle_color_purple .vc_toggle_icon::before,
.vc_toggle_color_purple .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #b97ebb;
}
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
background-color: #cb9fcd;
}
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon {
background: #b97ebb;
border-color: #a75da9;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
border-color: #a75da9;
background: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
background: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #cb9fcd;
border-color: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #b97ebb;
background: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #b97ebb;
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #cb9fcd;
background: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_white .vc_toggle_icon {
background-color: #ffffff;
border-color: transparent;
}
.vc_toggle_color_white .vc_toggle_icon::before,
.vc_toggle_color_white .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #ffffff;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
background-color: #e6e6e6;
}
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
background: #ffffff;
border-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
border-color: #e6e6e6;
background: #ffffff;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
background: #ffffff;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #e6e6e6;
border-color: #cccccc;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #cccccc;
background: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #ffffff;
background: transparent;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #e6e6e6;
background: transparent;
}
.vc_toggle_size_sm .vc_toggle_icon {
height: 16px;
width: 16px;
}
.vc_toggle_size_sm .vc_toggle_icon::before {
height: 2px;
width: 8px;
}
.vc_toggle_size_sm .vc_toggle_icon::after {
height: 8px;
width: 2px;
}              .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
height: 16px;
width: 16px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 8px;
margin-left: -4px;
width: 8px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -8px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -4px;
}
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content, {
padding-left: 24px;
}
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon, {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}    .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
margin-left: 8px;
}
.vc_toggle_size_md .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_size_md .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_size_md .vc_toggle_icon::after {
height: 10px;
width: 2px;
}              .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 10px;
margin-left: -5px;
width: 10px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -10px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -5px;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content, {
padding-left: 33px;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}    .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
margin-left: 11px;
}
.vc_toggle_size_lg .vc_toggle_icon {
height: 28px;
width: 28px;
}
.vc_toggle_size_lg .vc_toggle_icon::before {
height: 2px;
width: 14px;
}
.vc_toggle_size_lg .vc_toggle_icon::after {
height: 14px;
width: 2px;
}              .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
height: 28px;
width: 28px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 14px;
margin-left: -7px;
width: 14px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -14px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -7px;
}
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content, {
padding-left: 42px;
}
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon, {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}    .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
margin-left: 14px;
}
.vc_toggle_simple .vc_toggle_title,
.vc_toggle_round .vc_toggle_title,
.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_square .vc_toggle_title, .vc_toggle_simple .vc_toggle_content,
.vc_toggle_round .vc_toggle_content,
.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_square .vc_toggle_content, {
padding-left: 33px;
}
.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_square .vc_toggle_title .vc_toggle_icon, .vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_square .vc_toggle_content .vc_toggle_icon, {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}    .vc_toggle_arrow .vc_toggle_icon {
margin-left: 11px;
} .wpb_toggle,
#content h4.wpb_toggle {
background: url(https://e97fcc.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/toggle_open.png) no-repeat left center;
padding-left: 25px;
clear: both;
margin-top: 0;
}
.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
background: url(https://974b3c.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/toggle_close.png) no-repeat left center;
}
.wpb_toggle:hover {
cursor: pointer;
}
.wpb_toggle_content {
display: none;
overflow: hidden;
padding: 0px 0px 0px 25px;
margin-top: 1em;
}
.wpb_toggle_open {
display: block;
} .wpb_widgetised_column .wpb_wrapper > ul {
margin: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul > li {
margin-left: 0;
background-image: none;
list-style: none !important;
}
.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
display: none !important;
} .wpb_button {
display: inline-block;
*display: inline; *zoom: 1;
padding: 4px 10px 4px;
margin-bottom: 0;
margin-top: 0;
font-size: 13px;
line-height: 18px;
*line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f7f7f7;
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
*margin-left: .3em;
}
.wpb_button:hover,
.wpb_button:active,
.wpb_button.active,
.wpb_button.disabled,
.wpb_button[disabled] {
background-color: #DFDFDF;
}
.wpb_button:active,
.wpb_button.active {
background-color: #d1d1d1 \9;
}
.wpb_button:first-child {
*margin-left: 0;
}
.vc_vc_button2 .vc_btn {
margin-top: 5px;
margin-bottom: 5px;
}
.vc_vc_button .vc_btn {
margin-top: 5px;
margin-bottom: 5px;
}
.wpb_button:hover {
color: #333333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9; -webkit-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
}
.wpb_button:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.wpb_button.active,
.wpb_button:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.wpb_btn-large,
span.wpb_btn-large {
padding: 9px 14px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
margin-top: 1px;
}
button.wpb_btn-small,
span.wpb_btn-small {
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
}
button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
margin-top: -1px;
}
button.wpb_btn-mini,
span.wpb_btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 14px;
}
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover,
.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_btn-primary.active,
.wpb_btn-warning.active,
.wpb_btn-danger.active,
.wpb_btn-success.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active {
color: rgba(255, 255, 255, 0.75);
}
.wpb_button {
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.wpb_btn-primary {
background-color: #0088cc;
}
.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
background-color: #0077b3;
}
.wpb_btn-primary:active,
.wpb_btn-primary.active {
background-color: #005580 \9;
}
.wpb_btn-warning {
background-color: #ff9900;
}
.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
background-color: #e68a00;
}
.wpb_btn-warning:active,
.wpb_btn-warning.active {
background-color: #b36b00 \9;
}
.wpb_btn-danger {
background-color: #ff675b;
}
.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
background-color: #ff4f42;
}
.wpb_btn-danger:active,
.wpb_btn-danger.active {
background-color: #ff200f \9;
}
.wpb_btn-success {
background-color: #6ab165;
}
.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
background-color: #5aa855;
}
.wpb_btn-success:active,
.wpb_btn-success.active {
background-color: #488644 \9;
}
.wpb_btn-info {
background-color: #58b9da;
}
.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
background-color: #43b0d5;
}
.wpb_btn-info:active,
.wpb_btn-info.active {
background-color: #2a97bc \9;
}
.wpb_btn-inverse {
background-color: #555555;
}
.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
background-color: #484848;
}
.wpb_btn-inverse:active,
.wpb_btn-inverse.active {
background-color: #2f2f2f \9;
}
button.wpb_button,
input[type="submit"].wpb_button {
*padding-top: 2px;
*padding-bottom: 2px;
}
button.wpb_button::-moz-focus-inner,
input[type="submit"].wpb_button::-moz-focus-inner {
padding: 0;
border: 0;
}
button.wpb_button.wpb_btn-large,
input[type="submit"].wpb_button.wpb_btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.wpb_button.wpb_btn-small,
input[type="submit"].wpb_button.wpb_btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.wpb_button.wpb_btn-mini,
input[type="submit"].wpb_button.wpb_btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
} a.wpb_button_a {
text-decoration: none;
border: none;
}
a.wpb_button_a:hover {
text-decoration: none;
}
.wpb_button:hover {
background-image: none;
} .vc_btn3-container {
display: block;
line-height: 1;
margin-bottom: 21.73913043px;
max-width: 100%;
}
.theme_box .vc_btn3-container { margin-bottom: 0; }
.vc_btn3-container.vc_btn3-inline {
display: inline-block;
vertical-align: top;
}
.vc_general.vc_btn3 {
display: inline-block;
margin-bottom: 5px;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
background-color: transparent;
color: #5472d2;
border: 1px solid transparent;
box-sizing: border-box;
word-wrap: break-word;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
position: relative;
top: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
line-height: 21px;
font-size: 14px;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 20px;
padding-right: 20px;
}
.vc_general.vc_btn3.vc_btn3-style-outline {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 19px;
padding-right: 19px;
}
.vc_general.vc_btn3:focus,
.vc_general.vc_btn3:active,
.vc_general.vc_btn3.active {
outline: 0;
}
.vc_general.vc_btn3:hover,
.vc_general.vc_btn3:focus {
border: 1px solid transparent;
text-decoration: none;
color: #4868cf;
}
.vc_general.vc_btn3 .vc_btn3-icon {
vertical-align: top;
height: 14px;
line-height: 1;
font-size: 16px;
}
.vc_general.vc_btn3 .vc_btn3-icon-inner {
display: block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_general.vc_btn3 .vc_btn3-placeholder {
display: inline-block;
vertical-align: top;
width: 0;
}
.vc_btn3.vc_btn3-icon-left,
.vc_btn3.vc_btn3-icon-right {
position: relative;
}
.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
display: block;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_btn3.vc_btn3-icon-left {
text-align: left;
}
.vc_btn3.vc_btn3-icon-right {
text-align: right;
}
.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner {
-webkit-transform: translate(-75%, -50%);
-ms-transform: translate(-75%, -50%);
transform: translate(-75%, -50%);
}
.vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_btn3.vc_btn3-style-classic {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.vc_btn3.vc_btn3-style-modern {
}
.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-style-outline:focus {
border-width: 2px;
}
.vc_btn3.vc_btn3-style-custom {
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
background-repeat: repeat-x;
background-size: 200%;
background-position: 0 -100%;
}
.vc_btn3.vc_btn3-style-custom:hover,
.vc_btn3.vc_btn3-style-custom:focus {
background-position: 0 100%;
}
.vc_btn3.vc_btn3-block {
display: block;
width: 100%;
text-align: inherit;
}
.vc_btn3.vc_btn3-shape-square {
border-radius: 0;
}
.vc_btn3.vc_btn3-shape-rounded {
border-radius: 3px;
}
.vc_btn3.vc_btn3-shape-round {
border-radius: 2em;
}
.vc_btn3.vc_btn3-size-xs {
font-size: 14px;
padding-top: 5px;
padding-bottom: 4px;
padding-left: 15px;
padding-right: 15px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline {
padding-top: 7px;
padding-bottom: 7px;
padding-left: 11px;
padding-right: 11px;
}
.vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
font-size: 14px;
height: 11px;
line-height: 11px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
padding-left: 31px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
left: 12px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-right: 31px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 12px;
}
.vc_btn3.vc_btn3-size-sm {
font-size: 16px;
padding-top: 8px;
padding-bottom: 9px;
padding-left: 20px;
padding-right: 20px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
}
.vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
font-size: 14px;
height: 12px;
line-height: 12px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
padding-left: 39px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
left: 16px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-right: 39px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 16px;
}
.vc_btn3.vc_btn3-size-md {
font-size: 16px;
padding-top: 11px;
padding-bottom: 11px;
padding-left: 20px;
padding-right: 20px;
font-weight: 600;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 19px;
padding-right: 19px;
}
.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
font-size: 16px;
height: 14px;
line-height: 14px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
padding-left: 48px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
left: 20px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-right: 48px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 20px;
}
.vc_btn3.vc_btn3-size-lg {
font-size: 24px;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 20px;
padding-right: 20px;
font-weight: 600;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
padding-top: 17px;
padding-bottom: 17px;
padding-left: 24px;
padding-right: 24px;
}
.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
font-size: 24px;
height: 16px;
line-height: 16px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
padding-left: 60px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
left: 25px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-right: 60px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 25px;
}
.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
color: #ffffff;
background-color: #5472d2;
}
.vc_btn3.vc_btn3-color-blue:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-blue:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #3c5ecc;
}
.vc_btn3.vc_btn3-color-blue:active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-blue.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #3558c8;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
color: #5472d2;
border-color: #5472d2;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #5472d2;
background-color: #5472d2;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #5472d2;
background-color: #5472d2;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
color: #ffffff;
background-color: #5472d2;
box-shadow: 0 5px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #5472d2;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #5472d2;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #3253bc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
color: #ffffff;
border-color: #5472d2;
background-color: #5472d2;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #3c5ecc;
background-color: #3c5ecc;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #3558c8;
background-color: #3558c8;
}
.vc_btn3.vc_btn3-color-turquoise,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
color: #ffffff;
background-color: #00c1cf;
}
.vc_btn3.vc_btn3-color-turquoise:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-turquoise:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #00a4b0;
}
.vc_btn3.vc_btn3-color-turquoise:active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-turquoise.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #009ba6;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
color: #00c1cf;
border-color: #00c1cf;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #00c1cf;
background-color: #00c1cf;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #00c1cf;
background-color: #00c1cf;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d {
color: #ffffff;
background-color: #00c1cf;
box-shadow: 0 5px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #00c1cf;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #00c1cf;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #008d97;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
color: #ffffff;
border-color: #00c1cf;
background-color: #00c1cf;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #00a4b0;
background-color: #00a4b0;
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #009ba6;
background-color: #009ba6;
}
.vc_btn3.vc_btn3-color-pink,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
color: #ffffff;
background-color: #fe6c61;
}
.vc_btn3.vc_btn3-color-pink:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-pink:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #fe5043;
}
.vc_btn3.vc_btn3-color-pink:active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-pink.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #fe4638;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline {
color: #fe6c61;
border-color: #fe6c61;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #fe6c61;
background-color: #fe6c61;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #fe6c61;
background-color: #fe6c61;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d {
color: #ffffff;
background-color: #fe6c61;
box-shadow: 0 5px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #fe6c61;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #fe6c61;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #fe3829;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern {
color: #ffffff;
border-color: #fe6c61;
background-color: #fe6c61;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #fe5043;
background-color: #fe5043;
}
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #fe4638;
background-color: #fe4638;
}
.vc_btn3.vc_btn3-color-violet,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
color: #ffffff;
background-color: #8d6dc4;
}
.vc_btn3.vc_btn3-color-violet:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-violet:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #7c57bb;
}
.vc_btn3.vc_btn3-color-violet:active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-violet.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #7650b8;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
color: #8d6dc4;
border-color: #8d6dc4;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #8d6dc4;
background-color: #8d6dc4;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #8d6dc4;
background-color: #8d6dc4;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d {
color: #ffffff;
background-color: #8d6dc4;
box-shadow: 0 5px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #8d6dc4;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #8d6dc4;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #6e48b1;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
color: #ffffff;
border-color: #8d6dc4;
background-color: #8d6dc4;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #7c57bb;
background-color: #7c57bb;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #7650b8;
background-color: #7650b8;
}
.vc_btn3.vc_btn3-color-peacoc,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
color: #ffffff;
background-color: #4cadc9;
}
.vc_btn3.vc_btn3-color-peacoc:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-peacoc:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #39a0bd;
}
.vc_btn3.vc_btn3-color-peacoc:active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-peacoc.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #3799b5;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline {
color: #4cadc9;
border-color: #4cadc9;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #4cadc9;
background-color: #4cadc9;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #4cadc9;
background-color: #4cadc9;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d {
color: #ffffff;
background-color: #4cadc9;
box-shadow: 0 5px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #4cadc9;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #4cadc9;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #338faa;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern {
color: #ffffff;
border-color: #4cadc9;
background-color: #4cadc9;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #39a0bd;
background-color: #39a0bd;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #3799b5;
background-color: #3799b5;
}
.vc_btn3.vc_btn3-color-chino,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
color: #ffffff;
background-color: #cec2ab;
}
.vc_btn3.vc_btn3-color-chino:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-chino:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #c3b498;
}
.vc_btn3.vc_btn3-color-chino:active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-chino.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #bfaf91;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
color: #cec2ab;
border-color: #cec2ab;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #cec2ab;
background-color: #cec2ab;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #cec2ab;
background-color: #cec2ab;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
color: #ffffff;
background-color: #cec2ab;
box-shadow: 0 5px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #cec2ab;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #cec2ab;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #b9a888;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
color: #ffffff;
border-color: #cec2ab;
background-color: #cec2ab;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #c3b498;
background-color: #c3b498;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #bfaf91;
background-color: #bfaf91;
}
.vc_btn3.vc_btn3-color-mulled-wine,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat {
color: #ffffff;
background-color: #50485b;
}
.vc_btn3.vc_btn3-color-mulled-wine:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-mulled-wine:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #413a4a;
}
.vc_btn3.vc_btn3-color-mulled-wine:active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-mulled-wine.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #3c3644;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline {
color: #50485b;
border-color: #50485b;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #50485b;
background-color: #50485b;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #50485b;
background-color: #50485b;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d {
color: #ffffff;
background-color: #50485b;
box-shadow: 0 5px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #50485b;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #50485b;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #342f3c;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
color: #ffffff;
border-color: #50485b;
background-color: #50485b;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #413a4a;
background-color: #413a4a;
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #3c3644;
background-color: #3c3644;
}
.vc_btn3.vc_btn3-color-vista-blue,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat {
color: #ffffff;
background-color: #75d69c;
}
.vc_btn3.vc_btn3-color-vista-blue:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-vista-blue:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #5dcf8b;
}
.vc_btn3.vc_btn3-color-vista-blue:active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-vista-blue.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #56cd85;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline {
color: #75d69c;
border-color: #75d69c;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #75d69c;
background-color: #75d69c;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #75d69c;
background-color: #75d69c;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d {
color: #ffffff;
background-color: #75d69c;
box-shadow: 0 5px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #75d69c;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #75d69c;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #4ac97d;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
color: #ffffff;
border-color: #75d69c;
background-color: #75d69c;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #5dcf8b;
background-color: #5dcf8b;
}
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #56cd85;
background-color: #56cd85;
}
.vc_btn3.vc_btn3-color-orange,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
color: #ffffff;
background-color: #f7be68;
}
.vc_btn3.vc_btn3-color-orange:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-orange:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #f5b14b;
}
.vc_btn3.vc_btn3-color-orange:active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-orange.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #f5ad41;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
color: #f7be68;
border-color: #f7be68;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #f7be68;
background-color: #f7be68;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #f7be68;
background-color: #f7be68;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d {
color: #ffffff;
background-color: #f7be68;
box-shadow: 0 5px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #f7be68;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #f7be68;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #f4a733;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
color: #ffffff;
border-color: #f7be68;
background-color: #f7be68;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #f5b14b;
background-color: #f5b14b;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #f5ad41;
background-color: #f5ad41;
}
.vc_btn3.vc_btn3-color-sky,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
color: #ffffff;
background-color: #5aa1e3;
}
.vc_btn3.vc_btn3-color-sky:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sky:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #4092df;
}
.vc_btn3.vc_btn3-color-sky:active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sky.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #378ddd;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline {
color: #5aa1e3;
border-color: #5aa1e3;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #5aa1e3;
background-color: #5aa1e3;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #5aa1e3;
background-color: #5aa1e3;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d {
color: #ffffff;
background-color: #5aa1e3;
box-shadow: 0 5px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #5aa1e3;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #5aa1e3;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #2a86db;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
color: #ffffff;
border-color: #5aa1e3;
background-color: #5aa1e3;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #4092df;
background-color: #4092df;
}
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #378ddd;
background-color: #378ddd;
}
.vc_btn3.vc_btn3-color-green,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
color: #ffffff;
background-color: #6dab3c;
}
.vc_btn3.vc_btn3-color-green:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-green:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #5f9434;
}
.vc_btn3.vc_btn3-color-green:active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-green.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #5a8d31;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
color: #6dab3c;
border-color: #6dab3c;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #6dab3c;
background-color: #6dab3c;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #6dab3c;
background-color: #6dab3c;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
color: #ffffff;
background-color: #6dab3c;
box-shadow: 0 5px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #6dab3c;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #6dab3c;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #53812d;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
color: #ffffff;
border-color: #6dab3c;
background-color: #6dab3c;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #5f9434;
background-color: #5f9434;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #5a8d31;
background-color: #5a8d31;
}
.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
color: #ffffff;
background-color: #f4524d;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-juicy-pink:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #f23630;
}
.vc_btn3.vc_btn3-color-juicy-pink:active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-juicy-pink.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #f22d27;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
color: #f4524d;
border-color: #f4524d;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #f4524d;
background-color: #f4524d;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #f4524d;
background-color: #f4524d;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d {
color: #ffffff;
background-color: #f4524d;
box-shadow: 0 5px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #f4524d;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #f4524d;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #f11f18;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
color: #ffffff;
border-color: #f4524d;
background-color: #f4524d;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #f23630;
background-color: #f23630;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #f22d27;
background-color: #f22d27;
}
.vc_btn3.vc_btn3-color-sandy-brown,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
color: #ffffff;
background-color: #f79468;
}
.vc_btn3.vc_btn3-color-sandy-brown:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sandy-brown:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #f57f4b;
}
.vc_btn3.vc_btn3-color-sandy-brown:active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sandy-brown.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #f57941;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline {
color: #f79468;
border-color: #f79468;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #f79468;
background-color: #f79468;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #f79468;
background-color: #f79468;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d {
color: #ffffff;
background-color: #f79468;
box-shadow: 0 5px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #f79468;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #f79468;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #f46e33;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
color: #ffffff;
border-color: #f79468;
background-color: #f79468;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #f57f4b;
background-color: #f57f4b;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #f57941;
background-color: #f57941;
}
.vc_btn3.vc_btn3-color-purple,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
color: #ffffff;
background-color: #b97ebb;
}
.vc_btn3.vc_btn3-color-purple:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-purple:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #ae6ab0;
}
.vc_btn3.vc_btn3-color-purple:active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-purple.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #ab63ad;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline {
color: #b97ebb;
border-color: #b97ebb;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #b97ebb;
background-color: #b97ebb;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #b97ebb;
background-color: #b97ebb;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d {
color: #ffffff;
background-color: #b97ebb;
box-shadow: 0 5px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #b97ebb;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #b97ebb;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #a559a8;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
color: #ffffff;
border-color: #b97ebb;
background-color: #b97ebb;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #ae6ab0;
background-color: #ae6ab0;
}
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #ab63ad;
background-color: #ab63ad;
}
.vc_btn3.vc_btn3-color-black,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
color: #ffffff;
background-color: #777;
}
.vc_btn3.vc_btn3-color-black:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-black:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus {
color: #fff;
background-color: #000;
}
.vc_btn3.vc_btn3-color-black:active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-black.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active {
color: #fff;
background-color: #000;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: #ffffff;
border-color: #2a2a2a;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #2a2a2a;
background-color: #2a2a2a;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #2a2a2a;
background-color: #2a2a2a;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
color: #ffffff;
background-color: #2a2a2a;
box-shadow: 0 5px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #2a2a2a;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #2a2a2a;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #0e0e0e;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
color: #ffffff;
border-color: #2a2a2a;
background-color: #2a2a2a;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #1b1b1b;
background-color: #1b1b1b;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #161616;
background-color: #161616;
}
.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
color: #018bc8;
background-color: #f8f8f8;
}
.vc_btn3.vc_btn3-color-grey:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-grey:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus {
color: #fff;
background-color: #018bc8;
}
.vc_btn3.vc_btn3-color-grey:active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-grey.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active {
color: #fff;
background-color: #018bc8;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
color: #666666;
border-color: #ebebeb;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus {
color: #666666;
border-color: #ebebeb;
background-color: #ebebeb;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active {
color: #666666;
border-color: #ebebeb;
background-color: #ebebeb;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
color: #666666;
background-color: #ebebeb;
box-shadow: 0 5px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus {
color: #5e5e5e;
background-color: #ebebeb;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active {
color: #595959;
background-color: #ebebeb;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #cfcfcf;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
color: #666666;
border-color: #ebebeb;
background-color: #ebebeb;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
color: #5e5e5e;
border-color: #dcdcdc;
background-color: #dcdcdc;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active {
color: #595959;
border-color: #d7d7d7;
background-color: #d7d7d7;
}
.vc_btn3.vc_btn3-color-white,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
color: #018bc8;
background-color: #ffffff;
border-color: #fff;
}
.vc_btn3.vc_btn3-color-white:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-white:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus {
color: #018bc8;
background-color: #f0f0f0;
}
.vc_btn3.vc_btn3-color-white:active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-white.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active {
color: #595959;
background-color: #ebebeb;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
color: #666666;
border-color: #ffffff;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus {
color: #666666;
border-color: #ffffff;
background-color: #ffffff;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active {
color: #666666;
border-color: #ffffff;
background-color: #ffffff;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
color: #666666;
background-color: #ffffff;
box-shadow: 0 5px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus {
color: #5e5e5e;
background-color: #ffffff;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active {
color: #595959;
background-color: #ffffff;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #e3e3e3;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
color: #666666;
border-color: #ffffff;
background-color: #ffffff;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus {
color: #5e5e5e;
border-color: #f0f0f0;
background-color: #f0f0f0;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active {
color: #595959;
border-color: #ebebeb;
background-color: #ebebeb;
}
.vc_btn3.vc_btn3-color-default,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
color: #333333;
background-color: #f7f7f7;
}
.vc_btn3.vc_btn3-color-default:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-default:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus {
color: #2b2b2b;
background-color: #e8e8e8;
}
.vc_btn3.vc_btn3-color-default:active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-default.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active {
color: #262626;
background-color: #e3e3e3;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
color: #f7f7f7;
border-color: #f7f7f7;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus {
color: #333333;
border-color: #f7f7f7;
background-color: #f7f7f7;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active {
color: #333333;
border-color: #f7f7f7;
background-color: #f7f7f7;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d {
color: #333333;
background-color: #f7f7f7;
box-shadow: 0 5px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus {
color: #2b2b2b;
background-color: #f7f7f7;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active {
color: #262626;
background-color: #f7f7f7;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #dbdbdb;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
color: #333333;
border-color: #f7f7f7;
background-color: #f7f7f7;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus {
color: #2b2b2b;
border-color: #e8e8e8;
background-color: #e8e8e8;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active {
color: #262626;
border-color: #e3e3e3;
background-color: #e3e3e3;
}
.vc_btn3.vc_btn3-color-primary,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
color: #ffffff;
background-color: #4ac4fa;
border-color: #4ac4fa;
}
.vc_btn3.vc_btn3-color-primary:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-primary:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus {
color: #fff;
border-color: #018bc8;
background-color: #018bc8;
}
.vc_btn3.vc_btn3-color-primary:active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-primary.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active {
color: #fff;
border-color: #018bc8;
background-color: #018bc8;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
color: #0088cc;
border-color: #0088cc;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #0088cc;
background-color: #0088cc;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #0088cc;
background-color: #0088cc;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d {
color: #ffffff;
background-color: #0088cc;
box-shadow: 0 5px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #0088cc;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #0088cc;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #006394;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
color: #ffffff;
border-color: #0088cc;
background-color: #0088cc;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #0074ad;
background-color: #0074ad;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #006da3;
background-color: #006da3;
}
.vc_btn3.vc_btn3-color-info,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
color: #ffffff;
background-color: #58b9da;
}
.vc_btn3.vc_btn3-color-info:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-info:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #3fafd4;
}
.vc_btn3.vc_btn3-color-info:active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-info.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #37abd3;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
color: #58b9da;
border-color: #58b9da;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #58b9da;
background-color: #58b9da;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #58b9da;
background-color: #58b9da;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d {
color: #ffffff;
background-color: #58b9da;
box-shadow: 0 5px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #58b9da;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #58b9da;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #2da4cd;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
color: #ffffff;
border-color: #58b9da;
background-color: #58b9da;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #3fafd4;
background-color: #3fafd4;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #37abd3;
background-color: #37abd3;
}
.vc_btn3.vc_btn3-color-success,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
color: #ffffff;
background-color: #6ab165;
}
.vc_btn3.vc_btn3-color-success:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-success:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #59a453;
}
.vc_btn3.vc_btn3-color-success:active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-success.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #559d50;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
color: #6ab165;
border-color: #6ab165;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #6ab165;
background-color: #6ab165;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #6ab165;
background-color: #6ab165;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d {
color: #ffffff;
background-color: #6ab165;
box-shadow: 0 5px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #6ab165;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #6ab165;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #4f934b;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
color: #ffffff;
border-color: #6ab165;
background-color: #6ab165;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #59a453;
background-color: #59a453;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #559d50;
background-color: #559d50;
}
.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
color: #ffffff;
background-color: #ff9900;
}
.vc_btn3.vc_btn3-color-warning:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-warning:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #e08700;
}
.vc_btn3.vc_btn3-color-warning:active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-warning.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #d68100;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
color: #ff9900;
border-color: #ff9900;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #ff9900;
background-color: #ff9900;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #ff9900;
background-color: #ff9900;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
color: #ffffff;
background-color: #ff9900;
box-shadow: 0 5px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #ff9900;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #ff9900;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #c77700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
color: #ffffff;
border-color: #ff9900;
background-color: #ff9900;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #e08700;
background-color: #e08700;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #d68100;
background-color: #d68100;
}
.vc_btn3.vc_btn3-color-danger,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
color: #ffffff;
background-color: #ff675b;
}
.vc_btn3.vc_btn3-color-danger:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-danger:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #ff4b3c;
}
.vc_btn3.vc_btn3-color-danger:active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-danger.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #ff4132;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
color: #ff675b;
border-color: #ff675b;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #ff675b;
background-color: #ff675b;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #ff675b;
background-color: #ff675b;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d {
color: #ffffff;
background-color: #ff675b;
box-shadow: 0 5px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #ff675b;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #ff675b;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #ff3323;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
color: #ffffff;
border-color: #ff675b;
background-color: #ff675b;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #ff4b3c;
background-color: #ff4b3c;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #ff4132;
background-color: #ff4132;
}
.vc_btn3.vc_btn3-color-inverse,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
color: #ffffff;
background-color: #555555;
}
.vc_btn3.vc_btn3-color-inverse:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-inverse:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus {
color: #f7f7f7;
background-color: #464646;
}
.vc_btn3.vc_btn3-color-inverse:active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-inverse.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active {
color: #f2f2f2;
background-color: #414141;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
color: #555555;
border-color: #555555;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #555555;
background-color: #555555;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active {
color: #ffffff;
border-color: #555555;
background-color: #555555;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d {
color: #ffffff;
background-color: #555555;
box-shadow: 0 5px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus {
color: #f7f7f7;
background-color: #555555;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active {
color: #f2f2f2;
background-color: #555555;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus {
top: 3px;
box-shadow: 0 2px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs {
box-shadow: 0 3px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus {
top: 1px;
box-shadow: 0 2px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm {
box-shadow: 0 4px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus {
top: 2px;
box-shadow: 0 2px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg {
box-shadow: 0 5px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus {
top: 3px;
box-shadow: 0 2px 0 #393939;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
color: #ffffff;
border-color: #555555;
background-color: #555555;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus {
color: #f7f7f7;
border-color: #464646;
background-color: #464646;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active {
color: #f2f2f2;
border-color: #414141;
background-color: #414141;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: #2a2a2a;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
color: #ebebeb;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
color: #ffffff;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#05000000', GradientType=0);
}
.vc_btn3-container.vc_btn3-center {
text-align: center;
}
.vc_btn3-container.vc_btn3-left {
text-align: left;
}
.vc_btn3-container.vc_btn3-right {
text-align: right;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
display: inline-block;
position: initial;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
min-width: 1em;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
margin-right: .5em;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
margin-left: .5em;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
font-size: 11px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
padding-right: 12px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline {
padding-top: 7px;
padding-bottom: 7px;
padding-left: 11px;
padding-right: 11px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
font-size: 12px;
padding-top: 11px;
padding-bottom: 11px;
padding-left: 16px;
padding-right: 16px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
font-size: 14px;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 20px;
padding-right: 20px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 19px;
padding-right: 19px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
font-size: 16px;
padding-top: 18px;
padding-bottom: 18px;
padding-left: 25px;
padding-right: 25px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline {
padding-top: 17px;
padding-bottom: 17px;
padding-left: 24px;
padding-right: 24px;
}
.vc_btn3-container .vc_btn3-block.vc_btn3-icon-left,
.vc_btn3-container .vc_btn3-block.vc_btn3-icon-right {
text-align: inherit;
} .vc_call_to_action {
background-color: #ebebeb;
border: 2px solid #ebebeb;
padding: 2em;
border-radius: 5px;
}
.vc_call_to_action *:last-child {
margin-bottom: 0;
}
.vc_call_to_action.vc_cta_square {
border-radius: 0;
}
.vc_call_to_action.vc_cta_square_outlined {
border-radius: 0;
background: none !important;
}
.vc_call_to_action.vc_cta_round {
border-radius: 50px;
}
.vc_call_to_action.vc_cta_outlined {
background: none !important;
}
.vc_call_to_action hgroup h2,
.vc_call_to_action hgroup h4 {
margin: 0;
clear: none;
}
.vc_call_to_action hgroup + p {
margin-top: 1em;
}
.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
float: right;
margin-left: 2em;
}
.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
float: left;
margin-right: 2em;
}
.wpb_call_to_action {
position: relative;
background-color: #f7f7f7;
padding: 20px;
padding: 35px;
border: 1px solid #f0f0f0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cta_align_left .wpb_button {
float: left;
}
.cta_align_right .wpb_button {
float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
max-width: 27.5%;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
width: 70%;
float: left;
clear: none;
}
.cta_align_left .wpb_call_text {
float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
margin: 0;
padding-top: 0;
}
.cta_align_bottom {
text-align: center;
}
.cta_align_bottom .wpb_button {
position: static;
margin-top: 21.73913043px;
display: inline-block;
}
.cta_no_button .wpb_call_text {
width: auto;
float: none;
} @media (max-width: 600px) {
.vc_responsive .cta_align_left .wpb_button,
.vc_responsive .cta_align_right .wpb_button {
max-width: 70%;
width: 70%;
float: none;
display: block;
margin: 3% auto;
}
.vc_responsive .cta_align_left .wpb_call_text,
.vc_responsive .cta_align_right .wpb_call_text {
width: auto;
max-width: none;
text-align: center;
}
} .vc_cta3-container {
position: relative;
margin-bottom: 35px;
margin-left: auto;
margin-right: auto;
}
.vc_cta3-container::before,
.vc_cta3-container::after {
display: table;
content: ' ';
}
.vc_cta3-container.vc_cta3-size-xs {
width: 50%;
}
.vc_cta3-container.vc_cta3-size-sm {
width: 60%;
}
.vc_cta3-container.vc_cta3-size-md {
width: 70%;
}
.vc_cta3-container.vc_cta3-size-lg {
width: 80%;
}
.vc_cta3-container.vc_cta3-size-xl {
width: 90%;
}
.vc_general.vc_cta3 {
border: 1px solid transparent;
font-size: 1em;
word-wrap: break-word;
position: relative;
z-index: 101;
padding: 26px 20px;
}
.vc_general.vc_cta3 .vc_cta3-content {
vertical-align: top;
}
.vc_general.vc_cta3 .vc_cta3-content > *:last-child,
.vc_general.vc_cta3 .vc_cta3-icons > *:last-child {
margin-bottom: 0;
}
.vc_general.vc_cta3 .vc_cta3-actions {
vertical-align: middle;
white-space: nowrap;
}
@media (min-width: 768px) {
.vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
margin: 0;
}
}
.vc_general.vc_cta3 .vc_cta3-icons {
vertical-align: middle;
}
.vc_general.vc_cta3 h2,
.vc_general.vc_cta3 h4 {
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 5px;
}
.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
text-align: left;
}
.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content {
text-align: right;
}
.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
text-align: center;
}
.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content {
text-align: justify;
}
.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
padding-top: 1em;
}
.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
padding-bottom: 1em;
}
.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons {
display: table-cell;
}
.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
display: table-cell;
padding-left: 1em;
}
.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons {
display: table-cell;
}
.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container {
display: table-cell;
padding-right: 1em;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border {
position: relative;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons {
position: absolute;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons {
right: 0;
top: 50%;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs {
margin-right: 17px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container {
padding-right: 0;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-right: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm {
margin-right: 22px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container {
padding-right: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-right: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md {
margin-right: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container {
padding-right: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-right: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg {
margin-right: 35px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container {
padding-right: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-right: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl {
margin-right: 50px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container {
padding-right: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-right: 35px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
left: 0;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs {
margin-left: 17px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container {
padding-left: 0;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-left: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm {
margin-left: 22px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container {
padding-left: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-left: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md {
margin-left: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container {
padding-left: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-left: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg {
margin-left: 35px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container {
padding-left: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-left: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl {
margin-left: 50px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container {
padding-left: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-left: 35px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
left: 50%;
top: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
margin-top: 17px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container {
padding-top: 0;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-top: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
margin-top: 22px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container {
padding-top: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-top: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
margin-top: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container {
padding-top: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-top: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
margin-top: 35px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container {
padding-top: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-top: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
margin-top: 50px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container {
padding-top: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-top: 35px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons {
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs {
margin-bottom: 17px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container {
padding-bottom: 0;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-bottom: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm {
margin-bottom: 22px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container {
padding-bottom: 7px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-bottom: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md {
margin-bottom: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container {
padding-bottom: 14px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-bottom: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg {
margin-bottom: 35px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container {
padding-bottom: 21px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-bottom: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl {
margin-bottom: 50px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container {
padding-bottom: 28px;
}
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
padding-bottom: 35px;
}
.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
margin-top: 1em;
}
.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
margin-bottom: 1em;
}
@media (min-width: 768px) {
.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
display: table-cell;
max-width: 30%;
}
.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
padding-left: 28px;
display: table-cell;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
display: table-cell;
max-width: 30%;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
padding-right: 28px;
display: table-cell;
width: 70%;
}
}
.vc_general.vc_cta3.vc_cta3-style-classic {
border-color: transparent;
background-color: #efefef;
}
.no_sidebar .vc_general.vc_cta3.vc_cta3-style-classic::before {
content: "";
display: block;
position: absolute;
top: 0;
z-index:0;
height: 100%;
left: -4000px;
right: -4000px;
background-color: #efefef;
}
.vc_cta3_content-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
}
.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
color: inherit;
}
.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
color: inherit;
}
.vc_general.vc_cta3.vc_cta3-style-outline {
border-width: 3px;
}
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
color: inherit;
}
.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4 {
color: inherit;
}
.vc_general.vc_cta3.vc_cta3-style-custom {
border-color: #f0f0f0;
background-color: #f7f7f7;
}
.vc_general.vc_cta3.vc_cta3-shape-square {
border-radius: 0;
}
.vc_general.vc_cta3.vc_cta3-shape-rounded {
border-radius: 5px;
}
.vc_general.vc_cta3.vc_cta3-shape-round {
border-radius: 4em;
}
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
color: #5472d2;
}
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat {
color: #fff;
border-color: transparent;
background-color: #4ac4fa;
}
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
box-shadow: 0 5px 0 #3253bc;
color: #c9d2f0;
border-color: transparent;
background-color: #5472d2;
}
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline {
border-color: #5472d2;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header {
color: #5472d2;
}
.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header {
color: #00c1cf;
}
.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {
color: #d3f5f1;
border-color: transparent;
background-color: #00c1cf;
}
.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d {
box-shadow: 0 5px 0 #008d97;
color: #d3f5f1;
border-color: transparent;
background-color: #00c1cf;
}
.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline {
border-color: #00c1cf;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header {
color: #00c1cf;
}
.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header {
color: #fe6c61;
}
.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat {
color: #fcdbd7;
border-color: transparent;
background-color: #fe6c61;
}
.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d {
box-shadow: 0 5px 0 #fe3829;
color: #fcdbd7;
border-color: transparent;
background-color: #fe6c61;
}
.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline {
border-color: #fe6c61;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header {
color: #fe6c61;
}
.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header {
color: #8d6dc4;
}
.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat {
color: #e1d5f5;
border-color: transparent;
background-color: #8d6dc4;
}
.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d {
box-shadow: 0 5px 0 #6e48b1;
color: #e1d5f5;
border-color: transparent;
background-color: #8d6dc4;
}
.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline {
border-color: #8d6dc4;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header {
color: #8d6dc4;
}
.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header {
color: #4cadc9;
}
.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat {
color: #d0edf5;
border-color: transparent;
background-color: #4cadc9;
}
.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d {
box-shadow: 0 5px 0 #338faa;
color: #d0edf5;
border-color: transparent;
background-color: #4cadc9;
}
.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline {
border-color: #4cadc9;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header {
color: #4cadc9;
}
.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header {
color: #cec2ab;
}
.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat {
color: #f7f3eb;
border-color: transparent;
background-color: #cec2ab;
}
.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d {
box-shadow: 0 5px 0 #b9a888;
color: #f7f3eb;
border-color: transparent;
background-color: #cec2ab;
}
.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline {
border-color: #cec2ab;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header {
color: #cec2ab;
}
.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header {
color: #50485b;
}
.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat {
color: #e2ddeb;
border-color: transparent;
background-color: #50485b;
}
.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d {
box-shadow: 0 5px 0 #342f3c;
color: #e2ddeb;
border-color: transparent;
background-color: #50485b;
}
.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline {
border-color: #50485b;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header {
color: #50485b;
}
.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header {
color: #75d69c;
}
.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat {
color: #e1f5e9;
border-color: transparent;
background-color: #75d69c;
}
.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d {
box-shadow: 0 5px 0 #4ac97d;
color: #e1f5e9;
border-color: transparent;
background-color: #75d69c;
}
.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline {
border-color: #75d69c;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header {
color: #75d69c;
}
.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
color: #f7be68;
}
.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat {
color: #faf0e1;
border-color: transparent;
background-color: #f7be68;
}
.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d {
box-shadow: 0 5px 0 #f4a733;
color: #faf0e1;
border-color: transparent;
background-color: #f7be68;
}
.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline {
border-color: #f7be68;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header {
color: #f7be68;
}
.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header {
color: #5aa1e3;
}
.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat {
color: #dce9f5;
border-color: transparent;
background-color: #5aa1e3;
}
.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d {
box-shadow: 0 5px 0 #2a86db;
color: #dce9f5;
border-color: transparent;
background-color: #5aa1e3;
}
.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline {
border-color: #5aa1e3;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header {
color: #5aa1e3;
}
.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
color: #6dab3c;
}
.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat {
color: #e5f2da;
border-color: transparent;
background-color: #6dab3c;
}
.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d {
box-shadow: 0 5px 0 #53812d;
color: #e5f2da;
border-color: transparent;
background-color: #6dab3c;
}
.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
border-color: #6dab3c;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header {
color: #6dab3c;
}
.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header {
color: #f4524d;
}
.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat {
color: #fce2e1;
border-color: transparent;
background-color: #f4524d;
}
.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d {
box-shadow: 0 5px 0 #f11f18;
color: #fce2e1;
border-color: transparent;
background-color: #f4524d;
}
.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline {
border-color: #f4524d;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header {
color: #f4524d;
}
.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header {
color: #f79468;
}
.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat {
color: #f7e1d7;
border-color: transparent;
background-color: #f79468;
}
.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d {
box-shadow: 0 5px 0 #f46e33;
color: #f7e1d7;
border-color: transparent;
background-color: #f79468;
}
.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline {
border-color: #f79468;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header {
color: #f79468;
}
.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header {
color: #b97ebb;
}
.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat {
color: #f4dff5;
border-color: transparent;
background-color: #b97ebb;
}
.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d {
box-shadow: 0 5px 0 #a559a8;
color: #f4dff5;
border-color: transparent;
background-color: #b97ebb;
}
.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline {
border-color: #b97ebb;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header {
color: #b97ebb;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header {
color: #2a2a2a;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
color: #d9d9d9;
border-color: transparent;
background-color: #2a2a2a;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d {
box-shadow: 0 5px 0 #0e0e0e;
color: #d9d9d9;
border-color: transparent;
background-color: #2a2a2a;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
border-color: #2a2a2a;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
color: #2a2a2a;
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header {
color: #ebebeb;
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat {
color: #9d9d9e;
border-color: transparent;
background-color: #ebebeb;
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header {
color: #666666;
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
box-shadow: 0 5px 0 #cfcfcf;
color: #9d9d9e;
border-color: transparent;
background-color: #ebebeb;
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header {
color: #666666;
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline {
border-color: #ebebeb;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header {
color: #ebebeb;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
color: #9d9d9e;
border-color: transparent;
background-color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header {
color: #666666;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d {
box-shadow: 0 5px 0 #e3e3e3;
color: #9d9d9e;
border-color: transparent;
background-color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header {
color: #666666;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline {
border-color: #ffffff;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header {
color: #ffffff;
}
.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
color: #9d9d9e;
border-color: transparent;
background-color: #f0f0f0;
}
.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {
color: #666666;
}
.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d {
box-shadow: 0 5px 0 #d4d4d4;
color: #9d9d9e;
border-color: transparent;
background-color: #f0f0f0;
}
.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header {
color: #666666;
}
.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
border-color: #f0f0f0;
background-color: transparent;
}
.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header {
color: #f0f0f0;
}
.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner {
height: 1em;
width: 1em;
}
.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner {
height: 2em;
width: 2em;
}
.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner {
height: 3em;
width: 3em;
}
.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner {
height: 4em;
width: 4em;
}
.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
height: 5em;
width: 5em;
} .wpb_gmaps_widget .wpb_wrapper {
background-color: #f7f7f7;
padding: 5px;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
margin-bottom: 0;
padding: 0;
display: block;
width: 100%;
border: none;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
outline: none;
} .wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
padding: 0;
}
.wpb_content_element .wpb_tabs_nav {
position: relative;
z-index: 101;
}
#content .wpb_content_element .wpb_tabs_nav {
margin: 0;
}
.wpb_content_element .wpb_tabs_nav li {
margin-right: 5px;
padding: 0;
background-color: #ffffff;
white-space: nowrap;
background-image: none;
list-style: none !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-state-hover a,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
color: #fff;
background-color: #0186c8;
border-color: #0186c8;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a { cursor: default; }
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide { display: none; } .wpb_content_element .wpb_accordion_header a {
display: block;
color: #333;
}
.wpb_content_element .wpb_tabs_nav a {
padding: 14px 17px 15px;
display: block;
background-color: #fff;
border: 1px solid #DFDFDF;
font-size: 22px;
}
.wpb_tabs.type_2 .wpb_tabs_nav a,
.wpb_tour.type_2 .wpb_tabs_nav a {
font-size: 16px;
padding: 9px 17px 10px;
}
.wpb_tabs .wpb_tabs_nav a { border-radius: 3px 3px 0 0; }
.wpb_tour .wpb_tabs_nav a { border-radius: 3px 0 0 3px; }
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
position: relative;
padding: 19px;
overflow: hidden;
background: #fff;
border: 1px solid #DFDFDF;
border-radius: 0 3px 3px 3px;
}
.wpb_tabs .wpb_tab { top: -1px;  }
.wpb_tour .wpb_tab { left: -1px; }
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding: 3px 19px 23px 18px;
border-bottom: 1px solid #DFDFDF;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
margin-bottom: 0;
} .wpb_tabs .wpb_tabs_nav li {
float: left;
} .wpb_tour .wpb_tabs_nav {
float: left;
width: 31.66666667%;
}
.wpb_tour .wpb_tabs_nav li {
margin: 0 0 5px 0;
clear: left;
width: 100%;
}
.wpb_tour .wpb_tabs_nav a {
width: 100%;
}
.wpb_tour_next_prev_nav {
margin-left: 31.66666667%;
font-size: 80%;
}
.wpb_tour_next_prev_nav a {
border-bottom: 1px dotted;
text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
text-decoration: none;
border-bottom: none;
}
.wpb_tour_next_prev_nav span {
width: 48%;
display: inline-block;
padding-top: 1em;
float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
text-align: right;
float: right;
} .wpb_accordion .wpb_accordion_wrapper {
border: 1px solid #DFDFDF;
background: #fff;
border-radius: 3px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
position: relative;
margin-bottom: 0;
border-bottom: 1px solid #DFDFDF;
color: #333;
padding: 16px 65px 13px 19px;
cursor: pointer;
font-size: 18px;
-webkit-transition: border-color .7s ease;
transition: border-color .7s ease;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a { }
.wpb_accordion .wpb_accordion_wrapper .ui-state-active {
border-color: transparent;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
position: absolute;
text-align: center;
right: 19px;
top: 50%;
margin-top: -15px;
display: block;
width: 30px;
height: 30px;
background-color: #f8f8f8;
color: #018bc8;
border-radius: 3px;
-webkit-transition: background-color .7s ease, color .7s ease;
transition: background-color .7s ease, color .7s ease;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
background-color: #018bc8;
color: #fff;
-webkit-transition: background-color .1s ease, color .1s ease;
transition: background-color .1s ease, color .1s ease;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
content: '\f011';
text-align: center;
font-size: 15px;
font-family: 'fontello';
line-height: 30px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
content: '\ece8';
} @media (max-width: 480px) {
.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
.vc_responsive .wpb_tour .wpb_tab,
.vc_responsive .wpb_tour_next_prev_nav {
width: 100%;
float: none;
margin-left: 0;
}
.vc_responsive .wpb_tour_next_prev_nav {
width: auto;
padding: 0 1em;
}
.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
margin-bottom: 1em;
}
.vc_responsive .wpb_tour .wpb_tab {
padding-left: 1em;
padding-right: 1em;
}
}
.vc_chart .vc_chart-legend {
font-size: 14px;
margin: 0;
padding: 0;
}
.vc_chart .vc_chart-legend li {
line-height: 1.3em;
list-style: none;
margin: 0 0 0.3em 0;
min-height: 1.3em;
}
.vc_chart .vc_chart-legend span {
border-radius: 0.3em;
display: inline-block;
height: 1.3em;
left: 0;
margin-right: 0.5em;
vertical-align: middle;
width: 1.3em;
}
@media (min-width: 768px) {
.vc_chart .vc_chart-legend {
display: inline-block;
vertical-align: middle;
width: 40%;
}
.vc_chart .vc_chart-legend li {
margin-left: 1em;
}
.vc_chart .vc_chart-with-legend {
display: inline-block;
vertical-align: middle;
width: 60%;
}
}
.vc_line-chart .vc_chart-with-legend {
width: 75%;
}
.vc_line-chart .vc_chart-legend {
width: 25%;
}  .vc_tta-container {
margin-bottom: 21.73913043px;
}
.vc_tta-container h2 {
font-size: 22px;
font-weight: 700;
} .vc_tta.vc_general {
font-size: 1em;
}
.vc_tta.vc_general .vc_tta-panels-container,
.vc_tta.vc_general .vc_tta-panels {
box-sizing: border-box;
position: relative;
}
.vc_tta.vc_general .vc_tta-panel {
display: block;
}
.vc_tta.vc_general .vc_tta-panel-heading {
border: solid transparent;
box-sizing: border-box;
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-panel-title {
margin: 0;
line-height: 1;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
background: transparent;
display: block;
padding: 14px 20px;
box-sizing: border-box;
text-decoration: none;
color: inherit;
position: relative;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
border: none;
}
.vc_tta.vc_general .vc_tta-panel-title > a:focus,
.vc_tta.vc_general .vc_tta-panel-title > a:hover {
text-decoration: none;
outline: none;
}
.vc_tta.vc_general .vc_tta-panel-body {
border: solid transparent;
box-sizing: content-box;
padding: 14px 20px;
display: none;
overflow: hidden;
-webkit-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-panel-body > :last-child {
margin-bottom: 0;
}
.vc_tta.vc_general .vc_tta-panel.vc_active {
display: block;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
display: block;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
cursor: default;
}
.vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {
display: block;
min-height: 0;
}
.vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title > a:hover {
cursor: pointer;
}
.vc_tta.vc_general .vc_tta-tabs-container {
display: block;
position: relative;
z-index: 3;
}
.vc_tta.vc_general .vc_tta-tabs-list {
list-style-type: none;
display: block;
padding: 0;
margin: 0;
box-sizing: border-box;
}
.vc_tta.vc_general .vc_tta-tab {
display: inline-block;
padding: 0;
margin: 0;
}
.vc_tta.vc_general .vc_tta-tab > a {
padding: 14px 20px;
display: block;
box-sizing: border-box;
border: solid transparent;
position: relative;
text-decoration: none;
color: inherit;
-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-tab > a:hover,
.vc_tta.vc_general .vc_tta-tab > a:focus {
text-decoration: none;
outline: none;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
cursor: default;
text-decoration: none;
color: inherit;
-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a:hover {
cursor: default;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a::before,
.vc_tta.vc_general .vc_tta-tab.vc_active > a::after {
display: none;
content: '';
position: absolute;
border-width: inherit;
border-color: inherit;
border-style: inherit;
width: 100vw;
height: 200vw;
}
.vc_tta.vc_general .vc_tta-icon {
font-size: 1.15em;
line-height: 0;
display: inline;
}
.vc_tta.vc_general .vc_tta-icon::before {
display: inline;
}
.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
margin-left: 14px;
}
.vc_tta.vc_general .vc_tta-title-text:empty {
display: inline-block;
} .vc_tta-icon.fa,
.vc_tta-icon.vc_li {
vertical-align: middle;
} .vc_tta.vc_tta-accordion .vc_tta-tabs-container {
display: none;
} .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
display: none;
}
.vc_non_responsive .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
display: block;
}
.vc_non_responsive .vc_tta.vc_tta-tabs .vc_tta-panel-heading,
.vc_tta-o-non-responsive .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
display: none;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
display: block;
}
.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
display: none;
}
} .vc_tta.vc_tta-shape-square .vc_tta-panel-body {
min-height: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-panel-body,
.vc_tta.vc_tta-shape-square .vc_tta-panel-heading {
border-radius: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-tabs-container {
margin: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-tab > a {
border-radius: 0px;
}
.vc_non_responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
border-radius: 0px;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
border-radius: 0px;
}
}
.vc_tta.vc_tta-shape-square.vc_tta-o-no-fill .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
min-height: 10px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
border-radius: 5px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
margin: 5px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
border-radius: 5px;
}
.vc_non_responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
border-radius: 5px;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
border-radius: 5px;
}
}
.vc_tta.vc_tta-shape-rounded.vc_tta-o-no-fill .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.vc_tta.vc_tta-shape-round .vc_tta-panel-body {
min-height: 4em;
}
.vc_tta.vc_tta-shape-round .vc_tta-panel-body,
.vc_tta.vc_tta-shape-round .vc_tta-panel-heading {
border-radius: 2em;
}
.vc_tta.vc_tta-shape-round .vc_tta-tabs-container {
margin: 2em;
}
.vc_tta.vc_tta-shape-round .vc_tta-tab > a {
border-radius: 2em;
}
.vc_non_responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
border-radius: 2em;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
border-radius: 2em;
}
}
.vc_tta.vc_tta-shape-round.vc_tta-o-no-fill .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
border-top-left-radius: 2em;
border-top-right-radius: 2em;
} .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 5px;
height: 5px;
border-radius: 5px;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 5px;
height: 5px;
border-radius: 5px;
border-style: inherit;
border-width: inherit;
}
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 2em;
height: 2em;
border-radius: 2em;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 2em;
height: 2em;
border-radius: 2em;
border-style: inherit;
border-width: inherit;
}
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}  .vc_tta.vc_tta-style-default .vc_tta-panel-body,
.vc_tta.vc_tta-style-default .vc_tta-panel-heading {
border-width: 1px;
}
.vc_tta.vc_tta-style-default .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-default .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: -1px;
}
.vc_tta.vc_tta-style-default .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: -1px;
} .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
border-width: 1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tabs-list {
padding-left: 1px;
padding-top: 1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tab {
margin-left: -1px;
margin-top: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
border-width: 1px;
}
.vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
border: 1px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
margin: -1px;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
border: 1px solid transparent;
}
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
margin: -1px;
}
}
.vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
border-width: 1px;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}
.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: -1px;
}
.vc_tta.vc_tta-style-modern .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 {
margin-bottom: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tabs-list {
padding-left: 1px;
padding-top: 1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab {
margin-left: -1px;
margin-top: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab > a {
border-width: 1px;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}
.vc_tta.vc_tta-style-modern .vc_tta-tab.vc_active > a {
background-clip: border-box;
}
.vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
border: 1px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
margin: -1px;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
border: 1px solid transparent;
}
.vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
margin: -1px;
}
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body,
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
border-width: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tabs-list {
padding-left: 2px;
padding-top: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tab {
margin-left: -2px;
margin-top: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tab > a {
border-width: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after {
display: block;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
}
.vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
border: 2px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
margin: -2px;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
border: 2px solid transparent;
}
.vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
margin: -2px;
}
}
.vc_tta.vc_tta-style-flat .vc_tta-panel-body,
.vc_tta.vc_tta-style-flat .vc_tta-panel-heading {
border-width: 0;
}  .vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
border-color: #DFDFDF;
background-color: #fff;
}
.vc_tta-style-default .vc_tta-panel .vc_tta-panel-title > a {
padding: 16px 65px 13px 19px;
color: #333;
}
.vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-controls-icon-position-left.vc_tta-panel-title > a  { padding-left: 55px; }
.vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-controls-icon-position-right.vc_tta-panel-title > a { padding-right: 55px; }
.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
background-color: #fff;
}
.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body,
.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body::after {
border-color: #DFDFDF;
}
.vc_tta.vc_tta-style-default.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 10px;
}
.vc_tta.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus {
display: block;
width: 30px;
height: 30px;
text-align: center;
background-color: #f8f8f8;
border-radius: 3px;
font-style: normal;
-webkit-transition: background-color .7s ease, color .7s ease;
transition: background-color .7s ease, color .7s ease;
}
.vc_tta.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
text-align: center;
font-size: 15px;
font-family: 'fontello';
line-height: 30px;
content: '\f011';
border: none;
display: block;
-webkit-transition: background-color .7s ease, color .7s ease;
transition: background-color .7s ease, color .7s ease;
}
.vc_tta.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #fff;
}
.vc_tta.vc_tta-style-default .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
display: block;
content: '\ece8';
}
.vc_tta.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::before { display: none; }
.vc_tta-style-default .vc_tta-tab > a { border-color: #DFDFDF; } .vc_tta.vc_tta-style-default .vc_tta-tab > a {
padding: 9px 17px 10px;
background-color: #fff;
font-size: 16px;
color: #333;
-webkit-transition: color .7s ease, border-color .7s ease, background-color .7s ease;
transition: color .7s ease, border-color .7s ease, background-color .7s ease;
}
.vc_tta.vc_tta-style-default .vc_tta-tabs-list {
padding-left: 1px;
padding-top: 1px;
}
.vc_tta.vc_tta-style-default .vc_tta-tab {
margin-left: -1px;
margin-top: -1px;
}
.vc_tta.vc_tta-style-default .vc_tta-tab > a {
border-width: 1px;
border-style: solid;
border-color: #DFDFDF;
}
.vc_tta.vc_tta-style-default.vc_tta-tabs .vc_tta-panels {
border: 1px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-default.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-default.vc_tta-tabs .vc_tta-panel {
margin: -1px;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-style-default.vc_tta-tabs .vc_tta-panels {
border-color: #DFDFDF;
}
.vc_tta.vc_tta-style-default.vc_tta-tabs .vc_tta-panel {
margin: -1px;
}
}
.vc_tta.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta.vc_tta-style-default .vc_tta-tab.vc_active > a {
color: #fff;
-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}
@media (min-width: 768px) {
.vc_tta-style-default.vc_tta-tabs .vc_tta-panels {
background-color: #fff;
}
.vc_tta-style-default.vc_tta-tabs .vc_tta-panels,
.vc_tta-style-default.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-style-default.vc_tta-tabs .vc_tta-panels::after {
border-color: #DFDFDF;
}
.vc_tta-style-default.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-default .vc_tta-tabs-container {
margin-bottom: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-default .vc_tta-tabs-container {
margin-top: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-default .vc_tta-tabs-container {
margin-right: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-default .vc_tta-tabs-container {
margin-left: -1px;
}
.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-style-default .vc_tta-tab.vc_active > a {
border-color: #DFDFDF;
} .vc_tta-color-blue.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-blue.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #018bc8;
}
.vc_tta-color-turquoise.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-turquoise.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #00b3c0;
}
.vc_tta-color-pink.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-pink.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #fe5e52;
}
.vc_tta-color-violet.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-violet.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #8462c0;
}
.vc_tta-color-peacoc.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-peacoc.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #4cadc9;
}
.vc_tta-color-chino.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-chino.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #cec2ab;
}
.vc_tta-color-mulled-wine.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-mulled-wine.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #50485b;
}
.vc_tta-color-vista-blue.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-vista-blue.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #75d69c;
}
.vc_tta-color-orange.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-orange.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #f7be68;
}
.vc_tta-color-sky.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-sky.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #5aa1e3;
}
.vc_tta-color-green.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-green.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #6dab3c;
}
.vc_tta-color-juicy-pink.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-juicy-pink.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #f4524d;
}
.vc_tta-color-sandy-brown.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-sandy-brown.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #f79468;
}
.vc_tta-color-purple.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-purple.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #b97ebb;
}
.vc_tta-color-black.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-black.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #2a2a2a;
}
.vc_tta-color-grey.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-grey.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #f8f8f8;
}
.vc_tta-color-white.vc_tta-style-default .vc_tta-tab:hover > a,
.vc_tta-color-white.vc_tta-style-default .vc_tta-tab.vc_active > a {
background-color: #fff;
} .vc_tta.vc_tta-color-blue.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #018bc8;
}
.vc_tta.vc_tta-color-blue.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #018bc8;
}
.vc_tta.vc_tta-color-turquoise.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #00b3c0;
}
.vc_tta.vc_tta-color-turquoise.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #00b3c0;
}
.vc_tta.vc_tta-color-pink.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #fe5e52;
}
.vc_tta.vc_tta-color-pink.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #fe5e52;
}
.vc_tta.vc_tta-color-violet.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #8462c0;
}
.vc_tta.vc_tta-color-violet.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #8462c0;
}
.vc_tta.vc_tta-color-peacoc.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #4cadc9;
}
.vc_tta.vc_tta-color-peacoc.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #4cadc9;
}
.vc_tta.vc_tta-color-chino.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #cec2ab;
}
.vc_tta.vc_tta-color-chino.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #cec2ab;
}
.vc_tta.vc_tta-color-mulled-wine.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #50485b;
}
.vc_tta.vc_tta-color-mulled-wine.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #50485b;
}
.vc_tta.vc_tta-color-vista-blue.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #75d69c;
}
.vc_tta.vc_tta-color-vista-blue.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #75d69c;
}
.vc_tta.vc_tta-color-orange.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #f7be68;
}
.vc_tta.vc_tta-color-orange.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #f7be68;
}
.vc_tta.vc_tta-color-sky.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #5aa1e3;
}
.vc_tta.vc_tta-color-sky.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #5aa1e3;
}
.vc_tta.vc_tta-color-green.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #6dab3c;
}
.vc_tta.vc_tta-color-green.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #6dab3c;
}
.vc_tta.vc_tta-color-juicy-pink.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #f4524d;
}
.vc_tta.vc_tta-color-juicy-pink.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #f4524d;
}
.vc_tta.vc_tta-color-sandy-brown.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #f79468;
}
.vc_tta.vc_tta-color-sandy-brown.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #f79468;
}
.vc_tta.vc_tta-color-purple.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #b97ebb;
}
.vc_tta.vc_tta-color-purple.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #b97ebb;
}
.vc_tta.vc_tta-color-black.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #2a2a2a;
}
.vc_tta.vc_tta-color-black.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #2a2a2a;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #f8f8f8;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #f8f8f8;
}
.vc_tta.vc_tta-color-white.vc_tta-style-default .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus {
background-color: #fff;
}
.vc_tta.vc_tta-color-white.vc_tta-style-default .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
color: #fff;
} .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #4868cf;
background-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #4868cf;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a {
border-color: #4868cf;
background-color: #5472d2;
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #3c5ecc;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #4868cf;
background-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #4868cf;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a {
border-color: #4868cf;
background-color: #5472d2;
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #3c5ecc;
}
.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #5472d2;
background-color: transparent;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #5472d2;
background-color: transparent;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab > a {
border-color: #5472d2;
background-color: transparent;
color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #5472d2;
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #5472d2;
background-color: transparent;
color: #5472d2;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #5472d2;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #4868cf;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #3c5ecc;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a {
background-color: #4868cf;
color: #ffffff;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #3c5ecc;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #5472d2;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #5472d2;
}
.vc_non_responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #5472d2;
}
.vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #00b3c0;
background-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #00b3c0;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a {
border-color: #00b3c0;
background-color: #00c1cf;
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #00a4b0;
}
.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #00b3c0;
background-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #00b3c0;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a {
border-color: #00b3c0;
background-color: #00c1cf;
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #00a4b0;
}
.vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #00c1cf;
background-color: transparent;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #00c1cf;
background-color: transparent;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab > a {
border-color: #00c1cf;
background-color: transparent;
color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #00c1cf;
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #00c1cf;
background-color: transparent;
color: #00c1cf;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #00c1cf;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #00b3c0;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #00a4b0;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-turquoise.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab > a {
background-color: #00b3c0;
color: #ffffff;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #00a4b0;
}
.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #00c1cf;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #00c1cf;
}
.vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #00c1cf;
}
.vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #fe5e52;
background-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #fe5e52;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab > a {
border-color: #fe5e52;
background-color: #fe6c61;
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #fe5043;
}
.vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #fe5e52;
background-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #fe5e52;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a {
border-color: #fe5e52;
background-color: #fe6c61;
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #fe5043;
}
.vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #fe6c61;
background-color: transparent;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #fe6c61;
background-color: transparent;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab > a {
border-color: #fe6c61;
background-color: transparent;
color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #fe6c61;
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #fe6c61;
background-color: transparent;
color: #fe6c61;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #fe6c61;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #fe5e52;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #fe5043;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab > a {
background-color: #fe5e52;
color: #ffffff;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #fe5043;
}
.vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #fe6c61;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #fe6c61;
}
.vc_non_responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #fe6c61;
}
.vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #8462c0;
background-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #8462c0;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab > a {
border-color: #8462c0;
background-color: #8d6dc4;
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #7c57bb;
}
.vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #8462c0;
background-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #8462c0;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a {
border-color: #8462c0;
background-color: #8d6dc4;
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #7c57bb;
}
.vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #8d6dc4;
background-color: transparent;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #8d6dc4;
background-color: transparent;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a {
border-color: #8d6dc4;
background-color: transparent;
color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #8d6dc4;
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #8d6dc4;
background-color: transparent;
color: #8d6dc4;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #8d6dc4;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #8462c0;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #7c57bb;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-violet.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab > a {
background-color: #8462c0;
color: #ffffff;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #7c57bb;
}
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #8d6dc4;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #8d6dc4;
}
.vc_non_responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #8d6dc4;
}
.vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #40a8c5;
background-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #40a8c5;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab > a {
border-color: #40a8c5;
background-color: #4cadc9;
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #39a0bd;
}
.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #40a8c5;
background-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #40a8c5;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a {
border-color: #40a8c5;
background-color: #4cadc9;
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #39a0bd;
}
.vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #4cadc9;
background-color: transparent;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #4cadc9;
background-color: transparent;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab > a {
border-color: #4cadc9;
background-color: transparent;
color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #4cadc9;
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #4cadc9;
background-color: transparent;
color: #4cadc9;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #4cadc9;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #40a8c5;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #39a0bd;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-peacoc.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab > a {
background-color: #40a8c5;
color: #ffffff;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #39a0bd;
}
.vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #4cadc9;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #4cadc9;
}
.vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #4cadc9;
}
.vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #c8bba1;
background-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #c8bba1;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a {
border-color: #c8bba1;
background-color: #cec2ab;
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #c3b498;
}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #c8bba1;
background-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #c8bba1;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a {
border-color: #c8bba1;
background-color: #cec2ab;
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #c3b498;
}
.vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #cec2ab;
background-color: transparent;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #cec2ab;
background-color: transparent;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab > a {
border-color: #cec2ab;
background-color: transparent;
color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #cec2ab;
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #cec2ab;
background-color: transparent;
color: #cec2ab;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #cec2ab;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #c8bba1;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #c3b498;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-chino.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab > a {
background-color: #c8bba1;
color: #ffffff;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #c3b498;
}
.vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #cec2ab;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #cec2ab;
}
.vc_non_responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #cec2ab;
}
.vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #484152;
background-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #484152;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab > a {
border-color: #484152;
background-color: #50485b;
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #413a4a;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #484152;
background-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #484152;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a {
border-color: #484152;
background-color: #50485b;
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #413a4a;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #50485b;
background-color: transparent;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #50485b;
background-color: transparent;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab > a {
border-color: #50485b;
background-color: transparent;
color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #50485b;
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #50485b;
background-color: transparent;
color: #50485b;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #50485b;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #484152;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #413a4a;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab > a {
background-color: #484152;
color: #ffffff;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #413a4a;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #50485b;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #50485b;
}
.vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #50485b;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #69d294;
background-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #69d294;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab > a {
border-color: #69d294;
background-color: #75d69c;
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #5dcf8b;
}
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #69d294;
background-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #69d294;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a {
border-color: #69d294;
background-color: #75d69c;
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #5dcf8b;
}
.vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #75d69c;
background-color: transparent;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #75d69c;
background-color: transparent;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab > a {
border-color: #75d69c;
background-color: transparent;
color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #75d69c;
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #75d69c;
background-color: transparent;
color: #75d69c;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #75d69c;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #69d294;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #5dcf8b;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab > a {
background-color: #69d294;
color: #ffffff;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #5dcf8b;
}
.vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #75d69c;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #75d69c;
}
.vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #75d69c;
}
.vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #f6b859;
background-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f6b859;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a {
border-color: #f6b859;
background-color: #f7be68;
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #f5b14b;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #f6b859;
background-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f6b859;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a {
border-color: #f6b859;
background-color: #f7be68;
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #f5b14b;
}
.vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #f7be68;
background-color: transparent;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f7be68;
background-color: transparent;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab > a {
border-color: #f7be68;
background-color: transparent;
color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #f7be68;
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #f7be68;
background-color: transparent;
color: #f7be68;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #f7be68;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #f6b859;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f5b14b;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-orange.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab > a {
background-color: #f6b859;
color: #ffffff;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #f5b14b;
}
.vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #f7be68;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #f7be68;
}
.vc_non_responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #f7be68;
}
.vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #4d9ae1;
background-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #4d9ae1;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab > a {
border-color: #4d9ae1;
background-color: #5aa1e3;
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #4092df;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #4d9ae1;
background-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #4d9ae1;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a {
border-color: #4d9ae1;
background-color: #5aa1e3;
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #4092df;
}
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #5aa1e3;
background-color: transparent;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #5aa1e3;
background-color: transparent;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab > a {
border-color: #5aa1e3;
background-color: transparent;
color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #5aa1e3;
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #5aa1e3;
background-color: transparent;
color: #5aa1e3;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #5aa1e3;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #4d9ae1;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #4092df;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sky.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab > a {
background-color: #4d9ae1;
color: #ffffff;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #4092df;
}
.vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #5aa1e3;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #5aa1e3;
}
.vc_non_responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #5aa1e3;
}
.vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #66a038;
background-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #66a038;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab > a {
border-color: #66a038;
background-color: #6dab3c;
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #5f9434;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #66a038;
background-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #66a038;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a {
border-color: #66a038;
background-color: #6dab3c;
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #5f9434;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #6dab3c;
background-color: transparent;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #6dab3c;
background-color: transparent;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-tab > a {
border-color: #6dab3c;
background-color: transparent;
color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-green.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #6dab3c;
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #6dab3c;
background-color: transparent;
color: #6dab3c;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #6dab3c;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #66a038;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #5f9434;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-green.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-tab > a {
background-color: #66a038;
color: #ffffff;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-green.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #5f9434;
}
.vc_tta-color-green.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #6dab3c;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #6dab3c;
}
.vc_non_responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #6dab3c;
}
.vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #f3443f;
background-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f3443f;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a {
border-color: #f3443f;
background-color: #f4524d;
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #f23630;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #f3443f;
background-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f3443f;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a {
border-color: #f3443f;
background-color: #f4524d;
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #f23630;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #f4524d;
background-color: transparent;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f4524d;
background-color: transparent;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab > a {
border-color: #f4524d;
background-color: transparent;
color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #f4524d;
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #f4524d;
background-color: transparent;
color: #f4524d;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #f4524d;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #f3443f;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f23630;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab > a {
background-color: #f3443f;
color: #ffffff;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #f23630;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #f4524d;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #f4524d;
}
.vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #f4524d;
}
.vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #f68a59;
background-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f68a59;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab > a {
border-color: #f68a59;
background-color: #f79468;
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #f57f4b;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #f68a59;
background-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f68a59;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a {
border-color: #f68a59;
background-color: #f79468;
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #f57f4b;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #f79468;
background-color: transparent;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f79468;
background-color: transparent;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab > a {
border-color: #f79468;
background-color: transparent;
color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #f79468;
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #f79468;
background-color: transparent;
color: #f79468;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #f79468;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #f68a59;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f57f4b;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab > a {
background-color: #f68a59;
color: #ffffff;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #f57f4b;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #f79468;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #f79468;
}
.vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #f79468;
}
.vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #b474b6;
background-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #b474b6;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a {
border-color: #b474b6;
background-color: #b97ebb;
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #ae6ab0;
}
.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #b474b6;
background-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #b474b6;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a {
border-color: #b474b6;
background-color: #b97ebb;
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #ae6ab0;
}
.vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #b97ebb;
background-color: transparent;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #b97ebb;
background-color: transparent;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab > a {
border-color: #b97ebb;
background-color: transparent;
color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #b97ebb;
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #b97ebb;
background-color: transparent;
color: #b97ebb;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #b97ebb;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #b474b6;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #ae6ab0;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-purple.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab > a {
background-color: #b474b6;
color: #ffffff;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #ae6ab0;
}
.vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #b97ebb;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #b97ebb;
}
.vc_non_responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #b97ebb;
}
.vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #222222;
background-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #222222;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab > a {
border-color: #222222;
background-color: #2a2a2a;
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #1b1b1b;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #222222;
background-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #222222;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a {
border-color: #222222;
background-color: #2a2a2a;
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #1b1b1b;
}
.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #2a2a2a;
background-color: transparent;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #2a2a2a;
background-color: transparent;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a {
border-color: #2a2a2a;
background-color: transparent;
color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #2a2a2a;
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #2a2a2a;
background-color: transparent;
color: #2a2a2a;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #2a2a2a;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #222222;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #1b1b1b;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-tab > a {
background-color: #222222;
color: #ffffff;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-black.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #1b1b1b;
}
.vc_tta-color-black.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #2a2a2a;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #2a2a2a;
}
.vc_non_responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #2a2a2a;
}
.vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f0f0f0;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
border-color: #e3e3e3;
background-color: #ebebeb;
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #dcdcdc;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f0f0f0;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f0f0f0;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a {
border-color: #e3e3e3;
background-color: #ebebeb;
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #dcdcdc;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #e3e3e3;
background-color: transparent;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #ebebeb;
background-color: transparent;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a {
border-color: #e3e3e3;
background-color: transparent;
color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #ebebeb;
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #ebebeb;
background-color: transparent;
color: #ebebeb;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #ebebeb;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f0f0f0;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
background-color: #e3e3e3;
color: #666666;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #dcdcdc;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #ebebeb;
color: #666666;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #ebebeb;
}
.vc_non_responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #ebebeb;
}
.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #f7f7f7;
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f7f7f7;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f7f7f7;
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f7f7f7;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
border-color: #f7f7f7;
background-color: #ffffff;
color: #666666;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #f0f0f0;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #f7f7f7;
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f7f7f7;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f7f7f7;
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: #f7f7f7;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a {
border-color: #f7f7f7;
background-color: #ffffff;
color: #666666;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #f0f0f0;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: #f0f0f0;
}
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #f7f7f7;
background-color: transparent;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #ffffff;
background-color: transparent;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: transparent;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-white.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab > a {
border-color: #f7f7f7;
background-color: transparent;
color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #ffffff;
color: #666666;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #ffffff;
background-color: transparent;
color: #ffffff;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #ffffff;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: transparent;
}
.vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
background-color: #fafafa;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f2f2f2;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #666666;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #666666;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
background-color: #fafafa;
color: #666666;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #f2f2f2;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
background-color: #ffffff;
color: #666666;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #ffffff;
}
.vc_non_responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #ffffff;
}
.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
} .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
.vc_non_responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
border-color: transparent;
background-color: transparent;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
margin: 0;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-top .vc_tta-panel-body,
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-bottom .vc_tta-panel-body {
padding-left: 0;
padding-right: 0;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left .vc_tta-panel-body,
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-right .vc_tta-panel-body {
padding-top: 0;
padding-bottom: 0;
} .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 1px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 1px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
padding: 0;
margin-top: -1px;
margin-bottom: 0px;
margin-left: -1px;
margin-right: 0px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
margin-top: 1px;
margin-bottom: 0px;
margin-left: 1px;
margin-right: 0px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 2px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 2px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-tabs-list {
padding: 0;
margin-top: -1px;
margin-bottom: -1px;
margin-left: -1px;
margin-right: -1px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-tab {
margin-top: 1px;
margin-bottom: 1px;
margin-left: 1px;
margin-right: 1px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 3px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 3px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-tabs-list {
padding: 0;
margin-top: -2px;
margin-bottom: -1px;
margin-left: -2px;
margin-right: -1px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-tab {
margin-top: 2px;
margin-bottom: 1px;
margin-left: 2px;
margin-right: 1px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 4px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 4px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-tabs-list {
padding: 0;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -2px;
margin-right: -2px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-tab {
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 5px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 5px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-tabs-list {
padding: 0;
margin-top: -3px;
margin-bottom: -2px;
margin-left: -3px;
margin-right: -2px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-tab {
margin-top: 3px;
margin-bottom: 2px;
margin-left: 3px;
margin-right: 2px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 10px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 10px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tabs-list {
padding: 0;
margin-top: -5px;
margin-bottom: -5px;
margin-left: -5px;
margin-right: -5px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tab {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 15px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 15px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-tabs-list {
padding: 0;
margin-top: -8px;
margin-bottom: -7px;
margin-left: -8px;
margin-right: -7px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-tab {
margin-top: 8px;
margin-bottom: 7px;
margin-left: 8px;
margin-right: 7px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 20px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 20px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-tabs-list {
padding: 0;
margin-top: -10px;
margin-bottom: -10px;
margin-left: -10px;
margin-right: -10px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-tab {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 25px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 25px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-tabs-list {
padding: 0;
margin-top: -13px;
margin-bottom: -12px;
margin-left: -13px;
margin-right: -12px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-tab {
margin-top: 13px;
margin-bottom: 12px;
margin-left: 13px;
margin-right: 12px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 30px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 30px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-tabs-list {
padding: 0;
margin-top: -15px;
margin-bottom: -15px;
margin-left: -15px;
margin-right: -15px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-tab {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 35px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: 35px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-tabs-list {
padding: 0;
margin-top: -18px;
margin-bottom: -17px;
margin-left: -18px;
margin-right: -17px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-tab {
margin-top: 18px;
margin-bottom: 17px;
margin-left: 18px;
margin-right: 17px;
} .vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 1px;
}
.vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 1px;
}
.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 2px;
}
.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 2px;
}
.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 3px;
}
.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 3px;
}
.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 4px;
}
.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 4px;
}
.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 5px;
}
.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 5px;
}
.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 10px;
}
.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 10px;
}
.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 15px;
}
.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 15px;
}
.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 20px;
}
.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 20px;
}
.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 25px;
}
.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 25px;
}
.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 30px;
}
.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 30px;
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
margin-top: 35px;
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
margin-bottom: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-right: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 35px;
} .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
right: auto;
top: auto;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
left: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
overflow: hidden;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-top: 0;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media (min-width: 768px) {
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
overflow: hidden;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
display: block;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after {
right: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
overflow: hidden;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-top: 0;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media (min-width: 768px) {
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
overflow: hidden;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab {
display: block;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after {
left: auto;
top: auto;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
border-top-left-radius: 0;
border-top-right-radius: 0;
} .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after {
display: none;
}
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-container,
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-list,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list {
overflow: initial;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
border-bottom-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::before {
display: block;
height: auto;
top: 100%;
right: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::after {
display: block;
height: auto;
top: 100%;
left: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-top: 0;
margin-bottom: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
margin-bottom: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tabs-container {
margin-bottom: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-panels {
border-top-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab > a {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a {
border-top-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::before {
display: block;
height: auto;
bottom: 100%;
right: 100%;
border-top: 0;
border-left: 0;
border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::after {
display: block;
height: auto;
bottom: 100%;
left: 100%;
border-top: 0;
border-left: 0;
border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-top: 0;
margin-bottom: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-modern .vc_tta-tabs-container {
margin-top: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline .vc_tta-tabs-container {
margin-top: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline .vc_tta-panels {
border-bottom-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab > a {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
border-right-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::before {
display: block;
width: auto;
left: 100%;
bottom: 100%;
border-bottom: 0;
border-top: 0;
border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::after {
display: block;
width: auto;
left: 100%;
top: 100%;
border-bottom: 0;
border-top: 0;
border-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tabs-container {
margin-left: 0;
margin-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-modern .vc_tta-tabs-container {
margin-right: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tabs-container {
margin-right: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-panels {
border-left-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panels,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panels {
margin-top: 0;
border-top-left-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before {
display: none;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab > a {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a {
border-left-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::before {
display: block;
width: auto;
right: 100%;
bottom: 100%;
border-bottom: 0;
border-top: 0;
border-left: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::after {
display: block;
width: auto;
right: 100%;
top: 100%;
border-bottom: 0;
border-top: 0;
border-left: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-left: 0;
margin-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-modern .vc_tta-tabs-container {
margin-left: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tabs-container {
margin-left: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-panels {
border-right-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panels,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panels {
margin-top: 0;
border-top-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before {
display: none;
} .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xs .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xs .vc_tta-tabs-container {
-webkit-flex-basis: 10%;
-ms-flex-preferred-size: 10%;
flex-basis: 10%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-sm .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-sm .vc_tta-tabs-container {
flex-basis: 20%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-md .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-md .vc_tta-tabs-container {
flex-basis: 30%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg .vc_tta-tabs-container {
flex-basis: 40%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xl .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xl .vc_tta-tabs-container {
flex-basis: 50%;
} .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading {
text-align: left;
}
.vc_tta.vc_tta-controls-align-right .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-right .vc_tta-panel-heading {
text-align: right;
}
.vc_tta.vc_tta-controls-align-center .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-center .vc_tta-panel-heading {
text-align: center;
} .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-left: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
display: none;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
border-top-left-radius: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-left: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
display: none;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
border-bottom-left-radius: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-right: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
display: none;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
border-top-right-radius: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
margin-right: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
display: none;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
border-bottom-right-radius: 0;
}   .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 30px;
margin-bottom: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
padding-top: 60px;
}
.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom .vc_pagination {
top: auto;
bottom: 100%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
} .vc_tta .vc_tta-controls-icon {
display: inline-block;
vertical-align: middle;
height: 12px;
width: 12px;
position: relative;
font-size: inherit;
margin: 0;
}
.vc_tta .vc_tta-controls-icon:before,
.vc_tta .vc_tta-controls-icon:after {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.vc_tta .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon {
margin-left: 0;
} .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
content: '';
display: block;
position: absolute;
box-sizing: border-box;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-style: solid;
border-width: 2px 0 0 0;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
content: '';
display: block;
position: absolute;
box-sizing: border-box;
left: 50%;
bottom: 0;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-style: solid;
border-width: 0 0 0 2px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
content: '';
display: block;
position: absolute;
box-sizing: border-box;
left: 2px;
right: 2px;
top: 2px;
bottom: 2px;
border-style: solid;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%);
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
content: '';
display: block;
position: absolute;
box-sizing: border-box;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-style: solid;
border-width: 6px;
border-bottom-color: transparent !important;
border-right-color: transparent !important;
border-left-color: transparent !important;
-webkit-transform: translateY(25%);
-ms-transform: translateY(25%);
transform: translateY(25%);
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
display: none;
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
-webkit-transform: rotate(225deg) translate(-25%, -25%);
-ms-transform: rotate(225deg) translate(-25%, -25%);
transform: rotate(225deg) translate(-25%, -25%);
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
-webkit-transform: rotate(180deg) translateY(25%);
-ms-transform: rotate(180deg) translateY(25%);
transform: rotate(180deg) translateY(25%);
} .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
padding-left: 46px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
padding-right: 42px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px;
}
.vc_general.vc_pagination {
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.vc_general.vc_pagination .vc_pagination-item {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
}
.vc_general.vc_pagination .vc_pagination-trigger {
display: block;
text-decoration: none;
cursor: pointer;
height: 10px;
width: 10px;
margin: 5px 7px;
background: transparent;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border: none;
}
.vc_general.vc_pagination .vc_pagination-trigger:focus {
outline: none;
}
.vc_general.vc_pagination .vc_active .vc_pagination-trigger {
cursor: default;
}
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
border: 3px solid transparent;
}
.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
opacity: .6;
}
.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
opacity: 1;
}
.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger {
opacity: 1;
}
.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
border-radius: 50%;
}
.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger {
border-radius: 3px;
}
.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #5472d2;
}
.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #5472d2;
}
.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #5472d2;
}
.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #5472d2;
}
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #00c1cf;
}
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #00c1cf;
}
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #00c1cf;
}
.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #00c1cf;
}
.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #fe6c61;
}
.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #fe6c61;
}
.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #fe6c61;
}
.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #fe6c61;
}
.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #8d6dc4;
}
.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #8d6dc4;
}
.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #8d6dc4;
}
.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #8d6dc4;
}
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #4cadc9;
}
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #4cadc9;
}
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #4cadc9;
}
.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #4cadc9;
}
.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #cec2ab;
}
.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #cec2ab;
}
.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #cec2ab;
}
.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #cec2ab;
}
.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #50485b;
}
.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #50485b;
}
.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #50485b;
}
.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #50485b;
}
.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #75d69c;
}
.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #75d69c;
}
.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #75d69c;
}
.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #75d69c;
}
.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #f7be68;
}
.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #f7be68;
}
.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #f7be68;
}
.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #f7be68;
}
.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #5aa1e3;
}
.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #5aa1e3;
}
.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #5aa1e3;
}
.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #5aa1e3;
}
.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #6dab3c;
}
.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #6dab3c;
}
.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #6dab3c;
}
.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #6dab3c;
}
.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #f4524d;
}
.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #f4524d;
}
.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #f4524d;
}
.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #f4524d;
}
.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #f79468;
}
.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #f79468;
}
.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #f79468;
}
.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #f79468;
}
.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #b97ebb;
}
.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #b97ebb;
}
.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #b97ebb;
}
.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #b97ebb;
}
.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #2a2a2a;
}
.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #2a2a2a;
}
.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #2a2a2a;
}
.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #2a2a2a;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #ebebeb;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #ebebeb;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #ebebeb;
}
.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #ebebeb;
}
.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #ffffff;
}
.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
background-color: #ffffff;
}
.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #ffffff;
}
.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger {
background-color: #ffffff;
}
@media (max-width: 768px) {
.vc_tta-container .vc_pagination {
display: none;
}
} .wpb_column .wpb_wrapper .wpb_teaser_grid {
float: none;
}
body ul.wpb_thumbnails-fluid li { padding: 0;
margin-left: 0;
background-image: none;
list-style: none !important;
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
display: none !important;
}
body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
margin-bottom: 0;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
padding: 0;
overflow: visible !important;
}  .wpb_teaser_grid .entry-content {
margin: 0;
padding: 0;
width: 100%;
}
.grid_layout-thumbnail .post-thumb {
margin-bottom: 0;
}
.grid_layout-thumbnail .post-thumb img {
max-width: 100%;
} .wpb_carousel .wpb_wrapper {
position: relative;
}
.wpb_carousel .prev,
.wpb_carousel .next {
position: absolute;
top: 3px;
background-color: #f7f7f7;
padding: 0px 6px 0px 6px;
font-size: 12px;
z-index: 10;
text-decoration: none;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
background-color: #f0f0f0;
}
.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
outline: none;
text-decoration: none;
}
.wpb_carousel .prev {
right: 30px;
}
.wpb_carousel .next {
right: 0px;
}
.wpb_carousel .wpb_thumbnails-fluid {
width: 100%;
}
.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
height: auto !important;
} .wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0 0 10px 0;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
display: block;
float: left;
margin: 0 10px 10px 0;
background-image: none;
list-style: none !important;
}
.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
border: none;
text-decoration: none;
}
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
border-bottom: 1px dotted;
}
.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
border-bottom: 1px dotted;
}
@media (max-width: 480px) {
.vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
margin-left: 0;
width: auto;
}
.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
width: 100%;
float: none;
display: block;
margin-left: 0;
margin-right: 0;
}
} .wpb_image_grid .wpb_image_grid_ul {
margin: 0;
padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul > li {
background-image: none;
list-style: none !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
display: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
list-style: none;
margin: 0 1px 1px 0;
max-width: 100%;
float: left;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item img {
max-width: none;
}
.wpb_image_grid .wpb_image_grid_ul a {
display: block;
}
.wpb_image_grid .wpb_image_grid_ul img {
display: block;
max-width: 100%;
height: auto;
} .wpb_gallery .theme-default .nivoSlider {
margin-bottom: 0;
}
.wpb_gallery .theme-default .nivo-controlNav {
padding: 10px 0 3px 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
bottom: -35px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
cursor: default;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
border: none;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
line-height: 1;
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
z-index: 10;
} #content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
list-style: none;
padding: 0;
background-image: none;
margin: 0;
} .flickr_badge_image {
margin: 0 10px 10px 0px;
width: 72px;
height: 72px;
float: left;
background: none;
padding: 0;
}
.flickr_badge_image a {
border: none;
}
.flickr_badge_image img {
margin: 0;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.wpb_flickr_widget p.flickr_stream_wrap {
clear: both;
margin-bottom: 0;
font-size: 80%;
}
.wpb_flickr_widget p.flickr_stream_wrap a {
background-image: url(https://56c8f3.claudeassets.com/20220129042655im_/http://i0.wp.com/www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/images/flickr.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
display: inline-block;
} .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 56%;
position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
padding-top: 0 !important;
position: static;
}
.wpb_video_widget .wpb_wrapper iframe {
width: 100%;
height: 100%;
display: block;
position: absolute;
margin: 0;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpb_video_wrapper .fluid-width-video-wrapper {
padding-top: 0 !important;
position: static;
} .wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
background-color: #f7f7f7;
opacity: 1;
filter: alpha(opacity=100);
color: inherit;
padding: 10px 15px;
position: static;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li {
background-image: none;
list-style: none !important;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
display: none !important;
} .vc_progress_bar {
position: relative;
padding: 20px 19px;
border: 1px solid #DFDFDF;
background-color: #fff;
background-clip: padding-box;
border-radius: 3px;
}
.vc_progress_bar .vc_single_bar {
padding: 2px;
border: 1px solid #DFDFDF;
position: relative;
border-radius: 3px;
height: 12px;
}
.vc_progress_bar .vc_single_bar:not(:last-child) { margin-bottom: 14px; }
.vc_progress_bar .vc_single_bar:last-child { margin-bottom: 0; }
.vc_progress_bar .vc_label {
display: block;
margin-bottom: 5px;
font-size: 14px;
}
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
background-color: #4ac4fa;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
background-color: #0074cc;
}
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
background-color: #49afcd;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
background-color: #49afcd;
}
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
background-color: #5bb75b;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
background-color: #5bb75b;
}
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
background-color: #faa732;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
background-color: #faa732;
}
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
background-color: #da4f49;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
background-color: #da4f49;
}
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
background-color: #414141;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
background-color: #414141;
}
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
background-color: #5472d2;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
background-color: #5472d2;
}
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
background-color: #00c1cf;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
background-color: #00c1cf;
}
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
background-color: #fe6c61;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
background-color: #fe6c61;
}
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
background-color: #8d6dc4;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
background-color: #8d6dc4;
}
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
background-color: #4cadc9;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
background-color: #4cadc9;
}
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
background-color: #cec2ab;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
background-color: #cec2ab;
}
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
background-color: #50485b;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
background-color: #50485b;
}
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
background-color: #75d69c;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar {
background-color: #75d69c;
}
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar {
background-color: #75d69c;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
background-color: #75d69c;
}
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
background-color: #2a2a2a;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
background-color: #2a2a2a;
}
.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
background-color: #ebebeb;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
background-color: #ebebeb;
}
.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
background-color: #f7be68;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
background-color: #f7be68;
}
.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
background-color: #5aa1e3;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
background-color: #5aa1e3;
}
.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
background-color: #6dab3c;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
background-color: #6dab3c;
}
.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
background-color: #f4524d;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
background-color: #f4524d;
}
.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
background-color: #f79468;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
background-color: #f79468;
}
.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
background-color: #b97ebb;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
background-color: #b97ebb;
}
.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
background-color: #ffffff;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
background-color: #ffffff;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_bar { background-color: #4ac4fa; }
.vc_progress_bar .vc_single_bar.bar_blue .vc_label { }
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar { background-color: #49afcd; }
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label { }
.vc_progress_bar .vc_single_bar.bar_green .vc_bar { background-color: #5bb75b; }
.vc_progress_bar .vc_single_bar.bar_green .vc_label { }
.vc_progress_bar .vc_single_bar.bar_orange .vc_bar { background-color: #faa732; }
.vc_progress_bar .vc_single_bar.bar_orange .vc_label { }
.vc_progress_bar .vc_single_bar.bar_red .vc_bar { background-color: #da4f49; }
.vc_progress_bar .vc_single_bar.bar_red .vc_label { }
.vc_progress_bar .vc_single_bar.bar_black .vc_bar { background-color: #414141; }
.vc_progress_bar .vc_single_bar.bar_black .vc_label { }
.vc_progress_bar .vc_single_bar .vc_bar {
display: block;
height: 6px;
background-color: #e0e0e0;
width: 0;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.vc_progress_bar .vc_single_bar .vc_bar.animated {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
} .vc_pie_chart {
z-index: 0;
text-align: center;
opacity: 0;
filter: alpha(opacity=0);
}
.vc_pie_chart.vc_ready {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_pie_chart .vc_pie_wrapper {
position: relative;
margin: 0 auto;
}
.vc_pie_chart canvas {
position: relative;
z-index: 1;
}
.vc_pie_chart .vc_pie_chart_value {
font-size: 200%;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
}
.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
border-color: #f7f7f7;
}
.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
border-color: #0088cc;
}
.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
border-color: #58b9da;
}
.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
border-color: #6ab165;
}
.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
border-color: #ff9900;
}
.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
border-color: #ff675b;
}
.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
border-color: #555555;
}
.vc_pie_chart_back {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: 6px solid #f7f7f7;
border-radius: 999px;
border-radius: 50%;
opacity: 0.3;
filter: alpha(opacity=30);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_images_carousel .vc_carousel-control {
border: none;
}
.vc_carousel .vc_carousel-control {
text-shadow: none;
border: none;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear; }
.vc_carousel .vc_carousel-control:active,
.vc_carousel .vc_carousel-control:focus {
outline: none;
}
.vc_carousel .vc_carousel-indicators li {
width: 5px;
height: 5px;
margin: 0;
border-color: #f7f7f7;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.vc_separator {
display: table;
}
.vc_separator h4 {
line-height: 1em;
font-size: 100%;
display: table-cell;
white-space: pre;
}
.vc_separator h4 .normal {
font-size: 12px;
font-weight: normal;
}
.vc_separator.vc_separator_align_center h4 {
padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left h4 {
padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_left .vc_sep_holder {
width: 100%;
}
.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
display: none;
}
.vc_separator.vc_separator_align_right h4 {
padding: 0 0 0 0.8em;
margin: 0 !important;
}
.vc_separator.vc_separator_align_right .vc_sep_holder {
width: 100%;
}
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
display: none;
}
.vc_separator .vc_sep_holder {
display: table-cell;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.vc_separator .vc_sep_holder .vc_sep_line {
height: 1px;
border-top: 1px solid #DFDFDF;
display: block;
position: relative;
top: 1px;
width: 100%;
}
.vc_separator.vc_sep_double {
height: 3px;
}
.vc_separator.vc_sep_double .vc_sep_line {
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
height: 3px;
}
.vc_separator.vc_sep_dashed .vc_sep_line {
border-top-style: dashed;
}
.vc_separator.vc_sep_dotted .vc_sep_line {
border-top-style: dotted;
}
.vc_separator.vc_separator_no_text .vc_sep_holder_l {
width: 100%;
}
.vc_separator.vc_separator_no_text .vc_sep_holder_r {
display: none;
}
.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
border-top-width: 1px;
}
.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 1px;
top: 0px;
}
.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
border-top-width: 2px;
}
.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 2px;
top: -1px;
}
.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
border-top-width: 3px;
}
.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 3px;
top: -1px;
}
.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
border-top-width: 4px;
}
.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 4px;
top: -2px;
}
.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
border-top-width: 5px;
}
.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 5px;
top: -2px;
}
.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
border-top-width: 6px;
}
.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 6px;
top: -3px;
}
.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
border-top-width: 7px;
}
.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 7px;
top: -3px;
}
.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
border-top-width: 8px;
}
.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 8px;
top: -4px;
}
.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
border-top-width: 9px;
}
.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 9px;
top: -4px;
}
.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
border-top-width: 10px;
}
.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 10px;
top: -5px;
}
.vc_separator.vc_sep_color_blue .vc_sep_line {
border-color: #5472d2;
}
.vc_separator.vc_sep_color_turquoise .vc_sep_line {
border-color: #00c1cf;
}
.vc_separator.vc_sep_color_pink .vc_sep_line {
border-color: #fe6c61;
}
.vc_separator.vc_sep_color_violet .vc_sep_line {
border-color: #8d6dc4;
}
.vc_separator.vc_sep_color_peacoc .vc_sep_line {
border-color: #4cadc9;
}
.vc_separator.vc_sep_color_chino .vc_sep_line {
border-color: #cec2ab;
}
.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
border-color: #50485b;
}
.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
border-color: #75d69c;
}
.vc_separator.vc_sep_color_black .vc_sep_line {
border-color: #2a2a2a;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
border-color: #DFDFDF;
}
.vc_separator.vc_sep_color_orange .vc_sep_line {
border-color: #f7be68;
}
.vc_separator.vc_sep_color_sky .vc_sep_line {
border-color: #5aa1e3;
}
.vc_separator.vc_sep_color_green .vc_sep_line {
border-color: #6dab3c;
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
border-color: #f4524d;
}
.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
border-color: #f79468;
}
.vc_separator.vc_sep_color_purple .vc_sep_line {
border-color: #b97ebb;
}
.vc_separator.vc_sep_color_white .vc_sep_line {
border-color: #ffffff;
}
.wpb_separator,
.vc_text_separator {
border-bottom: 1px solid #ebebeb;
}
.vc_sep_width_50 {
width: 50%;
}
.vc_sep_width_60 {
width: 60%;
}
.vc_sep_width_70 {
width: 70%;
}
.vc_sep_width_80 {
width: 80%;
}
.vc_sep_width_90 {
width: 90%;
}
.vc_sep_width_100 {
width: 100%;
}
.vc_sep_pos_align_center {
margin-left: auto;
margin-right: auto;
}
.vc_sep_pos_align_left {
margin-left: 0;
margin-right: auto;
}
.vc_sep_pos_align_right {
margin-left: auto;
margin-right: 0;
} .wpb_separator {
clear: both;
height: 1px;
} .vc_text_separator {
clear: both;
height: 1px;
}
.vc_text_separator div {
display: inline-block;
background-color: #ffffff;
padding: 1px 1em;
position: relative;
top: -9px;
}
.separator_align_center {
text-align: center;
}
.separator_align_left {
text-align: left;
}
.separator_align_right {
text-align: right;
}
.wpb_single_image img {
height: auto;
max-width: 100%;
}
.wpb_single_image img.vc_img-placeholder {
width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
display: inline-block;
max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_outline,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 6px;
border: 1px solid #ebebeb;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ebebeb;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 6px;
border: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
border-radius: 0;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
border-radius: 0;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
padding: 6px;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 15px;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
border-radius: 5000px;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
border-radius: 5000px;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image.vc_align_center {
text-align: center;
}
.wpb_single_image.vc_align_right {
text-align: right;
}
.wpb_single_image.vc_align_left {
text-align: left;
}
.wpb_single_image .vc_box_shadow_3d_wrap {
position: relative;
z-index: 0;
display: inline-block;
max-width: 100%;
}
.wpb_single_image .vc_box_shadow_3d_wrap:after,
.wpb_single_image .vc_box_shadow_3d_wrap:before {
content: "";
position: absolute;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
left: 5px;
right: 50%;
bottom: 8px;
height: 30%;
z-index: -1;
border-radius: inherit;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: skewY(-6deg);
-ms-transform: skewY(-6deg);
transform: skewY(-6deg);
}
.wpb_single_image .vc_box_shadow_3d_wrap:after {
left: 50%;
right: 5px;
-webkit-transform: skewY(6deg);
-ms-transform: skewY(6deg);
transform: skewY(6deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.wpb_single_image .vc_box_outline.vc_box_border_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
border-color: #5472d2;
}
.wpb_single_image .vc_box_border.vc_box_border_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_blue {
background-color: #5472d2;
}
.wpb_single_image .vc_box_outline.vc_box_border_turquoise,
.wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
border-color: #00c1cf;
}
.wpb_single_image .vc_box_border.vc_box_border_turquoise,
.wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
background-color: #00c1cf;
}
.wpb_single_image .vc_box_outline.vc_box_border_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
border-color: #fe6c61;
}
.wpb_single_image .vc_box_border.vc_box_border_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_pink {
background-color: #fe6c61;
}
.wpb_single_image .vc_box_outline.vc_box_border_violet,
.wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
border-color: #8d6dc4;
}
.wpb_single_image .vc_box_border.vc_box_border_violet,
.wpb_single_image .vc_box_border_circle.vc_box_border_violet {
background-color: #8d6dc4;
}
.wpb_single_image .vc_box_outline.vc_box_border_peacoc,
.wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
border-color: #4cadc9;
}
.wpb_single_image .vc_box_border.vc_box_border_peacoc,
.wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
background-color: #4cadc9;
}
.wpb_single_image .vc_box_outline.vc_box_border_chino,
.wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
border-color: #cec2ab;
}
.wpb_single_image .vc_box_border.vc_box_border_chino,
.wpb_single_image .vc_box_border_circle.vc_box_border_chino {
background-color: #cec2ab;
}
.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
border-color: #50485b;
}
.wpb_single_image .vc_box_border.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
background-color: #50485b;
}
.wpb_single_image .vc_box_outline.vc_box_border_vista_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
border-color: #75d69c;
}
.wpb_single_image .vc_box_border.vc_box_border_vista_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
background-color: #75d69c;
}
.wpb_single_image .vc_box_outline.vc_box_border_black,
.wpb_single_image .vc_box_outline_circle.vc_box_border_black {
border-color: #2a2a2a;
}
.wpb_single_image .vc_box_border.vc_box_border_black,
.wpb_single_image .vc_box_border_circle.vc_box_border_black {
background-color: #2a2a2a;
}
.wpb_single_image .vc_box_outline.vc_box_border_grey,
.wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
border-color: #ebebeb;
}
.wpb_single_image .vc_box_border.vc_box_border_grey,
.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
background-color: #ebebeb;
}
.wpb_single_image .vc_box_outline.vc_box_border_orange,
.wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
border-color: #f7be68;
}
.wpb_single_image .vc_box_border.vc_box_border_orange,
.wpb_single_image .vc_box_border_circle.vc_box_border_orange {
background-color: #f7be68;
}
.wpb_single_image .vc_box_outline.vc_box_border_sky,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
border-color: #5aa1e3;
}
.wpb_single_image .vc_box_border.vc_box_border_sky,
.wpb_single_image .vc_box_border_circle.vc_box_border_sky {
background-color: #5aa1e3;
}
.wpb_single_image .vc_box_outline.vc_box_border_green,
.wpb_single_image .vc_box_outline_circle.vc_box_border_green {
border-color: #6dab3c;
}
.wpb_single_image .vc_box_border.vc_box_border_green,
.wpb_single_image .vc_box_border_circle.vc_box_border_green {
background-color: #6dab3c;
}
.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
border-color: #f4524d;
}
.wpb_single_image .vc_box_border.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
background-color: #f4524d;
}
.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
border-color: #f79468;
}
.wpb_single_image .vc_box_border.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
background-color: #f79468;
}
.wpb_single_image .vc_box_outline.vc_box_border_purple,
.wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
border-color: #b97ebb;
}
.wpb_single_image .vc_box_border.vc_box_border_purple,
.wpb_single_image .vc_box_border_circle.vc_box_border_purple {
background-color: #b97ebb;
}
.wpb_single_image .vc_box_outline.vc_box_border_white,
.wpb_single_image .vc_box_outline_circle.vc_box_border_white {
border-color: #ffffff;
}
.wpb_single_image .vc_box_border.vc_box_border_white,
.wpb_single_image .vc_box_border_circle.vc_box_border_white {
background-color: #ffffff;
}
.vc_icon_element {
line-height: 0;
font-size: 14px;
margin-bottom: 35px;
}
.vc_icon_element.vc_icon_element-outer {
box-sizing: border-box;
text-align: center;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
text-align: left;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
text-align: center;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
text-align: right;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
text-align: center;
display: inline-block;
border: 2px solid transparent;
width: 4em;
height: 4em;
box-sizing: content-box;
position: relative;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
font-size: 2.15em;
font-style: normal;
font-weight: normal;
line-height: 1 !important;
font-size-adjust: none;
font-stretch: normal;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
-webkit-font-language-override: normal;
font-language-override: normal;
-webkit-font-kerning: auto;
font-kerning: auto;
font-synthesis: weight style;
font-variant: normal;
text-rendering: auto;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: inherit;
height: inherit;
font-size: 1em;
text-align: center;
text-rendering: optimizelegibility;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
box-sizing: content-box;
border: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
max-width: 100% !important;
line-height: 1.2em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
width: 2.5em !important;
height: 2.5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
font-size: 1.2em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
max-width: 100% !important;
line-height: 1.6em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
width: 3.15em !important;
height: 3.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
font-size: 1.6em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
max-width: 100% !important;
line-height: 2.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
width: 4em !important;
height: 4em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
font-size: 2.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
max-width: 100% !important;
line-height: 2.85em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
width: 5em !important;
height: 5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
font-size: 2.85em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
max-width: 100% !important;
line-height: 5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
width: 7.15em !important;
height: 7.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
font-size: 5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
color: #5472d2;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
color: #00c1cf;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
color: #fe6c61;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
color: #8d6dc4;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
color: #4cadc9;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
color: #cec2ab;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
color: #50485b;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
color: #75d69c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
color: #2a2a2a;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
color: #ebebeb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
color: #f7be68;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
color: #5aa1e3;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
color: #6dab3c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
color: #f4524d;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
color: #f79468;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
color: #b97ebb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
color: #ffffff;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
border-color: #5472d2;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
background-color: #5472d2;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
border-color: #00c1cf;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
background-color: #00c1cf;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
border-color: #fe6c61;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
background-color: #fe6c61;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
border-color: #8d6dc4;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
background-color: #8d6dc4;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
border-color: #4cadc9;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
background-color: #4cadc9;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
border-color: #cec2ab;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
background-color: #cec2ab;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
border-color: #50485b;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
background-color: #50485b;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
border-color: #75d69c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
background-color: #75d69c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
border-color: #2a2a2a;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
background-color: #2a2a2a;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
border-color: #ebebeb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
background-color: #ebebeb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
border-color: #f7be68;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
background-color: #f7be68;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
border-color: #5aa1e3;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
background-color: #5aa1e3;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
border-color: #6dab3c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
background-color: #6dab3c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
border-color: #f4524d;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
background-color: #f4524d;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
border-color: #f79468;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
background-color: #f79468;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
border-color: #b97ebb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
background-color: #b97ebb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
border-color: #ffffff;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
background-color: #ffffff;
}
.vc_grid.vc_row {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.vc_grid.vc_row.vc_grid-gutter-1px {
margin-bottom: -1px;
}
.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
margin-right: -1px;
}
.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
padding-right: 1px;
padding-bottom: 1px;
}
.vc_grid.vc_row.vc_grid-gutter-2px {
margin-bottom: -2px;
}
.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
margin-right: -2px;
}
.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
padding-right: 2px;
padding-bottom: 2px;
}
.vc_grid.vc_row.vc_grid-gutter-3px {
margin-bottom: -3px;
}
.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
margin-right: -3px;
}
.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
padding-right: 3px;
padding-bottom: 3px;
}
.vc_grid.vc_row.vc_grid-gutter-4px {
margin-bottom: -4px;
}
.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
margin-right: -4px;
}
.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
padding-right: 4px;
padding-bottom: 4px;
}
.vc_grid.vc_row.vc_grid-gutter-5px {
margin-bottom: -5px;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
margin-right: -5px;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
padding-right: 5px;
padding-bottom: 5px;
}
.vc_grid.vc_row.vc_grid-gutter-10px {
margin-bottom: -10px;
}
.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
margin-right: -10px;
}
.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
padding-right: 10px;
padding-bottom: 10px;
}
.vc_grid.vc_row.vc_grid-gutter-15px {
margin-bottom: -15px;
}
.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
margin-right: -15px;
}
.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
padding-right: 15px;
padding-bottom: 15px;
}
.vc_grid.vc_row.vc_grid-gutter-20px {
margin-bottom: -20px;
}
.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
margin-right: -20px;
}
.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
padding-right: 20px;
padding-bottom: 20px;
}
.vc_grid.vc_row.vc_grid-gutter-25px {
margin-bottom: -25px;
}
.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
margin-right: -25px;
}
.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
padding-right: 25px;
padding-bottom: 25px;
}
.vc_grid.vc_row.vc_grid-gutter-30px {
margin-bottom: -30px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
margin-right: -30px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
padding-right: 30px;
padding-bottom: 30px;
}
.vc_grid.vc_row.vc_grid-gutter-35px {
margin-bottom: -35px;
}
.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
margin-right: -35px;
}
.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
padding-right: 35px;
padding-bottom: 35px;
}
.vc_grid.vc_row .vc_pageable-slide-wrapper > *:hover {
z-index: 3;
}
.vc_grid.vc_row .vc_grid-item {
display: none;
padding: 0;
vertical-align: top;
float: none;
box-sizing: border-box;
z-index: 1;
}
.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
overflow: hidden;
}
.vc_grid.vc_row .vc_grid-item .wpb_content_element,
.vc_grid.vc_row .vc_grid-item .vc_icon_element,
.vc_grid.vc_row .vc_grid-item .vc_btn {
margin-bottom: 15px;
}
.vc_grid.vc_row .vc_grid-item .wpb_content_element a,
.vc_grid.vc_row .vc_grid-item .vc_icon_element a,
.vc_grid.vc_row .vc_grid-item .vc_btn a {
text-decoration: none;
border-bottom: 0;
}
.vc_masonry_grid .vc_grid.vc_row .vc_grid-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
position: static;
}
.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
display: block;
}
.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
display: block;
}
@media (min-width: 768px) {
.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
display: inline-block;
}
}
@-moz-document url-prefix() {
.vc_masonry_grid .vc_grid-item,
.vc_masonry_media_grid .vc_grid-item {
margin-left: -0.01px;
}
}
.vc_gitem-zone-b {
display: none;
}
.vc_gitem-float-none {
float: none;
}
.vc_gitem-float-left {
float: left;
}
.vc_gitem-float-right {
float: right;
}
.vc_gitem-align-center {
text-align: center;
}
.vc_gitem-align-right {
text-align: right;
}
.vc_gitem-align-justify {
text-align: justify;
}
.vc_gitem-block {
position: relative;
overflow: hidden;
}
.vc_gitem-is-link {
cursor: pointer;
}
.vc_gitem-link {
text-decoration: none;
}
.vc_gitem_row {
margin-left: 0;
margin-right: 0;
margin-bottom: 0px;
padding: inherit;
box-sizing: border-box;
}
.vc_gitem_row .vc_gitem_row {
margin-bottom: 0px;
}
.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.vc_gitem_row .vc_gitem-col {
box-sizing: border-box;
padding: 10px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.vc_gitem-zone {
position: relative;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-clip: padding-box;
box-sizing: border-box;
overflow: hidden;
}
.vc_gitem-zone .vc-zone-link {
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 5;
}
.vc_gitem-zone-img {
width: 100%;
display: block;
visibility: hidden;
height: auto;
}
.vc_gitem-zone-a .vc_gitem-zone-mini {
box-sizing: border-box;
padding: inherit;
position: static;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.vc_gitem-zone-b {
overflow: hidden;
}
.vc_gitem-zone-b .vc_gitem-zone-mini {
position: static;
padding: inherit;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
.vc_grid-item-zone-c-left .vc_gitem-animated-block {
float: right;
width: 50%;
}
.vc_grid-item-zone-c-left .vc_gitem-zone-c {
float: left;
width: 50%;
}
.vc_grid-item-zone-c-right .vc_gitem-animated-block {
float: left;
width: 50%;
}
.vc_grid-item-zone-c-right .vc_gitem-zone-c {
float: right;
width: 50%;
}
.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
display: none !important;
}
.vc-gitem-zone-height-mode-auto:before {
content: "";
display: block;
padding-top: 100%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
padding-top: 75%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
padding-top: 133.33333333%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
padding-top: 133.33333333%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
padding-top: 56.25%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
padding-top: 177.77777778%;
}
.vc_gitem-animated-block {
position: relative;
}
.vc_gitem-animate .vc_btn {
-webkit-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}
.vc_gitem-animate .vc_gitem-zone-b {
z-index: 199;
}
.vc_gitem-animate-none .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
box-sizing: border-box;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b,
.vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
box-sizing: border-box;
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
width: 0;
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
-moz-transition: -moz-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
-o-transition: -o-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
transition: transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
width: 50%;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
width: 50%;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.vc_gitem-animate-scaleIn {
overflow: hidden;
}
.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
-moz-transition: -moz-transform 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.vc_gitem-animate-scaleRotateIn {
overflow: hidden;
}
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
-moz-transition: -moz-transform 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
-webkit-transform: scale(1.5) rotate(10deg);
-moz-transform: scale(1.5) rotate(10deg);
-ms-transform: scale(1.5) rotate(10deg);
-o-transform: scale(1.5) rotate(10deg);
transform: scale(1.5) rotate(10deg);
}
.vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
filter: blur(0px);
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
webkit-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -webkit-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
-moz-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -moz-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
-o-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -o-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
filter: url(https://1da2b3.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/vc/blur.svg#blur);
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.vc_gitem-animate-blurScaleOut {
overflow: hidden;
}
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.vc_gitem-animate-slideInRight {
overflow: hidden;
}
.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.vc_gitem-animate-slideInLeft {
overflow: hidden;
}
.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
filter: alpha(opacity=0);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.vc_gitem-animate-slideBottom {
overflow: hidden;
position: relative;
}
.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
display: block;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
z-index: 1000;
position: absolute;
top: 100%;
height: 100%;
left: 0;
right: 0;
margin: 0;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
top: 0;
}
.vc_gitem-animate-slideTop {
overflow: hidden;
position: relative;
}
.vc_gitem-animate-slideTop .vc_gitem-zone-b {
display: block;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
z-index: 1000;
position: absolute;
top: -100%;
height: 100%;
left: 0;
right: 0;
margin: 0;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
top: 0;
}
.vc_gitem-animate-flipFadeIn {
overflow: hidden;
}
.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 1s;
-moz-transition: -moz-transform 1s;
-o-transition: -o-transform 1s;
transition: transform 1s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d; }
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
-webkit-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.vc_gitem-animate-flipHorizontalFadeIn {
overflow: hidden;
}
.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 1s;
-moz-transition: -moz-transform 1s;
-o-transition: -o-transform 1s;
transition: transform 1s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d; }
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.vc_gitem-animate-goTop20 {
overflow: hidden;
}
.vc_gitem-animate-goTop20 .vc_gitem-zone-a {
position: relative;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
-o-transition: -o-transform 0.5s ease;
transition: transform 0.5s ease;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
-o-transform: translateY(-20%);
transform: translateY(-20%);
}
.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
display: block;
-webkit-transition: bottom 0.5s ease;
-o-transition: bottom 0.5s ease;
transition: bottom 0.5s ease;
bottom: -100%;
z-index: 1000;
position: absolute;
width: 100%;
margin: 0;
}
.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
bottom: 0%;
}
.vc_gitem-animate-goBottom20 {
overflow: hidden;
}
.vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
position: relative;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
-o-transition: -o-transform 0.5s ease;
transition: transform 0.5s ease;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
}
.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
display: block;
-webkit-transition: top 0.5s ease;
-o-transition: top 0.5s ease;
transition: top 0.5s ease;
top: -100%;
z-index: 1000;
position: absolute;
width: 100%;
margin: 0;
}
.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
top: 0%;
}
.vc_gitem-post-data {
margin-bottom: 15px;
}
.vc_gitem-post-data h2 {
margin: 0;
}
.vc_grid .vc_pageable-load-more-btn {
text-align: center;
margin-top: 25px;
}
.vc_grid .vc_pageable-load-more-btn > .vc_btn {
outline: none;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
display: none;
margin-top: 20px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
cursor: pointer;
display: inline-block;
zoom: 1;
*display: inline;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
border: 3px solid;
-webkit-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
border: 3px solid;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
opacity: 0.6;
filter: alpha(opacity=60);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
border-color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span {
background-color: #5472d2 !important;
border-color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
border-color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span {
background-color: #00c1cf !important;
border-color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
border-color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span {
background-color: #fe6c61 !important;
border-color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
border-color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span {
background-color: #8d6dc4 !important;
border-color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
border-color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span {
background-color: #4cadc9 !important;
border-color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
border-color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span {
background-color: #cec2ab !important;
border-color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
border-color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span {
background-color: #50485b !important;
border-color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
border-color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span {
background-color: #75d69c !important;
border-color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
border-color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span {
background-color: #2a2a2a !important;
border-color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
border-color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span {
background-color: #ebebeb !important;
border-color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
border-color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span {
background-color: #f7be68 !important;
border-color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
border-color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span {
background-color: #5aa1e3 !important;
border-color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
border-color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span {
background-color: #6dab3c !important;
border-color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
border-color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span {
background-color: #f4524d !important;
border-color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
border-color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span {
background-color: #f79468 !important;
border-color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
border-color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span {
background-color: #b97ebb !important;
border-color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
border-color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span {
background-color: #ffffff !important;
border-color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
background-color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
background-color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
background-color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
background-color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
background-color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
background-color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
background-color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
background-color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
background-color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
background-color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
background-color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
background-color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
background-color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
background-color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
background-color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
background-color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
background-color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.3s ease-in 0s;
-o-transition: opacity 0.3s ease-in 0s;
transition: opacity 0.3s ease-in 0s;
-webkit-tap-highlight-color: transparent;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
display: none !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
position: absolute;
top: 50%;
margin-top: -12.5px;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 25px;
line-height: 25px;
height: 25px;
display: inline-block;
text-decoration: none;
cursor: pointer;
-webkit-transition: opacity 0.3s ease-in 0s;
-o-transition: opacity 0.3s ease-in 0s;
transition: opacity 0.3s ease-in 0s;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
left: 5px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
left: -30px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
right: 5px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
right: -30px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -13px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -13.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -14px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -14.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -15px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -17.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -20px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -22.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -25px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -27.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -30px;
}
.vc_grid-pagination .vc_grid-pagination-list {
outline: none;
display: block;
padding-left: 0;
text-align: center;
margin: 20px 0 0 !important;
border-radius: 2px;
}
.vc_grid-pagination .vc_grid-pagination-list > li {
display: inline-block;
margin: 0;
border: 0px solid transparent;
}
.vc_grid-pagination .vc_grid-pagination-list > li > a,
.vc_grid-pagination .vc_grid-pagination-list > li > span {
color: #ffffff;
background-color: #428bca;
border: 1px solid #428bca;
-webkit-transition: opacity 0.3s ease-in 0s;
-o-transition: opacity 0.3s ease-in 0s;
transition: opacity 0.3s ease-in 0s;
position: relative;
float: left;
padding: 3px 10px;
line-height: 1.42857143;
text-decoration: none;
opacity: 0.5;
filter: alpha(opacity=50);
margin-left: -1px;
font-size: 10px;
}
.vc_grid-pagination .vc_grid-pagination-list > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list > li:first-child > span {
margin-left: 0;
}
.vc_grid-pagination .vc_grid-pagination-list > li:hover a,
.vc_grid-pagination .vc_grid-pagination-list > li:focus a,
.vc_grid-pagination .vc_grid-pagination-list > li:hover span,
.vc_grid-pagination .vc_grid-pagination-list > li:focus span {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-prev > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e61b";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e61a";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-first > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e618";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-last > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e619";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:focus,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:focus {
z-index: 2;
opacity: 1;
filter: alpha(opacity=100);
cursor: default;
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:focus,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:focus {
display: none;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li {
border-color: #5472d2 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > span {
background-color: #5472d2 !important;
border-color: #5472d2 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li {
border-color: #00c1cf !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > span {
background-color: #00c1cf !important;
border-color: #00c1cf !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li {
border-color: #fe6c61 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > span {
background-color: #fe6c61 !important;
border-color: #fe6c61 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li {
border-color: #8d6dc4 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > span {
background-color: #8d6dc4 !important;
border-color: #8d6dc4 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li {
border-color: #4cadc9 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > span {
background-color: #4cadc9 !important;
border-color: #4cadc9 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li {
border-color: #cec2ab !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > span {
background-color: #cec2ab !important;
border-color: #cec2ab !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li {
border-color: #50485b !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > span {
background-color: #50485b !important;
border-color: #50485b !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li {
border-color: #75d69c !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > span {
background-color: #75d69c !important;
border-color: #75d69c !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li {
border-color: #2a2a2a !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > span {
background-color: #2a2a2a !important;
border-color: #2a2a2a !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li {
border-color: #ebebeb !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span {
background-color: #ebebeb !important;
border-color: #ebebeb !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li {
border-color: #f7be68 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > span {
background-color: #f7be68 !important;
border-color: #f7be68 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li {
border-color: #5aa1e3 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > span {
background-color: #5aa1e3 !important;
border-color: #5aa1e3 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li {
border-color: #6dab3c !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > span {
background-color: #6dab3c !important;
border-color: #6dab3c !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li {
border-color: #f4524d !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > span {
background-color: #f4524d !important;
border-color: #f4524d !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li {
border-color: #f79468 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > span {
background-color: #f79468 !important;
border-color: #f79468 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li {
border-color: #b97ebb !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > span {
background-color: #b97ebb !important;
border-color: #b97ebb !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li {
border-color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span {
background-color: #ffffff !important;
border-color: #ffffff !important;
color: #2a2a2a !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 28px;
min-height: 22px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > span {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > span {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
margin-left: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 22px;
min-width: 22px;
padding: 3px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
margin-left: 5px;
border-radius: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 22px;
min-width: 22px;
padding: 3px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 22px;
min-width: 22px;
padding: 3px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span {
background-color: transparent !important;
color: #000 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
background-color: transparent !important;
color: #fff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li {
border-left-width: 1px !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
border-width: 0;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled + li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled + li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li:first-child,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li:first-child {
border-width: 0 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a {
color: #000 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
color: #fff !important;
}
.vc_grid-loading {
margin: 2em auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
height: 20px;
}
.vc_grid-loading:before,
.vc_grid-loading:after,
.vc_grid-loading {
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.vc_grid-loading:before {
left: -20px;
}
.vc_grid-loading:after {
left: 20px;
-webkit-animation-delay: 0.32s;
animation-delay: 0.32s;
}
.vc_grid-loading:before,
.vc_grid-loading:after {
content: '';
position: absolute;
top: 0;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
}
40% {
box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
}
40% {
box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
}
}
.vc_grid-filter {
margin-left: 0;
margin-bottom: 20px;
list-style: none;
padding: 0;
}
.vc_grid-filter.vc_grid-filter-center {
text-align: center;
}
.vc_grid-filter.vc_grid-filter-right {
text-align: right;
}
.vc_grid-filter.vc_grid-filter-left {
text-align: left;
}
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active {
background-color: #5472d2;
}
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active {
background-color: #00c1cf;
}
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active {
background-color: #fe6c61;
}
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active {
background-color: #8d6dc4;
}
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active {
background-color: #4cadc9;
}
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active {
background-color: #cec2ab;
}
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active {
background-color: #50485b;
}
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active {
background-color: #75d69c;
}
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active {
background-color: #2a2a2a;
}
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
background-color: #ebebeb;
}
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active {
background-color: #f7be68;
}
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active {
background-color: #5aa1e3;
}
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active {
background-color: #6dab3c;
}
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active {
background-color: #f4524d;
}
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active {
background-color: #f79468;
}
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active {
background-color: #b97ebb;
}
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active {
background-color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter > .vc_grid-filter-item {
cursor: pointer;
display: inline-block;
background: transparent;
padding: 4px 10px;
-webkit-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
}
.vc_grid-filter > .vc_grid-filter-item:first-child {
margin-left: 0 !important;
}
.vc_grid-filter > .vc_grid-filter-item > span {
-webkit-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
outline: none;
padding: 0;
text-decoration: none;
}
.vc_grid-filter > .vc_grid-filter-item:hover > span,
.vc_grid-filter > .vc_grid-filter-item.vc_active > span {
text-decoration: none;
}
.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
margin: 0 5px 5px 0;
border-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-default-less-rounded > .vc_grid-filter-item {
margin: 0 5px 5px 0;
border-radius: 5px;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item {
margin: 0;
border: 1px solid rgba(235, 235, 235, 0.8);
border-collapse: collapse;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:nth-child(n+2) {
margin-left: -1px;
margin-top: -1px;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active {
position: relative;
z-index: 1;
border-color: transparent;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover > a,
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active > a {
text-decoration: none;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item {
background-color: #7c93dd;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active {
background-color: #5472d2;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item {
background-color: #00919c;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active {
background-color: #00c1cf;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item {
background-color: #fe9b94;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active {
background-color: #fe6c61;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item {
background-color: #a991d3;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active {
background-color: #8d6dc4;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item {
background-color: #73bfd5;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active {
background-color: #4cadc9;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item {
background-color: #e1d9cb;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active {
background-color: #cec2ab;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item {
background-color: #695f77;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active {
background-color: #50485b;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item {
background-color: #9ce2b8;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active {
background-color: #75d69c;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item {
background-color: #444444;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active {
background-color: #2a2a2a;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item {
background-color: #d2d2d2;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
background-color: #ebebeb;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item {
background-color: #fad398;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active {
background-color: #f7be68;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item {
background-color: #86baea;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active {
background-color: #5aa1e3;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item {
background-color: #87c456;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active {
background-color: #6dab3c;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item {
background-color: #f7817d;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active {
background-color: #f4524d;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item {
background-color: #fab698;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active {
background-color: #f79468;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item {
background-color: #cb9fcd;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active {
background-color: #b97ebb;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item {
background-color: #e6e6e6;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active {
background-color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item {
margin: 0;
border: 1px solid transparent;
border-collapse: collapse;
padding: 3px 7px;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item > span {
color: #FFFFFF;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:nth-child(n+2) {
border-left: none;
margin-left: 1px;
border-top: none;
margin-top: 1px;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:first-child,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top: 0;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:last-child,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-top: 0;
}
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
font-size: 12px;
padding: 1px 5px;
}
.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
font-size: 13px;
padding: 2px 7px;
}
.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
font-size: 100%;
padding: 2px 10px;
}
.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
font-size: 18px;
padding: 4px 10px;
}
.vc_grid-filter-select {
display: none;
}
.vc_grid-filter-select,
.vc_grid-filter-dropdown {
font-size: 12px;
margin-bottom: 20px;
}
.vc_grid-filter-select.vc_grid-filter-center,
.vc_grid-filter-dropdown.vc_grid-filter-center {
text-align: center;
}
.vc_grid-filter-select.vc_grid-filter-right,
.vc_grid-filter-dropdown.vc_grid-filter-right {
text-align: right;
}
.vc_grid-filter-select.vc_grid-filter-left,
.vc_grid-filter-dropdown.vc_grid-filter-left {
text-align: left;
}
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon {
display: none;
}
.vc_grid-filter-select .vc_grid-styled-select select,
.vc_grid-filter-dropdown .vc_grid-styled-select select {
outline: none;
display: inline-block;
}
@media (min-width: 768px) {
.vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
color: #5472d2;
}
.vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
color: #00c1cf;
}
.vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
color: #fe6c61;
}
.vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
color: #8d6dc4;
}
.vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
color: #4cadc9;
}
.vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
color: #cec2ab;
}
.vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
color: #50485b;
}
.vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
color: #75d69c;
}
.vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon {
color: #2a2a2a;
}
.vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
color: #ebebeb;
}
.vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
color: #f7be68;
}
.vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
color: #5aa1e3;
}
.vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon {
color: #6dab3c;
}
.vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
color: #f4524d;
}
.vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
color: #f79468;
}
.vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
color: #b97ebb;
}
.vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon {
color: #ffffff;
}
.vc_grid-filter-select .vc_grid-styled-select,
.vc_grid-filter-dropdown .vc_grid-styled-select {
border: 1px solid #ccc;
display: inline-block;
height: 30px;
overflow: hidden;
padding-right: 5px;
text-align: left;
width: auto;
vertical-align: middle;
}
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon {
font-size: 17px;
display: inline;
vertical-align: middle;
}
.vc_grid-filter-select .vc_grid-styled-select select,
.vc_grid-filter-dropdown .vc_grid-styled-select select {
background: none repeat scroll 0 0 transparent;
border: 0 none;
border-radius: 0;
height: 30px;
line-height: 1;
margin-right: -50px;
padding: 5px;
position: relative;
font-size: 12px;
z-index: 0;
cursor: pointer;
max-width: inherit !important;
}
}
@media (max-width: 768px) {
.vc_responsive .vc_grid-filter-select {
display: block;
}
.vc_responsive .vc_grid-filter {
display: none !important;
}
}
.owl-carousel {    }
.owl-carousel .owl-item .vc_grid-item {
-webkit-transform: translate3D(0, 0, 0);
-ms-transform: translate3D(0, 0, 0);
transform: translate3D(0, 0, 0);
}
.owl-carousel .owl-animated-out {
z-index: 0;
}
.owl-carousel .owl-animated-in {
z-index: 1;
}
@font-face {
font-family: 'vc_grid_v1';
src: url(https://d32468.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
src: url(https://308eba.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/fonts/vc_grid/vc_grid_v1.eot#iefix-9hbgac) format('embedded-opentype'), url(https://ab81bc.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(https://b4c97f.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(https://25a52d.claudeassets.com/20220129042655im_/http://www.babaluinc.com/wp-content/themes/shopme/config-composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="vc_arrow-icon-"],
[class*=" vc_arrow-icon-"] {
font-family: 'vc_grid_v1';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vc_arrow-icon-minus:before {
content: "\e61c";
}
.vc_arrow-icon-plus:before {
content: "\e61d";
}
.vc_arrow-icon-arrow_down:before {
content: "\e61e";
}
.vc_arrow-icon-arrow_up:before {
content: "\e61f";
}
.vc_arrow-icon-arrow_01_left:before {
content: "\e600";
}
.vc_arrow-icon-arrow_01_right:before {
content: "\e601";
}
.vc_arrow-icon-arrow_02_left:before {
content: "\e602";
}
.vc_arrow-icon-arrow_02_right:before {
content: "\e603";
}
.vc_arrow-icon-arrow_03_left:before {
content: "\e604";
}
.vc_arrow-icon-arrow_03_right:before {
content: "\e605";
}
.vc_arrow-icon-arrow_04_left:before {
content: "\e606";
}
.vc_arrow-icon-arrow_04_right:before {
content: "\e607";
}
.vc_arrow-icon-arrow_05_left:before {
content: "\e608";
}
.vc_arrow-icon-arrow_05_right:before {
content: "\e609";
}
.vc_arrow-icon-arrow_06_left:before {
content: "\e60a";
}
.vc_arrow-icon-arrow_06_right:before {
content: "\e60b";
}
.vc_arrow-icon-arrow_07_left:before {
content: "\e60c";
}
.vc_arrow-icon-arrow_07_right:before {
content: "\e60d";
}
.vc_arrow-icon-arrow_08_left:before {
content: "\e60e";
}
.vc_arrow-icon-arrow_08_right:before {
content: "\e60f";
}
.vc_arrow-icon-arrow_09_left:before {
content: "\e610";
}
.vc_arrow-icon-arrow_09_right:before {
content: "\e611";
}
.vc_arrow-icon-arrow_10_left:before {
content: "\e612";
}
.vc_arrow-icon-arrow_10_right:before {
content: "\e613";
}
.vc_arrow-icon-arrow_11_left:before {
content: "\e614";
}
.vc_arrow-icon-arrow_11_right:before {
content: "\e615";
}
.vc_arrow-icon-arrow_12_left:before {
content: "\e616";
}
.vc_arrow-icon-arrow_12_right:before {
content: "\e617";
}
.vc_arrow-icon-navicon:before {
content: "\f0c9";
} .wpb_animate_when_almost_visible {
opacity: 0;
filter: alpha(opacity=0);
}
.wpb_start_animation.wpb_top-to-bottom {
-webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
opacity: 1;
filter: alpha(opacity=100);
}
.wpb_start_animation.wpb_bottom-to-top {
-webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
opacity: 1;
filter: alpha(opacity=100);
}
.wpb_start_animation.wpb_left-to-right {
-webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
opacity: 1;
filter: alpha(opacity=100);
}
.wpb_start_animation.wpb_right-to-left {
-webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
opacity: 1;
filter: alpha(opacity=100);
}
.wpb_start_animation.wpb_appear {
-webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
} @-webkit-keyframes wpb_ttb {
0% {
-webkit-transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes wpb_ttb {
0% {
-moz-transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-o-keyframes wpb_ttb {
0% {
-o-transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes wpb_ttb {
0% {
-webkit-transform: translate(0, -10%);
-ms-transform: translate(0, -10%);
-o-transform: translate(0, -10%);
transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
} @-webkit-keyframes wpb_btt {
0% {
-webkit-transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes wpb_btt {
0% {
-moz-transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-o-keyframes wpb_btt {
0% {
-o-transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes wpb_btt {
0% {
-webkit-transform: translate(0, 10%);
-ms-transform: translate(0, 10%);
-o-transform: translate(0, 10%);
transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
} @-webkit-keyframes wpb_ltr {
0% {
-webkit-transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes wpb_ltr {
0% {
-moz-transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-o-keyframes wpb_ltr {
0% {
-o-transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes wpb_ltr {
0% {
-webkit-transform: translate(-10%, 0);
-ms-transform: translate(-10%, 0);
-o-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
} @-webkit-keyframes wpb_rtl {
0% {
-webkit-transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes wpb_rtl {
0% {
-moz-transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-o-keyframes wpb_rtl {
0% {
-o-transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes wpb_rtl {
0% {
-webkit-transform: translate(10%, 0);
-ms-transform: translate(10%, 0);
-o-transform: translate(10%, 0);
transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
} @-webkit-keyframes wpb_appear {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
filter: alpha(opacity=10);
}
100% {
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes wpb_appear {
0% {
-moz-transform: scale(0.5);
opacity: 0.1;
filter: alpha(opacity=10);
}
100% {
-moz-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-o-keyframes wpb_appear {
0% {
-o-transform: scale(0.5);
opacity: 0.1;
filter: alpha(opacity=10);
}
100% {
-o-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes wpb_appear {
0% {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.1;
filter: alpha(opacity=10);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini {
position: relative;
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone {
opacity: 0 !important;
filter: alpha(opacity=0) !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper {
position: absolute;
right: 0;
top: 50%;
margin-top: -50px;
left: 0;
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
margin: 2em auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
height: 50px;
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: vc_woo-add-cart-load 1.8s infinite ease-in-out;
animation: vc_woo-add-cart-load 1.8s infinite ease-in-out;
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
left: -20px;
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
left: 20px;
-webkit-animation-delay: 0.32s;
animation-delay: 0.32s;
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
content: '';
position: absolute;
top: 0;
}
@-webkit-keyframes vc_woo-add-cart-load {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
}
40% {
box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
}
}
@keyframes vc_woo-add-cart-load {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
}
40% {
box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
}
}
.vc_grid-item-mini .added_to_cart.wc-forward {
display: none;
}#open_shopping_cart.active *,
#open_shopping_cart.active::after,
#open_shopping_cart.active::before { color:#fff; }
/*
     FILE ARCHIVED ON 23:18:12 Mar 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:24:22 Aug 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.499
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.053
  esindex: 0.007
  cdx.remote: 48.475
  LoadShardBlock: 404.104 (3)
  PetaboxLoader3.datanode: 343.162 (5)
  PetaboxLoader3.resolve: 417.956 (4)
  load_resource: 493.919 (2)
*/