.easing-animation{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.easing-animation-long{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.easing-animation-extra-long{-webkit-transition:all 1.2s;-moz-transition:all 1.2s;-o-transition:all 1.2s;transition:all 1.2s}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.nopadding{padding:0}.col-nopadding{padding-left:0;padding-right:0}.center-block{display:block;margin-right:auto;margin-left:auto}.middle{position:relative;display:block;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.center{position:relative;display:block;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:auto;margin-left:auto}.bottom{position:relative;display:block;top:100%;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.ab-center{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ab-center:before,.ab-center:after{content:" ";display:table}.ab-center:after{clear:both}@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
40% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px);
}
60% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px);
}
}@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
40% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px);
}
60% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px);
}
}@-webkit-keyframes flash {
0%, 50%, 100% { opacity:1; }
25%, 75% { opacity:0; }
}@keyframes flash {
0%, 50%, 100% { opacity:1; }
25%, 75% { opacity:0; }
}@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}@keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}@-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);
}
}@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(10px);
transform:translateX(10px);
}
}@keyframes shake {
0%, 100% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(10px);
transform:translateX(10px);
}
}@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin:top center; }
20% { -webkit-transform:rotate(15deg); }
40% { -webkit-transform:rotate(-10deg); }
60% { -webkit-transform:rotate(5deg); }
80% { -webkit-transform:rotate(-5deg); }
100% { -webkit-transform:rotate(0deg); }
}@keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin:top center; }
20% { -webkit-transform:rotate(15deg); }
40% { -webkit-transform:rotate(-10deg); }
60% { -webkit-transform:rotate(5deg); }
80% { -webkit-transform:rotate(-5deg); }
100% { -webkit-transform:rotate(0deg); }
}@-webkit-keyframes tada {
0% { -webkit-transform:scale(1); }
10%, 20% { -webkit-transform:scale(0.9) rotate(-3deg); }
30%, 50%, 70%, 90% { -webkit-transform:scale(1.1) rotate(3deg); }
40%, 60%, 80% { -webkit-transform:scale(1.1) rotate(-3deg); }
100% { -webkit-transform:scale(1) rotate(0); }
}@keyframes tada {
0% { -webkit-transform:scale(1); }
10%, 20% { -webkit-transform:scale(0.9) rotate(-3deg); }
30%, 50%, 70%, 90% { -webkit-transform:scale(1.1) rotate(3deg); }
40%, 60%, 80% { -webkit-transform:scale(1.1) rotate(-3deg); }
100% { -webkit-transform:scale(1) rotate(0); }
}@-webkit-keyframes wobble {
0% { -webkit-transform:translateX(0%); }
15% { -webkit-transform:translateX(-25%) rotate(-5deg); }
30% { -webkit-transform:translateX(20%) rotate(3deg); }
45% { -webkit-transform:translateX(-15%) rotate(-3deg); }
60% { -webkit-transform:translateX(10%) rotate(2deg); }
75% { -webkit-transform:translateX(-5%) rotate(-1deg); }
100% { -webkit-transform:translateX(0%); }
}@keyframes wobble {
0% { -webkit-transform:translateX(0%); }
15% { -webkit-transform:translateX(-25%) rotate(-5deg); }
30% { -webkit-transform:translateX(20%) rotate(3deg); }
45% { -webkit-transform:translateX(-15%) rotate(-3deg); }
60% { -webkit-transform:translateX(10%) rotate(2deg); }
75% { -webkit-transform:translateX(-5%) rotate(-1deg); }
100% { -webkit-transform:translateX(0%); }
}@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.3);
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
}
70% { -webkit-transform:scale(.9); }
100% { -webkit-transform:scale(1); }
}@keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.3);
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
}
70% { -webkit-transform:scale(.9); }
100% { -webkit-transform:scale(1); }
}@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
}
80% { -webkit-transform:translateY(-10px); }
100% { -webkit-transform:translateY(0); }
}@keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
}
80% { -webkit-transform:translateY(-10px); }
100% { -webkit-transform:translateY(0); }
}@-webkit-keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
}
80% { -webkit-transform:translateX(-10px); }
100% { -webkit-transform:translateX(0); }
}@keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
}
80% { -webkit-transform:translateX(-10px); }
100% { -webkit-transform:translateX(0); }
}@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
}
80% { -webkit-transform:translateX(10px); }
100% { -webkit-transform:translateX(0); }
}@keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
}
80% { -webkit-transform:translateX(10px); }
100% { -webkit-transform:translateX(0); }
}@-webkit-keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
transform:translateY(-30px);
}
80% {
-webkit-transform:translateY(10px);
transform:translateY(10px);
opacity:1;
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:1;
}
}@keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
transform:translateY(-30px);
}
80% {
-webkit-transform:translateY(10px);
transform:translateY(10px);
opacity:1;
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:1;
}
}@-webkit-keyframes bounceOut {
0% { -webkit-transform:scale(1); }
25% { -webkit-transform:scale(.95); }
50% {
opacity:1;
-webkit-transform:scale(1.1);
}
100% {
opacity:0;
-webkit-transform:scale(.3);
}
}@keyframes bounceOut {
0% { -webkit-transform:scale(1); }
25% { -webkit-transform:scale(.95); }
50% {
opacity:1;
-webkit-transform:scale(1.1);
}
100% {
opacity:0;
-webkit-transform:scale(.3);
}
}@-webkit-keyframes bounceOutDown {
0% { -webkit-transform:translateY(0); }
20% {
opacity:1;
-webkit-transform:translateY(-20px);
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
}
}@keyframes bounceOutDown {
0% { -webkit-transform:translateY(0); }
20% {
opacity:1;
-webkit-transform:translateY(-20px);
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
}
}@-webkit-keyframes bounceOutLeft {
0% { -webkit-transform:translateX(0); }
20% {
opacity:1;
-webkit-transform:translateX(20px);
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
}
}@keyframes bounceOutLeft {
0% { -webkit-transform:translateX(0); }
20% {
opacity:1;
-webkit-transform:translateX(20px);
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
}
}@-webkit-keyframes bounceOutRight {
0% { -webkit-transform:translateX(0); }
20% {
opacity:1;
-webkit-transform:translateX(-20px);
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
}
}@keyframes bounceOutRight {
0% { -webkit-transform:translateX(0); }
20% {
opacity:1;
-webkit-transform:translateX(-20px);
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
}
}@-webkit-keyframes bounceOutUp {
0% { -webkit-transform:translateY(0); }
20% {
opacity:1;
-webkit-transform:translateY(20px);
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
}@keyframes bounceOutUp {
0% { -webkit-transform:translateY(0); }
20% {
opacity:1;
-webkit-transform:translateY(20px);
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
}@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}@-webkit-keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px);
}
}@keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px);
}
}@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
}@keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
}@-webkit-keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px);
}
}@keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px);
}
}@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
}@keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
}@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px);
}
}@keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px);
}
}@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
}@keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
}@-webkit-keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px);
}
}@keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px);
}
}@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px);
}
}@keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px);
}
}@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(0);
transform:perspective(400px) rotateY(0);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);
transform:perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
80% {
-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);
transform:perspective(400px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
100% {
-webkit-transform:perspective(400px) scale(1);
transform:perspective(400px) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
}@keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(0);
transform:perspective(400px) rotateY(0);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);
transform:perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
80% {
-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);
transform:perspective(400px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
100% {
-webkit-transform:perspective(400px) scale(1);
transform:perspective(400px) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
}@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0;
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0;
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0;
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0;
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0;
}
}@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0;
}
}@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0;
}
}@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0;
}
}@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1;
}
}@keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1;
}
}@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1;
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
}@keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1;
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
}@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0;
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0;
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
}@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0;
}
}@keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0;
}
}@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
}@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
}@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
}@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
}@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
}@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0;
}
}@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
}@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0;
}
}@-webkit-keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-100%);
transform:translateY(-100%);
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-100%);
transform:translateY(-100%);
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@-webkit-keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@-webkit-keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}@-webkit-keyframes slideInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@keyframes slideInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
}@-webkit-keyframes slideOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
}@keyframes slideOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px);
}
}@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
}@keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px);
}
}@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
}@keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px);
}
}@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px);
}
}@keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px);
}
}@-webkit-keyframes hinge {
0% {
-webkit-transform:rotate(0);
transform:rotate(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:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}
40% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}
100% {
-webkit-transform:translateY(700px);
transform:translateY(700px);
opacity:0;
}
}@keyframes hinge {
0% {
-webkit-transform:rotate(0);
transform:rotate(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:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}
40% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}
100% {
-webkit-transform:translateY(700px);
transform:translateY(700px);
opacity:0;
}
}@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg);
}
}@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg);
}
}@-webkit-keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg);
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg);
}
}@keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg);
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg);
}
}@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}
50% { opacity:1; }
100% { opacity:1; }
}@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}
50% { opacity:1; }
100% { opacity:1; }
}@-webkit-keyframes zoomInBig {
0% {
opacity:0;
-webkit-transform:scale(3);
transform:scale(3);
}
50% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}
100% { opacity:1; }
}@keyframes zoomInBig {
0% {
opacity:0;
-webkit-transform:scale(3);
transform:scale(3);
}
50% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}
100% { opacity:1; }
}@-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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
}
100% { opacity: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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
}
100% { opacity:1; }
}@-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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
}
}@-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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
}
}@-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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
60% {
opacity:1;
-webkit-transform:scale3d(.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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
}
}@-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; }
}@-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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
}
}@-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;
}
}@-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;
}
}@-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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,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.55,0.055,0.675,0.19);
animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}
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.32,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
}
}@-webkit-keyframes sliderIn {
0% { opacity:0; }
50% {
opacity:0;
-webkit-transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}@keyframes sliderIn {
0% { opacity:0; }
50% {
opacity:0;
-webkit-transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}@-webkit-keyframes sliderOut {
0% { opacity:1; }
30% { opacity:0; }
}@keyframes sliderOut {
0% { opacity:1; }
30% { opacity:0; }
}@-webkit-keyframes SpecialZoomIn {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
100% {
-webkit-transform:scale(1.15);
transform:scale(1.15);
}
}@keyframes SpecialZoomIn {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
100% {
-webkit-transform:scale(1.15);
transform:scale(1.15);
}
}@-webkit-keyframes SpecialZoomOut {
0% {
-webkit-transform:scale(1.15);
transform:scale(1.15);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}@keyframes SpecialZoomOut {
0% {
-webkit-transform:scale(1.15);
transform:scale(1.15);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}.ui-widget{font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-size:1em}.ui-widget-content{border:1px solid #1c1c1c;background:#fff}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #53575a;background:#53575a;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-icon{font-size:0}.ui-icon:hover{color:#fff}.ui-icon:before{font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-icon-circle-triangle-w:before{content:"\e0a2"}.ui-icon-circle-triangle-e:before{content:"\e0ef"}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #1c1c1c;font-weight:bold;color:#1c1c1c}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#53575a;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{font-weight:bold;color:#53575a}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#53575a;text-decoration:none;cursor:pointer}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #53575a;background:#53575a;font-weight:bold;color:#fff}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #53575a;background:#fff;color:#53575a}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}.ui-datepicker{width:18em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.bt-default-font-main{font-family:Montserrat}.bt-default-font-second{font-family:Lato}.bt-crimson-text-font{font-family:Crimson\ text;font-style:italic}body{font-family:Lato;font-size:14px;line-height:26px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body a{color:#313131}body a:hover,body a:focus,body a:active{color:#53575a;outline:none}body h1,body h2,body h3,body h4,body h5,body h6,body .bt-font-size-1,body .bt-font-size-2,body .bt-font-size-3,body .bt-font-size-4,body .bt-font-size-5,body .bt-font-size-6{color:#282828;font-family:Montserrat;font-weight:700;letter-spacing:1.6px;margin-bottom:25px}body h1,body .bt-font-size-1{font-size:42px;font-weight:700;line-height:60px}body h2,body .bt-font-size-2{font-size:36px;line-height:42px}body h3,body .bt-font-size-3{font-size:24px;line-height:36px}body h4,body .bt-font-size-4{font-size:18px;line-height:24px}body h5,body .bt-font-size-5{font-size:16px;line-height:18px}body h6,body .bt-font-size-6{font-size:14px;line-height:16px}.bt-subtext{letter-spacing:.04em;position:relative;padding-bottom:20px}.bt-subtext:after{content:"";position:absolute;bottom:0;left:50%;width:40px;height:4px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tb-extratext-1{letter-spacing:.3em}.tb-extratext-1.tb-icon:before{content:"\f284";font-family:FontAwesome;font-style:normal}.tb-extratext-2{letter-spacing:.08em}.bt-underline{position:relative;padding-bottom:15px}.bt-underline:after{content:"";position:absolute;bottom:0;left:0;width:25px;height:4px;background:#53575a}.bt-sub-title-box{display:inline-block;letter-spacing:.16px;color:#fff;padding:5px 25px;background:#222;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-sub-title-span{font-size:18px;font-weight:700;line-height:35px;letter-spacing:4.8px;text-align:center;color:#303030}p{margin-bottom:25px}.bt-color-main,.bt-main-color{color:#53575a}.bt-bg-main{background-color:#53575a}body input[type="text"],body input[type="email"],body input[type="search"],body input[type="tel"],body textarea,body select{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%;outline:none;font-size:13px;line-height:24px;letter-spacing:.05em;color:#454545;background-color:transparent;border:1px solid #ececec;margin-bottom:20px;padding:10px 30px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}body input[type="text"]:hover,body input[type="text"]:focus,body input[type="email"]:hover,body input[type="email"]:focus,body input[type="search"]:hover,body input[type="search"]:focus,body input[type="tel"]:hover,body input[type="tel"]:focus,body textarea:hover,body textarea:focus,body select:hover,body select:focus{border-color:#dcdcdc}body .input-submit{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;padding:12px 30px;outline:none;text-align:center;background-color:transparent;border:0}body input[type="submit"]{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;padding:12px 30px;outline:none;text-align:center;background-color:transparent;border:0;font-family:Montserrat;font-size:13px;letter-spacing:.04em;background-color:#53575a;color:#fff}body input[type="submit"]:hover,body input[type="submit"]:focus,body input[type="submit"]:active{background-color:#313131;color:#fff}body select{height:45px}body textarea{resize:none;min-height:210px;margin-bottom:30px}body .placeholder{color:#454545}body ::-webkit-input-placeholder{color:#454545}body :-moz-placeholder{color:#454545}body ::-moz-placeholder{color:#454545}body :-ms-input-placeholder{color:#454545}body .bt-get-a-call-back .placeholder,body .bt-contact-us .placeholder,body .bt-contact-us-2 .placeholder{color:#a8a8a8}body .bt-get-a-call-back ::-webkit-input-placeholder,body .bt-contact-us ::-webkit-input-placeholder,body .bt-contact-us-2 ::-webkit-input-placeholder{color:#a8a8a8}body .bt-get-a-call-back :-moz-placeholder,body .bt-contact-us :-moz-placeholder,body .bt-contact-us-2 :-moz-placeholder{color:#a8a8a8}body .bt-get-a-call-back ::-moz-placeholder,body .bt-contact-us ::-moz-placeholder,body .bt-contact-us-2 ::-moz-placeholder{color:#a8a8a8}body .bt-get-a-call-back :-ms-input-placeholder,body .bt-contact-us :-ms-input-placeholder,body .bt-contact-us-2 :-ms-input-placeholder{color:#a8a8a8}body .bt-request-a-call-back .placeholder{color:#141414}body .bt-request-a-call-back ::-webkit-input-placeholder{color:#141414}body .bt-request-a-call-back :-moz-placeholder{color:#141414}body .bt-request-a-call-back ::-moz-placeholder{color:#141414}body .bt-request-a-call-back :-ms-input-placeholder{color:#141414}body .bt-get-a-call-back .bt-title{font-size:14px;font-weight:400;line-height:24px;letter-spacing:.02em;color:#a8a8a8;margin-bottom:7px}body .bt-get-a-call-back .bt-fields .bt-field{position:relative}body .bt-get-a-call-back .bt-fields .bt-field input,body .bt-get-a-call-back .bt-fields .bt-field textarea,body .bt-get-a-call-back .bt-fields .bt-field select{color:#a8a8a8;background:#383838;border-color:#383838}body .bt-get-a-call-back .bt-fields .bt-field input:hover,body .bt-get-a-call-back .bt-fields .bt-field input:focus,body .bt-get-a-call-back .bt-fields .bt-field textarea:hover,body .bt-get-a-call-back .bt-fields .bt-field textarea:focus,body .bt-get-a-call-back .bt-fields .bt-field select:hover,body .bt-get-a-call-back .bt-fields .bt-field select:focus{background:rgba(56,56,56,.7)}body .bt-get-a-call-back .bt-fields .bt-field input.bt-phone-number,body .bt-get-a-call-back .bt-fields .bt-field textarea.bt-phone-number,body .bt-get-a-call-back .bt-fields .bt-field select.bt-phone-number{margin-bottom:30px}body .bt-get-a-call-back .bt-fields .bt-field input.bt-content,body .bt-get-a-call-back .bt-fields .bt-field textarea.bt-content,body .bt-get-a-call-back .bt-fields .bt-field select.bt-content{height:220px}body .bt-get-a-call-back .bt-fields .bt-field input.bt-submit,body .bt-get-a-call-back .bt-fields .bt-field textarea.bt-submit,body .bt-get-a-call-back .bt-fields .bt-field select.bt-submit{font-size:13px;font-weight:900;line-height:24px;letter-spacing:.05em;text-align:center;color:#fff;background:#53575a;min-width:170px}body .bt-get-a-call-back .bt-fields .bt-field input.bt-submit:hover,body .bt-get-a-call-back .bt-fields .bt-field textarea.bt-submit:hover,body .bt-get-a-call-back .bt-fields .bt-field select.bt-submit:hover{background:#424648}body .bt-get-a-call-back .bt-fields .bt-field .wpcf7-not-valid-tip{line-height:24px;position:absolute;right:0;top:-5px;font-size:0}body .bt-get-a-call-back .bt-fields .bt-field .wpcf7-not-valid-tip:before{content:"\f00d";font-family:FontAwesome;font-size:10px;width:0}body .bt-request-a-call-back .bt-fields .bt-field{position:relative;margin-bottom:12px}body .bt-request-a-call-back .bt-fields .bt-field:before{font-family:FontAwesome;content:"\f007";font-size:14px;color:#c2c2c2;position:absolute;top:11px;left:15px;z-index:1}body .bt-request-a-call-back .bt-fields .bt-field.bt-field-email:before{content:"\f0e0"}body .bt-request-a-call-back .bt-fields .bt-field.bt-field-phone:before{content:"\f1d8"}body .bt-request-a-call-back .bt-fields .bt-field.bt-field-submit{margin-top:18px}body .bt-request-a-call-back .bt-fields .bt-field.bt-field-submit:before{content:"\f02c";color:#fff;top:13px;left:20px}body .bt-request-a-call-back .bt-fields .bt-field input,body .bt-request-a-call-back .bt-fields .bt-field textarea,body .bt-request-a-call-back .bt-fields .bt-field select{font-family:Crimson\ text;font-style:italic;font-size:14px;color:#141414;line-height:24px;letter-spacing:.04em;background:#fff;margin-bottom:0;padding:12px 12px 12px 40px;border-color:#fff;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}body .bt-request-a-call-back .bt-fields .bt-field input:hover,body .bt-request-a-call-back .bt-fields .bt-field input:focus,body .bt-request-a-call-back .bt-fields .bt-field textarea:hover,body .bt-request-a-call-back .bt-fields .bt-field textarea:focus,body .bt-request-a-call-back .bt-fields .bt-field select:hover,body .bt-request-a-call-back .bt-fields .bt-field select:focus{background:rgba(255,255,255,.9)}body .bt-request-a-call-back .bt-fields .bt-field input.bt-submit,body .bt-request-a-call-back .bt-fields .bt-field textarea.bt-submit,body .bt-request-a-call-back .bt-fields .bt-field select.bt-submit{font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;color:#fff;background:#53575a;padding:12px 30px 12px 50px}body .bt-request-a-call-back .bt-fields .bt-field input.bt-submit:hover,body .bt-request-a-call-back .bt-fields .bt-field textarea.bt-submit:hover,body .bt-request-a-call-back .bt-fields .bt-field select.bt-submit:hover{background:#424648}body .bt-request-a-call-back .bt-fields .bt-field .wpcf7-not-valid-tip{line-height:24px;position:absolute;right:0;top:-5px;font-size:0}body .bt-request-a-call-back .bt-fields .bt-field .wpcf7-not-valid-tip:before{content:"\f00d";font-family:FontAwesome;font-size:10px;width:0}body .bt-contact-us .bt-fields .bt-field{position:relative}body .bt-contact-us .bt-fields .bt-field input,body .bt-contact-us .bt-fields .bt-field textarea,body .bt-contact-us .bt-fields .bt-field select{font-size:14px;line-height:36px;color:#999;margin-bottom:30px;border-color:rgba(226,226,226,.43);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}body .bt-contact-us .bt-fields .bt-field input:hover,body .bt-contact-us .bt-fields .bt-field input:focus,body .bt-contact-us .bt-fields .bt-field textarea:hover,body .bt-contact-us .bt-fields .bt-field textarea:focus,body .bt-contact-us .bt-fields .bt-field select:hover,body .bt-contact-us .bt-fields .bt-field select:focus{border-color:rgba(226,226,226,.7)}body .bt-contact-us .bt-fields .bt-field input.bt-content,body .bt-contact-us .bt-fields .bt-field textarea.bt-content,body .bt-contact-us .bt-fields .bt-field select.bt-content{height:220px}body .bt-contact-us .bt-fields .bt-field input.bt-submit,body .bt-contact-us .bt-fields .bt-field textarea.bt-submit,body .bt-contact-us .bt-fields .bt-field select.bt-submit{font-family:Lato;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;text-align:center;color:#fff;background:#53575a;min-width:500px;padding:18px 30px;margin-bottom:0}body .bt-contact-us .bt-fields .bt-field input.bt-submit:hover,body .bt-contact-us .bt-fields .bt-field textarea.bt-submit:hover,body .bt-contact-us .bt-fields .bt-field select.bt-submit:hover{background:#424648}body .bt-contact-us .bt-fields .bt-field select{min-height:58px}body .bt-contact-us .bt-fields .bt-field .wpcf7-not-valid-tip{line-height:24px;position:absolute;right:0;top:-5px;font-size:0}body .bt-contact-us .bt-fields .bt-field .wpcf7-not-valid-tip:before{content:"\f00d";font-family:FontAwesome;font-size:10px;width:0}body .bt-contact-us-2 .bt-fields .bt-field{position:relative}body .bt-contact-us-2 .bt-fields .bt-field input,body .bt-contact-us-2 .bt-fields .bt-field textarea,body .bt-contact-us-2 .bt-fields .bt-field select{font-size:14px;line-height:36px;color:#999;margin-bottom:30px;border-color:rgba(226,226,226,.43);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}body .bt-contact-us-2 .bt-fields .bt-field input:hover,body .bt-contact-us-2 .bt-fields .bt-field input:focus,body .bt-contact-us-2 .bt-fields .bt-field textarea:hover,body .bt-contact-us-2 .bt-fields .bt-field textarea:focus,body .bt-contact-us-2 .bt-fields .bt-field select:hover,body .bt-contact-us-2 .bt-fields .bt-field select:focus{border-color:rgba(226,226,226,.7)}body .bt-contact-us-2 .bt-fields .bt-field input.bt-content,body .bt-contact-us-2 .bt-fields .bt-field textarea.bt-content,body .bt-contact-us-2 .bt-fields .bt-field select.bt-content{height:220px}body .bt-contact-us-2 .bt-fields .bt-field input.bt-submit,body .bt-contact-us-2 .bt-fields .bt-field textarea.bt-submit,body .bt-contact-us-2 .bt-fields .bt-field select.bt-submit{font-family:Lato;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;text-align:center;color:#fff;background:#53575a;width:100%;margin-bottom:0;padding:18px 30px}body .bt-contact-us-2 .bt-fields .bt-field input.bt-submit:hover,body .bt-contact-us-2 .bt-fields .bt-field textarea.bt-submit:hover,body .bt-contact-us-2 .bt-fields .bt-field select.bt-submit:hover{background:#424648}body .bt-contact-us-2 .bt-fields .bt-field select{min-height:58px}body .bt-contact-us-2 .bt-fields .bt-field .wpcf7-not-valid-tip{line-height:24px;position:absolute;right:0;top:-5px;font-size:0}body .bt-contact-us-2 .bt-fields .bt-field .wpcf7-not-valid-tip:before{content:"\f00d";font-family:FontAwesome;font-size:10px;width:0}body .bt-contact-us-2 .bt-fields .bt-note{font-size:14px;line-height:24px;letter-spacing:.04em;text-align:center;color:#999}body .bt-contact-form .bt-fields .bt-field{position:relative}body .bt-contact-form .bt-fields .bt-field input,body .bt-contact-form .bt-fields .bt-field textarea,body .bt-contact-form .bt-fields .bt-field select{font-family:Montserrat;font-size:13px;line-height:40px;color:#a0a0a0;background:#e5e5e5;margin-bottom:30px;border-color:#e5e5e5}body .bt-contact-form .bt-fields .bt-field input:hover,body .bt-contact-form .bt-fields .bt-field input:focus,body .bt-contact-form .bt-fields .bt-field textarea:hover,body .bt-contact-form .bt-fields .bt-field textarea:focus,body .bt-contact-form .bt-fields .bt-field select:hover,body .bt-contact-form .bt-fields .bt-field select:focus{border-color:#dcdcdc}body .bt-contact-form .bt-fields .bt-field input.bt-content,body .bt-contact-form .bt-fields .bt-field textarea.bt-content,body .bt-contact-form .bt-fields .bt-field select.bt-content{height:220px}body .bt-contact-form .bt-fields .bt-field input.bt-submit,body .bt-contact-form .bt-fields .bt-field textarea.bt-submit,body .bt-contact-form .bt-fields .bt-field select.bt-submit{font-family:Lato;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;text-align:center;color:#fff;background:#53575a;margin-bottom:0;padding:15px 30px}body .bt-contact-form .bt-fields .bt-field input.bt-submit:hover,body .bt-contact-form .bt-fields .bt-field textarea.bt-submit:hover,body .bt-contact-form .bt-fields .bt-field select.bt-submit:hover{background:#424648}body .bt-contact-form .bt-fields .bt-field select{min-height:58px}body .bt-contact-form .bt-fields .bt-field .wpcf7-not-valid-tip{line-height:24px;position:absolute;right:0;top:-5px;font-size:0}body .bt-contact-form .bt-fields .bt-field .wpcf7-not-valid-tip:before{content:"\f00d";font-family:FontAwesome;font-size:10px;width:0}body .bt-contact-form .bt-fields .bt-note{font-size:14px;line-height:24px;letter-spacing:.04em;text-align:center;color:#999}body .wpcf7-response-output{text-align:center}.bt-social li{display:inline-block;margin-right:3px;margin-left:3px;font-size:16px}.bt-social li a:hover{color:#53575a}.rev-btn.bt-slider-main-color{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:#53575a!important}.rev-btn.bt-slider-main-color:hover{color:#fff!important;background:#474a4d!important}.bs-button-layout-bears_button--main{font-family:Montserrat;display:inline-block;font-size:13px;font-weight:700;line-height:28px;letter-spacing:.1em;color:#fff;background:#53575a;padding:12px 50px}.bs-button-layout-bears_button--main.bs-button-rounded{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bs-button-layout-bears_button--main.bs-button-round{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.bs-button-layout-bears_button--main.bs-button-large{padding:16px 60px}.bs-button-layout-bears_button--main.bs-button-small{padding:8px 35px}.bs-button-layout-bears_button--main:hover,.bs-button-layout-bears_button--main:focus,.bs-button-layout-bears_button--main:active{color:#fff;background:#424648}.bs-button-layout-bears_button--outline{font-family:Montserrat;display:inline-block;font-size:13px;font-weight:700;line-height:28px;letter-spacing:.1em;color:#141414;padding:10px 48px;border:1px solid #141414}.bs-button-layout-bears_button--outline.bs-button-rounded{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bs-button-layout-bears_button--outline.bs-button-round{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.bs-button-layout-bears_button--outline.bs-button-large{padding:14px 58px}.bs-button-layout-bears_button--outline.bs-button-small{padding:6px 33px}.bs-button-layout-bears_button--outline:hover,.bs-button-layout-bears_button--outline:focus,.bs-button-layout-bears_button--outline:active{color:#fff;background:#101010}.bs-button-layout-bears_button--outline.bt-readmore{font-size:12px;font-weight:400;letter-spacing:.4em;padding:10px 30px}.bs-button-layout-bears_button--popup-video{display:inline-block;font-size:70px;line-height:66px;color:#fff}.bs-button-layout-bears_button--popup-video:hover,.bs-button-layout-bears_button--popup-video:focus{color:#53575a}.bt-owl-nav-style .owl-prev,.bt-owl-nav-style .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:0;width:50px;height:50px;font-size:0;line-height:49px;letter-spacing:-.05em;text-align:center;color:#fff;background:#383838;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-owl-nav-style .owl-prev:before,.bt-owl-nav-style .owl-next:before{content:"\f104";font-family:FontAwesome;font-size:25px}.bt-owl-nav-style .owl-prev:hover,.bt-owl-nav-style .owl-next:hover{background:rgba(56,56,56,.8)}.bt-owl-nav-style .owl-next{left:auto;right:0;color:#fff;background:#53575a}.bt-owl-nav-style .owl-next:before{content:"\f105"}.bt-owl-nav-style .owl-next:hover{background:rgba(83,87,90,.8)}.bt-owl-dots-style{text-align:center;margin-top:15px}.bt-owl-dots-style .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#ececec;margin:0 5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-owl-dots-style .owl-dot.active,.bt-owl-dots-style .owl-dot:hover{background:#53575a}.owl-controls .owl-nav .owl-prev,.owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:0;width:50px;height:50px;font-size:0;line-height:49px;letter-spacing:-.05em;text-align:center;color:#fff;background:#383838;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.owl-controls .owl-nav .owl-prev:before,.owl-controls .owl-nav .owl-next:before{content:"\f104";font-family:FontAwesome;font-size:25px}.owl-controls .owl-nav .owl-prev:hover,.owl-controls .owl-nav .owl-next:hover{background:rgba(56,56,56,.8)}.owl-controls .owl-nav .owl-next{left:auto;right:0;color:#fff;background:#53575a}.owl-controls .owl-nav .owl-next:before{content:"\f105"}.owl-controls .owl-nav .owl-next:hover{background:rgba(83,87,90,.8)}.owl-controls .owl-dots{text-align:center;margin-top:15px}.owl-controls .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#ececec;margin:0 5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.owl-controls .owl-dots .owl-dot.active,.owl-controls .owl-dots .owl-dot:hover{background:#53575a}.bt-btn{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-contact-width-me{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:13px;color:#fff;background:#53575a;padding:10px 20px;overflow:hidden}.bt-contact-width-me.hvr-bounce-to-right:before{background:#2e2e2e}.bt-contact-width-me:hover,.bt-contact-width-me:focus{color:#fff}.bt-btn-icon-style1{font-family:Lato;position:relative;display:inline-block;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#fff;background:#53575a;margin-right:60px;padding:12px 30px 12px 30px}.bt-btn-icon-style1.hvr-bounce-to-right:before{background:#222}.bt-btn-icon-style1>i{position:absolute;top:0;right:-60px;width:60px;height:100%;font-size:20px;line-height:48px;text-align:center;color:#393737;background:#fff}.bt-btn-icon-style1>i:before{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt-btn-icon-style1>i:before:before,.bt-btn-icon-style1>i:before:after{content:" ";display:table}.bt-btn-icon-style1>i:before:after{clear:both}.bt-btn-icon-style1:hover,.bt-btn-icon-style1:focus{color:#fff;background:#53575a}.vc_btn3-container.bt-btn-buy-our-product .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#424242;background:transparent;padding:10px 25px;border:3px solid #e7e7e7;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-btn-buy-our-product .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{background:#e7e7e7}.vc_btn3-container.bt-view-all-gallery .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Montserrat;font-size:11px;font-weight:400;line-height:20px;letter-spacing:.04em;color:#fff;background:#53575a;padding:10px 25px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-view-all-gallery .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{color:#53575a;background:#fff}.vc_btn3-container.bt-btn-seemore .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Montserrat;font-size:13px;font-weight:400;line-height:24px;letter-spacing:.04em;color:#fff;background:#53575a;padding:12px 30px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-btn-seemore .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{color:#53575a;background:#fff}.vc_btn3-container.bt-btn-readmore .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.08em;color:#fff;background:#53575a;min-width:228px;padding:16px 30px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-btn-readmore .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{color:#53575a;background:transparent}.vc_btn3-container.bt-btn-style1 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#fff;background:#53575a;padding:12px 30px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-btn-style1 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{background:#222}.vc_btn3-container.bt-contact-us .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Lato;font-size:15px;font-weight:700;line-height:20px;letter-spacing:.04em;color:#fff;background:#53575a;padding:12px 30px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-contact-us .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{color:#53575a;background:#fff}.vc_btn3-container.bt-btn-icon-main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Lato;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#fff;background:#53575a;padding:13px 80px 13px 25px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-btn-icon-main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-icon{position:absolute;right:0;width:55px;height:50px;text-align:center;color:#393737;background:#fff}.vc_btn3-container.bt-btn-icon-main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-icon:before{line-height:50px}.vc_btn3-container.bt-btn-icon-gray .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{font-family:Lato;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#393737;background:transparent;padding:12px 80px 12px 25px;border:2px solid #d2d2d2;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.vc_btn3-container.bt-btn-icon-gray .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-icon{position:absolute;right:0;width:55px;height:50px;text-align:center;border-left:2px solid #d2d2d2}.vc_btn3-container.bt-btn-icon-gray .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-icon:before{line-height:50px}.vc_btn3-container.bt-btn-icon-gray .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{background:#ececec}.bt-btn-email-hire,.bt-btn-download-resume{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;color:#fff;background:#53575a;white-space:nowrap;display:inline-block;padding:10px 20px!important}.bt-btn-email-hire:hover,.bt-btn-email-hire:focus,.bt-btn-download-resume:hover,.bt-btn-download-resume:focus{color:#53575a;background:#fff}.bt-btn-play-style1{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-btn-play-style1>i{margin-left:4px}.bt-btn-play-style2{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;color:#fff;background:#53575a}.bt-btn-play-style2>i{margin-left:4px}.bt-btn-play-style2:hover{color:#fff;background:#222;border-color:#222}.bt-btn-play-video{font-family:Montserrat;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.08em;color:#fff;background:#53575a;display:inline-block;padding:15px 30px}.bt-btn-play-video:hover,.bt-btn-play-video:focus{color:#53575a;background:#fff}.bt-btn-seemore-main,.bt-btn-purchase-light{font-family:Montserrat;font-size:13px!important;line-height:24px!important;letter-spacing:.04em!important;color:#fff;background:#53575a;display:inline-block;padding:12px 30px!important;-wekbit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-btn-seemore-main:hover,.bt-btn-seemore-main:focus,.bt-btn-purchase-light:hover,.bt-btn-purchase-light:focus{color:#fff}.bt-btn-purchase-light{color:#313131;background:#fff}.bt-btn-purchase-light:hover{color:#313131}.bt-pagination-style1{text-align:center;padding:30px}.bt-pagination-style1>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bt-pagination-style1>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bt-pagination-style1>.page-numbers.dots:hover{color:transparent}.bt-pagination-style1>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-pagination-style1>.page-numbers.prev,.bt-pagination-style1>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bt-pagination-style1>.page-numbers.current,.bt-pagination-style1>.page-numbers:hover{color:#53575a}.bt-owl-nav .owl-prev,.bt-owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-owl-nav .owl-prev:hover,.bt-owl-nav .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-top .owl-prev,.bt-owl-nav-top .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-owl-nav-top .owl-prev:hover,.bt-owl-nav-top .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-top .owl-prev,.bt-owl-nav-top .owl-next{color:#fff;background:#4a4a4a}.bt-owl-nav-top .owl-prev:hover,.bt-owl-nav-top .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-top .owl-prev{position:absolute;top:-40px;left:15px}.bt-owl-nav-top .owl-next{position:absolute;top:-40px;right:15px}.bt-owl-nav-middle .owl-prev,.bt-owl-nav-middle .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-owl-nav-middle .owl-prev:hover,.bt-owl-nav-middle .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-middle .owl-prev,.bt-owl-nav-middle .owl-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-owl-nav-middle .owl-prev{position:absolute;top:50%;left:15px}.bt-owl-nav-middle .owl-next{position:absolute;top:50%;right:15px}.bt-owl-nav-bottom .owl-prev,.bt-owl-nav-bottom .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-owl-nav-bottom .owl-prev:hover,.bt-owl-nav-bottom .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-bottom .owl-prev,.bt-owl-nav-bottom .owl-next{color:#fff;background:#4a4a4a}.bt-owl-nav-bottom .owl-prev:hover,.bt-owl-nav-bottom .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-bottom .owl-prev{position:absolute;bottom:-40px;left:15px}.bt-owl-nav-bottom .owl-next{position:absolute;bottom:-40px;right:15px}.bt-owl-nav-squre .owl-prev,.bt-owl-nav-squre .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#434343;background:#efefef}.bt-owl-nav-squre .owl-prev:hover,.bt-owl-nav-squre .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-middle-square .owl-prev,.bt-owl-nav-middle-square .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#434343;background:#efefef}.bt-owl-nav-middle-square .owl-prev:hover,.bt-owl-nav-middle-square .owl-next:hover{color:#fff;background:#53575a}.bt-owl-nav-middle-square .owl-prev,.bt-owl-nav-middle-square .owl-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-owl-nav-middle-square .owl-prev{position:absolute;top:50%;left:0}.bt-owl-nav-middle-square .owl-next{position:absolute;top:50%;right:0}.bt-owl-nav-middle-rotate .owl-prev,.bt-owl-nav-middle-rotate .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:-40px;width:80px;height:80px;font-size:30px;color:#fff;background:#8b8b8b;opacity:0;border-radius:5px;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.bt-owl-nav-middle-rotate .owl-prev>i,.bt-owl-nav-middle-rotate .owl-next>i{display:inline-block;position:relative;top:12px;left:45px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-owl-nav-middle-rotate .owl-prev:hover,.bt-owl-nav-middle-rotate .owl-next:hover{background:#53575a}.bt-owl-nav-middle-rotate .owl-next{left:auto;right:-40px}.bt-owl-nav-middle-rotate .owl-next>i{left:20px;top:37px}.bt-owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-owl-dots .owl-dot.active,.bt-owl-dots .owl-dot:hover{background:#53575a}.bt-owl-dots-top{position:absolute;top:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-owl-dots-top .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-owl-dots-top .owl-dot.active,.bt-owl-dots-top .owl-dot:hover{background:#53575a}.bt-owl-dots-top .owl-dot{display:inline-block;margin:0 8px}.bt-owl-dots-bottom{position:absolute;bottom:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-owl-dots-bottom .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-owl-dots-bottom .owl-dot.active,.bt-owl-dots-bottom .owl-dot:hover{background:#53575a}.bt-owl-dots-bottom .owl-dot{display:inline-block;margin:0 8px}.bt-owl-dots-left{position:absolute;top:50%;left:-30px;line-height:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-owl-dots-left .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-owl-dots-left .owl-dot.active,.bt-owl-dots-left .owl-dot:hover{background:#53575a}.bt-owl-dots-left .owl-dot{display:block;margin:8px 0}.bt-owl-dots-right{position:absolute;top:50%;right:-30px;line-height:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-owl-dots-right .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-owl-dots-right .owl-dot.active,.bt-owl-dots-right .owl-dot:hover{background:#53575a}.bt-owl-dots-right .owl-dot{display:block;margin:8px 0}a,a:hover,a:focus,a:active,a.active{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;outline:none;text-decoration:none;color:inherit}ul,ol{padding:0;margin:0}ul li,ol li{padding:0;margin:0}ul.bt-disc,ol.bt-disc{list-style-type:disc}ul.bt-circle,ol.bt-circle{list-style-type:circle}ul.bt-square,ol.bt-square{list-style-type:square}ul.bt-list-style1,ol.bt-list-style1{font-size:13px;letter-spacing:.1em;color:#141414;margin:0;padding:0}ul.bt-list-style1>li,ol.bt-list-style1>li{list-style:none;margin-bottom:20px}ul.bt-list-style1>li:last-child,ol.bt-list-style1>li:last-child{margin-bottom:0}ul.bt-list-style1>li>i,ol.bt-list-style1>li>i{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;letter-spacing:-.1em;color:#fff;background:#53575a;margin-right:20px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}ul.bt-list-style2,ol.bt-list-style2{font-size:13px;letter-spacing:.1em;color:#141414;margin:0;padding:0}ul.bt-list-style2>li,ol.bt-list-style2>li{list-style:none;margin-bottom:15px}ul.bt-list-style2>li:last-child,ol.bt-list-style2>li:last-child{margin-bottom:0}ul.bt-list-style2>li>i,ol.bt-list-style2>li>i{display:inline-block}ul.bt-list-style3,ol.bt-list-style3{font-size:14px;line-height:28px;letter-spacing:0;color:#666;margin:0;padding:0}ul.bt-list-style3>li,ol.bt-list-style3>li{list-style:none;float:left;width:50%;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #dfdfdf}ul.bt-list-style3>li.bt-last,ol.bt-list-style3>li.bt-last{border-bottom:none}ul.bt-list-style3>li>i,ol.bt-list-style3>li>i{display:inline-block;margin-right:10px}ul.bt-list-style3.full-width>li,ol.bt-list-style3.full-width>li{width:100%}ul.bt-list-style3:after,ol.bt-list-style3:after{content:"";display:block;clear:both}ul.bt-contact-info,ol.bt-contact-info{margin:0;padding:0}ul.bt-contact-info>li,ol.bt-contact-info>li{list-style:none;font-size:15px;line-height:22px;letter-spacing:.07em;color:#767676;margin-bottom:20px}ul.bt-contact-info>li:last-child,ol.bt-contact-info>li:last-child{margin-bottom:0}ul.bt-contact-info>li>strong,ol.bt-contact-info>li>strong{display:inline-block;color:#282828;margin-right:10px}@media (max-width:767px){ul.bt-list-style3>li,ol.bt-list-style3>li{width:100%}}.bt-fun-facts-section .bt-vc-row-ovelay{background:rgba(83,87,90,.78)}.bt-fun-facts-section .container .wpb_column:after{content:"";position:absolute;top:50%;right:-1px;width:2px;height:50px;background:rgba(255,255,255,.32);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-fun-facts-section .container .wpb_column:last-child:after{display:none}.bt-about-us-section .lemongrid-wrap{max-width:580px;margin:0 auto 35px}.bt-about-us-section .lemongrid-wrap .grid-stack-item>.grid-stack-item-content{border-radius:10px}.bt-about-us-section .vc_tta-container{margin-bottom:0}.bt-about-us-section .vc_tta-container .vc_general.vc_pagination .vc_pagination-item .vc_pagination-trigger{background:#363333;border-color:#363333}.bt-about-us-section .vc_tta-container .vc_general.vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger,.bt-about-us-section .vc_tta-container .vc_general.vc_pagination .vc_pagination-item:hover .vc_pagination-trigger{background:#53575a;border-color:#53575a}.bt-contact-us-section .bt-contact-us-2 .placeholder{color:#666}.bt-contact-us-section .bt-contact-us-2 ::-webkit-input-placeholder{color:#666}.bt-contact-us-section .bt-contact-us-2 :-moz-placeholder{color:#666}.bt-contact-us-section .bt-contact-us-2 ::-moz-placeholder{color:#666}.bt-contact-us-section .bt-contact-us-2 :-ms-input-placeholder{color:#666}.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field{position:relative}.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field input,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field textarea,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field select{font-size:14px;line-height:36px;color:#999;background:#fff;margin-bottom:30px;border:2px solid #e0e0e0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field input:hover,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field input:focus,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field textarea:hover,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field textarea:focus,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field select:hover,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field select:focus{border-color:#d5d5d5}.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field input.bt-submit,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field textarea.bt-submit,.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-field select.bt-submit{border:none}.bt-contact-us-section .bt-contact-us-2 .bt-fields .bt-note{color:#303030}.bt-contact-us-section2{border-color:#53575a}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper{position:relative;padding-top:10px;padding-left:38%}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .wpb_single_image{position:absolute;top:0;left:0;width:38%;padding-right:25px}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-position{font-size:12px;line-height:24px;letter-spacing:.05em;color:#7e7e7e;margin-bottom:15px}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-socials{margin:0;padding:0}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-socials>li{list-style:none;display:inline-block}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-socials>li>a{display:inline-block;width:25px;height:25px;text-align:center;line-height:25px;color:#000;background:#53575a;margin-right:5px}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-socials>li>a>i{font-size:0;letter-spacing:0}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-socials>li>a>i:before,.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-socials>li>a>i:after{font-size:12px}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .bt-socials>li>a:hover{color:#fff}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .vc_progress_bar .vc_single_bar{position:relative;height:7px;background:#ececec;box-shadow:none;margin:50px 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label{position:absolute;bottom:15px;left:0;width:100%;padding:0}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label .vc_inner{font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;color:#303030;position:relative;width:100%!important}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units{float:right}.bt-skills-section .bt-team-item .vc_column-inner>.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar{height:7px;background:#53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-skills-section .vc_tta-tabs.vc_tta-has-pagination .vc_pagination{text-align:right;margin:0 0 5px}.bt-skills-section .vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item .vc_pagination-trigger{width:12px;height:12px;background:#ededed;border-color:#ededed}.bt-skills-section .vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger{background:#53575a;border-color:#53575a}@media (max-width:1199px){.vc_row.bt-skills-section{background:#fff!important;padding-top:0!important;padding-bottom:0!important}}.bt-profitable-investments-section .bt-video-popup .vc_column-inner{margin-left:-12%;padding-top:150px}.bt-profitable-investments-section .bt-video-popup .vc_column-inner>.wpb_wrapper{position:relative}.bt-profitable-investments-section .wpb_single_image{position:relative}.bt-profitable-investments-section .wpb_single_image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(83,87,90,.56);z-index:1}.bt-profitable-investments-section .bs-button-layout-bears_button--popup-video{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9}.bt-profitable-investments-section .bs-button-layout-bears_button--popup-video:before,.bt-profitable-investments-section .bs-button-layout-bears_button--popup-video:after{content:" ";display:table}.bt-profitable-investments-section .bs-button-layout-bears_button--popup-video:after{clear:both}@media (max-width:991px){.bt-profitable-investments-section .bt-video-popup .vc_column-inner{margin-left:0;padding-top:0;padding-bottom:30px}}.bt-our-expert-team-section .vc_tta-tabs.vc_tta-has-pagination .vc_pagination{text-align:left;margin:-20px 0 0;padding:0;z-index:9}.bt-our-expert-team-section .vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item .vc_pagination-trigger{width:12px;height:12px;background:#eaeaea;border-color:#eaeaea}.bt-our-expert-team-section .vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger{background:#53575a;border-color:#53575a}.bt-our-expert-team-section .vc_progress_bar{width:calc(50% - 15px);float:left;margin-right:30px}.bt-our-expert-team-section .vc_progress_bar.bt-right{margin-right:0}.bt-our-expert-team-section .bt-social{text-align:right;margin:0;padding:0}.bt-our-expert-team-section .bt-social>li{list-style:none;display:inline;margin-left:10px;margin-right:0}.bt-our-expert-team-section .bt-social>li:first-child{margin-left:0}.bt-our-expert-team-section .bt-social>li>a{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;color:#fff;background:#666;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-our-expert-team-section .bt-social>li>a>i{font-size:0;letter-spacing:0}.bt-our-expert-team-section .bt-social>li>a>i:before{font-size:14px}.bt-our-expert-team-section .bt-social>li>a:hover,.bt-our-expert-team-section .bt-social>li>a:focus{background:#53575a}.bt-portfolio-section .vc_custom_heading{max-width:460px}.bt-portfolio-section .tbbs-filter-container{position:absolute;top:-110px;right:0}@media (max-width:1199px){.bt-portfolio-section .tbbs-filter-container{position:relative;top:0;right:0}}@media (max-width:991px){.vc_row.bt-bg-dark-color-section{background:#2e3639!important;padding-top:90px!important;padding-bottom:90px!important}.vc_row.bt-bg-light-color-section{background:#fff!important;padding-top:90px!important;padding-bottom:90px!important}}.bt-plan-section .vc_column_container .vc_column-inner>.wpb_wrapper{position:relative}.bt-plan-section .vc_row.vc_inner{position:absolute;bottom:-655px;left:0;width:100%;z-index:9}.bt-comingsoon-section .bt-socials,.bt-comingsoon-section2 .bt-socials{text-align:center;margin:0;padding:0}.bt-comingsoon-section .bt-socials>li,.bt-comingsoon-section2 .bt-socials>li{list-style:none;display:inline-block;margin-right:4px}.bt-comingsoon-section .bt-socials>li:last-child,.bt-comingsoon-section2 .bt-socials>li:last-child{margin-right:0}.bt-comingsoon-section .bt-socials>li>a,.bt-comingsoon-section2 .bt-socials>li>a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;background:#5c5d5d;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-comingsoon-section .bt-socials>li>a>i,.bt-comingsoon-section2 .bt-socials>li>a>i{font-size:0;letter-spacing:0}.bt-comingsoon-section .bt-socials>li>a>i:before,.bt-comingsoon-section2 .bt-socials>li>a>i:before{font-size:14px}.bt-comingsoon-section .bt-socials>li>a:hover,.bt-comingsoon-section .bt-socials>li>a:focus,.bt-comingsoon-section2 .bt-socials>li>a:hover,.bt-comingsoon-section2 .bt-socials>li>a:focus{color:#53575a;background:#fff}.bt-comingsoon-section .newsletter{max-width:700px;margin:0 auto}.bt-comingsoon-section .newsletter form{position:relative;padding-right:165px}.bt-comingsoon-section .newsletter form input{font-size:12px;font-weight:400;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#313030;background:#fff;margin-bottom:0;padding:15px 30px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-comingsoon-section .newsletter form input.newsletter-submit{position:absolute;top:0;right:0;width:165px;font-family:Montserrat;font-size:14px;font-weight:700;letter-spacing:.2em;color:#fff;background:#313030}.bt-comingsoon-section .newsletter form input.newsletter-submit:hover,.bt-comingsoon-section .newsletter form input.newsletter-submit:focus{background:#53575a}body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close{background:#53575a}body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close>i{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;color:#fff}body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close:hover{background:#fff}body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close:hover>i{color:#53575a}body .lg-dynamics-modal-wrap .lg-dynamics-modal-inner .lg-dynamics-modal-detail .modal-detail-info .title h4{color:#ebebeb}body .lg-dynamics-modal-wrap .lg-dynamics-modal-inner .lg-dynamics-modal-detail .modal-detail-info .icon-wrap span i{color:#53575a}@media (max-width:1199px){.vc_row.bt-md-no-border{border:none!important}.vc_row.bt-md-no-padding{padding:0!important}}@media (max-width:991px){.bt-pb-screen-md-30{padding-bottom:30px}.bt-pt-screen-md-30{padding-top:30px}.bt-pb-screen-md-60{padding-bottom:60px}.bt-pt-screen-md-60{padding-top:60px}.bt-pb-screen-md-90{padding-bottom:90px}.bt-pt-screen-md-90{padding-top:90px}}@media (max-width:767px){.bt-pb-screen-sm-30{padding-bottom:30px}.bt-pt-screen-sm-30{padding-top:30px}.bt-pb-screen-sm-60{padding-bottom:60px}.bt-pt-screen-sm-60{padding-top:60px}.bt-pb-screen-sm-90{padding-bottom:90px}.bt-pt-screen-sm-90{padding-top:90px}}@-webkit-keyframes menuEffect {
0% {
opacity:0;
top:calc(100% + 20px);
}
100% {
opacity:1;
top:100%;
}
}@keyframes menuEffect {
0% {
opacity:0;
top:calc(100% + 20px);
}
100% {
opacity:1;
top:100%;
}
}@-webkit-keyframes menuEffectSub {
0% {
opacity:0;
top:20px;
}
100% {
opacity:1;
top:0;
}
}@keyframes menuEffectSub {
0% {
opacity:0;
top:20px;
}
100% {
opacity:1;
top:0;
}
}.bt-hamburger{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;top:25px;display:block;position:absolute;top:50%;right:15px;background:transparent;border:0;width:22px;height:16px;padding:0;cursor:pointer;z-index:999;overflow:hidden;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.bt-hamburger:before,.bt-hamburger:after,.bt-hamburger span{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:#fff}.bt-hamburger:before,.bt-hamburger:after{content:'';position:absolute;top:0;left:0;height:2px;width:100%}.bt-hamburger:after{top:auto;bottom:0}.bt-hamburger span{position:absolute;width:100%;height:2px;left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.bt-hamburger:hover:before,.bt-hamburger:hover:after,.bt-hamburger:hover span{background:#53575a}.bt-hamburger.active span{display:none}.bt-hamburger.active:before{top:7px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-hamburger.active:after{bottom:7px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-header-v1 .bt-hamburger::before,.bt-header-v1 .bt-hamburger::after,.bt-header-v1 .bt-hamburger span,.bt-header-v2 .bt-hamburger::before,.bt-header-v2 .bt-hamburger::after,.bt-header-v2 .bt-hamburger span,.bt-header-v3 .bt-hamburger::before,.bt-header-v3 .bt-hamburger::after,.bt-header-v3 .bt-hamburger span,.bt-header-v4 .bt-hamburger::before,.bt-header-v4 .bt-hamburger::after,.bt-header-v4 .bt-hamburger span,.bt-header-v6 .bt-hamburger::before,.bt-header-v6 .bt-hamburger::after,.bt-header-v6 .bt-hamburger span,.bt-header-v7 .bt-hamburger::before,.bt-header-v7 .bt-hamburger::after,.bt-header-v7 .bt-hamburger span{background:#fff}.bt-header-v1 .bt-hamburger:hover:before,.bt-header-v1 .bt-hamburger:hover:after,.bt-header-v1 .bt-hamburger:hover span,.bt-header-v2 .bt-hamburger:hover:before,.bt-header-v2 .bt-hamburger:hover:after,.bt-header-v2 .bt-hamburger:hover span,.bt-header-v3 .bt-hamburger:hover:before,.bt-header-v3 .bt-hamburger:hover:after,.bt-header-v3 .bt-hamburger:hover span,.bt-header-v4 .bt-hamburger:hover:before,.bt-header-v4 .bt-hamburger:hover:after,.bt-header-v4 .bt-hamburger:hover span,.bt-header-v6 .bt-hamburger:hover:before,.bt-header-v6 .bt-hamburger:hover:after,.bt-header-v6 .bt-hamburger:hover span,.bt-header-v7 .bt-hamburger:hover:before,.bt-header-v7 .bt-hamburger:hover:after,.bt-header-v7 .bt-hamburger:hover span{background:#53575a}.bt-header-v1,.bt-header-v2,.bt-header-v3,.bt-header-v4,.bt-header-v6,.bt-header-v7{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bt-header-v1 a,.bt-header-v2 a,.bt-header-v3 a,.bt-header-v4 a,.bt-header-v6 a,.bt-header-v7 a{transition:.3s ease;-webkit-transition:.3s ease}.bt-header-v1 .bt-header-top,.bt-header-v2 .bt-header-top,.bt-header-v3 .bt-header-top,.bt-header-v4 .bt-header-top,.bt-header-v6 .bt-header-top,.bt-header-v7 .bt-header-top{line-height:40px;background:#1f1f1f}.bt-header-v1 .bt-header-top .widget .social-wrap>a,.bt-header-v2 .bt-header-top .widget .social-wrap>a,.bt-header-v3 .bt-header-top .widget .social-wrap>a,.bt-header-v4 .bt-header-top .widget .social-wrap>a,.bt-header-v6 .bt-header-top .widget .social-wrap>a,.bt-header-v7 .bt-header-top .widget .social-wrap>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;font-size:14px;font-weight:400;color:#969595;margin-right:20px}.bt-header-v1 .bt-header-top .widget .social-wrap>a:last-child,.bt-header-v2 .bt-header-top .widget .social-wrap>a:last-child,.bt-header-v3 .bt-header-top .widget .social-wrap>a:last-child,.bt-header-v4 .bt-header-top .widget .social-wrap>a:last-child,.bt-header-v6 .bt-header-top .widget .social-wrap>a:last-child,.bt-header-v7 .bt-header-top .widget .social-wrap>a:last-child{margin-right:0}.bt-header-v1 .bt-header-top .widget .social-wrap>a:hover,.bt-header-v2 .bt-header-top .widget .social-wrap>a:hover,.bt-header-v3 .bt-header-top .widget .social-wrap>a:hover,.bt-header-v4 .bt-header-top .widget .social-wrap>a:hover,.bt-header-v6 .bt-header-top .widget .social-wrap>a:hover,.bt-header-v7 .bt-header-top .widget .social-wrap>a:hover{color:#53575a}.bt-header-v1 .bt-header-top .widget #menu-menu-top,.bt-header-v1 .bt-header-top .widget .bt-top-bar,.bt-header-v2 .bt-header-top .widget #menu-menu-top,.bt-header-v2 .bt-header-top .widget .bt-top-bar,.bt-header-v3 .bt-header-top .widget #menu-menu-top,.bt-header-v3 .bt-header-top .widget .bt-top-bar,.bt-header-v4 .bt-header-top .widget #menu-menu-top,.bt-header-v4 .bt-header-top .widget .bt-top-bar,.bt-header-v6 .bt-header-top .widget #menu-menu-top,.bt-header-v6 .bt-header-top .widget .bt-top-bar,.bt-header-v7 .bt-header-top .widget #menu-menu-top,.bt-header-v7 .bt-header-top .widget .bt-top-bar{text-align:right;margin:0;padding:0}.bt-header-v1 .bt-header-top .widget #menu-menu-top>li,.bt-header-v1 .bt-header-top .widget .bt-top-bar>li,.bt-header-v2 .bt-header-top .widget #menu-menu-top>li,.bt-header-v2 .bt-header-top .widget .bt-top-bar>li,.bt-header-v3 .bt-header-top .widget #menu-menu-top>li,.bt-header-v3 .bt-header-top .widget .bt-top-bar>li,.bt-header-v4 .bt-header-top .widget #menu-menu-top>li,.bt-header-v4 .bt-header-top .widget .bt-top-bar>li,.bt-header-v6 .bt-header-top .widget #menu-menu-top>li,.bt-header-v6 .bt-header-top .widget .bt-top-bar>li,.bt-header-v7 .bt-header-top .widget #menu-menu-top>li,.bt-header-v7 .bt-header-top .widget .bt-top-bar>li{list-style:none;display:inline-block;margin-right:40px}.bt-header-v1 .bt-header-top .widget #menu-menu-top>li:last-child,.bt-header-v1 .bt-header-top .widget .bt-top-bar>li:last-child,.bt-header-v2 .bt-header-top .widget #menu-menu-top>li:last-child,.bt-header-v2 .bt-header-top .widget .bt-top-bar>li:last-child,.bt-header-v3 .bt-header-top .widget #menu-menu-top>li:last-child,.bt-header-v3 .bt-header-top .widget .bt-top-bar>li:last-child,.bt-header-v4 .bt-header-top .widget #menu-menu-top>li:last-child,.bt-header-v4 .bt-header-top .widget .bt-top-bar>li:last-child,.bt-header-v6 .bt-header-top .widget #menu-menu-top>li:last-child,.bt-header-v6 .bt-header-top .widget .bt-top-bar>li:last-child,.bt-header-v7 .bt-header-top .widget #menu-menu-top>li:last-child,.bt-header-v7 .bt-header-top .widget .bt-top-bar>li:last-child{margin-right:0}.bt-header-v1 .bt-header-top .widget #menu-menu-top>li>a,.bt-header-v1 .bt-header-top .widget .bt-top-bar>li>a,.bt-header-v2 .bt-header-top .widget #menu-menu-top>li>a,.bt-header-v2 .bt-header-top .widget .bt-top-bar>li>a,.bt-header-v3 .bt-header-top .widget #menu-menu-top>li>a,.bt-header-v3 .bt-header-top .widget .bt-top-bar>li>a,.bt-header-v4 .bt-header-top .widget #menu-menu-top>li>a,.bt-header-v4 .bt-header-top .widget .bt-top-bar>li>a,.bt-header-v6 .bt-header-top .widget #menu-menu-top>li>a,.bt-header-v6 .bt-header-top .widget .bt-top-bar>li>a,.bt-header-v7 .bt-header-top .widget #menu-menu-top>li>a,.bt-header-v7 .bt-header-top .widget .bt-top-bar>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:11px;font-weight:400;letter-spacing:.04em;color:#969595}.bt-header-v1 .bt-header-top .widget #menu-menu-top>li>a>i,.bt-header-v1 .bt-header-top .widget .bt-top-bar>li>a>i,.bt-header-v2 .bt-header-top .widget #menu-menu-top>li>a>i,.bt-header-v2 .bt-header-top .widget .bt-top-bar>li>a>i,.bt-header-v3 .bt-header-top .widget #menu-menu-top>li>a>i,.bt-header-v3 .bt-header-top .widget .bt-top-bar>li>a>i,.bt-header-v4 .bt-header-top .widget #menu-menu-top>li>a>i,.bt-header-v4 .bt-header-top .widget .bt-top-bar>li>a>i,.bt-header-v6 .bt-header-top .widget #menu-menu-top>li>a>i,.bt-header-v6 .bt-header-top .widget .bt-top-bar>li>a>i,.bt-header-v7 .bt-header-top .widget #menu-menu-top>li>a>i,.bt-header-v7 .bt-header-top .widget .bt-top-bar>li>a>i{color:#53575a;margin-right:5px}.bt-header-v1 .bt-header-top .widget #menu-menu-top>li>a:hover,.bt-header-v1 .bt-header-top .widget .bt-top-bar>li>a:hover,.bt-header-v2 .bt-header-top .widget #menu-menu-top>li>a:hover,.bt-header-v2 .bt-header-top .widget .bt-top-bar>li>a:hover,.bt-header-v3 .bt-header-top .widget #menu-menu-top>li>a:hover,.bt-header-v3 .bt-header-top .widget .bt-top-bar>li>a:hover,.bt-header-v4 .bt-header-top .widget #menu-menu-top>li>a:hover,.bt-header-v4 .bt-header-top .widget .bt-top-bar>li>a:hover,.bt-header-v6 .bt-header-top .widget #menu-menu-top>li>a:hover,.bt-header-v6 .bt-header-top .widget .bt-top-bar>li>a:hover,.bt-header-v7 .bt-header-top .widget #menu-menu-top>li>a:hover,.bt-header-v7 .bt-header-top .widget .bt-top-bar>li>a:hover{color:#53575a}.bt-header-v1.bt-header-fixed .bt-header-menu,.bt-header-v2.bt-header-fixed .bt-header-menu,.bt-header-v3.bt-header-fixed .bt-header-menu,.bt-header-v4.bt-header-fixed .bt-header-menu,.bt-header-v6.bt-header-fixed .bt-header-menu,.bt-header-v7.bt-header-fixed .bt-header-menu{position:absolute;width:100%;padding:0;z-index:999}.bt-header-v1 .widget.widget_search,.bt-header-v2 .widget.widget_search,.bt-header-v3 .widget.widget_search,.bt-header-v4 .widget.widget_search,.bt-header-v6 .widget.widget_search,.bt-header-v7 .widget.widget_search{position:absolute;top:100%;right:0;display:none;color:#b5b5b5;background:#252525;padding:30px;z-index:999;-webkit-animation:fadeInUp .4s both;-moz-animation:fadeInUp .4s both;-o-animation:fadeInUp .4s both;animation:fadeInUp .4s both}.bt-header-v1 .widget.widget_search .placeholder,.bt-header-v2 .widget.widget_search .placeholder,.bt-header-v3 .widget.widget_search .placeholder,.bt-header-v4 .widget.widget_search .placeholder,.bt-header-v6 .widget.widget_search .placeholder,.bt-header-v7 .widget.widget_search .placeholder{color:#b5b5b5}.bt-header-v1 .widget.widget_search ::-webkit-input-placeholder,.bt-header-v2 .widget.widget_search ::-webkit-input-placeholder,.bt-header-v3 .widget.widget_search ::-webkit-input-placeholder,.bt-header-v4 .widget.widget_search ::-webkit-input-placeholder,.bt-header-v6 .widget.widget_search ::-webkit-input-placeholder,.bt-header-v7 .widget.widget_search ::-webkit-input-placeholder{color:#b5b5b5}.bt-header-v1 .widget.widget_search :-moz-placeholder,.bt-header-v2 .widget.widget_search :-moz-placeholder,.bt-header-v3 .widget.widget_search :-moz-placeholder,.bt-header-v4 .widget.widget_search :-moz-placeholder,.bt-header-v6 .widget.widget_search :-moz-placeholder,.bt-header-v7 .widget.widget_search :-moz-placeholder{color:#b5b5b5}.bt-header-v1 .widget.widget_search ::-moz-placeholder,.bt-header-v2 .widget.widget_search ::-moz-placeholder,.bt-header-v3 .widget.widget_search ::-moz-placeholder,.bt-header-v4 .widget.widget_search ::-moz-placeholder,.bt-header-v6 .widget.widget_search ::-moz-placeholder,.bt-header-v7 .widget.widget_search ::-moz-placeholder{color:#b5b5b5}.bt-header-v1 .widget.widget_search :-ms-input-placeholder,.bt-header-v2 .widget.widget_search :-ms-input-placeholder,.bt-header-v3 .widget.widget_search :-ms-input-placeholder,.bt-header-v4 .widget.widget_search :-ms-input-placeholder,.bt-header-v6 .widget.widget_search :-ms-input-placeholder,.bt-header-v7 .widget.widget_search :-ms-input-placeholder{color:#b5b5b5}.bt-header-v1 .widget.widget_search .search-form,.bt-header-v2 .widget.widget_search .search-form,.bt-header-v3 .widget.widget_search .search-form,.bt-header-v4 .widget.widget_search .search-form,.bt-header-v6 .widget.widget_search .search-form,.bt-header-v7 .widget.widget_search .search-form{position:relative;line-height:24px}.bt-header-v1 .widget.widget_search .search-form:after,.bt-header-v2 .widget.widget_search .search-form:after,.bt-header-v3 .widget.widget_search .search-form:after,.bt-header-v4 .widget.widget_search .search-form:after,.bt-header-v6 .widget.widget_search .search-form:after,.bt-header-v7 .widget.widget_search .search-form:after{content:"\f002";font-family:FontAwesome;position:absolute;top:8px;right:9px}.bt-header-v1 .widget.widget_search .search-form .screen-reader-text,.bt-header-v2 .widget.widget_search .search-form .screen-reader-text,.bt-header-v3 .widget.widget_search .search-form .screen-reader-text,.bt-header-v4 .widget.widget_search .search-form .screen-reader-text,.bt-header-v6 .widget.widget_search .search-form .screen-reader-text,.bt-header-v7 .widget.widget_search .search-form .screen-reader-text{display:none}.bt-header-v1 .widget.widget_search .search-form .search-field,.bt-header-v2 .widget.widget_search .search-form .search-field,.bt-header-v3 .widget.widget_search .search-form .search-field,.bt-header-v4 .widget.widget_search .search-form .search-field,.bt-header-v6 .widget.widget_search .search-form .search-field,.bt-header-v7 .widget.widget_search .search-form .search-field{margin-bottom:0;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.04em;color:#b5b5b5;min-width:230px;padding:8px 45px 8px 15px;border-color:rgba(236,236,236,.2)}.bt-header-v1 .widget.widget_search .search-form .search-field:hover,.bt-header-v1 .widget.widget_search .search-form .search-field:focus,.bt-header-v2 .widget.widget_search .search-form .search-field:hover,.bt-header-v2 .widget.widget_search .search-form .search-field:focus,.bt-header-v3 .widget.widget_search .search-form .search-field:hover,.bt-header-v3 .widget.widget_search .search-form .search-field:focus,.bt-header-v4 .widget.widget_search .search-form .search-field:hover,.bt-header-v4 .widget.widget_search .search-form .search-field:focus,.bt-header-v6 .widget.widget_search .search-form .search-field:hover,.bt-header-v6 .widget.widget_search .search-form .search-field:focus,.bt-header-v7 .widget.widget_search .search-form .search-field:hover,.bt-header-v7 .widget.widget_search .search-form .search-field:focus{border-color:rgba(236,236,236,.4)}.bt-header-v1 .widget.widget_search .search-form .search-submit,.bt-header-v2 .widget.widget_search .search-form .search-submit,.bt-header-v3 .widget.widget_search .search-form .search-submit,.bt-header-v4 .widget.widget_search .search-form .search-submit,.bt-header-v6 .widget.widget_search .search-form .search-submit,.bt-header-v7 .widget.widget_search .search-form .search-submit{position:absolute;top:0;right:0;width:30px;height:42px;padding:0;opacity:0;z-index:9}.bt-header-v1 .consulta_widget_mini_cart h5.wg-title,.bt-header-v2 .consulta_widget_mini_cart h5.wg-title,.bt-header-v3 .consulta_widget_mini_cart h5.wg-title,.bt-header-v4 .consulta_widget_mini_cart h5.wg-title,.bt-header-v6 .consulta_widget_mini_cart h5.wg-title,.bt-header-v7 .consulta_widget_mini_cart h5.wg-title{display:none}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content{font-family:Montserrat;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;position:absolute;top:100%;right:0;display:none;color:#b5b5b5;background:#252525;padding:30px;z-index:999;-webkit-animation:fadeInUp .4s both;-moz-animation:fadeInUp .4s both;-o-animation:fadeInUp .4s both;animation:fadeInUp .4s both}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content h6,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content h6,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content h6,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content h6,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content h6,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content h6{font-size:12px;font-weight:700;line-height:24px;letter-spacing:.2em;text-transform:uppercase;text-align:center;color:#fff;margin-bottom:15px}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item{position:relative;padding:8px 30px 8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a{font-family:Montserrat;font-size:12px;font-weight:400;line-height:13px;letter-spacing:.04em;color:#fff}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a>img,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a>img,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a>img,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a>img,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a>img,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a>img{width:50px}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a.remove,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a.remove,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a.remove,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a.remove,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a.remove,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a.remove{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a:hover,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a:hover,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a:hover,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a:hover,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a:hover,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item>a:hover{color:#53575a}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child{border-top:1px solid rgba(255,255,255,.1)}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover>a>img,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover>a>img,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover>a>img,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover>a>img,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover>a>img,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover>a>img{opacity:.7}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .total,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .total,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .total,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .total,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .total,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .total{font-size:14px;padding:10px 0;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .total>strong,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .total>strong,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .total>strong,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .total>strong,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .total>strong,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .total>strong{font-weight:400}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .total>span,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .total>span,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .total>span,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .total>span,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .total>span,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .total>span{float:right}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .buttons,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .buttons,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .buttons,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .buttons,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .buttons,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .buttons{margin-bottom:0}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .buttons>a,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .buttons>a,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .buttons>a,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .buttons>a,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .buttons>a,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .buttons>a{font-family:Montserrat;font-size:12px;font-weight:700;line-height:12px;letter-spacing:.1em;color:#fff;background:#53575a;padding:8px 15px;border:1px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .buttons>a.checkout,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .buttons>a.checkout,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .buttons>a.checkout,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .buttons>a.checkout,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .buttons>a.checkout,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .buttons>a.checkout{color:#53575a;background:#fff;border:1px solid #fff}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content .buttons>a:hover,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content .buttons>a:hover,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-content .buttons>a:hover,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-content .buttons>a:hover,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-content .buttons>a:hover,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-content .buttons>a:hover{color:#fff;background:transparent;border:1px solid #fff}.bt-header-v1 .bt-search-sidebar>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;position:absolute;top:50%;right:5px;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v1 .bt-search-sidebar>a:before,.bt-header-v1 .bt-search-sidebar>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:17px;left:10px;width:16px;height:2px;background:#fff;opacity:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-header-v1 .bt-search-sidebar>a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-header-v1 .bt-search-sidebar>a.active{background:#53575a}.bt-header-v1 .bt-search-sidebar>a.active>i{opacity:0}.bt-header-v1 .bt-search-sidebar>a.active:before,.bt-header-v1 .bt-search-sidebar>a.active:after{opacity:1}.bt-header-v1 .bt-search-sidebar>a:hover{color:#fff;background:#53575a}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;right:70px;width:35px;height:35px;line-height:35px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;font-size:14px;color:#fff;width:100%;height:100%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a .cart_total{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:10px;color:#53575a;background:#fff;position:absolute;right:0;top:-5px;width:15px;height:15px;line-height:15px;letter-spacing:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a:before,.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:17px;left:10px;width:16px;height:2px;background:#fff;opacity:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a.active{background:#53575a}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a.active>i{opacity:0}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a.active:before,.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header>a.active:after{opacity:1}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header:hover{background:#53575a}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header:hover>a{color:#fff}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total{color:#53575a;background:#fff}.bt-header-v1.bt-header-fixed .bt-header-menu{border-bottom:1px solid rgba(255,255,255,.2)}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-col-logo,.bt-header-v1.bt-header-fixed .bt-header-menu .bt-col-menu .bt-menu-list{border-right:1px solid rgba(255,255,255,.2)}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a{color:#53575a;background:#fff}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a:before,.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:17px;left:10px;width:16px;height:2px;background:#fff;opacity:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a.active{background:#53575a}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a.active>i{opacity:0}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a.active:before,.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a.active:after{opacity:1}.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar>a:hover{color:#fff;background:#53575a}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header{background:#fff}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a{color:#53575a;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a .cart_total{color:#fff;background:#53575a}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a:before,.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:50%;left:50%;width:0;height:2px;background:#fff;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a:after{-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a.active{background:#53575a}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a.active .cart_total{color:#53575a;background:#fff}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a.active>i{opacity:0}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a.active:before,.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a.active:after{width:15px;opacity:1}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover{background:#53575a}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a{color:#fff}.bt-header-v1.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total{color:#53575a;background:#fff}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list{margin-right:120px;padding-right:20px}.bt-header-v2 .bt-search-sidebar>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;position:absolute;top:50%;right:0;width:40px;text-align:center;color:#333;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v2 .bt-search-sidebar>a:hover{color:#53575a}.bt-header-v2 .consulta_widget_mini_cart .bt-cart-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;right:50px;width:40px;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v2 .consulta_widget_mini_cart .bt-cart-header>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;font-size:14px;color:#333;width:100%;height:100%}.bt-header-v2 .consulta_widget_mini_cart .bt-cart-header>a .cart_total{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:10px;color:#fff;background:#53575a;position:absolute;right:0;top:15px;width:15px;height:15px;line-height:15px;letter-spacing:0;text-align:center;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-header-v2 .consulta_widget_mini_cart .bt-cart-header:hover>a{color:#53575a}.bt-header-v2 .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total{color:#53575a;background:#e5e5e5}.bt-header-v2.bt-header-fixed .bt-header-menu{border-bottom:1px solid rgba(255,255,255,.2)}.bt-header-v2.bt-header-fixed .bt-header-menu .bt-search-sidebar>a{color:#fff}.bt-header-v2.bt-header-fixed .bt-header-menu .bt-search-sidebar>a:hover{color:#53575a}.bt-header-v2.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a{color:#fff}.bt-header-v2.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a .cart_total{color:#fff;background:#53575a}.bt-header-v2.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a{color:#53575a}.bt-header-v2.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total{color:#53575a;background:#fff}.bt-header-v3 .bt-toggle-menu,.bt-header-v4 .bt-toggle-menu{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;position:absolute;top:50%;right:0;width:30px;height:30px;line-height:30px;text-align:center;color:#333;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v3 .bt-toggle-menu:before,.bt-header-v4 .bt-toggle-menu:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"\f0c9";font-family:FontAwesome}.bt-header-v3 .bt-toggle-menu.active:before,.bt-header-v4 .bt-toggle-menu.active:before{content:"\f00d"}.bt-header-v3 .bt-toggle-menu:hover,.bt-header-v4 .bt-toggle-menu:hover{color:#53575a}.bt-header-v3 .bt-search-sidebar>a,.bt-header-v4 .bt-search-sidebar>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;position:absolute;top:50%;right:50px;width:40px;text-align:center;color:#333;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v3 .bt-search-sidebar>a:hover,.bt-header-v4 .bt-search-sidebar>a:hover{color:#53575a}.bt-header-v3 .consulta_widget_mini_cart .bt-cart-header,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;right:50px;width:40px;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v3 .consulta_widget_mini_cart .bt-cart-header>a,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-header>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;font-size:14px;color:#333;width:100%;height:100%}.bt-header-v3 .consulta_widget_mini_cart .bt-cart-header>a .cart_total,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-header>a .cart_total{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:10px;color:#fff;background:#53575a;position:absolute;right:0;top:15px;width:15px;height:15px;line-height:15px;letter-spacing:0;text-align:center;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-header-v3 .consulta_widget_mini_cart .bt-cart-header:hover>a,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-header:hover>a{color:#53575a}.bt-header-v3 .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total{color:#53575a;background:#e5e5e5}.bt-header-v3.bt-header-fixed .bt-header-top,.bt-header-v4.bt-header-fixed .bt-header-top{position:absolute;width:100%;opacity:.9;z-index:999}.bt-header-v3.bt-header-fixed .bt-header-menu,.bt-header-v4.bt-header-fixed .bt-header-menu{top:111px}.bt-header-v3.bt-header-fixed .bt-header-menu .bt-search-sidebar>a,.bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar>a{color:#fff}.bt-header-v3.bt-header-fixed .bt-header-menu .bt-search-sidebar>a:hover,.bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar>a:hover{color:#53575a}.bt-header-v3.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a,.bt-header-v4.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a{color:#fff}.bt-header-v3.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a .cart_total,.bt-header-v4.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header>a .cart_total{color:#fff;background:#53575a}.bt-header-v3.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a,.bt-header-v4.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a{color:#53575a}.bt-header-v3.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total,.bt-header-v4.bt-header-fixed .bt-header-menu .consulta_widget_mini_cart .bt-cart-header:hover>a .cart_total{color:#53575a;background:#fff}.bt-header-v3 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list,.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list{padding-right:100px}@media (min-width:1200px){.boxed .bt-header-v1.bt-header-stick .bt-header-menu,.boxed .bt-header-v2.bt-header-stick .bt-header-menu,.boxed .bt-header-v3.bt-header-stick .bt-header-menu,.boxed .bt-header-v4.bt-header-stick .bt-header-menu,.boxed .bt-header-v6.bt-header-stick .bt-header-menu,.boxed .bt-header-v7.bt-header-stick .bt-header-menu{}.boxed.bt-stick-active .bt-header-v1.bt-header-stick .bt-header-menu,.boxed.bt-stick-active .bt-header-v2.bt-header-stick .bt-header-menu,.boxed.bt-stick-active .bt-header-v3.bt-header-stick .bt-header-menu,.boxed.bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu,.boxed.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu,.boxed.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu{}.boxed.bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-padding-header{width:89%}.bt-header-v6 .bt-header-menu .header_socials:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:0;left:-25%;width:1px;height:140px;background:rgba(255,255,255,.35);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none}.bt-header-v6 .bt-header-top .bt-info-pp .bt-info .bt-icon-box:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:-13px;right:0;width:1px;height:44px;background:rgba(255,255,255,.35)}.bt-header-v7 .bt-header-menu .header_socials:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:0;left:-25%;width:1px;height:100px;background:rgba(255,255,255,.45);display:none}}@media (min-width:992px) and (max-width:1199px){.bt-header-v1 .bt-header-top .widget ul.menu,.bt-header-v2 .bt-header-top .widget ul.menu{padding-right:160px}.bt-header-v1 .bt-menu-list>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li>a{min-width:70px!important}.bt-header-v3 .bt-header-menu,.bt-header-v4 .bt-header-menu{padding:0 30px}}@media (min-width:992px){.bt-stick-active.admin-bar .bt-header-v1.bt-header-stick .bt-header-menu,.bt-stick-active.admin-bar .bt-header-v2.bt-header-stick .bt-header-menu,.bt-stick-active.admin-bar .bt-header-v3.bt-header-stick .bt-header-menu,.bt-stick-active.admin-bar .bt-header-v4.bt-header-stick .bt-header-menu,.bt-stick-active.admin-bar .bt-header-v5.bt-header-stick .bt-header-menu .bt-padding-header,.bt-stick-active.admin-bar .bt-header-v6.bt-header-stick .bt-header-menu,.bt-stick-active.admin-bar .bt-header-v7.bt-header-stick .bt-header-menu{top:32px}.bt-stick-active .bt-header-v1.bt-header-stick .bt-header-menu,.bt-stick-active .bt-header-v2.bt-header-stick .bt-header-menu,.bt-stick-active .bt-header-v3.bt-header-stick .bt-header-menu,.bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu,.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu{position:fixed;top:0;left:0;width:100%;padding:0;background:rgba(255,255,255,.75);z-index:999;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.5);box-shadow:0 0 20px 0 rgba(0,0,0,.5);-webkit-animation-name:slideInDown;animation-name:slideInDown;-webkit-animation-duration:1s;animation-duration:1s}.bt-stick-active .bt-header-v1.bt-header-stick .bt-header-menu .bt-logo,.bt-stick-active .bt-header-v2.bt-header-stick .bt-header-menu .bt-logo,.bt-stick-active .bt-header-v3.bt-header-stick .bt-header-menu .bt-logo,.bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu .bt-logo,.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-logo,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .bt-logo{line-height:71px;transform:scale(.8)}.bt-stick-active .bt-header-v1.bt-header-stick .bt-header-menu .bt-logo .logo,.bt-stick-active .bt-header-v2.bt-header-stick .bt-header-menu .bt-logo .logo,.bt-stick-active .bt-header-v3.bt-header-stick .bt-header-menu .bt-logo .logo,.bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu .bt-logo .logo,.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-logo .logo,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .bt-logo .logo{display:none}.bt-stick-active .bt-header-v1.bt-header-stick .bt-header-menu .bt-logo .logo-stick,.bt-stick-active .bt-header-v2.bt-header-stick .bt-header-menu .bt-logo .logo-stick,.bt-stick-active .bt-header-v3.bt-header-stick .bt-header-menu .bt-logo .logo-stick,.bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu .bt-logo .logo-stick,.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-logo .logo-stick,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .bt-logo .logo-stick{display:inline-block}.bt-stick-active .bt-header-v1.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a,.bt-stick-active .bt-header-v2.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a,.bt-stick-active .bt-header-v3.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a,.bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a,.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a{line-height:71px}.bt-stick-active .bt-header-v1.bt-header-stick .bt-header-menu{background:#53575a}.bt-stick-active .bt-header-v1.bt-header-stick .bt-menu-list>ul>li>a{line-height:58px!important}.bt-stick-active .bt-header-v2.bt-header-stick .bt-menu-list>ul{font-size:0}.bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-padding-header{position:fixed;top:0;max-width:100%!important;width:100%;padding:0 50px!important;background:rgba(255,255,255,.75);z-index:999;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.5);box-shadow:0 0 20px 0 rgba(0,0,0,.5)}.bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-padding-header .bt-logo{line-height:71px;transform:scale(.8)}.bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-padding-header .bt-logo .logo{display:none}.bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-padding-header .bt-logo .logo-stick{display:inline-block}.bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-padding-header .bt-menu-list>ul>li>a{line-height:71px}.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a:before,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .bt-menu-list>ul>li>a:before{bottom:20px}.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .header_socials,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .header_socials{line-height:71px}.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .header_socials .widget .social-wrap>a,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .header_socials .widget .social-wrap>a{color:#333}.bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-search-sidebar>a,.bt-stick-active .bt-header-v7.bt-header-stick .bt-header-menu .bt-search-sidebar>a{color:#fff!important}.bt-header-v1 .bt-logo,.bt-header-v2 .bt-logo,.bt-header-v3 .bt-logo,.bt-header-v4 .bt-logo,.bt-header-v5 .bt-logo,.bt-header-v6 .bt-logo,.bt-header-v7 .bt-logo{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bt-header-v1 .bt-logo img,.bt-header-v2 .bt-logo img,.bt-header-v3 .bt-logo img,.bt-header-v4 .bt-logo img,.bt-header-v5 .bt-logo img,.bt-header-v6 .bt-logo img,.bt-header-v7 .bt-logo img{max-width:100%}.bt-header-v1 .bt-logo img.logo-stick,.bt-header-v2 .bt-logo img.logo-stick,.bt-header-v3 .bt-logo img.logo-stick,.bt-header-v4 .bt-logo img.logo-stick,.bt-header-v5 .bt-logo img.logo-stick,.bt-header-v6 .bt-logo img.logo-stick,.bt-header-v7 .bt-logo img.logo-stick{display:none}.bt-header-v1 .bt-menu-list>ul,.bt-header-v2 .bt-menu-list>ul,.bt-header-v3 .bt-menu-list>ul,.bt-header-v4 .bt-menu-list>ul,.bt-header-v5 .bt-menu-list>ul,.bt-header-v6 .bt-menu-list>ul,.bt-header-v7 .bt-menu-list>ul{margin:0;padding:0}.bt-header-v1 .bt-menu-list>ul>li,.bt-header-v2 .bt-menu-list>ul>li,.bt-header-v3 .bt-menu-list>ul>li,.bt-header-v4 .bt-menu-list>ul>li,.bt-header-v5 .bt-menu-list>ul>li,.bt-header-v6 .bt-menu-list>ul>li,.bt-header-v7 .bt-menu-list>ul>li{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;list-style:none}.bt-header-v1 .bt-menu-list>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:13px;font-weight:700;line-height:95px;letter-spacing:.08em;text-transform:uppercase;display:inline-block;text-align:center;min-width:90px;padding:0 20px}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item{position:relative}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul{display:none;background:#252525;position:absolute;top:100%;left:0;min-width:215px;text-align:left;margin:0;padding:25px 0;z-index:-1;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.5);box-shadow:0 0 20px 0 rgba(0,0,0,.5)}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li{list-style:none;position:relative;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a{position:relative}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.page_item_has_children>a:after{content:"\f105";font-family:FontAwesome;position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current_page_item>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current_page_item>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current_page_item>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current_page_item>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current_page_item>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current_page_item>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li.current_page_item>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul{display:none;background:#252525;position:absolute;top:0;left:100%;min-width:215px;text-align:left;margin:0;padding:25px 0;z-index:-1;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li{list-style:none;position:relative;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li>ul>li.current_page_item>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>ul,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>ul,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>ul,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>ul,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>ul,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>ul,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item>ul>li:hover>ul{display:block;z-index:999;-webkit-animation:menuEffectSub .4s both;-moz-animation:menuEffectSub .4s both;-o-animation:menuEffectSub .4s both;animation:menuEffectSub .4s both}.bt-header-v1 .bt-menu-list>ul>li .bt-dropdown-menu-item:hover>ul,.bt-header-v2 .bt-menu-list>ul>li .bt-dropdown-menu-item:hover>ul,.bt-header-v3 .bt-menu-list>ul>li .bt-dropdown-menu-item:hover>ul,.bt-header-v4 .bt-menu-list>ul>li .bt-dropdown-menu-item:hover>ul,.bt-header-v5 .bt-menu-list>ul>li .bt-dropdown-menu-item:hover>ul,.bt-header-v6 .bt-menu-list>ul>li .bt-dropdown-menu-item:hover>ul,.bt-header-v7 .bt-menu-list>ul>li .bt-dropdown-menu-item:hover>ul{display:block;z-index:999;-webkit-animation:menuEffect .4s both;-moz-animation:menuEffect .4s both;-o-animation:menuEffect .4s both;animation:menuEffect .4s both}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item{position:relative}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul{display:none;background:#252525;position:absolute;top:100%;left:0;min-width:215px;text-align:left;margin:0;padding:25px 0;z-index:-1;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.5);box-shadow:0 0 20px 0 rgba(0,0,0,.5)}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li{list-style:none;position:relative;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a{position:relative}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a:after,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a:after,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a:after,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a:after,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a:after,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a:after,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a:after,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a:after,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a:after,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a:after,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a:after,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a:after,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.menu-item-has-children>a:after,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.page_item_has_children>a:after{content:"\f105";font-family:FontAwesome;position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current_page_item>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current_page_item>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current_page_item>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current_page_item>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current_page_item>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current_page_item>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li.current_page_item>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul{display:none;background:#252525;position:absolute;top:0;left:100%;min-width:215px;text-align:left;margin:0;padding:25px 0;z-index:-1;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li{list-style:none;position:relative;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current_page_item>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current_page_item>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current_page_item>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current_page_item>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current_page_item>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current_page_item>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li>ul>li.current_page_item>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>ul,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>ul,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>ul,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>ul,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>ul,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>ul,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item>ul>li:hover>ul{display:block;z-index:999;-webkit-animation:menuEffectSub .4s both;-moz-animation:menuEffectSub .4s both;-o-animation:menuEffectSub .4s both;animation:menuEffectSub .4s both}.bt-header-v1 .bt-menu-list>ul>li.page_item_has_children.page_item:hover>ul,.bt-header-v2 .bt-menu-list>ul>li.page_item_has_children.page_item:hover>ul,.bt-header-v3 .bt-menu-list>ul>li.page_item_has_children.page_item:hover>ul,.bt-header-v4 .bt-menu-list>ul>li.page_item_has_children.page_item:hover>ul,.bt-header-v5 .bt-menu-list>ul>li.page_item_has_children.page_item:hover>ul,.bt-header-v6 .bt-menu-list>ul>li.page_item_has_children.page_item:hover>ul,.bt-header-v7 .bt-menu-list>ul>li.page_item_has_children.page_item:hover>ul{display:block;z-index:999;-webkit-animation:menuEffect .4s both;-moz-animation:menuEffect .4s both;-o-animation:menuEffect .4s both;animation:menuEffect .4s both}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item{position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul{display:none;background:#252525;position:absolute;top:100%;left:0;min-width:215px;text-align:left;margin:0;padding:25px 0;z-index:-1;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.5);box-shadow:0 0 20px 0 rgba(0,0,0,.5)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li{list-style:none;position:relative;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a{position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a:after,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.menu-item-has-children>a:after,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.page_item_has_children>a:after{content:"\f105";font-family:FontAwesome;position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current_page_item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current_page_item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current_page_item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current_page_item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current_page_item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current_page_item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li.current_page_item>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul{display:none;background:#252525;position:absolute;top:0;left:100%;min-width:215px;text-align:left;margin:0;padding:25px 0;z-index:-1;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li{list-style:none;position:relative;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current_page_item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li>ul>li.current_page_item>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item>ul>li:hover>ul{display:block;z-index:999;-webkit-animation:menuEffectSub .4s both;-moz-animation:menuEffectSub .4s both;-o-animation:menuEffectSub .4s both;animation:menuEffectSub .4s both}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item:hover>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item:hover>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item:hover>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item:hover>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item:hover>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item:hover>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.nomega-menu-item:hover>ul{display:block;z-index:999;-webkit-animation:menuEffect .4s both;-moz-animation:menuEffect .4s both;-o-animation:menuEffect .4s both;animation:menuEffect .4s both}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul{display:none;background:#252525;position:absolute;top:100%;left:0;min-width:215px;text-align:left;margin:0;padding:0;z-index:-1;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li{list-style:none;position:relative;margin:25px 0;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.current-menu-ancestor>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2{width:420px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li{width:50%}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3{width:630px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li{width:33.3333%}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4{width:840px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li{width:25%}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4{padding:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li{list-style:none;float:left;padding:0 15px;border-right:1px solid rgba(255,255,255,.1)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li:last-child,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li:last-child,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li:last-child,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li:last-child,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li:last-child,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li:last-child,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li:last-child,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li:last-child,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li:last-child,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li:last-child,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li:last-child,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li:last-child,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li:last-child,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li:last-child,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li:last-child,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li:last-child,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li:last-child,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li:last-child,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li:last-child,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li:last-child,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li:last-child{border-right:none}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;display:block;font-size:12px;font-weight:700;line-height:14px;letter-spacing:.1em;text-transform:uppercase;color:#b5b5b5;padding:10px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a>i,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a>i,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a.hide_link,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a.hide_link,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a.hide_link,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a.hide_link,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a.hide_link,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a.hide_link,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a.hide_link,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a.hide_link,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a.hide_link,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a.hide_link,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a.hide_link,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a.hide_link,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a.hide_link,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a.hide_link,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a.hide_link,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a.hide_link,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a.hide_link,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a.hide_link,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>a.hide_link,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>a.hide_link,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>a.hide_link{display:none}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul{margin:0;padding:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li{list-style:none;padding:3px 0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>i,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>i,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>i,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>i,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>i,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>i,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>i,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>i,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>sup,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>sup,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>sup,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>sup,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>sup,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>sup,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>sup,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>sup,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>sup,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>sup,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>sup,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>sup,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>sup,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>sup,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>sup,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>sup,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>sup,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>sup,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li>a>sup,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li>a>sup,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li>a>sup{font-size:8px;vertical-align:baseline}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns2>li>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns3>li>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul.columns4>li>ul>li.current-menu-ancestor>a{background:#313131}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li{list-style:none}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner{margin:0;padding:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap{position:relative;min-height:266px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a{position:absolute;top:50%;left:50%;width:50px;height:50px;text-align:center;line-height:50px;color:#fff;background:#53575a;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(.8) rotate(-90deg);-moz-transform:translateX(-50%) translateY(-50%) scale(.8) rotate(-90deg);-o-transform:translateX(-50%) translateY(-50%) scale(.8) rotate(-90deg);-ms-transform:translateX(-50%) translateY(-50%) scale(.8) rotate(-90deg);transform:translateX(-50%) translateY(-50%) scale(.8) rotate(-90deg)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a:hover,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a:hover,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a:hover,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a:hover,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a:hover,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a:hover,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap .bt-overlay>a:hover{color:#53575a;background:#fff}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay{opacity:1}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li.bt-banner .bt-banner-wrap:hover .bt-overlay>a{-webkit-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);-moz-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);-o-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);-ms-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget .wg-title,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget .wg-title,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget .wg-title,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget .wg-title,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget .wg-title,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget .wg-title,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget .wg-title{font-size:14px;line-height:26px;letter-spacing:.04em;color:#b5b5b5;margin-bottom:0;padding:3px 0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget{margin:0;padding:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li{list-style:none;padding:6px 0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a{font-family:Montserrat;font-size:13px;font-weight:400;line-height:13px;letter-spacing:.04em;color:#b5b5b5;margin-bottom:4px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a:hover,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a:hover,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a:hover,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a:hover,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a:hover,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a:hover,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a:hover,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a:hover,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a:hover,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a:hover,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a:hover,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a:hover,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a:hover,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a:hover,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a:hover,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a:hover,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a:hover,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a:hover,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li a:hover,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li a:hover,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li a:hover{color:#cecece}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li img,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li img,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li img,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li img,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li img,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li img,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li img,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li img,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li img,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li img,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li img,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li img,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li img,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li img,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li img,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li img,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li img,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li img,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li img,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li img,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li img{width:50px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating{font-size:10px;line-height:9px;letter-spacing:0;color:#53575a;margin-bottom:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating:before,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .star-rating:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before{color:#53575a}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .amount,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .amount,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .amount,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .amount,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .amount,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .amount,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .amount,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .amount,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .amount,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .amount,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .amount,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .amount,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .amount,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .amount,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .amount,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .amount,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .amount,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .amount,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .amount,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .amount,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .amount{font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:14px;color:#ececec}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del{font-size:14px;line-height:14px;color:#b5b5b5;margin-right:5px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del .amount,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del .amount,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del .amount,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del .amount,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del .amount,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del .amount,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del .amount,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del .amount,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del .amount,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del .amount,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del .amount,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del .amount,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del .amount,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del .amount,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del .amount,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del .amount,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del .amount,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del .amount,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>del .amount,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>del .amount,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>del .amount{font-size:14px;line-height:14px;color:#b5b5b5}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>ins,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>ins,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>ins,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>ins,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>ins,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>ins,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>ins,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>ins,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>ins,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>ins,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>ins,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>ins,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>ins,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>ins,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>ins,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>ins,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>ins,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>ins,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li>ins,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li>ins,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li>ins{font-size:16px;color:#ececec;text-decoration:none}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .reviewer,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .reviewer,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .reviewer,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .reviewer,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .reviewer,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .reviewer,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .reviewer,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .reviewer,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .reviewer,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .reviewer,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .reviewer,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .reviewer,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .reviewer,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .reviewer,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .reviewer,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .reviewer,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .reviewer,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .reviewer,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_products ul.product_list_widget li .reviewer,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_top_rated_products ul.product_list_widget li .reviewer,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item>ul>li .widget.widget_recent_reviews ul.product_list_widget li .reviewer{font-size:12px;font-style:italic;line-height:16px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item:hover>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item:hover>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item:hover>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item:hover>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item:hover>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item:hover>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.mega-menu-item:hover>ul{display:block;z-index:999;-webkit-animation:menuEffect .4s both;-moz-animation:menuEffect .4s both;-o-animation:menuEffect .4s both;animation:menuEffect .4s both}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.algleft,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.algleft,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.algleft,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.algleft,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.algleft,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.algleft,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.algleft{position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.algleft>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.algleft>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.algleft>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.algleft>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.algleft>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.algleft>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.algleft>ul{left:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.algright,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.algright,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.algright,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.algright,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.algright,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.algright,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.algright{position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.algright>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.algright>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.algright>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.algright>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.algright>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.algright>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.algright>ul{right:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.algcenter,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.algcenter,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.algcenter,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.algcenter,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.algcenter,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.algcenter,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.algcenter{position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.algcenter>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.algcenter>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.algcenter>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.algcenter>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.algcenter>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.algcenter>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.algcenter>ul{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children.fullwidth>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children.fullwidth>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children.fullwidth>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children.fullwidth>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children.fullwidth>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children.fullwidth>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children.fullwidth>ul{left:0;width:100%!important}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu>li>a,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu>li>a,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu>li>a,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu>li>a,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu>li>a,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu>li>a,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu>li>a{font-size:13px;letter-spacing:0;text-transform:none;padding:0 10px;min-width:80px}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children{position:relative}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul{display:none;background:#252525;position:absolute;top:100%;left:0;min-width:215px;text-align:left;margin:0;padding:25px 0;z-index:-1;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.5);box-shadow:0 0 20px 0 rgba(0,0,0,.5)}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li{list-style:none;position:relative;padding:3px 15px}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.menu-item-has-children>a:after,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.menu-item-has-children>a:after,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.menu-item-has-children>a:after,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.menu-item-has-children>a:after,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.menu-item-has-children>a:after,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.menu-item-has-children>a:after,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.menu-item-has-children>a:after{content:"\f105";font-family:FontAwesome;position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;display:block;font-size:13px;font-weight:400;line-height:14px;letter-spacing:.06em;color:#b5b5b5;padding:8px 15px}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a>i,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a>i,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a>i,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a>i,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a>i,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a>i,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li>a>i{margin-right:5px}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul>li.current-menu-ancestor>a{background:#313131}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth1,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth2,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth7,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth8,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth9,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth10,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth1,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth2,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth7,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth8,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth9,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth10,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth1,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth2,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth7,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth8,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth9,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth10,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth1,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth2,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth7,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth8,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth9,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth10,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth1,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth2,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth7,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth8,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth9,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth10,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth1,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth2,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth7,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth8,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth9,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth10,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth1,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth2,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth7,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth8,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth9,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth10{top:0!important;left:100%}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth3,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth4,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth5,.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth6,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth3,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth4,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth5,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth6,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth3,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth4,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth5,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth6,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth3,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth4,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth5,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth6,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth3,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth4,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth5,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth6,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth3,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth4,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth5,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth6,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth3,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth4,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth5,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children ul.depth6{top:0!important;left:-100%}.bt-header-v1 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children:hover>ul,.bt-header-v2 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children:hover>ul,.bt-header-v3 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children:hover>ul,.bt-header-v4 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children:hover>ul,.bt-header-v5 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children:hover>ul,.bt-header-v6 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children:hover>ul,.bt-header-v7 .bt-menu-list>ul#menu-testing-menu li.menu-item-has-children:hover>ul{display:block;z-index:999;-webkit-animation:menuEffect .4s both;-moz-animation:menuEffect .4s both;-o-animation:menuEffect .4s both;animation:menuEffect .4s both}.bt-header-v1 .bt-logo{line-height:105px}.bt-header-v2 .bt-logo{line-height:105px;float:right;min-width:210px}.bt-header-v2 .bt-menu-list>ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:37px;left:10px;width:0;z-index:-1;height:30px;background:#53575a;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.bt-header-v2 .bt-menu-list>ul>li:hover a:before,.bt-header-v2 .bt-menu-list>ul>li.current-menu-item a:before,.bt-header-v2 .bt-menu-list>ul>li.current-menu-ancestor a:before{width:calc(100% - 20px)}.bt-header-v3 .bt-header-top{z-index:99;position:relative;background:#1f1f1f;padding:20px 0 20px}.bt-header-v3 .bt-header-top .bears-p1{width:40%;float:left}.bt-header-v3 .bt-header-top .bears-p1 .bt-icon-box:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:3px;right:8%;width:1px;height:30px;background:rgba(180,180,180,.62);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-header-v3 .bt-header-top .bears-p2{width:20%;float:left}.bt-header-v3 .bt-header-top .bears-p3{width:40%;float:left}.bt-header-v3 .bt-header-top .bears-p3 .bt-info .bt-icon-box:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:3px;right:-40%;width:1px;height:30px;background:rgba(180,180,180,.62)}.bt-header-v3 .bt-header-top .bears-p3 .bt-icon-box{float:right}.bt-header-v3 .bt-header-top .bt-col-logo.bears-p2 .bt-logo{text-align:left}.bt-header-v3 .button-request{float:right;margin-top:10px;line-height:50px}.bt-header-v3 .button-request .free-bt{border-radius:3px;text-align:center;list-style-type:none;background:#53575a;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition:color .6s ease , background .6s ease;transition:color .6s ease , background .6s ease}.bt-header-v3 .button-request .free-bt a{color:#fff;font-size:11px;font-weight:900}.bt-header-v3 .button-request .free-bt:before{background:#333}.bt-header-v3 .button-request .free-bt:hover{background:#333}.bt-header-v3 .button-request .free-bt:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.bt-header-v3 .button-request .free-bt:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.bt-header-v3 .bt-logo{line-height:71px}.bt-header-v3 .bt-menu-list>ul{margin:0;padding:0;z-index:999}.bt-header-v3 .bt-menu-list>ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-header-v3 .bt-menu-list>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.current-menu-ancestor>a{color:#53575a!important}.bt-header-v3 .bt-menu-list>ul>li:hover>a:before,.bt-header-v3 .bt-menu-list>ul>li.current-menu-item>a:before,.bt-header-v3 .bt-menu-list>ul>li.current-menu-ancestor>a:before{width:20px}.bt-header-v4 .bt-header-top{z-index:99;position:relative;background:#1f1f1f;padding:20px 0 20px}.bt-header-v4 .bt-header-top .bears-p1{width:40%;float:left}.bt-header-v4 .bt-header-top .bears-p1 .bt-info .bt-icon-box:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:10px;right:0%;width:1px;height:20px;background:rgba(180,180,180,.62)}.bt-header-v4 .bt-header-top .bears-p3,.bt-header-v4 .bt-header-top .bears-p4,.bt-header-v4 .bt-header-top .bears-p2{width:20%;float:left}.bt-header-v4 .bt-header-top .bt-col-logo.bears-p2 .bt-logo{text-align:center}.bt-header-v4 .bt-header-top .bears-p3 .bt-icon-box{float:right}.bt-header-v4 .bt-header-top .bears-p3 .bt-icon-box:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:10px;right:-25%;width:1px;height:20px;background:rgba(180,180,180,.62)}.bt-header-v4 .bt-header-top .bears-p4 .social-wrap{margin-top:13px;float:right}.bt-header-v4 .bt-header-top .bears-p4 .social-wrap>a{color:#53575a;margin-right:3px}.bt-header-v4 .bt-header-top .bears-p4 .social-wrap>a:last-child{margin-right:20px}.bt-header-v4 .bt-header-top .bears-p4 .social-wrap>a>i{padding:5px 8px;background:#343434}.bt-header-v4 .button-request{float:right;margin-top:10px;line-height:50px}.bt-header-v4 .button-request .free-bt{border-radius:3px;text-align:center;list-style-type:none;background:#53575a;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition:color .6s ease , background .6s ease;transition:color .6s ease , background .6s ease}.bt-header-v4 .button-request .free-bt a{color:#fff;font-size:11px;font-weight:900}.bt-header-v4 .button-request .free-bt:before{background:#333}.bt-header-v4 .button-request .free-bt:hover{background:#333}.bt-header-v4 .button-request .free-bt:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.bt-header-v4 .button-request .free-bt:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.bt-header-v4 .bt-logo{line-height:71px}.bt-header-v4 .bt-menu-list>ul{margin:0;padding:0;z-index:999}.bt-header-v4 .bt-menu-list>ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-header-v4 .bt-menu-list>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.current-menu-ancestor>a{color:#53575a!important}.bt-header-v4 .bt-menu-list>ul>li:hover>a:before,.bt-header-v4 .bt-menu-list>ul>li.current-menu-item>a:before,.bt-header-v4 .bt-menu-list>ul>li.current-menu-ancestor>a:before{width:20px}.bt-header-v6 .bt-logo{line-height:95px}.bt-header-v6 .bt-header-top{z-index:99;background-color:#53575a;position:relative;padding:12px 0 12px}.bt-header-v6 .bt-header-top .bt-lore{text-align:right;font-size:13px;line-height:20px}.bt-header-v6 .bt-header-top .bt-lore a{color:#fff}.bt-header-v6 .bt-header-top .bt-lore ul{margin:0;padding:0}.bt-header-v6 .bt-header-top .bt-lore ul li{list-style:none;display:inline-block;margin-left:15px}.bt-header-v6 .bt-header-top .bt-icon-box{margin-top:0}.bt-header-v6 .bt-header-top .bt-icon-box .icon{color:#fff}.bt-header-v6 .bt-header-menu .bt-menu-list>ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:30px;left:50%;width:0%;z-index:-1;height:2px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-header-v6 .bt-header-menu .bt-menu-list>ul>li:hover a:before,.bt-header-v6 .bt-header-menu .bt-menu-list>ul>li.current-menu-item a:before,.bt-header-v6 .bt-header-menu .bt-menu-list>ul>li.current-menu-ancestor a:before{width:50%}.bt-header-v6 .bt-header-menu .header_socials{position:absolute;right:0;top:0;line-height:95px}.bt-header-v6 .bt-header-menu .header_socials .widget .social-wrap{margin-right:50px}.bt-header-v6 .bt-header-menu .header_socials .widget .social-wrap>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;font-size:14px;font-weight:400;color:#fff;margin-right:20px}.bt-header-v6 .bt-header-menu .header_socials .widget .social-wrap>a:last-child{margin-right:0}.bt-header-v6 .bt-header-menu .header_socials .widget .social-wrap>a:hover{color:#53575a}.bt-header-v6 .bt-header-menu .bt-search-sidebar>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;position:absolute;top:50%;right:0;width:35px;height:35px;line-height:35px!important;text-align:center;color:#fff;background:gray;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v6 .bt-header-menu .bt-search-sidebar>a:before,.bt-header-v6 .bt-header-menu .bt-search-sidebar>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:17px;left:10px;width:16px;height:2px;background:#fff;opacity:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-header-v6 .bt-header-menu .bt-search-sidebar>a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-header-v6 .bt-header-menu .bt-search-sidebar>a.active{background:#53575a}.bt-header-v6 .bt-header-menu .bt-search-sidebar>a.active>i{opacity:0}.bt-header-v6 .bt-header-menu .bt-search-sidebar>a.active:before,.bt-header-v6 .bt-header-menu .bt-search-sidebar>a.active:after{opacity:1}.bt-header-v6 .bt-header-menu .bt-search-sidebar>a:hover{color:#fff!important;background:#53575a}.bt-header-v7 .bt-logo{line-height:95px}.bt-header-v7 .bt-header-menu{border-bottom:1px solid rgba(255,255,255,.1)}.bt-header-v7 .bt-header-menu .bt-menu-list>ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:33px;left:10px;width:0;z-index:-1;height:30px;background:#53575a;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.bt-header-v7 .bt-header-menu .bt-menu-list>ul>li:hover a:before,.bt-header-v7 .bt-header-menu .bt-menu-list>ul>li.current-menu-item a:before,.bt-header-v7 .bt-header-menu .bt-menu-list>ul>li.current-menu-ancestor a:before{width:calc(100% - 20px)}.bt-header-v7 .bt-header-menu .header_socials{position:absolute;right:15px;top:0;line-height:95px}.bt-header-v7 .bt-header-menu .header_socials .widget .social-wrap{margin-right:50px}.bt-header-v7 .bt-header-menu .header_socials .widget .social-wrap>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;font-size:14px;font-weight:400;color:#fff;margin-right:20px}.bt-header-v7 .bt-header-menu .header_socials .widget .social-wrap>a:last-child{margin-right:0}.bt-header-v7 .bt-header-menu .header_socials .widget .social-wrap>a:hover{color:#53575a}.bt-header-v7 .bt-header-menu .bt-search-sidebar>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;position:absolute;top:50%;right:0;width:35px;height:35px;line-height:35px!important;text-align:center;color:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v7 .bt-header-menu .bt-search-sidebar>a:before,.bt-header-v7 .bt-header-menu .bt-search-sidebar>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:17px;left:10px;width:16px;height:2px;background:#fff;opacity:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-header-v7 .bt-header-menu .bt-search-sidebar>a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-header-v7 .bt-header-menu .bt-search-sidebar>a.active{background:#53575a}.bt-header-v7 .bt-header-menu .bt-search-sidebar>a.active>i{opacity:0}.bt-header-v7 .bt-header-menu .bt-search-sidebar>a.active:before,.bt-header-v7 .bt-header-menu .bt-search-sidebar>a.active:after{opacity:1}.bt-header-v7 .bt-header-menu .bt-search-sidebar>a:hover{color:#53575a}}@media (max-width:991px){.bt-header-v2 .bt-header-menu{padding-left:20px!important;padding-right:20px!important}.bt-header-v2 .bt-header-menu .bt-menu-list>ul{border-right:none!important}.bt-header-v1 .bt-logo,.bt-header-v2 .bt-logo,.bt-header-v3 .bt-logo,.bt-header-v4 .bt-logo,.bt-header-v5 .bt-logo,.bt-header-v6 .bt-logo,.bt-header-v7 .bt-logo{line-height:50px}.bt-header-v1 .bt-logo img.logo-stick,.bt-header-v2 .bt-logo img.logo-stick,.bt-header-v3 .bt-logo img.logo-stick,.bt-header-v4 .bt-logo img.logo-stick,.bt-header-v5 .bt-logo img.logo-stick,.bt-header-v6 .bt-logo img.logo-stick,.bt-header-v7 .bt-logo img.logo-stick{display:none}.bt-header-v1 .bt-menu-list,.bt-header-v2 .bt-menu-list,.bt-header-v3 .bt-menu-list,.bt-header-v4 .bt-menu-list,.bt-header-v5 .bt-menu-list,.bt-header-v6 .bt-menu-list,.bt-header-v7 .bt-menu-list{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;min-width:320px;background:#252525;margin:0;padding:10px 20px;position:absolute;top:0;right:0;z-index:999;border-bottom:2px solid #53575a;-webkit-animation:fadeInUp .4s both;-moz-animation:fadeInUp .4s both;-o-animation:fadeInUp .4s both;animation:fadeInUp .4s both}.bt-header-v1 .bt-menu-list>ul,.bt-header-v2 .bt-menu-list>ul,.bt-header-v3 .bt-menu-list>ul,.bt-header-v4 .bt-menu-list>ul,.bt-header-v5 .bt-menu-list>ul,.bt-header-v6 .bt-menu-list>ul,.bt-header-v7 .bt-menu-list>ul{text-align:left;margin:0}.bt-header-v1 .bt-menu-list>ul>li,.bt-header-v2 .bt-menu-list>ul>li,.bt-header-v3 .bt-menu-list>ul>li,.bt-header-v4 .bt-menu-list>ul>li,.bt-header-v5 .bt-menu-list>ul>li,.bt-header-v6 .bt-menu-list>ul>li,.bt-header-v7 .bt-menu-list>ul>li{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;list-style:none;position:relative;opacity:1!important;border-top:1px solid rgba(255,255,255,.1)}.bt-header-v1 .bt-menu-list>ul>li:first-child,.bt-header-v2 .bt-menu-list>ul>li:first-child,.bt-header-v3 .bt-menu-list>ul>li:first-child,.bt-header-v4 .bt-menu-list>ul>li:first-child,.bt-header-v5 .bt-menu-list>ul>li:first-child,.bt-header-v6 .bt-menu-list>ul>li:first-child,.bt-header-v7 .bt-menu-list>ul>li:first-child{border:none}.bt-header-v1 .bt-menu-list>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.current-menu-ancestor>a{color:#53575a!important}.bt-header-v1 .bt-menu-list>ul>li>a,.bt-header-v2 .bt-menu-list>ul>li>a,.bt-header-v3 .bt-menu-list>ul>li>a,.bt-header-v4 .bt-menu-list>ul>li>a,.bt-header-v5 .bt-menu-list>ul>li>a,.bt-header-v6 .bt-menu-list>ul>li>a,.bt-header-v7 .bt-menu-list>ul>li>a{display:block;color:#fff!important;line-height:26.4px!important;text-transform:uppercase;white-space:nowrap;padding:10px 25px 10px 10px}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children{position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul{display:none;background:none!important;margin:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li{list-style:none;position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a{color:#53575a!important}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li a{display:block;white-space:nowrap;padding:10px 25px 10px 15px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children{position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul{display:none;margin:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li{list-style:none;position:relative}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li:hover>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-item>a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li.current-menu-ancestor>a{color:#53575a!important}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li a,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li a,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li a,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li a,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li a,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li a,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul>li a{display:block;padding:10px;padding:10px 25px 10px 30px;border-top:1px solid rgba(255,255,255,.1)}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon{position:absolute;top:0;right:0;width:25px;height:35px;font-size:8px;font-weight:400;padding:0;border:none}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"\f067";font-family:FontAwesome;color:#b5b5b5}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after{content:" ";display:table}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:before:after{clear:both}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon.open:before{content:"\f068"}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before{color:#53575a}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon{position:absolute;top:0;right:0;width:22px;height:47px;font-size:10px;font-weight:400;padding:0}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"\f067";font-family:FontAwesome;color:#fff}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after{content:" ";display:table}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:before:after{clear:both}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon.open:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon.open:before{content:"\f068"}.bt-header-v1 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v2 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v3 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v4 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v5 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v6 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before,.bt-header-v7 .bt-menu-list>ul>li.menu-item-has-children .mb-dropdown-icon:hover:before{color:#53575a}.bt-header-v1 .bt-header-menu,.bt-header-v2 .bt-header-menu,.bt-header-v3 .bt-header-menu,.bt-header-v4 .bt-header-menu,.bt-header-v5 .bt-header-menu,.bt-header-v6 .bt-header-menu,.bt-header-v7 .bt-header-menu{background:transparent!important}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list,.bt-header-v2 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list,.bt-header-v3 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list,.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list,.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list,.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list,.bt-header-v7 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list{margin-right:0;padding-right:20px}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-header,.bt-header-v3 .consulta_widget_mini_cart .bt-cart-header,.bt-header-v4 .consulta_widget_mini_cart .bt-cart-header,.bt-header-v5 .consulta_widget_mini_cart .bt-cart-header,.bt-header-v6 .consulta_widget_mini_cart .bt-cart-header,.bt-header-v7 .consulta_widget_mini_cart .bt-cart-header{top:-28px;right:80px}.bt-header-v1 .bt-search-sidebar>a,.bt-header-v2 .bt-search-sidebar>a,.bt-header-v3 .bt-search-sidebar>a,.bt-header-v4 .bt-search-sidebar>a,.bt-header-v5 .bt-search-sidebar>a,.bt-header-v6 .bt-search-sidebar>a,.bt-header-v7 .bt-search-sidebar>a{top:-28px;right:42px!important}.bt-header-v1 .bt-header-menu .bt-col-logo,.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list{border-right:none!important}.bt-header-v2.bt-header-fixed .bt-header-menu{top:auto}.bt-header-v3 .bt-header-menu,.bt-header-v4 .bt-header-menu{padding:0 30px}}@media (max-width:767px){.bt-header-v1 .bt-header-top .widget,.bt-header-v2 .bt-header-top .widget,.bt-header-v3 .bt-header-top .widget,.bt-header-v4 .bt-header-top .widget,.bt-header-v5 .bt-header-top .widget,.bt-header-v6 .bt-header-top .widget,.bt-header-v7 .bt-header-top .widget{text-align:center}.bt-header-v1 .bt-header-top .widget #menu-menu-top,.bt-header-v1 .bt-header-top .widget .bt-top-bar,.bt-header-v2 .bt-header-top .widget #menu-menu-top,.bt-header-v2 .bt-header-top .widget .bt-top-bar,.bt-header-v3 .bt-header-top .widget #menu-menu-top,.bt-header-v3 .bt-header-top .widget .bt-top-bar,.bt-header-v4 .bt-header-top .widget #menu-menu-top,.bt-header-v4 .bt-header-top .widget .bt-top-bar,.bt-header-v5 .bt-header-top .widget #menu-menu-top,.bt-header-v5 .bt-header-top .widget .bt-top-bar,.bt-header-v6 .bt-header-top .widget #menu-menu-top,.bt-header-v6 .bt-header-top .widget .bt-top-bar,.bt-header-v7 .bt-header-top .widget #menu-menu-top,.bt-header-v7 .bt-header-top .widget .bt-top-bar{text-align:center}.bt-header-v1 .bt-header-top .widget #menu-menu-top>li,.bt-header-v1 .bt-header-top .widget .bt-top-bar>li,.bt-header-v2 .bt-header-top .widget #menu-menu-top>li,.bt-header-v2 .bt-header-top .widget .bt-top-bar>li,.bt-header-v3 .bt-header-top .widget #menu-menu-top>li,.bt-header-v3 .bt-header-top .widget .bt-top-bar>li,.bt-header-v4 .bt-header-top .widget #menu-menu-top>li,.bt-header-v4 .bt-header-top .widget .bt-top-bar>li,.bt-header-v5 .bt-header-top .widget #menu-menu-top>li,.bt-header-v5 .bt-header-top .widget .bt-top-bar>li,.bt-header-v6 .bt-header-top .widget #menu-menu-top>li,.bt-header-v6 .bt-header-top .widget .bt-top-bar>li,.bt-header-v7 .bt-header-top .widget #menu-menu-top>li,.bt-header-v7 .bt-header-top .widget .bt-top-bar>li{margin-right:25px}}.bt-header-onepage{position:absolute;top:0;width:100%;z-index:999}.bt-header-onepage .bt-logo{display:inline-block;margin-top:80px}.bt-header-onepage .bt-logo .logo-stick{display:none}.bt-header-onepage .bt-menu{position:fixed;top:50%;right:95px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-onepage .bt-menu .bt-menu-list ul{margin:0;padding:0}.bt-header-onepage .bt-menu .bt-menu-list ul>li{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;list-style:none;position:relative;line-height:0;margin:10px 0}.bt-header-onepage .bt-menu .bt-menu-list ul>li:before,.bt-header-onepage .bt-menu .bt-menu-list ul>li:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:5px;right:10px;width:3px;height:3px;opacity:0;background:#53575a;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-header-onepage .bt-menu .bt-menu-list ul>li>a{display:inline-block;font-family:Montserrat;font-size:0;font-weight:700;line-height:12px;letter-spacing:.08em;color:#fff;margin-right:40px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-header-onepage .bt-menu .bt-menu-list ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;right:6px;width:12px;height:12px;border:4px solid #cecece;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.bt-header-onepage .bt-menu .bt-menu-list ul>li>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;right:6px;width:12px;height:12px;border:1px solid transparent;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.bt-header-onepage .bt-menu .bt-menu-list ul>li:hover{margin:20px 0}.bt-header-onepage .bt-menu .bt-menu-list ul>li:hover:before,.bt-header-onepage .bt-menu .bt-menu-list ul>li:hover:after{top:10px;right:-8px;opacity:1}.bt-header-onepage .bt-menu .bt-menu-list ul>li:hover:after{right:30px}.bt-header-onepage .bt-menu .bt-menu-list ul>li:hover>a{font-size:12px;line-height:24px;background:#53575a;padding:0 15px}.bt-header-onepage .bt-menu .bt-menu-list ul>li:hover>a:before{top:8px;right:8px;width:5px;height:5px;border-color:#53575a}.bt-header-onepage .bt-menu .bt-menu-list ul>li:hover>a:after{right:0;width:24px;height:24px;border-color:#53575a}@media (max-width:1199px){.bt-header-onepage .bt-menu{right:40px}}@media (max-width:767px){.bt-header-onepage .bt-logo{margin-top:20px}.bt-header-onepage .bt-menu{right:20px}}.bt-header-v1 .bt-menu-list>ul>li>a{text-align:left;padding-left:0;padding-right:30px}.bt-header-v1 .bt-hamburger::before,.bt-header-v1 .bt-hamburger::after,.bt-header-v1 .bt-hamburger span{background:#000}.bt-header-v1 .bt-search-sidebar:before{content:"";position:absolute;top:50%;right:50px;transform:translateY(-50%);-webkit-transform:translateY(-50%);width:1px;height:12px;background:rgba(255,255,255,.4)}.bt-header-v1 .bt-header-top .bt-col-logo{background:#fff}.bt-header-v1 .bt-header-top .bt-col-logo:before{content:"";position:absolute;top:0;right:100%;height:105px;width:100%;background:#fff}.bt-header-v1 .bt-header-top .icon_text{margin-top:17px}.bt-header-v1 .bt-header-top .button-request{float:right;margin-top:25px}.bt-header-v1 .bt-header-top .button-request .free-bt{line-height:47px;border-radius:3px;text-align:center;list-style-type:none;background:#53575a;vertical-align:middle;width:100%;max-width:170px}.bt-header-v1 .bt-header-top .button-request .free-bt a{color:#fff;font-size:11px;font-weight:900}.bt-header-v1 .bt-header-top .button-request .free-bt:before{border-radius:3px;background:#fff}.bt-header-v1 .bt-header-top .button-request .free-bt:hover a{color:#53575a}.bt-header-v1 .bt-header-menu{background:#53575a}.bt-header-v1 .bt-header-menu .bt-menu-list>ul>li>a{color:#fff}.bt-header-v1 .bt-header-menu .bt-menu-list>ul>li:hover>a,.bt-header-v1 .bt-header-menu .bt-menu-list>ul>li.current-menu-item>a,.bt-header-v1 .bt-header-menu .bt-menu-list>ul>li.current-menu-ancestor>a,.bt-header-v1 .bt-header-menu .bt-menu-list>ul>li.current_page_item>a{color:#000}.bt-header-v5{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bt-header-v5 .bt-header-fixed .bt-header-menu .bt-padding-header{position:absolute;width:100%;padding:0;z-index:999}.bt-header-v5 .bt-header-menu{height:500px;background:#53575a!important}.bt-header-v5 .bt-header-menu.bt-header-menu:before{content:"";height:0;width:0;overflow:hidden;position:absolute;top:0;left:-30px;border-left:180px solid transparent;border-right:180px solid transparent;border-top:180px solid #333}.bt-header-v5 .bt-header-menu.bt-header-menu:after{content:"";height:0;width:0;overflow:hidden;position:absolute;top:320px;right:0;border-left:180px solid transparent;border-right:180px solid transparent;border-bottom:180px solid #333}.bt-header-v5 .bt-header-menu .bt-padding-header{width:90%;margin:0 auto;max-width:1250px}.bt-header-v5 .bt-header-menu .bt-padding-header .bt-logo{position:absolute;line-height:100px}.bt-header-v5 .bt-header-menu .bt-fix-social{position:absolute;right:25px;z-index:99}.bt-header-v5 .bt-header-menu .bt-fix-social .social-wrap a{display:inherit;width:28px;height:28px;text-align:center;background:#2b2b2b;margin-bottom:10px;color:#fff;border-radius:3px}.bt-header-v5 .bt-header-menu .bt-fix-social .social-wrap a i{vertical-align:sub;font-size:11px}.bt-header-v5 .bt-hamburger:hover:before,.bt-header-v5 .bt-hamburger:hover:after,.bt-header-v5 .bt-hamburger:hover span{background:#fff}@media (max-width:991px){.bt-header-v1 .bt-search-sidebar>a{background:#1f1f1f}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-header{background:#1f1f1f}.bt-header-v1 .bt-header-top{background:#fff}.bt-header-v1 .bt-header-top .icon_text{display:none}.bt-header-v1 .bt-header-top .button-request{display:none}.bt-header-v1 .bt-header-top .bt-col-logo{width:100%}.bt-header-v1 .bt-header-top .bt-col-logo .bt-logo{width:30%;background:#fff}.bt-header-v1 .bt-header-top .bt-col-logo:before{content:none}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc{background:#252525}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc>ul{margin-right:0}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc>ul>li>a{height:45px}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc>ul>li>ul>li{padding:0}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc>ul>li>ul>li>a{color:#b5b5b5}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc>ul>li>ul>li>ul>li{padding:0}.bt-header-v1 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc>ul>li>ul>li>ul>li>a{color:#b5b5b5}.bt-header-v2 .bt-header-menu .right-bears-sose .social-wrap{display:none}.bt-header-v2 .bt-search-sidebar>a{margin-top:-25px}.bt-header-v3 .bt-header-top,.bt-header-v4 .bt-header-top{padding:0;border-bottom:1px solid rgba(255,255,255,.2)}.bt-header-v3 .bt-header-top .bearsicon_tx .icon_text,.bt-header-v4 .bt-header-top .bearsicon_tx .icon_text{display:none}.bt-header-v3 .bt-header-top .bears-p4,.bt-header-v4 .bt-header-top .bears-p4{display:none}.bt-header-v3 .bt-header-top .bears-p2,.bt-header-v4 .bt-header-top .bears-p2{width:100%;position:relative}.bt-header-v3 .bt-header-top .bears-p2 .bt-logo,.bt-header-v4 .bt-header-top .bears-p2 .bt-logo{text-align:left!important}.bt-header-v3 .bt-header-menu .button-request,.bt-header-v4 .bt-header-menu .button-request{display:none}.bt-header-v3.bt-header-fixed .bt-header-menu,.bt-header-v4.bt-header-fixed .bt-header-menu{top:50px}.bt-header-v5 .bt-col-logo{height:71px}.bt-header-v5 .bt-col-logo .bt-logo{line-height:71px!important}.bt-header-v5 .bt-header-menu .bt-fix-social{right:10px}.bt-header-v6 .bt-header-top,.bt-header-v7 .bt-header-top{background-color:#53575a;padding:5px 0 5px}.bt-header-v6 .bt-header-top .bt-lore,.bt-header-v7 .bt-header-top .bt-lore{text-align:right;font-size:13px;line-height:20px}.bt-header-v6 .bt-header-top .bt-lore a,.bt-header-v7 .bt-header-top .bt-lore a{color:#fff}.bt-header-v6 .bt-header-top .bt-lore ul,.bt-header-v7 .bt-header-top .bt-lore ul{list-style-type:none}.bt-header-v6 .bt-header-top .bt-lore ul li,.bt-header-v7 .bt-header-top .bt-lore ul li{float:right;margin-left:15px}.bt-header-v6 .bt-header-top .bt-info-pp,.bt-header-v7 .bt-header-top .bt-info-pp{display:none}.bt-header-v6 .bt-header-menu,.bt-header-v7 .bt-header-menu{background-color:rgba(66,66,66,.7)!important}.bt-header-v6 .bt-header-menu .header_socials,.bt-header-v7 .bt-header-menu .header_socials{display:none}.page-template-page-boxed .main-content-v5{margin-top:-430px!important}}.bt-header-v2 .bt-header-menu .right-bears-sose a{line-height:105px;color:#fff;margin-right:20px}.bt-header-v2 .bt-header-menu .right-bears-sose a:hover{color:#53575a}.bt-header-v2 .bt-header-menu .bt-col-menu .bt-menu-list>ul{border-right:1px solid rgba(255,255,255,.2)}.bt-header-v2 .bt-header-menu .widget.widget_search{right:15px}.bt-header-v2 .bt-search-sidebar>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;position:absolute;top:50%;right:15px;width:35px;height:35px;line-height:35px!important;text-align:center;color:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-header-v2 .bt-search-sidebar>a:before,.bt-header-v2 .bt-search-sidebar>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:17px;left:10px;width:16px;height:2px;background:#fff;opacity:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-header-v2 .bt-search-sidebar>a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-header-v2 .bt-search-sidebar>a.active{background:#53575a}.bt-header-v2 .bt-search-sidebar>a.active>i{opacity:0}.bt-header-v2 .bt-search-sidebar>a.active:before,.bt-header-v2 .bt-search-sidebar>a.active:after{opacity:1}.bt-header-v2 .bt-search-sidebar>a:hover{color:#53575a}@media (min-width:992px){.bt-stick-active .bt-header-v1 .bt-search-sidebar:before{bottom:29px}.bt-stick-active .bt-header-v2 .bt-header-menu .right-bears-sose .social-wrap a{line-height:71px;color:#000}.bt-stick-active .bt-header-v2 .bt-header-menu .right-bears-sose .social-wrap a:hover{color:#53575a}.bt-stick-active .bt-header-v2 .bt-menu-list>ul>li>a:before{content:none}.bt-stick-active .bt-header-v2 .bt-menu-list>ul>li:hover>a,.bt-stick-active .bt-header-v2 .bt-menu-list>ul>li.current-menu-item>a,.bt-stick-active .bt-header-v2 .bt-menu-list>ul>li.current-menu-ancestor>a{background:#53575a;color:#fff}.bt-stick-active .bt-header-v2 .bt-header-menu{border-bottom:none}}.no-padding-left .icon_text{padding-left:0!important}.bt-icon-box{line-height:19px;position:relative;padding-left:30px;margin-top:15px}.bt-icon-box .icon{position:absolute;top:50%;transform:translateY(-50%);left:0;font-size:20px;float:left;color:#53575a}.bt-icon-box .text{color:#fff;font-size:12px;display:flex;letter-spacing:1.6px;font-family:Montserrat}.page-template-page-boxed .main-content-v5{margin-top:-400px}.page-template-page-boxed .main-content-v5 .container{width:90%;max-width:1250px}body.bt-stick-active .bt-header-v2.bt-header-fixed .bt-header-menu .bt-search-sidebar>a,body.bt-stick-active .bt-header-v7.bt-header-fixed .bt-header-menu .bt-search-sidebar>a{color:#222!important}body.bt-stick-active .bt-header-v2 .bt-search-sidebar>a:before,body.bt-stick-active .bt-header-v2 .bt-search-sidebar>a:after,body.bt-stick-active .bt-header-v7 .bt-search-sidebar>a:before,body.bt-stick-active .bt-header-v7 .bt-search-sidebar>a:after{background:#222!important}.bt-header-v2 .bt-search-sidebar>a{margin-right:0!important}body .bt-header-relative-style{position:relative!important}body .bt-header-clear-relative-style{position:initial!important}.archive .bt-footer,.single .bt-footer,.search .bt-footer{margin-top:90px}.bt-footer{color:#aeaeae}.bt-footer a{color:#aeaeae}.bt-footer a:hover{color:#53575a}.bt-footer h1,.bt-footer h2,.bt-footer h3,.bt-footer h4,.bt-footer h5,.bt-footer h6{color:#fff}.bt-footer .bt-footer-top{font-size:14px;line-height:24px;letter-spacing:.04em;color:#909090;background:#090909;padding:70px 0}.bt-footer .bt-footer-top .row>div{min-height:325px;padding:0 30px;border-right:1px solid rgba(255,255,255,.05)}.bt-footer .bt-footer-top .row>div:first-child{padding-left:15px}.bt-footer .bt-footer-top .row>div:last-child{padding-right:15px;border-right:none}.bt-footer .bt-footer-top .widget{max-width:360px;margin:auto}.bt-footer .bt-footer-top .widget h4.wg-title{position:relative;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;padding-bottom:10px}.bt-footer .bt-footer-top .widget h4.wg-title:before{content:"";position:absolute;bottom:0;left:0;width:20px;height:3px;background:#53575a}.bt-footer .bt-footer-top .widget .bt-logo{display:inline-block;margin-bottom:20px;margin-top:-8px}.bt-footer .bt-footer-top .widget .bt-slogan{font-size:12px;font-weight:400;line-height:30px;letter-spacing:.1em;color:#53575a;margin-bottom:0}.bt-footer .bt-footer-top .widget .bt-desc{margin-bottom:20px}.bt-footer .bt-footer-top .widget ul.bt-contact-info{margin:0;padding:0}.bt-footer .bt-footer-top .widget ul.bt-contact-info>li{position:relative;list-style:none;letter-spacing:.1em;color:#686868;margin-bottom:10px;padding-left:20px}.bt-footer .bt-footer-top .widget ul.bt-contact-info>li>i{position:absolute;top:6px;left:0}.bt-footer .bt-footer-top .widget .bt-links{margin:0;padding:0}.bt-footer .bt-footer-top .widget .bt-links>li{list-style:none;margin-bottom:10px}.bt-footer .bt-footer-top .widget .bt-links>li:last-child{margin-bottom:0}.bt-footer .bt-footer-top .widget .bt-links>li>a{font-size:12px;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#909090}.bt-footer .bt-footer-top .widget .bt-links>li>a:hover{color:#53575a}.bt-footer .bt-footer-top .widget .bt-short-links{margin:0;padding:0}.bt-footer .bt-footer-top .widget .bt-short-links>li{list-style:none;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.05)}.bt-footer .bt-footer-top .widget .bt-short-links>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.bt-footer .bt-footer-top .widget .bt-short-links>li>a{font-size:14px;line-height:24px;letter-spacing:0;color:#909090}.bt-footer .bt-footer-top .widget .bt-short-links>li>a:hover{color:#53575a}.bt-footer .bt-footer-top .widget .tagcloud{margin-bottom:25px}.bt-footer .bt-footer-top .widget .tagcloud a{font-family:Montserrat;font-size:13px!important;line-height:13px;letter-spacing:.04em;color:#969595;background:#4a4a4a;display:inline-block;margin:0 5px 10px 0;padding:8px 12px;-wekbit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-footer .bt-footer-top .widget .tagcloud a:hover{color:#fff;background:#53575a}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list{margin:0;padding:0}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;list-style:none;position:relative;min-height:76px;margin-bottom:20px}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li:last-child{margin-bottom:0;border-bottom:none}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li .bt-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;float:left;width:76px;height:76px;margin-right:20px}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li .bt-title{font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.01em;margin-bottom:0;padding:8px 0}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li .bt-title>a{color:#ccc}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li .bt-title>a:hover{color:#53575a}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li .bt-meta{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:12px;line-height:20px;letter-spacing:.04em;color:#686868;margin-bottom:10px}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li:hover .bt-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li:hover .bt-title>a{color:#53575a}.bt-footer .bt-footer-top .widget.widget_consulta_post_list .bt-post-list>li:hover .bt-title>a:hover{color:#3a3d3f}.bt-footer .bt-footer-top .widget .bt-readmore{font-family:Montserrat;font-size:12px;letter-spacing:.04em;color:#969595}.bt-footer .bt-footer-top .widget .bt-readmore>i{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;color:#53575a}.bt-footer .bt-footer-top .widget .bt-readmore:hover{color:#53575a}.bt-footer .bt-footer-top .widget .bt-readmore:hover>i{margin-left:5px}.bt-footer .bt-footer-bottom{font-size:13px;color:#636363;background:#000}.bt-footer .bt-footer-bottom .bt-coppyright{font-family:Montserrat;font-size:11px;font-weight:400;line-height:24px;letter-spacing:.1em;text-transform:uppercase}.bt-footer .bt-footer-bottom .social-wrap{text-align:right}.bt-footer .bt-footer-bottom .social-wrap>a{display:inline-block;color:#909090;padding:0 5px;margin:0 10px}.bt-footer .bt-footer-bottom .social-wrap>a:hover{color:#53575a}@media (max-width:1199px){.bt-footer .bt-footer-top .container .row>div{margin-bottom:30px}.bt-footer .bt-footer-top .container .row > div:nth-child(2) {border-right:none}.bt-footer .bt-footer-bottom .bt-coppyright,.bt-footer .bt-footer-bottom .social-wrap{text-align:center}}@media (max-width:767px){.bt-footer .bt-footer-top .container .row>div{border-right:none}}.bt-footer-v2 .bt-footer-top{position:relative;text-align:center;background:#212121;padding:70px 0;overflow:hidden}.bt-footer-v2 .bt-footer-top:before,.bt-footer-v2 .bt-footer-top:after{content:"";position:absolute;top:-80px;left:35px;width:160px;height:160px;background:#53575a;-webkit-border-bottom-right-radius:15px;-moz-border-bottom-right-radius:15px;border-bottom-right-radius:15px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-footer-v2 .bt-footer-top:after{top:auto;bottom:-80px;left:auto;right:105px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.bt-footer-v2 .bt-footer-top .bt-logo{display:inline-block;margin-bottom:30px}.bt-footer-v2 .bt-footer-top .newsletter form{position:relative;max-width:580px;margin:0 auto 60px}.bt-footer-v2 .bt-footer-top .newsletter form>p{margin:0}.bt-footer-v2 .bt-footer-top .newsletter form .newsletter-email{font-size:12px;line-height:24px;letter-spacing:.04em;color:#969595;background:#4a4a4a;margin:0;padding:15px 135px 15px 35px;border:1px solid #4a4a4a;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.bt-footer-v2 .bt-footer-top .newsletter form .newsletter-submit{font-family:Lato;position:absolute;top:8px;right:10px;font-size:12px;font-weight:900;line-height:24px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#53575a;padding:8px 20px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.bt-footer-v2 .bt-footer-top .newsletter form .newsletter-submit:hover{background:#474a4d}.bt-footer-v2 .bt-footer-top .social-wrap>a{display:inline-block;font-size:24px;color:#4a4a4a;margin:0 15px}.bt-footer-v2 .bt-footer-top .social-wrap>a:hover{color:#53575a}.bt-footer-v2 .bt-footer-bottom{font-family:Montserrat;font-size:11px;line-height:24px;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#aaa;background:#131313;padding:15px 0}@media (max-width:991px){.bt-footer-v2 .bt-footer-top:before,.bt-footer-v2 .bt-footer-top:after{display:none}}.bs-block-layout-bears_block--icon-image.bs-block-style1{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;text-align:center;max-width:360px;margin:0 auto 30px}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon{position:relative}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;min-height:178px;overflow:hidden}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-thumb .bs-lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:0;right:0;width:36px;height:36px;font-size:11px;line-height:36px;text-align:center;color:#fff;background:#53575a;opacity:.8;-webkit-transform:translateX(100%) rotate(90deg);-moz-transform:translateX(100%) rotate(90deg);-o-transform:translateX(100%) rotate(90deg);-ms-transform:translateX(100%) rotate(90deg);transform:translateX(100%) rotate(90deg)}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-thumb .bs-lightbox:hover{opacity:1}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:-37px;left:50%;width:74px;height:74px;background:#fff;border:1px solid #e8e8e8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) rotate(0);-moz-transform:translateX(-50%) rotate(0);-o-transform:translateX(-50%) rotate(0);-ms-transform:translateX(-50%) rotate(0);transform:translateX(-50%) rotate(0)}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-icon>i{font-size:32px;line-height:74px;color:#141414}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-icon>img{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:38px;height:auto}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-icon>img:before,.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-icon>img:after{content:" ";display:table}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-thumb-icon .bs-icon>img:after{clear:both}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-content{position:relative;padding:30px 10px}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-content .bs-info{position:relative;z-index:2}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-content .bs-info .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:17px;line-height:28px;letter-spacing:-.03em;margin-bottom:0}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-content .bs-info .bs-title>a{color:#292929}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-content .bs-info .bs-title>a:hover{color:#53575a}.bs-block-layout-bears_block--icon-image.bs-block-style1 .bs-content .bs-order-number{position:absolute;top:30px;right:10px;font-size:82px;font-weight:700;letter-spacing:-.03em;color:#ececec;margin-bottom:0}.bs-block-layout-bears_block--icon-image.bs-block-style1:hover{-webkit-box-shadow:0 0 30px #eee inset;-moz-box-shadow:0 0 30px #eee inset;box-shadow:0 0 30px #eee inset}.bs-block-layout-bears_block--icon-image.bs-block-style1:hover .bs-thumb-icon .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bs-block-layout-bears_block--icon-image.bs-block-style1:hover .bs-thumb-icon .bs-thumb .bs-lightbox{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.bs-block-layout-bears_block--icon-image.bs-block-style1:hover .bs-thumb-icon .bs-icon{-webkit-box-shadow:0 0 40px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.2) inset;box-shadow:0 0 40px rgba(0,0,0,.2) inset}.bs-block-layout-bears_block--icon-image.bs-block-style1:hover .bs-content .bs-info .bs-title>a{color:#53575a}.bs-block-layout-bears_block--icon-image.bs-block-style1:hover .bs-content .bs-info .bs-title>a:hover{color:#3a3d3f}.bs-block-layout-bears_block--icon-image.bs-block-style2{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;text-align:center;max-width:360px;margin:0 auto 30px}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon{position:relative}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;min-height:240px;overflow:hidden}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-thumb .bs-lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:0;right:0;width:36px;height:36px;font-size:11px;line-height:36px;text-align:center;color:#fff;background:#53575a;opacity:.8;-webkit-transform:translateX(100%) rotate(90deg);-moz-transform:translateX(100%) rotate(90deg);-o-transform:translateX(100%) rotate(90deg);-ms-transform:translateX(100%) rotate(90deg);transform:translateX(100%) rotate(90deg)}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-thumb .bs-lightbox:hover{opacity:1}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-27px;left:50%;width:58px;height:58px;background:#fff;border:1px solid #e8e8e8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-icon>i{font-size:24px;line-height:58px;color:#141414}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-icon>img{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:28px;height:auto}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-icon>img:before,.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-icon>img:after{content:" ";display:table}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-thumb-icon .bs-icon>img:after{clear:both}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-content{position:relative;padding:40px 10px 30px}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-content .bs-info{position:relative;z-index:2}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-content .bs-info .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:14px;line-height:28px;letter-spacing:.05em;color:#141414;margin-bottom:15px;padding-bottom:15px}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-content .bs-info .bs-title:after{content:"";position:absolute;bottom:0;left:50%;width:30px;height:2px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-content .bs-info .bs-title:hover{color:#53575a}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-content .bs-info .bs-desc{font-size:14px;letter-spacing:.05em;color:#6f6f6f}.bs-block-layout-bears_block--icon-image.bs-block-style2 .bs-content .bs-order-number{position:absolute;top:40px;right:10px;font-size:82px;font-weight:700;letter-spacing:-.03em;color:#ececec;margin-bottom:0}.bs-block-layout-bears_block--icon-image.bs-block-style2:hover{-webkit-box-shadow:0 0 30px #eee inset;-moz-box-shadow:0 0 30px #eee inset;box-shadow:0 0 30px #eee inset}.bs-block-layout-bears_block--icon-image.bs-block-style2:hover .bs-thumb-icon .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bs-block-layout-bears_block--icon-image.bs-block-style2:hover .bs-thumb-icon .bs-thumb .bs-lightbox{-webkit-transform:translateX(0) rotate(0);-moz-transform:translateX(0) rotate(0);-o-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}.bs-block-layout-bears_block--icon-image.bs-block-style2:hover .bs-thumb-icon .bs-icon{-webkit-box-shadow:0 0 40px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.2) inset;box-shadow:0 0 40px rgba(0,0,0,.2) inset}.bs-block-layout-bears_block--icon-image.bs-block-style2:hover .bs-content .bs-info .bs-title>a{color:#53575a}.bs-block-layout-bears_block--icon-image.bs-block-style2:hover .bs-content .bs-info .bs-title>a:hover{color:#3a3d3f}.bs-block-layout-bears_block--service-box.bs-block-style1{position:relative;text-align:left;max-width:360px;margin:0 auto 30px;padding-left:92px}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:68px;height:68px;font-size:24px;line-height:68px;color:#909090;text-align:center;background:#ececec;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-icon>img{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:28px;height:auto}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-icon>img:before,.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-icon>img:after{content:" ";display:table}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-icon>img:after{clear:both}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-content{position:relative}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-content .bs-info{position:relative;z-index:2}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-content .bs-info .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:14px;line-height:20px;letter-spacing:.1em;margin-bottom:10px}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-content .bs-info .bs-title>a{color:#141414}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-content .bs-info .bs-title>a:hover{color:#53575a}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-content .bs-info .bs-desc{font-size:14px;line-height:18px;letter-spacing:.06em;color:#6f6f6f}.bs-block-layout-bears_block--service-box.bs-block-style1 .bs-content .bs-order-number{position:absolute;top:12px;right:10px;font-size:82px;font-weight:700;letter-spacing:-.03em;color:#ececec;margin-bottom:0}.bs-block-layout-bears_block--service-box.bs-block-style1.bt-reveser{text-align:right;padding-left:0;padding-right:92px}.bs-block-layout-bears_block--service-box.bs-block-style1.bt-reveser .bs-icon{left:auto;right:0}.bs-block-layout-bears_block--service-box.bs-block-style1.bt-reveser .bs-content .bs-order-number{left:10px;right:auto}.bs-block-layout-bears_block--service-box.bs-block-style1:hover .bs-icon{-webkit-box-shadow:0 0 40px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.2) inset;box-shadow:0 0 40px rgba(0,0,0,.2) inset}.bs-block-layout-bears_block--service-box.bs-block-style1:hover .bs-content .bs-info .bs-title>a{color:#53575a}.bs-block-layout-bears_block--service-box.bs-block-style1:hover .bs-content .bs-info .bs-title>a:hover{color:#3a3d3f}.bs-block-layout-bears_block--service-box.bs-block-style2{position:relative;text-align:center;max-width:360px;margin:0 auto 30px}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;position:relative;width:72px;height:72px;font-size:28px;line-height:72px;color:#303030;text-align:center;margin-bottom:20px;border:1px solid #e8e8e8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-icon>img{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:36px;height:auto}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-icon>img:before,.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-icon>img:after{content:" ";display:table}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-icon>img:after{clear:both}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-content{position:relative}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-content .bs-info{position:relative;z-index:2}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-content .bs-info .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:17px;line-height:20px;letter-spacing:-.02em;margin-bottom:5px}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-content .bs-info .bs-title>a{color:#292929}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-content .bs-info .bs-title>a:hover{color:#53575a}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-content .bs-info .bs-desc{color:#515151}.bs-block-layout-bears_block--service-box.bs-block-style2 .bs-content .bs-order-number{position:absolute;top:0;right:10px;font-size:82px;font-weight:700;letter-spacing:-.03em;color:#ececec;margin-bottom:0}.bs-block-layout-bears_block--service-box.bs-block-style2:hover .bs-icon{-webkit-box-shadow:0 0 40px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.2) inset;box-shadow:0 0 40px rgba(0,0,0,.2) inset}.bs-block-layout-bears_block--service-box.bs-block-style2:hover .bs-content .bs-info .bs-title>a{color:#53575a}.bs-block-layout-bears_block--service-box.bs-block-style2:hover .bs-content .bs-info .bs-title>a:hover{color:#3a3d3f}.bs-block-layout-bears_block--service-box.bs-block-style3{position:relative;text-align:left;max-width:360px;margin:0 auto 30px;padding-left:92px}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:72px;height:72px;font-size:36px;line-height:72px;color:#909090;text-align:center;border:1px solid #e8e8e8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-icon>img{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:36px;height:auto}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-icon>img:before,.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-icon>img:after{content:" ";display:table}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-icon>img:after{clear:both}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-content{position:relative}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-content .bs-info{position:relative;z-index:2}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-content .bs-info .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:17px;line-height:20px;letter-spacing:-.03em;color:#292929;margin-bottom:5px}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-content .bs-info .bs-title:hover{color:#53575a}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-content .bs-info .bs-desc{font-size:14px;line-height:24px;letter-spacing:.06em;color:#6f6f6f}.bs-block-layout-bears_block--service-box.bs-block-style3 .bs-content .bs-order-number{position:absolute;top:12px;right:40px;font-size:82px;font-weight:700;letter-spacing:-.03em;color:#ececec;margin-bottom:0}.bs-block-layout-bears_block--service-box.bs-block-style3.bt-reveser{text-align:right;padding-left:0;padding-right:92px}.bs-block-layout-bears_block--service-box.bs-block-style3.bt-reveser .bs-icon{left:auto;right:0}.bs-block-layout-bears_block--service-box.bs-block-style3.bt-reveser .bs-content .bs-order-number{left:40px;right:auto}.bs-block-layout-bears_block--service-box.bs-block-style3:hover .bs-icon{-webkit-box-shadow:0 0 40px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.2) inset;box-shadow:0 0 40px rgba(0,0,0,.2) inset}.bs-block-layout-bears_block--service-box.bs-block-style3:hover .bs-content .bs-info .bs-title>a{color:#53575a}.bs-block-layout-bears_block--service-box.bs-block-style3:hover .bs-content .bs-info .bs-title>a:hover{color:#3a3d3f}.bs-block-layout-bears_block--service-box2{position:relative;background:#1f1f1f;padding:20% 11% 11%}.bs-block-layout-bears_block--service-box2 .bs-icon{position:absolute;top:30px;left:30px;font-size:200px;color:rgba(255,255,255,.07);z-index:1}.bs-block-layout-bears_block--service-box2 .bs-content{position:relative;z-index:9}.bs-block-layout-bears_block--service-box2 .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:20px;line-height:24px;letter-spacing:.02em;color:#fff;margin-bottom:10px}.bs-block-layout-bears_block--service-box2 .bs-content .bs-title:hover{color:#53575a}.bs-block-layout-bears_block--service-box2 .bs-content .bs-desc{font-size:15px;line-height:30px;letter-spacing:0;color:#a2a2a2;margin-bottom:30px}.bs-block-layout-bears_block--service-box2 .bs-content .bs-read-more{display:inline-block;font-size:12px;line-height:24px;letter-spacing:.2em;color:#fff;padding:6px 25px;border:2px solid rgba(229,229,229,.2)}.bs-block-layout-bears_block--service-box2 .bs-content .bs-read-more:hover,.bs-block-layout-bears_block--service-box2 .bs-content .bs-read-more:focus{background:rgba(229,229,229,.2)}.bs-block-layout-bears_block--service-box2.bt-bg-gray{background:#302f2f}.bs-block-layout-bears_block--contact-info{position:relative;border:1px solid #f1f1f1;max-width:360px;margin:0 auto 30px;padding:30px 30px 30px 120px}.bs-block-layout-bears_block--contact-info .bs-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:0;width:80px;height:80px;font-size:30px;text-align:center;line-height:78px;color:#dadada;background:#f9f9f9;border:1px solid #f1f1f1;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bs-block-layout-bears_block--contact-info .bs-content .bs-title{font-size:15px;line-height:17px;letter-spacing:.04em;margin-bottom:15px}.bs-block-layout-bears_block--contact-info .bs-content .bs-title>a{color:#313131}.bs-block-layout-bears_block--contact-info .bs-content .bs-title>a:hover{color:#53575a}.bs-block-layout-bears_block--contact-info .bs-content .bs-desc{font-size:13px;line-height:20px;letter-spacing:.04em;color:#969595}.bs-block-layout-bears_block--contact-info:hover .bs-icon{color:#fff;background:#53575a}.bs-block-layout-bears_block--contact-info:hover .bs-content .bs-title>a{color:#53575a}.bs-block-layout-bears_block--contact-info:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-block-layout-bears_block--step-box{position:relative;min-height:100px;max-width:360px;margin:0 auto 30px;padding-left:120px}.bs-block-layout-bears_block--step-box .bs-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100px;height:100px;font-size:28px;line-height:98px;text-align:center;color:#53575a;border:1px solid #ececec;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bs-block-layout-bears_block--step-box .bs-icon>img{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px;height:auto}.bs-block-layout-bears_block--step-box .bs-icon>img:before,.bs-block-layout-bears_block--step-box .bs-icon>img:after{content:" ";display:table}.bs-block-layout-bears_block--step-box .bs-icon>img:after{clear:both}.bs-block-layout-bears_block--step-box .bs-content{padding-top:15px}.bs-block-layout-bears_block--step-box .bs-content .bs-order-number{font-size:36px;line-height:42px;letter-spacing:.05em;color:#141414;margin-bottom:0}.bs-block-layout-bears_block--step-box .bs-content .bs-title{font-size:12px;font-weight:400;line-height:24px;letter-spacing:.05em;margin-bottom:0}.bs-block-layout-bears_block--step-box .bs-content .bs-title>a{color:#6f6f6f}.bs-block-layout-bears_block--step-box .bs-content .bs-title>a:hover{color:#53575a}.bs-block-layout-bears_block--step-box.bt-light .bs-icon{color:#53575a;background:#fff}.bs-block-layout-bears_block--step-box.bt-light .bs-content .bs-order-number{color:#fff}.bs-block-layout-bears_block--step-box.bt-light .bs-content .bs-title>a{color:#53575a}.bs-block-layout-bears_block--step-box:hover .bs-icon{-webkit-box-shadow:0 0 40px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.2) inset;box-shadow:0 0 40px rgba(0,0,0,.2) inset}.bs-block-layout-bears_block--step-box:hover .bs-content .bs-title>a{color:#53575a}.bs-block-layout-bears_block--step-box:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-block-layout-bears_block--counterup .bs-counter{text-align:center;padding:30px 0}.bs-block-layout-bears_block--counterup .bs-counter .bs-number{display:inline-block;font-size:40px;font-weight:900;line-height:40px;letter-spacing:.1em;color:#fff;margin-bottom:15px}.bs-block-layout-bears_block--counterup .bs-counter .bs-title{font-size:14px;line-height:19px;letter-spacing:.1em;color:#fff}.bs-carousel-layout-bears_carousel--logo-client .owl-carousel .owl-item{float:none;display:inline-block;vertical-align:middle}.bs-carousel-layout-bears_carousel--logo-client .owl-carousel .owl-item .logo-item{text-align:center}.bs-carousel-layout-bears_carousel--logo-client .owl-carousel .owl-item .logo-item img{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.bs-carousel-layout-bears_carousel--logo-client .owl-carousel .owl-item .logo-item img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.bs-carousel-layout-bears_carousel--logo-client .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--logo-client .owl-controls .owl-nav .owl-next{opacity:0;-webkit-transform:translateY(-50%) scale(.9);-moz-transform:translateY(-50%) scale(.9);-o-transform:translateY(-50%) scale(.9);-ms-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}.bs-carousel-layout-bears_carousel--logo-client:hover .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--logo-client:hover .owl-controls .owl-nav .owl-next{opacity:1;-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.bs-pricing-table-layout-bears_pricing_table--main{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;text-align:center;background:#fff;height:240px;max-width:360px;margin:0 auto 30px;padding:20px;overflow:hidden;border:0 solid #f8f8f8;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bs-pricing-table-layout-bears_pricing_table--main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:rgba(83,87,90,.84);background:-moz-linear-gradient(top,rgba(83,87,90,.84) 0%,rgba(255,255,255,.84) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(83,87,90,.84)),color-stop(100%,rgba(255,255,255,.84)));background:-webkit-linear-gradient(top,rgba(83,87,90,.84) 0%,rgba(255,255,255,.84) 100%);background:-o-linear-gradient(top,rgba(83,87,90,.84) 0%,rgba(255,255,255,.84) 100%);background:-ms-linear-gradient(top,rgba(83,87,90,.84) 0%,rgba(255,255,255,.84) 100%);background:linear-gradient(to bottom,rgba(83,87,90,.84) 0%,rgba(255,255,255,.84) 100%);z-index:2}.bs-pricing-table-layout-bears_pricing_table--main .bs-thumb{position:absolute;top:0;left:0;width:100%;height:240px;z-index:1}.bs-pricing-table-layout-bears_pricing_table--main .bs-header{position:relative;padding:60px 0;z-index:9}.bs-pricing-table-layout-bears_pricing_table--main .bs-header .bs-price{font-size:50px;font-weight:700;letter-spacing:-.04em;color:#000;margin-bottom:10px}.bs-pricing-table-layout-bears_pricing_table--main .bs-header .bs-price .bs-symbol{font-size:22px;font-weight:400}.bs-pricing-table-layout-bears_pricing_table--main .bs-header .bs-price .bs-unit{font-size:14px;font-weight:400;line-height:24px;letter-spacing:0;color:#060707}.bs-pricing-table-layout-bears_pricing_table--main .bs-header .bs-name{font-size:20px;line-height:24px;letter-spacing:-.04em;color:#121212;margin-bottom:0}.bs-pricing-table-layout-bears_pricing_table--main .bs-content{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;background:#fff;margin-bottom:20px;padding:10px 0;z-index:9;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-o-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}.bs-pricing-table-layout-bears_pricing_table--main .bs-content>ul{margin:0;padding:0}.bs-pricing-table-layout-bears_pricing_table--main .bs-content>ul>li{position:relative;list-style:none;font-size:13px;line-height:24px;letter-spacing:.02em;color:#5e5f5f;padding:10px 0}.bs-pricing-table-layout-bears_pricing_table--main .bs-content>ul>li:before,.bs-pricing-table-layout-bears_pricing_table--main .bs-content>ul>li:after{content:"";position:absolute;bottom:0;left:0;width:20px;height:1px;background:#e2e2e2}.bs-pricing-table-layout-bears_pricing_table--main .bs-content>ul>li:after{left:auto;right:0}.bs-pricing-table-layout-bears_pricing_table--main .bs-content>ul>li:last-child:before,.bs-pricing-table-layout-bears_pricing_table--main .bs-content>ul>li:last-child:after{display:none}.bs-pricing-table-layout-bears_pricing_table--main .bs-footer{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;z-index:9;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.bs-pricing-table-layout-bears_pricing_table--main .bs-footer .bs-button{display:inline-block;font-size:13px;font-weight:700;line-height:24px;letter-spacing:.02em;color:#fff;background:#252525;padding:8px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.bs-pricing-table-layout-bears_pricing_table--main .bs-footer .bs-button:hover{background:#131313}.bs-pricing-table-layout-bears_pricing_table--main.bs-status-active,.bs-pricing-table-layout-bears_pricing_table--main:hover{height:595px;border-width:8px}.bs-pricing-table-layout-bears_pricing_table--main.bs-status-active .bs-content,.bs-pricing-table-layout-bears_pricing_table--main.bs-status-active .bs-footer,.bs-pricing-table-layout-bears_pricing_table--main:hover .bs-content,.bs-pricing-table-layout-bears_pricing_table--main:hover .bs-footer{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-o-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.bs-pricing-table-layout-bears_pricing_table--standard{text-align:center;background:#fff;max-width:360px;margin:0 auto 30px;padding:10px}.bs-pricing-table-layout-bears_pricing_table--standard .bs-header{position:relative;padding:40px 0;border-bottom:1px solid #f0f0f0}.bs-pricing-table-layout-bears_pricing_table--standard .bs-header .bs-price{font-family:Lato;font-size:60px;font-weight:900;line-height:60px;letter-spacing:0;color:#484747;margin:0}.bs-pricing-table-layout-bears_pricing_table--standard .bs-header .bs-price .bs-symbol{font-size:32px;line-height:32px;vertical-align:super}.bs-pricing-table-layout-bears_pricing_table--standard .bs-header .bs-price .bs-unit{font-size:13px;line-height:24px}.bs-pricing-table-layout-bears_pricing_table--standard .bs-header .bs-name{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-20px;left:50%;font-size:13px;font-weight:400;line-height:24px;letter-spacing:.04em;white-space:nowrap;color:#fff;background:#474747;min-width:170px;margin:0;padding:8px 10px;border-radius:30px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-pricing-table-layout-bears_pricing_table--standard .bs-content{padding:40px 0}.bs-pricing-table-layout-bears_pricing_table--standard .bs-content ul{margin:0;padding:0}.bs-pricing-table-layout-bears_pricing_table--standard .bs-content ul>li{list-style:none;font-size:13px;line-height:24px;letter-spacing:.04em;color:#969595;margin-bottom:20px}.bs-pricing-table-layout-bears_pricing_table--standard .bs-content ul>li:last-child{margin-bottom:0}.bs-pricing-table-layout-bears_pricing_table--standard .bs-footer .bs-button{display:block;font-size:13px;line-height:24px;letter-spacing:.04em;color:#555;background:#bbb;padding:8px 15px}.bs-pricing-table-layout-bears_pricing_table--standard .bs-footer .bs-button:hover{background:#9f9f9f}.bs-pricing-table-layout-bears_pricing_table--standard.bs-status-active .bs-header .bs-name{background:#53575a}.bs-pricing-table-layout-bears_pricing_table--standard.bs-status-active .bs-footer .bs-button{color:#fff;background:#53575a}.bs-pricing-table-layout-bears_pricing_table--standard.bs-status-active .bs-footer .bs-button:hover{background:#474a4d}.bs-pricing-table-layout-bears_pricing_table--short{position:relative;text-align:center;background:#fff;max-width:360px;margin:0 auto 30px;padding:30px 15px;overflow:hidden;border:3px solid #53575a;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bs-pricing-table-layout-bears_pricing_table--short .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bs-pricing-table-layout-bears_pricing_table--short .bs-header{position:relative;z-index:9}.bs-pricing-table-layout-bears_pricing_table--short .bs-header .bs-name{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-family:Lato;font-size:15px;font-weight:900;line-height:24px;letter-spacing:.2em;text-transform:uppercase;color:#2f2933;margin-bottom:20px;padding-bottom:20px}.bs-pricing-table-layout-bears_pricing_table--short .bs-header .bs-name:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:0;left:50%;width:30px;height:1px;background:#000;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-pricing-table-layout-bears_pricing_table--short .bs-header .bs-price{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Lato;font-size:80px;font-weight:300;line-height:60px;color:#0a0a0a;margin-bottom:0}.bs-pricing-table-layout-bears_pricing_table--short .bs-header .bs-price .bs-symbol{display:inline-block;font-size:18px;vertical-align:super;-webkit-transform:translateY(-15px);-moz-transform:translateY(-15px);-o-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}.bs-pricing-table-layout-bears_pricing_table--short .bs-header .bs-price .bs-unit{display:block;font-size:18px}.bs-pricing-table-layout-bears_pricing_table--short .bs-content{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:14px;line-height:28px;letter-spacing:0;color:#666;z-index:9}.bs-pricing-table-layout-bears_pricing_table--short .bs-footer{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-50px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:9;opacity:0}.bs-pricing-table-layout-bears_pricing_table--short .bs-footer .bs-button{display:inline-block;font-size:14px;line-height:24px;letter-spacing:0;white-space:nowrap;color:#fff;background:#53575a;padding:10px 30px}.bs-pricing-table-layout-bears_pricing_table--short .bs-footer .bs-button:hover{background:#474a4d}.bs-pricing-table-layout-bears_pricing_table--short.bs-status-active .bs-thumb,.bs-pricing-table-layout-bears_pricing_table--short:hover .bs-thumb{opacity:1}.bs-pricing-table-layout-bears_pricing_table--short.bs-status-active .bs-header .bs-name,.bs-pricing-table-layout-bears_pricing_table--short:hover .bs-header .bs-name{color:#fff}.bs-pricing-table-layout-bears_pricing_table--short.bs-status-active .bs-header .bs-name:after,.bs-pricing-table-layout-bears_pricing_table--short:hover .bs-header .bs-name:after{background:#53575a}.bs-pricing-table-layout-bears_pricing_table--short.bs-status-active .bs-header .bs-price,.bs-pricing-table-layout-bears_pricing_table--short:hover .bs-header .bs-price{color:#fff}.bs-pricing-table-layout-bears_pricing_table--short.bs-status-active .bs-header .bs-price .bs-symbol,.bs-pricing-table-layout-bears_pricing_table--short:hover .bs-header .bs-price .bs-symbol{color:#323232}.bs-pricing-table-layout-bears_pricing_table--short.bs-status-active .bs-content,.bs-pricing-table-layout-bears_pricing_table--short:hover .bs-content{opacity:0}.bs-pricing-table-layout-bears_pricing_table--short.bs-status-active .bs-footer,.bs-pricing-table-layout-bears_pricing_table--short:hover .bs-footer{bottom:35px;opacity:1}.bt-counter-up-wrap.style1 .bt-counter{position:relative;text-align:center;margin-bottom:30px}.bt-counter-up-wrap.style1 .bt-counter>i{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:120px;letter-spacing:.08em;color:rgba(44,44,44,.06)}.bt-counter-up-wrap.style1 .bt-counter .bt-inner{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.bt-counter-up-wrap.style1 .bt-counter .bt-inner:before,.bt-counter-up-wrap.style1 .bt-counter .bt-inner:after{content:" ";display:table}.bt-counter-up-wrap.style1 .bt-counter .bt-inner:after{clear:both}.bt-counter-up-wrap.style1 .bt-counter .bt-inner .bt-title{font-family:Montserrat;font-size:22px;font-weight:700;letter-spacing:.04em;color:#2c2c2c;margin-bottom:25px}.bt-counter-up-wrap.style1 .bt-counter .bt-inner .bt-number{position:relative;display:inline-block;font-size:45px;font-weight:800;letter-spacing:.08em;color:#070707}.bt-counter-up-wrap.style1 .bt-counter:hover>i{color:rgba(44,44,44,.15)}.bt-counter-up-wrap.style2 .bt-counter{position:relative;text-align:center;margin-bottom:30px}.bt-counter-up-wrap.style2 .bt-counter>i{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:50px;color:rgba(83,87,90,.6);margin-bottom:30px}.bt-counter-up-wrap.style2 .bt-counter .bt-inner{width:100%}.bt-counter-up-wrap.style2 .bt-counter .bt-inner .bt-title{font-family:Montserrat;font-size:22px;font-weight:700;letter-spacing:.04em;color:#2c2c2c;margin-bottom:25px}.bt-counter-up-wrap.style2 .bt-counter .bt-inner .bt-number{position:relative;display:inline-block;font-size:45px;font-weight:800;letter-spacing:.08em;color:#070707}.bt-counter-up-wrap.style2 .bt-counter:hover>i{color:#53575a}@media (max-width:767px){.bt-counter-up-wrap .bt-counter{max-width:320px;margin-left:auto;margin-right:auto}}.bt-service-wrap.style1 .bt-service{position:relative;text-align:center;margin-bottom:30px}.bt-service-wrap.style1 .bt-service .bt-icon{position:relative;display:inline-block;width:80px;height:80px;text-align:center;background:#eaeaea;margin-bottom:30px;overflow:hidden;border:3px solid #eaeaea;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style1 .bt-service .bt-icon:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.bt-service-wrap.style1 .bt-service .bt-icon>i{position:absolute;top:0;left:0;width:100%;font-size:42px;line-height:74px;color:#131313}.bt-service-wrap.style1 .bt-service .bt-title{font-size:17px;line-height:24px;letter-spacing:.05em;color:#313131;margin-bottom:20px}.bt-service-wrap.style1 .bt-service .bt-content{font-size:14px;line-height:24px;letter-spacing:.04em;color:#838383}.bt-service-wrap.style1 .bt-service .bt-content .bt-readmore{position:relative;display:inline-block;font-family:Montserrat;font-size:0;font-weight:400;line-height:24px;letter-spacing:.08em;color:#282828;margin:15px 0}.bt-service-wrap.style1 .bt-service .bt-content .bt-readmore:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:13px;height:13px;background:#f0f0f0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style1 .bt-service .bt-content .bt-readmore:before:before,.bt-service-wrap.style1 .bt-service .bt-content .bt-readmore:before:after{content:" ";display:table}.bt-service-wrap.style1 .bt-service .bt-content .bt-readmore:before:after{clear:both}.bt-service-wrap.style1 .bt-service .bt-content .bt-readmore:hover{color:#53575a}.bt-service-wrap.style1 .bt-service .bt-content i{color:#f0f0f0;margin:15px}.bt-service-wrap.style1 .bt-service:hover .bt-icon:before{width:0;height:0}.bt-service-wrap.style1 .bt-service:hover .bt-content .bt-readmore{font-size:11px}.bt-service-wrap.style1 .bt-service:hover .bt-content .bt-readmore:before{width:0;height:0}.bt-service-wrap.style1_1 .bt-service{position:relative;text-align:center;margin-bottom:30px}.bt-service-wrap.style1_1 .bt-service .bt-icon{position:relative;display:inline-block;width:70px;height:70px;text-align:center;margin-bottom:30px;background:#ededed;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bt-service-wrap.style1_1 .bt-service .bt-icon:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:70px;height:70px;border:2px solid transparent;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bt-service-wrap.style1_1 .bt-service .bt-icon:before:before,.bt-service-wrap.style1_1 .bt-service .bt-icon:before:after{content:" ";display:table}.bt-service-wrap.style1_1 .bt-service .bt-icon:before:after{clear:both}.bt-service-wrap.style1_1 .bt-service .bt-icon>i{font-size:40px;line-height:70px;color:#010101}.bt-service-wrap.style1_1 .bt-service .bt-title{font-family:Montserrat;font-size:19px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#2c2c2c;margin-bottom:20px}.bt-service-wrap.style1_1 .bt-service .bt-content{font-family:Montserrat;font-size:15px;line-height:24px;letter-spacing:.06em;color:#424242}.bt-service-wrap.style1_1 .bt-service:hover .bt-icon:before{width:60px;height:60px;border-color:rgba(255,255,255,.85)}.bt-service-wrap.style1_2 .bt-service{position:relative;text-align:center;margin-bottom:30px}.bt-service-wrap.style1_2 .bt-service .bt-icon{position:relative;display:inline-block;width:40px;height:40px;text-align:center;margin-bottom:20px;background:#f0f0f0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style1_2 .bt-service .bt-icon:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"";width:40px;height:40px;opacity:0;border:5px solid #f0f0f0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style1_2 .bt-service .bt-icon:before:before,.bt-service-wrap.style1_2 .bt-service .bt-icon:before:after{content:" ";display:table}.bt-service-wrap.style1_2 .bt-service .bt-icon:before:after{clear:both}.bt-service-wrap.style1_2 .bt-service .bt-icon>i{font-size:20px;line-height:40px;color:#373737}.bt-service-wrap.style1_2 .bt-service .bt-title{font-size:19px;line-height:24px;letter-spacing:.04em;color:#313131;margin-bottom:5px}.bt-service-wrap.style1_2 .bt-service .bt-content{font-family:Montserrat;font-size:14px;line-height:20px;letter-spacing:.06em;color:#646464}.bt-service-wrap.style1_2 .bt-service:hover .bt-icon{background:#eaeaea}.bt-service-wrap.style1_2 .bt-service:hover .bt-icon:before{width:60px;height:60px;opacity:1;border-color:#eaeaea}.bt-service-wrap.style1_3 .bt-service{position:relative;text-align:center;margin-bottom:30px}.bt-service-wrap.style1_3 .bt-service .bt-icon{display:inline-block;margin-bottom:15px}.bt-service-wrap.style1_3 .bt-service .bt-icon>i{font-size:40px;color:#53575a}.bt-service-wrap.style1_3 .bt-service .bt-title{font-family:Lato;font-size:18px;font-weight:700;font-style:italic;line-height:24px;letter-spacing:.08em;color:#53575a;margin-bottom:20px}.bt-service-wrap.style1_3 .bt-service .bt-content{font-family:Montserrat;font-size:16px;line-height:25px;letter-spacing:.04em;color:#fff}.bt-service-wrap.style1_4 .bt-service{position:relative;text-align:center;margin-bottom:30px;padding:30px 20px;border:15px solid #f5f5f5}.bt-service-wrap.style1_4 .bt-service .bt-icon{display:inline-block;margin-bottom:15px}.bt-service-wrap.style1_4 .bt-service .bt-icon>i{font-size:45px;color:#090909}.bt-service-wrap.style1_4 .bt-service .bt-title{font-family:Montserrat;font-size:17px;font-weight:700;line-height:24px;letter-spacing:.08em;color:#090909;margin-bottom:2px}.bt-service-wrap.style1_4 .bt-service .bt-content{font-family:Lato;font-size:14px;line-height:25px;letter-spacing:.04em;color:#7a7a7a}.bt-service-wrap.style1_4 .bt-service .bt-content .bt-more{font-family:Montserrat;display:inline-block;font-size:0;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#7a7a7a;margin-top:15px}.bt-service-wrap.style1_4 .bt-service .bt-content .bt-more>i{display:inline-block;vertical-align:middle;font-size:14px;font-weight:400}.bt-service-wrap.style1_4 .bt-service .bt-content .bt-more:hover{color:#53575a}.bt-service-wrap.style1_4 .bt-service:before,.bt-service-wrap.style1_4 .bt-service:after{content:"";position:absolute;top:-20px;left:0;width:100%;height:40px;background:#fff;border-top:2px solid #f5f5f5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style1_4 .bt-service:after{top:auto;bottom:-20px;border-top:none;border-bottom:2px solid #f5f5f5}.bt-service-wrap.style1_4 .bt-service:hover .bt-content .bt-more{font-size:14px}.bt-service-wrap.style1_4 .bt-service:hover .bt-content .bt-more>i{font-size:16px}.bt-service-wrap.style2 .bt-service{position:relative;margin-bottom:40px;padding-left:75px}.bt-service-wrap.style2 .bt-service .bt-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;display:inline-block;width:60px;height:60px;text-align:center;background:#343333;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-service-wrap.style2 .bt-service .bt-icon>i{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:20px;line-height:60px;color:#fff}.bt-service-wrap.style2 .bt-service .bt-title{font-family:Montserrat;font-size:16px;line-height:24px;letter-spacing:.04em;color:#343333;margin-bottom:2px}.bt-service-wrap.style2 .bt-service .bt-content{font-size:13px;line-height:19px;letter-spacing:.04em;color:#5e5e5e}.bt-service-wrap.style2 .bt-service:hover .bt-icon{background:#53575a}.bt-service-wrap.style2.bt-reverse .bt-service{text-align:right;padding-left:0;padding-right:75px}.bt-service-wrap.style2.bt-reverse .bt-service .bt-icon{left:auto;right:0}.bt-service-wrap.style2_1 .bt-service{position:relative;margin-bottom:30px;padding-left:75px}.bt-service-wrap.style2_1 .bt-service .bt-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;display:inline-block;width:60px;height:60px;text-align:center;border:2px solid #3b3b3b;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style2_1 .bt-service .bt-icon:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60px;height:60px;opacity:0;border:2px solid rgba(255,255,255,.85);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style2_1 .bt-service .bt-icon:before:before,.bt-service-wrap.style2_1 .bt-service .bt-icon:before:after{content:" ";display:table}.bt-service-wrap.style2_1 .bt-service .bt-icon:before:after{clear:both}.bt-service-wrap.style2_1 .bt-service .bt-icon>i{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:20px;line-height:56px;color:#3b3b3b}.bt-service-wrap.style2_1 .bt-service .bt-title{font-size:17px;line-height:24px;letter-spacing:.08em;color:#313131;margin-bottom:2px}.bt-service-wrap.style2_1 .bt-service .bt-content{font-family:Montserrat;font-size:14px;line-height:20px;letter-spacing:.06em;color:#646464}.bt-service-wrap.style2_1 .bt-service:hover .bt-icon{background:#3b3b3b}.bt-service-wrap.style2_1 .bt-service:hover .bt-icon:before{width:50px;height:50px;opacity:1}.bt-service-wrap.style2_1 .bt-service:hover .bt-icon>i{color:#fff}.bt-service-wrap.style2_1.bt-reverse .bt-service{text-align:right;padding-left:0;padding-right:75px}.bt-service-wrap.style2_1.bt-reverse .bt-service .bt-icon{left:auto;right:0}.bt-service-wrap.style3 .bt-service{position:relative;text-align:center;margin-bottom:30px}.bt-service-wrap.style3 .bt-service .bt-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;display:inline-block;width:70px;height:70px;margin-bottom:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style3 .bt-service .bt-thumb>img{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.bt-service-wrap.style3 .bt-service .bt-thumb>img:before,.bt-service-wrap.style3 .bt-service .bt-thumb>img:after{content:" ";display:table}.bt-service-wrap.style3 .bt-service .bt-thumb>img:after{clear:both}.bt-service-wrap.style3 .bt-service .bt-title{font-family:Montserrat;font-size:18px;line-height:24px;letter-spacing:.04em;color:#3c3b3b;margin-bottom:5px}.bt-service-wrap.style3 .bt-service .bt-content{font-family:Montserrat;font-size:15px;line-height:25px;letter-spacing:.04em;color:#717070}.bt-service-wrap.style3 .bt-service:hover .bt-thumb{background:#ececec}.bt-service-wrap.style3 .bt-service:hover .bt-thumb>img{-webkit-transform:translateX(-50%) translateY(-50%) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) scale(.8);-o-transform:translateX(-50%) translateY(-50%) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) scale(.8);transform:translateX(-50%) translateY(-50%) scale(.8)}.bt-service-wrap.style4 .bt-service{text-align:center;margin-bottom:30px}.bt-service-wrap.style4 .bt-service .bt-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;display:inline-block;width:140px;height:140px;margin-bottom:15px;border:3px solid #5e5e5e;z-index:1;-webkit-border-radius:140px;-moz-border-radius:140px;border-radius:140px}.bt-service-wrap.style4 .bt-service .bt-thumb:before,.bt-service-wrap.style4 .bt-service .bt-thumb:after{content:"";position:absolute;top:50%;left:-100%;width:100%;height:1px;background:#5e5e5e}.bt-service-wrap.style4 .bt-service .bt-thumb:after{left:auto;right:-100%}.bt-service-wrap.style4 .bt-service .bt-thumb .bt-bg-img{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;position:absolute;top:50%;left:50%;width:100%;height:100%;opacity:0;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) scale(.8);-o-transform:translateX(-50%) translateY(-50%) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) scale(.8);transform:translateX(-50%) translateY(-50%) scale(.8)}.bt-service-wrap.style4 .bt-service .bt-thumb .bt-overlay{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style4 .bt-service .bt-thumb .bt-step-number{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:Montserrat;font-size:30px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#fff;z-index:10}.bt-service-wrap.style4 .bt-service .bt-thumb .bt-step-number:before,.bt-service-wrap.style4 .bt-service .bt-thumb .bt-step-number:after{content:" ";display:table}.bt-service-wrap.style4 .bt-service .bt-thumb .bt-step-number:after{clear:both}.bt-service-wrap.style4 .bt-service .bt-title{font-size:17px;line-height:24px;letter-spacing:.04em;color:#fff;margin-bottom:5px}.bt-service-wrap.style4 .bt-service .bt-content{font-family:Montserrat;font-size:14px;line-height:24px;letter-spacing:.04em;color:#969595}.bt-service-wrap.style4 .bt-service:hover .bt-thumb{border:none}.bt-service-wrap.style4 .bt-service:hover .bt-thumb .bt-bg-img{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-o-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}.bt-service-wrap.style4 .bt-service:hover .bt-thumb .bt-overlay{background:rgba(83,87,90,.48)}.bt-service-wrap.style4.first-item .bt-service .bt-thumb:before{display:none}.bt-service-wrap.style4.last-item .bt-service .bt-thumb:after{display:none}.bt-service-wrap.style4_1 .bt-service{text-align:center;margin-bottom:30px}.bt-service-wrap.style4_1 .bt-service .bt-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;display:inline-block;width:140px;height:140px;margin-bottom:15px;z-index:1;border:3px solid #5e5e5e;-webkit-border-radius:140px;-moz-border-radius:140px;border-radius:140px}.bt-service-wrap.style4_1 .bt-service .bt-thumb:before,.bt-service-wrap.style4_1 .bt-service .bt-thumb:after{content:"";position:absolute;top:50%;left:-100%;width:100%;height:1px;background:#5e5e5e}.bt-service-wrap.style4_1 .bt-service .bt-thumb:after{left:auto;right:-100%}.bt-service-wrap.style4_1 .bt-service .bt-thumb .bt-bg-img{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;position:absolute;top:50%;left:50%;width:100%;height:100%;opacity:0;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) scale(.8);-o-transform:translateX(-50%) translateY(-50%) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) scale(.8);transform:translateX(-50%) translateY(-50%) scale(.8)}.bt-service-wrap.style4_1 .bt-service .bt-thumb .bt-overlay{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style4_1 .bt-service .bt-thumb .bt-step-number{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:Montserrat;font-size:30px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#393838;z-index:10}.bt-service-wrap.style4_1 .bt-service .bt-thumb .bt-step-number:before,.bt-service-wrap.style4_1 .bt-service .bt-thumb .bt-step-number:after{content:" ";display:table}.bt-service-wrap.style4_1 .bt-service .bt-thumb .bt-step-number:after{clear:both}.bt-service-wrap.style4_1 .bt-service .bt-title{font-size:17px;line-height:24px;letter-spacing:.04em;color:#393838;margin-bottom:5px}.bt-service-wrap.style4_1 .bt-service .bt-content{font-family:Montserrat;font-size:14px;line-height:24px;letter-spacing:.04em;color:#454545}.bt-service-wrap.style4_1 .bt-service:hover .bt-thumb{border:none}.bt-service-wrap.style4_1 .bt-service:hover .bt-thumb .bt-bg-img{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-o-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}.bt-service-wrap.style4_1 .bt-service:hover .bt-thumb .bt-overlay{background:rgba(83,87,90,.48)}.bt-service-wrap.style4_1 .bt-service:hover .bt-thumb .bt-step-number{color:#fff}.bt-service-wrap.style4_1.first-item .bt-service .bt-thumb:before{display:none}.bt-service-wrap.style4_1.last-item .bt-service .bt-thumb:after{display:none}.bt-service-wrap.style5 .bt-service{position:relative;min-height:180px;margin-bottom:30px;padding-left:180px}.bt-service-wrap.style5 .bt-service .bt-thumb{position:absolute;top:0;left:0;width:165px;height:165px;border:10px solid #ecf0f1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style5 .bt-service .bt-thumb>img{width:141px;height:141px;margin:2px 0 0 2px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-service-wrap.style5 .bt-service .bt-title{font-family:Lato;font-size:16px;font-weight:900;line-height:24px;letter-spacing:.1em;color:#141414;margin-bottom:10px}.bt-service-wrap.style5 .bt-service .bt-content{font-family:Montserrat;font-size:15px;font-weight:400;line-height:28px;letter-spacing:.05em;color:#646464}@media (max-width:1199px){.bt-service-wrap.style4 .bt-service .bt-thumb,.bt-service-wrap.style4_1 .bt-service .bt-thumb{overflow:hidden}}@media (max-width:767px){.bt-service-wrap.style1 .bt-service,.bt-service-wrap.style1_1 .bt-service,.bt-service-wrap.style1_2 .bt-service,.bt-service-wrap.style1_3 .bt-service,.bt-service-wrap.style2 .bt-service,.bt-service-wrap.style3 .bt-service,.bt-service-wrap.style4 .bt-service,.bt-service-wrap.style4_1 .bt-service{max-width:320px;margin-left:auto;margin-right:auto}.bt-service-wrap.style1_4 .bt-service{max-width:420px;margin-left:auto;margin-right:auto}.bt-service-wrap.style2_1 .bt-service{max-width:320px;margin-left:auto;margin-right:auto;padding-right:0;text-align:center}.bt-service-wrap.style2_1 .bt-service .bt-icon{position:relative;margin-bottom:15px}.bt-service-wrap.style5 .bt-service{max-width:510px;margin-left:auto;margin-right:auto}}.bt-info-wrap .bt-info{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;text-align:center;background:#f9f9f9;margin-bottom:30px;padding:30px 10px 15px}.bt-info-wrap .bt-info .bt-title{font-family:Montserrat;font-size:20px;font-weight:700;line-height:48px;letter-spacing:.04em;color:#282828;margin-bottom:0}.bt-info-wrap .bt-info .bt-content{font-size:13px;line-height:24px;letter-spacing:.08em;color:#777}.bt-info-wrap .bt-info .bt-content a{font-family:Montserrat;font-size:11px;line-height:48px;color:#282828}.bt-info-wrap .bt-info .bt-content a:hover{color:#53575a}.bt-info-wrap .bt-info:hover{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}@media (max-width:767px){.bt-info-wrap .bt-info{max-width:320px;margin-left:auto;margin-right:auto}}.bt-skill-wrap .bt-skill{text-align:center;margin-bottom:30px}.bt-skill-wrap .bt-skill .bt-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;display:inline-block;width:185px;height:185px;margin-bottom:3px;border:10px solid #494747;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-skill-wrap .bt-skill .bt-header .bt-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:5px;left:5px;width:155px;height:155px;background:#494747;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-skill-wrap .bt-skill .bt-header .bt-inner{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt-skill-wrap .bt-skill .bt-header .bt-inner:before,.bt-skill-wrap .bt-skill .bt-header .bt-inner:after{content:" ";display:table}.bt-skill-wrap .bt-skill .bt-header .bt-inner:after{clear:both}.bt-skill-wrap .bt-skill .bt-header .bt-inner span{font-family:Crimson\ text;font-style:italic;font-size:40px;font-weight:700;line-height:40px;letter-spacing:-.025em;color:#fff}.bt-skill-wrap .bt-skill .bt-header .bt-inner .bt-title{font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:400;line-height:18px;letter-spacing:-.025em;color:#fff;margin-bottom:0}.bt-skill-wrap .bt-skill .bt-content{font-family:Montserrat;font-size:15px;line-height:30px;letter-spacing:0;color:#8e8787}.bt-skill-wrap .bt-skill:hover .bt-header{border-color:#555}.bt-skill-wrap .bt-skill:hover .bt-header .bt-overlay{background:#555}@media (max-width:767px){.bt-skill-wrap .bt-skill{max-width:320px;margin-left:auto;margin-right:auto}}.bt-ad-banner-wrap .bt-ad-banner{position:relative;text-align:center;margin-bottom:30px;overflow:hidden}.bt-ad-banner-wrap .bt-ad-banner>img{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;width:100%;height:auto}.bt-ad-banner-wrap .bt-ad-banner .bt-overlay{position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);background:rgba(14,14,14,.7);z-index:1}.bt-ad-banner-wrap .bt-ad-banner .bt-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 40px);z-index:9}.bt-ad-banner-wrap .bt-ad-banner .bt-content:before,.bt-ad-banner-wrap .bt-ad-banner .bt-content:after{content:" ";display:table}.bt-ad-banner-wrap .bt-ad-banner .bt-content:after{clear:both}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-title{font-family:Montserrat;font-size:68px;font-weight:700;line-height:60px;letter-spacing:-.025em;color:#fff;margin-bottom:30px}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-subtitle{font-family:Montserrat;font-size:24px;line-height:28px;letter-spacing:.05em;color:#fff;margin-bottom:10px}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-buy-product{font-family:Montserrat;display:inline-block;font-size:14px;font-weight:500;line-height:24px;letter-spacing:.04em;color:#53575a;padding:11px 25px;border:3px solid #53575a;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-buy-product:before{background:#53575a}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-buy-product:hover,.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-buy-product:focus{color:#fff}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-category{font-family:Montserrat;display:inline-block;font-size:25px;font-weight:700;line-height:24px;letter-spacing:.05em;color:#fff;padding:10px 25px;border:4px solid #fff}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-category:before{background:#fff}.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-category:hover,.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-category:focus{color:#53575a}.bt-ad-banner-wrap .bt-ad-banner:hover>img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}@media (max-width:767px){.bt-ad-banner-wrap .bt-ad-banner{max-width:420px;margin-left:auto;margin-right:auto}}.bt-image-carousel-wrap{position:relative}.bt-image-carousel-wrap .owl-carousel .owl-item{float:none;display:inline-block;vertical-align:middle;line-height:0}.bt-image-carousel-wrap .owl-carousel .owl-item img{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:auto;max-width:100%;margin:auto}.bt-image-carousel-wrap .owl-carousel .owl-item img:hover{-webkit-transform:scale(.95);-moz-transform:scale(.95);-o-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev,.bt-image-carousel-wrap .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#434343;background:#efefef}.bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev:hover,.bt-image-carousel-wrap .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a}.bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev,.bt-image-carousel-wrap .owl-controls .owl-nav .owl-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev{position:absolute;top:50%;left:0}.bt-image-carousel-wrap .owl-controls .owl-nav .owl-next{position:absolute;top:50%;right:0}.bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev{left:-50px;opacity:0}.bt-image-carousel-wrap .owl-controls .owl-nav .owl-next{right:-50px;opacity:0}.bt-image-carousel-wrap .owl-dots{position:absolute;bottom:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-image-carousel-wrap .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-image-carousel-wrap .owl-dots .owl-dot.active,.bt-image-carousel-wrap .owl-dots .owl-dot:hover{background:#53575a}.bt-image-carousel-wrap .owl-dots .owl-dot{display:inline-block;margin:0 8px}.bt-image-carousel-wrap:hover .owl-controls .owl-nav .owl-prev{left:-35px;opacity:1}.bt-image-carousel-wrap:hover .owl-controls .owl-nav .owl-next{right:-35px;opacity:1}.bt-image-carousel-wrap.bt-img-full-width .owl-carousel .owl-item img{width:100%;hieght:auto}.bt-video-fancybox-wrap{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;text-align:center;background:#f9f9f9;margin-bottom:30px;padding:30px 10px 15px;min-height:189px}.bt-video-fancybox-wrap .bt-title{font-family:Montserrat;font-size:20px;font-weight:700;line-height:48px;letter-spacing:.04em;color:#282828;margin-bottom:5px}.bt-video-fancybox-wrap>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;color:#fff;background:#53575a}.bt-video-fancybox-wrap>a>i{margin-left:4px}.bt-video-fancybox-wrap>a:hover{color:#fff;background:#222;border-color:#222}.bt-video-fancybox-wrap:hover{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}@media (max-width:767px){.bt-video-fancybox-wrap{max-width:320px;margin-left:auto;margin-right:auto}}.bt-countdown-clock.style1{text-align:center;margin-bottom:60px}.bt-countdown-clock.style1 .countdown-row{display:block;margin-bottom:30px}.bt-countdown-clock.style1 .countdown-row .countdown-section{position:relative;display:inline-block;width:170px;height:180px;margin:30px;padding-top:30px;border:2px solid #ebebeb}.bt-countdown-clock.style1 .countdown-row .countdown-section:before{content:"";position:absolute;top:-2px;left:-2px;width:50%;height:180px;border-top:2px solid #53575a;border-bottom:2px solid #53575a;border-left:2px solid #53575a}.bt-countdown-clock.style1 .countdown-row .countdown-section:after{content:"";position:absolute;top:95px;left:50%;width:35px;height:3px;background:#ebebeb;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-countdown-clock.style1 .countdown-row .countdown-section>span{font-family:Montserrat;color:#ebebeb;display:block}.bt-countdown-clock.style1 .countdown-row .countdown-section>span.countdown-amount{font-size:48px;font-weight:700;line-height:60px;letter-spacing:0}.bt-countdown-clock.style1 .countdown-row .countdown-section>span.countdown-period{font-family:Lato;font-size:16px;font-weight:700;line-height:24px;letter-spacing:.2em;text-transform:uppercase;padding-top:25px}.bt-countdown-clock.style2{text-align:center;margin-bottom:60px}.bt-countdown-clock.style2 .countdown-row{display:block;margin-bottom:30px}.bt-countdown-clock.style2 .countdown-row .countdown-section{position:relative;display:inline-block;width:140px;height:140px;margin:30px;border:3px solid rgba(255,255,255,.62);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-countdown-clock.style2 .countdown-row .countdown-section>span{font-family:Montserrat;color:#fff;display:block}.bt-countdown-clock.style2 .countdown-row .countdown-section>span.countdown-amount{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:45px;font-weight:400;line-height:60px;letter-spacing:.04em}.bt-countdown-clock.style2 .countdown-row .countdown-section>span.countdown-amount:before,.bt-countdown-clock.style2 .countdown-row .countdown-section>span.countdown-amount:after{content:" ";display:table}.bt-countdown-clock.style2 .countdown-row .countdown-section>span.countdown-amount:after{clear:both}.bt-countdown-clock.style2 .countdown-row .countdown-section>span.countdown-period{position:absolute;bottom:-35px;left:50%;font-family:Montserrat;font-size:13px;font-weight:700;line-height:24px;letter-spacing:.4em;text-transform:uppercase;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-countdown-clock.style3{text-align:center}.bt-countdown-clock.style3 .countdown-row{display:block;margin-bottom:30px}.bt-countdown-clock.style3 .countdown-row .countdown-section{display:inline-block;width:70px;height:70px;margin:5px;padding-top:16px;border:2px solid #53575a;-webkit-border-radius:70px;-moz-border-radius:70px;border-radius:70px}.bt-countdown-clock.style3 .countdown-row .countdown-section>span{font-family:Montserrat;color:#53575a;display:block}.bt-countdown-clock.style3 .countdown-row .countdown-section>span.countdown-amount{font-size:14px;font-weight:700;line-height:18px;letter-spacing:.06em}.bt-countdown-clock.style3 .countdown-row .countdown-section>span.countdown-period{font-size:11px;font-weight:400;line-height:18px;letter-spacing:.06em;text-transform:uppercase}.bt-post-item-style1 .bs-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;line-height:28px;letter-spacing:.04em;margin-bottom:5px}.bt-post-item-style1 .bs-title>a{color:#242424}.bt-post-item-style1 .bs-title>a:hover{color:#53575a}.bt-post-item-style1 .bs-excerpt{font-size:14px;line-height:25px;letter-spacing:.06em;color:#5e5e5e;margin-bottom:20px}.bt-post-item-style1 .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;margin-bottom:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-post-item-style1 .bs-thumb .bs-readmore{position:absolute;top:50%;left:50%;width:60px;height:60px;font-size:20px;line-height:60px;text-align:center;color:#fff;background:#53575a;opacity:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-o-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8)}.bt-post-item-style1 .bs-thumb .bs-readmore:hover{background:#424648}.bt-post-item-style1 .bs-meta{position:relative;margin:0;padding:10px 0 0;border-top:1px solid #eee}.bt-post-item-style1 .bs-meta:before{content:"";position:absolute;top:-1px;left:0;width:35px;height:1px;background:#53575a}.bt-post-item-style1 .bs-meta>li{position:relative;list-style:none;display:inline-block;font-size:13px;line-height:24px;letter-spacing:.04em;color:#999;padding:0 10px}.bt-post-item-style1 .bs-meta>li:after{content:"";position:absolute;top:50%;right:-1px;width:1px;height:10px;background:#53575a;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-post-item-style1 .bs-meta>li:first-child{padding-left:0}.bt-post-item-style1 .bs-meta>li:last-child{padding-right:0}.bt-post-item-style1 .bs-meta>li:last-child:after{display:none}.bt-post-item-style1 .bs-meta>li.bs-author img{display:inline-block;width:35px;height:35px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-post-item-style1:hover .bs-title>a{color:#53575a}.bt-post-item-style1:hover .bs-title>a:hover{color:#3a3d3f}.bt-post-item-style1:hover .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bt-post-item-style1:hover .bs-thumb .bs-readmore{opacity:.8;-webkit-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-moz-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-o-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-ms-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);transform:translateX(-50%) translateY(-50%) rotate(0) scale(1)}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;line-height:28px;letter-spacing:.04em;margin-bottom:5px}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-title>a{color:#242424}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-title>a:hover{color:#53575a}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-excerpt{font-size:14px;line-height:25px;letter-spacing:.06em;color:#5e5e5e;margin-bottom:20px}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;margin-bottom:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-thumb .bs-readmore{position:absolute;top:50%;left:50%;width:60px;height:60px;font-size:20px;line-height:60px;text-align:center;color:#fff;background:#53575a;opacity:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-o-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8)}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-thumb .bs-readmore:hover{background:#424648}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta{position:relative;margin:0;padding:10px 0 0;border-top:1px solid #eee}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta:before{content:"";position:absolute;top:-1px;left:0;width:35px;height:1px;background:#53575a}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta>li{position:relative;list-style:none;display:inline-block;font-size:13px;line-height:24px;letter-spacing:.04em;color:#999;padding:0 10px}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta>li:after{content:"";position:absolute;top:50%;right:-1px;width:1px;height:10px;background:#53575a;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta>li:first-child{padding-left:0}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta>li:last-child{padding-right:0}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta>li:last-child:after{display:none}.bs-carousel-layout-bears_carousel--blog .bs-item .bs-meta>li.bs-author img{display:inline-block;width:35px;height:35px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-carousel-layout-bears_carousel--blog .bs-item:hover .bs-title>a{color:#53575a}.bs-carousel-layout-bears_carousel--blog .bs-item:hover .bs-title>a:hover{color:#3a3d3f}.bs-carousel-layout-bears_carousel--blog .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bs-carousel-layout-bears_carousel--blog .bs-item:hover .bs-thumb .bs-readmore{opacity:.8;-webkit-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-moz-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-o-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-ms-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);transform:translateX(-50%) translateY(-50%) rotate(0) scale(1)}.bs-carousel-layout-bears_carousel--blog .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--blog .owl-controls .owl-nav .owl-next{opacity:0;-webkit-transform:translateY(-50%) scale(.9);-moz-transform:translateY(-50%) scale(.9);-o-transform:translateY(-50%) scale(.9);-ms-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}.bs-carousel-layout-bears_carousel--blog:hover .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--blog:hover .owl-controls .owl-nav .owl-next{opacity:1;-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.bs-blog-layout-bears_blog--grid .bs-item{margin-bottom:30px}.bs-blog-layout-bears_blog--grid .bs-item .bs-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;line-height:28px;letter-spacing:.04em;margin-bottom:5px}.bs-blog-layout-bears_blog--grid .bs-item .bs-title>a{color:#242424}.bs-blog-layout-bears_blog--grid .bs-item .bs-title>a:hover{color:#53575a}.bs-blog-layout-bears_blog--grid .bs-item .bs-excerpt{font-size:14px;line-height:25px;letter-spacing:.06em;color:#5e5e5e;margin-bottom:20px}.bs-blog-layout-bears_blog--grid .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;margin-bottom:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bs-blog-layout-bears_blog--grid .bs-item .bs-thumb .bs-readmore{position:absolute;top:50%;left:50%;width:60px;height:60px;font-size:20px;line-height:60px;text-align:center;color:#fff;background:#53575a;opacity:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-o-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8)}.bs-blog-layout-bears_blog--grid .bs-item .bs-thumb .bs-readmore:hover{background:#424648}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta{position:relative;margin:0;padding:10px 0 0;border-top:1px solid #eee}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta:before{content:"";position:absolute;top:-1px;left:0;width:35px;height:1px;background:#53575a}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta>li{position:relative;list-style:none;display:inline-block;font-size:13px;line-height:24px;letter-spacing:.04em;color:#999;padding:0 10px}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta>li:after{content:"";position:absolute;top:50%;right:-1px;width:1px;height:10px;background:#53575a;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta>li:first-child{padding-left:0}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta>li:last-child{padding-right:0}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta>li:last-child:after{display:none}.bs-blog-layout-bears_blog--grid .bs-item .bs-meta>li.bs-author img{display:inline-block;width:35px;height:35px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-blog-layout-bears_blog--grid .bs-item:hover .bs-title>a{color:#53575a}.bs-blog-layout-bears_blog--grid .bs-item:hover .bs-title>a:hover{color:#3a3d3f}.bs-blog-layout-bears_blog--grid .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bs-blog-layout-bears_blog--grid .bs-item:hover .bs-thumb .bs-readmore{opacity:.8;-webkit-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-moz-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-o-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-ms-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);transform:translateX(-50%) translateY(-50%) rotate(0) scale(1)}.bs-blog-layout-bears_blog--grid .bs-pagination{text-align:center;padding:30px}.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers.dots:hover{color:transparent}.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers.prev,.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers.current,.bs-blog-layout-bears_blog--grid .bs-pagination>.page-numbers:hover{color:#53575a}.bs-blog-layout-bears_blog--list .bs-item{margin-bottom:40px}.bs-blog-layout-bears_blog--list .bs-item:after{content:"";display:block;clear:both}.bs-blog-layout-bears_blog--list .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;width:40%;float:left}.bs-blog-layout-bears_blog--list .bs-item .bs-thumb .bs-readmore{position:absolute;top:50%;left:50%;width:60px;height:60px;font-size:20px;line-height:60px;text-align:center;color:#fff;background:#53575a;opacity:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-o-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8);transform:translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8)}.bs-blog-layout-bears_blog--list .bs-item .bs-thumb .bs-readmore:hover{background:#424648}.bs-blog-layout-bears_blog--list .bs-item .bs-content{width:60%;float:right;padding-top:10px;padding-left:30px}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-title{font-size:22px;line-height:30px;letter-spacing:0;margin-bottom:15px}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-title>a{color:#242424}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-title>a:hover{color:#53575a}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-excerpt{font-size:14px;line-height:25px;letter-spacing:.06em;color:#5e5e5e;margin-bottom:30px}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta{position:relative;margin:0;padding:10px 0 0;border-top:1px solid #eee}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta:before{content:"";position:absolute;top:-1px;left:0;width:35px;height:1px;background:#53575a}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta>li{position:relative;list-style:none;display:inline-block;font-size:13px;line-height:24px;letter-spacing:.04em;color:#999;padding:0 10px}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta>li:after{content:"";position:absolute;top:50%;right:-1px;width:1px;height:10px;background:#53575a;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta>li:first-child{padding-left:0}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta>li:last-child{padding-right:0}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta>li:last-child:after{display:none}.bs-blog-layout-bears_blog--list .bs-item .bs-content .bs-meta>li.bs-author img{display:inline-block;width:35px;height:35px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-blog-layout-bears_blog--list .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bs-blog-layout-bears_blog--list .bs-item:hover .bs-thumb .bs-readmore{opacity:.8;-webkit-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-moz-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-o-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);-ms-transform:translateX(-50%) translateY(-50%) rotate(0) scale(1);transform:translateX(-50%) translateY(-50%) rotate(0) scale(1)}.bs-blog-layout-bears_blog--list .bs-item:hover .bs-content .bs-title>a{color:#53575a}.bs-blog-layout-bears_blog--list .bs-item:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-blog-layout-bears_blog--list .bs-pagination{text-align:center;padding:30px}.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers.dots:hover{color:transparent}.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers.prev,.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers.current,.bs-blog-layout-bears_blog--list .bs-pagination>.page-numbers:hover{color:#53575a}@media (max-width:767px){.bs-blog-layout-bears_blog--list .bs-item .bs-thumb{width:100%;margin-bottom:15px}.bs-blog-layout-bears_blog--list .bs-item .bs-content{width:100%;padding:0}}.bs-blog-layout-bears_blog--zigzag .bs-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col{width:50%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:center;justify-content:center}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content{position:relative;text-align:center;background:#f8f8f8;padding:0 5%}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content:after{content:"";position:absolute;top:50%;right:-15px;width:30px;height:30px;background:#f8f8f8;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content .bs-title{font-size:30px;line-height:36px;letter-spacing:0;margin-bottom:10px}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content .bs-title>a{color:#151515}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content .bs-title>a:hover{color:#53575a}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content .bs-excerpt{font-size:15px;line-height:28px;letter-spacing:.04em;color:#606060;margin-bottom:30px}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content .bs-read-more{font-family:Montserrat;display:inline-block;font-size:12px;line-height:24px;letter-spacing:.1em;color:#fff;background:#53575a;width:-moz-max-content;margin:0 auto;padding:12px 30px}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content .bs-read-more>i{margin-left:5px}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content .bs-read-more:hover{background:#424648}.bs-blog-layout-bears_blog--zigzag .bs-item:nth-child(2n) .bs-content {background:#282828}.bs-blog-layout-bears_blog--zigzag .bs-item:nth-child(2n) .bs-content:after {left:-15px;right:auto;background:#282828}.bs-blog-layout-bears_blog--zigzag .bs-item:nth-child(2n) .bs-content .bs-title > a {color:#fff}.bs-blog-layout-bears_blog--zigzag .bs-item:nth-child(2n) .bs-content .bs-title > a:hover {color:#53575a}.bs-blog-layout-bears_blog--zigzag .bs-item:nth-child(2n) .bs-content .bs-excerpt {color:#a7a7a7}@media (max-width:767px){.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col{display:block;width:100%}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content{padding:30px 5%}.bs-blog-layout-bears_blog--zigzag .bs-item .bs-col.bs-content:after{content:"";position:absolute;top:auto;bottom:-15px;left:50%;right:auto;-webkit-transform:translateX(-50%) translateY(0) rotate(45deg);-moz-transform:translateX(-50%) translateY(0) rotate(45deg);-o-transform:translateX(-50%) translateY(0) rotate(45deg);-ms-transform:translateX(-50%) translateY(0) rotate(45deg);transform:translateX(-50%) translateY(0) rotate(45deg)}.bs-blog-layout-bears_blog--zigzag .bs-item:nth-child(2n) .bs-content:after {top:-15px;bottom:auto;left:50%;right:auto}}.bt-post-item-grid .bt-media{position:relative}.bt-post-item-grid .bt-media img{width:100%;height:auto}.bt-post-item-grid .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:25px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.bt-post-item-grid .bt-media .carousel-control.left{right:60px}.bt-post-item-grid .bt-media .carousel-control:hover{color:#53575a;background:#fff}.bt-post-item-grid .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-post-item-grid .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-post-item-grid .bt-media .bt-overlay>a:before,.bt-post-item-grid .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-post-item-grid .bt-media .bt-overlay>a:after{clear:both}.bt-post-item-grid .bt-media .bt-overlay>a>i{margin-left:4px}.bt-post-item-grid .bt-media .bt-overlay>a:hover{color:#fff;background:#53575a}.bt-post-item-grid .bt-content{position:relative;padding:50px 30px 30px}.bt-post-item-grid .bt-content .avatar{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:-35px;left:30px;width:70px;height:70px;margin:0;border:4px solid #fff;-webkit-border-radius:70px;-moz-border-radius:70px;border-radius:70px}.bt-post-item-grid .bt-content .bt-title{font-family:Montserrat;font-size:22px;font-weight:700;line-height:22px;letter-spacing:.04em;margin-bottom:5px}.bt-post-item-grid .bt-content .bt-title>a{color:#313131}.bt-post-item-grid .bt-content .bt-title>a:hover{color:#53575a}.bt-post-item-grid .bt-content .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;color:#969595;margin:0 0 15px;padding:0}.bt-post-item-grid .bt-content .bt-meta>li{list-style:none;display:inline-block}.bt-post-item-grid .bt-content .bt-meta>li:after{content:".";display:inline-block;padding:0 5px}.bt-post-item-grid .bt-content .bt-meta>li:last-child:after{display:none}.bt-post-item-grid .bt-content .bt-excerpt{font-size:14px;line-height:23px;letter-spacing:.07em;color:#424242}.bt-post-item-grid .bt-bottom{position:relative;font-family:Montserrat;font-size:10px;line-height:18px;letter-spacing:.04em;color:#a3a2a2;background:#f5f5f5;padding:10px 20px}.bt-post-item-grid .bt-bottom ul{margin:0;padding:0}.bt-post-item-grid .bt-bottom ul li{display:inline-block;background:#fff;margin-right:5px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-post-item-grid .bt-bottom ul li>a{display:inline-block;color:#a3a2a2;padding:5px 15px}.bt-post-item-grid .bt-bottom ul li>a:hover{color:#53575a}.bt-post-item-grid .bt-bottom ul li:last-child{margin-right:0}.bt-post-item-grid .bt-bottom>a{position:absolute;top:10px;right:15px;color:#a3a2a2;background:#fff;padding:5px 15px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-post-item-grid .bt-bottom>a:hover{color:#53575a}.bt-post-item-grid:hover .bt-content .avatar{-webki-transform:rotate(-35deg);-moz-transform:rotate(-35deg);-o-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg)}.bt-post-item-grid2 .bt-media{position:relative;margin-bottom:20px}.bt-post-item-grid2 .bt-media img{width:100%;height:auto}.bt-post-item-grid2 .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:25px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-post-item-grid2 .bt-media .carousel-control.left{right:60px}.bt-post-item-grid2 .bt-media .carousel-control:hover{color:#53575a;background:#fff}.bt-post-item-grid2 .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-post-item-grid2 .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-post-item-grid2 .bt-media .bt-overlay>a:before,.bt-post-item-grid2 .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-post-item-grid2 .bt-media .bt-overlay>a:after{clear:both}.bt-post-item-grid2 .bt-media .bt-overlay>a>i{margin-left:4px}.bt-post-item-grid2 .bt-media .bt-overlay>a:hover{color:#fff;background:#53575a}.bt-post-item-grid2 .bt-content{position:relative;margin-bottom:20px}.bt-post-item-grid2 .bt-content .bt-public{font-family:Montserrat;font-size:13px;line-height:24px;letter-spacing:.04em;color:#bcbcbc;margin-bottom:5px}.bt-post-item-grid2 .bt-content .bt-title{font-family:Montserrat;font-size:18px;font-weight:700;line-height:24px;letter-spacing:.04em;margin-bottom:5px}.bt-post-item-grid2 .bt-content .bt-title>a{color:#242424}.bt-post-item-grid2 .bt-content .bt-title>a:hover{color:#53575a}.bt-post-item-grid2 .bt-content .bt-excerpt{font-family:Montserrat;font-size:14px;line-height:26px;letter-spacing:.06em;color:#5e5e5e}.bt-post-item-grid2 .bt-bottom{position:relative;padding-top:15px;border-top:1px solid #f5f5f5}.bt-post-item-grid2 .bt-bottom:before{content:"";position:absolute;top:-1px;left:0;height:1px;width:35px;background:#53575a}.bt-post-item-grid2 .bt-bottom img{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;vertical-align:middle;margin:0 10px 0 0;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-post-item-grid2 .bt-bottom .bt-author{font-family:Montserrat;font-size:13px;line-height:24px;letter-spacing:.04em;color:#bcbcbc;display:inline-block;vertical-align:middle}.bt-post-item-grid2:hover .bt-bottom img{-webki-transform:rotate(-35deg);-moz-transform:rotate(-35deg);-o-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg)}.bt-post-item-grid3:after{content:"";display:block;clear:both}.bt-post-item-grid3 .bt-media{position:relative;width:47%;float:left}.bt-post-item-grid3 .bt-media:before{content:"";position:absolute;top:50%;right:-15px;width:30px;height:30px;background:#fff;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.bt-post-item-grid3 .bt-media img{width:100%;height:auto}.bt-post-item-grid3 .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-post-item-grid3 .bt-media .carousel-control.left{right:60px}.bt-post-item-grid3 .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-post-item-grid3 .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-post-item-grid3 .bt-media .bt-overlay>a:before,.bt-post-item-grid3 .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-post-item-grid3 .bt-media .bt-overlay>a:after{clear:both}.bt-post-item-grid3 .bt-media .bt-overlay>a>i{margin-left:4px}.bt-post-item-grid3 .bt-media .bt-action{position:absolute;bottom:20px;left:20px;margin:0;padding:0}.bt-post-item-grid3 .bt-media .bt-action>li{list-style:none}.bt-post-item-grid3 .bt-media .bt-action>li a{font-family:Lato;font-size:9px;line-height:9px;letter-spacing:.04em;color:#fff;background:#53575a;display:inline-block;padding:8px 15px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-post-item-grid3 .bt-media .bt-action>li a:hover{background:rgba(83,87,90,.75)}.bt-post-item-grid3 .bt-media .bt-action>li a.nectar-love{background:#2e2e2e}.bt-post-item-grid3 .bt-media .bt-action>li a.nectar-love:hover{background:rgba(46,46,46,.75)}.bt-post-item-grid3 .bt-media .bt-action>li a>i{font-size:10px;margin-right:2px}.bt-post-item-grid3 .bt-content{position:relative;width:53%;float:left;padding:15px 20px 0 30px}.bt-post-item-grid3 .bt-content .bt-title{font-family:Montserrat;font-size:21px;font-weight:700;line-height:22px;letter-spacing:.04em;margin-bottom:5px}.bt-post-item-grid3 .bt-content .bt-title>a{color:#313131}.bt-post-item-grid3 .bt-content .bt-title>a:hover{color:#53575a}.bt-post-item-grid3 .bt-content .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;text-transform:uppercase;color:#969595;margin:0 0 15px;padding:0}.bt-post-item-grid3 .bt-content .bt-meta>li{display:inline-block;margin-right:15px}.bt-post-item-grid3 .bt-content .bt-meta>li:last-child{margin-right:0}.bt-post-item-grid3 .bt-content .bt-excerpt{font-family:Lato;font-size:14px;line-height:25px;letter-spacing:.07em;color:#424242;margin-bottom:20px}.bt-post-item-grid3 .bt-content>a{font-family:Lato;font-size:11px;font-weight:900;line-height:24px;letter-spacing:.02em;color:#fff;background:#53575a;padding:8px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bt-post-item-grid3 .bt-content>a:hover{background:#2e2e2e}.bt-post-item-grid4:after{content:"";display:block;clear:both}.bt-post-item-grid4 .bt-media{position:relative;width:35%;float:left}.bt-post-item-grid4 .bt-media img{width:100%;height:auto}.bt-post-item-grid4 .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-post-item-grid4 .bt-media .carousel-control.left{right:60px}.bt-post-item-grid4 .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-post-item-grid4 .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-post-item-grid4 .bt-media .bt-overlay>a:before,.bt-post-item-grid4 .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-post-item-grid4 .bt-media .bt-overlay>a:after{clear:both}.bt-post-item-grid4 .bt-media .bt-overlay>a>i{margin-left:4px}.bt-post-item-grid4 .bt-media .bt-action{position:absolute;bottom:20px;left:20px;margin:0;padding:0}.bt-post-item-grid4 .bt-media .bt-action>li a{font-family:Lato;font-size:9px;line-height:9px;letter-spacing:.04em;color:#fff;background:#53575a;display:inline-block;padding:8px 15px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-post-item-grid4 .bt-media .bt-action>li a:hover{background:rgba(83,87,90,.75)}.bt-post-item-grid4 .bt-media .bt-action>li a.nectar-love{background:#2e2e2e}.bt-post-item-grid4 .bt-media .bt-action>li a.nectar-love:hover{background:rgba(46,46,46,.75)}.bt-post-item-grid4 .bt-media .bt-action>li a>i{font-size:10px;margin-right:2px}.bt-post-item-grid4 .bt-content{position:relative;width:65%;float:left;padding-left:30px}.bt-post-item-grid4 .bt-content .bt-title{font-family:Montserrat;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0;margin-bottom:5px}.bt-post-item-grid4 .bt-content .bt-title>a{color:#141414}.bt-post-item-grid4 .bt-content .bt-title>a:hover{color:#53575a}.bt-post-item-grid4 .bt-content .bt-excerpt{font-family:Montserrat;font-size:14px;line-height:26px;letter-spacing:.06em;color:#646464;margin-bottom:10px}.bt-post-item-grid4 .bt-content>a{font-family:Lato;font-size:12px;font-weight:700;line-height:20px;letter-spacing:.01em;color:#fff;background:#2e2e2e;display:inline-block;padding:8px 20px}.bt-post-item-grid4 .bt-content>a:hover{background:#53575a}.bt-post-item-list{display:table}.bt-post-item-list .bt-col-left,.bt-post-item-list .bt-col-right{display:table-cell;vertical-align:middle}.bt-post-item-list .bt-col-left{width:40%}.bt-post-item-list .bt-col-right{width:60%}.bt-post-item-list .bt-media{position:relative;margin-right:30px}.bt-post-item-list .bt-media img{width:100%;height:auto}.bt-post-item-list .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-post-item-list .bt-media .carousel-control.left{right:60px}.bt-post-item-list .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-post-item-list .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-post-item-list .bt-media .bt-overlay>a:before,.bt-post-item-list .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-post-item-list .bt-media .bt-overlay>a:after{clear:both}.bt-post-item-list .bt-media .bt-overlay>a>i{margin-left:4px}.bt-post-item-list .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-post-item-list .bt-media .bt-public{position:absolute;top:15px;left:15px;width:60px;font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:18px;letter-spacing:.025em;text-transform:uppercase;text-align:center;color:#fff;background:#53575a;padding:8px 0}.bt-post-item-list .bt-media .bt-public>span{display:block}.bt-post-item-list .bt-media.audio{padding-top:80px}.bt-post-item-list .bt-media.link{background:#f0f0f0;padding:27px}.bt-post-item-list .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-post-item-list .bt-media.link .bt-link:hover{color:#53575a}.bt-post-item-list .bt-content .bt-content-inner .bt-title{font-family:Montserrat;font-size:17px;font-weight:700;line-height:26px;letter-spacing:.04em;color:#313131;margin-bottom:15px}.bt-post-item-list .bt-content .bt-content-inner .bt-excerpt{font-size:14px;line-height:26px;letter-spacing:.06em;color:#424242;margin-bottom:30px}.bt-post-item-list .bt-content .bt-content-inner .bt-bottom{position:relative;background:#f8f8f8;padding:5px 140px 5px 5px}.bt-post-item-list .bt-content .bt-content-inner .bt-bottom>ul{margin:0;padding:0}.bt-post-item-list .bt-content .bt-content-inner .bt-bottom>ul>li{list-style:none;display:inline-block;font-size:12px;line-height:24px;color:#6f6f6f;letter-spacing:0;margin-left:20px}.bt-post-item-list .bt-content .bt-content-inner .bt-bottom .bt-readmore{position:absolute;top:0;right:0;font-size:12px;font-weight:900;line-height:18px;letter-spacing:.07em;color:#141414;background:#fff;padding:8px 30px;border:2px solid #e4e4e4}.bt-post-item-list .bt-content .bt-content-inner .bt-bottom .bt-readmore:hover{color:#fff;background:#53575a;border-color:#53575a}.bt-post-item-zigzag{display:table}.bt-post-item-zigzag .bt-col{display:table-cell;width:50%;vertical-align:middle}.bt-post-item-zigzag .bt-col:first-child{padding-right:15px}.bt-post-item-zigzag .bt-col:last-child{padding-left:15px}.bt-post-item-zigzag .bt-media{position:relative}.bt-post-item-zigzag .bt-media img{width:100%;height:auto}.bt-post-item-zigzag .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-post-item-zigzag .bt-media .carousel-control.left{right:60px}.bt-post-item-zigzag .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-post-item-zigzag .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-post-item-zigzag .bt-media .bt-overlay>a:before,.bt-post-item-zigzag .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-post-item-zigzag .bt-media .bt-overlay>a:after{clear:both}.bt-post-item-zigzag .bt-media .bt-overlay>a>i{margin-left:4px}.bt-post-item-zigzag .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-post-item-zigzag .bt-media.link{background:#f0f0f0;padding:27px}.bt-post-item-zigzag .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-post-item-zigzag .bt-media.link .bt-link:hover{color:#53575a}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-title{font-family:Montserrat;font-size:22px;font-weight:700;line-height:26px;letter-spacing:.04em;margin-bottom:5px}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-title>a{color:#313131}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-title>a:hover{color:#53575a}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;color:#969595;margin:0 0 20px;padding:0}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-meta>li{display:inline-block}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-meta>li:after{content:".";display:inline-block;padding:0 5px}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-meta>li:last-child:after{display:none}.bt-post-item-zigzag .bt-content .bt-content-inner .bt-excerpt{font-family:Montserrat;font-size:14px;line-height:26px;letter-spacing:.06em;color:#424242;margin-bottom:30px}.bt-post-item-zigzag .bt-content .bt-content-inner>a{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#424242;display:inline-block;padding:10px 20px;border:3px solid #e7e7e7}.bt-post-item-zigzag .bt-content .bt-content-inner>a:hover{background:#e7e7e7}.bt-blog-wrapper.grid .bt-post-item{margin-bottom:30px}.bt-blog-wrapper.grid .bt-post-item .bt-media{position:relative}.bt-blog-wrapper.grid .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-wrapper.grid .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:25px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.bt-blog-wrapper.grid .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-wrapper.grid .bt-post-item .bt-media .carousel-control:hover{color:#53575a;background:#fff}.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay>a:hover{color:#fff;background:#53575a}.bt-blog-wrapper.grid .bt-post-item .bt-content{position:relative;padding:50px 30px 30px}.bt-blog-wrapper.grid .bt-post-item .bt-content .avatar{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:-35px;left:30px;width:70px;height:70px;margin:0;border:4px solid #fff;-webkit-border-radius:70px;-moz-border-radius:70px;border-radius:70px}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-title{font-family:Montserrat;font-size:22px;font-weight:700;line-height:22px;letter-spacing:.04em;margin-bottom:5px}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-title>a{color:#313131}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-title>a:hover{color:#53575a}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;color:#969595;margin:0 0 15px;padding:0}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-meta>li{list-style:none;display:inline-block}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-meta>li:after{content:".";display:inline-block;padding:0 5px}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-meta>li:last-child:after{display:none}.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-excerpt{font-size:14px;line-height:23px;letter-spacing:.07em;color:#424242}.bt-blog-wrapper.grid .bt-post-item .bt-bottom{position:relative;font-family:Montserrat;font-size:10px;line-height:18px;letter-spacing:.04em;color:#a3a2a2;background:#f5f5f5;padding:10px 20px}.bt-blog-wrapper.grid .bt-post-item .bt-bottom ul{margin:0;padding:0}.bt-blog-wrapper.grid .bt-post-item .bt-bottom ul li{display:inline-block;background:#fff;margin-right:5px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-blog-wrapper.grid .bt-post-item .bt-bottom ul li>a{display:inline-block;color:#a3a2a2;padding:5px 15px}.bt-blog-wrapper.grid .bt-post-item .bt-bottom ul li>a:hover{color:#53575a}.bt-blog-wrapper.grid .bt-post-item .bt-bottom ul li:last-child{margin-right:0}.bt-blog-wrapper.grid .bt-post-item .bt-bottom>a{position:absolute;top:10px;right:15px;color:#a3a2a2;background:#fff;padding:5px 15px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-blog-wrapper.grid .bt-post-item .bt-bottom>a:hover{color:#53575a}.bt-blog-wrapper.grid .bt-post-item:hover .bt-content .avatar{-webki-transform:rotate(-35deg);-moz-transform:rotate(-35deg);-o-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg)}.bt-blog-wrapper.grid2 .bt-post-item{margin-bottom:30px}.bt-blog-wrapper.grid2 .bt-post-item .bt-media{position:relative;margin-bottom:20px}.bt-blog-wrapper.grid2 .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:25px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .carousel-control:hover{color:#53575a;background:#fff}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay>a:hover{color:#fff;background:#53575a}.bt-blog-wrapper.grid2 .bt-post-item .bt-content{position:relative;margin-bottom:20px}.bt-blog-wrapper.grid2 .bt-post-item .bt-content .bt-public{font-family:Montserrat;font-size:13px;line-height:24px;letter-spacing:.04em;color:#bcbcbc;margin-bottom:5px}.bt-blog-wrapper.grid2 .bt-post-item .bt-content .bt-title{font-family:Montserrat;font-size:18px;font-weight:700;line-height:24px;letter-spacing:.04em;margin-bottom:5px}.bt-blog-wrapper.grid2 .bt-post-item .bt-content .bt-title>a{color:#242424}.bt-blog-wrapper.grid2 .bt-post-item .bt-content .bt-title>a:hover{color:#53575a}.bt-blog-wrapper.grid2 .bt-post-item .bt-content .bt-excerpt{font-family:Montserrat;font-size:14px;line-height:26px;letter-spacing:.06em;color:#5e5e5e}.bt-blog-wrapper.grid2 .bt-post-item .bt-bottom{position:relative;padding-top:15px;border-top:1px solid #f5f5f5}.bt-blog-wrapper.grid2 .bt-post-item .bt-bottom:before{content:"";position:absolute;top:-1px;left:0;height:1px;width:35px;background:#53575a}.bt-blog-wrapper.grid2 .bt-post-item .bt-bottom img{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;vertical-align:middle;margin:0 10px 0 0;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-blog-wrapper.grid2 .bt-post-item .bt-bottom .bt-author{font-family:Montserrat;font-size:13px;line-height:24px;letter-spacing:.04em;color:#bcbcbc;display:inline-block;vertical-align:middle}.bt-blog-wrapper.grid2 .bt-post-item:hover .bt-bottom img{-webki-transform:rotate(-35deg);-moz-transform:rotate(-35deg);-o-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg)}.bt-blog-wrapper.grid3 .bt-post-item{margin-bottom:30px}.bt-blog-wrapper.grid3 .bt-post-item:after{content:"";display:block;clear:both}.bt-blog-wrapper.grid3 .bt-post-item .bt-media{position:relative;width:47%;float:left}.bt-blog-wrapper.grid3 .bt-post-item .bt-media:before{content:"";position:absolute;top:50%;right:-15px;width:30px;height:30px;background:#fff;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.bt-blog-wrapper.grid3 .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-action{position:absolute;bottom:20px;left:20px;margin:0;padding:0}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-action>li{list-style:none}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-action>li a{font-family:Lato;font-size:9px;line-height:9px;letter-spacing:.04em;color:#fff;background:#53575a;display:inline-block;padding:8px 15px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-action>li a:hover{background:rgba(83,87,90,.75)}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-action>li a.nectar-love{background:#2e2e2e}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-action>li a.nectar-love:hover{background:rgba(46,46,46,.75)}.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-action>li a>i{font-size:10px;margin-right:2px}.bt-blog-wrapper.grid3 .bt-post-item .bt-content{position:relative;width:53%;float:left;padding:15px 20px 0 30px}.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-title{font-family:Montserrat;font-size:21px;font-weight:700;line-height:22px;letter-spacing:.04em;margin-bottom:5px}.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-title>a{color:#313131}.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-title>a:hover{color:#53575a}.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;text-transform:uppercase;color:#969595;margin:0 0 15px;padding:0}.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-meta>li{display:inline-block;margin-right:15px}.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-meta>li:last-child{margin-right:0}.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-excerpt{font-family:Lato;font-size:14px;line-height:25px;letter-spacing:.07em;color:#424242;margin-bottom:20px}.bt-blog-wrapper.grid3 .bt-post-item .bt-content>a{font-family:Lato;font-size:11px;font-weight:900;line-height:24px;letter-spacing:.02em;color:#fff;background:#53575a;padding:8px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bt-blog-wrapper.grid3 .bt-post-item .bt-content>a:hover{background:#2e2e2e}.bt-blog-wrapper.grid4 .bt-post-item{margin-bottom:30px}.bt-blog-wrapper.grid4 .bt-post-item:after{content:"";display:block;clear:both}.bt-blog-wrapper.grid4 .bt-post-item .bt-media{position:relative;width:35%;float:left}.bt-blog-wrapper.grid4 .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-action{position:absolute;bottom:20px;left:20px;margin:0;padding:0}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-action>li a{font-family:Lato;font-size:9px;line-height:9px;letter-spacing:.04em;color:#fff;background:#53575a;display:inline-block;padding:8px 15px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-action>li a:hover{background:rgba(83,87,90,.75)}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-action>li a.nectar-love{background:#2e2e2e}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-action>li a.nectar-love:hover{background:rgba(46,46,46,.75)}.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-action>li a>i{font-size:10px;margin-right:2px}.bt-blog-wrapper.grid4 .bt-post-item .bt-content{position:relative;width:65%;float:left;padding-left:30px}.bt-blog-wrapper.grid4 .bt-post-item .bt-content .bt-title{font-family:Montserrat;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0;margin-bottom:5px}.bt-blog-wrapper.grid4 .bt-post-item .bt-content .bt-title>a{color:#141414}.bt-blog-wrapper.grid4 .bt-post-item .bt-content .bt-title>a:hover{color:#53575a}.bt-blog-wrapper.grid4 .bt-post-item .bt-content .bt-excerpt{font-family:Montserrat;font-size:14px;line-height:26px;letter-spacing:.06em;color:#646464;margin-bottom:10px}.bt-blog-wrapper.grid4 .bt-post-item .bt-content>a{font-family:Lato;font-size:12px;font-weight:700;line-height:20px;letter-spacing:.01em;color:#fff;background:#2e2e2e;display:inline-block;padding:8px 20px}.bt-blog-wrapper.grid4 .bt-post-item .bt-content>a:hover{background:#53575a}.bt-blog-wrapper.list .bt-post-item{display:table;margin-bottom:40px}.bt-blog-wrapper.list .bt-post-item .bt-col-left,.bt-blog-wrapper.list .bt-post-item .bt-col-right{display:table-cell;vertical-align:middle}.bt-blog-wrapper.list .bt-post-item .bt-col-left{width:40%}.bt-blog-wrapper.list .bt-post-item .bt-col-right{width:60%}.bt-blog-wrapper.list .bt-post-item .bt-media{position:relative;margin-right:30px}.bt-blog-wrapper.list .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-wrapper.list .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-wrapper.list .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-public{position:absolute;top:15px;left:15px;width:60px;font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:18px;letter-spacing:.025em;text-transform:uppercase;text-align:center;color:#fff;background:#53575a;padding:8px 0}.bt-blog-wrapper.list .bt-post-item .bt-media .bt-public>span{display:block}.bt-blog-wrapper.list .bt-post-item .bt-media.audio{padding-top:80px}.bt-blog-wrapper.list .bt-post-item .bt-media.link{background:#f0f0f0;padding:27px}.bt-blog-wrapper.list .bt-post-item .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-blog-wrapper.list .bt-post-item .bt-media.link .bt-link:hover{color:#53575a}.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-title{font-family:Montserrat;font-size:17px;font-weight:700;line-height:26px;letter-spacing:.04em;color:#313131;margin-bottom:15px}.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-excerpt{font-size:14px;line-height:26px;letter-spacing:.06em;color:#424242;margin-bottom:30px}.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-bottom{position:relative;background:#f8f8f8;padding:5px 140px 5px 5px}.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-bottom>ul{margin:0;padding:0}.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-bottom>ul>li{list-style:none;display:inline-block;font-size:12px;line-height:24px;color:#6f6f6f;letter-spacing:0;margin-left:20px}.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-bottom .bt-readmore{position:absolute;top:0;right:0;font-size:12px;font-weight:900;line-height:18px;letter-spacing:.07em;color:#141414;background:#fff;padding:8px 30px;border:2px solid #e4e4e4}.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-bottom .bt-readmore:hover{color:#fff;background:#53575a;border-color:#53575a}.bt-blog-wrapper.zigzag .bt-post-item{display:table;margin-bottom:30px}.bt-blog-wrapper.zigzag .bt-post-item .bt-col{display:table-cell;width:50%;vertical-align:middle}.bt-blog-wrapper.zigzag .bt-post-item .bt-col:first-child{padding-right:15px}.bt-blog-wrapper.zigzag .bt-post-item .bt-col:last-child{padding-left:15px}.bt-blog-wrapper.zigzag .bt-post-item .bt-media{position:relative}.bt-blog-wrapper.zigzag .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-wrapper.zigzag .bt-post-item .bt-media.link{background:#f0f0f0;padding:27px}.bt-blog-wrapper.zigzag .bt-post-item .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-blog-wrapper.zigzag .bt-post-item .bt-media.link .bt-link:hover{color:#53575a}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-title{font-family:Montserrat;font-size:22px;font-weight:700;line-height:26px;letter-spacing:.04em;margin-bottom:5px}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-title>a{color:#313131}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-title>a:hover{color:#53575a}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;color:#969595;margin:0 0 20px;padding:0}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-meta>li{display:inline-block}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-meta>li:after{content:".";display:inline-block;padding:0 5px}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-meta>li:last-child:after{display:none}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-excerpt{font-family:Montserrat;font-size:14px;line-height:26px;letter-spacing:.06em;color:#424242;margin-bottom:30px}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner>a{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#424242;display:inline-block;padding:10px 20px;border:3px solid #e7e7e7}.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner>a:hover{background:#e7e7e7}.bt-blog-wrapper .bt-pagination{text-align:center;padding:30px;margin-top:30px}.bt-blog-wrapper .bt-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bt-blog-wrapper .bt-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bt-blog-wrapper .bt-pagination>.page-numbers.dots:hover{color:transparent}.bt-blog-wrapper .bt-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-wrapper .bt-pagination>.page-numbers.prev,.bt-blog-wrapper .bt-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bt-blog-wrapper .bt-pagination>.page-numbers.current,.bt-blog-wrapper .bt-pagination>.page-numbers:hover{color:#53575a}@media (max-width:991px){.bt-blog-wrapper.list .bt-post-item .bt-col-left,.bt-blog-wrapper.list .bt-post-item .bt-col-right{display:block;width:100%;padding:0}.bt-blog-wrapper.list .bt-post-item .bt-media{margin-right:0;margin-bottom:15px}}@media (max-width:767px){.bt-blog-wrapper.grid .bt-post-item,.bt-blog-wrapper.grid2 .bt-post-item{max-width:420px;margin-left:auto;margin-right:auto}.bt-blog-wrapper.grid3 .bt-post-item,.bt-blog-wrapper.grid4 .bt-post-item{max-width:540px;margin-left:auto;margin-right:auto}.bt-blog-wrapper.zigzag .bt-post-item .bt-col{display:block;width:100%;padding:0!important}.bt-blog-wrapper.zigzag .bt-post-item .bt-media,.bt-blog-wrapper.zigzag .bt-post-item .bt-content{margin-bottom:15px}}@media (max-width:540px){.bt-blog-wrapper.grid3 .bt-post-item .bt-media,.bt-blog-wrapper.grid3 .bt-post-item .bt-content,.bt-blog-wrapper.grid4 .bt-post-item .bt-media,.bt-blog-wrapper.grid4 .bt-post-item .bt-content{float:none;width:100%}.bt-blog-wrapper.grid3 .bt-post-item .bt-media:before,.bt-blog-wrapper.grid4 .bt-post-item .bt-media:before{top:100%;right:60px}.bt-blog-wrapper.grid3 .bt-post-item .bt-content,.bt-blog-wrapper.grid4 .bt-post-item .bt-content{padding:20px 0 10px}}.bt-post-item-masonry .bt-media{position:relative;margin-bottom:25px}.bt-post-item-masonry .bt-media img{width:100%;height:auto}.bt-post-item-masonry .bt-media img.wp-post-image{width:auto;max-width:100%}.bt-post-item-masonry .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-post-item-masonry .bt-media .carousel-control.left{right:60px}.bt-post-item-masonry .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-post-item-masonry .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-post-item-masonry .bt-media .bt-overlay>a:before,.bt-post-item-masonry .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-post-item-masonry .bt-media .bt-overlay>a:after{clear:both}.bt-post-item-masonry .bt-media .bt-overlay>a>i{margin-left:4px}.bt-post-item-masonry .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-post-item-masonry .bt-media .bt-public{position:absolute;top:15px;left:15px;width:60px;font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:18px;letter-spacing:.025em;text-transform:uppercase;text-align:center;color:#fff;background:#53575a;padding:8px 0}.bt-post-item-masonry .bt-media .bt-public>span{display:block}.bt-post-item-masonry .bt-media.audio .bt-public{display:none}.bt-post-item-masonry .bt-media.link{background:#f0f0f0;padding:27px}.bt-post-item-masonry .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-post-item-masonry .bt-media.link .bt-link:hover{color:#53575a}.bt-post-item-masonry .bt-content .bt-title{font-family:Montserrat;font-size:17px;font-weight:700;line-height:26px;letter-spacing:.04em;color:#313131;margin-bottom:15px}.bt-post-item-masonry .bt-content .bt-excerpt{font-size:14px;line-height:26px;letter-spacing:.06em;color:#424242;margin-bottom:30px}.bt-post-item-masonry .bt-bottom{position:relative;background:#f8f8f8;padding:5px 140px 5px 5px}.bt-post-item-masonry .bt-bottom>ul{margin:0;padding:0}.bt-post-item-masonry .bt-bottom>ul>li{list-style:none;display:inline-block;font-size:12px;line-height:24px;color:#6f6f6f;letter-spacing:0;margin-left:20px}.bt-post-item-masonry .bt-bottom .bt-readmore{position:absolute;top:50%;right:0;font-size:12px;font-weight:900;line-height:18px;letter-spacing:.07em;color:#141414;background:#fff;padding:8px 30px;border:2px solid #e4e4e4;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-post-item-masonry .bt-bottom .bt-readmore:hover{color:#fff;background:#53575a;border-color:#53575a}@media (max-width:479px){.bt-blog-masonry-wrapper .bt-blog-masonry .bt-post-item .bt-bottom>ul>li{margin-left:10px}.bt-blog-masonry-wrapper .bt-blog-masonry .bt-post-item .bt-bottom .bt-readmore{padding:8px 10px}}.bt-blog-masonry-wrapper .bt-post-item{margin-bottom:40px}.bt-blog-masonry-wrapper .bt-post-item .bt-media{position:relative;margin-bottom:25px}.bt-blog-masonry-wrapper .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-masonry-wrapper .bt-post-item .bt-media img.wp-post-image{width:auto;max-width:100%}.bt-blog-masonry-wrapper .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-masonry-wrapper .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-public{position:absolute;top:15px;left:15px;width:60px;font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:18px;letter-spacing:.025em;text-transform:uppercase;text-align:center;color:#fff;background:#53575a;padding:8px 0}.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-public>span{display:block}.bt-blog-masonry-wrapper .bt-post-item .bt-media.audio .bt-public{display:none}.bt-blog-masonry-wrapper .bt-post-item .bt-media.link{background:#f0f0f0;padding:27px}.bt-blog-masonry-wrapper .bt-post-item .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-blog-masonry-wrapper .bt-post-item .bt-media.link .bt-link:hover{color:#53575a}.bt-blog-masonry-wrapper .bt-post-item .bt-content .bt-title{font-family:Montserrat;font-size:17px;font-weight:700;line-height:26px;letter-spacing:.04em;color:#313131;margin-bottom:15px}.bt-blog-masonry-wrapper .bt-post-item .bt-content .bt-excerpt{font-size:14px;line-height:26px;letter-spacing:.06em;color:#424242;margin-bottom:30px}.bt-blog-masonry-wrapper .bt-post-item .bt-bottom{position:relative;background:#f8f8f8;padding:5px 140px 5px 5px}.bt-blog-masonry-wrapper .bt-post-item .bt-bottom>ul{margin:0;padding:0}.bt-blog-masonry-wrapper .bt-post-item .bt-bottom>ul>li{list-style:none;display:inline-block;font-size:12px;line-height:24px;color:#6f6f6f;letter-spacing:0;margin-left:20px}.bt-blog-masonry-wrapper .bt-post-item .bt-bottom .bt-readmore{position:absolute;top:50%;right:0;font-size:12px;font-weight:900;line-height:18px;letter-spacing:.07em;color:#141414;background:#fff;padding:8px 30px;border:2px solid #e4e4e4;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-blog-masonry-wrapper .bt-post-item .bt-bottom .bt-readmore:hover{color:#fff;background:#53575a;border-color:#53575a}.bt-blog-masonry-wrapper .bt-pagination{text-align:center;padding:30px;display:block;margin-top:30px}.bt-blog-masonry-wrapper .bt-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bt-blog-masonry-wrapper .bt-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bt-blog-masonry-wrapper .bt-pagination>.page-numbers.dots:hover{color:transparent}.bt-blog-masonry-wrapper .bt-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-masonry-wrapper .bt-pagination>.page-numbers.prev,.bt-blog-masonry-wrapper .bt-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bt-blog-masonry-wrapper .bt-pagination>.page-numbers.current,.bt-blog-masonry-wrapper .bt-pagination>.page-numbers:hover{color:#53575a}.bt-blog-list .sticky .bt-post-item{background:#f1f1f1;padding:40px}.bt-blog-list .sticky .bt-post-item .bt-bottom>ul>li.sticky{color:#53575a}.bt-blog-list .bt-post-item{margin-bottom:60px}.bt-blog-list .bt-post-item .bt-title{font-size:27px;line-height:28px;letter-spacing:-.02em;color:#2f2020;margin-top:-10px;margin-bottom:15px}.bt-blog-list .bt-post-item .bt-media{position:relative;margin-bottom:15px}.bt-blog-list .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-list .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-list .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-list .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-list .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-list .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-list .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-list .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-list .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-list .bt-post-item .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-list .bt-post-item .bt-media.audio .bt-public.bt-hidden{display:none}.bt-blog-list .bt-post-item .bt-media.link.bt-custom-link{background:#f0f0f0;padding:27px}.bt-blog-list .bt-post-item .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-blog-list .bt-post-item .bt-media.link .bt-link:hover{color:#53575a}.bt-blog-list .bt-post-item .bt-meta{margin:0 0 30px;padding:0 0 15px;border-bottom:1px solid #d4d4d4}.bt-blog-list .bt-post-item .bt-meta>li{position:relative;list-style:none;display:inline-block;font-size:13px;line-height:24px;color:#898989;letter-spacing:.04em;padding-right:20px;margin-right:20px}.bt-blog-list .bt-post-item .bt-meta>li>a{color:#898989}.bt-blog-list .bt-post-item .bt-meta>li>a:hover{color:#53575a}.bt-blog-list .bt-post-item .bt-meta>li:after{content:"";position:absolute;top:50%;right:0;width:1px;height:10px;background:#53575a;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-blog-list .bt-post-item .bt-meta>li:last-child{padding-right:0;margin-right:0}.bt-blog-list .bt-post-item .bt-meta>li:last-child:after{display:none}.bt-blog-list .bt-post-item .bt-meta>li.bt-author img{display:inline-block;width:35px;height:35px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-blog-list .bt-post-item .bt-excerpt{font-size:14px;line-height:27px;letter-spacing:.07em;color:#676767;margin-bottom:30px}.bt-blog-list .bt-post-item .bt-excerpt>p{margin-bottom:0}.bt-blog-list .bt-post-item .bt-readmore{font-family:Montserrat;font-size:12px;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;padding:12px 30px}.bt-blog-list .bt-pagination{text-align:center;padding:30px;display:block;margin-top:30px}.bt-blog-list .bt-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bt-blog-list .bt-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bt-blog-list .bt-pagination>.page-numbers.dots:hover{color:transparent}.bt-blog-list .bt-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-list .bt-pagination>.page-numbers.prev,.bt-blog-list .bt-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bt-blog-list .bt-pagination>.page-numbers.current,.bt-blog-list .bt-pagination>.page-numbers:hover{color:#53575a}.bt-single-item-style1 .bt-title{font-size:27px;line-height:28px;letter-spacing:-.02em;color:#2f2020;margin-top:-10px;margin-bottom:15px}.bt-single-item-style1 .bt-media{position:relative;margin-bottom:15px}.bt-single-item-style1 .bt-media img{width:100%;height:auto}.bt-single-item-style1 .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-single-item-style1 .bt-media .carousel-control.left{right:60px}.bt-single-item-style1 .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-single-item-style1 .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-single-item-style1 .bt-media .bt-overlay>a:before,.bt-single-item-style1 .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-single-item-style1 .bt-media .bt-overlay>a:after{clear:both}.bt-single-item-style1 .bt-media .bt-overlay>a>i{margin-left:4px}.bt-single-item-style1 .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-single-item-style1 .bt-media.audio .bt-public.bt-hidden{display:none}.bt-single-item-style1 .bt-media.link.bt-custom-link{background:#f0f0f0;padding:27px}.bt-single-item-style1 .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-single-item-style1 .bt-media.link .bt-link:hover{color:#53575a}.bt-single-item-style1 .bt-meta{margin:0 0 30px;padding:0 0 15px;border-bottom:1px solid #d4d4d4}.bt-single-item-style1 .bt-meta>li{position:relative;list-style:none;display:inline-block;font-size:13px;line-height:24px;color:#898989;letter-spacing:.04em;padding-right:20px;margin-right:20px}.bt-single-item-style1 .bt-meta>li>a{color:#898989}.bt-single-item-style1 .bt-meta>li>a:hover{color:#53575a}.bt-single-item-style1 .bt-meta>li:after{content:"";position:absolute;top:50%;right:0;width:1px;height:10px;background:#53575a;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-single-item-style1 .bt-meta>li:last-child{padding-right:0;margin-right:0}.bt-single-item-style1 .bt-meta>li:last-child:after{display:none}.bt-single-item-style1 .bt-meta>li.bt-author img{display:inline-block;width:35px;height:35px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-single-item-style1 .bt-content{font-size:14px;fon-weight:400;line-height:26px;letter-spacing:.08em;color:#424242}.bt-single-item-style1 .bt-content>p{margin-bottom:30px}.bt-single-item-style1 .bt-content .gallery{margin-bottom:30px}.bt-single-item-style1 .bt-content .gallery .gallery-item{display:inline-block;margin:0}.bt-single-item-style1 .bt-content .gallery .gallery-item .gallery-icon>a>img{width:100%;height:auto}.bt-single-item-style1 .bt-content .gallery.gallery-columns-1>.gallery-item{width:100%}.bt-single-item-style1 .bt-content .gallery.gallery-columns-2>.gallery-item{width:50%}.bt-single-item-style1 .bt-content .gallery.gallery-columns-3>.gallery-item{width:33.33%}.bt-single-item-style1 .bt-content .gallery.gallery-columns-4>.gallery-item{width:25%}.bt-single-item-style1 .bt-content .gallery.gallery-columns-5>.gallery-item{width:20%}.bt-blog-article .bt-post-item .bt-title{font-size:27px;line-height:28px;letter-spacing:-.02em;color:#2f2020;margin-top:-10px;margin-bottom:15px}.bt-blog-article .bt-post-item .bt-media{position:relative;margin-bottom:15px}.bt-blog-article .bt-post-item .bt-media img{width:100%;height:auto}.bt-blog-article .bt-post-item .bt-media .carousel-control{position:absolute;top:auto;left:auto;bottom:15px;right:15px;font-size:14px;line-height:26px;color:#fff;background:#53575a;opacity:1;width:35px;height:26px;border-radius:20px}.bt-blog-article .bt-post-item .bt-media .carousel-control.left{right:60px}.bt-blog-article .bt-post-item .bt-media .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.43)}.bt-blog-article .bt-post-item .bt-media .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:60px;height:60px;line-height:58px;text-align:center;color:#53575a;border:1px solid #53575a;-wekbit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}.bt-blog-article .bt-post-item .bt-media .bt-overlay>a:before,.bt-blog-article .bt-post-item .bt-media .bt-overlay>a:after{content:" ";display:table}.bt-blog-article .bt-post-item .bt-media .bt-overlay>a:after{clear:both}.bt-blog-article .bt-post-item .bt-media .bt-overlay>a>i{margin-left:4px}.bt-blog-article .bt-post-item .bt-media .bt-overlay blockquote{position:absolute;bottom:30px;left:50%;min-width:90%;font-family:Crimson\ text;font-style:italic;font-size:16px;letter-spacing:.025em;color:#313131;background:rgba(255,255,255,.8);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-blog-article .bt-post-item .bt-media.audio .bt-public.bt-hidden{display:none}.bt-blog-article .bt-post-item .bt-media.link.bt-custom-link{background:#f0f0f0;padding:27px}.bt-blog-article .bt-post-item .bt-media.link .bt-link{font-family:Crimson\ text;font-style:italic;font-size:18px;letter-spacing:.025em;color:#313131;display:inline-block;margin-left:20%}.bt-blog-article .bt-post-item .bt-media.link .bt-link:hover{color:#53575a}.bt-blog-article .bt-post-item .bt-meta{margin:0 0 30px;padding:0 0 15px;border-bottom:1px solid #d4d4d4}.bt-blog-article .bt-post-item .bt-meta>li{position:relative;list-style:none;display:inline-block;font-size:13px;line-height:24px;color:#898989;letter-spacing:.04em;padding-right:20px;margin-right:20px}.bt-blog-article .bt-post-item .bt-meta>li>a{color:#898989}.bt-blog-article .bt-post-item .bt-meta>li>a:hover{color:#53575a}.bt-blog-article .bt-post-item .bt-meta>li:after{content:"";position:absolute;top:50%;right:0;width:1px;height:10px;background:#53575a;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-blog-article .bt-post-item .bt-meta>li:last-child{padding-right:0;margin-right:0}.bt-blog-article .bt-post-item .bt-meta>li:last-child:after{display:none}.bt-blog-article .bt-post-item .bt-meta>li.bt-author img{display:inline-block;width:35px;height:35px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-blog-article .bt-post-item .bt-content{font-size:14px;fon-weight:400;line-height:26px;letter-spacing:.08em;color:#424242}.bt-blog-article .bt-post-item .bt-content>p{margin-bottom:30px}.bt-blog-article .bt-post-item .bt-content .gallery{margin-bottom:30px}.bt-blog-article .bt-post-item .bt-content .gallery .gallery-item{display:inline-block;margin:0}.bt-blog-article .bt-post-item .bt-content .gallery .gallery-item .gallery-icon>a>img{width:100%;height:auto}.bt-blog-article .bt-post-item .bt-content .gallery.gallery-columns-1>.gallery-item{width:100%}.bt-blog-article .bt-post-item .bt-content .gallery.gallery-columns-2>.gallery-item{width:50%}.bt-blog-article .bt-post-item .bt-content .gallery.gallery-columns-3>.gallery-item{width:33.33%}.bt-blog-article .bt-post-item .bt-content .gallery.gallery-columns-4>.gallery-item{width:25%}.bt-blog-article .bt-post-item .bt-content .gallery.gallery-columns-5>.gallery-item{width:20%}.bt-blog-article .bt-tags{font-size:12px;font-weight:700;line-height:36px;letter-spacing:.08em;text-transform:uppercase;color:#a2a2a2;margin:30px 0}.bt-blog-article .bt-tags>h4{font-family:Montserrat;font-size:20px;font-weight:700;line-height:36px;letter-spacing:.04em;color:#000;margin-bottom:0}.bt-blog-article .bt-tags a{display:inline-block;font-size:12px;font-weight:700;line-height:36px;letter-spacing:.08em;text-transform:uppercase;color:#a2a2a2}.bt-blog-article .bt-tags a:hover{color:#53575a}.bt-blog-article .bt-blog-article-nav{margin-bottom:40px}.bt-blog-article .bt-blog-article-nav>a{display:inline-block;font-size:12px;font-weight:700;line-height:20px;letter-spacing:.08em;color:#424242;padding:8px 20px;border:2px solid #e7e7e7}.bt-blog-article .bt-blog-article-nav>a[rel="prev"]{margin-right:10px}.bt-blog-article .bt-blog-article-nav>a:hover{background:#e7e7e7}.bt-blog-article .bt-about-author{background:#f8f8f8;padding:15px;margin-bottom:60px}.bt-blog-article .bt-about-author .bt-author-avatar{line-height:0;width:160px;float:left}.bt-blog-article .bt-about-author .bt-author-avatar img{margin:0;width:100%;height:auto}.bt-blog-article .bt-about-author .bt-author-info{font-size:15px;font-weight:400;line-height:28px;letter-spacing:.08em;color:#626262;padding-left:200px}.bt-blog-article .bt-about-author .bt-author-info .bt-title{font-family:Montserrat;font-size:20px;font-weight:700;line-height:36px;letter-spacing:.08em;color:#010000;margin-bottom:0}.bt-blog-article .bt-about-author .bt-author-info h6{font-family:Lato;font-size:12px;font-weight:700;line-height:20px;letter-spacing:.08em;text-transform:uppercase;color:#a2a2a2;margin-bottom:10px}@media (max-width:767px){.bt-blog-article .bt-about-author .bt-author-avatar{width:60px}.bt-blog-article .bt-about-author .bt-author-info{font-size:14px;line-height:24px;padding-left:75px}.bt-blog-article .bt-about-author .bt-author-info .bt-title{font-size:14px;line-height:24px}}.sidebar-left.hidden-recent-review .widget_consulta_recent_review,.sidebar-right.hidden-recent-review .widget_consulta_recent_review{display:none}.sidebar-left .widget,.sidebar-right .widget{position:relative;margin-bottom:30px}.sidebar-left .widget .wg-title,.sidebar-left .widget .widgettitle,.sidebar-right .widget .wg-title,.sidebar-right .widget .widgettitle{font-size:13px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:10px}.sidebar-left .widget .wg-title:before,.sidebar-left .widget .widgettitle:before,.sidebar-right .widget .wg-title:before,.sidebar-right .widget .widgettitle:before{content:"\f19d";font-family:FontAwesome;font-size:13px;font-weight:400;font-style:normal;color:#53575a;display:inline-block;margin-right:3px}.sidebar-left .widget .menu-sidebar-menu-container ul,.sidebar-right .widget .menu-sidebar-menu-container ul{background:#f0f0f0;margin:0;padding:0}.sidebar-left .widget .menu-sidebar-menu-container ul>li,.sidebar-right .widget .menu-sidebar-menu-container ul>li{list-style:none;border-bottom:2px solid #fff}.sidebar-left .widget .menu-sidebar-menu-container ul>li:last-child,.sidebar-right .widget .menu-sidebar-menu-container ul>li:last-child{border-bottom:0}.sidebar-left .widget .menu-sidebar-menu-container ul>li>a,.sidebar-right .widget .menu-sidebar-menu-container ul>li>a{font-family:Montserrat;position:relative;display:block;font-size:13px;line-height:27px;letter-spacing:.04em;color:#171717;padding:18px 30px}.sidebar-left .widget .menu-sidebar-menu-container ul>li>a:before,.sidebar-right .widget .menu-sidebar-menu-container ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:#53575a;opacity:0}.sidebar-left .widget .menu-sidebar-menu-container ul>li>a:hover,.sidebar-right .widget .menu-sidebar-menu-container ul>li>a:hover{color:#53575a}.sidebar-left .widget .menu-sidebar-menu-container ul>li>a:hover:before,.sidebar-right .widget .menu-sidebar-menu-container ul>li>a:hover:before{opacity:1}.sidebar-left .widget .menu-sidebar-menu-container ul>li.current-menu-item>a:before,.sidebar-left .widget .menu-sidebar-menu-container ul>li .current_page_item>a:before,.sidebar-right .widget .menu-sidebar-menu-container ul>li.current-menu-item>a:before,.sidebar-right .widget .menu-sidebar-menu-container ul>li .current_page_item>a:before{opacity:1}.sidebar-left .widget.widget_consulta_news_tabs_widget,.sidebar-right .widget.widget_consulta_news_tabs_widget{padding-top:90px}.sidebar-left .widget.widget_consulta_news_tabs_widget .nav-tabs,.sidebar-right .widget.widget_consulta_news_tabs_widget .nav-tabs{position:absolute;top:-3px;left:-3px;width:100%;border:none}.sidebar-left .widget.widget_consulta_news_tabs_widget .nav-tabs .bt-tab a,.sidebar-right .widget.widget_consulta_news_tabs_widget .nav-tabs .bt-tab a{font-family:Lato;font-size:13px;font-weight:900;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#313131;background:transparent;padding:15px 25px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sidebar-left .widget.widget_consulta_news_tabs_widget .nav-tabs .bt-tab.active a,.sidebar-right .widget.widget_consulta_news_tabs_widget .nav-tabs .bt-tab.active a{color:#fff;background:#424242;border:none}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list{margin:0;padding:0}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li{list-style:none;position:relative;min-height:120px;margin-bottom:20px;padding-left:135px}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li:last-child,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li:last-child{margin-bottom:0}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-thumb,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-thumb{position:absolute;top:0;left:0;width:115px;height:115px}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-thumb img,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-thumb img{width:100%;height:auto}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details{display:table;height:120px}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-inner,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-inner{display:table-cell;vertical-align:middle}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-title,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-title{font-family:Lato;font-size:14px;font-weight:900;line-height:20px;letter-spacing:.05em;color:#313131;margin-bottom:7px}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;color:#969595;margin:0;padding:0}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li{display:inline-block}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li:after,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li:after{content:".";display:inline-block;padding:0 5px}.sidebar-left .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li:last-child:after,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li:last-child:after{display:none}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review{background:#f0f0f0;padding:30px 15px}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item{margin-bottom:30px;padding-bottom:30px;border-bottom:2px solid #fff}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item:last-child,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-expert,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-expert{font-family:Crimson\ text;font-style:italic;position:relative;font-size:14px;line-height:22px;letter-spacing:.04em;color:#666;background:#fff;margin-bottom:15px;padding:15px}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-expert:before,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-expert:before{content:"";position:absolute;bottom:-5px;left:10px;width:10px;height:10px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta{position:relative;min-height:60px;padding:10px 0 0 80px}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta>img,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta>img{position:absolute;top:0;left:0;width:60px;height:60px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-title,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-title{font-size:15px;line-height:18px;letter-spacing:.04em;margin-bottom:0}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-title>a,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-title>a{color:#171717}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-title>a:hover,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-title>a:hover{color:#53575a}.sidebar-left .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-position,.sidebar-right .widget.widget_consulta_recent_review .bt-recent-review .bt-item .bt-meta .bt-position{font-size:12px;line-height:18px;letter-spacing:.04em;color:#7f7f7f}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-thumb,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-thumb{min-height:170px;margin-bottom:25px}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-title,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-title{font-size:16px;line-height:24px;letter-spacing:.04em;margin-bottom:0}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-title>a,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-title>a{color:#313131}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-title>a:hover,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-title>a:hover{color:#53575a}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta{font-family:Montserrat;font-size:11px;line-height:22px;letter-spacing:.04em;color:#969595;margin:0 0 5px;padding:0}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li{list-style:none;display:inline-block}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li>a,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li>a{color:#969595}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li>a:hover,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li>a:hover{color:#53575a}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li:after,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li:after{content:".";display:inline-block;padding:0 5px}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li:last-child:after,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-meta>li:last-child:after{display:none}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider article .bt-excerpt,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider article .bt-excerpt{font-size:14px;line-height:24px;letter-spacing:.08em;color:#424242}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots{line-height:0;margin-top:25px}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot.active,.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot:hover,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot.active,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot:hover{background:#53575a}.sidebar-left .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot,.sidebar-right .widget.widget_consulta_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot{width:8px;height:8px;margin:0 5px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider{position:relative}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article{text-align:center;background:#f0f0f0}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-thumb,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-thumb{min-height:240px;margin-bottom:25px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-title,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-title{font-size:15px;line-height:18px;letter-spacing:.04em;margin-bottom:0}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-title>a,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-title>a{color:#171717}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-title>a:hover,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-title>a:hover{color:#53575a}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-position,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-position{font-size:12px;line-height:18px;letter-spacing:.04em;color:#7f7f7f;margin-bottom:10px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-meta,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-meta{font-size:13px;line-height:18px;letter-spacing:.04em;color:#4a4949;margin:0;padding:0 0 30px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-meta>li,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider article .bt-meta>li{list-style:none;display:block}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav{position:absolute;top:20px;right:20px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-prev,.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-next,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-prev,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-next{position:relative;top:0;display:inline-block;width:25px;height:25px;line-height:25px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-prev:before,.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-next:before,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-prev:before,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-next:before{font-size:14px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-next,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-nav .owl-next{margin-left:10px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots{line-height:0;margin-top:25px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot.active,.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot:hover,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot.active,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot:hover{background:#53575a}.sidebar-left .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot,.sidebar-right .widget.widget_consulta_contact_slider .bt-contact-slider .owl-controls .owl-dots .owl-dot{width:8px;height:8px;margin:0 5px}.sidebar-left .widget.widget_consulta_post_list .bt-post-list,.sidebar-right .widget.widget_consulta_post_list .bt-post-list{margin:0;padding:0}.sidebar-left .widget.widget_consulta_post_list .bt-post-list>li,.sidebar-right .widget.widget_consulta_post_list .bt-post-list>li{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;list-style:none;position:relative;min-height:60px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-left .widget.widget_consulta_post_list .bt-post-list>li:last-child,.sidebar-right .widget.widget_consulta_post_list .bt-post-list>li:last-child{margin-bottom:0;border-bottom:none}.sidebar-left .widget.widget_consulta_post_list .bt-post-list>li .bt-thumb,.sidebar-right .widget.widget_consulta_post_list .bt-post-list>li .bt-thumb{float:left;width:75px;height:60px;margin-right:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.sidebar-left .widget.widget_consulta_post_list .bt-post-list>li .bt-title,.sidebar-right .widget.widget_consulta_post_list .bt-post-list>li .bt-title{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.04em;margin-bottom:0;padding:5px 0}.sidebar-left .widget.widget_consulta_post_list .bt-post-list>li .bt-title>a,.sidebar-right .widget.widget_consulta_post_list .bt-post-list>li .bt-title>a{color:#e1e1e1}.sidebar-left .widget.widget_consulta_post_list .bt-post-list>li .bt-title>a:hover,.sidebar-right .widget.widget_consulta_post_list .bt-post-list>li .bt-title>a:hover{color:#53575a}.sidebar-left .widget.widget_consulta_post_list .bt-post-list>li .bt-meta,.sidebar-right .widget.widget_consulta_post_list .bt-post-list>li .bt-meta{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:10px;line-height:20px;letter-spacing:.04em;color:#6b6b6b;margin-bottom:10px}.sidebar-left .widget.widget_social_widget .wg-title:before,.sidebar-right .widget.widget_social_widget .wg-title:before{content:"\f097"}.sidebar-left .widget.widget_social_widget .social-wrap a,.sidebar-right .widget.widget_social_widget .social-wrap a{display:inline-block;width:40px;height:40px;text-align:center;line-height:40px;color:#969595;background:#f1f1f1;margin:0 5px 8px 0}.sidebar-left .widget.widget_social_widget .social-wrap a:hover,.sidebar-right .widget.widget_social_widget .social-wrap a:hover{color:#fff;background:#53575a}.sidebar-left .widget.widget_archive>ul,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul,.sidebar-left .widget.widget_categories>ul,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul,.sidebar-left .widget.widget_pages>ul,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul,.sidebar-left .widget.widget_meta>ul,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul,.sidebar-left .widget.widget_recent_entries>ul,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul,.sidebar-left .widget.widget_nav_menu>ul,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul,.sidebar-right .widget.widget_archive>ul,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul,.sidebar-right .widget.widget_categories>ul,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul,.sidebar-right .widget.widget_pages>ul,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul,.sidebar-right .widget.widget_meta>ul,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul,.sidebar-right .widget.widget_recent_entries>ul,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul,.sidebar-right .widget.widget_nav_menu>ul,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul{margin:0;padding:0}.sidebar-left .widget.widget_archive>ul li,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul li,.sidebar-left .widget.widget_categories>ul li,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul li,.sidebar-left .widget.widget_pages>ul li,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul li,.sidebar-left .widget.widget_meta>ul li,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul li,.sidebar-left .widget.widget_recent_entries>ul li,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul li,.sidebar-left .widget.widget_nav_menu>ul li,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul li,.sidebar-right .widget.widget_archive>ul li,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul li,.sidebar-right .widget.widget_categories>ul li,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul li,.sidebar-right .widget.widget_pages>ul li,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul li,.sidebar-right .widget.widget_meta>ul li,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul li,.sidebar-right .widget.widget_recent_entries>ul li,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul li,.sidebar-right .widget.widget_nav_menu>ul li,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul li{list-style:none;position:relative}.sidebar-left .widget.widget_archive>ul li>a,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul li>a,.sidebar-left .widget.widget_categories>ul li>a,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul li>a,.sidebar-left .widget.widget_pages>ul li>a,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul li>a,.sidebar-left .widget.widget_meta>ul li>a,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul li>a,.sidebar-left .widget.widget_recent_entries>ul li>a,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul li>a,.sidebar-left .widget.widget_nav_menu>ul li>a,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul li>a,.sidebar-right .widget.widget_archive>ul li>a,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul li>a,.sidebar-right .widget.widget_categories>ul li>a,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul li>a,.sidebar-right .widget.widget_pages>ul li>a,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul li>a,.sidebar-right .widget.widget_meta>ul li>a,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul li>a,.sidebar-right .widget.widget_recent_entries>ul li>a,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul li>a,.sidebar-right .widget.widget_nav_menu>ul li>a,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul li>a{font-family:Lato;font-size:13px;font-weight:700;line-height:40px;letter-spacing:0;color:#6d6d6d;display:inline-block}.sidebar-left .widget.widget_archive>ul li>a:before,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul li>a:before,.sidebar-left .widget.widget_categories>ul li>a:before,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul li>a:before,.sidebar-left .widget.widget_pages>ul li>a:before,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul li>a:before,.sidebar-left .widget.widget_meta>ul li>a:before,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul li>a:before,.sidebar-left .widget.widget_recent_entries>ul li>a:before,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul li>a:before,.sidebar-left .widget.widget_nav_menu>ul li>a:before,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul li>a:before,.sidebar-right .widget.widget_archive>ul li>a:before,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul li>a:before,.sidebar-right .widget.widget_categories>ul li>a:before,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul li>a:before,.sidebar-right .widget.widget_pages>ul li>a:before,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul li>a:before,.sidebar-right .widget.widget_meta>ul li>a:before,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul li>a:before,.sidebar-right .widget.widget_recent_entries>ul li>a:before,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul li>a:before,.sidebar-right .widget.widget_nav_menu>ul li>a:before,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul li>a:before{content:"\f105";font-family:FontAwesome;font-weight:400;display:inline-block;vertical-align:middle;margin-right:15px}.sidebar-left .widget.widget_archive>ul li.current-cat>a,.sidebar-left .widget.widget_archive>ul li:hover>a,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul li.current-cat>a,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul li:hover>a,.sidebar-left .widget.widget_categories>ul li.current-cat>a,.sidebar-left .widget.widget_categories>ul li:hover>a,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul li.current-cat>a,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul li:hover>a,.sidebar-left .widget.widget_pages>ul li.current-cat>a,.sidebar-left .widget.widget_pages>ul li:hover>a,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul li.current-cat>a,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul li:hover>a,.sidebar-left .widget.widget_meta>ul li.current-cat>a,.sidebar-left .widget.widget_meta>ul li:hover>a,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul li.current-cat>a,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul li:hover>a,.sidebar-left .widget.widget_recent_entries>ul li.current-cat>a,.sidebar-left .widget.widget_recent_entries>ul li:hover>a,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul li.current-cat>a,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul li:hover>a,.sidebar-left .widget.widget_nav_menu>ul li.current-cat>a,.sidebar-left .widget.widget_nav_menu>ul li:hover>a,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul li.current-cat>a,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul li:hover>a,.sidebar-right .widget.widget_archive>ul li.current-cat>a,.sidebar-right .widget.widget_archive>ul li:hover>a,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul li.current-cat>a,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul li:hover>a,.sidebar-right .widget.widget_categories>ul li.current-cat>a,.sidebar-right .widget.widget_categories>ul li:hover>a,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul li.current-cat>a,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul li:hover>a,.sidebar-right .widget.widget_pages>ul li.current-cat>a,.sidebar-right .widget.widget_pages>ul li:hover>a,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul li.current-cat>a,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul li:hover>a,.sidebar-right .widget.widget_meta>ul li.current-cat>a,.sidebar-right .widget.widget_meta>ul li:hover>a,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul li.current-cat>a,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul li:hover>a,.sidebar-right .widget.widget_recent_entries>ul li.current-cat>a,.sidebar-right .widget.widget_recent_entries>ul li:hover>a,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul li.current-cat>a,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul li:hover>a,.sidebar-right .widget.widget_nav_menu>ul li.current-cat>a,.sidebar-right .widget.widget_nav_menu>ul li:hover>a,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul li.current-cat>a,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul li:hover>a{color:#53575a}.sidebar-left .widget.widget_archive>ul li.current-cat>a:before,.sidebar-left .widget.widget_archive>ul li:hover>a:before,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-left .widget.widget_archive .menu-testing-menu-container>ul li:hover>a:before,.sidebar-left .widget.widget_categories>ul li.current-cat>a:before,.sidebar-left .widget.widget_categories>ul li:hover>a:before,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-left .widget.widget_categories .menu-testing-menu-container>ul li:hover>a:before,.sidebar-left .widget.widget_pages>ul li.current-cat>a:before,.sidebar-left .widget.widget_pages>ul li:hover>a:before,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-left .widget.widget_pages .menu-testing-menu-container>ul li:hover>a:before,.sidebar-left .widget.widget_meta>ul li.current-cat>a:before,.sidebar-left .widget.widget_meta>ul li:hover>a:before,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-left .widget.widget_meta .menu-testing-menu-container>ul li:hover>a:before,.sidebar-left .widget.widget_recent_entries>ul li.current-cat>a:before,.sidebar-left .widget.widget_recent_entries>ul li:hover>a:before,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-left .widget.widget_recent_entries .menu-testing-menu-container>ul li:hover>a:before,.sidebar-left .widget.widget_nav_menu>ul li.current-cat>a:before,.sidebar-left .widget.widget_nav_menu>ul li:hover>a:before,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-left .widget.widget_nav_menu .menu-testing-menu-container>ul li:hover>a:before,.sidebar-right .widget.widget_archive>ul li.current-cat>a:before,.sidebar-right .widget.widget_archive>ul li:hover>a:before,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-right .widget.widget_archive .menu-testing-menu-container>ul li:hover>a:before,.sidebar-right .widget.widget_categories>ul li.current-cat>a:before,.sidebar-right .widget.widget_categories>ul li:hover>a:before,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-right .widget.widget_categories .menu-testing-menu-container>ul li:hover>a:before,.sidebar-right .widget.widget_pages>ul li.current-cat>a:before,.sidebar-right .widget.widget_pages>ul li:hover>a:before,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-right .widget.widget_pages .menu-testing-menu-container>ul li:hover>a:before,.sidebar-right .widget.widget_meta>ul li.current-cat>a:before,.sidebar-right .widget.widget_meta>ul li:hover>a:before,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-right .widget.widget_meta .menu-testing-menu-container>ul li:hover>a:before,.sidebar-right .widget.widget_recent_entries>ul li.current-cat>a:before,.sidebar-right .widget.widget_recent_entries>ul li:hover>a:before,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-right .widget.widget_recent_entries .menu-testing-menu-container>ul li:hover>a:before,.sidebar-right .widget.widget_nav_menu>ul li.current-cat>a:before,.sidebar-right .widget.widget_nav_menu>ul li:hover>a:before,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul li.current-cat>a:before,.sidebar-right .widget.widget_nav_menu .menu-testing-menu-container>ul li:hover>a:before{color:#53575a}.sidebar-left .widget.widget_archive>ul li>span,.sidebar-right .widget.widget_archive>ul li>span{position:absolute;top:6px;right:0;width:30px;height:30px;font-family:Montserrat;font-size:10px;font-weight:700;letter-spacing:0;text-align:center;line-height:26px;color:#474747;border:2px solid #9f9f9f;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sidebar-left .widget.widget_archive>ul li.current-cat>span,.sidebar-left .widget.widget_archive>ul li:hover>span,.sidebar-right .widget.widget_archive>ul li.current-cat>span,.sidebar-right .widget.widget_archive>ul li:hover>span{color:#53575a;border-color:#53575a}.sidebar-left .widget.widget_archive .screen-reader-text,.sidebar-right .widget.widget_archive .screen-reader-text{font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase}.sidebar-left .widget.widget_archive select,.sidebar-right .widget.widget_archive select{font-size:14px;font-style:italic;font-weight:400;letter-spacing:.04em;color:#141414;border:2px solid #ececec}.sidebar-left .widget.widget_archive select:hover,.sidebar-left .widget.widget_archive select:focus,.sidebar-right .widget.widget_archive select:hover,.sidebar-right .widget.widget_archive select:focus{border-color:#dedede}.sidebar-left .widget.widget_categories>ul li>a>span,.sidebar-right .widget.widget_categories>ul li>a>span{position:absolute;top:6px;right:0;width:30px;height:30px;font-family:Montserrat;font-size:10px;font-weight:700;letter-spacing:0;text-align:center;line-height:26px;color:#474747;border:2px solid #9f9f9f;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sidebar-left .widget.widget_categories>ul li.current-cat>a>span,.sidebar-left .widget.widget_categories>ul li:hover>a>span,.sidebar-right .widget.widget_categories>ul li.current-cat>a>span,.sidebar-right .widget.widget_categories>ul li:hover>a>span{color:#53575a;border-color:#53575a}.sidebar-left .widget.widget_categories .screen-reader-text,.sidebar-right .widget.widget_categories .screen-reader-text{font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase}.sidebar-left .widget.widget_categories select,.sidebar-right .widget.widget_categories select{font-size:14px;font-style:italic;font-weight:400;letter-spacing:.04em;color:#141414;border:2px solid #ececec}.sidebar-left .widget.widget_categories select:hover,.sidebar-left .widget.widget_categories select:focus,.sidebar-right .widget.widget_categories select:hover,.sidebar-right .widget.widget_categories select:focus{border-color:#dedede}.sidebar-left .widget.widget_calendar .calendar_wrap table caption,.sidebar-right .widget.widget_calendar .calendar_wrap table caption{font-size:14px;font-weight:700;letter-spacing:.1em;line-height:24px;text-transform:uppercase}.sidebar-left .widget.widget_calendar .calendar_wrap table td,.sidebar-left .widget.widget_calendar .calendar_wrap table th,.sidebar-right .widget.widget_calendar .calendar_wrap table td,.sidebar-right .widget.widget_calendar .calendar_wrap table th{font-size:14px;font-weight:700;text-align:center;color:#424242;padding:10px}.sidebar-left .widget.widget_calendar .calendar_wrap table th,.sidebar-right .widget.widget_calendar .calendar_wrap table th{color:#53575a}.sidebar-left .widget.widget_recent_comments>ul,.sidebar-left .widget.widget_rss>ul,.sidebar-right .widget.widget_recent_comments>ul,.sidebar-right .widget.widget_rss>ul{margin:0;padding:0}.sidebar-left .widget.widget_recent_comments>ul li,.sidebar-left .widget.widget_rss>ul li,.sidebar-right .widget.widget_recent_comments>ul li,.sidebar-right .widget.widget_rss>ul li{list-style:none;font-size:14px;color:#424242;margin:10px 0}.sidebar-left .widget.widget_recent_comments>ul li a,.sidebar-left .widget.widget_rss>ul li a,.sidebar-right .widget.widget_recent_comments>ul li a,.sidebar-right .widget.widget_rss>ul li a{font-weight:700;color:#6d6d6d}.sidebar-left .widget.widget_recent_comments>ul li a:hover,.sidebar-left .widget.widget_recent_comments>ul li a:focus,.sidebar-left .widget.widget_rss>ul li a:hover,.sidebar-left .widget.widget_rss>ul li a:focus,.sidebar-right .widget.widget_recent_comments>ul li a:hover,.sidebar-right .widget.widget_recent_comments>ul li a:focus,.sidebar-right .widget.widget_rss>ul li a:hover,.sidebar-right .widget.widget_rss>ul li a:focus{color:#53575a}.sidebar-left .widget.widget_recent_comments>ul li:before,.sidebar-left .widget.widget_rss>ul li:before,.sidebar-right .widget.widget_recent_comments>ul li:before,.sidebar-right .widget.widget_rss>ul li:before{content:"\f105";font-family:FontAwesome;font-weight:400;display:inline-block;vertical-align:middle;margin-right:15px}.sidebar-left .widget.widget_rss .wg-title .rss-widget-icon,.sidebar-right .widget.widget_rss .wg-title .rss-widget-icon{display:none}.sidebar-left .widget.widget_text .wg-title:before,.sidebar-right .widget.widget_text .wg-title:before{content:"\f15c"}.sidebar-left .widget.widget_text .textwidget,.sidebar-right .widget.widget_text .textwidget{font-size:14px;color:#424242}.sidebar-left .widget.widget_text .textwidget img,.sidebar-right .widget.widget_text .textwidget img{width:100%;height:auto}.sidebar-left .widget.widget_text .textwidget select,.sidebar-right .widget.widget_text .textwidget select{font-size:14px;font-style:italic;font-weight:400;letter-spacing:.04em;color:#141414;border:2px solid #ececec}.sidebar-left .widget.widget_text .textwidget select:hover,.sidebar-left .widget.widget_text .textwidget select:focus,.sidebar-right .widget.widget_text .textwidget select:hover,.sidebar-right .widget.widget_text .textwidget select:focus{border-color:#dedede}.sidebar-left .widget.widget_text .textwidget select option,.sidebar-right .widget.widget_text .textwidget select option{max-width:285px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-left .widget.widget_search .search-form .screen-reader-text,.sidebar-right .widget.widget_search .search-form .screen-reader-text{font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase}.sidebar-left .widget.widget_search .search-form .search-field,.sidebar-right .widget.widget_search .search-form .search-field{font-size:14px;font-style:italic;font-weight:400;letter-spacing:.04em;color:#141414;border:2px solid #ececec}.sidebar-left .widget.widget_search .search-form .search-field:hover,.sidebar-left .widget.widget_search .search-form .search-field:focus,.sidebar-right .widget.widget_search .search-form .search-field:hover,.sidebar-right .widget.widget_search .search-form .search-field:focus{border-color:#dedede}.sidebar-left .widget.widget_search .search-form .search-submit,.sidebar-right .widget.widget_search .search-form .search-submit{font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;padding:12px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sidebar-left .widget.widget_search .search-form .search-submit:hover,.sidebar-left .widget.widget_search .search-form .search-submit:focus,.sidebar-right .widget.widget_search .search-form .search-submit:hover,.sidebar-right .widget.widget_search .search-form .search-submit:focus{background:#222}.sidebar-left .widget.widget_tag_cloud .tagcloud a,.sidebar-right .widget.widget_tag_cloud .tagcloud a{display:inline-block;font-size:12px!important;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#313131;margin:2px;padding:5px 15px;border:2px solid #ececec}.sidebar-left .widget.widget_tag_cloud .tagcloud a:hover,.sidebar-left .widget.widget_tag_cloud .tagcloud a:focus,.sidebar-right .widget.widget_tag_cloud .tagcloud a:hover,.sidebar-right .widget.widget_tag_cloud .tagcloud a:focus{color:#53575a;border-color:#cecece}.sidebar-left .widget.widget_product_categories .wg-title,.sidebar-right .widget.widget_product_categories .wg-title{margin-bottom:15px}.sidebar-left .widget.widget_product_categories>ul,.sidebar-right .widget.widget_product_categories>ul{background:#f0f0f0;margin:0;padding:0}.sidebar-left .widget.widget_product_categories>ul>li,.sidebar-right .widget.widget_product_categories>ul>li{list-style:none;border-bottom:2px solid #fff}.sidebar-left .widget.widget_product_categories>ul>li:last-child,.sidebar-right .widget.widget_product_categories>ul>li:last-child{border-bottom:0}.sidebar-left .widget.widget_product_categories>ul>li>a,.sidebar-right .widget.widget_product_categories>ul>li>a{font-family:Montserrat;position:relative;display:block;font-size:13px;line-height:27px;letter-spacing:.04em;color:#171717;padding:18px 25px}.sidebar-left .widget.widget_product_categories>ul>li>a:before,.sidebar-right .widget.widget_product_categories>ul>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:#53575a;opacity:0}.sidebar-left .widget.widget_product_categories>ul>li>a:hover,.sidebar-right .widget.widget_product_categories>ul>li>a:hover{color:#53575a}.sidebar-left .widget.widget_product_categories>ul>li>a:hover:before,.sidebar-right .widget.widget_product_categories>ul>li>a:hover:before{opacity:1}.sidebar-left .widget.widget_product_categories>ul>li.current-cat>a:before,.sidebar-right .widget.widget_product_categories>ul>li.current-cat>a:before{opacity:1}.sidebar-left .widget.widget_product_categories>ul>li .children,.sidebar-right .widget.widget_product_categories>ul>li .children{background:#f5f5f5;margin:0;padding:0}.sidebar-left .widget.widget_product_categories>ul>li .children>li,.sidebar-right .widget.widget_product_categories>ul>li .children>li{list-style:none;border-top:1px solid #fff}.sidebar-left .widget.widget_product_categories>ul>li .children>li>a,.sidebar-right .widget.widget_product_categories>ul>li .children>li>a{position:relative;display:block;font-size:13px;line-height:27px;letter-spacing:.04em;color:#171717;padding:10px 20px 10px 40px}.sidebar-left .widget.widget_product_categories>ul>li .children>li>a:before,.sidebar-right .widget.widget_product_categories>ul>li .children>li>a:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:#53575a;opacity:0}.sidebar-left .widget.widget_product_categories>ul>li .children>li>a:hover,.sidebar-right .widget.widget_product_categories>ul>li .children>li>a:hover{color:#53575a}.sidebar-left .widget.widget_product_categories>ul>li .children>li>a:hover:before,.sidebar-right .widget.widget_product_categories>ul>li .children>li>a:hover:before{opacity:1}.sidebar-left .widget.widget_product_categories>ul>li .children>li.current-cat>a:before,.sidebar-right .widget.widget_product_categories>ul>li .children>li.current-cat>a:before{opacity:1}.sidebar-left .widget.widget_price_filter .price_slider_wrapper,.sidebar-right .widget.widget_price_filter .price_slider_wrapper{position:relative;padding-top:15px}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider{background:#909090;height:5px;margin-bottom:30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range{background:#141414;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle{background:#53575a;border-color:#53575a}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.2em;text-transform:uppercase;color:#141414;background:#fff;padding:8px 30px;border:2px solid #e4e4e4;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{color:#fff;background:#53575a;border-color:#53575a}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label{font-family:Montserrat;font-size:0;font-weight:400;line-height:36px;letter-spacing:0;color:#6f6f6f}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label>span,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label>span{font-size:13px}.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label>span.from:after,.sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label>span.from:after{content:"-";display:inline-block;margin:0 5px}.sidebar-left .widget.widget_products .wg-title,.sidebar-right .widget.widget_products .wg-title{margin-bottom:20px}.sidebar-left .widget.widget_products ul,.sidebar-right .widget.widget_products ul{margin:0;padding:0}.sidebar-left .widget.widget_products ul>li,.sidebar-right .widget.widget_products ul>li{list-style:none;position:relative;margin-bottom:20px;padding:0}.sidebar-left .widget.widget_products ul>li>a,.sidebar-right .widget.widget_products ul>li>a{font-family:Montserrat;font-size:12px;font-weight:400;line-height:20px;letter-spacing:.04em;text-transform:uppercase;color:#141414}.sidebar-left .widget.widget_products ul>li>a img,.sidebar-right .widget.widget_products ul>li>a img{float:left;width:75px;height:auto;margin:0 15px 0 0}.sidebar-left .widget.widget_products ul>li>a:hover,.sidebar-right .widget.widget_products ul>li>a:hover{color:#53575a}.sidebar-left .widget.widget_products ul>li del:after,.sidebar-right .widget.widget_products ul>li del:after{content:"-";display:inline-block;margin-left:2px}.sidebar-left .widget.widget_products ul>li ins,.sidebar-right .widget.widget_products ul>li ins{text-decoration:none}.sidebar-left .widget.widget_products ul>li .amount,.sidebar-right .widget.widget_products ul>li .amount{font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.06em;color:#141414}.sidebar-left .widget.widget_products ul>li:after,.sidebar-right .widget.widget_products ul>li:after{content:"";display:block;clear:both}.sidebar-left .widget.widget_products ul>li:last-child,.sidebar-right .widget.widget_products ul>li:last-child{margin-bottom:0}@media (max-width:767px){.sidebar-left .widget,.sidebar-right .widget{max-width:360px;margin-left:auto;margin-right:auto}}@media (max-width:479px){.sidebar-left.widget_consulta_news_tabs_widget .nav-tabs .bt-tab a,.sidebar-right .widget.widget_consulta_news_tabs_widget .nav-tabs .bt-tab a{padding:10px}.sidebar-left.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li{padding-left:80px;min-height:70px}.sidebar-left.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-thumb,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-thumb{width:70px;height:70px}.sidebar-left.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details{height:auto}.sidebar-left.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-inner,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-inner{vertical-align:top}.sidebar-left.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-title,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-title{font-size:13px}.sidebar-left.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li:after,.sidebar-right .widget.widget_consulta_news_tabs_widget .tab-content .bt-news-list>li .bt-details .bt-meta>li:after{padding:0 2px}}.page .bt-comment-wrapper{margin-top:40px}.bt-comment-wrapper>h6,.bt-leave-comment-wrapper>h6{margin:0}.bt-comment-wrapper>h6:before,.bt-leave-comment-wrapper>h6:before{font-family:FontAwesome;content:"\f0e6";font-size:18px;display:inline-block;vertical-align:middle;margin-right:10px}.bt-comment-wrapper>h6 span,.bt-leave-comment-wrapper>h6 span{font-size:18px;font-weight:700;letter-spacing:.1em;color:#141414;display:inline-block;text-transform:uppercase}.bt-comment-wrapper>h6 span:after,.bt-leave-comment-wrapper>h6 span:after{content:"";display:block;margin-top:5px;width:100%;border-bottom:2px solid #141414}.bt-comment-item{padding:40px 0}.bt-comment-item.parent{padding-bottom:0}.bt-comment-item.depth-1{padding-left:0}.bt-comment-item.depth-2,.bt-comment-item.depth-3,.bt-comment-item.depth-4{padding-left:75px;padding-bottom:0}.bt-comment-item .bt-avatar{width:150px;float:left}.bt-comment-item .bt-avatar img{margin:0;width:150px;height:auto}.bt-comment-item .bt-comment{font-size:15px;font-weight:400;letter-spacing:.08em;line-height:28px;color:#626262;min-height:150px;padding-left:180px}.bt-comment-item .bt-comment .bt-name{font-family:Lato;font-size:18px;font-weight:900;line-height:32px;letter-spacing:.08em;color:#010000;margin-bottom:5px}.bt-comment-item .bt-comment .bt-name .name{text-transform:uppercase}.bt-comment-item .bt-comment .bt-name .bt-time{font-size:15px;color:#939393}.bt-comment-item .bt-comment .comment-reply-link{font-family:Montserrat;font-size:11px;font-weight:700;line-height:24px;letter-spacing:.07em;text-transform:uppercase;color:#fff;background:#000;display:inline-block;margin-top:15px;padding:4px 30px}.bt-comment-item .bt-comment .comment-reply-link:hover,.bt-comment-item .bt-comment .comment-reply-link:focus{background:#53575a}@media (max-width:767px){.bt-comment-item{padding:10px 0}.bt-comment-item.depth-2,.bt-comment-item.depth-3,.bt-comment-item.depth-4{padding-left:25px}.bt-comment-item .bt-avatar{width:70px}.bt-comment-item .bt-avatar img{width:70px}.bt-comment-item .bt-comment{font-size:14px;line-height:24px;padding-left:85px}.bt-comment-item .bt-comment .bt-name{font-family:Lato;font-size:12px;line-height:16px}.bt-comment-item .bt-comment .bt-name .bt-time{font-size:12px}}.comment-respond .comment-reply-title{margin-bottom:0}.comment-respond .comment-reply-title span{font-family:Montserrat;font-size:28px;font-weight:700;line-height:36px;letter-spacing:.02em;display:inline-block}.comment-respond .comment-form{margin-bottom:30px}.comment-respond .comment-form .comment-form-comment textarea,.comment-respond .comment-form .comment-form-author input,.comment-respond .comment-form .comment-form-email input,.comment-respond .comment-form .comment-form-url input{font-size:12px;font-weight:700;font-style:italic;letter-spacing:.1em;line-height:24px;color:#141414;margin-bottom:30px;padding:8px 15px;border:2px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.comment-respond .comment-form .comment-form-comment textarea:hover,.comment-respond .comment-form .comment-form-comment textarea:focus,.comment-respond .comment-form .comment-form-author input:hover,.comment-respond .comment-form .comment-form-author input:focus,.comment-respond .comment-form .comment-form-email input:hover,.comment-respond .comment-form .comment-form-email input:focus,.comment-respond .comment-form .comment-form-url input:hover,.comment-respond .comment-form .comment-form-url input:focus{border-color:#dedede}.comment-respond .comment-form .comment-form-author,.comment-respond .comment-form .comment-form-email,.comment-respond .comment-form .comment-form-url{position:relative}.comment-respond .comment-form .comment-form-author:before,.comment-respond .comment-form .comment-form-email:before,.comment-respond .comment-form .comment-form-url:before{content:"\f007";font-family:FontAwesome;font-size:12px;position:absolute;top:8px;left:30px}.comment-respond .comment-form .comment-form-author input,.comment-respond .comment-form .comment-form-email input,.comment-respond .comment-form .comment-form-url input{padding-left:30px}.comment-respond .comment-form .comment-form-email:before{content:"\f0e0"}.comment-respond .comment-form .comment-form-url:before{content:"\f12a"}.comment-respond .comment-form .comment-form-url input{padding-left:22px}.comment-respond .comment-form .form-submit .submit{font-family:Montserrat;font-size:13px;font-weight:700;line-height:24px;letter-spacing:.1em;color:#fff;background:#53575a;padding:8px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.comment-respond .comment-form .form-submit .submit:hover,.comment-respond .comment-form .form-submit .submit:focus{opacity:.85}.post_lemongrid--filter-consulta{font-family:Montserrat;text-align:center}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default{display:inline-block;background:#fafafa;margin-bottom:40px;padding:0 30px}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item{margin:0!important}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:after{content:"-";display:inline-block;verticle-align:middle;margin:0 10px}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a{position:relative;display:inline-block;font-size:14px;font-weight:500;font-style:normal;letter-spacing:.1em;color:#2c2a2a;padding:12px 8px;opacity:1}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:before,.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:50%;width:0;height:1px;background:#53575a;opacity:0;-webkit-transform:rotate(0) translateX(-50%);-moz-transform:rotate(0) translateX(-50%);-o-transform:rotate(0) translateX(-50%);-ms-transform:rotate(0) translateX(-50%);transform:rotate(0) translateX(-50%)}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after{top:auto;bottom:0}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a sup{color:#999}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a,.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a{color:#53575a}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a:before,.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a:after,.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a:before,.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a:after{width:100%;opacity:1}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a:after,.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a:after{bottom:0}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:last-child:after{display:none}.post_lemongrid--filter-consulta .lemongrid-item .grid-stack-item-content{overflow:hidden}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:rgba(19,19,19,.88);width:calc(100% - 10px);height:calc(100% - 10px);margin:5px 0 0 5px}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info .aciton{margin-bottom:25px}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info .aciton a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#53575a;margin:0 5px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-o-transform:translateY(-70px);-ms-transform:translateY(-70px);transform:translateY(-70px)}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info .aciton a.readmore{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info .aciton a:hover{color:#53575a;background:#fff}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:20px;line-height:28px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info .title:hover{color:#53575a}.post_lemongrid--filter-consulta .lemongrid-item .lemongrid-info .author{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;font-family:Montserrat;font-size:14px;line-height:24px;letter-spacing:.06em;color:#53575a;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.post_lemongrid--filter-consulta .lemongrid-item.lg-filter-in .lemongrid-info,.post_lemongrid--filter-consulta .lemongrid-item.lg-filter-out .lemongrid-info{opacity:0}.post_lemongrid--filter-consulta .lemongrid-item.lg-filter-in:hover .lemongrid-info{opacity:1}.post_lemongrid--filter-consulta .lemongrid-item:hover .lemongrid-info .aciton a,.post_lemongrid--filter-consulta .lemongrid-item:hover .lemongrid-info .title,.post_lemongrid--filter-consulta .lemongrid-item:hover .lemongrid-info .author{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media (max-width:767px){.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:after{margin:0 5px}.post_lemongrid--filter-consulta .lemongrid-inner{padding:0 15px}.post_lemongrid--filter-consulta .lemongrid-item{max-width:420px;margin:0 auto 30px!important}}@media (max-width:639px){.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default{padding:0 5px}.post_lemongrid--filter-consulta .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a{margin:5px 0}}.post_lemongrid--filter-consulta2{font-family:Montserrat;text-align:center}.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default{display:inline-block;margin-bottom:40px}.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item{margin:0!important}.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a{position:relative;display:inline-block;font-size:12px;font-weight:700;font-style:normal;line-height:18px;letter-spacing:.07em;text-transform:uppercase;color:#141414;background:#fff;margin:2px 5px;padding:10px 20px;opacity:1;border:1px solid #ececec}.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after{display:none}.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a sup{color:#999}.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a,.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a{color:#53575a;border-color:#53575a}.post_lemongrid--filter-consulta2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:last-child:after{display:none}.post_lemongrid--filter-consulta2 .lemongrid-item .grid-stack-item-content{overflow:hidden}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:rgba(3,3,3,.68)}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:20px;line-height:28px;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin-bottom:15px;padding-bottom:15px;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .title:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:0;left:50%;height:2px;width:35px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .title:hover{color:#fff}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .title:hover:after{width:60px}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .taxonomy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;font-weight:400;line-height:28px;letter-spacing:.04em;color:#53575a;margin-bottom:30px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .taxonomy a{color:#53575a}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .aciton a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#040404;margin:0 5px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-o-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .aciton a.lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .aciton a.readmore{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.post_lemongrid--filter-consulta2 .lemongrid-item .lemongrid-info .aciton a:hover{color:#53575a;background:#fff}.post_lemongrid--filter-consulta2 .lemongrid-item.lg-filter-in .lemongrid-info,.post_lemongrid--filter-consulta2 .lemongrid-item.lg-filter-out .lemongrid-info{opacity:0}.post_lemongrid--filter-consulta2 .lemongrid-item.lg-filter-in:hover .lemongrid-info{opacity:1}.post_lemongrid--filter-consulta2 .lemongrid-item:hover .lemongrid-info .title,.post_lemongrid--filter-consulta2 .lemongrid-item:hover .lemongrid-info .aciton a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.post_lemongrid--filter-consulta2 .lemongrid-item:hover .lemongrid-info .taxonomy{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:767px){.post_lemongrid--filter-consulta2 .lemongrid-item .grid-stack-item-content{max-width:420px;margin-left:auto;margin-right:auto}}.post_lemongrid--filter-consulta3{font-family:Montserrat;text-align:center}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default{display:inline-block;background:#2b2b2b;margin-bottom:0}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item{position:relative;margin:0!important}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:after{content:"|";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a{font-family:Montserrat;position:relative;display:inline-block;font-size:14px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:transparent;padding:15px 30px;opacity:1}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after{display:none}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a sup{color:#999}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a,.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a{color:#53575a;border-color:#53575a}.post_lemongrid--filter-consulta3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:last-child:after{display:none}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:rgba(3,3,3,.68)}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:23px;line-height:28px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:5px;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .title:hover{color:#53575a}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .taxonomy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.04em;color:#53575a;margin-bottom:30px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .taxonomy a{color:#53575a}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .aciton a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#040404;margin:0 5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .aciton a.lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .aciton a.video{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;color:#fff;background:#53575a}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .aciton a.video>i{margin-left:4px}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .aciton a.readmore{-webkit-transition:all 1.2s;-moz-transition:all 1.2s;-o-transition:all 1.2s;transition:all 1.2s}.post_lemongrid--filter-consulta3 .lemongrid-item .lemongrid-info .aciton a:hover{color:#53575a;background:#fff}.post_lemongrid--filter-consulta3 .lemongrid-item.lg-filter-in .lemongrid-info,.post_lemongrid--filter-consulta3 .lemongrid-item.lg-filter-out .lemongrid-info{opacity:0}.post_lemongrid--filter-consulta3 .lemongrid-item.lg-filter-in:hover .lemongrid-info{opacity:1}.post_lemongrid--filter-consulta3 .lemongrid-item:hover .lemongrid-info .title,.post_lemongrid--filter-consulta3 .lemongrid-item:hover .lemongrid-info .aciton a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.post_lemongrid--filter-consulta3 .lemongrid-item:hover .lemongrid-info .taxonomy{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:767px){.post_lemongrid--filter-consulta3 .lemongrid-item .grid-stack-item-content{max-width:420px;margin-left:auto;margin-right:auto}}.post_lemongrid--filter-consulta4{font-family:Montserrat;text-align:center}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default{display:inline-block;margin-bottom:30px}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item{position:relative;margin:0!important}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a{font-family:Montserrat;position:relative;display:inline-block;font-size:12px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:.08em;text-transform:uppercase;color:#030303;background:transparent;padding:10px 15px;opacity:1}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after{display:none}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a span{position:relative;font-size:12px}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a span:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:-10px;left:50%;width:0;height:2px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a sup{color:#999}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a,.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a{color:#53575a;border-color:#53575a}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a span:after,.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a span:after{width:100%}.post_lemongrid--filter-consulta4 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:last-child:after{display:none}.post_lemongrid--filter-consulta4 .lemongrid-item .grid-stack-item-content{overflow:hidden}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:rgba(3,3,3,.68)}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .title:hover{color:#53575a}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .taxonomy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;font-weight:400;line-height:22px;letter-spacing:.1em;color:#53575a;margin-bottom:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .taxonomy a{color:#53575a}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .aciton a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#040404;margin:0 5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .aciton a.lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .aciton a.video{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;color:#fff;background:#53575a}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .aciton a.video>i{margin-left:4px}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .aciton a.readmore{-webkit-transition:all 1.2s;-moz-transition:all 1.2s;-o-transition:all 1.2s;transition:all 1.2s}.post_lemongrid--filter-consulta4 .lemongrid-item .lemongrid-info .aciton a:hover{color:#53575a;background:#fff}.post_lemongrid--filter-consulta4 .lemongrid-item.lg-filter-in .lemongrid-info,.post_lemongrid--filter-consulta4 .lemongrid-item.lg-filter-out .lemongrid-info{opacity:0}.post_lemongrid--filter-consulta4 .lemongrid-item.lg-filter-in:hover .lemongrid-info{opacity:1}.post_lemongrid--filter-consulta4 .lemongrid-item:hover .lemongrid-info .title,.post_lemongrid--filter-consulta4 .lemongrid-item:hover .lemongrid-info .aciton a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.post_lemongrid--filter-consulta4 .lemongrid-item:hover .lemongrid-info .taxonomy{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.post_lemongrid--filter-consulta4.bt-filter-light .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a{color:#fff}@media (max-width:767px){.post_lemongrid--filter-consulta4 .lemongrid-item .grid-stack-item-content{max-width:420px;margin-left:auto;margin-right:auto}}.post_lemongrid--consulta .lemongrid-item .lemongrid-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(9,9,9,.75);opacity:0}.post_lemongrid--consulta .lemongrid-item .lemongrid-info{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center;opacity:0}.post_lemongrid--consulta .lemongrid-item .lemongrid-info:before,.post_lemongrid--consulta .lemongrid-item .lemongrid-info:after{content:" ";display:table}.post_lemongrid--consulta .lemongrid-item .lemongrid-info:after{clear:both}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .info-text .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:19px;font-weight:700;line-height:24px;letter-spacing:.05em;color:#fff;text-transform:uppercase;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .info-text .category{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin-bottom:15px;color:#e6e6e6;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .info-text .category>a{font-family:Crimson\ text;font-style:italic;font-size:15px;font-weight:400;line-height:24px;color:#e6e6e6}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .info-text .category>a:hover{color:#53575a}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .lemongrid-icon>a{display:inline-block;font-size:16px;width:40px;height:40px;line-height:40px;text-align:40px;color:#424242;background:#fff;margin:0 5px;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .lemongrid-icon>a.readmore{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .lemongrid-icon>a.lightbox{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.post_lemongrid--consulta .lemongrid-item .lemongrid-info .lemongrid-icon>a:hover{color:#fff;background:#53575a}.post_lemongrid--consulta .lemongrid-item:hover .lemongrid-overlay{opacity:1}.post_lemongrid--consulta .lemongrid-item:hover .lemongrid-info{opacity:1}.post_lemongrid--consulta .lemongrid-item:hover .lemongrid-info .info-text .title,.post_lemongrid--consulta .lemongrid-item:hover .lemongrid-info .lemongrid-icon>a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.post_lemongrid--consulta .lemongrid-item:hover .lemongrid-info .info-text .category{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:767px){.post_lemongrid--consulta .lemongrid-item .grid-stack-item-content{max-width:420px;margin-left:auto;margin-right:auto}}.bs-masonry.bs-masonry-layout-creative{font-family:Montserrat}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1{display:inline-block;background:#fafafa;margin-bottom:40px!important;padding:0 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item:after{content:"-";display:inline-block;font-size:14px!important;color:#2c2a2a!important;margin:0 10px;position:relative!important;transform:unset!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item a{position:relative;display:inline-block;font-size:14px;font-weight:500;font-style:normal;letter-spacing:.1em;text-transform:none;color:#2c2a2a;padding:12px 8px;opacity:1}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item a:before,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:50%;width:0;height:1px;background:#53575a;opacity:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item a:after{top:auto;bottom:0}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item a sup{color:#999}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item:last-child:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item.tbbs-filter-current a,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item:hover a{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item.tbbs-filter-current a:before,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item.tbbs-filter-current a:after,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item:hover a:before,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style1 .tbbs-filter-item:hover a:after{background:#53575a;width:100%;opacity:1}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info{background:rgba(19,19,19,.88)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info .info-inner .handle{margin-bottom:20px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info .info-inner .handle a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#53575a;margin:0 5px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-o-transform:translateY(-70px);-ms-transform:translateY(-70px);transform:translateY(-70px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info .info-inner .handle a.lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info .info-inner .handle a.readmore{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info .info-inner .handle a:hover{color:#53575a;background:#fff}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info .info-inner .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:20px;line-height:28px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info .info-inner .title:hover{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1:hover .item-info .info-inner .handle a,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1:hover .item-info .info-inner .title{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-masonry.bs-masonry-layout-creative .tbbs-btn-masonry-loadmore{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#2c2c2c;margin-top:30px;padding:12px 30px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bs-masonry.bs-masonry-layout-creative .tbbs-btn-masonry-loadmore:before{content:"\f021";font-family:FontAwesome;font-weight:400;display:inline-block;margin-right:10px}@media (max-width:991px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1{width:calc(100% / 2)}}@media (max-width:767px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1{margin-bottom:30px;padding:0 15px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-thumbnail,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style1 .item-info{max-width:420px;margin-left:auto;margin-right:auto}}.bs-masonry.bs-masonry-layout-creative{font-family:Montserrat}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2{display:inline-block;margin-bottom:40px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item{margin:0!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item a{position:relative;display:inline-block;font-size:12px;font-weight:700;font-style:normal;line-height:18px;letter-spacing:.07em;text-transform:uppercase;color:#141414;margin:0 5px;padding:10px 20px;opacity:1;border:1px solid #ececec}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item a:before,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item a:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item a sup{color:#999}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item.tbbs-filter-current a,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style2 .tbbs-filter-item:hover a{color:#53575a;border-color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info{background:rgba(0,0,0,.58)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:22px;line-height:28px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .title:hover{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .taxonomy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:28px;letter-spacing:.04em;color:#53575a;margin-bottom:25px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .taxonomy a{font-size:16px;font-weight:400;color:#53575a;text-transform:none}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .handle a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#040404;margin:0 5px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .handle a.lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .handle a.video{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;background:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .handle a.video>i{margin-left:5px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .handle a.readmore{-webkit-transition:all 1.2s;-moz-transition:all 1.2s;-o-transition:all 1.2s;transition:all 1.2s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info .info-inner .handle a:hover{color:#53575a;background:#fff}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2:hover .item-info .info-inner .title,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2:hover .item-info .info-inner .handle a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2:hover .item-info .info-inner .taxonomy{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:991px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2{width:calc(100% / 2)}}@media (max-width:767px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2{margin-bottom:30px;padding:0 15px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-thumbnail,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style2 .item-info{max-width:420px;margin-left:auto;margin-right:auto}}.bs-masonry.bs-masonry-layout-creative{font-family:Montserrat}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3{display:inline-block;background:transparent;margin-bottom:30px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item{margin:0!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item a{position:relative;display:inline-block;font-size:12px;font-weight:400;font-style:normal;line-height:38px;letter-spacing:.1em;text-transform:uppercase;color:#080808;margin:0 20px;padding:0;opacity:1}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item a:before{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item a sup{color:#999}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item.tbbs-filter-current a,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item:hover a{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item.tbbs-filter-current a:after,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style3 .tbbs-filter-item:hover a:after{width:100%;height:2px;color:#53575a;background:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info{background:rgba(0,0,0,.58)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:24px;font-weight:400;line-height:32px;letter-spacing:-.02em;text-transform:none;color:#fff;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .title:hover{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .taxonomy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:28px;letter-spacing:.04em;color:#53575a;margin-bottom:25px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .taxonomy a{font-size:16px;font-weight:400;color:#53575a;text-transform:none}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .handle a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#040404;margin:0 5px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .handle a.lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .handle a.video{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;background:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .handle a.video>i{margin-left:5px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .handle a.readmore{-webkit-transition:all 1.2s;-moz-transition:all 1.2s;-o-transition:all 1.2s;transition:all 1.2s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info .info-inner .handle a:hover{color:#53575a;background:#fff}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3:hover .item-info .info-inner .title,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3:hover .item-info .info-inner .handle a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3:hover .item-info .info-inner .taxonomy{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:991px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3{width:calc(100% / 2)}}@media (max-width:767px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3{margin-bottom:30px;padding:0 15px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-thumbnail,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style3 .item-info{max-width:420px;margin-left:auto;margin-right:auto}}.bs-masonry.bs-masonry-layout-creative{font-family:Montserrat}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4{background:#2b2b2b!important;display:inline-block;background:transparent;margin-bottom:30px!important;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item{margin:0!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item a{position:relative;display:inline-block;font-size:14px;font-weight:400;font-style:normal;line-height:28px;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0;padding:15px 30px;opacity:1}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item a:before{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item a:after{content:"";position:absolute;top:50%;right:-1px;width:2px;height:8px;background:#616161;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item a sup{color:#999}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item.tbbs-filter-current a,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item:hover a{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item.tbbs-filter-current a:after,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item:hover a:after{content:"";position:absolute;top:50%;bottom:auto;left:auto;right:-1px;width:2px;height:8px;background:#616161;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-style4 .tbbs-filter-item:last-child a:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info{background:rgba(0,0,0,.58)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:22px;font-weight:700;line-height:28px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .title:hover{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .taxonomy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:400;line-height:28px;letter-spacing:.2em;color:#53575a;margin-bottom:25px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .taxonomy a{font-size:16px;font-weight:400;color:#53575a;text-transform:none}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .handle a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#040404;margin:0 5px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .handle a.video{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .handle a.video>i{margin-left:5px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .handle a.lightbox{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info .info-inner .handle a:hover{color:#53575a;background:#fff}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4:hover .item-info .info-inner .title,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4:hover .item-info .info-inner .handle a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4:hover .item-info .info-inner .taxonomy{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:991px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4{width:calc(100% / 2)}}@media (max-width:767px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4{margin-bottom:30px;padding:0 15px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-thumbnail,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.consulta_style4 .item-info{max-width:420px;margin-left:auto;margin-right:auto}}.bt-recent-work{position:relative}.bt-recent-work .bt-items .bt-item{position:relative}.bt-recent-work .bt-items .bt-item>img{width:100%;height:auto}.bt-recent-work .bt-items .bt-item .bt-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(74,74,74,.78);opacity:0}.bt-recent-work .bt-items .bt-item .bt-overlay>a{position:absolute;top:50%;left:50%;display:inline-block;font-size:11px;text-align:center;line-height:25px;color:#fff;background:#53575a;width:25px;height:25px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;-webkit-transform:translateX(-50%) translateY(-50%) scale(.8);-moz-transform:translateX(-50%) translateY(-50%) scale(.8);-o-transform:translateX(-50%) translateY(-50%) scale(.8);-ms-transform:translateX(-50%) translateY(-50%) scale(.8);transform:translateX(-50%) translateY(-50%) scale(.8)}.bt-recent-work .bt-items .bt-item .bt-overlay>a>i{line-height:25px}.bt-recent-work .bt-items .bt-item .bt-overlay>a:hover{color:#53575a;background:#fff}.bt-recent-work .bt-items .bt-item:hover .bt-overlay{opacity:1}.bt-recent-work .bt-items .bt-item:hover .bt-overlay>a{-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-o-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}.bt-recent-work .owl-controls .owl-nav{position:absolute;top:-46px;right:0}.bt-recent-work .owl-controls .owl-nav .owl-prev,.bt-recent-work .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:25px;height:25px;font-size:14px;line-height:26px;text-align:center;color:#fff;background:#4a4a4a;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bt-recent-work .owl-controls .owl-nav .owl-prev:hover,.bt-recent-work .owl-controls .owl-nav .owl-next:hover{opacity:.8}.bt-recent-work .owl-controls .owl-nav .owl-next{background:#53575a;margin-left:5px}.bt-portfolio-carousel article{position:relative}.bt-portfolio-carousel article>img{width:100%;height:auto}.bt-portfolio-carousel article .bt-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.04)}.bt-portfolio-carousel article .bt-overlay .bt-content{position:absolute;bottom:10%;left:0;width:100%;padding:30px}.bt-portfolio-carousel article .bt-overlay .bt-content>a{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;color:#fff;background:#53575a;margin-bottom:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-portfolio-carousel article .bt-overlay .bt-content>a>i{margin-left:5px}.bt-portfolio-carousel article .bt-overlay .bt-content>a:hover{color:#53575a;background:#fff}.bt-portfolio-carousel article .bt-overlay .bt-content .bt-category{margin-bottom:10px}.bt-portfolio-carousel article .bt-overlay .bt-content .bt-category>a{font-family:Lato;font-size:16px;font-weight:400;font-style:italic;line-height:24px;color:#53575a}.bt-portfolio-carousel article .bt-overlay .bt-content .bt-title{font-family:Montserrat;font-size:22px;font-weight:700;line-height:32px;letter-spacing:0;margin-bottom:0}.bt-portfolio-carousel article .bt-overlay .bt-content .bt-title>a{color:#fff}.bt-portfolio-carousel article .bt-overlay .bt-content .bt-title>a:hover{color:#53575a}.bt-portfolio-carousel .owl-controls .owl-nav{position:absolute;top:30px;right:26%;text-align:center}.bt-portfolio-carousel .owl-controls .owl-nav .owl-prev,.bt-portfolio-carousel .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-portfolio-carousel .owl-controls .owl-nav .owl-prev:hover,.bt-portfolio-carousel .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a}.bt-portfolio-carousel .owl-controls .owl-nav .owl-prev,.bt-portfolio-carousel .owl-controls .owl-nav .owl-next{width:40px;height:40px;line-height:36px;color:#53575a;background:transparent;margin:0 5px;border:2px solid #53575a}.bt-portfolio-carousel .owl-controls .owl-dots{text-align:center}.bt-portfolio-carousel .owl-controls .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-portfolio-carousel .owl-controls .owl-dots .owl-dot.active,.bt-portfolio-carousel .owl-controls .owl-dots .owl-dot:hover{background:#53575a}.bt-portfolio-article>article{margin-bottom:60px}.bt-portfolio-article>article .bt-thumb{margin-bottom:30px}.bt-portfolio-article>article .bt-header{position:relative;padding-right:80px}.bt-portfolio-article>article .bt-header .bt-title{font-size:18px;font-weight:700;line-height:24px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#53575a;display:inline-block;margin-bottom:15px;padding:8px 30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-portfolio-article>article .bt-header .bt-blog-article-nav{position:absolute;top:0;right:0}.bt-portfolio-article>article .bt-header .bt-blog-article-nav>a{display:inline-block;font-size:0;width:35px;height:35px;line-height:31px;letter-spacing:0;text-align:center;color:#313131;border:2px solid #ececec}.bt-portfolio-article>article .bt-header .bt-blog-article-nav>a:before{content:"\f104";font-family:FontAwesome;font-size:18px}.bt-portfolio-article>article .bt-header .bt-blog-article-nav>a[rel="next"]{margin-left:5px}.bt-portfolio-article>article .bt-header .bt-blog-article-nav>a[rel="next"]:before{content:"\f105"}.bt-portfolio-article>article .bt-header .bt-blog-article-nav>a:hover{color:#fff;background:#53575a;border-color:#53575a}.bt-portfolio-article>article .bt-header .bt-taxonomy{margin-bottom:15px}.bt-portfolio-article>article .bt-header .bt-taxonomy>i{color:#53575a;margin-right:5px}.bt-portfolio-article>article .bt-header .bt-taxonomy>a{font-family:Lato;font-size:14px;font-weight:700;font-style:italic;line-height:24px;letter-spacing:.1em;color:#141414}.bt-portfolio-article>article .bt-header .bt-taxonomy>a:hover{color:#53575a}.bt-portfolio-article>article .bt-content{font-size:15px;line-height:27px;letter-spacing:.06em;color:#676767}.bt-portfolio-article>article .bt-content .container{width:100%}.bt-portfolio-article>article .bt-content .bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner{color:#141414}.bt-portfolio-article>article .bt-content .bt-meta{margin:0 0 30px;padding:0}.bt-portfolio-article>article .bt-content .bt-meta>li{list-style:none;font-size:14px;padding:5px 0;border-bottom:1px solid #ececec}.bt-portfolio-article>article .bt-content .bt-meta>li:last-child{border-bottom:none}.bt-portfolio-article>article .bt-content .bt-meta>li .bt-label{display:inline-block;min-width:120px;font-family:Montserrat;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#141414}.bt-portfolio-article>article .bt-content .bt-socials{margin:0;padding:0}.bt-portfolio-article>article .bt-content .bt-socials>li{list-style:none;display:inline-block;letter-spacing:0;margin-right:5px}.bt-portfolio-article>article .bt-content .bt-socials>li:last-child{margin-right:0}.bt-portfolio-article>article .bt-content .bt-socials>li>a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;background:#5c5d5d;border-radius:50%}.bt-portfolio-article>article .bt-content .bt-socials>li>a i{font-size:0}.bt-portfolio-article>article .bt-content .bt-socials>li>a i:before{font-size:13px}.bt-portfolio-article>article .bt-content .bt-socials>li>a:hover{background:#53575a}.bt-portfolio-article .bt-related .bt-heading{font-size:22px;font-weight:700;line-height:28px;letter-spacing:.04em;text-transform:uppercase;color:#282828;margin-bottom:30px}.bt-portfolio-article .bt-related .bt-heading:before{content:"\f05b";font-family:FontAwesome;font-weight:700;margin-right:10px}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel{position:relative}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article{position:relative}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(19,19,19,.88);opacity:0}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:90%;text-align:center}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content:before,.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content:after{content:" ";display:table}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content:after{clear:both}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:20px;line-height:28px;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:15px;padding-bottom:15px;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-title:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:0;left:50%;height:2px;width:35px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-title>a{color:#fff}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-title:hover>a{color:#fff}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-title:hover:after{width:60px}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-taxonomy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:16px;line-height:24px;letter-spacing:.04em;color:#53575a;margin-bottom:30px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-taxonomy a{color:#53575a}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-action a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:45px;height:45px;font-size:15px;line-height:47px;text-align:center;color:#fff;background:#040404;margin:0 5px;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-o-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-action a.lightbox{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-action a.readmore{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-action a:hover{color:#53575a;background:#fff}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article:hover .bt-overlay{opacity:1}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article:hover .bt-overlay .bt-content .bt-title,.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article:hover .bt-overlay .bt-content .bt-action a{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article:hover .bt-overlay .bt-content .bt-taxonomy{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav{position:absolute;top:-60px;right:0;letter-spacing:0}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-prev,.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;display:inline-block;width:35px;height:35px;font-size:15px;line-height:31px;text-align:center;color:#fff;border:2px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-prev:before,.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-next:before{display:none}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-prev:hover,.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a;border-color:#53575a}.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-next{margin-left:10px}.bt-team-style1{position:relative}.bt-team-style1 .bs-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:5px;left:5px;width:calc(100% - 10px);height:calc(100% - 10px);background:rgba(83,87,90,.55);opacity:0}.bt-team-style1 .bs-overlay .bs-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center}.bt-team-style1 .bs-overlay .bs-content:before,.bt-team-style1 .bs-overlay .bs-content:after{content:" ";display:table}.bt-team-style1 .bs-overlay .bs-content:after{clear:both}.bt-team-style1 .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bt-team-style1 .bs-overlay .bs-content .bs-title>a{color:#fff}.bt-team-style1 .bs-overlay .bs-content .bs-title>a:hover{color:#252525}.bt-team-style1 .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#fff;margin-bottom:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bt-team-style1 .bs-overlay .bs-content .bs-social{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin:0;padding:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bt-team-style1 .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0 5px}.bt-team-style1 .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:25px;height:25px;font-size:12px;font-weight:400;line-height:25px;color:#fff;background:#53575a}.bt-team-style1 .bs-overlay .bs-content .bs-social>li>a:hover{color:#53575a;background:#fff}.bt-team-style1:hover .bs-overlay{opacity:1}.bt-team-style1:hover .bs-overlay .bs-content .bs-title,.bt-team-style1:hover .bs-overlay .bs-content .bs-social{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bt-team-style1:hover .bs-overlay .bs-content .bs-position{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt-team-style2{position:relative}.bt-team-style2 .bs-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.53);opacity:0}.bt-team-style2 .bs-overlay .bs-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center}.bt-team-style2 .bs-overlay .bs-content:before,.bt-team-style2 .bs-overlay .bs-content:after{content:" ";display:table}.bt-team-style2 .bs-overlay .bs-content:after{clear:both}.bt-team-style2 .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:19px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bt-team-style2 .bs-overlay .bs-content .bs-title>a{color:#fff}.bt-team-style2 .bs-overlay .bs-content .bs-title>a:hover{color:#53575a}.bt-team-style2 .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#fff;margin-bottom:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bt-team-style2 .bs-overlay .bs-content .bs-social{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin:0;padding:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bt-team-style2 .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0}.bt-team-style2 .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:30px;height:30px;font-size:12px;font-weight:400;line-height:30px;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-team-style2 .bs-overlay .bs-content .bs-social>li>a:hover{background:#53575a}.bt-team-style2:hover .bs-overlay{opacity:1}.bt-team-style2:hover .bs-overlay .bs-content .bs-title,.bt-team-style2:hover .bs-overlay .bs-content .bs-social{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bt-team-style2:hover .bs-overlay .bs-content .bs-position{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt-team-style3{position:relative}.bt-team-style3 .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin-bottom:10px}.bt-team-style3 .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0}.bt-team-style3 .bs-overlay .bs-content .bs-title>a{color:#282828}.bt-team-style3 .bs-overlay .bs-content .bs-title>a:hover{color:#53575a}.bt-team-style3 .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#6d6d6d;margin-bottom:15px}.bt-team-style3 .bs-overlay .bs-content .bs-social{position:absolute;top:20px;left:15px;margin:0;padding:0}.bt-team-style3 .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0 5px}.bt-team-style3 .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:25px;height:25px;font-size:12px;font-weight:400;line-height:25px;text-align:center;color:#fff;background:#53575a}.bt-team-style3 .bs-overlay .bs-content .bs-social>li>a:hover{color:#53575a;background:#fff}.bt-team-style3:hover .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bt-team-style3:hover .bs-overlay .bs-content .bs-title>a{color:#53575a}.bt-team-style3:hover .bs-overlay .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item{position:relative}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:5px;left:5px;width:calc(100% - 10px);height:calc(100% - 10px);background:rgba(83,87,90,.55);opacity:0}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content:before,.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content:after{content:" ";display:table}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content:after{clear:both}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-title>a{color:#fff}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-title>a:hover{color:#252525}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#fff;margin-bottom:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-social{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin:0;padding:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0 5px}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:25px;height:25px;font-size:12px;font-weight:400;line-height:25px;color:#fff;background:#53575a}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item .bs-overlay .bs-content .bs-social>li>a:hover{color:#53575a;background:#fff}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item:hover .bs-overlay{opacity:1}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item:hover .bs-overlay .bs-content .bs-title,.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item:hover .bs-overlay .bs-content .bs-social{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style1 .bs-item:hover .bs-overlay .bs-content .bs-position{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item{position:relative}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.53);opacity:0}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content:before,.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content:after{content:" ";display:table}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content:after{clear:both}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:19px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-title>a{color:#fff}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-title>a:hover{color:#53575a}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#fff;margin-bottom:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-social{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin:0;padding:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:30px;height:30px;font-size:12px;font-weight:400;line-height:30px;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item .bs-overlay .bs-content .bs-social>li>a:hover{background:#53575a}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item:hover .bs-overlay{opacity:1}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item:hover .bs-overlay .bs-content .bs-title,.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item:hover .bs-overlay .bs-content .bs-social{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style2 .bs-item:hover .bs-overlay .bs-content .bs-position{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item{position:relative}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin-bottom:10px}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-title>a{color:#282828}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-title>a:hover{color:#53575a}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#6d6d6d;margin-bottom:15px}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-social{position:absolute;top:20px;left:15px;margin:0;padding:0}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0 5px}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:25px;height:25px;font-size:12px;font-weight:400;line-height:25px;text-align:center;color:#fff;background:#53575a}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item .bs-overlay .bs-content .bs-social>li>a:hover{color:#53575a;background:#fff}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item:hover .bs-overlay .bs-content .bs-title>a{color:#53575a}.bs-carousel-layout-bears_carousel--team.bs-carousel-style3 .bs-item:hover .bs-overlay .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-carousel-layout-bears_carousel--team .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--team .owl-controls .owl-nav .owl-next{opacity:0;-webkit-transform:translateY(-50%) scale(.9);-moz-transform:translateY(-50%) scale(.9);-o-transform:translateY(-50%) scale(.9);-ms-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}.bs-carousel-layout-bears_carousel--team:hover .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--team:hover .owl-controls .owl-nav .owl-next{opacity:1;-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item{position:relative;max-width:360px;margin:0 auto 30px}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:5px;left:5px;width:calc(100% - 10px);height:calc(100% - 10px);background:rgba(83,87,90,.55);opacity:0}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content:before,.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content:after{content:" ";display:table}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content:after{clear:both}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-title>a{color:#fff}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-title>a:hover{color:#252525}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#fff;margin-bottom:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-social{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin:0;padding:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0 5px}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:25px;height:25px;font-size:12px;font-weight:400;line-height:25px;color:#fff;background:#53575a}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item .bs-overlay .bs-content .bs-social>li>a:hover{color:#53575a;background:#fff}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item:hover .bs-overlay{opacity:1}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item:hover .bs-overlay .bs-content .bs-title,.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item:hover .bs-overlay .bs-content .bs-social{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-blog-layout-bears_blog--team.bs-blog-style1 .bs-item:hover .bs-overlay .bs-content .bs-position{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item{position:relative;max-width:360px;margin:0 auto 30px}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.53);opacity:0}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content:before,.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content:after{content:" ";display:table}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content:after{clear:both}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:19px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-title>a{color:#fff}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-title>a:hover{color:#53575a}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#fff;margin-bottom:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-social{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin:0;padding:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:30px;height:30px;font-size:12px;font-weight:400;line-height:30px;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item .bs-overlay .bs-content .bs-social>li>a:hover{background:#53575a}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item:hover .bs-overlay{opacity:1}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item:hover .bs-overlay .bs-content .bs-title,.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item:hover .bs-overlay .bs-content .bs-social{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bs-blog-layout-bears_blog--team.bs-blog-style2 .bs-item:hover .bs-overlay .bs-content .bs-position{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item{position:relative;max-width:360px;margin:0 auto 30px}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin-bottom:10px}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:0}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-title>a{color:#282828}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-title>a:hover{color:#53575a}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:14px;line-height:22px;letter-spacing:.1em;color:#6d6d6d;margin-bottom:15px}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-social{position:absolute;top:20px;left:15px;margin:0;padding:0}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-social>li{list-style:none;display:inline-block;margin:0 5px}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-social>li>a{display:inline-block;width:25px;height:25px;font-size:12px;font-weight:400;line-height:25px;text-align:center;color:#fff;background:#53575a}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item .bs-overlay .bs-content .bs-social>li>a:hover{color:#53575a;background:#fff}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item:hover .bs-overlay .bs-content .bs-title>a{color:#53575a}.bs-blog-layout-bears_blog--team.bs-blog-style3 .bs-item:hover .bs-overlay .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-blog-layout-bears_blog--team .bs-pagination{text-align:center;padding:30px}.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers.dots:hover{color:transparent}.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers.prev,.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers.current,.bs-blog-layout-bears_blog--team .bs-pagination>.page-numbers:hover{color:#53575a}.single.single-team .bt-footer{margin-top:0}.bt-team-article>article{margin-bottom:60px}.bt-team-article>article .bt-thumb{margin-bottom:30px}.bt-team-article>article .bt-header{position:relative;padding-right:80px}.bt-team-article>article .bt-header .bt-title{font-size:18px;font-weight:700;line-height:24px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#53575a;display:inline-block;margin-bottom:15px;padding:8px 30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-team-article>article .bt-header .bt-blog-article-nav{position:absolute;top:0;right:0}.bt-team-article>article .bt-header .bt-blog-article-nav>a{display:inline-block;font-size:0;width:35px;height:35px;line-height:31px;letter-spacing:0;text-align:center;color:#313131;border:2px solid #ececec}.bt-team-article>article .bt-header .bt-blog-article-nav>a:before{content:"\f104";font-family:FontAwesome;font-size:18px}.bt-team-article>article .bt-header .bt-blog-article-nav>a[rel="next"]{margin-left:5px}.bt-team-article>article .bt-header .bt-blog-article-nav>a[rel="next"]:before{content:"\f105"}.bt-team-article>article .bt-header .bt-blog-article-nav>a:hover{color:#fff;background:#53575a;border-color:#53575a}.bt-team-article>article .bt-header .bt-position{font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:700;line-height:24px;letter-spacing:.1em;color:#141414}.bt-team-article>article .bt-content{font-size:15px;font-weight:400;line-height:27px;letter-spacing:.06em;color:#676767}.bt-team-article>article .bt-content .container{width:100%}.bt-team-article>article .bt-content .bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner{color:#141414}.bt-team-article>article .bt-content .bt-meta{margin:0 0 40px;padding:0}.bt-team-article>article .bt-content .bt-meta>li{list-style:none;font-size:14px;padding:5px 0;border-bottom:1px solid #ececec}.bt-team-article>article .bt-content .bt-meta>li:last-child{border-bottom:none}.bt-team-article>article .bt-content .bt-meta>li .bt-label{display:inline-block;min-width:120px;font-family:Montserrat;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#141414}.bt-team-article>article .bt-content .bt-socials{margin:0;padding:0}.bt-team-article>article .bt-content .bt-socials>li{list-style:none;display:inline-block;letter-spacing:0;margin-right:5px}.bt-team-article>article .bt-content .bt-socials>li:last-child{margin-right:0}.bt-team-article>article .bt-content .bt-socials>li>a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;background:#5c5d5d;border-radius:50%}.bt-team-article>article .bt-content .bt-socials>li>a i{font-size:0}.bt-team-article>article .bt-content .bt-socials>li>a i:before{font-size:13px}.bt-team-article>article .bt-content .bt-socials>li>a:hover{background:#53575a}.bt-team-article .bt-related{background:#292a34;padding:90px 0}.bt-team-article .bt-related .bt-team-related-carousel{position:relative}.bt-team-article .bt-related .bt-team-related-carousel article{position:relative}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb{position:relative}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb img{width:100%;height:auto}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(83,87,90,.88);opacity:0}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:62px;height:62px}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:before,.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:after{content:" ";display:table}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:after{clear:both}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:before,.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"";background:#fff}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:before:before,.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:before:after,.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:after:before,.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:after:after{content:" ";display:table}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:before:after,.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:after:after{clear:both}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:before{width:0;height:2px}.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay>a:after{width:2px;height:0}.bt-team-article .bt-related .bt-team-related-carousel article .bt-content{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;background:#e8eef2;padding:15px 20px}.bt-team-article .bt-related .bt-team-related-carousel article .bt-content:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:-7px;left:15%;width:15px;height:15px;background:#e8eef2;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-team-article .bt-related .bt-team-related-carousel article .bt-content .bt-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-size:22px;line-height:28px;letter-spacing:.04em;margin-bottom:0}.bt-team-article .bt-related .bt-team-related-carousel article .bt-content .bt-title>a{color:#313131}.bt-team-article .bt-related .bt-team-related-carousel article .bt-content .bt-title>a:hover{color:#53575a}.bt-team-article .bt-related .bt-team-related-carousel article .bt-content .bt-position{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Crimson\ text;font-style:italic;font-size:16px;line-height:24px;letter-spacing:.04em;color:#141414}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-thumb .bt-overlay{opacity:1}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-thumb .bt-overlay a:before{width:100%}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-thumb .bt-overlay a:after{height:100%}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-content{background:#2c3e50}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-content:before{background:#2c3e50}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-content .bt-title>a{color:#fff}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-content .bt-title>a:hover{color:#53575a}.bt-team-article .bt-related .bt-team-related-carousel article:hover .bt-content .bt-position{color:#a1b1bc}.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav{text-align:center;letter-spacing:0;margin-top:30px}.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-prev,.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:31px;text-align:center;color:#fff;border:2px solid #ececec;border-radius:0}.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-prev:before,.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-next:before{display:none}.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-prev:hover,.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a;border-color:#53575a}.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-next{margin-left:10px}.bt-testimonial-style1{text-align:center}.bt-testimonial-style1 .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:92px;height:92px;margin:30px auto;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-testimonial-style1 .bs-content{position:relative;background:#fff;padding:30px 15px;border:1px solid #eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bt-testimonial-style1 .bs-content .bs-excerpt{position:relative;font-size:13px;line-height:27px;letter-spaing:.08em;color:#595959;margin-bottom:15px;padding-bottom:10px}.bt-testimonial-style1 .bs-content .bs-excerpt>p{margin-bottom:0}.bt-testimonial-style1 .bs-content .bs-excerpt:after{content:"";position:absolute;bottom:0;left:50%;width:30px;height:3px;background:#e8e8e8;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-testimonial-style1 .bs-content .bs-title{font-size:14px;font-weight:700;line-height:24px;letter-spaing:.1em;text-transform:uppercase;margin-bottom:0}.bt-testimonial-style1 .bs-content .bs-title>a{color:#303030}.bt-testimonial-style1 .bs-content .bs-title>a:hover{color:#53575a}.bt-testimonial-style1 .bs-content .bs-position{font-size:12px;line-height:20px;letter-spaing:.05em;color:#7d7d7d}.bt-testimonial-style1 .bs-content:before{content:"";position:absolute;top:-10px;left:50%;width:20px;height:20px;background:#fff;border-top:1px solid #eee;border-right:1px solid #eee;-webkit-transform:translateX(-50%) rotate(-45deg);-moz-transform:translateX(-50%) rotate(-45deg);-o-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.bt-testimonial-style1 .bs-content:after{content:"";position:absolute;bottom:-25px;left:0;width:100%;height:40px;background:#fff;border-top:1px solid #eee;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-testimonial-style1:hover .bs-thumb{-webkit-box-shadow:0 0 30px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 30px rgba(0,0,0,.2) inset;box-shadow:0 0 30px rgba(0,0,0,.2) inset}.bt-testimonial-style1:hover .bs-content .bs-title>a{color:#53575a}.bt-testimonial-style1:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bt-testimonial-style2{text-align:center}.bt-testimonial-style2 .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:92px;height:92px;margin:30px auto;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-testimonial-style2 .bs-content{position:relative;background:#fff}.bt-testimonial-style2 .bs-content .bs-excerpt{font-family:Crimson\ text;font-style:italic;position:relative;font-size:20px;line-height:28px;letter-spaing:.04em;color:#969595;margin-bottom:15px;padding-bottom:50px}.bt-testimonial-style2 .bs-content .bs-excerpt>p{margin-bottom:0}.bt-testimonial-style2 .bs-content .bs-excerpt:after{font-family:FontAwesome;font-size:20px;content:"\f10e";position:absolute;bottom:0;left:50%;color:#e5e5e5;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-testimonial-style2 .bs-content .bs-title{font-size:18px;font-weight:700;line-height:24px;letter-spaing:.04em;text-transform:uppercase;margin-bottom:0}.bt-testimonial-style2 .bs-content .bs-title>a{color:#141414}.bt-testimonial-style2 .bs-content .bs-title>a:hover{color:#53575a}.bt-testimonial-style2 .bs-content .bs-position{font-size:12px;line-height:20px;letter-spaing:.05em;color:#7d7d7d}.bt-testimonial-style2:hover .bs-thumb{-webkit-box-shadow:0 0 30px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 30px rgba(0,0,0,.2) inset;box-shadow:0 0 30px rgba(0,0,0,.2) inset}.bt-testimonial-style2:hover .bs-content .bs-title>a{color:#53575a}.bt-testimonial-style2:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item{text-align:center}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:92px;height:92px;margin:30px auto;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content{position:relative;background:#fff;padding:30px 15px;border:1px solid #eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content .bs-excerpt{position:relative;font-size:13px;line-height:27px;letter-spaing:.08em;color:#595959;margin-bottom:15px;padding-bottom:10px}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content .bs-excerpt>p{margin-bottom:0}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content .bs-excerpt:after{content:"";position:absolute;bottom:0;left:50%;width:30px;height:3px;background:#e8e8e8;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content .bs-title{font-size:14px;font-weight:700;line-height:24px;letter-spaing:.1em;text-transform:uppercase;margin-bottom:0}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content .bs-title>a{color:#303030}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content .bs-title>a:hover{color:#53575a}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content .bs-position{font-size:12px;line-height:20px;letter-spaing:.05em;color:#7d7d7d}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content:before{content:"";position:absolute;top:-10px;left:50%;width:20px;height:20px;background:#fff;border-top:1px solid #eee;border-right:1px solid #eee;-webkit-transform:translateX(-50%) rotate(-45deg);-moz-transform:translateX(-50%) rotate(-45deg);-o-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item .bs-content:after{content:"";position:absolute;bottom:-25px;left:0;width:100%;height:40px;background:#fff;border-top:1px solid #eee;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 30px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 30px rgba(0,0,0,.2) inset;box-shadow:0 0 30px rgba(0,0,0,.2) inset}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item:hover .bs-content .bs-title>a{color:#53575a}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style1 .bs-item:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item{text-align:center}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:92px;height:92px;margin:30px auto;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content{position:relative;background:#fff}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content .bs-excerpt{font-family:Crimson\ text;font-style:italic;position:relative;font-size:20px;line-height:28px;letter-spaing:.04em;color:#969595;margin-bottom:15px;padding-bottom:50px}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content .bs-excerpt>p{margin-bottom:0}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content .bs-excerpt:after{font-family:FontAwesome;font-size:20px;content:"\f10e";position:absolute;bottom:0;left:50%;color:#e5e5e5;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content .bs-title{font-size:18px;font-weight:700;line-height:24px;letter-spaing:.04em;text-transform:uppercase;margin-bottom:0}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content .bs-title>a{color:#141414}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content .bs-title>a:hover{color:#53575a}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item .bs-content .bs-position{font-size:12px;line-height:20px;letter-spaing:.05em;color:#7d7d7d}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 30px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 30px rgba(0,0,0,.2) inset;box-shadow:0 0 30px rgba(0,0,0,.2) inset}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item:hover .bs-content .bs-title>a{color:#53575a}.bs-carousel-layout-bears_carousel--testimonial.bs-carousel-style2 .bs-item:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-carousel-layout-bears_carousel--testimonial .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--testimonial .owl-controls .owl-nav .owl-next{opacity:0;-webkit-transform:translateY(-50%) scale(.9);-moz-transform:translateY(-50%) scale(.9);-o-transform:translateY(-50%) scale(.9);-ms-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}.bs-carousel-layout-bears_carousel--testimonial:hover .owl-controls .owl-nav .owl-prev,.bs-carousel-layout-bears_carousel--testimonial:hover .owl-controls .owl-nav .owl-next{opacity:1;-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.bs-blog-layout-bears_blog--testimonial .bs-item{text-align:center;max-width:360px;margin:0 auto 30px}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-thumb{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:92px;height:92px;margin:30px auto;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content{position:relative;background:#fff;padding:30px 15px;border:1px solid #eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content .bs-excerpt{position:relative;font-size:13px;line-height:27px;letter-spaing:.08em;color:#595959;margin-bottom:15px;padding-bottom:10px}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content .bs-excerpt>p{margin-bottom:0}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content .bs-excerpt:after{content:"";position:absolute;bottom:0;left:50%;width:30px;height:3px;background:#e8e8e8;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content .bs-title{font-size:14px;font-weight:700;line-height:24px;letter-spaing:.1em;text-transform:uppercase;margin-bottom:0}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content .bs-title>a{color:#303030}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content .bs-title>a:hover{color:#53575a}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content .bs-position{font-size:12px;line-height:20px;letter-spaing:.05em;color:#7d7d7d}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content:before{content:"";position:absolute;top:-10px;left:50%;width:20px;height:20px;background:#fff;border-top:1px solid #eee;border-right:1px solid #eee;-webkit-transform:translateX(-50%) rotate(-45deg);-moz-transform:translateX(-50%) rotate(-45deg);-o-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.bs-blog-layout-bears_blog--testimonial .bs-item .bs-content:after{content:"";position:absolute;bottom:-25px;left:0;width:100%;height:40px;background:#fff;border-top:1px solid #eee;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bs-blog-layout-bears_blog--testimonial .bs-item:hover .bs-thumb{-webkit-box-shadow:0 0 30px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 30px rgba(0,0,0,.2) inset;box-shadow:0 0 30px rgba(0,0,0,.2) inset}.bs-blog-layout-bears_blog--testimonial .bs-item:hover .bs-content .bs-title>a{color:#53575a}.bs-blog-layout-bears_blog--testimonial .bs-item:hover .bs-content .bs-title>a:hover{color:#3a3d3f}.bs-blog-layout-bears_blog--testimonial .bs-pagination{text-align:center;padding:30px}.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers.dots:hover{color:transparent}.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers.prev,.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers.current,.bs-blog-layout-bears_blog--testimonial .bs-pagination>.page-numbers:hover{color:#53575a}.bt-testimonial-carousel.tpl1{text-align:center}.bt-testimonial-carousel.tpl1 .bt-thumb{display:inline-block;width:100px;height:100px;margin-bottom:15px;border:2px solid #53575a;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.bt-testimonial-carousel.tpl1 .bt-thumb>img{width:66px!important;height:66px;margin:15px 0 0 15px;-webkit-border-radius:66px;-moz-border-radius:66px;border-radius:66px}.bt-testimonial-carousel.tpl1 .bt-excerpt{font-family:Montserrat;font-size:24px;line-height:40px;lettet-spaing:.04em;color:#fff;margin-bottom:15px}.bt-testimonial-carousel.tpl1 .bt-excerpt>i{display:inline-block;vertical-align:top;font-size:14px;color:#53575a;margin:0 10px}.bt-testimonial-carousel.tpl1 .bt-title{font-family:Montserrat;font-size:15px;font-weight:300;line-height:24px;letter-spaing:.08em;color:#53575a;margin-bottom:0}.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev,.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev:hover,.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a}.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev,.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev{position:absolute;top:50%;left:15px}.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next{position:absolute;top:50%;right:15px}.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev{left:-50px;opacity:0}.bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next{right:-50px;opacity:0}.bt-testimonial-carousel.tpl1 .owl-dots{position:absolute;bottom:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-testimonial-carousel.tpl1 .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-testimonial-carousel.tpl1 .owl-dots .owl-dot.active,.bt-testimonial-carousel.tpl1 .owl-dots .owl-dot:hover{background:#53575a}.bt-testimonial-carousel.tpl1 .owl-dots .owl-dot{display:inline-block;margin:0 8px}.bt-testimonial-carousel.tpl1:hover .owl-controls .owl-nav .owl-prev{left:15px;opacity:1}.bt-testimonial-carousel.tpl1:hover .owl-controls .owl-nav .owl-next{right:15px;opacity:1}.bt-testimonial-carousel.tpl2{padding-top:10px}.bt-testimonial-carousel.tpl2 .bt-excerpt{font-family:Montserrat;font-size:14px;line-height:24px;lettet-spaing:.04em;text-align:center;color:#fff;background:rgba(76,76,76,.47);padding:40px 20px;margin-bottom:25px}.bt-testimonial-carousel.tpl2 .bt-bottom{position:relative;padding-left:calc(50% - 50px)}.bt-testimonial-carousel.tpl2 .bt-bottom .bt-thumb{position:relative;display:inline-block;vertical-align:middle;margin-right:15px}.bt-testimonial-carousel.tpl2 .bt-bottom .bt-thumb:before{content:"";position:absolute;top:-9px;left:50%;width:0;height:0;border-bottom:10px solid #53575a;border-left:10px solid transparent;border-right:10px solid transparent;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-testimonial-carousel.tpl2 .bt-bottom .bt-thumb>img{display:inline-block;width:100px;height:100px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.bt-testimonial-carousel.tpl2 .bt-bottom .bt-info{display:inline-block;vertical-align:middle}.bt-testimonial-carousel.tpl2 .bt-bottom .bt-info .bt-title{font-family:Lato;font-size:13px;font-weight:900;line-height:24px;color:#fff;margin-bottom:0}.bt-testimonial-carousel.tpl2 .bt-bottom .bt-info .bt-public{font-family:Lato;font-size:10px;font-weight:700;line-height:16px;text-transform:uppercase;color:#53575a}.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-prev,.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-prev:hover,.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a}.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-prev,.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-prev{position:absolute;top:50%;left:15px}.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-next{position:absolute;top:50%;right:15px}.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-prev{left:-50px;opacity:0}.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-next{right:-50px;opacity:0}.bt-testimonial-carousel.tpl2 .owl-dots{position:absolute;top:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-25px;left:auto;right:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.bt-testimonial-carousel.tpl2 .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-testimonial-carousel.tpl2 .owl-dots .owl-dot.active,.bt-testimonial-carousel.tpl2 .owl-dots .owl-dot:hover{background:#53575a}.bt-testimonial-carousel.tpl2 .owl-dots .owl-dot{display:inline-block;margin:0 8px}.bt-testimonial-carousel.tpl2 .owl-dots .owl-dot{margin:0 3px;width:8px;height:8px;background:#919493}.bt-testimonial-carousel.tpl2:hover .owl-controls .owl-nav .owl-prev{left:15px;opacity:1}.bt-testimonial-carousel.tpl2:hover .owl-controls .owl-nav .owl-next{right:15px;opacity:1}.bt-testimonial-carousel.tpl3{position:relative}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content{position:relative;background:#53575a;min-height:210px;padding:30px 40px 30px 190px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content:before{content:"";position:absolute;bottom:-10px;left:90px;width:20px;height:20px;background:#53575a;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content .bt-thumb{position:absolute;top:30px;left:30px;width:140px;height:140px}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content .bt-thumb>img{width:100%;height:auto;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content .bt-excerpt{font-family:Lato;font-size:18px;font-weight:400;font-style:italic;line-height:30px;letter-spaing:0;color:#fff;margin-top:10px;max-height:125px;overflow:hidden}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-title{display:inline-block;font-family:Lato;font-size:18px;font-weight:700;line-height:24px;letter-spaing:0;color:#fff;margin:20px 0 0 60px}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-title>span{display:block;font-size:14px;font-weight:400}.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-prev,.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-prev:hover,.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a}.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-prev,.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-prev{position:absolute;top:50%;left:15px}.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-next{position:absolute;top:50%;right:15px}.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-prev{left:-50px;opacity:0}.bt-testimonial-carousel.tpl3 .owl-controls .owl-nav .owl-next{right:-50px;opacity:0}.bt-testimonial-carousel.tpl3 .owl-dots{position:absolute;bottom:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:30px;left:auto;right:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.bt-testimonial-carousel.tpl3 .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-testimonial-carousel.tpl3 .owl-dots .owl-dot.active,.bt-testimonial-carousel.tpl3 .owl-dots .owl-dot:hover{background:#53575a}.bt-testimonial-carousel.tpl3 .owl-dots .owl-dot{display:inline-block;margin:0 8px}.bt-testimonial-carousel.tpl3 .owl-dots .owl-dot{margin:0 5px;width:10px;height:10px;background:transparent;border:1px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bt-testimonial-carousel.tpl3 .owl-dots .owl-dot.active,.bt-testimonial-carousel.tpl3 .owl-dots .owl-dot:hover{background:#fff}.bt-testimonial-carousel.tpl3:hover .owl-controls .owl-nav .owl-prev{left:15px;opacity:1}.bt-testimonial-carousel.tpl3:hover .owl-controls .owl-nav .owl-next{right:15px;opacity:1}.bt-testimonial-carousel.tpl3.bt-style-dark .testimonial-item .bt-title{color:#494949}.bt-testimonial-carousel.tpl3.bt-style-dark .testimonial-item .bt-title>span{color:#646464}.bt-testimonial-carousel.tpl3.bt-style-dark .owl-dots .owl-dot{background:#cfcfcf;border:none}.bt-testimonial-carousel.tpl3.bt-style-dark .owl-dots .owl-dot.active,.bt-testimonial-carousel.tpl3.bt-style-dark .owl-dots .owl-dot:hover{background:#53575a}@media (max-width:767px){.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content{text-align:center;padding:30px}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content .bt-thumb{position:relative;top:0;left:0;display:inline-block}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-content:before{left:calc(50% - 10px)}.bt-testimonial-carousel.tpl3 .testimonial-item .bt-title{display:block;text-align:center;margin:20px 0 0}}.bt-package-item-style1 .bt-package-item{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-family:Montserrat;text-align:center;margin-bottom:30px;border:6px solid #e7e7e7}.bt-package-item-style1 .bt-package-item .bt-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;padding:60px 0 40px;border-bottom:6px solid #e7e7e7}.bt-package-item-style1 .bt-package-item .bt-header .bt-title{font-size:30px;line-height:30px;letter-spacing:.04em;color:#313131;margin-bottom:0}.bt-package-item-style1 .bt-package-item .bt-header .bt-price-per-time{font-size:15px;line-height:30px;letter-spacing:.04em;color:#53575a}.bt-package-item-style1 .bt-package-item .bt-content{position:relative;padding:40px 0}.bt-package-item-style1 .bt-package-item .bt-content .descirption{font-size:14px;letter-spacing:.04em;line-height:24px;color:#4a4949;margin-bottom:30px}.bt-package-item-style1 .bt-package-item .bt-content .type{position:absolute;top:-18px;left:50%;font-size:15px;line-height:15px;letter-spacing:.04em;color:#fff;background:#53575a;margin-bottom:0;padding:10px 30px 6px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-wekbit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-package-item-style1 .bt-package-item .bt-content .options{font-size:15px;font-weight:500;line-height:25px;letter-spacing:.04em;color:#969595;margin:0 0 30px}.bt-package-item-style1 .bt-package-item .bt-content .options>li{list-style:none;padding:12px 0}.bt-package-item-style1 .bt-package-item .bt-content .options > li:nth-child(2n+1) {background:#f9f9f9}.bt-package-item-style1 .bt-package-item .bt-content .btn-buy{font-size:13px;font-weight:700;line-height:40px;letter-spacing:.04em;color:#fff;background:#2e2e2e;padding:8px 25px;border:1px solid #2e2e2e;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-package-item-style1 .bt-package-item .bt-content .btn-buy:hover{background:#53575a;border-color:#53575a}.bt-package-item-style1 .bt-package-item:hover{border-color:#cecece}.bt-package-item-style1 .bt-package-item:hover .bt-header{border-bottom-color:#cecece}.bt-package-item-style2 .bt-package-item{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-family:Montserrat;text-align:center;margin-top:68px;margin-bottom:30px;border:3px solid #e1e1e1}.bt-package-item-style2 .bt-package-item .bt-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Lato;position:absolute;top:-68px;left:50%;width:136px;height:136px;background:#efefef;-webkit-border-radius:136px;-moz-border-radius:136px;border-radius:136px;-wekbit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-package-item-style2 .bt-package-item .bt-header .bt-price-per-time{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt-package-item-style2 .bt-package-item .bt-header .bt-price-per-time:before,.bt-package-item-style2 .bt-package-item .bt-header .bt-price-per-time:after{content:" ";display:table}.bt-package-item-style2 .bt-package-item .bt-header .bt-price-per-time:after{clear:both}.bt-package-item-style2 .bt-package-item .bt-header .bt-price-per-time>span{display:block;font-size:40px;font-weight:900;line-height:46px;letter-spacing:.04em;color:#313131}.bt-package-item-style2 .bt-package-item .bt-header .bt-price-per-time>span>sup{font-size:20px;top:0}.bt-package-item-style2 .bt-package-item .bt-header .bt-price-per-time>span:last-child{font-size:13px;line-height:24px}.bt-package-item-style2 .bt-package-item .bt-content{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;padding:86px 15px 30px}.bt-package-item-style2 .bt-package-item .bt-content .descirption{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;letter-spacing:.04em;line-height:24px;color:#4a4949;margin-bottom:30px}.bt-package-item-style2 .bt-package-item .bt-content .type{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;line-height:15px;letter-spacing:.04em;color:#313131;margin-bottom:20px}.bt-package-item-style2 .bt-package-item .bt-content .options{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Lato;font-size:13px;line-height:25px;letter-spacing:.04em;color:#5b5b5b;margin:0 0 30px}.bt-package-item-style2 .bt-package-item .bt-content .options>li{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;list-style:none;padding:12px 0}.bt-package-item-style2 .bt-package-item .bt-content .options > li:nth-child(2n+1) {background:#f9f9f9}.bt-package-item-style2 .bt-package-item .bt-content .btn-buy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:13px;font-weight:400;line-height:40px;letter-spacing:.04em;color:#fff;background:#555252;padding:8px 25px;border:1px solid #555252}.bt-package-item-style2 .bt-package-item:hover{background:#53575a;margin-top:0;border-color:#53575a}.bt-package-item-style2 .bt-package-item:hover .bt-header{top:20px;width:120px;height:120px;background:#fff}.bt-package-item-style2 .bt-package-item:hover .bt-content{padding-top:154px}.bt-package-item-style2 .bt-package-item:hover .bt-content .descirption,.bt-package-item-style2 .bt-package-item:hover .bt-content .type,.bt-package-item-style2 .bt-package-item:hover .bt-content .options{color:#fff}.bt-package-item-style2 .bt-package-item:hover .bt-content .descirption > li:nth-child(2n+1), .bt-package-item-style2 .bt-package-item:hover .bt-content .type > li:nth-child(2n+1), .bt-package-item-style2 .bt-package-item:hover .bt-content .options > li:nth-child(2n+1) {background:#ff6163}.bt-package-item-style2 .bt-package-item:hover .bt-content .type{font-weight:400}.bt-package-item-style2 .bt-package-item:hover .bt-content .options > li:nth-child(2n+1) {background:#ff6163}.bt-package-item-style2 .bt-package-item:hover .bt-content .btn-buy{color:#31aae2;background:#fff;border-color:#fff}.bt-package-wrapper.style1 .bt-package-item{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-family:Montserrat;text-align:center;margin-bottom:30px;border:6px solid #e7e7e7}.bt-package-wrapper.style1 .bt-package-item .bt-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;padding:60px 0 40px;border-bottom:6px solid #e7e7e7}.bt-package-wrapper.style1 .bt-package-item .bt-header .bt-title{font-size:30px;line-height:30px;letter-spacing:.04em;color:#313131;margin-bottom:0}.bt-package-wrapper.style1 .bt-package-item .bt-header .bt-price-per-time{font-size:15px;line-height:30px;letter-spacing:.04em;color:#53575a}.bt-package-wrapper.style1 .bt-package-item .bt-content{position:relative;padding:40px 0}.bt-package-wrapper.style1 .bt-package-item .bt-content .descirption{font-size:14px;letter-spacing:.04em;line-height:24px;color:#4a4949;margin-bottom:30px}.bt-package-wrapper.style1 .bt-package-item .bt-content .type{position:absolute;top:-18px;left:50%;font-size:15px;line-height:15px;letter-spacing:.04em;color:#fff;background:#53575a;margin-bottom:0;padding:10px 30px 6px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-wekbit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-package-wrapper.style1 .bt-package-item .bt-content .options{font-size:15px;font-weight:500;line-height:25px;letter-spacing:.04em;color:#969595;margin:0 0 30px}.bt-package-wrapper.style1 .bt-package-item .bt-content .options>li{list-style:none;padding:12px 0}.bt-package-wrapper.style1 .bt-package-item .bt-content .options > li:nth-child(2n+1) {background:#f9f9f9}.bt-package-wrapper.style1 .bt-package-item .bt-content .btn-buy{font-size:13px;font-weight:700;line-height:40px;letter-spacing:.04em;color:#fff;background:#2e2e2e;padding:8px 25px;border:1px solid #2e2e2e;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-package-wrapper.style1 .bt-package-item .bt-content .btn-buy:hover{background:#53575a;border-color:#53575a}.bt-package-wrapper.style1 .bt-package-item:hover{border-color:#cecece}.bt-package-wrapper.style1 .bt-package-item:hover .bt-header{border-bottom-color:#cecece}.bt-package-wrapper.style2 .bt-package-item{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;font-family:Montserrat;text-align:center;margin-top:68px;margin-bottom:30px;border:3px solid #e1e1e1}.bt-package-wrapper.style2 .bt-package-item .bt-header{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Lato;position:absolute;top:-68px;left:50%;width:136px;height:136px;background:#efefef;-webkit-border-radius:136px;-moz-border-radius:136px;border-radius:136px;-wekbit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-package-wrapper.style2 .bt-package-item .bt-header .bt-price-per-time{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt-package-wrapper.style2 .bt-package-item .bt-header .bt-price-per-time:before,.bt-package-wrapper.style2 .bt-package-item .bt-header .bt-price-per-time:after{content:" ";display:table}.bt-package-wrapper.style2 .bt-package-item .bt-header .bt-price-per-time:after{clear:both}.bt-package-wrapper.style2 .bt-package-item .bt-header .bt-price-per-time>span{display:block;font-size:40px;font-weight:900;line-height:46px;letter-spacing:.04em;color:#313131}.bt-package-wrapper.style2 .bt-package-item .bt-header .bt-price-per-time>span>sup{font-size:20px;top:0}.bt-package-wrapper.style2 .bt-package-item .bt-header .bt-price-per-time>span:last-child{font-size:13px;line-height:24px}.bt-package-wrapper.style2 .bt-package-item .bt-content{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:relative;padding:86px 15px 30px}.bt-package-wrapper.style2 .bt-package-item .bt-content .descirption{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:14px;letter-spacing:.04em;line-height:24px;color:#4a4949;margin-bottom:30px}.bt-package-wrapper.style2 .bt-package-item .bt-content .type{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:15px;line-height:15px;letter-spacing:.04em;color:#313131;margin-bottom:20px}.bt-package-wrapper.style2 .bt-package-item .bt-content .options{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Lato;font-size:13px;line-height:25px;letter-spacing:.04em;color:#5b5b5b;margin:0 0 30px}.bt-package-wrapper.style2 .bt-package-item .bt-content .options>li{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;list-style:none;padding:12px 0}.bt-package-wrapper.style2 .bt-package-item .bt-content .options > li:nth-child(2n+1) {background:#f9f9f9}.bt-package-wrapper.style2 .bt-package-item .bt-content .btn-buy{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:13px;font-weight:400;line-height:40px;letter-spacing:.04em;color:#fff;background:#555252;padding:8px 25px;border:1px solid #555252}.bt-package-wrapper.style2 .bt-package-item:hover{background:#53575a;margin-top:0;border-color:#53575a}.bt-package-wrapper.style2 .bt-package-item:hover .bt-header{top:20px;width:120px;height:120px;background:#fff}.bt-package-wrapper.style2 .bt-package-item:hover .bt-content{padding-top:154px}.bt-package-wrapper.style2 .bt-package-item:hover .bt-content .descirption,.bt-package-wrapper.style2 .bt-package-item:hover .bt-content .type,.bt-package-wrapper.style2 .bt-package-item:hover .bt-content .options{color:#fff}.bt-package-wrapper.style2 .bt-package-item:hover .bt-content .descirption > li:nth-child(2n+1), .bt-package-wrapper.style2 .bt-package-item:hover .bt-content .type > li:nth-child(2n+1), .bt-package-wrapper.style2 .bt-package-item:hover .bt-content .options > li:nth-child(2n+1) {background:#ff6163}.bt-package-wrapper.style2 .bt-package-item:hover .bt-content .type{font-weight:400}.bt-package-wrapper.style2 .bt-package-item:hover .bt-content .options > li:nth-child(2n+1) {background:#ff6163}.bt-package-wrapper.style2 .bt-package-item:hover .bt-content .btn-buy{color:#31aae2;background:#fff;border-color:#fff}.bt-package-wrapper .bt-pagination{text-align:center;padding:30px}.bt-package-wrapper .bt-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bt-package-wrapper .bt-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bt-package-wrapper .bt-pagination>.page-numbers.dots:hover{color:transparent}.bt-package-wrapper .bt-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-package-wrapper .bt-pagination>.page-numbers.prev,.bt-package-wrapper .bt-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bt-package-wrapper .bt-pagination>.page-numbers.current,.bt-package-wrapper .bt-pagination>.page-numbers:hover{color:#53575a}@media (max-width:767px){.bt-package-wrapper.style1 .bt-package-item,.bt-package-wrapper.style2 .bt-package-item{max-width:320px;margin-left:auto;margin-right:auto}}.bt-product-carousel.tpl1 .product{position:relative;text-align:center}.bt-product-carousel.tpl1 .product .bt-thumb img{width:100%;height:auto}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;background:rgba(49,49,49,.55)}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action{margin:0;padding:0}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li{display:inline-block;margin:3px}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li>a{display:inline-block;width:45px;height:45px;font-size:14px;font-weight:400;line-height:43px;color:#fff;border:1px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-o-transform:translateY(-70px);-ms-transform:translateY(-70px);transform:translateY(-70px)}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li>a.bt-quickview{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li>a.bt-wishlist{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li>a.bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li>a.bt-wishlist.active>i:before{content:"\f004"}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li>a.readmore{-webkit-transition:all 1.2s;-moz-transition:all 1.2s;-o-transition:all 1.2s;transition:all 1.2s}.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action>li>a:hover{background:#53575a;border-color:#53575a}.bt-product-carousel.tpl1 .product .bt-content{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;position:absolute;bottom:10px;left:10px;width:calc(100% - 20px);z-index:9;background:rgba(10,10,10,.75);padding:15px 0;-wekbit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bt-product-carousel.tpl1 .product .bt-content .bt-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:14px;font-weight:700;line-height:18px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:0}.bt-product-carousel.tpl1 .product .bt-content .bt-title>a{color:#fff}.bt-product-carousel.tpl1 .product .bt-content .bt-title>a:hover{color:#53575a}.bt-product-carousel.tpl1 .product .bt-content .bt-categories a{font-family:Montserrat;font-size:11px;line-height:18px;letter-spacing:.04em;text-transform:uppercase;color:#fff}.bt-product-carousel.tpl1 .product .bt-content .bt-categories a:hover{color:#53575a}.bt-product-carousel.tpl1 .product:hover .bt-thumb .bt-overlay{opacity:1}.bt-product-carousel.tpl1 .product:hover .bt-thumb .bt-overlay .bt-inner .bt-action>li>a{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bt-product-carousel.tpl1 .product:hover .bt-content{background:rgba(255,255,255,.95)}.bt-product-carousel.tpl1 .product:hover .bt-content .bt-title>a{color:#313131}.bt-product-carousel.tpl1 .product:hover .bt-content .bt-title>a:hover{color:#53575a}.bt-product-carousel.tpl1 .product:hover .bt-content .bt-categories a{color:#969595}.bt-product-carousel.tpl1 .product:hover .bt-content .bt-categories a:hover{color:#53575a}.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-prev,.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:35px;height:35px;font-size:15px;line-height:35px;text-align:center;color:#555;background:#fff;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-prev:hover,.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-next:hover{color:#fff;background:#53575a}.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-prev,.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-prev{position:absolute;top:50%;left:15px}.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-next{position:absolute;top:50%;right:15px}.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-prev{left:-50px;opacity:0}.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-next{right:-50px;opacity:0}.bt-product-carousel.tpl1 .owl-dots{position:absolute;bottom:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-product-carousel.tpl1 .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-product-carousel.tpl1 .owl-dots .owl-dot.active,.bt-product-carousel.tpl1 .owl-dots .owl-dot:hover{background:#53575a}.bt-product-carousel.tpl1 .owl-dots .owl-dot{display:inline-block;margin:0 8px}.bt-product-carousel.tpl1:hover .owl-controls .owl-nav .owl-prev{left:15px;opacity:1}.bt-product-carousel.tpl1:hover .owl-controls .owl-nav .owl-next{right:15px;opacity:1}.bt-product-carousel.tpl2{position:relative;overflow:hidden}.bt-product-carousel.tpl2 .product{position:relative;text-align:center}.bt-product-carousel.tpl2 .product .bt-thumb img{width:100%;height:auto}.bt-product-carousel.tpl2 .product .bt-overlay{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;background:rgba(0,0,0,.75)}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:52px;font-weight:300;line-height:52px;letter-spacing:-.075em;-webkit-transform:scale(.85);-moz-transform:scale(.85);-o-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85)}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-title>a{color:#fff}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-title>a:hover{color:#fff}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-title>a>span{display:block;font-size:82px;font-weight:700;line-height:82px}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-buy-product{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;font-family:Montserrat;font-size:16px;font-weight:500;line-height:23px;letter-spacing:.1em;color:#fff;background:#53575a;display:inline-block;padding:18px 30px;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-buy-product:before{background:#fff}.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-buy-product:hover,.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-buy-product:focus{color:#53575a}.bt-product-carousel.tpl2 .product:hover .bt-overlay{opacity:1}.bt-product-carousel.tpl2 .product:hover .bt-overlay .bt-content .bt-title{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt-product-carousel.tpl2 .product:hover .bt-overlay .bt-content .bt-buy-product{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-prev,.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-next{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:-40px;width:80px;height:80px;font-size:30px;color:#fff;background:#8b8b8b;opacity:0;border-radius:5px;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-prev>i,.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-next>i{display:inline-block;position:relative;top:12px;left:45px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-prev:hover,.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-next:hover{background:#53575a}.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-next{left:auto;right:-40px}.bt-product-carousel.tpl2 .owl-controls .owl-nav .owl-next>i{left:20px;top:37px}.bt-product-carousel.tpl2 .owl-dots{position:absolute;bottom:-30px;left:50%;line-height:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-product-carousel.tpl2 .owl-dots .owl-dot{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;display:inline-block;width:12px;height:12px;background:#cfcfcf;border-radius:12px}.bt-product-carousel.tpl2 .owl-dots .owl-dot.active,.bt-product-carousel.tpl2 .owl-dots .owl-dot:hover{background:#53575a}.bt-product-carousel.tpl2 .owl-dots .owl-dot{display:inline-block;margin:0 8px}.bt-product-carousel.tpl2:hover .owl-controls .owl-nav .owl-prev,.bt-product-carousel.tpl2:hover .owl-controls .owl-nav .owl-next{opacity:1}@media (max-width:767px){.bt-product-carousel.tpl1 .product{max-width:420px;margin-left:auto;margin-right:auto}}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1{display:inline-block;background:transparent;margin-bottom:60px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item{margin:0!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item a{font-family:Montserrat;position:relative;display:inline-block;font-size:14px;font-weight:700;font-style:normal;line-height:18px;letter-spacing:.05em;text-transform:uppercase;color:#141414;margin:2px 5px;padding:8px 15px;opacity:1;border:2px solid transparent}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item a:before,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item a:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item a sup{color:#999}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item.tbbs-filter-current a,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style1 .tbbs-filter-item:hover a{color:#53575a;border-color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail{position:relative;height:calc(100% - 90px);overflow:hidden}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-61px;left:0;width:100%;background:#222;padding-right:70px;z-index:-1;opacity:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .add_to_cart_button{width:100%;height:60px;font-family:Montserrat;font-size:14px;font-weight:700;line-height:60px;letter-spacing:.03em;text-align:center;text-transform:uppercase;color:#fff;background:#53575a;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .add_to_cart_button:hover{opacity:.9}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .add_to_cart_button:after{content:"";font-family:WooCommerce;font-size:12px;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;text-align:center;margin:0;padding:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .add_to_cart_button.loading{opacity:.25;margin:0;padding:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .add_to_cart_button.loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .add_to_cart_button.added{margin:0;padding:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .add_to_cart_button.added:after{content:"\e017"}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .added_to_cart{position:absolute;top:-30px;left:0;width:100%;font-family:Montserrat;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin:0;padding:6px;color:#fff;background:rgba(0,0,0,.7)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .added_to_cart:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"\f178";font-family:FontAwesome;font-size:0;display:inline-block;vertical-align:middle}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .added_to_cart:hover:after{font-size:14px;line-height:18px;margin-left:5px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .bt-quickview,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .bt-wishlist{position:absolute;top:0;right:0;width:70px;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;background:#222}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .bt-quickview:hover,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .bt-wishlist:hover{opacity:.8}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .bt-wishlist{top:30px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions .bt-wishlist.active>i:before{content:"\f004"}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail .item-actions:before{content:"";position:absolute;top:30px;right:0;height:1px;width:70px;background:rgba(83,87,90,.25);z-index:1}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content{max-height:90px;padding-top:15px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .title{font-size:14px;line-height:24px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .title>a{color:#141414}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .title>a:hover{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .price{font-family:Crimson\ text;font-style:italic;font-size:17px;font-weight:700;line-height:24px;letter-spacing:.06em;color:#141414}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .price>del{color:#6f6f6f}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .price>ins{text-decoration:none}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .star-rating{float:right;font-size:13px;line-height:12px;color:#53575a;margin-top:-20px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content .star-rating:before{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1:hover .item-thumbnail .item-actions{bottom:0;z-index:9;opacity:1}@media (max-width:991px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1{width:calc(100% / 2)}}@media (max-width:767px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-thumbnail,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style1 .item-content{max-width:320px;margin-left:auto;margin-right:auto}}.bt-products-grid.tpl1 article{position:relative;margin-bottom:30px}.bt-products-grid.tpl1 article:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(14,14,14,.3);opacity:0;z-index:1}.bt-products-grid.tpl1 article .bt-thumb{position:relative;overflow:hidden}.bt-products-grid.tpl1 article .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px;z-index:9}.bt-products-grid.tpl1 article .bt-thumb img{-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;width:100%;height:auto}.bt-products-grid.tpl1 article .bt-content{position:absolute;bottom:10px;left:10px;width:calc(100% - 20px);height:70px;background:rgba(3,3,3,.91);padding:15px 75px;overflow:hidden;z-index:2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-products-grid.tpl1 article .bt-content .bt-action{position:absolute;top:0;left:0;width:50px;height:70px;margin:0;padding:0;border-right:1px solid #2d2d2d}.bt-products-grid.tpl1 article .bt-content .bt-action>li a{display:block;height:35px;font-size:14px;line-height:35px;text-align:center;color:#fff;background:transparent;margin:0;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-products-grid.tpl1 article .bt-content .bt-action>li a.add_to_cart_button{position:relative}.bt-products-grid.tpl1 article .bt-content .bt-action>li a.add_to_cart_button:after{content:"";font-family:WooCommerce;font-size:12px;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;text-align:center;margin:0;padding:0}.bt-products-grid.tpl1 article .bt-content .bt-action>li a.add_to_cart_button.loading{opacity:.25;margin:0;padding:0}.bt-products-grid.tpl1 article .bt-content .bt-action>li a.add_to_cart_button.loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bt-products-grid.tpl1 article .bt-content .bt-action>li a.add_to_cart_button.added{margin:0;padding:0}.bt-products-grid.tpl1 article .bt-content .bt-action>li a.add_to_cart_button.added:after{content:"\e017"}.bt-products-grid.tpl1 article .bt-content .bt-action>li a.added_to_cart{position:absolute;top:35px;left:0;height:35px;width:100%;margin:0;padding:0;opacity:0}.bt-products-grid.tpl1 article .bt-content .bt-action>li a:hover{background:#53575a}.bt-products-grid.tpl1 article .bt-content .bt-action>li:first-child{border-bottom:1px solid #2d2d2d}.bt-products-grid.tpl1 article .bt-content .bt-title{font-size:16px;font-weight:700;line-height:24px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:0}.bt-products-grid.tpl1 article .bt-content .bt-title>a{color:#fff}.bt-products-grid.tpl1 article .bt-content .bt-title>a:hover{color:#53575a}.bt-products-grid.tpl1 article .bt-content .bt-categories{font-size:8px;line-height:16px;color:#53575a}.bt-products-grid.tpl1 article .bt-content .bt-categories a{font-family:Montserrat;font-size:12px;font-weight:300;letter-spacing:.04em;color:#53575a;display:inline-block;margin:0 2px}.bt-products-grid.tpl1 article .bt-content .bt-price{position:absolute;top:0;right:0;width:75px;height:70px;font-family:Lato;font-size:16px;font-weight:900;line-height:24px;letter-spacing:.05em;text-align:center;color:#fff;border-left:1px solid #2d2d2d}.bt-products-grid.tpl1 article .bt-content .bt-price>span{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt-products-grid.tpl1 article .bt-content .bt-price>span:before,.bt-products-grid.tpl1 article .bt-content .bt-price>span:after{content:" ";display:table}.bt-products-grid.tpl1 article .bt-content .bt-price>span:after{clear:both}.bt-products-grid.tpl1 article .bt-content .bt-price>span>del{font-size:14px;color:#aaa}.bt-products-grid.tpl1 article .bt-content .bt-price>span>ins{font-size:16px;text-decoration:none}.bt-products-grid.tpl1 article:hover:before{opacity:1}.bt-products-grid.tpl1 article:hover .bt-thumb>img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.bt-products-grid.tpl2 .product{margin-bottom:30px}.bt-products-grid.tpl2 .product .bt-thumb{position:relative;margin-bottom:10px;overflow:hidden}.bt-products-grid.tpl2 .product .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}.bt-products-grid.tpl2 .product .bt-thumb img{width:100%;height:auto}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-61px;left:0;width:100%;background:#222;padding-right:70px;z-index:-1;opacity:0}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .add_to_cart_button{width:100%;height:60px;font-family:Montserrat;font-size:14px;font-weight:700;line-height:60px;letter-spacing:.03em;text-align:center;text-transform:uppercase;color:#fff;background:#53575a;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .add_to_cart_button:hover{opacity:.9}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .add_to_cart_button:after{content:"";font-family:WooCommerce;font-size:12px;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;text-align:center;margin:0;padding:0}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .add_to_cart_button.loading{opacity:.25;margin:0;padding:0}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .add_to_cart_button.loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .add_to_cart_button.added{margin:0;padding:0}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .add_to_cart_button.added:after{content:"\e017"}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .added_to_cart{position:absolute;top:-30px;left:0;width:100%;font-family:Montserrat;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin:0;padding:6px;color:#fff;background:rgba(0,0,0,.7)}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .added_to_cart:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"\f178";font-family:FontAwesome;font-size:0;display:inline-block;vertical-align:middle}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .added_to_cart:hover:after{font-size:14px;line-height:18px;margin-left:5px}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .bt-quickview,.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .bt-wishlist{position:absolute;top:0;right:0;width:70px;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;background:#222}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .bt-quickview:hover,.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .bt-wishlist:hover{opacity:.8}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .bt-wishlist{top:30px}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .bt-wishlist.active>i:before{content:"\f004"}.bt-products-grid.tpl2 .product .bt-thumb .bt-actions:before{content:"";position:absolute;top:30px;right:0;height:1px;width:70px;background:rgba(83,87,90,.25);z-index:1}.bt-products-grid.tpl2 .product .bt-content{position:relative}.bt-products-grid.tpl2 .product .bt-content h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.bt-products-grid.tpl2 .product .bt-content h3:hover{color:#53575a}.bt-products-grid.tpl2 .product .bt-content .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:0;padding-right:75px}.bt-products-grid.tpl2 .product .bt-content .price .amount{font-size:18px;color:#141414}.bt-products-grid.tpl2 .product .bt-content .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.bt-products-grid.tpl2 .product .bt-content .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.bt-products-grid.tpl2 .product .bt-content .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.bt-products-grid.tpl2 .product .bt-content .star-rating{font-size:13px;line-height:12px;color:#53575a;position:absolute;bottom:11px;right:0;margin-bottom:0}.bt-products-grid.tpl2 .product .bt-content .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.bt-products-grid.tpl2 .product .bt-content .star-rating:before{color:#53575a}.bt-products-grid.tpl2 .product:hover .bt-thumb .bt-actions{bottom:0;z-index:9;opacity:1}.bt-products-grid .bt-pagination{text-align:center;padding:30px}.bt-products-grid .bt-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.bt-products-grid .bt-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.bt-products-grid .bt-pagination>.page-numbers.dots:hover{color:transparent}.bt-products-grid .bt-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-products-grid .bt-pagination>.page-numbers.prev,.bt-products-grid .bt-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.bt-products-grid .bt-pagination>.page-numbers.current,.bt-products-grid .bt-pagination>.page-numbers:hover{color:#53575a}@media (max-width:767px){.bt-products-grid.tpl1 article{max-width:420px;margin-left:auto;margin-right:auto;margin-bottom:30px!important}.bt-products-grid.tpl2 article{max-width:320px;margin-left:auto;margin-right:auto}}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2{background:transparent;margin-bottom:40px!important}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item:not(:last-child):after {content:"x";font-size:16px;color:#636363}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item>a{font-family:Lato;font-size:16px;font-weight:400;line-height:16px;letter-spacing:.1em;text-transform:none;color:#636363;margin:0 20px}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item>a:before,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item>a:after{display:none}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item.tbbs-filter-current:after,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item:hover:after{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item.tbbs-filter-current>a,.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.consulta-woo-style2 .tbbs-filter-item:hover>a{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2{position:relative;overflow:hidden;border:1px solid transparent}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(14,14,14,.3);opacity:0;z-index:1}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px;z-index:9}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .item-thumbnail{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content{position:absolute;bottom:10px;left:10px;width:calc(100% - 20px);height:70px;background:rgba(3,3,3,.91);padding:15px 75px;overflow:hidden;z-index:2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action{position:absolute;top:0;left:0;width:50px;height:70px;margin:0;padding:0;border-right:1px solid #2d2d2d}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a{display:block;height:35px;font-size:14px;line-height:35px;text-align:center;color:#fff;background:transparent;margin:0;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a:hover{background:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a.add_to_cart_button{position:relative}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a.add_to_cart_button:after{content:"";font-family:WooCommerce;font-size:12px;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;text-align:center;margin:0;padding:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a.add_to_cart_button.loading{opacity:.25;margin:0;padding:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a.add_to_cart_button.loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a.add_to_cart_button.added{margin:0;padding:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a.add_to_cart_button.added:after{content:"\e017"}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a.added_to_cart{position:absolute;top:35px;left:0;height:35px;width:100%;margin:0;padding:0;opacity:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li a:hover{background:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-action>li:first-child{border-bottom:1px solid #2d2d2d}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-title{font-size:16px;font-weight:700;line-height:24px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:0}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-title>a{color:#fff}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-title>a:hover{color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-categories{font-size:8px;line-height:16px;color:#53575a}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-categories a{font-family:Montserrat;font-size:12px;font-weight:300;letter-spacing:.04em;color:#53575a;display:inline-block;margin:0 2px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-price{position:absolute;top:0;right:0;width:75px;height:70px;font-family:Lato;font-size:16px;font-weight:900;line-height:24px;letter-spacing:.05em;text-align:center;color:#fff;border-left:1px solid #2d2d2d}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-price>span{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-price>span:before,.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-price>span:after{content:" ";display:table}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-price>span:after{clear:both}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-price>span>del{font-size:14px;color:#aaa}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content .bt-price>span>ins{font-size:16px;text-decoration:none}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2:hover:before{opacity:1}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2:hover .item-thumbnail{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}@media (max-width:1199px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2{width:calc(100% / 2)}}@media (max-width:767px){.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2{margin-bottom:30px}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .item-thumbnail{max-width:420px;margin-left:auto;margin-right:auto}.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.consulta-woo-style2 .bt-content{max-width:400px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.woocommerce nav.woocommerce-pagination{text-align:center;padding:30px}.woocommerce nav.woocommerce-pagination>.page-numbers{display:inline-block;width:42px;height:42px;font-family:Crimson\ text;font-style:italic;font-weight:700;font-size:18px;letter-spacing:0;line-height:38px;text-align:center;color:#141414;margin:2px 4px;border:2px solid #ececec}.woocommerce nav.woocommerce-pagination>.page-numbers.dots{position:relative;color:transparent;border-color:transparent}.woocommerce nav.woocommerce-pagination>.page-numbers.dots:hover{color:transparent}.woocommerce nav.woocommerce-pagination>.page-numbers.dots:before{content:".........";position:absolute;bottom:0;left:50%;font-size:16px;line-height:1;color:#141414;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.woocommerce nav.woocommerce-pagination>.page-numbers.prev,.woocommerce nav.woocommerce-pagination>.page-numbers.next{background:#f1f1f1;border-color:#f1f1f1}.woocommerce nav.woocommerce-pagination>.page-numbers.current,.woocommerce nav.woocommerce-pagination>.page-numbers:hover{color:#53575a}.bt-single-add-to-cart>span{font-family:Montserrat;font-size:12px;font-weight:400;letter-spacing:.16px;text-transform:uppercase;color:#282828;display:inline-block;vertical-align:middle}.bt-single-add-to-cart .quantity{display:inline-block;vertical-align:middle;float:none;margin-left:15px}.bt-single-add-to-cart .quantity>input{font-size:12px;font-weight:700;letter-spacing:.48px;color:#282828;width:85px;height:42px;border:1px solid #ececec;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bt-single-add-to-cart .quantity>input:focus{border-color:#53575a}.bt-single-add-to-cart .single_add_to_cart_button{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:13px;font-weight:400;line-height:28px;letter-spacing:.16px;text-transform:uppercase;color:#fff;background:#53575a;padding:10px 30px;border:2px solid #53575a;-webkit-border-radius:3px;moz-border-radius:3px;border-radius:3px;position:absolute;top:50px;right:60px;z-index:9}.bt-single-add-to-cart .single_add_to_cart_button:hover{color:#53575a;background:transparent}.bt-onsale-style1{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-price-style1{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px}.bt-price-style1 .amount{font-size:18px;color:#141414}.bt-price-style1>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.bt-price-style1>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.bt-price-style1>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.bt-product-grid-item .bt-thumb{position:relative;margin-bottom:10px;overflow:hidden}.bt-product-grid-item .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}.bt-product-grid-item .bt-thumb img{width:100%;height:auto}.bt-product-grid-item .bt-thumb .bt-actions{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-61px;left:0;width:100%;background:#222;padding-right:70px;z-index:-1;opacity:0}.bt-product-grid-item .bt-thumb .bt-actions .add_to_cart_button{width:100%;height:60px;font-family:Montserrat;font-size:14px;font-weight:700;line-height:60px;letter-spacing:.03em;text-align:center;text-transform:uppercase;color:#fff;background:#53575a;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-product-grid-item .bt-thumb .bt-actions .add_to_cart_button:hover{opacity:.9}.bt-product-grid-item .bt-thumb .bt-actions .add_to_cart_button:after{content:"";font-family:WooCommerce;font-size:12px;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;text-align:center;margin:0;padding:0}.bt-product-grid-item .bt-thumb .bt-actions .add_to_cart_button.loading{opacity:.25;margin:0;padding:0}.bt-product-grid-item .bt-thumb .bt-actions .add_to_cart_button.loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bt-product-grid-item .bt-thumb .bt-actions .add_to_cart_button.added{margin:0;padding:0}.bt-product-grid-item .bt-thumb .bt-actions .add_to_cart_button.added:after{content:"\e017"}.bt-product-grid-item .bt-thumb .bt-actions .added_to_cart{position:absolute;top:-30px;left:0;width:100%;font-family:Montserrat;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin:0;padding:6px;color:#fff;background:rgba(0,0,0,.7)}.bt-product-grid-item .bt-thumb .bt-actions .added_to_cart:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"\f178";font-family:FontAwesome;font-size:0;display:inline-block;vertical-align:middle}.bt-product-grid-item .bt-thumb .bt-actions .added_to_cart:hover:after{font-size:14px;line-height:18px;margin-left:5px}.bt-product-grid-item .bt-thumb .bt-actions .bt-quickview,.bt-product-grid-item .bt-thumb .bt-actions .bt-wishlist{position:absolute;top:0;right:0;width:70px;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;background:#222}.bt-product-grid-item .bt-thumb .bt-actions .bt-quickview:hover,.bt-product-grid-item .bt-thumb .bt-actions .bt-wishlist:hover{opacity:.8}.bt-product-grid-item .bt-thumb .bt-actions .bt-wishlist{top:30px}.bt-product-grid-item .bt-thumb .bt-actions .bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.bt-product-grid-item .bt-thumb .bt-actions .bt-wishlist.active>i:before{content:"\f004"}.bt-product-grid-item .bt-thumb .bt-actions:before{content:"";position:absolute;top:30px;right:0;height:1px;width:70px;background:rgba(83,87,90,.25);z-index:1}.bt-product-grid-item .bt-content{position:relative}.bt-product-grid-item .bt-content h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.bt-product-grid-item .bt-content h3:hover{color:#53575a}.bt-product-grid-item .bt-content .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:0;padding-right:75px}.bt-product-grid-item .bt-content .price .amount{font-size:18px;color:#141414}.bt-product-grid-item .bt-content .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.bt-product-grid-item .bt-content .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.bt-product-grid-item .bt-content .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.bt-product-grid-item .bt-content .star-rating{font-size:13px;line-height:12px;color:#53575a;position:absolute;bottom:11px;right:0;margin-bottom:0}.bt-product-grid-item .bt-content .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.bt-product-grid-item .bt-content .star-rating:before{color:#53575a}.bt-product-grid-item:hover .bt-thumb .bt-actions{bottom:0;z-index:9;opacity:1}.bt-product-list-item .bt-col-full-height{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.bt-product-list-item .bt-col-full-height .bt-col{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:center;justify-content:center}.bt-product-list-item .bt-col-full-height .bt-col.bt-col-left{width:30%}.bt-product-list-item .bt-col-full-height .bt-col.bt-col-right{width:70%;padding:30px;background:#fafafa;border:3px solid #f6f6f6}.bt-product-list-item .bt-thumb{position:relative;overflow:hidden}.bt-product-list-item .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}.bt-product-list-item .bt-thumb img{width:100%;height:auto}.bt-product-list-item .bt-content h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:22px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.bt-product-list-item .bt-content h3:hover{color:#53575a}.bt-product-list-item .bt-content .price-rating{position:relative}.bt-product-list-item .bt-content .price-rating .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:0;padding-right:75px}.bt-product-list-item .bt-content .price-rating .price .amount{font-size:18px;color:#141414}.bt-product-list-item .bt-content .price-rating .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.bt-product-list-item .bt-content .price-rating .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.bt-product-list-item .bt-content .price-rating .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.bt-product-list-item .bt-content .price-rating .star-rating{position:absolute;bottom:11px;right:0;color:#53575a}.bt-product-list-item .bt-content .price-rating .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.bt-product-list-item .bt-content .price-rating .star-rating:before{color:#53575a}.bt-product-list-item .bt-content>div[itemprop="description"]{font-size:14px;line-height:24px;letter-spacing:.04em;color:#646464;margin-bottom:15px;height:75px;overflow:hidden}.bt-product-list-item .bt-content .bt-actions .add_to_cart_button{display:inline-block;vertical-align:middle;font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#1f1f1f;background:#ececec;margin:2px 0;padding:8px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-product-list-item .bt-content .bt-actions .add_to_cart_button:after{font-size:12px}.bt-product-list-item .bt-content .bt-actions .add_to_cart_button:hover{color:#fff;background:#53575a}.bt-product-list-item .bt-content .bt-actions .added_to_cart{display:inline-block;vertical-align:middle;font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#1f1f1f;background:#ececec;margin:2px 0 2px 10px;padding:8px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-product-list-item .bt-content .bt-actions .added_to_cart:hover{color:#fff;background:#53575a}.bt-product-list-item .bt-content .bt-actions .bt-quickview,.bt-product-list-item .bt-content .bt-actions .bt-wishlist{display:inline-block;vertical-align:middle;width:40px;height:40px;font-size:14px;line-height:40px;text-align:center;color:#1f1f1f;background:#ececec;margin:2px 0 2px 10px}.bt-product-list-item .bt-content .bt-actions .bt-quickview:hover,.bt-product-list-item .bt-content .bt-actions .bt-wishlist:hover{color:#fff;background:#53575a}.bt-product-list-item .bt-content .bt-actions .bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.bt-product-list-item .bt-content .bt-actions .bt-wishlist.active>i:before{content:"\f004"}.archive-product .bt-action-bar{margin-bottom:40px;padding:10px 20px;border:2px solid #f5f5f5}.archive-product .bt-action-bar .woocommerce-result-count{font-family:Lato;font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:0;color:#6f6f6f;margin-bottom:0;float:right}.archive-product .bt-action-bar .woocommerce-ordering{margin-bottom:0;float:left}.archive-product .bt-action-bar .woocommerce-ordering .bt-layout-view{display:inline-block;line-height:24px}.archive-product .bt-action-bar .woocommerce-ordering .bt-layout-view .bt-layout{position:relative;font-size:16px;line-height:24px;display:inline-block}.archive-product .bt-action-bar .woocommerce-ordering .bt-layout-view .bt-layout.list{margin-left:15px}.archive-product .bt-action-bar .woocommerce-ordering .bt-layout-view .bt-layout.active{color:#53575a}.archive-product .bt-action-bar .woocommerce-ordering .bt-layout-view .bt-layout.active input{display:none}.archive-product .bt-action-bar .woocommerce-ordering .bt-layout-view .bt-layout:hover{opacity:.8}.archive-product .bt-action-bar .woocommerce-ordering .bt-layout-view .bt-layout input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;cursor:pointer;opacity:0;z-index:1}.archive-product .bt-action-bar .woocommerce-ordering .bt-sort-by{position:relative;display:inline-block;line-height:24px;margin-left:20px}.archive-product .bt-action-bar .woocommerce-ordering .bt-sort-by:after{content:"\f0d7";font-family:FontAwesome;position:absolute;top:0;right:0;width:20px;height:24px;text-align:center;color:#141414;background:#fff}.archive-product .bt-action-bar .woocommerce-ordering .bt-sort-by .orderby{width:150px;height:24px;margin:0;padding:0;font-family:Lato;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.1;text-transform:uppercase;color:#141414;overflow:hidden;text-overflow:ellipsis;border:none}.archive-product .grid .product{margin-bottom:30px}.archive-product .grid .product .bt-thumb{position:relative;margin-bottom:10px;overflow:hidden}.archive-product .grid .product .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}.archive-product .grid .product .bt-thumb img{width:100%;height:auto}.archive-product .grid .product .bt-thumb .bt-actions{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-61px;left:0;width:100%;background:#222;padding-right:70px;z-index:-1;opacity:0}.archive-product .grid .product .bt-thumb .bt-actions .add_to_cart_button{width:100%;height:60px;font-family:Montserrat;font-size:14px;font-weight:700;line-height:60px;letter-spacing:.03em;text-align:center;text-transform:uppercase;color:#fff;background:#53575a;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.archive-product .grid .product .bt-thumb .bt-actions .add_to_cart_button:hover{opacity:.9}.archive-product .grid .product .bt-thumb .bt-actions .add_to_cart_button:after{content:"";font-family:WooCommerce;font-size:12px;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;text-align:center;margin:0;padding:0}.archive-product .grid .product .bt-thumb .bt-actions .add_to_cart_button.loading{opacity:.25;margin:0;padding:0}.archive-product .grid .product .bt-thumb .bt-actions .add_to_cart_button.loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.archive-product .grid .product .bt-thumb .bt-actions .add_to_cart_button.added{margin:0;padding:0}.archive-product .grid .product .bt-thumb .bt-actions .add_to_cart_button.added:after{content:"\e017"}.archive-product .grid .product .bt-thumb .bt-actions .added_to_cart{position:absolute;top:-30px;left:0;width:100%;font-family:Montserrat;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin:0;padding:6px;color:#fff;background:rgba(0,0,0,.7)}.archive-product .grid .product .bt-thumb .bt-actions .added_to_cart:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"\f178";font-family:FontAwesome;font-size:0;display:inline-block;vertical-align:middle}.archive-product .grid .product .bt-thumb .bt-actions .added_to_cart:hover:after{font-size:14px;line-height:18px;margin-left:5px}.archive-product .grid .product .bt-thumb .bt-actions .bt-quickview,.archive-product .grid .product .bt-thumb .bt-actions .bt-wishlist{position:absolute;top:0;right:0;width:70px;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;background:#222}.archive-product .grid .product .bt-thumb .bt-actions .bt-quickview:hover,.archive-product .grid .product .bt-thumb .bt-actions .bt-wishlist:hover{opacity:.8}.archive-product .grid .product .bt-thumb .bt-actions .bt-wishlist{top:30px}.archive-product .grid .product .bt-thumb .bt-actions .bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.archive-product .grid .product .bt-thumb .bt-actions .bt-wishlist.active>i:before{content:"\f004"}.archive-product .grid .product .bt-thumb .bt-actions:before{content:"";position:absolute;top:30px;right:0;height:1px;width:70px;background:rgba(83,87,90,.25);z-index:1}.archive-product .grid .product .bt-content{position:relative}.archive-product .grid .product .bt-content h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.archive-product .grid .product .bt-content h3:hover{color:#53575a}.archive-product .grid .product .bt-content .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:0;padding-right:75px}.archive-product .grid .product .bt-content .price .amount{font-size:18px;color:#141414}.archive-product .grid .product .bt-content .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.archive-product .grid .product .bt-content .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.archive-product .grid .product .bt-content .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.archive-product .grid .product .bt-content .star-rating{font-size:13px;line-height:12px;color:#53575a;position:absolute;bottom:11px;right:0;margin-bottom:0}.archive-product .grid .product .bt-content .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.archive-product .grid .product .bt-content .star-rating:before{color:#53575a}.archive-product .grid .product:hover .bt-thumb .bt-actions{bottom:0;z-index:9;opacity:1}.archive-product .list .product{margin-bottom:30px}.archive-product .list .product .bt-col-full-height{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.archive-product .list .product .bt-col-full-height .bt-col{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:center;justify-content:center}.archive-product .list .product .bt-col-full-height .bt-col.bt-col-left{width:30%}.archive-product .list .product .bt-col-full-height .bt-col.bt-col-right{width:70%;padding:30px;background:#fafafa;border:3px solid #f6f6f6}.archive-product .list .product .bt-thumb{position:relative;overflow:hidden}.archive-product .list .product .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}.archive-product .list .product .bt-thumb img{width:100%;height:auto}.archive-product .list .product .bt-content h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:22px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.archive-product .list .product .bt-content h3:hover{color:#53575a}.archive-product .list .product .bt-content .price-rating{position:relative}.archive-product .list .product .bt-content .price-rating .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:0;padding-right:75px}.archive-product .list .product .bt-content .price-rating .price .amount{font-size:18px;color:#141414}.archive-product .list .product .bt-content .price-rating .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.archive-product .list .product .bt-content .price-rating .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.archive-product .list .product .bt-content .price-rating .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.archive-product .list .product .bt-content .price-rating .star-rating{position:absolute;bottom:11px;right:0;color:#53575a}.archive-product .list .product .bt-content .price-rating .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.archive-product .list .product .bt-content .price-rating .star-rating:before{color:#53575a}.archive-product .list .product .bt-content>div[itemprop="description"]{font-size:14px;line-height:24px;letter-spacing:.04em;color:#646464;margin-bottom:15px;height:75px;overflow:hidden}.archive-product .list .product .bt-content .bt-actions .add_to_cart_button{display:inline-block;vertical-align:middle;font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#1f1f1f;background:#ececec;margin:2px 0;padding:8px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.archive-product .list .product .bt-content .bt-actions .add_to_cart_button:after{font-size:12px}.archive-product .list .product .bt-content .bt-actions .add_to_cart_button:hover{color:#fff;background:#53575a}.archive-product .list .product .bt-content .bt-actions .added_to_cart{display:inline-block;vertical-align:middle;font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#1f1f1f;background:#ececec;margin:2px 0 2px 10px;padding:8px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.archive-product .list .product .bt-content .bt-actions .added_to_cart:hover{color:#fff;background:#53575a}.archive-product .list .product .bt-content .bt-actions .bt-quickview,.archive-product .list .product .bt-content .bt-actions .bt-wishlist{display:inline-block;vertical-align:middle;width:40px;height:40px;font-size:14px;line-height:40px;text-align:center;color:#1f1f1f;background:#ececec;margin:2px 0 2px 10px}.archive-product .list .product .bt-content .bt-actions .bt-quickview:hover,.archive-product .list .product .bt-content .bt-actions .bt-wishlist:hover{color:#fff;background:#53575a}.archive-product .list .product .bt-content .bt-actions .bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.archive-product .list .product .bt-content .bt-actions .bt-wishlist.active>i:before{content:"\f004"}@media (max-width:1199px){.archive-product .list .product .bt-col-full-height .bt-col.bt-col-right{width:58%}}@media (max-width:767px){.archive-product .grid .product{max-width:320px;margin-left:auto;margin-right:auto}}@media (max-width:640px){.archive-product .list .product .bt-col-full-height .bt-col.bt-col-right{width:100%}.archive-product .list .product .bt-content .bt-actions .add_to_cart_button,.archive-product .list .product .bt-content .bt-actions .added_to_cart{padding:8px 15px}.archive-product .list .product .bt-content .bt-actions .add_to_cart_button,.archive-product .list .product .bt-content .bt-actions .added_to_cart,.archive-product .list .product .bt-content .bt-actions .bt-quickview,.archive-product .list .product .bt-content .bt-actions .bt-wishlist{margin:2px}}@media (max-width:540px){.archive-product .bt-action-bar .woocommerce-result-count,.archive-product .bt-action-bar .woocommerce-ordering{float:none;text-align:center}}.single-product .bt-product-item{margin-bottom:90px}.single-product .bt-product-item .bt-thumb{position:relative}.single-product .bt-product-item .bt-thumb.bt-has-left{padding-left:90px}.single-product .bt-product-item .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:30px;left:120px;z-index:9}.single-product .bt-product-item .bt-thumb .woocommerce-main-image img{width:100%;height:auto}.single-product .bt-product-item .bt-thumb .bt-slick-slider{position:relative}.single-product .bt-product-item .bt-thumb .bt-slick-slider .slick-arrow{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;width:40px;height:40px;font-size:16px;line-height:40px;text-align:center;color:#fff;background:rgba(0,0,0,.2);z-index:9;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-50%) scale(0);-moz-transform:translateY(-50%) scale(0);-o-transform:translateY(-50%) scale(0);-ms-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}.single-product .bt-product-item .bt-thumb .bt-slick-slider .slick-arrow:hover{background:rgba(83,87,90,.7)}.single-product .bt-product-item .bt-thumb .bt-slick-slider .slick-arrow.slick-prev{left:10px}.single-product .bt-product-item .bt-thumb .bt-slick-slider .slick-arrow.slick-next{right:10px}.single-product .bt-product-item .bt-thumb .bt-slick-slider:hover .slick-arrow{-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.single-product .bt-product-item .bt-thumb .bt-slick-slider-nav{position:absolute;top:0;left:0;width:60px}.single-product .bt-product-item .bt-thumb .bt-slick-slider-nav .slider-item{position:relative;margin:15px 0;cursor:pointer}.single-product .bt-product-item .bt-thumb .bt-slick-slider-nav .slider-item.slick-current:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;border:2px solid #53575a}.single-product .bt-product-item .bt-thumb .bt-catwalk-btn{position:absolute;bottom:0;left:0;width:60px;font-family:Montserrat;font-size:11px;line-height:24px;letter-spacing:.04em;text-align:center;text-transform:uppercase;color:#141414}.single-product .bt-product-item .bt-thumb .bt-catwalk-btn:before{content:"\f04b";font-family:FontAwesome;font-size:16px;display:inline-block}.single-product .bt-product-item .bt-thumb .bt-catwalk-btn.active{color:#53575a}.single-product .bt-product-item .bt-thumb .bt-catwalk-btn.active:before{content:"\f04c"}.single-product .bt-product-item .bt-thumb .bt-catwalk-btn:hover{color:#53575a}.single-product .bt-product-item .bt-thumb .bt-catwalk-video{display:none;position:absolute;top:0;left:90px;width:calc(100% - 90px);height:100%}.single-product .bt-product-item .bt-thumb .bt-catwalk-video video{width:100%;height:100%}.single-product .bt-product-item .bt-content{padding-top:30px}.single-product .bt-product-item .bt-content .star-rating{font-size:15px;color:#53575a;float:none;margin-bottom:10px}.single-product .bt-product-item .bt-content .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.single-product .bt-product-item .bt-content .star-rating:before{color:#53575a}.single-product .bt-product-item .bt-content .product_meta_top{font-size:11px;font-weight:700;line-height:30px;letter-spacing:.1em;text-transform:uppercase;color:#141414;padding-bottom:5px;margin-bottom:25px;border-bottom:1px solid #ececec}.single-product .bt-product-item .bt-content .product_meta_top .sku_wrapper,.single-product .bt-product-item .bt-content .product_meta_top .stock{display:inline-block;width:49.5%;color:#141414}.single-product .bt-product-item .bt-content .product_meta_top .sku_wrapper span,.single-product .bt-product-item .bt-content .product_meta_top .stock span{font-weight:900;color:#6f6f6f}.single-product .bt-product-item .bt-content .product_meta_top .sku_wrapper span i,.single-product .bt-product-item .bt-content .product_meta_top .stock span i{margin-right:5px}.single-product .bt-product-item .bt-content .product_title{font-family:Montserrat;font-size:30px;font-weight:700;line-height:42px;letter-spacing:.04em;text-transform:uppercase;color:#454545;margin-bottom:20px}.single-product .bt-product-item .bt-content .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:20px}.single-product .bt-product-item .bt-content .price .amount{font-size:18px;color:#141414}.single-product .bt-product-item .bt-content .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.single-product .bt-product-item .bt-content .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.single-product .bt-product-item .bt-content .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.single-product .bt-product-item .bt-content .price .amount{font-size:36px}.single-product .bt-product-item .bt-content .price>del{margin-right:10px}.single-product .bt-product-item .bt-content .price>del .amount{font-size:36px;line-height:36px}.single-product .bt-product-item .bt-content .price>ins{font-size:0}.single-product .bt-product-item .bt-content .price > ins > span:nth-child(2):before {content:"-";display:inline-block;font-size:36px;margin:0 10px}.single-product .bt-product-item .bt-content div[itemprop="description"]{font-size:15px;font-weight:400;line-height:28px;letter-spacing:.04em;color:#646464;margin-bottom:40px}.single-product .bt-product-item .bt-content .cart{margin-bottom:40px!important}.single-product .bt-product-item .bt-content .cart>span{display:none}.single-product .bt-product-item .bt-content .cart .quantity{position:relative;width:140px;font-family:Montserrat;font-size:18px;font-weight:400;letter-spacing:.1em;color:#141414;border:2px solid #ececec}.single-product .bt-product-item .bt-content .cart .quantity input{width:100%;height:40px;line-height:40px;padding:0 12px 0 25px;border:none}.single-product .bt-product-item .bt-content .cart .quantity .qty-minus,.single-product .bt-product-item .bt-content .cart .quantity .qty-plus{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;left:0;top:0;width:30px;height:40px;font-size:12px;text-align:center;line-height:40px;color:#141414;background:#fff;cursor:pointer}.single-product .bt-product-item .bt-content .cart .quantity .qty-minus:hover,.single-product .bt-product-item .bt-content .cart .quantity .qty-plus:hover{color:#53575a}.single-product .bt-product-item .bt-content .cart .quantity .qty-plus{left:auto;right:0}.single-product .bt-product-item .bt-content .cart .single_add_to_cart_button{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a!important;margin-left:20px;padding:10px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.single-product .bt-product-item .bt-content .cart .single_add_to_cart_button:hover{color:#fff;background:#53575a;opacity:.8}.single-product .bt-product-item .bt-content .cart.variations_form .variations{margin:0 0 50px;padding:0}.single-product .bt-product-item .bt-content .cart.variations_form .variations>li{list-style:none;margin-bottom:15px}.single-product .bt-product-item .bt-content .cart.variations_form .variations>li>span{position:relative;display:block}.single-product .bt-product-item .bt-content .cart.variations_form .variations>li>span:after{content:"\f0d7";font-family:FontAwesome;position:absolute;top:0;right:0;width:40px;height:40px;line-height:40px;text-align:center;background:#ececec}.single-product .bt-product-item .bt-content .cart.variations_form .variations>li>span>select{height:40px;font-size:12px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;background:#ececec;margin:0;border-color:#ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.single-product .bt-product-item .bt-content .cart.variations_form .variations>li>span .reset_variations{position:absolute;bottom:-30px;left:0;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#454545}.single-product .bt-product-item .bt-content .cart.variations_form .woocommerce-variation-description{font-family:Montserrat;font-size:14px;font-weight:400;line-height:28px;letter-spacing:.04em;color:#646464;margin-bottom:15px}.single-product .bt-product-item .bt-content .cart.variations_form .woocommerce-variation-price .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px}.single-product .bt-product-item .bt-content .cart.variations_form .woocommerce-variation-price .price .amount{font-size:18px;color:#141414}.single-product .bt-product-item .bt-content .cart.variations_form .woocommerce-variation-price .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.single-product .bt-product-item .bt-content .cart.variations_form .woocommerce-variation-price .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.single-product .bt-product-item .bt-content .cart.variations_form .woocommerce-variation-price .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.single-product .bt-product-item .bt-content .product_meta{margin-bottom:40px}.single-product .bt-product-item .bt-content .product_meta .posted_in,.single-product .bt-product-item .bt-content .product_meta .tagged_as{font-family:Montserrat;font-size:14px;font-weight:400;line-height:32px;letter-spacing:.1em;text-transform:uppercase;color:#6f6f6f}.single-product .bt-product-item .bt-content .product_meta .posted_in i,.single-product .bt-product-item .bt-content .product_meta .tagged_as i{margin-right:5px}.single-product .bt-product-item .bt-content .product_meta .posted_in a,.single-product .bt-product-item .bt-content .product_meta .tagged_as a{color:#141414}.single-product .bt-product-item .bt-content .bt-socials{margin:0;padding:0}.single-product .bt-product-item .bt-content .bt-socials>li{list-style:none;display:inline-block}.single-product .bt-product-item .bt-content .bt-socials>li>a{display:inline-block;width:40px;height:40px;font-size:13px;line-height:40px;text-align:center;color:#141414;background:#ececec;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.single-product .bt-product-item .bt-content .bt-socials>li>a:hover{color:#fff;background:#53575a}.single-product .product-type-variable .bt-product-item .bt-content{padding-top:0}.single-product div.product .woocommerce-tabs{margin-bottom:90px}.single-product div.product .woocommerce-tabs ul.tabs{margin:0 0 20px;padding:0}.single-product div.product .woocommerce-tabs ul.tabs:before,.single-product div.product .woocommerce-tabs ul.tabs:after{display:none!important}.single-product div.product .woocommerce-tabs ul.tabs>li{margin:0 10px 0 0;padding:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.single-product div.product .woocommerce-tabs ul.tabs>li:last-child{margin-right:0}.single-product div.product .woocommerce-tabs ul.tabs>li:before,.single-product div.product .woocommerce-tabs ul.tabs>li:after{display:none}.single-product div.product .woocommerce-tabs ul.tabs>li>a{font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.2em;text-transform:uppercase;color:#272727;background:#ececec;padding:12px 30px}.single-product div.product .woocommerce-tabs ul.tabs>li>a:before{content:"\f260";font-family:FontAwesome;display:inline-block;margin-right:10px}.single-product div.product .woocommerce-tabs ul.tabs>li.active>a{color:#fff;background:#53575a}.single-product div.product .woocommerce-tabs ul.tabs>li.additional_information_tab>a:before{content:"\f18c"}.single-product div.product .woocommerce-tabs ul.tabs>li.reviews_tab>a:before{content:"\f0e6"}.single-product div.product .woocommerce-tabs .panel{margin-bottom:0;padding:30px 40px;border:1px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.single-product div.product .woocommerce-tabs .panel>h2,.single-product div.product .woocommerce-tabs .panel #reviews h2{display:none}.single-product div.product .woocommerce-tabs #tab-description{font-size:15px;font-weight:400;line-height:28px;letter-spacing:.05em;color:#646464}.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes{margin:0}.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes th{border-left:1px solid rgba(0,0,0,.1)}.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes td{padding:10px}.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes td p{padding:0}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments{margin-bottom:30px}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist{margin:0;padding:0}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li img.avatar{width:60px}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text{margin-left:75px}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .star-rating{font-size:13px;line-height:12px;color:#53575a}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .star-rating:before{color:#53575a}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .meta{font-size:12px;line-height:24px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:5px}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .meta [itemprop="author"]{font-weight:900;letter-spacing:.1em}.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .description{font-size:14px;font-weight:400;line-height:24px;letter-spacing:.04em;color:#646464}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-respond .comment-reply-title{position:relative;font-size:22px;font-weight:700;line-height:24px;letter-spacing:.05em;text-transform:uppercase;color:#454545;margin-bottom:15px;padding-bottom:15px}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-respond .comment-reply-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#53575a}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form{margin-bottom:0}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form>p:before,.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form>p:after{display:none}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form label{font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#646464}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating label{display:inline-block}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating .stars{display:inline-block;margin:0 0 0 20px}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating .stars>span{font-size:15px;line-height:16px}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating .stars>span>a{color:#53575a}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-comment,.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .form-submit{margin-bottom:0}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .form-submit input.submit{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;background:#ececec;padding:8px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .form-submit input.submit:hover{color:#fff;background:#53575a}.single-product .bt-related>h3{font-family:Montserrat;font-size:30px;font-weight:700;line-height:36px;letter-spacing:.08em;color:#010000;margin-bottom:0}.single-product .bt-related>h3>i{margin-right:10px}.single-product .bt-related h6{font-size:13px;font-weight:400;line-height:24px;letter-spacing:.4em;text-transform:uppercase;color:#53575a;margin:0 0 50px 40px}.single-product .bt-related .products .bt-product-items .grid .product{margin-bottom:30px}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb{position:relative;margin-bottom:10px;overflow:hidden}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb img{width:100%;height:auto}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;bottom:-61px;left:0;width:100%;background:#222;padding-right:70px;z-index:-1;opacity:0}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .add_to_cart_button{width:100%;height:60px;font-family:Montserrat;font-size:14px;font-weight:700;line-height:60px;letter-spacing:.03em;text-align:center;text-transform:uppercase;color:#fff;background:#53575a;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .add_to_cart_button:hover{opacity:.9}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .add_to_cart_button:after{content:"";font-family:WooCommerce;font-size:12px;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;text-align:center;margin:0;padding:0}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .add_to_cart_button.loading{opacity:.25;margin:0;padding:0}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .add_to_cart_button.loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .add_to_cart_button.added{margin:0;padding:0}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .add_to_cart_button.added:after{content:"\e017"}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .added_to_cart{position:absolute;top:-30px;left:0;width:100%;font-family:Montserrat;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin:0;padding:6px;color:#fff;background:rgba(0,0,0,.7)}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .added_to_cart:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"\f178";font-family:FontAwesome;font-size:0;display:inline-block;vertical-align:middle}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .added_to_cart:hover:after{font-size:14px;line-height:18px;margin-left:5px}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .bt-quickview,.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .bt-wishlist{position:absolute;top:0;right:0;width:70px;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;background:#222}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .bt-quickview:hover,.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .bt-wishlist:hover{opacity:.8}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .bt-wishlist{top:30px}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .bt-wishlist>i:before{content:"\f08a";font-family:FontAwesome}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions .bt-wishlist.active>i:before{content:"\f004"}.single-product .bt-related .products .bt-product-items .grid .product .bt-thumb .bt-actions:before{content:"";position:absolute;top:30px;right:0;height:1px;width:70px;background:rgba(83,87,90,.25);z-index:1}.single-product .bt-related .products .bt-product-items .grid .product .bt-content{position:relative}.single-product .bt-related .products .bt-product-items .grid .product .bt-content h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:700;line-height:28px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.single-product .bt-related .products .bt-product-items .grid .product .bt-content h3:hover{color:#53575a}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:0;padding-right:75px}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .price .amount{font-size:18px;color:#141414}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .star-rating{font-size:13px;line-height:12px;color:#53575a;position:absolute;bottom:11px;right:0;margin-bottom:0}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .star-rating[title="Rated 0 out of 5"]:before{color:#ececec}.single-product .bt-related .products .bt-product-items .grid .product .bt-content .star-rating:before{color:#53575a}.single-product .bt-related .products .bt-product-items .grid .product:hover .bt-thumb .bt-actions{bottom:0;z-index:9;opacity:1}@media (max-width:991px){.single-product .bt-product-item .bt-col-full-height .bt-col{width:100%}.single-product .bt-product-item .bt-thumb{margin-bottom:30px}.single-product .bt-related .products .bt-product-items .grid .product{max-width:320px;margin-left:auto;margin-right:auto}}@media (max-width:560px){.single-product .bt-product-item .bt-thumb.bt-has-left{padding-left:0}.single-product .bt-product-item .bt-thumb.bt-has-left .onsale{left:30px}.single-product .bt-product-item .bt-thumb.bt-has-left .bt-slick-slider-nav,.single-product .bt-product-item .bt-thumb.bt-has-left .bt-catwalk-btn{display:none}}@media (max-width:479px){.single-product .bt-product-item .bt-content .product_meta_top .sku_wrapper,.single-product .bt-product-item .bt-content .product_meta_top .stock{width:100%}.single-product .bt-product-item .bt-content .cart .quantity{width:120px}.single-product .bt-product-item .bt-content .cart .single_add_to_cart_button{margin-left:10px;padding:10px 15px}.single-product div.product .woocommerce-tabs ul.tabs>li{display:block;margin:5px 0}.single-product div.product .woocommerce-tabs ul.tabs>li>a{display:block;text-align:center}.single-product div.product .woocommerce-tabs #tab-description,.single-product div.product .woocommerce-tabs #tab-additional_information,.single-product div.product .woocommerce-tabs #tab-reviews{padding:10px}.single-product .bt-related>h3{font-size:22px}.woocommerce table.shop_attributes th{width:70px}}.woocommerce-cart .main-content .woocommerce table.shop_table{margin-bottom:60px;border:none;border-collapse:collapse}.woocommerce-cart .main-content .woocommerce table.shop_table th,.woocommerce-cart .main-content .woocommerce table.shop_table td{border:none;text-transform:uppercase}.woocommerce-cart .main-content .woocommerce table.shop_table thead tr{background:#ececec}.woocommerce-cart .main-content .woocommerce table.shop_table thead tr th{font-family:Montserrat;font-size:15px;font-weight:700;line-height:28px;letter-spacing:.1em;color:#272727;padding:15px 30px}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr{border-bottom:1px solid #ececec}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td{padding:30px}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove{display:inline-block;vertical-align:middle;width:40px;height:40px;font-size:16px;line-height:40px;text-align:center;color:#fff!important;background:#666;margin:0 30px 0 -30px}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove:hover{color:#fff!important;background:#53575a}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item img{width:130px;height:auto;margin-right:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a{font-family:Montserrat;font-size:14px;font-weight:700;letter-spacing:.1em;color:#141414}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a:hover{color:#53575a}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-price,.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-subtotal{font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.1em;color:#141414}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity{position:relative;width:110px;font-size:12px;font-weight:700;letter-spacing:.1em;color:#141414;border:2px solid #ececec}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity input{width:100%;height:35px;line-height:35px;padding:0 12px 0 25px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-minus,.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-plus{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;left:0;top:0;width:30px;height:35px;font-size:10px;text-align:center;line-height:35px;color:#141414;background:#fff;cursor:pointer}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-minus:hover,.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-plus:hover{color:#53575a}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-plus{left:auto;right:0}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text{font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:700;line-height:24px;letter-spacing:.04em;margin-right:10px;min-width:200px;padding:8px 15px;border:2px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text:hover,.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text:focus{border-color:#dedede}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.button{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#3c3c3c;padding:10px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.button:hover{background:#53575a}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions>.button{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;padding:10px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions>.button:hover{background:#3c3c3c}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals{width:100%!important;float:none}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap>h4{font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:0}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap>h4:before{content:"\f013";font-family:FontAwesome;font-weight:400;font-size:15px;display:inline-block;margin-right:10px}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap>p{font-size:14px;font-weight:400;font-style:italic;letter-spacing:.1em;color:#6f6f6f;margin-bottom:20px}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p{padding:0;margin-bottom:30px}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p input,.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p select{font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:700;line-height:26px;letter-spacing:.04em;color:#6f6f6f;border:1px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p input:hover,.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p input:focus,.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p select:hover,.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p select:focus{border-color:#dedede}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p#calc_shipping_country_field,.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p#calc_shipping_state_field{position:relative}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p#calc_shipping_country_field:after,.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p#calc_shipping_state_field:after{content:"\f0d7";font-family:FontAwesome;position:absolute;top:1px;right:1px;width:25px;height:43px;line-height:43px;background:#fff}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p button{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;background:#fff;padding:10px 30px;border:2px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator>p button:hover{background:#ececec}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total>h4{font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:30px}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total>h4:before{content:"\f013";font-family:FontAwesome;font-size:15px;display:inline-block;margin-right:10px}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap{padding:30px;border:2px solid #ececec}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul{margin:0;padding:0}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li{list-style:none;padding:15px 0;border-bottom:1px solid #ececec}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li:first-child{padding-top:0}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li .title{display:inline-block;vertical-align:top;width:59%;font-size:12px;font-weight:900;line-height:30px;letter-spacing:.1em;text-transform:uppercase;color:#141414}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li span[data-title="Subtotal"],.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li span[data-title="Tax"],.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li span[data-title="Total"]{display:inline-block;width:39%;font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:right;color:#141414}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li.shipping .title{width:50%}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li.shipping div[data-title="Shipping"]{display:inline-block;width:49%;font-size:10px;font-weight:400;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#6f6f6f}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li.shipping div[data-title="Shipping"] ul{margin:0;padding:0}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li.shipping div[data-title="Shipping"] ul>li{position:relative;padding:0 0 15px 30px!important;text-indent:0!important}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li.shipping div[data-title="Shipping"] ul>li input{position:absolute;top:2px;left:0}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li.shipping div[data-title="Shipping"] ul>li label span{display:block;font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:600!important;line-height:24px;letter-spacing:.1em;color:#141414}.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap>ul>li.order-total span[data-title="Total"] .amount{display:inline-block;font-size:36px;font-weight:700;line-height:40px;margin-top:5px}.woocommerce-cart .main-content .woocommerce .wc-proceed-to-checkout{padding:30px 0 0}.woocommerce-cart .main-content .woocommerce .wc-proceed-to-checkout .checkout-button{display:inline-block;width:100%;font-family:Montserrat;font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;margin:0;padding:18px 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-cart .main-content .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background:#222}.woocommerce-cart .main-content .woocommerce .cart-empty{margin-bottom:30px}.woocommerce-cart .main-content .woocommerce .return-to-shop>a{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.04em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-transform:uppercase;color:#53575a;background:transparent;padding:12px 30px;border:2px solid #53575a}.woocommerce-cart .main-content .woocommerce .return-to-shop>a:hover{color:#fff;background:#53575a}@media (max-width:991px){.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item img{display:none}}@media (max-width:768px){.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove{width:30px;height:30px;line-height:30px;margin:0 5px 0 0}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity{float:right}.woocommerce-cart .main-content .woocommerce table.shop_table thead{display:none}.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr:first-child td:first-child{border-top:0}.woocommerce-cart .main-content .woocommerce table.shop_table tbody th{display:none}.woocommerce-cart .main-content .woocommerce table.shop_table tr{display:block}.woocommerce-cart .main-content .woocommerce table.shop_table tr td{display:block;text-align:right!important}.woocommerce-cart .main-content .woocommerce table.shop_table tr td.order-actions{text-align:left!important}.woocommerce-cart .main-content .woocommerce table.shop_table tr td:before{content:attr(data-title) ': ';font-weight:700;float:left}.woocommerce-cart .main-content .woocommerce table.shop_table tr td.product-remove:before,.woocommerce-cart .main-content .woocommerce table.shop_table tr td.actions:before{display:none}.woocommerce-cart .main-content .woocommerce table.shop_table tr:nth-child(2n) td {background-color:rgba(0,0,0,.025)}.woocommerce table.shop_table tr td::before,.woocommerce-page table.shop_table tr td::before{font-family:Montserrat;font-size:14px;font-weight:700;font-style:normal;color:#313131}}.woocommerce-checkout .select2-drop{border-color:#ececec}.woocommerce-checkout .select2-drop .select2-search{line-height:18px;padding:0}.woocommerce-checkout .select2-drop .select2-search .select2-input{margin-bottom:0;border-color:#ececec}.woocommerce-checkout .select2-drop .select2-search .select2-input:hover,.woocommerce-checkout .select2-drop .select2-search .select2-input:focus{border-color:#dedede}.woocommerce-checkout .select2-drop .select2-results>li{font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f;margin:0}.woocommerce-checkout .woocommerce #customer_details>h3{font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ececec}.woocommerce-checkout .woocommerce #customer_details>h3:before{content:"\f013";font-family:FontAwesome;font-weight:400;font-size:15px;display:inline-block;margin-right:10px}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row{margin-bottom:20px;padding:0}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row label,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row label{font-family:Crimson\ text;font-style:italic;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row label .required,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row label .required{font-size:14px;text-decoration:none}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row input,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row select,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row textarea,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row .select2-container .select2-choice,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row input,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row select,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row textarea,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row .select2-container .select2-choice{font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f;padding:10px 20px;border:1px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row input:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row input:focus,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row select:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row select:focus,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row textarea:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row textarea:focus,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row .select2-container .select2-choice:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row .select2-container .select2-choice:focus,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row input:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row input:focus,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row select:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row select:focus,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row textarea:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row textarea:focus,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row .select2-container .select2-choice:hover,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row .select2-container .select2-choice:focus{border-color:#dedede}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row.create-account,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row.create-account{margin-bottom:0}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row.create-account label,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row.create-account label{font-family:Lato;font-size:12px;font-weight:900;font-style:normal;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .create-account,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .create-account{font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .create-account>p,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .create-account>p{margin-bottom:20px}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields #ship-to-different-address .checkbox,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields #ship-to-different-address .checkbox{font-size:12px;font-weight:900;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;padding-left:25px}.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields #ship-to-different-address .checkbox .input-checkbox,.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields #ship-to-different-address .checkbox .input-checkbox{position:absolute;top:2px;left:0;margin-left:0}.woocommerce-checkout .woocommerce #order_review{background:#f8f7f7;padding:30px;border:4px solid #ececec}.woocommerce-checkout .woocommerce #order_review .order-review-heading,.woocommerce-checkout .woocommerce #order_review .payment-method-heading{font-size:18px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#53575a;margin-bottom:15px}.woocommerce-checkout .woocommerce #order_review .order-review-heading:before,.woocommerce-checkout .woocommerce #order_review .payment-method-heading:before{content:"\f085";font-family:FontAwesome;font-weight:400;display:inline-block;margin-right:10px}.woocommerce-checkout .woocommerce #order_review .payment-method-heading:before{content:"\f155"}.woocommerce-checkout .woocommerce #order_review .shop_table{margin-bottom:15px}.woocommerce-checkout .woocommerce #order_review .shop_table>ul{margin:0;padding:0}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li{list-style:none;padding:15px 0;border-top:1px solid #ececec}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li .col-left{display:inline-block;width:59%}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li .col-right{display:inline-block;width:38%;text-align:right}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.header{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.cart_item{font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#6f6f6f}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.cart_item .product-name .product-quantity{color:#141414;display:inline-block}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.cart_item .product-total{font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:700;color:#141414}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.cart-subtotal,.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.tax-total,.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.order-total{font-size:12px;font-weight:900;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.cart-subtotal .amount,.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.tax-total .amount,.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.order-total .amount{font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:700;color:#141414}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.shipping .title{display:inline-block;vertical-align:top;width:50%;font-size:12px;font-weight:900;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.shipping div[data-title="Shipping"]{display:inline-block;width:49%;font-size:10px;font-weight:400;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#6f6f6f}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.shipping div[data-title="Shipping"] ul{margin:0;padding:0}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.shipping div[data-title="Shipping"] ul>li{position:relative;padding:0 0 15px 30px!important;text-indent:0!important}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.shipping div[data-title="Shipping"] ul>li input{position:absolute;top:2px;left:0}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.shipping div[data-title="Shipping"] ul>li label span{display:block;font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:600!important;line-height:24px;letter-spacing:.1em;color:#141414}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.order-total{font-size:14px;font-weight:900;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414}.woocommerce-checkout .woocommerce #order_review .shop_table>ul>li.order-total .amount{font-family:Crimson\ text;font-style:italic;font-size:24px;font-weight:700;color:#141414}.woocommerce-checkout .woocommerce #order_review #payment{background:transparent}.woocommerce-checkout .woocommerce #order_review #payment .payment_methods{margin:0 0 15px;padding:0;border:none}.woocommerce-checkout .woocommerce #order_review #payment .payment_methods>li{padding:15px 0;border-top:1px solid #ececec}.woocommerce-checkout .woocommerce #order_review #payment .payment_methods>li label{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#141414}.woocommerce-checkout .woocommerce #order_review #payment .payment_methods>li .payment_box{font-family:Montserrat;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.03em;color:#6f6f6f;background:transparent;margin-bottom:0;padding:0}.woocommerce-checkout .woocommerce #order_review #payment .payment_methods>li .payment_box:before{display:none}.woocommerce-checkout .woocommerce #order_review #payment .place-order{padding:0;margin:0}.woocommerce-checkout .woocommerce #order_review #payment .place-order #place_order{float:none;display:inline-block;width:100%;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;padding:15px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-checkout .woocommerce #order_review #payment .place-order #place_order:hover{background:#222}.woocommerce-checkout .woocommerce .woocommerce-info{font-family:Crimson\ text;font-style:italic;font-size:16px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#6f6f6f;background:transparent;margin-bottom:15px!important;padding:0!important;border-top:none}.woocommerce-checkout .woocommerce .woocommerce-info:before{display:none}.woocommerce-checkout .woocommerce .woocommerce-info>a{color:#313131}.woocommerce-checkout .woocommerce .woocommerce-info>a:hover{color:#53575a}.woocommerce-checkout .woocommerce .login,.woocommerce-checkout .woocommerce .checkout_coupon{font-size:14px;font-style:italic;font-weight:400;letter-spacing:.04em;line-height:24px;color:#6f6f6f;margin:0 0 30px;padding:30px;border:1px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-checkout .woocommerce .login>p,.woocommerce-checkout .woocommerce .checkout_coupon>p{margin-bottom:15px}.woocommerce-checkout .woocommerce .login>p.lost_password,.woocommerce-checkout .woocommerce .checkout_coupon>p.lost_password{margin-bottom:0}.woocommerce-checkout .woocommerce .login>p.lost_password>a,.woocommerce-checkout .woocommerce .checkout_coupon>p.lost_password>a{color:#141414}.woocommerce-checkout .woocommerce .login>p.lost_password>a:hover,.woocommerce-checkout .woocommerce .checkout_coupon>p.lost_password>a:hover{color:#53575a}.woocommerce-checkout .woocommerce .login .form-row,.woocommerce-checkout .woocommerce .checkout_coupon .form-row{margin-bottom:20px;padding:0}.woocommerce-checkout .woocommerce .login .form-row label,.woocommerce-checkout .woocommerce .checkout_coupon .form-row label{font-family:Crimson\ text;font-style:italic;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.woocommerce-checkout .woocommerce .login .form-row label .required,.woocommerce-checkout .woocommerce .checkout_coupon .form-row label .required{font-size:14px;text-decoration:none}.woocommerce-checkout .woocommerce .login .form-row input,.woocommerce-checkout .woocommerce .checkout_coupon .form-row input{font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f;padding:10px 20px;border:1px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-checkout .woocommerce .login .form-row input:hover,.woocommerce-checkout .woocommerce .login .form-row input:focus,.woocommerce-checkout .woocommerce .checkout_coupon .form-row input:hover,.woocommerce-checkout .woocommerce .checkout_coupon .form-row input:focus{border-color:#dedede}.woocommerce-checkout .woocommerce .login .form-row input.button,.woocommerce-checkout .woocommerce .checkout_coupon .form-row input.button{font-family:Montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;margin-right:15px;padding:10px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-checkout .woocommerce .login .form-row input.button:hover,.woocommerce-checkout .woocommerce .checkout_coupon .form-row input.button:hover{background:#222}.woocommerce-checkout .woocommerce .checkout_coupon .form-row{margin-bottom:0}.woocommerce-checkout .woocommerce .checkout_coupon .form-row input.button{margin-right:0}.woocommerce-account .woocommerce .myaccount_user{font-size:15px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;text-align:center;color:#6f6f6f;margin-bottom:30px}.woocommerce-account .woocommerce .myaccount_user>a{color:#141414}.woocommerce-account .woocommerce .myaccount_user>a:hover{color:#53575a}.woocommerce-account .woocommerce>h2{font-size:28px;font-weight:700;line-height:32px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#313131;margin-bottom:0}.woocommerce-account .woocommerce .myaccount_address{font-size:15px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;text-align:center;color:#6f6f6f;margin-bottom:40px}.woocommerce-account .woocommerce .addresses .title>h3{font-size:16px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:15px}.woocommerce-account .woocommerce .addresses .title>h3:before{content:"\f013";font-family:FontAwesome;font-weight:400;font-size:15px;display:inline-block;margin-right:10px}.woocommerce-account .woocommerce .addresses .title>a{font-family:Montserrat;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1;text-transform:uppercase;color:#53575a}.woocommerce-account .woocommerce .addresses .title>a:after{content:"\f040";display:inline-block;font-family:FontAwesome;margin-left:5px}.woocommerce-account .woocommerce .addresses .title>a:hover{color:#222}.woocommerce-account .woocommerce .addresses address{font-size:15px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f}.woocommerce-account .woocommerce form>h3{font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ececec}.woocommerce-account .woocommerce form>h3:before{content:"\f013";font-family:FontAwesome;font-weight:400;font-size:15px;display:inline-block;margin-right:10px}.woocommerce-account .woocommerce form .form-row{margin-bottom:20px;padding:0}.woocommerce-account .woocommerce form .form-row label{font-family:Crimson\ text;font-style:italic;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.woocommerce-account .woocommerce form .form-row label .required{font-size:14px;text-decoration:none}.woocommerce-account .woocommerce form .form-row input,.woocommerce-account .woocommerce form .form-row select,.woocommerce-account .woocommerce form .form-row textarea,.woocommerce-account .woocommerce form .form-row .select2-container .select2-choice{font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f;padding:10px 20px;border:1px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-account .woocommerce form .form-row input:hover,.woocommerce-account .woocommerce form .form-row input:focus,.woocommerce-account .woocommerce form .form-row select:hover,.woocommerce-account .woocommerce form .form-row select:focus,.woocommerce-account .woocommerce form .form-row textarea:hover,.woocommerce-account .woocommerce form .form-row textarea:focus,.woocommerce-account .woocommerce form .form-row .select2-container .select2-choice:hover,.woocommerce-account .woocommerce form .form-row .select2-container .select2-choice:focus{border-color:#dedede}.woocommerce-account .woocommerce form input.button{font-family:Montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;margin-right:15px;padding:10px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-account .woocommerce form input.button:hover{background:#222}.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.lost_reset_password{font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f;max-width:450px;margin:30px auto 0;padding:30px 50px;border:15px solid #fafafa}.woocommerce-account .woocommerce form.login .form-row,.woocommerce-account .woocommerce form.lost_reset_password .form-row{margin-bottom:20px;padding:0}.woocommerce-account .woocommerce form.login .form-row label,.woocommerce-account .woocommerce form.lost_reset_password .form-row label{font-family:Crimson\ text;font-style:italic;font-size:12px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#141414;margin-bottom:5px}.woocommerce-account .woocommerce form.login .form-row label .required,.woocommerce-account .woocommerce form.lost_reset_password .form-row label .required{font-size:14px;text-decoration:none}.woocommerce-account .woocommerce form.login .form-row input,.woocommerce-account .woocommerce form.lost_reset_password .form-row input{font-size:14px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#6f6f6f;padding:10px 20px;border:1px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-account .woocommerce form.login .form-row input:hover,.woocommerce-account .woocommerce form.login .form-row input:focus,.woocommerce-account .woocommerce form.lost_reset_password .form-row input:hover,.woocommerce-account .woocommerce form.lost_reset_password .form-row input:focus{border-color:#dedede}.woocommerce-account .woocommerce form.login .form-row input.button,.woocommerce-account .woocommerce form.lost_reset_password .form-row input.button{font-family:Montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;margin-right:15px;padding:10px 30px}.woocommerce-account .woocommerce form.login p.lost_password,.woocommerce-account .woocommerce form.lost_reset_password p.lost_password{margin-bottom:0}.woocommerce-account .woocommerce form.login p.lost_password>a,.woocommerce-account .woocommerce form.lost_reset_password p.lost_password>a{color:#141414}.woocommerce-account .woocommerce form.login p.lost_password>a:hover,.woocommerce-account .woocommerce form.lost_reset_password p.lost_password>a:hover{color:#53575a}.woocommerce-account .woocommerce form.lost_reset_password{margin-top:0}.woocommerce-account .woocommerce form.lost_reset_password>p.form-row-first{width:100%;margin-top:30px}.bt-header-v1 .consulta_widget_mini_cart>a.bt-icon{color:#1c1c1c}.bt-header-v1 .consulta_widget_mini_cart>a.bt-icon:hover{color:#53575a}.bt-header-v1 .consulta_widget_mini_cart>a.bt-icon:hover span.cart_total{color:#fff;background:#1c1c1c}.woocommerce .woocommerce-message{font-size:14px;font-weight:400;line-height:28px;letter-spacing:.48px;color:#555;border-color:#53575a}.woocommerce .woocommerce-message>a{font-family:Montserrat;font-weight:700;color:#303030}.woocommerce .woocommerce-message>a:hover{color:#53575a}.woocommerce .woocommerce-message:before{color:#53575a}@media (max-width:1199px){.single-product .ro-reviews-content #review_form_wrapper .comment-form{width:37%}.single-product .ro-reviews-content #review_form_wrapper .comment-form>p.comment-form-comment{width:58%}}@media (max-width:991px){.single-product .ro-reviews-content #review_form_wrapper .comment-form{width:48%}.single-product .ro-reviews-content #review_form_wrapper .comment-form>p.comment-form-comment{width:47%}}@media (max-width:767px){.single-product .ro-reviews-content #review_form_wrapper .comment-form{width:100%}.single-product .ro-reviews-content #review_form_wrapper .comment-form>p.comment-form-comment{width:100%;position:relative}.single-product .ro-reviews-content #review_form_wrapper .comment-form>p.form-submit{position:relative;left:0}}@media (max-width:479px){.woocommerce-cart .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text,.woocommerce-cart .woocommerce table.shop_table tbody tr td.actions .coupon input.button{float:none;width:100%;margin-bottom:30px}.woocommerce-cart .woocommerce table.shop_table tbody tr td.actions>.button{width:100%;margin-bottom:30px}.bt-header-v1 .consulta_widget_mini_cart .bt-cart-content,.bt-header-v2 .consulta_widget_mini_cart .bt-cart-content{padding:40px 20px}}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-close{position:absolute;top:20px;right:20px;left:auto;color:#fff;background:#53575a;width:40px;height:40px;line-height:40px;text-align:center;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-close:hover{background:#222}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .onsale{min-height:36px;font-family:Montserrat;font-size:10px;font-weight:700;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#53575a;background:transparent;padding:5px 8px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:10px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .product_title{font-size:22px;font-weight:700;line-height:28px;letter-spacing:.04em;text-transform:uppercase;margin-top:40px;margin-bottom:15px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .star-rating{float:none;margin:0 auto 20px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px;margin-bottom:10px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price .amount{font-size:18px;color:#141414}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price .amount{font-size:26px;line-height:22px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price>del .amount{font-size:22px;line-height:22px}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .short-decs{font-family:Lato;font-size:15px;font-weight:400;font-style:normal;line-height:28px;letter-spacing:.06em;color:#646464}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;color:#53575a;background:transparent;width:auto;padding:10px 30px;border:2px solid #53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button:hover,body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button:focus{color:#fff;background:#53575a}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button:after{display:none}body .tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .bs-social .bs-social-item{padding:0;width:30px;height:30px;line-height:30px;text-align:center}body .bs-woofavorite .show-hide-wishlist{color:#fff}body .bs-woofavorite .show-hide-wishlist:hover{color:#53575a}body .bs-woofavorite .heading{font-size:22px;line-height:28px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:15px}body .bs-woofavorite .heading:before{content:"\f05b";font-family:FontAwesome;font-weight:400;display:inline-block;margin-right:10px}body .bs-woofavorite .bs-favorite-item .info{padding:30px}body .bs-woofavorite .bs-favorite-item .info .title{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:18px;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#313131;margin-bottom:5px}body .bs-woofavorite .bs-favorite-item .info .title:hover{color:#53575a}body .bs-woofavorite .bs-favorite-item .info .price{font-family:Crimson\ text;font-style:italic;font-size:0;line-height:24px;letter-spacing:.1em;display:block;margin-bottom:15px}body .bs-woofavorite .bs-favorite-item .info .price .amount{font-size:18px;color:#141414}body .bs-woofavorite .bs-favorite-item .info .price>del{font-size:18px;line-height:18px;color:#6f6f6f;margin-right:5px}body .bs-woofavorite .bs-favorite-item .info .price>del .amount{font-size:18px;line-height:18px;color:#6f6f6f}body .bs-woofavorite .bs-favorite-item .info .price>ins{font-size:18px;color:#141414;text-decoration:none;margin:0 5px}body .bs-woofavorite .bs-favorite-item .info .handle .add_to_cart_button{color:#222}body .bs-woofavorite .bs-favorite-item .info .handle .add_to_cart_button:hover,body .bs-woofavorite .bs-favorite-item .info .handle .add_to_cart_button:focus{color:#53575a}body .bs-woofavorite .bs-favorite-item .info .handle .added_to_cart{color:#222;border:none}body .bs-woofavorite .bs-favorite-item .info .handle .added_to_cart:hover{color:#53575a}body .bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav>div{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:18px;line-height:40px;text-align:center;color:#fff;background:#222;width:40px;height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}body .bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav>div:before{font-size:18px;letter-spacing:0}body .bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav>div>i{display:none}body .bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav>div:hover{background:#53575a}.gallery_lemongrid .lemongrid-item .grid-stack-item-content{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.gallery_lemongrid .lemongrid-item .grid-stack-item-content:hover{-webkit-box-shadow:0 0 40px rgba(0,0,0,.6) inset;-moz-box-shadow:0 0 40px rgba(0,0,0,.6) inset;box-shadow:0 0 40px rgba(0,0,0,.6) inset}.gallery_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a{background:#53575a}.bt-no-padding,.bt-vc-col-no-padding>.vc_column-inner{padding:0!important}.bt-no-margin{margin:0!important}.scrolloff{pointer-events:none}.bt-text-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vc_row{position:relative}.vc_row.bt-bg-fixed{background-attachment:fixed!important}.vc_row .bt-vc-row-ovelay{position:absolute;top:0;left:0;width:100%;height:100%}.vc_row .vc_inner .vc_col-has-fill>.vc_column-inner{padding:0!important}.vc_row.vc_row-flex .container,.vc_row.vc_row-flex .no-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.vc_row.vc_row-flex .container .vc_column_container,.vc_row.vc_row-flex .no-container .vc_column_container{display:-webkit-flex;display:flex}.vc_row.vc_row-flex .no-container{width:100%}.vc_row.vc_row-flex .container>.vc_column_container>.vc_column-inner,.vc_row.vc_row-flex .no-container>.vc_column_container>.vc_column-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.vc_row.vc_row-o-content-middle .container>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-middle .no-container>.vc_column_container>.vc_column-inner{-webkit-justify-content:center;justify-content:center}@media (max-width:1199px){.vc_row.bt-bg-fixed{background-attachment:scroll!important}}@media (max-width:991px){.vc_parallax .vc_parallax-inner{display:none}}@media (max-width:767px){.container>.row{margin:0}}.vc_custom_heading i{display:inline-block;margin-right:10px}.vc_tta-pageable .vc_tta.vc_general .vc_tta-panel.vc_animating{opacity:0;-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vc_tta-pageable .vc_tta.vc_general .vc_tta-panel.vc_animating .vc_active{opacity:1}.bt-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination{margin:0}.bt-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item .vc_pagination-trigger{width:12px;height:12px;background:#b8b8b8;opacity:1}.bt-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item .vc_pagination-trigger:hover{background:#53575a}.bt-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger{background:#53575a}.bt-progress-style1.vc_progress_bar .vc_single_bar{background:#f9f9f9;box-shadow:none;margin-bottom:15px;overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label{padding:0}.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label .vc_inner{position:relative;height:40px;padding:0 30px}.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_title{font-family:Montserrat;font-size:13px;font-weight:700;line-height:40px;letter-spacing:.04em;color:#fff}.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units{position:absolute;right:-10px;top:2px;width:36px;height:36px;font-family:Montserrat;font-size:10px;line-height:36px;letter-spacing:.04em;text-align:center;color:#313131;background:#fbfbfb;-webkit-border-radius:36px;-moz-border-radius:36px;border-radius:36px}.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_bar{background:#53575a;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.bt-progress-style2.vc_progress_bar .vc_single_bar{position:relative;height:7px;background:#545151;box-shadow:none;margin:65px 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label{position:absolute;bottom:20px;left:0;width:100%;padding:0}.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner{font-family:Montserrat;font-size:15px;font-weight:700;line-height:24px;letter-spacing:.1em;color:#141414;position:relative;width:100%!important}.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units{float:right}.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_bar{height:7px;background:#53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-progress-style3.vc_progress_bar .vc_single_bar{position:relative;background:#ecefef;box-shadow:none;margin:45px 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label{padding:8px 25px}.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner{font-family:Montserrat;font-size:12px;font-weight:700;line-height:15px;letter-spacing:.1em;color:#fff;position:relative}.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_title{position:absolute;top:-35px;left:0;font-family:Lato;font-size:11px;font-weight:900;color:#141414}.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_bar{background:#53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-progress-style4.vc_progress_bar .vc_single_bar{position:relative;height:17px;background:#f9f9f9;box-shadow:none;margin:55px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label{position:absolute;bottom:20px;left:0;width:100%;padding:0}.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_inner{font-family:Montserrat;font-size:14px;font-weight:700;line-height:30px;letter-spacing:0;color:#2f2933;position:relative;width:100%!important}.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_title:after{content:" - "}.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units:before{content:"("}.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units:after{content:")"}.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_bar{height:17px;background:#53575a;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bt-progress-style5.vc_progress_bar .vc_single_bar{position:relative;height:17px;background:#f3f3f3;box-shadow:none;margin:55px 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.bt-progress-style5.vc_progress_bar .vc_single_bar .vc_label{position:absolute;bottom:20px;left:0;width:100%;padding:0}.bt-progress-style5.vc_progress_bar .vc_single_bar .vc_label .vc_inner{position:relative;width:100%!important}.bt-progress-style5.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_title{font-family:Montserrat;font-size:16px;font-weight:700;line-height:30px;letter-spacing:.05em;color:#2f2933}.bt-progress-style5.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units{float:right;font-size:14px;letter-spacing:0;color:#666}.bt-progress-style5.vc_progress_bar .vc_single_bar .vc_bar{height:17px;background:#53575a;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.bt-progress-style5.vc_progress_bar.bt-light .vc_single_bar .vc_label .vc_inner .vc_label_title{font-size:13px;color:#8f9294}.bt-progress-style5.vc_progress_bar.bt-light .vc_single_bar .vc_label .vc_inner .vc_label_units{color:#fff}.bt-progress-style6.vc_progress_bar .vc_single_bar{position:relative;height:32px;background:#f3f3f3;box-shadow:none;margin:45px 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-progress-style6.vc_progress_bar .vc_single_bar .vc_label{position:absolute;bottom:40px;left:0;width:100%;padding:0}.bt-progress-style6.vc_progress_bar .vc_single_bar .vc_label .vc_inner{position:relative;font-family:Montserrat;font-size:11px;line-height:24px;letter-spacing:.1em;color:#6f6f6f;width:100%!important}.bt-progress-style6.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_title:before{content:"\f0da";font-family:FontAwesome;display:inline-block;font-size:13px;margin-right:10px}.bt-progress-style6.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units{float:right;font-size:12px;color:#141414}.bt-progress-style6.vc_progress_bar .vc_single_bar .vc_bar{height:32px;background:#53575a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel{margin-bottom:10px}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_active,.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel:last-child{margin-bottom:0}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-size:15px;line-height:24px;letter-spacing:.04em;color:#404040;background:#f0f0f0;padding:12px 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>i{width:8px;height:8px}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#e9e9e9}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{background:#fff;padding:25px 30px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#fff;background:#53575a}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel{position:relative;margin-bottom:20px}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_active,.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel:last-child{margin-bottom:0}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-size:14px;line-height:24px;letter-spacing:.04em;color:#fff;background:#3f3e3e;padding:0}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>i{display:inline-block;vertical-align:middle;width:38px;height:48px;font-size:20px;line-height:47px;text-align:center;color:#fff;background:#53575a}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>i.vc_tta-controls-icon{width:8px;height:8px;background:transparent}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>i.vc_tta-controls-icon:before,.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>i.vc_tta-controls-icon:after{border-color:#fff}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>span{display:inline-block;vertical-align:middle;margin-left:25px}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#2f2e2e}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{background:#4c4c4c;padding:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .bt-content-inner{padding:25px 30px}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .bt-content-inner>h3{font-size:14px;line-height:24px;letter-spacing:.04em;color:#53575a;margin-bottom:0}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{position:absolute;top:0;left:0;color:#fff;background:#53575a;z-index:9}.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a>span{display:none}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel{position:relative;margin-bottom:20px}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-family:Lato;font-size:11px;font-weight:900;line-height:24px;letter-spacing:.1em;color:#141414;background:#fff;padding:8px 20px;border:2px solid #dbdada}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>i{width:8px;height:8px}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{border-color:#cecece}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{background:#fff;padding:0 20px 20px;border-top:none;border-right:2px solid #dbdada;border-bottom:2px solid #dbdada;border-left:2px solid #dbdada;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{border-top-color:#53575a;border-right-color:#53575a;border-bottom-color:transparent;border-left-color:#53575a}.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{border-right-color:#53575a;border-bottom-color:#53575a;border-left-color:#53575a}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel{margin-bottom:10px}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_active,.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel:last-child{margin-bottom:0}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading{margin:0;background:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-size:12px;line-height:18px;letter-spacing:.05em;color:#363636;background:#f2f2f2;padding:12px 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a>i{width:8px;height:8px}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#e9e9e9}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading:hover{background:transparent}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{background:transparent;padding:25px 0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading{background:transparent}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#fff;background:#53575a}.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon:before{border-color:#fff}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel{margin-bottom:10px}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_active,.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel:last-child{margin-bottom:0}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading{margin:0;background:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-size:12px;line-height:24px;letter-spacing:.08em;color:#2f2f2f;background:#eee;padding:12px 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-icon{position:absolute;left:0;top:50%;width:40px;height:40px;text-align:center;line-height:40px;color:#fff;background:#53575a;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon{width:8px;height:8px}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#e9e9e9}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading:hover{background:transparent}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{background:transparent;padding:0 0 0 45px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading{background:transparent}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#53575a;background:transparent}.bt-accordion-style5.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon:before{border-color:#fff}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel{margin-bottom:10px}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel .vc_active,.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel:last-child{margin-bottom:0}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading{margin:0;background:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-family:Lato;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.04em;color:#969595;background:#f8f8f8;padding:12px 20px;border:1px solid #f1f1f1;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon{width:10px;height:10px}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#e9e9e9}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading:hover{background:transparent}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{background:transparent;padding:30px 20px;border:1px solid #f1f1f1;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading{background:transparent}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#53575a;background:#fff;border-top-color:#53575a}.bt-accordion-style6.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon:before{border-color:#53575a}.bt-faq-style1.vc_toggle_default.vc_toggle{border:2px solid #ececec}.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title{position:relative;padding:15px 15px 15px 95px}.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title>h4{font-family:Lato;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.05em;color:#141414}.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title .vc_toggle_icon{width:70px;height:100%;text-align:center;font-size:14px;font-style:normal;color:#878787;background:transparent;margin:0;border-top:none;border-right:2px solid #ececec;border-bottom:none;border-left:none}.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title .vc_toggle_icon:before{content:"\f219";font-family:FontAwesome;display:inline-block;width:auto;height:auto;background:transparent;border:none}.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title .vc_toggle_icon:after{display:none}.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_content{font-family:Montserrat;font-size:14px;line-height:24px;letter-spacing:.05em;color:#454545;padding:30px 30px 30px 95px;margin:0}.bt-faq-style1.vc_toggle_default.vc_toggle:hover{border-color:#dbdada}.bt-faq-style1.vc_toggle_default.vc_toggle:hover .vc_toggle_icon{border-right-color:#dbdada}.bt-faq-style1.vc_toggle_default.vc_toggle.vc_toggle_active{border-color:#53575a}.bt-faq-style1.vc_toggle_default.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon{color:#53575a;border-right-color:#53575a;border-bottom:2px solid #53575a}.bt-faq-style1.vc_toggle_default.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before{visibility:visible}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list{height:62px;margin:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab{position:relative;display:inline-block;vertical-align:top;margin:0;border:2px solid #f1f1f1}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:-2px;left:50%;width:0;height:3px;background:#53575a;z-index:9;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;top:0;left:50%;width:0;height:0;border-top:0 solid #53575a;border-left:6px solid transparent;border-right:6px solid transparent;z-index:9;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a{font-family:Montserrat;font-size:11px;font-weight:700;line-height:45px;letter-spacing:.04em;color:#4b4b4b;background:#fff;display:inline-block;height:45px;padding:0 15px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a>i{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a>span{margin:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:hover{background:#f9f9f9}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active{margin:0 10px}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:before{width:calc(100% + 4px)}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:after{border-top:5px solid #53575a}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:first-child{margin-left:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:last-child{margin-right:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a{line-height:55px;height:55px;color:#53575a}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a>i{font-size:13px;margin-right:5px}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a:hover{background:#fff}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{background:#f0f0f0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin:0;border:2px solid #f1f1f1;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-family:Montserrat;font-size:13px;font-weight:700;line-height:24px;letter-spacing:.04em;color:#4b4b4b;background:#fff;padding:10px 20px}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#fafafa}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:30px}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{border-color:#53575a}.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{background:#53575a;color:#fff}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-container{margin:0}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list{background:#3f3e3e;margin:0;padding:13px 20px}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab{position:relative;display:inline-block;vertical-align:middle;margin-right:10px}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:last-child{margin-right:0}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a{font-family:Lato;font-size:11px;font-weight:700;line-height:18px;letter-spacing:.04em;color:#fff;background:#4c4c4c;display:inline-block;padding:8px 12px;border:none;-webkit-border-radius:10px!important;-moz-border-radius:10px!important;border-radius:10px!important}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:hover{background:#4a4a4a}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#53575a}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{background:#4c4c4c;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-size:11px;font-weight:700;line-height:18px;letter-spacing:.04em;color:#fff;background:#3f3e3e;padding:10px 20px}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#4a4a4a}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background:none;padding:30px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .bt-content-inner h3{margin-bottom:0}.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#53575a}.bt-tabs-style3.vc_tta-tabs.vc_tta{border:2px solid #dbdada}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-container{margin:0}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list{background:#fff;margin:0;padding:20px 20px 15px}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab{position:relative;display:inline-block;vertical-align:middle;margin-right:15px}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:last-child{margin-right:0}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:before{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:-10px;right:0;width:0;height:2px;background:#53575a}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a{font-family:Lato;font-size:11px;font-weight:900;line-height:18px;letter-spacing:.1em;color:#141414;background:transparent;display:inline-block;padding:0;border:none}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a .vc_tta-icon{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-size:0}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:not(:empty):not(:first-child), .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:not(:empty) ~ * {margin-left:8px}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:hover{color:#53575a}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:before{width:calc(100% - 20px)}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#53575a}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a .vc_tta-icon{font-size:11px}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels{background:#fff;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin:0}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-family:Lato;font-size:11px;font-weight:900;line-height:18px;letter-spacing:.1em;color:#141414;background:transparent}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{color:#53575a}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:30px}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .bt-content-inner h3{margin-bottom:0}.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#53575a}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-container{margin:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list{background:#fff;margin:0 0 30px;padding:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab{position:relative;display:inline-block;vertical-align:middle;margin-right:10px}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:last-child{margin-right:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a{font-family:Lato;font-size:11px;font-weight:900;line-height:24px;letter-spacing:.1em;color:#4e4e4e;background:#eee;display:inline-block;padding:10px 15px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:hover{background:#dbdada}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#fff;background:#53575a}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels{background:#fff;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-family:Lato;font-size:12px;font-weight:900;line-height:24px;letter-spacing:.1em;color:#4e4e4e;background:#eee;padding:10px 15px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#dbdada}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .bt-content-inner h3{margin-bottom:0}.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#fff;background:#53575a}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-tabs-container{margin:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-tabs-list{background:#fff;margin:0 0 1px;padding:0 10px;overflow:unset}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab{position:relative;display:inline-block;vertical-align:middle;margin:0 10px}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:after{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;content:"";position:absolute;bottom:-1px;left:50%;width:0;height:2px;background:#53575a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a{font-family:Montserrat;font-size:11px;line-height:24px;letter-spacing:.1em;color:#141414;background:#fff;display:inline-block;padding:10px 0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:hover{background:#fff}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:after{width:100%}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels{background:#fff;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-family:Lato;font-size:12px;font-weight:900;line-height:24px;letter-spacing:.1em;color:#4e4e4e;background:#eee;padding:10px 15px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#dbdada}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:20px;border:1px solid #e5e5e5;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .bt-content-inner h3{margin-bottom:0}.bt-tabs-style5.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#fff;background:#53575a}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-container{margin:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list{background:#fff;margin:0 0 30px;padding:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab{position:relative;display:inline-block;vertical-align:middle;margin-right:10px}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:last-child{margin-right:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a{font-size:13px;line-height:24px;letter-spacing:.04em;color:#969595;background:#f8f8f8;display:inline-block;padding:8px 20px;border:2px solid #f1f1f1;-webkit-border-radius:5px!important;-moz-border-radius:5px!important;border-radius:5px!important}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:before,.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:after{border:none}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab>a:hover{background:#f1f1f1}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active>a{color:#fff;background:#53575a}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels{background:#fff;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{margin:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a{font-family:Lato;font-size:12px;font-weight:900;line-height:24px;letter-spacing:.1em;color:#4e4e4e;background:#eee;padding:10px 15px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover{background:#dbdada}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body img{margin-top:0}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul>li{list-style:none}.bt-tabs-style6.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a{color:#fff;background:#53575a}.wpb_single_image.bt-full-width .vc_figure,.wpb_single_image.bt-full-width .vc_single_image-wrapper{width:100%}.wpb_single_image.bt-full-width.bt-overlay-main-color{position:relative}.wpb_single_image.bt-full-width.bt-overlay-main-color:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(83,87,90,.35)}.bt-job-posting thead{background:#53575a}.bt-job-posting thead tr th{font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.03em;color:#fff;padding:15px 30px}.bt-job-posting tbody{background:#fbfafa}.bt-job-posting tbody tr td{font-size:13px;line-height:27px;letter-spacing:.04em;color:#666;padding:15px 30px}.bt-job-posting tbody tr td a{color:#666}.bt-job-posting tbody tr td a:hover{color:#53575a}.bt-job-posting tfoot{background:#53575a}.bt-job-posting tfoot tr td{padding:5px}@-webkit-keyframes spin {
0% {
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
-ms-transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
}@keyframes spin {
0% {
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
-ms-transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
}#consulta_page_loading{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999;background:#222}#consulta_page_loading .bt-loader{position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border:5px solid #f3f3f3;border-top:5px solid #53575a;border-radius:50%;width:60px;height:60px;-webkit-animation:spin 1.2s linear infinite;-moz-animation:spin 1.2s linear infinite;-o-animation:spin 1.2s linear infinite;animation:spin 1.2s linear infinite}#bt-main{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;background:#fff;position:relative;overflow:hidden}.boxed #bt-main{max-width:1200px;margin:auto;-webkit-box-shadow:0 0 10px 0 rgba(28,28,28,.5);-moz-box-shadow:0 0 10px 0 rgba(28,28,28,.5);box-shadow:0 0 10px 0 rgba(28,28,28,.5)}.boxed #bt-main .vc_row[data-vc-full-width]{width:100%!important;left:15px!important}.bt-newsletter-global{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.7);opacity:0;z-index:-1}.bt-newsletter-global .bt-newsletter{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;position:absolute;top:50%;left:50%;width:750px;height:383px;text-align:center;background:#fff;padding:40px 296px 40px 40px;-webkit-transform:translateX(-50%) translateY(0) scale(.8) rotate(-15deg);-moz-transform:translateX(-50%) translateY(0) scale(.8) rotate(-15deg);-o-transform:translateX(-50%) translateY(0) scale(.8) rotate(-15deg);-ms-transform:translateX(-50%) translateY(0) scale(.8) rotate(-15deg);transform:translateX(-50%) translateY(0) scale(.8) rotate(-15deg)}.bt-newsletter-global .bt-newsletter .bt-close{position:absolute;top:0;left:0;width:40px;height:40px;font-size:13px;line-height:40px;text-align:center;color:#fff;background:#53575a}.bt-newsletter-global .bt-newsletter .bt-close:hover{background:#222}.bt-newsletter-global .bt-newsletter .bt-men{position:absolute;top:0;right:0}.bt-newsletter-global .bt-newsletter .wg-title{position:relative;font-size:24px;font-weight:700;letter-spacing:.1em;line-height:28px;color:#282828;margin-bottom:5px}.bt-newsletter-global .bt-newsletter .wg-title:before{content:"\f1d9";font-family:FontAwesome;font-size:50px;line-height:50px;color:#646464;display:block;text-align:center;margin-bottom:30px}.bt-newsletter-global .bt-newsletter .textwidget{font-family:Crimson\ text;font-style:italic;font-size:18px;font-weight:400;letter-spacing:.06em;color:#646464;margin-bottom:30px}.bt-newsletter-global .bt-newsletter .widget_newsletterwidget .newsletter-email{font-family:Lato;font-style:italic;font-size:13px;line-height:24px;letter-spacing:.1em;color:#141414;padding:8px 30px;margin-bottom:30px;border:2px solid #ececec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-newsletter-global .bt-newsletter .widget_newsletterwidget .newsletter-email:hover,.bt-newsletter-global .bt-newsletter .widget_newsletterwidget .newsletter-email:focus{border-color:#dedede}.bt-newsletter-global .bt-newsletter .widget_newsletterwidget .newsletter-submit{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-family:Montserrat;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#53575a;display:inline-block;padding:12px 45px;margin:0 auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bt-newsletter-global .bt-newsletter .widget_newsletterwidget .newsletter-submit:hover{background:#222}.bt-newsletter-global.active{opacity:1;z-index:1080}.bt-newsletter-global.active .bt-newsletter{-webkit-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0);-moz-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0);-o-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0);-ms-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0);transform:translateX(-50%) translateY(-50%) scale(1) rotate(0)}@media (max-width:767px){.bt-newsletter-global .bt-newsletter{width:auto;height:auto;padding:40px}.bt-newsletter-global .bt-newsletter .bt-men{display:none}}#bt-backtop{-wekbit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:40px;height:40px;border:1px solid #1c1c1c;position:fixed;display:none;bottom:50px;right:30px;background-color:#fff;z-index:992;text-align:center;font-size:16px;line-height:38px;outline:none;cursor:pointer}#bt-backtop:hover,#bt-backtop:focus{color:#fff;background-color:#53575a;border-color:#53575a}#bt-backtop.bt-show{display:block;animation:bounceInUp .7s both}.bt-title-bar-wrap{position:relative;background:#1f1f1f;margin-bottom:90px;padding:50px 0;overflow:hidden}.bt-title-bar-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.bt-title-bar-wrap h2{font-size:20px;font-weight:400;line-height:28px;letter-spacing:.03em;text-align:right;color:#cecece;margin-bottom:0}.bt-title-bar-wrap .bt-path{font-size:14px;font-weight:400;line-height:28px;letter-spacing:.03em;color:#cecece}.bt-title-bar-wrap .bt-path .bt-path-inner a,.bt-title-bar-wrap .bt-path .bt-path-inner span{padding:0 5px}.bt-title-bar-wrap .bt-path .bt-path-inner a{color:#fff}.bt-title-bar-wrap .bt-path .bt-path-inner a:hover{color:#53575a}@media (max-width:991px){.bt-title-bar-wrap .bt-path,.bt-title-bar-wrap h2{text-align:center}}.error404 .bt-error404-wrap{padding-bottom:90px;text-align:center}.error404 .bt-error404-wrap h3{position:relative;font-size:30px;font-weight:700;line-height:34px;letter-spacing:.4em;color:#171717;margin-bottom:30px}.error404 .bt-error404-wrap>p{font-size:15px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:.04em;color:#171717;margin-bottom:40px}.error404 .bt-error404-wrap>h1{font-family:Montserrat;font-size:160px;font-weight:700;line-height:160px;letter-spacing:.04em;color:#000}.error404 .bt-error404-wrap>h2{font-size:40px;font-weight:700;line-height:50px;letter-spacing:.4em;color:#000}@media (max-width:479px){.page-template-404 .bt-error404-wrap .bt-404>h1{font-size:155px}.page-template-404 .bt-error404-wrap .bt-404>h4{padding:10px}}