/*
Theme Name: Beoreo
Theme URI: http://bearsthemes.com
Author: bearsthemes
Author URI: http://bearsthemes.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns,left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: Beoreo is a fully configurable and easy to use responsive WordPress Theme  with a lot of great features.
Text Domain: beoreo
*/
/* SCREEN */
/* COLOR */
/*#FF2B42*/
/* ANIMATION */
/* TYPOGRAPHY */
/*
* Component module
*/
/* + TYPOGRAPHY */
/* + COLOR */
/* + INPUT */
/* + ICON */
/* + BUTTON */
/* + UTILITIES */
/* + SECTION */
/*
* Common module
*/
/* + RESERVATION AND CONTACT */
/*
* Module
*/
/* + HEADER */
/* + FOOTER */
/* + TEAM */
/* + SERVICE */
/* + MEMBERSHIP */
/* + TESTIMONIAL */
/* + HOME */
/* + ABOUT */
/* + SHOP */
/* + SPACE */
/* + ADVERTISE */
/* + BLOG */
/* + OTHER PAGE */
/*
* Component module
*/
/* TYPOGRAPHY */
/* COLOR */
/* INPUT */
/* ICON */
/* BUTTON */
/* UTILITIES */
/* Reset */
/* SECTION */
/*
* Module
*/
/* HEADER */
/* FOOTER */
/* SERVICE */
/* BLOG */
/* PORTFOLIO */
/* TEAM */
/* TESTIMONIAL */
/* TESTIMONIAL */
/* + SHOP */
/* ANIMATION */
/* DIV */
/*!
 * jQuery UI CSS Framework 1.11.3
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
/* Interaction states
----------------------------------*/
/* Interaction Cues
----------------------------------*/
/* Overlays */
/* with multiple calendars */
/* RTL support */
/*Comment Form*/
.easing-animation {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.easing-animation-long {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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%;
  -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(-2000px);
    transform:translateY(-2000px);
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity:0;
    -webkit-transform:translateY(-2000px);
    transform:translateY(-2000px);
  }
  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:#FFFFFF;
}
.ui-widget-content a { color:#222222; }
.ui-widget-header {
  border:1px solid #ffda00;
  background:#ffda00;
  color:#ffffff;
  font-weight:bold;
}
.ui-widget-header a { color:#ffffff; }
.ui-icon { font-size:0px; }
.ui-icon:hover { color:#FFFFFF; }
.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:#ffda00;
  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:#ffda00;
}
.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:#ffda00;
  text-decoration:none;
  cursor:pointer;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border:1px solid #ffda00;
  background:#ffda00;
  font-weight:bold;
  color:#FFFFFF;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border:1px solid #ffda00;
  background:#FFFFFF;
  color:#ffda00;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity:.7;
  filter:Alpha(Opacity=70);
  /* support: IE8 */
  font-weight:normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity:.35;
  filter:Alpha(Opacity=35);
  /* support: IE8 */
  background-image:none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}
.ui-widget-overlay {
  background:#aaaaaa;
  opacity:.3;
  filter:Alpha(Opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin:-8px 0 0 -8px;
  padding:8px;
  background:#aaaaaa;
  opacity:.3;
  filter:Alpha(Opacity=30);
  /* support: IE8 */
  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:Hind; }
.bt-default-font-second { font-family:Lato; }
.bt-poppins-font { font-family:Poppins; }
.bt-montserrat-font { font-family:Montserrat; }
.bt-open-sans-font { font-family:Open Sans; }
.bt-crimson-text-font { font-family:Crimson Text; }
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:#ffda00;
  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:Hind;
  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:0.04em;
  position:relative;
  padding-bottom:20px;
}
.bt-subtext:after {
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  width:40px;
  height:4px;
  background:#ffda00;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.tb-extratext-1 { letter-spacing:0.3em; }
.tb-extratext-1.tb-icon:before {
  content:"\f284";
  font-family:FontAwesome;
  font-style:normal;
}
.tb-extratext-2 { letter-spacing:0.08em; }
.bt-underline { position:relative; }
.bt-underline:after {
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  width:50px;
  height:2px;
  background:#ffda00;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.bt-sub-title-box {
  display:inline-block;
  letter-spacing:0.16px;
  color:#FFFFFF;
  padding:5px 25px;
  background:#222222;
  -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 { color:#ffda00; }
.bt-bg-main { background-color:#ffda00; }
body input[type="text"], body input[type="email"], body input[type="search"], body input[type="tel"], body textarea, body select {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:100%;
  outline:none;
  font-size:14px;
  color:#454545;
  background-color:transparent;
  border:1px solid #ececec;
  margin-bottom:30px;
  padding:8px 20px;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
body input[type="text"]:focus, body input[type="email"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body textarea:focus, body select:focus { border-color:#ffda00; }
body .input-submit {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:12px 30px;
  outline:none;
  text-align:center;
  background-color:transparent;
  border:0;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
body input[type="submit"] {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:12px 30px;
  outline:none;
  text-align:center;
  background-color:transparent;
  border:0;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  font-family:Hind;
  font-size:13px;
  letter-spacing:0.04em;
  background-color:#ffda00;
  color:#ffffff;
}
body input[type="submit"]:hover, body input[type="submit"]:focus, body input[type="submit"]:active {
  background-color:#313131;
  color:#ffffff;
}
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 {
  /* Firefox 18- */
  color:#454545;
}
body ::-moz-placeholder {
  /* Firefox 19+ */
  color:#454545;
}
body :-ms-input-placeholder { color:#454545; }
body .bt-contact-form1 .bt-field-text {
  position:relative;
  margin-bottom:40px;
}
body .bt-contact-form1 .bt-field-text.name:before, body .bt-contact-form1 .bt-field-text.email:before, body .bt-contact-form1 .bt-field-text.subject:before {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:70px;
  height:1px;
  background:#ffda00;
  z-index:9;
}
body .bt-contact-form1 .bt-field-text .bt-label {
  position:absolute;
  top:8px;
  left:0;
  font-family:Lato;
  font-size:12px;
  font-style:italic;
  line-height:24px;
  color:#ffffff;
}
body .bt-contact-form1 .bt-field-text .bt-label > i {
  color:#ffda00;
  margin-right:5px;
}
body .bt-contact-form1 .bt-field-text input, body .bt-contact-form1 .bt-field-text textarea {
  font-size:14px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#cecece;
  padding:8px 8px 8px 80px;
  margin-bottom:0;
  border-width:0 0 1px;
  border-color:rgba(255,255,255,0.3);
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
body .bt-contact-form1 .bt-field-text input:hover, body .bt-contact-form1 .bt-field-text input:focus, body .bt-contact-form1 .bt-field-text textarea:hover, body .bt-contact-form1 .bt-field-text textarea:focus { border-color:rgba(255,255,255,0.7); }
body .bt-contact-form1 .bt-field-text textarea {
  height:160px;
  min-height:auto;
}
body .bt-contact-form1 input[type="submit"] {
  font-family:Lato;
  font-size:14px;
  font-weight:900;
  line-height:14px;
  letter-spacing:0.2em;
  color:#ffffff;
  background:#ffda00;
  display:inline-block;
  padding:18px 50px;
  margin:0 auto;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
body .bt-contact-form1 input[type="submit"]:hover {
  color:#ffda00;
  background:#ffffff;
}
body .bt-contact-form1 .wpcf7-not-valid-tip {
  line-height:24px;
  position:absolute;
  right:0;
  top:0;
  font-size:0;
}
body .bt-contact-form1 .wpcf7-not-valid-tip:before {
  content:"\f00d";
  font-family:FontAwesome;
  font-size:11px;
  width:0;
}
body .bt-contact-form3 .bt-field-text {
  position:relative;
  margin-bottom:40px;
}
body .bt-contact-form3 .bt-field-text .bt-label {
  position:absolute;
  top:8px;
  left:15px;
  font-size:12px;
  color:#141414;
}
body .bt-contact-form3 .bt-field-text input, body .bt-contact-form3 .bt-field-text textarea {
  font-family:Lato;
  font-style:italic;
  font-size:12px;
  line-height:24px;
  letter-spacing:0.1em;
  color:#141414;
  padding:8px 30px;
  margin-bottom:0;
  border:2px solid #ececec;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
body .bt-contact-form3 .bt-field-text input:hover, body .bt-contact-form3 .bt-field-text input:focus, body .bt-contact-form3 .bt-field-text textarea:hover, body .bt-contact-form3 .bt-field-text textarea:focus { border-color:#dedede; }
body .bt-contact-form3 .bt-field-text textarea {
  height:220px;
  min-height:auto;
}
body .bt-contact-form3 input[type="submit"] {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:13px;
  font-weight:700;
  line-height:13px;
  letter-spacing:0.1em;
  color:#ffffff;
  background:#ffda00;
  display:inline-block;
  padding:12px 45px;
  margin:0 auto;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
body .bt-contact-form3 input[type="submit"]:hover { background:#222222; }
body .bt-contact-form3 .wpcf7-not-valid-tip {
  line-height:24px;
  position:absolute;
  right:0;
  top:0;
  font-size:0;
}
body .bt-contact-form3 .wpcf7-not-valid-tip:before {
  content:"\f00d";
  font-family:FontAwesome;
  font-size:11px;
  width:0;
}
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:#ffda00; }
.bt-btn {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.bt-contact-width-me {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff; }
.bt-btn-icon-style1 {
  font-family:Lato;
  position:relative;
  display:inline-block;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.04em;
  color:#ffffff;
  background:#ffda00;
  margin-right:60px;
  padding:12px 30px 12px 30px;
}
.bt-btn-icon-style1.hvr-bounce-to-right:before { background:#222222; }
.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:#ffffff;
}
.bt-btn-icon-style1 > i:before {
  position:absolute;
  top:50%;
  left:50%;
  -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:#ffffff;
  background:#ffda00;
}
.vc_btn3-container.bt-btn-buy-our-product .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.vc_btn3-container.bt-btn-readmore .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-family:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.08em;
  color:#ffffff;
  background:#ffda00;
  min-width:228px;
  padding:16px 30px;
  border:2px solid #ffda00;
  -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:#ffda00;
  background:transparent;
}
.vc_btn3-container.bt-btn-style1 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  color:#ffffff;
  background:#ffda00;
  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:#222222; }
.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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff;
}
.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:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  color:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.bt-btn-play-style1 {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -wekbit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  color:#ffffff;
  background:#ffda00;
}
.bt-btn-play-style2 > i { margin-left:4px; }
.bt-btn-play-style2:hover {
  color:#ffffff;
  background:#222222;
  border-color:#222222;
}
.bt-btn-play-video {
  font-family:Montserrat;
  font-size:14px;
  font-weight:400;
  line-height:24px;
  letter-spacing:0.08em;
  color:#ffffff;
  background:#ffda00;
  display:inline-block;
  padding:15px 30px;
}
.bt-btn-play-video:hover, .bt-btn-play-video:focus {
  color:#ffda00;
  background:#ffffff;
}
.bt-btn-seemore-main, .bt-btn-purchase-light {
  font-family:Montserrat;
  font-size:13px !important;
  line-height:24px !important;
  letter-spacing:0.04em !important;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff; }
.bt-btn-purchase-light {
  color:#313131;
  background:#ffffff;
}
.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-weight:600;
  font-style:italic;
  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 {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.bt-pagination-style1 > .page-numbers.current, .bt-pagination-style1 > .page-numbers:hover { color:#ffda00; }
.bt-owl-nav .owl-prev, .bt-owl-nav .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
}
.bt-owl-nav .owl-prev:hover, .bt-owl-nav .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-owl-nav-top .owl-prev, .bt-owl-nav-top .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.bt-owl-nav-top .owl-prev, .bt-owl-nav-top .owl-next {
  color:#ffffff;
  background:#4a4a4a;
}
.bt-owl-nav-top .owl-prev:hover, .bt-owl-nav-top .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.bt-owl-nav-bottom .owl-prev, .bt-owl-nav-bottom .owl-next {
  color:#ffffff;
  background:#4a4a4a;
}
.bt-owl-nav-bottom .owl-prev:hover, .bt-owl-nav-bottom .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffffff;
  background:#ffda00;
}
.bt-owl-nav-middle-square .owl-prev, .bt-owl-nav-middle-square .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:-40px;
  width:80px;
  height:80px;
  font-size:30px;
  color:#ffffff;
  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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.bt-owl-dots-right .owl-dot {
  display:block;
  margin:8px 0;
}
a, a:hover, a:focus, a:active, a.active {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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;
  font-weight:800;
  letter-spacing:0.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:-0.1em;
  color:#ffffff;
  background:#ffda00;
  margin-right:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
}
.bt-btn-enter {
  padding:0 !important;
  -webkit-border-radius:50% !important;
  -moz-border-radius:50% !important;
  border-radius:50% !important;
}
.bt-btn-video-popup {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:block;
  width:100%;
  height:100%;
  font-size:24px;
  color:#ffffff;
  background:#ffda00;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-btn-video-popup:hover, .bt-btn-video-popup:focus {
  color:#ffda00;
  background:#ffffff;
}
.bt-btn-video-popup-border {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:block;
  width:100%;
  height:100%;
  font-size:24px;
  color:#ffda00;
  border:2px solid #ffda00;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-btn-video-popup-border:hover, .bt-btn-video-popup-border:focus {
  color:#ffffff;
  background:#ffda00;
}
.bt-call-aciton {
  font-family:Crimson Text;
  font-size:30px;
  line-height:36px;
  font-style:italic;
  letter-spacing:0.04em;
  color:#ffffff;
}
.bt-call-aciton > a {
  font-family:Hind;
  display:inline-block;
  vertical-align:middle;
  font-size:18px;
  font-weight:700;
  font-style:normal;
  line-height:24px;
  text-transform:uppercase;
  color:#f1f1f1;
  background:rgba(255,255,255,0.08);
  margin-left:30px;
  padding:10px 40px;
  border:2px solid rgba(255,255,255,0.55);
}
.bt-call-aciton > a:hover, .bt-call-aciton > a:focus {
  color:#f1f1f1;
  background:transparent;
}
@media (max-width: 991px) {
  .bt-call-aciton > a {
    margin-left:0;
    margin-top:10px;
  }
}
.bt-user-oriented-section .vc_tta-container { margin-bottom:0; }
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background:transparent;
  margin-bottom:15px;
  border:none;
  overflow:hidden;
}
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:after {
  content:"";
  display:block;
  height:1px;
  background:#313131;
  margin-left:54px;
  margin-top:15px;
}
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family:Lato;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.08em;
}
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  color:#ffffff;
  padding:0;
}
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  vertical-align:middle;
  font-size:14px;
  width:40px;
  height:40px;
  line-height:40px;
  letter-spacing:-0.08em;
  text-align:center;
  border:1px solid #c1c0a8;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
}
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  font-family:Hind;
  font-size:14px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#cccccc;
  background:transparent;
  padding:0 0 30px 54px;
  border:none;
}
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading { margin-bottom:0; }
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading:after { display:none; }
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a { color:#ffda00; }
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title > a { color:#ffda00; }
.bt-user-oriented-section .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
@media (max-width: 991px) {
  .bt-user-oriented-section .bt-vc-row-ovelay { background:#222222; }
}
.bt-agency-portfolio-section .rev_slider .slotholder {
  min-height:666px;
  -webkit-transform:translate3d(0px,0px,0px) !important;
  -moz-transform:translate3d(0px,0px,0px) !important;
  -o-transform:translate3d(0px,0px,0px) !important;
  -ms-transform:translate3d(0px,0px,0px) !important;
  transform:translate3d(0px,0px,0px) !important;
}
.bt-clients-logos-section { text-align:center; }
.bt-clients-logos-section .wpb_single_image {
  display:inline-block;
  vertical-align:middle;
  width:16%;
}
.bt-promod-block-section .bt-service-wrap.style2 .bt-service {
  max-width:320px;
  margin-left:0;
  margin-right:0;
}
.tb-ad-block-section .bt-title {
  font-family:Poppins;
  font-size:39px;
  font-weight:700;
  line-height:48px;
  letter-spacing:-0.025em;
  color:#141414;
  margin-bottom:25px;
}
.tb-ad-block-section .bt-text {
  font-family:Crimson Text;
  font-size:18px;
  font-weight:400;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.04em;
  color:#141414;
  margin-bottom:25px;
}
.tb-ad-block-section .bt-price {
  font-family:Lato;
  font-size:36px;
  font-weight:900;
  line-height:48px;
  letter-spacing:-0.025em;
  color:#ffda00;
  margin-bottom:40px;
}
.tb-ad-block-section .bt-btn-shopping {
  font-family:Hind;
  font-size:15px;
  font-weight:700;
  line-height:25px;
  letter-spacing:0.2em;
  color:#ffffff;
  background:#ffda00;
  display:inline-block;
  padding:20px 45px;
}
.tb-ad-block-section .bt-btn-shopping:before { background:#ffffff; }
.tb-ad-block-section .bt-btn-shopping:hover, .tb-ad-block-section .bt-btn-shopping:focus { color:#ffda00; }
.bt-product-section1 .bt-products-grid > .row { margin:0; }
.bt-product-section1 .bt-products-grid > .row > div { padding:1px; }
.bt-product-section1 .bt-products-grid > .row > div > article { margin-bottom:0; }
.bt-more-features-about-seciton .bt-col-left > .vc_column-inner > .wpb_wrapper {
  max-width:80%;
  margin:0 auto;
}
.bt-more-features-about-seciton .bt-video-content {
  position:absolute;
  bottom:90px;
  left:10%;
}
.bt-more-features-about-seciton .bt-video-content .video {
  display:inline-block;
  width:100px;
  height:100px;
  font-size:0;
  text-align:center;
  margin-bottom:30px;
  border:4px solid #000000;
  -wekbit-border-radius:100px;
  -moz-border-radius:100px;
  border-radius:100px;
}
.bt-more-features-about-seciton .bt-video-content .video > i {
  font-size:32px;
  line-height:94px;
  color:#000001;
  margin-left:10px;
}
.bt-more-features-about-seciton .bt-video-content .video:hover { background:#000000; }
.bt-more-features-about-seciton .bt-video-content .video:hover > i { color:#ffffff; }
.bt-more-features-about-seciton .bt-video-content > h3 {
  font-family:Poppins;
  font-size:30px;
  line-height:30px;
  letter-spacing:0.03em;
  color:#232222;
  margin-bottom:5px;
}
.bt-more-features-about-seciton .bt-video-content .short-text {
  font-family:Hind;
  font-size:15px;
  line-height:30px;
  letter-spacing:0.08em;
  color:#2c2a2a;
}
.bt-subcribe-section .video {
  display:inline-block;
  width:100px;
  height:100px;
  font-size:0;
  text-align:center;
  margin-bottom:30px;
  border:2px solid #ffffff;
  -wekbit-border-radius:100px;
  -moz-border-radius:100px;
  border-radius:100px;
}
.bt-subcribe-section .video > i {
  font-size:32px;
  line-height:94px;
  color:#ffffff;
  margin-left:10px;
}
.bt-subcribe-section .video:hover { background:#ffffff; }
.bt-subcribe-section .video:hover > i { color:#181818; }
.bt-subcribe-section .newsletter form {
  position:relative;
  max-width:600px;
  margin:auto;
  padding-right:135px;
}
.bt-subcribe-section .newsletter form input {
  font-family:Lato;
  font-size:13px;
  text-transform:uppercase;
  color:#c3c3c3;
  background:#ffffff;
  padding:15px 30px;
  margin:0;
  border:1px solid #ffffff;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-subcribe-section .newsletter form input.newsletter-submit {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:0;
  right:0;
  width:135px;
  font-family:Hind;
  font-size:16px;
  font-weight:700;
  letter-spacing:0.1em;
  color:#ffffff;
  background:#ffda00;
  padding:15px;
  border:1px solid #ffda00;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-subcribe-section .newsletter form input.newsletter-submit:hover {
  background:#222222;
  border-color:#222222;
}
.bt-contact-info-section .vc_icon_element {
  display:inline-block;
  vertical-align:middle;
}
.bt-contact-info-section .vc_icon_element .vc_icon_element-inner {
  width:90px !important;
  height:90px !important;
  border:1px solid rgba(255,255,255,0.3) !important;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
}
.bt-contact-info-section .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon:before {
  font-size:40px !important;
  color:#ffda00;
}
.bt-contact-info-section .wpb_text_column {
  display:inline-block;
  vertical-align:middle;
  padding-left:30px;
  font-family:Lato;
  font-size:14px;
  line-height:30px;
  letter-spacing:0.04em;
  color:#ffffff;
}
@media (max-width: 1199px) {
  .bt-contact-info-section { text-align:center; }
  .bt-contact-info-section .wpb_text_column {
    display:block;
    padding-left:0;
  }
}
.bt-contact-info-section2 .vc_icon_element {
  display:inline-block;
  vertical-align:middle;
  margin:2px 30px 0 0;
}
.bt-contact-info-section2 .vc_icon_element .vc_icon_element-inner {
  width:auto !important;
  height:auto !important;
  border:none !important;
}
.bt-contact-info-section2 .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
  display:inline-block !important;
  position:relative !important;
  left:0 !important;
  top:0 !important;
  -webkit-transform:translate(0,0) !important;
  -moz-transform:translate(0,0) !important;
  -o-transform:translate(0,0) !important;
  -ms-transform:translate(0,0) !important;
  transform:translate(0,0) !important;
}
.bt-contact-info-section2 .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon:before {
  font-size:50px !important;
  color:#4a4a4a;
}
.bt-contact-info-section2 .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon.fa-map-marker:before { font-size:40px !important; }
.bt-contact-info-section2 .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon.fa-database:before { font-size:26px !important; }
.bt-contact-info-section2 .wpb_text_column {
  display:inline-block;
  vertical-align:middle;
  font-family:Lato;
  font-size:15px;
  line-height:28px;
  letter-spacing:0.08em;
  color:#4a4a4a;
}
.bt-video-section .video {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  display:inline-block;
  width:100px;
  height:100px;
  font-size:0;
  text-align:center;
  margin-bottom:30px;
  border:2px solid #ffffff;
  -wekbit-border-radius:100px;
  -moz-border-radius:100px;
  border-radius:100px;
}
.bt-video-section .video:before, .bt-video-section .video:after {
  content:" ";
  display:table;
}
.bt-video-section .video:after { clear:both; }
.bt-video-section .video > i {
  font-size:32px;
  line-height:94px;
  color:#ffffff;
  margin-left:10px;
}
.bt-video-section .video:hover { background:#ffffff; }
.bt-video-section .video:hover > i { color:#181818; }
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .bt-thumb { border:none; }
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .bt-thumb > img {
  width:100% !important;
  height:100%;
  margin:0;
}
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .bt-excerpt {
  font-size:20px;
  line-height:34px;
}
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .bt-excerpt > i { display:none; }
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .bt-title {
  font-family:Lato;
  font-size:18px;
  font-weight:400;
}
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .bt-title > span {
  display:block;
  font-size:11px;
  text-transform:uppercase;
}
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev, .bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next {
  width:40px;
  height:40px;
  line-height:38px;
  color:#ffffff;
  background:transparent;
  border:1px solid #ffffff;
}
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev:hover, .bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next:hover { border-color:#ffda00; }
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev {
  top:50px;
  left:calc(50% - 80px);
}
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next {
  top:50px;
  right:calc(50% - 80px);
}
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1:hover .owl-controls .owl-nav .owl-prev { left:calc(50% - 140px); }
.bt-testimonial-client-section .bt-testimonial-carousel.tpl1:hover .owl-controls .owl-nav .owl-next { right:calc(50% - 140px); }
.bt-testimonial-client-section .bt-image-carousel-wrap .owl-carousel .owl-item img {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  opacity:0.5;
}
.bt-testimonial-client-section .bt-image-carousel-wrap .owl-carousel .owl-item:hover img { opacity:1; }
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .bt-thumb { border:none; }
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .bt-thumb > img {
  width:100% !important;
  height:100%;
  margin:0;
}
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .bt-excerpt {
  font-size:20px;
  line-height:34px;
  color:#606060;
}
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .bt-excerpt > i { display:none; }
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .bt-title {
  font-family:Lato;
  font-size:18px;
  font-weight:400;
}
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .bt-title > span {
  display:block;
  font-size:11px;
  text-transform:uppercase;
}
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev, .bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next {
  width:40px;
  height:40px;
  line-height:38px;
  color:#606060;
  background:transparent;
  border:1px solid #606060;
}
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev:hover, .bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next:hover { border-color:#ffda00; }
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-prev {
  top:50px;
  left:calc(50% - 80px);
}
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1 .owl-controls .owl-nav .owl-next {
  top:50px;
  right:calc(50% - 80px);
}
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1:hover .owl-controls .owl-nav .owl-prev { left:calc(50% - 140px); }
.bt-testimonial-client-section2 .bt-testimonial-carousel.tpl1:hover .owl-controls .owl-nav .owl-next { right:calc(50% - 140px); }
.bt-testimonial-client-section2 .bt-image-carousel-wrap .owl-carousel .owl-item img {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  opacity:0.5;
}
.bt-testimonial-client-section2 .bt-image-carousel-wrap .owl-carousel .owl-item:hover img { opacity:1; }
.bt-categories-section .wpb_single_image .vc_figure {
  position:relative;
  width:100%;
}
.bt-categories-section .wpb_single_image .vc_figure .vc_single_image-wrapper { width:100%; }
.bt-categories-section .wpb_single_image .vc_figure .vc_single_image-wrapper:before {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(17,17,17,0.62);
  z-index:1;
}
.bt-categories-section .wpb_single_image .vc_figure .vc_single_image-wrapper img {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.bt-categories-section .bt-categories-inner {
  position:absolute;
  top:50%;
  left:50%;
  -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-categories-section .bt-categories-inner:before, .bt-categories-section .bt-categories-inner:after {
  content:" ";
  display:table;
}
.bt-categories-section .bt-categories-inner:after { clear:both; }
.bt-categories-section .bt-categories-inner .bt-btn-categories {
  font-family:Poppins;
  font-size:28px;
  font-weight:700;
  line-height:28px;
  letter-spacing:0.08em;
  text-align:center;
  white-space:nowrap;
  color:#ffffff;
  background:transparent;
  display:inline-block;
  min-width:370px;
  padding:20px 30px;
  border:2px solid rgba(255,255,255,0.44);
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-categories-section .bt-categories-inner .bt-btn-categories:before { background:rgba(255,255,255,0.44); }
.bt-categories-section .bt-categories-inner .bt-btn-categories:hover, .bt-categories-section .bt-categories-inner .bt-btn-categories:focus { color:#1f1f1f; }
.bt-categories-section .vc_btn3-container.vc_btn3-inline {
  margin-bottom:0;
  z-index:9;
}
.bt-categories-section .vc_btn3-container.vc_btn3-inline .vc_btn3 {
  font-family:Poppins;
  font-size:28px;
  font-weight:700;
  line-height:28px;
  letter-spacing:0.08em;
  white-space:nowrap;
  color:#ffffff;
  background:transparent;
  min-width:370px;
  padding:20px 30px;
  border:2px solid rgba(255,255,255,0.44);
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-categories-section .vc_btn3-container.vc_btn3-inline .vc_btn3:hover {
  color:#ffda00;
  background:#ffffff;
  border-color:#ffffff;
}
.bt-categories-section .wpb_column .vc_column-inner .wpb_wrapper { overflow:hidden; }
.bt-categories-section .wpb_column .vc_column-inner .wpb_wrapper:hover .wpb_single_image .vc_figure .vc_single_image-wrapper:before { background:rgba(17,17,17,0.5); }
.bt-categories-section .wpb_column .vc_column-inner .wpb_wrapper:hover .wpb_single_image .vc_figure .vc_single_image-wrapper 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: 1199px) {
  .bt-categories-section .bt-categories-inner .bt-btn-categories {
    font-size:22px;
    min-width:290px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bt-categories-section .bt-categories-inner .bt-btn-categories {
    font-size:16px;
    min-width:220px;
  }
}
.bt-slogan-section .vc_btn3-container.vc_btn3-inline { margin:0 15px 30px; }
.bt-slogan-section .vc_btn3-container.vc_btn3-inline .vc_btn3 {
  font-family:Lato;
  font-size:13px;
  font-weight:900;
  line-height:24px;
  letter-spacing:0.1em;
  color:#ffffff;
  background:transparent;
  min-width:170px;
  padding:10px 30px;
  border:2px solid #ffffff;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-slogan-section .vc_btn3-container.vc_btn3-inline .vc_btn3:hover, .bt-slogan-section .vc_btn3-container.vc_btn3-inline .vc_btn3:focus {
  color:#ffda00;
  background:#ffffff;
  border-color:#ffffff;
}
.bt-slogan-section .vc_btn3-container.vc_btn3-inline.bt-seemore .vc_btn3 {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-slogan-section .vc_btn3-container.vc_btn3-inline.bt-seemore .vc_btn3:hover {
  color:#ffda00;
  background:transparent;
}
@media (min-width: 1200px) {
  .bt-beofolio-seciton .bt-coppyright {
    letter-spacing:0.05em;
    white-space:nowrap;
    margin-bottom:0;
    -webkit-transform:rotate(-90deg) translateX(-45px);
    -moz-transform:rotate(-90deg) translateX(-45px);
    -o-transform:rotate(-90deg) translateX(-45px);
    -ms-transform:rotate(-90deg) translateX(-45px);
    transform:rotate(-90deg) translateX(-45px);
  }
  .bt-beofolio-seciton .bt-template {
    letter-spacing:0.05em;
    white-space:nowrap;
    margin-bottom:0;
    -webkit-transform:rotate(-90deg) translateX(-140px);
    -moz-transform:rotate(-90deg) translateX(-140px);
    -o-transform:rotate(-90deg) translateX(-140px);
    -ms-transform:rotate(-90deg) translateX(-140px);
    transform:rotate(-90deg) translateX(-140px);
  }
}
@media (max-width: 991px) {
  .bt-beofolio-seciton .bt-coppyright, .bt-beofolio-seciton .bt-template { margin:30px 0; }
}
.bt-our-office-images-section .bt-image-carousel-wrap:before, .bt-our-office-images-section .bt-image-carousel-wrap:after {
  content:"";
  position:absolute;
  top:0;
  left:-60px;
  width:60px;
  height:100%;
}
.bt-our-office-images-section .bt-image-carousel-wrap:after {
  left:auto;
  right:-60px;
}
.bt-our-office-images-section .bt-image-carousel-wrap .owl-carousel .owl-item .lightbox {
  position:relative;
  display:inline-block;
  overflow:hidden;
}
.bt-our-office-images-section .bt-image-carousel-wrap .owl-carousel .owl-item .lightbox:before {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.25);
  opacity:0;
  z-index:9;
}
.bt-our-office-images-section .bt-image-carousel-wrap .owl-carousel .owl-item .lightbox img {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  width:100%;
  height:auto;
}
.bt-our-office-images-section .bt-image-carousel-wrap .owl-carousel .owl-item .lightbox:hover:before { opacity:1; }
.bt-our-office-images-section .bt-image-carousel-wrap .owl-carousel .owl-item .lightbox: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);
}
.bt-our-office-images-section .bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev, .bt-our-office-images-section .bt-image-carousel-wrap .owl-controls .owl-nav .owl-next {
  left:0;
  width:45px;
  height:45px;
  line-height:41px;
  color:#ffffff;
  background:transparent;
  border:2px solid #ffffff;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-our-office-images-section .bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev:hover, .bt-our-office-images-section .bt-image-carousel-wrap .owl-controls .owl-nav .owl-next:hover { border-color:#ffda00; }
.bt-our-office-images-section .bt-image-carousel-wrap .owl-controls .owl-nav .owl-next {
  left:auto;
  right:0;
}
.bt-our-office-images-section .bt-image-carousel-wrap:hover .owl-controls .owl-nav .owl-prev { left:-60px; }
.bt-our-office-images-section .bt-image-carousel-wrap:hover .owl-controls .owl-nav .owl-next { right:-60px; }
.bt-company-history-section .bt-time-line {
  position:absolute;
  top:0;
  left:-170px;
  width:100%;
  height:100%;
}
.bt-company-history-section .bt-time-line .bt-line {
  position:relative;
  display:inline-block;
  height:100%;
  width:3px;
  background:#ecf0f1;
  margin-left:72px;
}
.bt-company-history-section .bt-time-line .bt-line:before, .bt-company-history-section .bt-time-line .bt-line:after {
  content:"";
  position:absolute;
  top:-10px;
  left:-8px;
  width:20px;
  height:20px;
  background:#ecf0f1;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-company-history-section .bt-time-line .bt-line:after {
  top:auto;
  bottom:-10px;
}
.bt-company-history-section .bt-time-line .bt-item {
  position:absolute;
  top:0;
  left:15px;
  font-family:Lato;
  font-size:24px;
  font-weight:900;
  line-height:24px;
  letter-spacing:0;
  color:#464646;
  background:#ffffff;
  padding:8px 30px;
  border:3px solid #ecf0f1;
}
.bt-company-history-section .bt-time-line .bt-item:nth-child(2) { top:7%; }
.bt-company-history-section .bt-time-line .bt-item:nth-child(3) { top:33%; }
.bt-company-history-section .bt-time-line .bt-item:nth-child(4) { top:58%; }
.bt-company-history-section .bt-time-line .bt-item:nth-child(5) { top:86%; }
@media (max-width: 991px) {
  .bt-company-history-section .bt-time-line { left:-140px; }
  .bt-company-history-section .bt-time-line .bt-item:nth-child(2) { top:9%; }
  .bt-company-history-section .bt-time-line .bt-item:nth-child(3) { top:34%; }
  .bt-company-history-section .bt-time-line .bt-item:nth-child(4) { top:60%; }
  .bt-company-history-section .bt-time-line .bt-item:nth-child(5) { top:87%; }
}
@media (max-width: 767px) {
  .bt-company-history-section .vc_col-sm-10 .vc_row.vc_inner {
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
}
.bt-single-project-info .vc_column-inner:after {
  content:"";
  display:block;
  clear:both;
}
.bt-single-project-info .vc_column-inner > .wpb_wrapper {
  max-width:750px;
  float:right;
}
.bt-single-project-info .vc_column-inner .bt-project-meta {
  margin:0;
  padding:0;
}
.bt-single-project-info .vc_column-inner .bt-project-meta > li {
  font-family:Lato;
  font-size:15px;
  line-height:30px;
  letter-spacing:0.08em;
  color:#424242;
  list-style:none;
}
.bt-single-project-info .vc_column-inner .bt-project-meta > li .title {
  font-weight:900;
  display:inline-block;
  min-width:95px;
}
.bt-single-project-info .vc_column-inner .bt-project-meta > li .info {
  display:inline-block;
  margin-left:20px;
}
@media (max-width: 991px) {
  .bt-single-project-info .vc_column-inner > .wpb_wrapper {
    float:none;
    max-width:100%;
    padding:0 15px;
  }
}
.bt-video-intro-section .video {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  display:inline-block;
  width:90px;
  height:90px;
  font-size:0;
  text-align:center;
  background:#979696;
  margin-bottom:30px;
  border:2px solid #979696;
  -wekbit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-video-intro-section .video:before, .bt-video-intro-section .video:after {
  content:" ";
  display:table;
}
.bt-video-intro-section .video:after { clear:both; }
.bt-video-intro-section .video > i {
  font-size:20px;
  line-height:86px;
  color:#ffffff;
  margin-left:10px;
}
.bt-video-intro-section .video:hover {
  background:#ffda00;
  border-color:#ffda00;
}
.bt-video-intro-section .bt-project-meta {
  margin:0;
  padding:0;
}
.bt-video-intro-section .bt-project-meta > li {
  font-family:Lato;
  font-size:15px;
  line-height:30px;
  letter-spacing:0.08em;
  color:#424242;
  list-style:none;
}
.bt-video-intro-section .bt-project-meta > li .title {
  font-weight:900;
  display:inline-block;
  min-width:95px;
}
.bt-video-intro-section .bt-project-meta > li .info {
  display:inline-block;
  margin-left:20px;
}
.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:#ffffff;
  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:#ffda00;
  background:#ffffff;
}
.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:0.1em;
  text-transform:uppercase;
  color:#313030;
  background:#ffffff;
  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:Hind;
  font-size:14px;
  font-weight:600;
  letter-spacing:0.2em;
  color:#ffffff;
  background:#313030;
}
.bt-comingsoon-section .newsletter form input.newsletter-submit:hover, .bt-comingsoon-section .newsletter form input.newsletter-submit:focus { background:#ffda00; }
.bt-instagram-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a, .bt-flickr-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a { background:#ffda00; }
.bt-instagram-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a > i, .bt-flickr-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a > i {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  color:#ffffff;
}
.bt-instagram-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:hover, .bt-instagram-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:focus, .bt-flickr-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:hover, .bt-flickr-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:focus { background:#ffffff; }
.bt-instagram-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:hover > i, .bt-instagram-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:focus > i, .bt-flickr-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:hover > i, .bt-flickr-section .lemongrid-wrap.social_lemongrid .lemongrid-item .lemongrid-info .lemongrid-icon a:focus > i { color:#ffda00; }
body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close { background:#ffda00; }
body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close > i {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  color:#ffffff;
}
body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close:hover { background:#ffffff; }
body .lg-dynamics-modal-wrap a.lg-dynamics-modal-close:hover > i { color:#ffda00; }
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:#ffda00; }
@media (max-width: 1199px) {
  .vc_row.bt-md-no-border { border:none !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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  background:#ffffff;
}
.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:#ffda00; }
.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 { background:#ffffff; }
.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 { background:#ffda00; }
.bt-header-v3 .bt-hamburger::before, .bt-header-v3 .bt-hamburger::after, .bt-header-v3 .bt-hamburger span { background:#333333; }
.bt-header-v3 .bt-hamburger:hover:before, .bt-header-v3 .bt-hamburger:hover:after, .bt-header-v3 .bt-hamburger:hover span { background:#ffda00; }
.bt-header-v1, .bt-header-v2, .bt-header-v3, .bt-header-v4, .bt-header-v5, .bt-header-v6 {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.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-v5 .bt-header-top, .bt-header-v6 .bt-header-top {
  line-height:40px;
  background:#004154;
}
.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-v5 .bt-header-top .widget .social-wrap > a, .bt-header-v6 .bt-header-top .widget .social-wrap > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:14px;
  font-weight:400;
  color:#c1c0a8;
  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-v5 .bt-header-top .widget .social-wrap > a:last-child, .bt-header-v6 .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-v5 .bt-header-top .widget .social-wrap > a:hover, .bt-header-v6 .bt-header-top .widget .social-wrap > a:hover { color:#ffda00; }
.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 {
  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-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 {
  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-v5 .bt-header-top .widget #menu-menu-top > li:last-child, .bt-header-v5 .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 { 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-v5 .bt-header-top .widget #menu-menu-top > li > a, .bt-header-v5 .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 {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:11px;
  font-weight:400;
  letter-spacing:0.04em;
  color:#c1c0a8;
}
.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-v5 .bt-header-top .widget #menu-menu-top > li > a > i, .bt-header-v5 .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 {
  color:#ffda00;
  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-v5 .bt-header-top .widget #menu-menu-top > li > a:hover, .bt-header-v5 .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 { color:#ffda00; }
.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-v5.bt-header-fixed .bt-header-menu, .bt-header-v6.bt-header-fixed .bt-header-menu {
  position:absolute;
  left:50%;
  width:100%;
  padding:0;
  z-index:999;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.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-v5 .widget.widget_search, .bt-header-v6 .widget.widget_search {
  position:absolute;
  top:100%;
  right:0;
  display:none;
  color:#b5b5b5;
  background:#252525;
  padding:30px;
  z-index:999;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
}
.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-v5 .widget.widget_search .search-form, .bt-header-v6 .widget.widget_search .search-form { position:relative; }
.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-v5 .widget.widget_search .search-form:after, .bt-header-v6 .widget.widget_search .search-form:after {
  content:"\f002";
  font-family:FontAwesome;
  position:absolute;
  top:6px;
  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-v5 .widget.widget_search .search-form .screen-reader-text, .bt-header-v6 .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-v5 .widget.widget_search .search-form .search-field, .bt-header-v6 .widget.widget_search .search-form .search-field {
  margin-bottom:0;
  font-size:14px;
  font-weight:400;
  line-height:24px;
  letter-spacing:0.04em;
  color:#b5b5b5;
  padding:8px 45px 8px 15px;
  border-color:rgba(236,236,236,0.1);
}
.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-v5 .widget.widget_search .search-form .search-submit, .bt-header-v6 .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 .bt_widget_mini_cart h5.wg-title, .bt-header-v2 .bt_widget_mini_cart h5.wg-title, .bt-header-v3 .bt_widget_mini_cart h5.wg-title, .bt-header-v4 .bt_widget_mini_cart h5.wg-title, .bt-header-v5 .bt_widget_mini_cart h5.wg-title, .bt-header-v6 .bt_widget_mini_cart h5.wg-title { display:none; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content {
  font-family:Hind;
  font-size:12px;
  font-weight:400;
  letter-spacing:0.1em;
  text-transform:uppercase;
  position:absolute;
  top:100%;
  right:0;
  display:none;
  color:#b5b5b5;
  background:#252525;
  padding:30px;
  z-index:999;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content h6, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content h6, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content h6, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content h6, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content h6, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content h6 {
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  margin-bottom:15px;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item, .bt-header-v6 .bt_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,0.1);
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a {
  font-family:Hind;
  font-size:12px;
  font-weight:400;
  line-height:13px;
  letter-spacing:0.04em;
  color:#ffffff;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img { width:50px; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove, .bt-header-v6 .bt_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 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover { color:#ffda00; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child { border-top:1px solid rgba(255,255,255,0.1); }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img { opacity:0.7; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .total, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .total, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .total, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .total, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .total, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .total {
  font-size:14px;
  padding:10px 0;
  margin-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .total > strong, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .total > strong, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .total > strong, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .total > strong, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .total > strong, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .total > strong { font-weight:400; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .total > span, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .total > span, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .total > span, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .total > span, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .total > span, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .total > span { float:right; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .buttons, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .buttons, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .buttons, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .buttons, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .buttons, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .buttons { margin-bottom:0; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .buttons > a, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .buttons > a, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .buttons > a, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .buttons > a, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .buttons > a, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .buttons > a {
  font-family:Hind;
  font-size:12px;
  font-weight:700;
  line-height:12px;
  letter-spacing:0.1em;
  color:#ffffff;
  background:#ffda00;
  padding:8px 15px;
  border:1px solid #ffda00;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout {
  color:#ffda00;
  background:#ffffff;
  border:1px solid #ffffff;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-content .buttons > a:hover, .bt-header-v2 .bt_widget_mini_cart .bt-cart-content .buttons > a:hover, .bt-header-v3 .bt_widget_mini_cart .bt-cart-content .buttons > a:hover, .bt-header-v4 .bt_widget_mini_cart .bt-cart-content .buttons > a:hover, .bt-header-v5 .bt_widget_mini_cart .bt-cart-content .buttons > a:hover, .bt-header-v6 .bt_widget_mini_cart .bt-cart-content .buttons > a:hover {
  color:#ffffff;
  background:transparent;
  border:1px solid #FFFFFF;
}
.bt-header-v1 .bt-search-sidebar > a, .bt-header-v4 .bt-search-sidebar > a, .bt-header-v5 .bt-search-sidebar > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  position:absolute;
  top:50%;
  right:15px;
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  color:#ffffff;
  background:#333333;
  -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-v1 .bt-search-sidebar > a:before, .bt-header-v1 .bt-search-sidebar > a:after, .bt-header-v4 .bt-search-sidebar > a:before, .bt-header-v4 .bt-search-sidebar > a:after, .bt-header-v5 .bt-search-sidebar > a:before, .bt-header-v5 .bt-search-sidebar > a:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:0;
  height:2px;
  background:#ffffff;
  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-search-sidebar > a:after, .bt-header-v4 .bt-search-sidebar > a:after, .bt-header-v5 .bt-search-sidebar > 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-search-sidebar > a.active, .bt-header-v4 .bt-search-sidebar > a.active, .bt-header-v5 .bt-search-sidebar > a.active { background:#ffda00; }
.bt-header-v1 .bt-search-sidebar > a.active > i, .bt-header-v4 .bt-search-sidebar > a.active > i, .bt-header-v5 .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, .bt-header-v4 .bt-search-sidebar > a.active:before, .bt-header-v4 .bt-search-sidebar > a.active:after, .bt-header-v5 .bt-search-sidebar > a.active:before, .bt-header-v5 .bt-search-sidebar > a.active:after {
  width:15px;
  opacity:1;
}
.bt-header-v1 .bt-search-sidebar > a:hover, .bt-header-v4 .bt-search-sidebar > a:hover, .bt-header-v5 .bt-search-sidebar > a:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  right:70px;
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  background:#333333;
  -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_widget_mini_cart .bt-cart-header > a, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:14px;
  color:#ffffff;
  width:100%;
  height:100%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header > a .cart_total, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a .cart_total, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a .cart_total {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:10px;
  color:#ffffff;
  background:#ffda00;
  position:absolute;
  right:0;
  top:-5px;
  width:15px;
  height:15px;
  line-height:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header > a:before, .bt-header-v1 .bt_widget_mini_cart .bt-cart-header > a:after, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a:before, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a:after, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a:before, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:0;
  height:2px;
  background:#ffffff;
  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_widget_mini_cart .bt-cart-header > a:after, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a:after, .bt-header-v5 .bt_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_widget_mini_cart .bt-cart-header > a.active, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a.active, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a.active { background:#ffda00; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header > a.active .cart_total, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a.active .cart_total, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a.active .cart_total {
  color:#ffda00;
  background:#ffffff;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header > a.active > i, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a.active > i, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a.active > i { opacity:0; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header > a.active:before, .bt-header-v1 .bt_widget_mini_cart .bt-cart-header > a.active:after, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a.active:before, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header > a.active:after, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a.active:before, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header > a.active:after {
  width:15px;
  opacity:1;
}
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header:hover, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header:hover, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header:hover { background:#ffda00; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header:hover > a, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header:hover > a, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header:hover > a { color:#ffffff; }
.bt-header-v1 .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total {
  color:#ffda00;
  background:#ffffff;
}
.bt-header-v1.bt-header-fixed .bt-header-menu, .bt-header-v4.bt-header-fixed .bt-header-menu, .bt-header-v5.bt-header-fixed .bt-header-menu { border-bottom:1px solid rgba(255,255,255,0.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, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-col-logo, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-col-menu .bt-menu-list, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-col-logo, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-col-menu .bt-menu-list { border-right:1px solid rgba(255,255,255,0.2); }
.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar > a, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > a {
  color:#ffda00;
  background:#ffffff;
}
.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, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:before, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:after, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:before, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:0;
  height:2px;
  background:#ffffff;
  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 .bt-search-sidebar > a:after, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:after, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > 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 .bt-search-sidebar > a.active, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active { background:#ffda00; }
.bt-header-v1.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active > i, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active > i, .bt-header-v5.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, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active:before, .bt-header-v4.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active:after, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active:before, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > a.active:after {
  width:15px;
  opacity:1;
}
.bt-header-v1.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, .bt-header-v5.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header { background:#ffffff; }
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a {
  color:#ffda00;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a .cart_total, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a .cart_total, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a .cart_total {
  color:#ffffff;
  background:#ffda00;
}
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a:before, .bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a:after, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a:before, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a:after, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a:before, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:0;
  height:2px;
  background:#ffffff;
  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 .bt_widget_mini_cart .bt-cart-header > a:after, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a:after, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_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 .bt_widget_mini_cart .bt-cart-header > a.active, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active { background:#ffda00; }
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active .cart_total, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active .cart_total, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active .cart_total {
  color:#ffda00;
  background:#ffffff;
}
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active > i, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active > i, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active > i { opacity:0; }
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active:before, .bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active:after, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active:before, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active:after, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active:before, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a.active:after {
  width:15px;
  opacity:1;
}
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover { background:#ffda00; }
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a { color:#ffffff; }
.bt-header-v1.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total, .bt-header-v4.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total, .bt-header-v5.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total {
  color:#ffda00;
  background:#ffffff;
}
.bt-header-v1 .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 {
  margin-right:120px;
  padding-right:20px;
}
.bt-header-v2 .bt-search-sidebar > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  position:absolute;
  top:50%;
  right:0;
  width:40px;
  text-align:center;
  color:#333333;
  -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:#ffda00; }
.bt-header-v2 .bt_widget_mini_cart .bt-cart-header {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 .bt_widget_mini_cart .bt-cart-header > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:14px;
  color:#333333;
  width:100%;
  height:100%;
}
.bt-header-v2 .bt_widget_mini_cart .bt-cart-header > a .cart_total {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:10px;
  color:#ffffff;
  background:#ffda00;
  position:absolute;
  right:0px;
  top:15px;
  width:15px;
  height:15px;
  line-height:15px;
  text-align:center;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}
.bt-header-v2 .bt_widget_mini_cart .bt-cart-header:hover > a { color:#ffda00; }
.bt-header-v2 .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total {
  color:#ffda00;
  background:#e5e5e5;
}
.bt-header-v2.bt-header-fixed .bt-header-menu { top:60px; }
.bt-header-v2.bt-header-fixed .bt-header-menu .bt-search-sidebar > a { color:#ffffff; }
.bt-header-v2.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:hover { color:#ffda00; }
.bt-header-v2.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a { color:#ffffff; }
.bt-header-v2.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a .cart_total {
  color:#ffffff;
  background:#ffda00;
}
.bt-header-v2.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a { color:#ffda00; }
.bt-header-v2.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total {
  color:#ffda00;
  background:#ffffff;
}
.bt-header-v2 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list { padding-right:100px; }
.bt-header-v3 .bt-toggle-menu {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  position:absolute;
  top:50%;
  right:0;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#333333;
  -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 {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"\f0c9";
  font-family:FontAwesome;
}
.bt-header-v3 .bt-toggle-menu.active:before { content:"\f00d"; }
.bt-header-v3 .bt-toggle-menu:hover { color:#ffda00; }
.bt-header-v3 .bt-search-sidebar > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  position:absolute;
  top:50%;
  right:50px;
  width:40px;
  text-align:center;
  color:#333333;
  -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 { color:#ffda00; }
.bt-header-v3 .bt_widget_mini_cart .bt-cart-header {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 .bt_widget_mini_cart .bt-cart-header > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:14px;
  color:#333333;
  width:100%;
  height:100%;
}
.bt-header-v3 .bt_widget_mini_cart .bt-cart-header > a .cart_total {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:10px;
  color:#ffffff;
  background:#ffda00;
  position:absolute;
  right:0px;
  top:15px;
  width:15px;
  height:15px;
  line-height:15px;
  text-align:center;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}
.bt-header-v3 .bt_widget_mini_cart .bt-cart-header:hover > a { color:#ffda00; }
.bt-header-v3 .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total {
  color:#ffda00;
  background:#e5e5e5;
}
.bt-header-v3.bt-header-fixed .bt-header-menu { top:60px; }
.bt-header-v3.bt-header-fixed .bt-header-menu .bt-search-sidebar > a { color:#ffffff; }
.bt-header-v3.bt-header-fixed .bt-header-menu .bt-search-sidebar > a:hover { color:#ffda00; }
.bt-header-v3.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a { color:#ffffff; }
.bt-header-v3.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header > a .cart_total {
  color:#ffffff;
  background:#ffda00;
}
.bt-header-v3.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a { color:#ffda00; }
.bt-header-v3.bt-header-fixed .bt-header-menu .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total {
  color:#ffda00;
  background:#ffffff;
}
.bt-header-v3 .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 { max-width:1200px; }
}
@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 { 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 { 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 {
    position:fixed;
    top:0;
    width:100%;
    padding:0;
    background:rgba(255,255,255,0.75);
    z-index:999;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
  }
  .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 {
    line-height:71px;
    transform:scale(0.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 { 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 { 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 { line-height:71px; }
  .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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.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 { 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 { 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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    position:relative;
    font-size:13px;
    font-weight:700;
    line-height:95px;
    letter-spacing:0.08em;
    text-transform:uppercase;
    display:inline-block;
    text-align:center;
    min-width:90px;
    padding:0 15px;
  }
  .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 {
    /*Dropdown style*/
    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 {
    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,0.5);
    box-shadow:0 0 20px 0 rgba(0,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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 {
    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 { 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 {
    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,0.3);
    box-shadow:0 0 10px 0 rgba(0,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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.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 {
    /*Dropdown style*/
    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 {
    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,0.5);
    box-shadow:0 0 20px 0 rgba(0,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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 {
    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 { 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 {
    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,0.3);
    box-shadow:0 0 10px 0 rgba(0,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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.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 {
    /*Dropdown style*/
    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 {
    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,0.5);
    box-shadow:0 0 20px 0 rgba(0,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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 {
    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 { 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 {
    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,0.3);
    box-shadow:0 0 10px 0 rgba(0,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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.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 {
    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,0.3);
    box-shadow:0 0 10px 0 rgba(0,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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 { 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 { 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 { 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 { 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 { 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 { 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 { 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 {
    list-style:none;
    float:left;
    padding:0 15px;
    border-right:1px solid rgba(255,255,255,0.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 { 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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    font-family:Hind;
    display:block;
    font-size:12px;
    font-weight:700;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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 {
    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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 {
    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 { 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 { 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 {
    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 {
    position:relative;
    min-height:374px;
  }
  .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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,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 {
    position:absolute;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#ffffff;
    background:#ffda00;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -moz-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -o-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -ms-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    transform:translateX(-50%) translateY(-50%) scale(0.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 {
    color:#ffda00;
    background:#ffffff;
  }
  .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 { 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 {
    -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 {
    font-size:14px;
    line-height:32px;
    letter-spacing:0.08em;
    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 .product_list_widget > li, .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li, .bt-header-v3 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li, .bt-header-v4 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li, .bt-header-v5 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li, .bt-header-v6 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li {
    list-style:none;
    margin-bottom:10px;
  }
  .bt-header-v1 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li:last-child, .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li:last-child, .bt-header-v3 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li:last-child, .bt-header-v4 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li:last-child, .bt-header-v5 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li:last-child, .bt-header-v6 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li:last-child { margin-bottom:0; }
  .bt-header-v1 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .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 .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 .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 .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 .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 .product_list_widget > li > a { line-height:0; }
  .bt-header-v1 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img, .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img, .bt-header-v3 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img, .bt-header-v4 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img, .bt-header-v5 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img, .bt-header-v6 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img {
    float:left;
    width:55px;
    height:auto;
    margin-left:0;
    margin-right:10px;
  }
  .bt-header-v1 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img:hover, .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img:hover, .bt-header-v3 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img:hover, .bt-header-v4 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img:hover, .bt-header-v5 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img:hover, .bt-header-v6 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img:hover { opacity:0.8; }
  .bt-header-v1 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title, .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title, .bt-header-v3 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title, .bt-header-v4 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title, .bt-header-v5 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title, .bt-header-v6 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title {
    display:inline-block;
    font-size:11px;
    font-weight:900;
    line-height:11px;
    letter-spacing:0.1em;
    color:#b5b5b5;
    max-width:110px;
    overflow:hidden;
    text-overflow:ellipsis;
    text-transform:uppercase;
    white-space:nowrap;
    margin-top:6px;
  }
  .bt-header-v1 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title:hover, .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title:hover, .bt-header-v3 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title:hover, .bt-header-v4 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title:hover, .bt-header-v5 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title:hover, .bt-header-v6 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title:hover { color:#ffda00; }
  .bt-header-v1 .bt-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .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 .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 .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 .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 .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 .product_list_widget > li .amount {
    font-family:Crimson Text;
    font-size:14px;
    font-weight:600;
    font-style:italic;
    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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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: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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.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 { 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 { 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 { 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 { 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 { 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 {
    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 {
    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 {
    font-size:14px;
    letter-spacing:0;
    text-transform:none;
  }
  .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 { 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 {
    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,0.5);
    box-shadow:0 0 20px 0 rgba(0,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 {
    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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    position:relative;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.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 { 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 { 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.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.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.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.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.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.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 {
    top:0 !important;
    left:100%;
  }
  .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.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.depth2, .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.depth2, .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.depth2, .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.depth2, .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.depth2, .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 {
    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 {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.4s both;
  }
  .bt-header-v1 .bt-logo { line-height:95px; }
  .bt-header-v1.dot .bt-menu-list > ul > li > a:after {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    content:"...";
    position:absolute;
    bottom:-8px;
    left:50%;
    font-size:0;
    font-weight:700;
    letter-spacing:0.1em;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
  }
  .bt-header-v1.dot .bt-menu-list > ul > li:hover > a:before, .bt-header-v1.dot .bt-menu-list > ul > li:hover > a:after, .bt-header-v1.dot .bt-menu-list > ul > li.current-menu-item > a:before, .bt-header-v1.dot .bt-menu-list > ul > li.current-menu-item > a:after, .bt-header-v1.dot .bt-menu-list > ul > li.current-menu-ancestor > a:before, .bt-header-v1.dot .bt-menu-list > ul > li.current-menu-ancestor > a:after {
    font-size:30px;
    color:#ffda00;
  }
  .bt-header-v1.line .bt-menu-list > ul > li > a:after {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    content:"";
    position:absolute;
    bottom:20px;
    left:50%;
    width:0;
    height:2px;
    background:#ffda00;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
  }
  .bt-header-v1.line .bt-menu-list > ul > li:hover > a:before, .bt-header-v1.line .bt-menu-list > ul > li:hover > a:after, .bt-header-v1.line .bt-menu-list > ul > li.current-menu-item > a:before, .bt-header-v1.line .bt-menu-list > ul > li.current-menu-item > a:after, .bt-header-v1.line .bt-menu-list > ul > li.current-menu-ancestor > a:before, .bt-header-v1.line .bt-menu-list > ul > li.current-menu-ancestor > a:after { width:45px; }
  .bt-header-v2 .bt-logo { line-height:71px; }
  .bt-header-v2 .bt-menu-list > ul > li > a:before {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:2px;
    background:#ffda00;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
  }
  .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children > a { padding-right:25px; }
  .bt-header-v2 .bt-menu-list > ul > li.menu-item-has-children > a:after {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    content:"\f107";
    font-family:FontAwesome;
    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-v2 .bt-menu-list > ul > li.menu-item-has-children:hover.menu-item-has-children > a:after { content:"\f106"; }
  .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:50px; }
  .bt-header-v3 { padding:20px 0; }
  .bt-header-v3 .bt-logo { line-height:71px; }
  .bt-header-v3 .bt-menu-list { position:relative; }
  .bt-header-v3 .bt-menu-list > ul {
    margin:0;
    padding:0;
    z-index:999;
  }
  .bt-header-v3 .bt-menu-list > ul > li {
    opacity:0;
    -webkit-transition:0s;
    transition:0s;
  }
  .bt-header-v3 .bt-menu-list > ul > li > a:before {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:2px;
    background:#ffda00;
    -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.menu-item-has-children > a { padding-right:25px; }
  .bt-header-v3 .bt-menu-list > ul > li.menu-item-has-children > a:after {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    content:"\f107";
    font-family:FontAwesome;
    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-v3 .bt-menu-list > ul > li.menu-item-has-children:hover.menu-item-has-children > a:after { content:"\f106"; }
  .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:50px; }
}
@media (max-width: 991px) {
  .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 { line-height:50px; }
  .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 { max-height:30px; }
  .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 { 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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    min-width:320px;
    background:#252525;
    margin:0;
    padding:10px 20px;
    position:absolute;
    top:0;
    right:0;
    z-index:999;
    border-bottom:2px solid #ffda00;
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    list-style:none;
    position:relative;
    opacity:1 !important;
    border-top:1px solid rgba(255,255,255,0.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 { 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 { color:#ffda00 !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 {
    display:block;
    color:#ffffff !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 { 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 {
    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 {
    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 { color:#ffda00 !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 {
    display:block;
    white-space:nowrap;
    padding:10px 25px 10px 15px;
    border-top:1px solid rgba(255,255,255,0.1);
  }
  .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 { 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 {
    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 {
    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 { color:#ffda00 !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 {
    display:block;
    padding:10px;
    padding:10px 25px 10px 30px;
    border-top:1px solid rgba(255,255,255,0.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 {
    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 {
    position:absolute;
    top:50%;
    left:50%;
    -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 {
    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 { 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 { 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 { color:#ffda00; }
  .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 {
    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 {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    position:absolute;
    top:50%;
    left:50%;
    -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:#ffffff;
  }
  .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 {
    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 { 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 { 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 { color:#ffda00; }
  .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 { 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 {
    margin-right:0;
    padding-right:20px;
  }
  .bt-header-v1 .bt_widget_mini_cart .bt-cart-header, .bt-header-v2 .bt_widget_mini_cart .bt-cart-header, .bt-header-v3 .bt_widget_mini_cart .bt-cart-header, .bt-header-v4 .bt_widget_mini_cart .bt-cart-header, .bt-header-v5 .bt_widget_mini_cart .bt-cart-header, .bt-header-v6 .bt_widget_mini_cart .bt-cart-header {
    top:-24px;
    right:115px;
  }
  .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 {
    top:-24px;
    right:60px;
  }
  .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 { 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 { 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 { 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 { margin-right:25px; }
}
.bt-header-canvas, .bt-header-canvas-border {
  position:relative;
  height:100%;
  background:#000000;
  padding:10px;
  z-index:999;
}
.bt-header-canvas .bt-header-menu, .bt-header-canvas-border .bt-header-menu {
  position:relative;
  height:100%;
  background:rgba(20,20,20,0.81);
  padding-bottom:120px;
}
.bt-header-canvas .bt-header-menu .bt-logo, .bt-header-canvas-border .bt-header-menu .bt-logo {
  max-width:280px;
  margin:0 auto;
  padding:90px 10px 70px;
}
.bt-header-canvas .bt-header-menu .bt-logo .logo-stick, .bt-header-canvas-border .bt-header-menu .bt-logo .logo-stick { display:none; }
.bt-header-canvas .bt-header-menu .bt-menu-list, .bt-header-canvas-border .bt-header-menu .bt-menu-list {
  max-width:280px;
  margin:0 auto 60px;
  padding:0 10px;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul {
  margin:0;
  padding:0;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li {
  position:relative;
  display:block;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li > a {
  font-size:14px;
  font-weight:600;
  line-height:34px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  white-space:nowrap;
  color:#ffffff;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li > a:hover, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li > a:hover { color:#ffda00; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children { position:relative; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul {
  display:none;
  background:none !important;
  padding:0 0 0 20px;
  margin:0;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li {
  position:relative;
  display:block;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li > a {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  letter-spacing:0.1em;
  white-space:nowrap;
  color:#bfbebe;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li > a:hover, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li > a:hover { color:#ffda00; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children { position:relative; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  display:none;
  padding:0 0 0 20px;
  margin:0;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li {
  position:relative;
  display:block;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
  font-size:12px;
  font-weight:400;
  line-height:24px;
  letter-spacing:0.04em;
  white-space:nowrap;
  color:#aaaaaa;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a:hover, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a:hover { color:#ffda00; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li:hover > a, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li:hover > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon, .bt-header-canvas-border .bt-header-menu .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:24px;
  font-size:8px;
  font-weight:400;
  padding:0;
  border:none;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before, .bt-header-canvas-border .bt-header-menu .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%;
  -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-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .bt-header-canvas-border .bt-header-menu .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-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after { clear:both; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon.open:before { content:"\f068"; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before { color:#ffda00; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.bt-banner, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.bt-recent-product, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.bt-banner, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.bt-recent-product { display:none; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon {
  position:absolute;
  top:0;
  right:0;
  width:25px;
  height:34px;
  font-size:10px;
  font-weight:400;
  padding:0;
  border:none;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before {
  position:absolute;
  top:50%;
  left:50%;
  -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:#ffffff;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after {
  content:" ";
  display:table;
}
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after { clear:both; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon.open:before { content:"\f068"; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before { color:#ffda00; }
.bt-header-canvas .bt-header-menu .bt-menu-list > ul > li:hover > a, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.current-menu-item > a, .bt-header-canvas .bt-header-menu .bt-menu-list > ul > li.current-menu-ancestor > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li:hover > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.current-menu-item > a, .bt-header-canvas-border .bt-header-menu .bt-menu-list > ul > li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-canvas .bt-header-menu .widget, .bt-header-canvas-border .bt-header-menu .widget {
  position:absolute;
  bottom:80px;
  left:50%;
  width:100%;
  padding:0 10px;
  max-width:280px;
  transform:translateX(-50%);
}
.bt-header-canvas .bt-header-menu .widget .social-wrap > a, .bt-header-canvas-border .bt-header-menu .widget .social-wrap > a {
  display:inline-block;
  width:35px;
  height:35px;
  text-align:center;
  line-height:35px;
  color:#ffffff;
  background:rgba(50,50,50,0.51);
  margin:0 5px 5px 0;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
}
.bt-header-canvas .bt-header-menu .widget .social-wrap > a:last-child, .bt-header-canvas-border .bt-header-menu .widget .social-wrap > a:last-child { margin-right:0; }
.bt-header-canvas .bt-header-menu .widget .social-wrap > a:hover, .bt-header-canvas-border .bt-header-menu .widget .social-wrap > a:hover { background:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:5px;
  right:10px;
  width:3px;
  height:3px;
  opacity:0;
  background:#ffda00;
  -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:Hind;
  font-size:0;
  font-weight:700;
  line-height:12px;
  letter-spacing:0.08em;
  color:#ffffff;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00;
  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:#ffda00;
}
.bt-header-onepage .bt-menu .bt-menu-list ul > li:hover > a:after {
  right:0;
  width:24px;
  height:24px;
  border-color:#ffda00;
}
@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-wrapper-canvas:after {
  content:"";
  display:block;
  clear:both;
}
.bt-wrapper-canvas header {
  float:left;
  width:20%;
  height:900px;
}
.bt-wrapper-canvas .main-content {
  float:right;
  width:80%;
}
.bt-wrapper-canvas.bt-border header {
  height:2316px;
  background:#111111;
  border:12px solid #f3f3f3;
}
@media (max-width: 1477px) {
  .bt-wrapper-canvas header { width:30%; }
  .bt-wrapper-canvas .main-content { width:70%; }
  .bt-wrapper-canvas .main-content .vc_row .container { width:100%; }
}
@media (max-width: 1199px) {
  .bt-wrapper-canvas header, .bt-wrapper-canvas .main-content {
    width:100%;
    height:auto;
  }
  .bt-wrapper-canvas.bt-border header { height:auto; }
}
.bt-header-v4 {
  position:absolute;
  left:0;
  right:0;
  top:0;
}
.bt-header-v4 .header_socials_top {
  line-height:30px;
  background:#1f1f1f;
  display:none;
}
.bt-header-v4 .header_socials_top .social-wrap >a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:14px;
  font-weight:400;
  color:#c1c0a8;
  margin-right:20px;
}
.bt-header-v4 .bt-header-top.t_bears {
  z-index:99;
  position:relative;
  background:transparent;
  padding:40px 0 30px;
}
.bt-header-v4 .bt-header-top.t_bears .icon_text .icocc {
  line-height:16px;
  position:relative;
}
.bt-header-v4 .bt-header-top.t_bears .icon_text .icocc .text {
  color:#fff;
  font-size:13px;
}
.bt-header-v4 .bt-header-top.t_bears .icon_text .icocc .icon {
  font-size:25px;
  float:left;
  color:#ffda00;
  margin:0 14px 0 0;
}
.bt-header-v4 .bt-header-top.t_bears.right-pcc { height:45px; }
.bt-header-v4 .bt-header-top.t_bears.right-pcc .bt-search-sidebar > a {
  color:#fb383b;
  background:#fff;
}
.bt-header-v4 .bt-header-top.t_bears.right-pcc .bt_widget_mini_cart .bt-cart-header { background:#fff; }
.bt-header-v4 .bt-header-top.t_bears.right-pcc .bt_widget_mini_cart .bt-cart-header > a { color:#fb383b; }
.bt-header-v4 .bt-header-menu { border-bottom:none !important; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc {
  background:#ffda00;
  margin-right:0px;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul {
  text-align:left;
  margin-right:200px;
  padding:0;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li > a {
  line-height:65px;
  height:61px;
  color:#fff;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li:hover > a, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.current-menu-item > a, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.current-menu-ancestor > a { background:#252525; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul { padding:0; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li { padding:3px 0; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li:hover > a, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li.current-menu-item > a, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li.current-menu-ancestor > a {
  background:#fff;
  color:#ffda00;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul { padding:0; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li { padding:3px 0; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li:hover > a, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li.current-menu-item > a, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li.current-menu-ancestor > a {
  background:#fff;
  color:#ffda00;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials {
  position:absolute;
  right:35px;
  top:15px;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .social-wrap > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:14px;
  font-weight:400;
  color:#fff;
  margin-right:20px;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .social-wrap > a:last-child { margin-right:0; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .social-wrap > a:hover { font-size:16px; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .bt-top-bar {
  text-align:right;
  margin:0;
  padding:0;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .bt-top-bar > li {
  list-style:none;
  display:inline-block;
  margin-right:40px;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li:last-child, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .bt-top-bar > li:last-child { margin-right:0; }
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li > a, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .bt-top-bar > li > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:11px;
  font-weight:400;
  letter-spacing:0.04em;
  color:#fff;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li > a > i, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .bt-top-bar > li > a > i {
  color:#ffda00;
  margin-right:5px;
}
.bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li > a:hover, .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials .widget .bt-top-bar > li > a:hover { color:#ffda00; }
@media (max-width: 991px) {
  .bt-header-v4 .header_socials_top {
    display:block;
    position:relative;
    z-index:99;
  }
  .bt-header-v4 .bt-header-top.t_bears {
    padding:0;
    border-bottom:1px solid rgba(255,255,255,0.2);
  }
  .bt-header-v4 .bt-header-top.t_bears .bearsicon_tx { display:none; }
  .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc { background:#252525; }
  .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul { margin-right:0px; }
  .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >a { height:45px; }
  .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >ul >li { padding:0; }
  .bt-header-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >ul >li >a { color:#b5b5b5; }
  .bt-header-v4 .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-v4 .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-v4 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .header_socials { display:none; }
}
@media (min-width: 992px) {
  .bt-stick-active.admin-bar .bt-header-v4.bt-header-stick .bt-header-menu { top:32px; }
  .bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu {
    position:fixed;
    top:0;
    width:100%;
    padding:0;
    z-index:999;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
  }
  .bt-stick-active .bt-header-v4.bt-header-stick .bt-header-menu .bt-menu-list.bears_cc > ul > li > a { line-height:65px; }
}
.bt-header-v5 {
  position:absolute;
  left:0;
  right:0;
  top:0;
}
.bt-header-v5 .header_socials_top {
  line-height:30px;
  text-align:left;
  z-index:999;
  position:relative;
  background:#F5F5F5;
}
.bt-header-v5 .header_socials_top .social-wrap >a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:14px;
  font-weight:400;
  color:#828282;
  margin-right:20px;
}
.bt-header-v5 .header_socials_top .social-wrap >a:hover { color:#ffda00; }
.bt-header-v5 .header_socials_top .menu-top-p ul { margin:0 auto; }
.bt-header-v5 .header_socials_top .menu-top-p ul >li {
  list-style-type:none;
  float:right;
  margin-left:10px;
}
.bt-header-v5 .bt-header-top.t_bears {
  z-index:99;
  position:relative;
  background:#2A2F35;
  padding:30px 0 20px;
}
.bt-header-v5 .bt-header-top.t_bears .icon_text .icocc {
  line-height:16px;
  position:relative;
}
.bt-header-v5 .bt-header-top.t_bears .icon_text .icocc .text {
  color:#fff;
  font-size:13px;
}
.bt-header-v5 .bt-header-top.t_bears .icon_text .icocc .icon {
  font-size:25px;
  float:left;
  color:#ffda00;
  margin:0 14px 0 0;
}
.bt-header-v5 .bt-header-menu {
  background-color:#ffda00;
  border-bottom:none !important;
  z-index:1 !important;
}
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc {
  margin-right:0px;
  border-right:none;
  padding-right:0;
  float:left;
}
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul {
  text-align:left;
  padding:0;
}
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li > a {
  line-height:65px;
  height:61px;
  color:#fff;
}
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li:hover > a, .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.current-menu-item > a, .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.current-menu-ancestor > a { background:#252525; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul { padding:0; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li { padding:3px 0; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li:hover > a, .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li.current-menu-item > a, .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul { padding:0; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li { padding:3px 0; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li:hover > a, .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li.current-menu-item > a, .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .mb-dropdown-icon { height:45px; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request { float:right; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li {
  list-style-type:none;
  background:#C7AF8D;
  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:0.5s;
  transition-duration:0.5s;
  -webkit-transition:color 0.6s ease, background 0.6s ease;
  transition:color 0.6s ease, background 0.6s ease;
}
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li >a {
  color:#fff;
  line-height:61px;
  height:61px;
  padding:0 15px;
}
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li:before { background:#333333; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li:hover { background:#333333; }
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li: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:0.5s;
  transition-duration:0.5s;
  -webkit-transition-timing-function:ease-out;
  transition-timing-function:ease-out;
}
.bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li:hover:before {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);
}
@media (max-width: 991px) {
  .bt-header-v5 .header_socials_top {
    display:block;
    position:relative;
    z-index:99;
  }
  .bt-header-v5 .bt-header-top.t_bears {
    padding:0;
    border-bottom:1px solid rgba(255,255,255,0.2);
  }
  .bt-header-v5 .bt-header-top.t_bears .bearsicon_tx .icon_text { display:none; }
  .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc { background:#252525; }
  .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul { margin-right:0px; }
  .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >a { height:45px; }
  .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >ul >li { padding:0; }
  .bt-header-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >ul >li >a { color:#b5b5b5; }
  .bt-header-v5 .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-v5 .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-v5 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request { display:none; }
}
@media (max-width: 768px) {
  .bt-header-v5 .header_socials_top .bt-cc.menu-top-p { display:none; }
}
@media (min-width: 992px) {
  .bt-stick-active.admin-bar .bt-header-v5.bt-header-stick .bt-header-menu { top:32px; }
  .bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu {
    z-index:999 !important;
    position:fixed;
    top:0;
    width:100%;
    padding:0;
    background:#ffda00;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
  }
  .bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-menu-list.bears_cc { background:#ffda00; }
  .bt-stick-active .bt-header-v5.bt-header-stick .bt-header-menu .bt-menu-list.bears_cc > ul > li > a { line-height:65px; }
}
.bt-header-v6 {
  position:absolute;
  left:0;
  right:0;
  top:0;
}
.bt-header-v6 .bt-header-top.t_bears {
  z-index:99;
  position:relative;
  background:rgba(0, 65, 84, 0.50);
  padding:10px 0 10px;
}
.bt-header-v6 .bt-header-top.t_bears .icon_text .icocc {
  line-height:16px;
  position:relative;
}
.bt-header-v6 .bt-header-top.t_bears .icon_text .icocc .text {
  color:#c1c0a8;
  font-size:13px;
}
.bt-header-v6 .bt-header-top.t_bears .icon_text .icocc .icon {
  font-size:25px;
  float:left;
  color:#ffda00;
  margin:4px 14px 0 0;
}
.bt-header-v6 .bt-header-top.t_bears .bears-p1 {
  width:40%;
  float:left;
}
.bt-header-v6 .bt-header-top.t_bears .bears-p3, .bt-header-v6 .bt-header-top.t_bears .bears-p4, .bt-header-v6 .bt-header-top.t_bears .bears-p2 {
  width:20%;
  float:left;
}
.bt-header-v6 .bt-header-top.t_bears .bt-col-logo.bears-p2 .bt-logo { text-align:center; }
.bt-header-v6 .bt-header-top.t_bears .bears-p4 .social-wrap { float:right; }
.bt-header-v6 .bt-header-top.t_bears .bears-p4 .social-wrap >a { margin-right:3px; }
.bt-header-v6 .bt-header-top.t_bears .bears-p4 .social-wrap >a:last-child { margin-right:20px; }
.bt-header-v6 .bt-header-top.t_bears .bears-p4 .social-wrap >a >i {
  padding:5px 8px;
  background:rgba(0, 65, 84, 0.00);
}
.bt-header-v6 .bt-header-menu {
  background:#fff;
  border-bottom:none !important;
  z-index:1 !important;
}
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc {
  margin-right:0px;
  border-right:none;
  padding-right:0;
  float:left;
}
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul {
  text-align:left;
  padding:0;
}
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li > a {
  line-height:45px;
  height:41px;
  color:#c0bfa8;
}
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li:hover > a, .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.current-menu-item > a, .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul { padding:0; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li { padding:3px 0; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li:hover > a, .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li.current-menu-item > a, .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li >ul >li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul { padding:0; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li { padding:3px 0; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li:hover > a, .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li.current-menu-item > a, .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .nomega-menu-item > ul >li.current-menu-ancestor > a { color:#ffda00; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul > li.menu-item-has-children .mb-dropdown-icon { height:45px; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request { float:right; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li {
  margin-top:6px;
  border-radius:3px;
  list-style-type:none;
  background:#ffda00;
  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:0.5s;
  transition-duration:0.5s;
  -webkit-transition:color 0.6s ease, background 0.6s ease;
  transition:color 0.6s ease, background 0.6s ease;
}
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li >a {
  color:#fff;
  line-height:49px;
  height:49px;
  padding:0 15px;
}
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li:before { background:#333333; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li:hover { background:#333333; }
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li: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:0.5s;
  transition-duration:0.5s;
  -webkit-transition-timing-function:ease-out;
  transition-timing-function:ease-out;
}
.bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request li:hover:before {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);
}
@media (max-width: 991px) {
  .bt-header-v6 .bt-header-top.t_bears {
    padding:0;
    border-bottom:1px solid rgba(255,255,255,0.2);
  }
  .bt-header-v6 .bt-header-top.t_bears .bearsicon_tx .icon_text { display:none; }
  .bt-header-v6 .bt-header-top.t_bears .bears-p4 { display:none; }
  .bt-header-v6 .bt-header-top.t_bears .bears-p2 {
    width:100%;
    position:relative;
  }
  .bt-header-v6 .bt-header-top.t_bears .bears-p2 .bt-logo { text-align:left !important; }
  .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc { background:#252525; }
  .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul { margin-right:0px; }
  .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >a { height:45px; }
  .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >ul >li { padding:0; }
  .bt-header-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list.bears_cc > ul >li >ul >li >a { color:#b5b5b5; }
  .bt-header-v6 .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-v6 .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-v6 .bt-header-menu .bt-col-menu.has-menu-right-sidebar .button-request { display:none; }
}
@media (min-width: 992px) {
  .bt-stick-active.admin-bar .bt-header-v6.bt-header-stick .bt-header-menu { top:32px; }
  .bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu {
    position:fixed;
    top:0;
    width:100%;
    padding:0;
    background:rgba(255,255,255,0.75);
    z-index:999 !important;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
  }
  .bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-menu-list.bears_cc { background:#fff; }
  .bt-stick-active .bt-header-v6.bt-header-stick .bt-header-menu .bt-menu-list.bears_cc > ul > li > a { line-height:65px; }
}
.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:#ffda00; }
.bt-footer h1, .bt-footer h2, .bt-footer h3, .bt-footer h4, .bt-footer h5, .bt-footer h6 { color:#FFFFFF; }
.bt-footer .bt-footer-top {
  font-family:Hind;
  font-size:14px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  background:#282828;
  padding:70px 0;
}
.bt-footer .bt-footer-top .widget {
  max-width:320px;
  margin:auto;
}
.bt-footer .bt-footer-top .widget h4.wg-title {
  font-family:Poppins;
  position:relative;
  font-size:14px;
  line-height:28px;
  letter-spacing:0.04em;
  margin-bottom:20px;
  padding-left:15px;
}
.bt-footer .bt-footer-top .widget h4.wg-title:before {
  content:"'''";
  position:absolute;
  top:11px;
  left:-4px;
  height:4px;
  font-size:22px;
  color:#ffda00;
  font-weight:700;
  line-height:0.9em;
  letter-spacing:-1px;
  overflow:hidden;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
.bt-footer .bt-footer-top .widget .bt-logo {
  display:inline-block;
  margin-bottom:15px;
  margin-top:-8px;
}
.bt-footer .bt-footer-top .widget .bt-desc { margin-bottom:15px; }
.bt-footer .bt-footer-top .widget ul.bt-info {
  margin:0 0 25px;
  padding:0 0 15px;
  border-bottom:1px solid rgba(252,252,252,0.05);
}
.bt-footer .bt-footer-top .widget ul.bt-info > li {
  position:relative;
  list-style:none;
  margin-bottom:5px;
  padding-left:25px;
}
.bt-footer .bt-footer-top .widget ul.bt-info > li > i {
  position:absolute;
  top:3px;
  left:0;
}
.bt-footer .bt-footer-top .widget .tagcloud { margin-bottom:25px; }
.bt-footer .bt-footer-top .widget .tagcloud a {
  font-family:Hind;
  font-size:13px !important;
  line-height:13px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  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:#ffffff;
  background:#ffda00;
}
.bt-footer .bt-footer-top .widget.widget_bt_post_list .bt-post-list {
  margin:0;
  padding:0;
}
.bt-footer .bt-footer-top .widget.widget_bt_post_list .bt-post-list > li {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  list-style:none;
  position:relative;
  min-height:60px;
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
.bt-footer .bt-footer-top .widget.widget_bt_post_list .bt-post-list > li:last-child {
  margin-bottom:0;
  border-bottom:none;
}
.bt-footer .bt-footer-top .widget.widget_bt_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;
}
.bt-footer .bt-footer-top .widget.widget_bt_post_list .bt-post-list > li .bt-title {
  font-size:14px;
  font-weight:400;
  line-height:20px;
  letter-spacing:0.04em;
  margin-bottom:0;
  padding:5px 0;
}
.bt-footer .bt-footer-top .widget.widget_bt_post_list .bt-post-list > li .bt-title > a { color:#e1e1e1; }
.bt-footer .bt-footer-top .widget.widget_bt_post_list .bt-post-list > li .bt-title > a:hover { color:#ffda00; }
.bt-footer .bt-footer-top .widget.widget_bt_post_list .bt-post-list > li .bt-meta {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:10px;
  line-height:20px;
  letter-spacing:0.04em;
  color:#6b6b6b;
  margin-bottom:10px;
}
.bt-footer .bt-footer-top .widget .bt-readmore {
  font-family:Open Sans;
  font-size:12px;
  letter-spacing:0.04em;
  color:#c1c0a8;
}
.bt-footer .bt-footer-top .widget .bt-readmore > i {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  color:#ffda00;
}
.bt-footer .bt-footer-top .widget .bt-readmore:hover { color:#ffda00; }
.bt-footer .bt-footer-top .widget .bt-readmore:hover > i { margin-left:5px; }
.bt-footer .bt-footer-top .widget_social_widget .social-wrap > a {
  display:inline-block;
  width:25px;
  height:25px;
  font-size:12px;
  line-height:26px;
  text-align:center;
  color:#ffffff;
  background:#4e4e4e;
  margin-right:5px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}
.bt-footer .bt-footer-top .widget_social_widget .social-wrap > a:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-footer .bt-footer-top .widget_social_widget .social-wrap > a:last-child { margin:0; }
.bt-footer .bt-footer-top .bt-newsleter-before {
  font-size:14px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  margin-bottom:15px;
}
.bt-footer .bt-footer-top .bt-newsleter-after {
  font-size:13px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#6b6b6b;
}
.bt-footer .bt-footer-top .newsletter-widget {
  position:relative;
  margin-bottom:10px;
}
.bt-footer .bt-footer-top .newsletter-widget:after {
  content:"\f00c";
  font-family:FontAwesome;
  font-size:13px;
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:34px;
  text-align:center;
  line-height:34px;
  color:#ffffff;
  background:#ffda00;
}
.bt-footer .bt-footer-top .newsletter-widget input {
  font-family:Open Sans;
  font-size:12px;
  line-height:16px;
  letter-spacing:0.04em;
  color:#a3a2a2;
  background:#ffffff;
  margin-bottom:0;
  padding:8px 40px 8px 20px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-footer .bt-footer-top .newsletter-widget input.newsletter-submit {
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:34px;
  padding:0;
  opacity:0;
  z-index:9;
}
.bt-footer .bt-footer-top .wpcf7-form input::-webkit-input-placeholder { color:#949393; }
.bt-footer .bt-footer-top .wpcf7-form input:-moz-placeholder {
  /* FF 4-18 */
  color:#949393;
}
.bt-footer .bt-footer-top .wpcf7-form input::-moz-placeholder {
  /* FF 19+ */
  color:#949393;
}
.bt-footer .bt-footer-top .wpcf7-form input:-ms-input-placeholder {
  /* IE 10+ */
  color:#949393;
}
.bt-footer .bt-footer-top .wpcf7-form textarea::-webkit-input-placeholder { color:#949393; }
.bt-footer .bt-footer-top .wpcf7-form textarea:-moz-placeholder {
  /* FF 4-18 */
  color:#949393;
}
.bt-footer .bt-footer-top .wpcf7-form textarea::-moz-placeholder {
  /* FF 19+ */
  color:#949393;
}
.bt-footer .bt-footer-top .wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color:#949393;
}
.bt-footer .bt-footer-top .wpcf7-form input, .bt-footer .bt-footer-top .wpcf7-form textarea, .bt-footer .bt-footer-top .wpcf7-form select {
  font-size:11px;
  line-height:20px;
  letter-spacing:0.04em;
  color:#949393;
  background:#313131;
  margin-bottom:8px;
  border:1px solid rgba(252,252,252,0.05);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.bt-footer .bt-footer-top .wpcf7-form input:focus, .bt-footer .bt-footer-top .wpcf7-form textarea:focus, .bt-footer .bt-footer-top .wpcf7-form select:focus { border-color:rgba(252,252,252,0.25); }
.bt-footer .bt-footer-top .wpcf7-form input[type="submit"], .bt-footer .bt-footer-top .wpcf7-form textarea[type="submit"], .bt-footer .bt-footer-top .wpcf7-form select[type="submit"] {
  font-size:13px;
  font-weight:600;
  line-height:13px;
  letter-spacing:0.04em;
  color:#ffffff;
  background:#ffda00;
  padding:10px 20px;
  margin:0;
  border:1px solid #ffda00;
}
.bt-footer .bt-footer-top .wpcf7-form textarea {
  height:75px;
  min-height:75px;
  margin-bottom:25px;
}
.bt-footer .bt-footer-top .wpcf7-form .wpcf7-not-valid-tip {
  position:absolute;
  top:50%;
  right:5px;
  width:10px;
  height:20px;
  color:transparent;
  overflow:hidden;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.bt-footer .bt-footer-top .wpcf7-form .wpcf7-not-valid-tip:before {
  content:"*";
  font-size:11px;
  color:#ffda00;
}
.bt-footer .bt-footer-top .wpcf7-form .wpcf7-validation-errors { display:none !important; }
.bt-footer .bt-footer-bottom {
  font-size:13px;
  color:#6b6b6b;
  background:#1c1c1c;
}
.bt-footer .bt-footer-bottom .bt-coppyright {
  font-family:Open Sans;
  font-weight:600;
  letter-spacing:0;
}
.bt-footer .bt-footer-bottom .bt-bottom-bar {
  font-family:Hind;
  letter-spacing:0.04em;
  text-align:right;
}
.bt-footer .bt-footer-bottom .bt-bottom-bar > li {
  display:inline-block;
  margin-right:30px;
}
.bt-footer .bt-footer-bottom .bt-bottom-bar > li:last-child { margin-right:0; }
.bt-footer .bt-footer-bottom .bt-bottom-bar > li > a { color:#6b6b6b; }
.bt-footer .bt-footer-bottom .bt-bottom-bar > li > a:hover { color:#ffffff; }
@media (max-width: 1199px) {
  .bt-footer .bt-footer-top .row .container > div { margin-bottom:30px; }
}
@media (max-width: 767px) {
  .bt-footer .bt-footer-bottom .bt-coppyright, .bt-footer .bt-footer-bottom .bt-bottom-bar { text-align:center; }
}
.bt-footer-v2 .bt-footer-top {
  font-family:Hind;
  font-size:14px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#b5b5b5;
  background:#282828;
}
.bt-footer-v2 .bt-footer-top .bt-col {
  position:relative;
  min-height:395px;
  padding:70px 40px;
  border-right:1px solid rgba(255,255,255,0.05);
}
.bt-footer-v2 .bt-footer-top .bt-col:after {
  content:"";
  position:absolute;
  top:50%;
  right:-1px;
  width:1px;
  height:50px;
  background:#ffda00;
  transform:translateY(-50%);
}
.bt-footer-v2 .bt-footer-top .bt-col:first-child { padding-left:15px; }
.bt-footer-v2 .bt-footer-top .bt-col:last-child {
  padding-right:15px;
  border-right:none;
}
.bt-footer-v2 .bt-footer-top .bt-col:last-child:after { display:none; }
.bt-footer-v2 .bt-footer-top .bt-col .widget h4.wg-title {
  font-family:Poppins;
  position:relative;
  font-size:14px;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffffff;
  margin-bottom:20px;
  padding-left:15px;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget h4.wg-title:before {
  content:"'''";
  position:absolute;
  top:11px;
  left:-4px;
  height:4px;
  font-size:22px;
  color:#ffda00;
  font-weight:700;
  line-height:0.9em;
  letter-spacing:-1px;
  overflow:hidden;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
.bt-footer-v2 .bt-footer-top .bt-col .widget .bt-logo {
  display:inline-block;
  margin-bottom:30px;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget.lemongrid_widget { margin-bottom:10px; }
.bt-footer-v2 .bt-footer-top .bt-col .widget .bt-desc { margin-bottom:15px; }
.bt-footer-v2 .bt-footer-top .bt-col .widget .bt-btn-contact {
  font-family:Hind;
  font-weight:500;
  font-size:11px;
  line-height:11px;
  letter-spacing:0.04em;
  color:#ffda00;
  display:inline-block;
  margin-top:15px;
  padding:8px 20px;
  border:1px solid #ffda00;
  -webkit-border-radius:11px;
  -moz-border-radius:11px;
  border-radius:11px;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget .bt-btn-contact:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget ul.bt-info {
  margin:0 0 30px;
  padding:0;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget ul.bt-info > li {
  font-size:13px;
  letter-spacing:0.08em;
  color:#dddddd;
  position:relative;
  list-style:none;
  margin-bottom:5px;
  padding-left:30px;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget ul.bt-info > li > i {
  position:absolute;
  top:3px;
  left:0;
  color:#ffda00;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a {
  display:inline-block;
  width:30px;
  height:30px;
  font-size:13px;
  line-height:31px;
  text-align:center;
  color:#ffffff;
  background:#4e4e4e;
  margin-right:5px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a.bt-facebook { background:#2e4da7; }
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a.bt-twitter { background:#54abee; }
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a.bt-google-plus { background:#e94136; }
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a.bt-dribbble { background:#ff0bac; }
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a.bt-linkedin { background:#1f76b6; }
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-footer-v2 .bt-footer-top .bt-col .widget .social-wrap > a:last-child { margin:0; }
.bt-footer-v2 .bt-footer-bottom {
  font-family:Montserrat;
  font-size:12px;
  line-height:24px;
  letter-spacing:0.2em;
  color:#c3c3c3;
  background:#2c2c2c;
  padding:16px 0;
}
@media (max-width: 1199px) {
  .bt-footer-v2 .bt-footer-top .bt-col { min-height:441px; }
}
@media (max-width: 991px) {
  .bt-footer-v2 .bt-footer-top .bt-col {
    min-height:340px;
    padding-top:20px;
  }
  .bt-footer-v2 .bt-footer-top .bt-col:first-child {
    padding-top:70px;
    padding-bottom:20px;
    border-right:none;
  }
  .bt-footer-v2 .bt-footer-top .bt-col:first-child:after { display:none; }
}
@media (max-width: 767px) {
  .bt-footer-v2 .bt-footer-top { padding:70px 0; }
  .bt-footer-v2 .bt-footer-top .bt-col {
    float:none;
    max-width:420px;
    min-height:250px;
    padding:0 15px !important;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    border-right:none;
  }
  .bt-footer-v2 .bt-footer-top .bt-col:first-child { padding-top:0; }
  .bt-footer-v2 .bt-footer-top .bt-col:last-child { margin-bottom:0; }
  .bt-footer-v2 .bt-footer-top .bt-col:after { display:none; }
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:120px;
  letter-spacing:0.08em;
  color:rgba(44,44,44,0.06);
}
.bt-counter-up-wrap.style1 .bt-counter .bt-inner {
  position:absolute;
  top:50%;
  left:50%;
  -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:Hind;
  font-size:22px;
  font-weight:700;
  letter-spacing:0.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:0.08em;
  color:#070707;
}
.bt-counter-up-wrap.style1 .bt-counter:hover > i { color:rgba(44,44,44,0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:50px;
  color:rgba(255,218,0,0.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:Hind;
  font-size:22px;
  font-weight:700;
  letter-spacing:0.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:0.08em;
  color:#070707;
}
.bt-counter-up-wrap.style2 .bt-counter:hover > i { color:#ffda00; }
@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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  background:#ffffff;
  -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 {
  font-size:42px;
  line-height:74px;
  color:#131313;
}
.bt-service-wrap.style1 .bt-service .bt-title {
  font-size:17px;
  line-height:24px;
  letter-spacing:0.05em;
  color:#313131;
  margin-bottom:20px;
}
.bt-service-wrap.style1 .bt-service .bt-content {
  font-size:14px;
  line-height:24px;
  letter-spacing:0.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:0.08em;
  color:#282828;
  margin:15px 0;
}
.bt-service-wrap.style1 .bt-service .bt-content .bt-readmore:before {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  -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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  -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:Poppins;
  font-size:19px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  color:#2c2c2c;
  margin-bottom:20px;
}
.bt-service-wrap.style1_1 .bt-service .bt-content {
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.06em;
  color:#424242;
}
.bt-service-wrap.style1_1 .bt-service:hover .bt-icon:before {
  width:60px;
  height:60px;
  border-color:rgba(255,255,255,0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:50%;
  -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:0.04em;
  color:#313131;
  margin-bottom:5px;
}
.bt-service-wrap.style1_2 .bt-service .bt-content {
  font-family:Hind;
  font-size:14px;
  line-height:20px;
  letter-spacing:0.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:#ffda00;
}
.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:0.08em;
  color:#ffda00;
  margin-bottom:20px;
}
.bt-service-wrap.style1_3 .bt-service .bt-content {
  font-family:Hind;
  font-size:16px;
  line-height:25px;
  letter-spacing:0.04em;
  color:#ffffff;
}
.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:Poppins;
  font-size:17px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:0.04em;
  color:#7a7a7a;
}
.bt-service-wrap.style1_4 .bt-service .bt-content .bt-more {
  font-family:Hind;
  display:inline-block;
  font-size:0;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffda00; }
.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:#ffffff;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:20px;
  line-height:60px;
  color:#ffffff;
}
.bt-service-wrap.style2 .bt-service .bt-title {
  font-family:Poppins;
  font-size:16px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#343333;
  margin-bottom:2px;
}
.bt-service-wrap.style2 .bt-service .bt-content {
  font-size:13px;
  line-height:19px;
  letter-spacing:0.04em;
  color:#5e5e5e;
}
.bt-service-wrap.style2 .bt-service:hover .bt-icon { background:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  -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,0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:0.08em;
  color:#313131;
  margin-bottom:2px;
}
.bt-service-wrap.style2_1 .bt-service .bt-content {
  font-family:Hind;
  font-size:14px;
  line-height:20px;
  letter-spacing:0.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:#ffffff; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:50%;
  -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:Poppins;
  font-size:18px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#3c3b3b;
  margin-bottom:5px;
}
.bt-service-wrap.style3 .bt-service .bt-content {
  font-family:Hind;
  font-size:15px;
  line-height:25px;
  letter-spacing:0.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(0.8);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.8);
  transform:translateX(-50%) translateY(-50%) scale(0.8);
}
.bt-service-wrap.style4 .bt-service {
  text-align:center;
  margin-bottom:30px;
}
.bt-service-wrap.style4 .bt-service .bt-thumb {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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(0.8);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.8);
  transform:translateX(-50%) translateY(-50%) scale(0.8);
}
.bt-service-wrap.style4 .bt-service .bt-thumb .bt-overlay {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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%;
  -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:Hind;
  font-size:30px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.04em;
  color:#ffffff;
  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:0.04em;
  color:#ffffff;
  margin-bottom:5px;
}
.bt-service-wrap.style4 .bt-service .bt-content {
  font-family:Hind;
  font-size:14px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#c1c0a8;
}
.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(255,218,0,0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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(0.8);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.8);
  transform:translateX(-50%) translateY(-50%) scale(0.8);
}
.bt-service-wrap.style4_1 .bt-service .bt-thumb .bt-overlay {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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%;
  -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:Hind;
  font-size:30px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:0.04em;
  color:#393838;
  margin-bottom:5px;
}
.bt-service-wrap.style4_1 .bt-service .bt-content {
  font-family:Hind;
  font-size:14px;
  line-height:24px;
  letter-spacing:0.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(255,218,0,0.48); }
.bt-service-wrap.style4_1 .bt-service:hover .bt-thumb .bt-step-number { color:#ffffff; }
.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:0.1em;
  color:#141414;
  margin-bottom:10px;
}
.bt-service-wrap.style5 .bt-service .bt-content {
  font-family:Hind;
  font-size:15px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  text-align:center;
  background:#f9f9f9;
  margin-bottom:30px;
  padding:30px 10px 15px;
}
.bt-info-wrap .bt-info .bt-title {
  font-family:Poppins;
  font-size:20px;
  font-weight:700;
  line-height:48px;
  letter-spacing:0.04em;
  color:#282828;
  margin-bottom:0;
}
.bt-info-wrap .bt-info .bt-content {
  font-size:13px;
  line-height:24px;
  letter-spacing:0.08em;
  color:#777777;
}
.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:#ffda00; }
.bt-info-wrap .bt-info:hover {
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow:0px 0px 10px 0px rgba(0,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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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%;
  -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-size:40px;
  font-weight:700;
  font-style:italic;
  line-height:40px;
  letter-spacing:-0.025em;
  color:#ffffff;
}
.bt-skill-wrap .bt-skill .bt-header .bt-inner .bt-title {
  font-family:Crimson Text;
  font-size:18px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:-0.025em;
  color:#ffffff;
  margin-bottom:0;
}
.bt-skill-wrap .bt-skill .bt-content {
  font-family:Hind;
  font-size:15px;
  line-height:30px;
  letter-spacing:0;
  color:#8e8787;
}
.bt-skill-wrap .bt-skill:hover .bt-header { border-color:#555555; }
.bt-skill-wrap .bt-skill:hover .bt-header .bt-overlay { background:#555555; }
@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 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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,0.7);
  z-index:1;
}
.bt-ad-banner-wrap .bt-ad-banner .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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:Poppins;
  font-size:68px;
  font-weight:700;
  line-height:60px;
  letter-spacing:-0.025em;
  color:#ffffff;
  margin-bottom:30px;
}
.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-subtitle {
  font-family:Poppins;
  font-size:24px;
  line-height:28px;
  letter-spacing:0.05em;
  color:#ffffff;
  margin-bottom:10px;
}
.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-buy-product {
  font-family:Hind;
  display:inline-block;
  font-size:14px;
  font-weight:500;
  line-height:24px;
  letter-spacing:0.04em;
  color:#ffda00;
  padding:11px 25px;
  border:3px solid #ffda00;
  -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:#ffda00; }
.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:#ffffff; }
.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-category {
  font-family:Poppins;
  display:inline-block;
  font-size:25px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.05em;
  color:#ffffff;
  padding:10px 25px;
  border:4px solid #ffffff;
}
.bt-ad-banner-wrap .bt-ad-banner .bt-content .bt-btn-category:before { background:#ffffff; }
.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:auto;
  max-width:100%;
  margin:auto;
}
.bt-image-carousel-wrap .owl-carousel .owl-item img:hover {
  -webkit-transform:scale(0.95);
  -moz-transform:scale(0.95);
  -o-transform:scale(0.95);
  -ms-transform:scale(0.95);
  transform:scale(0.95);
}
.bt-image-carousel-wrap .owl-controls .owl-nav .owl-prev, .bt-image-carousel-wrap .owl-controls .owl-nav .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  text-align:center;
  background:#f9f9f9;
  margin-bottom:30px;
  padding:30px 10px 15px;
  min-height:189px;
}
.bt-video-fancybox-wrap .bt-title {
  font-family:Poppins;
  font-size:20px;
  font-weight:700;
  line-height:48px;
  letter-spacing:0.04em;
  color:#282828;
  margin-bottom:5px;
}
.bt-video-fancybox-wrap > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -wekbit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  color:#ffffff;
  background:#ffda00;
}
.bt-video-fancybox-wrap > a > i { margin-left:4px; }
.bt-video-fancybox-wrap > a:hover {
  color:#ffffff;
  background:#222222;
  border-color:#222222;
}
.bt-video-fancybox-wrap:hover {
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow:0px 0px 10px 0px rgba(0,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 #ffda00;
  border-bottom:2px solid #ffda00;
  border-left:2px solid #ffda00;
}
.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:Poppins;
  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:0.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,0.62);
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-countdown-clock.style2 .countdown-row .countdown-section > span {
  font-family:Open Sans;
  color:#ffffff;
  display:block;
}
.bt-countdown-clock.style2 .countdown-row .countdown-section > span.countdown-amount {
  position:absolute;
  top:50%;
  left:50%;
  -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:0.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:Open Sans;
  font-size:13px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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 #ffda00;
  -webkit-border-radius:70px;
  -moz-border-radius:70px;
  border-radius:70px;
}
.bt-countdown-clock.style3 .countdown-row .countdown-section > span {
  font-family:Poppins;
  color:#ffda00;
  display:block;
}
.bt-countdown-clock.style3 .countdown-row .countdown-section > span.countdown-amount {
  font-size:14px;
  font-weight:700;
  line-height:18px;
  letter-spacing:0.06em;
}
.bt-countdown-clock.style3 .countdown-row .countdown-section > span.countdown-period {
  font-size:11px;
  font-weight:400;
  line-height:18px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}
.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:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.bt-post-item-grid .bt-media .bt-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.43);
}
.bt-post-item-grid .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:#ffffff;
  background:#ffda00;
}
.bt-post-item-grid .bt-content {
  position:relative;
  padding:50px 30px 30px;
}
.bt-post-item-grid .bt-content .avatar {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:-35px;
  left:30px;
  width:70px;
  height:70px;
  margin:0;
  border:4px solid #ffffff;
  -webkit-border-radius:70px;
  -moz-border-radius:70px;
  border-radius:70px;
}
.bt-post-item-grid .bt-content .bt-title {
  font-family:Poppins;
  font-size:22px;
  font-weight:600;
  line-height:22px;
  letter-spacing:0.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:#ffda00; }
.bt-post-item-grid .bt-content .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  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:0.07em;
  color:#424242;
}
.bt-post-item-grid .bt-bottom {
  position:relative;
  font-family:Open Sans;
  font-size:10px;
  line-height:18px;
  letter-spacing:0.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:#ffffff;
  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:#ffda00; }
.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:#ffffff;
  padding:5px 15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}
.bt-post-item-grid .bt-bottom > a:hover { color:#ffda00; }
.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:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.bt-post-item-grid2 .bt-media .bt-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.43);
}
.bt-post-item-grid2 .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:#ffffff;
  background:#ffda00;
}
.bt-post-item-grid2 .bt-content {
  position:relative;
  margin-bottom:20px;
}
.bt-post-item-grid2 .bt-content .bt-public {
  font-family:Hind;
  font-size:13px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#bcbcbc;
  margin-bottom:5px;
}
.bt-post-item-grid2 .bt-content .bt-title {
  font-family:Poppins;
  font-size:18px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffda00; }
.bt-post-item-grid2 .bt-content .bt-excerpt {
  font-family:Hind;
  font-size:14px;
  line-height:26px;
  letter-spacing:0.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:#ffda00;
}
.bt-post-item-grid2 .bt-bottom img {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:Hind;
  font-size:13px;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  -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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-post-item-grid3 .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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(255,218,0,0.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,0.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:Poppins;
  font-size:21px;
  font-weight:600;
  line-height:22px;
  letter-spacing:0.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:#ffda00; }
.bt-post-item-grid3 .bt-content .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#c1c0a8;
  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:0.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:0.02em;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-post-item-grid4 .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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(255,218,0,0.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,0.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:Poppins;
  font-size:18px;
  font-weight:600;
  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:#ffda00; }
.bt-post-item-grid4 .bt-content .bt-excerpt {
  font-family:Hind;
  font-size:14px;
  line-height:26px;
  letter-spacing:0.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:0.01em;
  color:#ffffff;
  background:#2e2e2e;
  display:inline-block;
  padding:8px 20px;
}
.bt-post-item-grid4 .bt-content > a:hover { background:#ffda00; }
.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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-post-item-list .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.025em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-post-item-list .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-post-item-list .bt-content .bt-content-inner .bt-title {
  font-family:Poppins;
  font-size:17px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.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:0.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:0.07em;
  color:#141414;
  background:#ffffff;
  padding:8px 30px;
  border:2px solid #e4e4e4;
}
.bt-post-item-list .bt-content .bt-content-inner .bt-bottom .bt-readmore:hover {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-post-item-zigzag .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-post-item-zigzag .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-post-item-zigzag .bt-content .bt-content-inner .bt-title {
  font-family:Poppins;
  font-size:22px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.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:#ffda00; }
.bt-post-item-zigzag .bt-content .bt-content-inner .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  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:Hind;
  font-size:14px;
  line-height:26px;
  letter-spacing:0.06em;
  color:#424242;
  margin-bottom:30px;
}
.bt-post-item-zigzag .bt-content .bt-content-inner > a {
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.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,0.43);
}
.bt-blog-wrapper.grid .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:-35px;
  left:30px;
  width:70px;
  height:70px;
  margin:0;
  border:4px solid #ffffff;
  -webkit-border-radius:70px;
  -moz-border-radius:70px;
  border-radius:70px;
}
.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-title {
  font-family:Poppins;
  font-size:22px;
  font-weight:600;
  line-height:22px;
  letter-spacing:0.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:#ffda00; }
.bt-blog-wrapper.grid .bt-post-item .bt-content .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  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:0.07em;
  color:#424242;
}
.bt-blog-wrapper.grid .bt-post-item .bt-bottom {
  position:relative;
  font-family:Open Sans;
  font-size:10px;
  line-height:18px;
  letter-spacing:0.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:#ffffff;
  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:#ffda00; }
.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:#ffffff;
  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:#ffda00; }
.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:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.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,0.43);
}
.bt-blog-wrapper.grid2 .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:#ffffff;
  background:#ffda00;
}
.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:Hind;
  font-size:13px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#bcbcbc;
  margin-bottom:5px;
}
.bt-blog-wrapper.grid2 .bt-post-item .bt-content .bt-title {
  font-family:Poppins;
  font-size:18px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffda00; }
.bt-blog-wrapper.grid2 .bt-post-item .bt-content .bt-excerpt {
  font-family:Hind;
  font-size:14px;
  line-height:26px;
  letter-spacing:0.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:#ffda00;
}
.bt-blog-wrapper.grid2 .bt-post-item .bt-bottom img {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:Hind;
  font-size:13px;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  -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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-blog-wrapper.grid3 .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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(255,218,0,0.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,0.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:Poppins;
  font-size:21px;
  font-weight:600;
  line-height:22px;
  letter-spacing:0.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:#ffda00; }
.bt-blog-wrapper.grid3 .bt-post-item .bt-content .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#c1c0a8;
  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:0.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:0.02em;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-blog-wrapper.grid4 .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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(255,218,0,0.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,0.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:Poppins;
  font-size:18px;
  font-weight:600;
  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:#ffda00; }
.bt-blog-wrapper.grid4 .bt-post-item .bt-content .bt-excerpt {
  font-family:Hind;
  font-size:14px;
  line-height:26px;
  letter-spacing:0.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:0.01em;
  color:#ffffff;
  background:#2e2e2e;
  display:inline-block;
  padding:8px 20px;
}
.bt-blog-wrapper.grid4 .bt-post-item .bt-content > a:hover { background:#ffda00; }
.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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-blog-wrapper.list .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.025em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-blog-wrapper.list .bt-post-item .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-blog-wrapper.list .bt-post-item .bt-content .bt-content-inner .bt-title {
  font-family:Poppins;
  font-size:17px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.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:0.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:0.07em;
  color:#141414;
  background:#ffffff;
  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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-blog-wrapper.zigzag .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-blog-wrapper.zigzag .bt-post-item .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-title {
  font-family:Poppins;
  font-size:22px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.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:#ffda00; }
.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  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:Hind;
  font-size:14px;
  line-height:26px;
  letter-spacing:0.06em;
  color:#424242;
  margin-bottom:30px;
}
.bt-blog-wrapper.zigzag .bt-post-item .bt-content .bt-content-inner > a {
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.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-weight:600;
  font-style:italic;
  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 {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.bt-blog-wrapper .bt-pagination > .page-numbers.current, .bt-blog-wrapper .bt-pagination > .page-numbers:hover { color:#ffda00; }
@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 .carousel-control {
  position:absolute;
  top:auto;
  left:auto;
  bottom:15px;
  right:15px;
  font-size:14px;
  line-height:26px;
  color:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-post-item-masonry .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.025em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-post-item-masonry .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-post-item-masonry .bt-content .bt-title {
  font-family:Poppins;
  font-size:17px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.04em;
  color:#313131;
  margin-bottom:15px;
}
.bt-post-item-masonry .bt-content .bt-excerpt {
  font-size:14px;
  line-height:26px;
  letter-spacing:0.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:0.07em;
  color:#141414;
  background:#ffffff;
  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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
@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 .carousel-control {
  position:absolute;
  top:auto;
  left:auto;
  bottom:15px;
  right:15px;
  font-size:14px;
  line-height:26px;
  color:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-blog-masonry-wrapper .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.025em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-blog-masonry-wrapper .bt-post-item .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-blog-masonry-wrapper .bt-post-item .bt-content .bt-title {
  font-family:Poppins;
  font-size:17px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.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:0.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:0.07em;
  color:#141414;
  background:#ffffff;
  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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.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-weight:600;
  font-style:italic;
  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 {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.bt-blog-masonry-wrapper .bt-pagination > .page-numbers.current, .bt-blog-masonry-wrapper .bt-pagination > .page-numbers:hover { color:#ffda00; }
.bt-blog-list .sticky .bt-post-item {
  background:#f1f1f1;
  padding:40px;
}
.bt-blog-list .sticky .bt-post-item .bt-bottom > ul > li.sticky { color:#ffda00; }
.bt-blog-list .bt-post-item { margin-bottom:40px; }
.bt-blog-list .bt-post-item .bt-media {
  position:relative;
  margin-bottom:25px;
}
.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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-blog-list .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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 .bt-public {
  position:absolute;
  top:15px;
  left:15px;
  width:60px;
  font-family:Crimson Text;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.025em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  padding:8px 0;
}
.bt-blog-list .bt-post-item .bt-media .bt-public > span { display:block; }
.bt-blog-list .bt-post-item .bt-media.audio .bt-public { display:none; }
.bt-blog-list .bt-post-item .bt-media.link {
  background:#f0f0f0;
  padding:27px;
}
.bt-blog-list .bt-post-item .bt-media.link .bt-link {
  font-family:Crimson Text;
  font-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-blog-list .bt-post-item .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-blog-list .bt-post-item .bt-content .bt-title {
  font-family:Poppins;
  font-size:17px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.04em;
  color:#313131;
  margin-bottom:15px;
}
.bt-blog-list .bt-post-item .bt-content .bt-excerpt {
  font-size:14px;
  line-height:26px;
  letter-spacing:0.06em;
  color:#424242;
  margin-bottom:30px;
}
.bt-blog-list .bt-post-item .bt-bottom {
  position:relative;
  background:#f8f8f8;
  padding:5px 140px 5px 5px;
}
.bt-blog-list .bt-post-item .bt-bottom > ul {
  margin:0;
  padding:0;
}
.bt-blog-list .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-list .bt-post-item .bt-bottom .bt-readmore {
  position:absolute;
  top:50%;
  right:0;
  font-size:12px;
  font-weight:900;
  line-height:18px;
  letter-spacing:0.07em;
  color:#141414;
  background:#ffffff;
  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-list .bt-post-item .bt-bottom .bt-readmore:hover {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-blog-list .bt-post-item .bt-media { min-height:85px; }
.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-weight:600;
  font-style:italic;
  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 {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.bt-blog-list .bt-pagination > .page-numbers.current, .bt-blog-list .bt-pagination > .page-numbers:hover { color:#ffda00; }
.bt-single-item-style1 .bt-media {
  position:relative;
  min-height:85px;
  margin-bottom:25px;
}
.bt-single-item-style1 .bt-media img {
  width:100%;
  height:auto;
}
.bt-single-item-style1 .bt-media img.wp-post-image {
  width:auto;
  max-width:100%;
}
.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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-single-item-style1 .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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 .bt-public {
  position:absolute;
  top:15px;
  left:15px;
  width:60px;
  font-family:Crimson Text;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.025em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  padding:8px 0;
}
.bt-single-item-style1 .bt-media .bt-public > span { display:block; }
.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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-single-item-style1 .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-single-item-style1 .bt-title {
  font-family:Poppins;
  font-size:17px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.04em;
  color:#313131;
  margin-bottom:15px;
}
.bt-single-item-style1 .bt-meta {
  margin:0 0 15px;
  padding:0;
}
.bt-single-item-style1 .bt-meta > li {
  list-style:none;
  display:inline-block;
  font-size:12px;
  line-height:24px;
  color:#6f6f6f;
  letter-spacing:0;
  margin-right:20px;
}
.bt-single-item-style1 .bt-meta > li > a { color:#6f6f6f; }
.bt-single-item-style1 .bt-meta > li > a:hover { color:#ffda00; }
.bt-single-item-style1 .bt-content {
  font-size:14px;
  fon-weight:400;
  line-height:26px;
  letter-spacing:0.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-media {
  position:relative;
  min-height:85px;
  margin-bottom:25px;
}
.bt-blog-article .bt-post-item .bt-media img {
  width:100%;
  height:auto;
}
.bt-blog-article .bt-post-item .bt-media img.wp-post-image {
  width:auto;
  max-width:100%;
}
.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:#ffffff;
  background:#ffda00;
  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,0.43);
}
.bt-blog-article .bt-post-item .bt-media .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  text-align:center;
  color:#ffda00;
  border:1px solid #ffda00;
  -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-size:16px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  background:rgba(255,255,255,0.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 .bt-public {
  position:absolute;
  top:15px;
  left:15px;
  width:60px;
  font-family:Crimson Text;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.025em;
  text-transform:uppercase;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  padding:8px 0;
}
.bt-blog-article .bt-post-item .bt-media .bt-public > span { display:block; }
.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-size:18px;
  font-weight:600;
  font-style:italic;
  letter-spacing:0.025em;
  color:#313131;
  display:inline-block;
  margin-left:20%;
}
.bt-blog-article .bt-post-item .bt-media.link .bt-link:hover { color:#ffda00; }
.bt-blog-article .bt-post-item .bt-title {
  font-family:Poppins;
  font-size:17px;
  font-weight:600;
  line-height:26px;
  letter-spacing:0.04em;
  color:#313131;
  margin-bottom:15px;
}
.bt-blog-article .bt-post-item .bt-meta {
  margin:0 0 15px;
  padding:0;
}
.bt-blog-article .bt-post-item .bt-meta > li {
  list-style:none;
  display:inline-block;
  font-size:12px;
  line-height:24px;
  color:#6f6f6f;
  letter-spacing:0;
  margin-right:20px;
}
.bt-blog-article .bt-post-item .bt-meta > li > a { color:#6f6f6f; }
.bt-blog-article .bt-post-item .bt-meta > li > a:hover { color:#ffda00; }
.bt-blog-article .bt-post-item .bt-content {
  font-size:14px;
  fon-weight:400;
  line-height:26px;
  letter-spacing:0.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:0.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:0.04em;
  color:#000000;
  margin-bottom:0;
}
.bt-blog-article .bt-tags a {
  display:inline-block;
  font-size:12px;
  font-weight:700;
  line-height:36px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#a2a2a2;
}
.bt-blog-article .bt-tags a:hover { color:#ffda00; }
.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:0.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:0.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:0.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:0.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 .widget, .sidebar-right .widget {
  position:relative;
  background:#fafafa;
  margin-bottom:30px;
  padding:30px 25px 30px;
  border:3px solid #f6f6f6;
}
.sidebar-left .widget .wg-title, .sidebar-right .widget .wg-title {
  font-family:Crimson Text;
  font-size:24px;
  font-weight:700;
  font-style:italic;
  line-height:28px;
  letter-spacing:0;
  color:#141414;
  margin-bottom:25px;
}
.sidebar-left .widget .wg-title:before, .sidebar-right .widget .wg-title:before {
  content:"\f02d";
  font-family:FontAwesome;
  font-size:22px;
  font-style:normal;
  display:inline-block;
  margin-right:10px;
}
.sidebar-left .widget.widget_bt_news_tabs_widget, .sidebar-right .widget.widget_bt_news_tabs_widget { padding-top:90px; }
.sidebar-left .widget.widget_bt_news_tabs_widget .nav-tabs, .sidebar-right .widget.widget_bt_news_tabs_widget .nav-tabs {
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  border:none;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .nav-tabs .bt-tab a, .sidebar-right .widget.widget_bt_news_tabs_widget .nav-tabs .bt-tab a {
  font-family:Lato;
  font-size:13px;
  font-weight:900;
  line-height:24px;
  letter-spacing:0.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_bt_news_tabs_widget .nav-tabs .bt-tab.active a, .sidebar-right .widget.widget_bt_news_tabs_widget .nav-tabs .bt-tab.active a {
  color:#ffffff;
  background:#424242;
  border:none;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list {
  margin:0;
  padding:0;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li, .sidebar-right .widget.widget_bt_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_bt_news_tabs_widget .tab-content .bt-news-list > li:last-child, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li:last-child { margin-bottom:0; }
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-thumb, .sidebar-right .widget.widget_bt_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_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-thumb img, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-thumb img {
  width:100%;
  height:auto;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details {
  display:table;
  height:120px;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-inner, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-inner {
  display:table-cell;
  vertical-align:middle;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-title, .sidebar-right .widget.widget_bt_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:0.05em;
  color:#313131;
  margin-bottom:7px;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  margin:0;
  padding:0;
}
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta > li, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta > li { display:inline-block; }
.sidebar-left .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta > li:after, .sidebar-right .widget.widget_bt_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_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta > li:last-child:after, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta > li:last-child:after { display:none; }
.sidebar-left .widget.widget_bt_news_slider .wg-title:before, .sidebar-right .widget.widget_bt_news_slider .wg-title:before { content:"\f269"; }
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-thumb, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-thumb {
  min-height:170px;
  margin-bottom:25px;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-title, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-title {
  font-size:16px;
  line-height:24px;
  letter-spacing:0.04em;
  margin-bottom:0;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-title > a, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-title > a { color:#313131; }
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-title > a:hover, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-title > a:hover { color:#ffda00; }
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-meta, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-meta {
  font-family:Open Sans;
  font-size:11px;
  line-height:22px;
  letter-spacing:0.04em;
  color:#c1c0a8;
  margin:0 0 5px;
  padding:0;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li {
  list-style:none;
  display:inline-block;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li > a, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li > a { color:#c1c0a8; }
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li > a:hover, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li > a:hover { color:#ffda00; }
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li:after, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li:after {
  content:".";
  display:inline-block;
  padding:0 5px;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li:last-child:after, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-meta > li:last-child:after { display:none; }
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider article .bt-excerpt, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider article .bt-excerpt {
  font-size:14px;
  line-height:24px;
  letter-spacing:0.08em;
  color:#424242;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots {
  line-height:0;
  margin-top:25px;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:12px;
  height:12px;
  background:#cfcfcf;
  border-radius:12px;
}
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot.active, .sidebar-left .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot:hover, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot.active, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot:hover { background:#ffda00; }
.sidebar-left .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot, .sidebar-right .widget.widget_bt_news_slider .bt-news-slider .owl-controls .owl-dots .owl-dot {
  width:8px;
  height:8px;
  margin:0 5px;
}
.sidebar-left .widget.widget_bt_post_list .bt-post-list, .sidebar-right .widget.widget_bt_post_list .bt-post-list {
  margin:0;
  padding:0;
}
.sidebar-left .widget.widget_bt_post_list .bt-post-list > li, .sidebar-right .widget.widget_bt_post_list .bt-post-list > li {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  list-style:none;
  position:relative;
  min-height:60px;
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
.sidebar-left .widget.widget_bt_post_list .bt-post-list > li:last-child, .sidebar-right .widget.widget_bt_post_list .bt-post-list > li:last-child {
  margin-bottom:0;
  border-bottom:none;
}
.sidebar-left .widget.widget_bt_post_list .bt-post-list > li .bt-thumb, .sidebar-right .widget.widget_bt_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_bt_post_list .bt-post-list > li .bt-title, .sidebar-right .widget.widget_bt_post_list .bt-post-list > li .bt-title {
  font-size:14px;
  font-weight:400;
  line-height:20px;
  letter-spacing:0.04em;
  margin-bottom:0;
  padding:5px 0;
}
.sidebar-left .widget.widget_bt_post_list .bt-post-list > li .bt-title > a, .sidebar-right .widget.widget_bt_post_list .bt-post-list > li .bt-title > a { color:#e1e1e1; }
.sidebar-left .widget.widget_bt_post_list .bt-post-list > li .bt-title > a:hover, .sidebar-right .widget.widget_bt_post_list .bt-post-list > li .bt-title > a:hover { color:#ffda00; }
.sidebar-left .widget.widget_bt_post_list .bt-post-list > li .bt-meta, .sidebar-right .widget.widget_bt_post_list .bt-post-list > li .bt-meta {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:10px;
  line-height:20px;
  letter-spacing:0.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:#c1c0a8;
  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:#ffffff;
  background:#ffda00;
}
.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:#ffda00; }
.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:#ffda00; }
.sidebar-left .widget.widget_pages .wg-title:before, .sidebar-right .widget.widget_pages .wg-title:before { content:"\f18c"; }
.sidebar-left .widget.widget_meta .wg-title:before, .sidebar-right .widget.widget_meta .wg-title:before { content:"\f02e"; }
.sidebar-left .widget.widget_recent_entries .wg-title:before, .sidebar-right .widget.widget_recent_entries .wg-title:before { content:"\f1d9"; }
.sidebar-left .widget.widget_nav_menu .wg-title:before, .sidebar-right .widget.widget_nav_menu .wg-title:before { content:"\f0c9"; }
.sidebar-left .widget.widget_archive .wg-title:before, .sidebar-right .widget.widget_archive .wg-title:before { content:"\f115"; }
.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:Open Sans;
  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:#ffda00;
  border-color:#ffda00;
}
.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:0.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:0.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:Open Sans;
  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:#ffda00;
  border-color:#ffda00;
}
.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:0.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:0.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 .wg-title:before, .sidebar-right .widget.widget_calendar .wg-title:before { content:"\f073"; }
.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:0.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:#ffda00; }
.sidebar-left .widget.widget_recent_comments .wg-title:before, .sidebar-left .widget.widget_rss .wg-title:before, .sidebar-right .widget.widget_recent_comments .wg-title:before, .sidebar-right .widget.widget_rss .wg-title:before { content:"\f0e6"; }
.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:#ffda00; }
.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_rss .wg-title:before, .sidebar-right .widget.widget_rss .wg-title:before { content:"\f09e"; }
.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:0.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 .wg-title:before, .sidebar-right .widget.widget_search .wg-title:before { content:"\f0b0"; }
.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:0.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:0.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:Poppins;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#222222; }
.sidebar-left .widget.widget_tag_cloud .wg-title:before, .sidebar-right .widget.widget_tag_cloud .wg-title:before { content:"\f02c"; }
.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:0.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:#ffda00;
  border-color:#cecece;
}
.sidebar-left .widget.widget_product_categories .wg-title:before, .sidebar-right .widget.widget_product_categories .wg-title:before { content:"\f1cb"; }
.sidebar-left .widget.widget_product_categories > ul, .sidebar-right .widget.widget_product_categories > ul {
  margin:0;
  padding:0;
}
.sidebar-left .widget.widget_product_categories > ul li, .sidebar-right .widget.widget_product_categories > ul li {
  list-style:none;
  position:relative;
}
.sidebar-left .widget.widget_product_categories > ul li > a, .sidebar-right .widget.widget_product_categories > 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_product_categories > ul li > a:before, .sidebar-right .widget.widget_product_categories > 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_product_categories > ul li > span.count, .sidebar-right .widget.widget_product_categories > ul li > span.count {
  position:absolute;
  top:50%;
  right:0;
  width:30px;
  height:30px;
  font-family:Open Sans;
  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%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.sidebar-left .widget.widget_product_categories > ul li.current-cat > a, .sidebar-left .widget.widget_product_categories > ul li:hover > a, .sidebar-right .widget.widget_product_categories > ul li.current-cat > a, .sidebar-right .widget.widget_product_categories > ul li:hover > a { color:#ffda00; }
.sidebar-left .widget.widget_product_categories > ul li.current-cat > a:before, .sidebar-left .widget.widget_product_categories > ul li:hover > a:before, .sidebar-right .widget.widget_product_categories > ul li.current-cat > a:before, .sidebar-right .widget.widget_product_categories > ul li:hover > a:before { color:#ffda00; }
.sidebar-left .widget.widget_product_categories > ul li.current-cat > span.count, .sidebar-left .widget.widget_product_categories > ul li:hover > span.count, .sidebar-right .widget.widget_product_categories > ul li.current-cat > span.count, .sidebar-right .widget.widget_product_categories > ul li:hover > span.count {
  color:#ffda00;
  border-color:#ffda00;
}
.sidebar-left .widget.woo-filter-attribute .wg-title:before, .sidebar-right .widget.woo-filter-attribute .wg-title:before { content:"\f180"; }
.sidebar-left .widget.woo-filter-attribute ul, .sidebar-right .widget.woo-filter-attribute ul {
  margin:0;
  padding:0;
}
.sidebar-left .widget.woo-filter-attribute ul > li, .sidebar-right .widget.woo-filter-attribute ul > li {
  list-style:none;
  display:inline-block;
  margin:0 4px 15px;
}
.sidebar-left .widget.woo-filter-attribute ul > li > a, .sidebar-right .widget.woo-filter-attribute ul > li > a {
  display:inline-block;
  width:40px;
  height:40px;
  background:#ffda00;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.sidebar-left .widget.woo-filter-attribute ul > li > a.blue, .sidebar-right .widget.woo-filter-attribute ul > li > a.blue { background:#0080ff; }
.sidebar-left .widget.woo-filter-attribute ul > li > a.gray, .sidebar-right .widget.woo-filter-attribute ul > li > a.gray { background:#dadada; }
.sidebar-left .widget.woo-filter-attribute ul > li > a.green, .sidebar-right .widget.woo-filter-attribute ul > li > a.green { background:#4dd737; }
.sidebar-left .widget.woo-filter-attribute ul > li > a.orange, .sidebar-right .widget.woo-filter-attribute ul > li > a.orange { background:#ffa500; }
.sidebar-left .widget.woo-filter-attribute ul > li > a.pink, .sidebar-right .widget.woo-filter-attribute ul > li > a.pink { background:#ff4d4f; }
.sidebar-left .widget.woo-filter-attribute ul > li > a.red, .sidebar-right .widget.woo-filter-attribute ul > li > a.red { background:#b30000; }
.sidebar-left .widget.woo-filter-attribute ul > li > a.violet, .sidebar-right .widget.woo-filter-attribute ul > li > a.violet { background:#8f00ff; }
.sidebar-left .widget.woo-filter-attribute ul > li > a.yellow, .sidebar-right .widget.woo-filter-attribute ul > li > a.yellow { background:#ffff00; }
.sidebar-left .widget.woo-filter-attribute ul > li > a:hover, .sidebar-right .widget.woo-filter-attribute ul > li > a:hover {
  -webkit-transform:scale(0.85);
  -moz-transform:scale(0.85);
  -o-transform:scale(0.85);
  -ms-transform:scale(0.85);
  transform:scale(0.85);
}
.sidebar-left .widget.widget_price_filter .wg-title:before, .sidebar-right .widget.widget_price_filter .wg-title:before { content:"\f180"; }
.sidebar-left .widget.widget_price_filter .price_slider_wrapper, .sidebar-right .widget.widget_price_filter .price_slider_wrapper {
  position:relative;
  padding-top:30px;
}
.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:40px;
  -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:#ffda00;
  border-color:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:12px;
  font-weight:900;
  line-height:18px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#141414;
  background:#ffffff;
  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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.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 {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  font-family:Montserrat;
  font-size:0;
  font-weight:400;
  line-height:24px;
  letter-spacing:0;
  text-align:center;
  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:before, .sidebar-right .widget.widget_products .wg-title:before { content:"\f1cb"; }
.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:40px;
  padding:0;
}
.sidebar-left .widget.widget_products ul > li > a, .sidebar-right .widget.widget_products ul > li > a {
  font-family:Lato;
  font-size:12px;
  font-weight:700;
  line-height:20px;
  letter-spacing:0.06em;
  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:#ffda00; }
.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-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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_bt_news_tabs_widget .nav-tabs .bt-tab a, .sidebar-right .widget.widget_bt_news_tabs_widget .nav-tabs .bt-tab a { padding:10px; }
  .sidebar-left.widget_bt_news_tabs_widget .tab-content .bt-news-list > li, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li {
    padding-left:80px;
    min-height:70px;
  }
  .sidebar-left.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-thumb, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-thumb {
    width:70px;
    height:70px;
  }
  .sidebar-left.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details { height:auto; }
  .sidebar-left.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-inner, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-inner { vertical-align:top; }
  .sidebar-left.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-title, .sidebar-right .widget.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-title { font-size:13px; }
  .sidebar-left.widget_bt_news_tabs_widget .tab-content .bt-news-list > li .bt-details .bt-meta > li:after, .sidebar-right .widget.widget_bt_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:0.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:0.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:0.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:0.07em;
  text-transform:uppercase;
  color:#ffffff;
  background:#000000;
  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:#ffda00; }
@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:Poppins;
  font-size:28px;
  font-weight:700;
  line-height:36px;
  letter-spacing:0.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:600;
  font-style:italic;
  letter-spacing:0.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:Hind;
  font-size:13px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  color:#ffffff;
  background:#ffda00;
  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:0.85; }
.post_lemongrid--filter-beoreo {
  font-family:Hind;
  text-align:center;
}
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default {
  display:inline-block;
  background:#fafafa;
  margin-bottom:40px;
  padding:0 30px;
}
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item { margin:0 !important; }
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:after {
  content:"-";
  display:inline-block;
  verticle-align:middle;
  margin:0 10px;
}
.post_lemongrid--filter-beoreo .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:0.1em;
  color:#2c2a2a;
  padding:12px 8px;
  opacity:1;
}
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:before, .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:0;
  height:1px;
  background:#ffda00;
  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-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after {
  top:auto;
  bottom:0;
}
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a sup { color:#999999; }
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a, .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a { color:#ffda00; }
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a:before, .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a:after, .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a:before, .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a:after {
  width:100%;
  opacity:1;
}
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a:after, .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a:after { bottom:0; }
.post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:last-child:after { display:none; }
.post_lemongrid--filter-beoreo .lemongrid-item .grid-stack-item-content { overflow:hidden; }
.post_lemongrid--filter-beoreo .lemongrid-item .lemongrid-info {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  background:rgba(19,19,19,0.88);
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  margin:5px 0 0 5px;
}
.post_lemongrid--filter-beoreo .lemongrid-item .lemongrid-info .aciton { margin-bottom:25px; }
.post_lemongrid--filter-beoreo .lemongrid-item .lemongrid-info .aciton a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:45px;
  height:45px;
  font-size:15px;
  line-height:47px;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  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-beoreo .lemongrid-item .lemongrid-info .aciton a.readmore {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.post_lemongrid--filter-beoreo .lemongrid-item .lemongrid-info .aciton a:hover {
  color:#ffda00;
  background:#ffffff;
}
.post_lemongrid--filter-beoreo .lemongrid-item .lemongrid-info .title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:20px;
  line-height:28px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#ffffff;
  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-beoreo .lemongrid-item .lemongrid-info .title:hover { color:#ffda00; }
.post_lemongrid--filter-beoreo .lemongrid-item .lemongrid-info .author {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  font-family:Hind;
  font-size:14px;
  line-height:24px;
  letter-spacing:0.06em;
  color:#ffda00;
  -webkit-transform:translateY(60px);
  -moz-transform:translateY(60px);
  -o-transform:translateY(60px);
  -ms-transform:translateY(60px);
  transform:translateY(60px);
}
.post_lemongrid--filter-beoreo .lemongrid-item.lg-filter-in .lemongrid-info, .post_lemongrid--filter-beoreo .lemongrid-item.lg-filter-out .lemongrid-info { opacity:0; }
.post_lemongrid--filter-beoreo .lemongrid-item.lg-filter-in:hover .lemongrid-info { opacity:1; }
.post_lemongrid--filter-beoreo .lemongrid-item:hover .lemongrid-info .aciton a, .post_lemongrid--filter-beoreo .lemongrid-item:hover .lemongrid-info .title, .post_lemongrid--filter-beoreo .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-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:after { margin:0 5px; }
  .post_lemongrid--filter-beoreo .lemongrid-inner { padding:0 15px; }
  .post_lemongrid--filter-beoreo .lemongrid-item {
    max-width:420px;
    margin:0 auto 30px !important;
  }
}
@media (max-width: 639px) {
  .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default { padding:0 5px; }
  .post_lemongrid--filter-beoreo .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a { margin:5px 0; }
}
.post_lemongrid--filter-beoreo2 {
  font-family:Hind;
  text-align:center;
}
.post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default {
  display:inline-block;
  margin-bottom:40px;
}
.post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item { margin:0 !important; }
.post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a {
  position:relative;
  display:inline-block;
  font-size:12px;
  font-weight:600;
  font-style:normal;
  line-height:18px;
  letter-spacing:0.07em;
  text-transform:uppercase;
  color:#141414;
  background:#ffffff;
  margin:2px 5px;
  padding:10px 20px;
  opacity:1;
  border:1px solid #ececec;
}
.post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after { display:none; }
.post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a sup { color:#999999; }
.post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a, .post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a {
  color:#ffda00;
  border-color:#ffda00;
}
.post_lemongrid--filter-beoreo2 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:last-child:after { display:none; }
.post_lemongrid--filter-beoreo2 .lemongrid-item .grid-stack-item-content { overflow:hidden; }
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  background:rgba(3,3,3,0.68);
}
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  font-size:30px;
  line-height:30px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#ffffff;
  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-beoreo2 .lemongrid-item .lemongrid-info .title:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  height:2px;
  width:35px;
  background:#ffda00;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .title:hover { color:#ffffff; }
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .title:hover:after { width:60px; }
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .taxonomy {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Crimson Text;
  font-size:18px;
  font-weight:600;
  font-style:italic;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffda00;
  margin-bottom:30px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .taxonomy a { color:#ffda00; }
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .aciton a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:45px;
  height:45px;
  font-size:15px;
  line-height:47px;
  text-align:center;
  color:#ffffff;
  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-beoreo2 .lemongrid-item .lemongrid-info .aciton a.lightbox {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .aciton a.readmore {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.post_lemongrid--filter-beoreo2 .lemongrid-item .lemongrid-info .aciton a:hover {
  color:#ffda00;
  background:#ffffff;
}
.post_lemongrid--filter-beoreo2 .lemongrid-item.lg-filter-in .lemongrid-info, .post_lemongrid--filter-beoreo2 .lemongrid-item.lg-filter-out .lemongrid-info { opacity:0; }
.post_lemongrid--filter-beoreo2 .lemongrid-item.lg-filter-in:hover .lemongrid-info { opacity:1; }
.post_lemongrid--filter-beoreo2 .lemongrid-item:hover .lemongrid-info .title, .post_lemongrid--filter-beoreo2 .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-beoreo2 .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-beoreo2 .lemongrid-item .grid-stack-item-content {
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
  }
}
.post_lemongrid--filter-beoreo3 {
  font-family:Hind;
  text-align:center;
}
.post_lemongrid--filter-beoreo3 .lemongrid-filter-header-style-default {
  display:inline-block;
  background:#2b2b2b;
  margin-bottom:0;
}
.post_lemongrid--filter-beoreo3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item {
  position:relative;
  margin:0 !important;
}
.post_lemongrid--filter-beoreo3 .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-beoreo3 .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:0.04em;
  text-transform:uppercase;
  color:#ffffff;
  background:transparent;
  padding:15px 30px;
  opacity:1;
}
.post_lemongrid--filter-beoreo3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a:after { display:none; }
.post_lemongrid--filter-beoreo3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item a sup { color:#999999; }
.post_lemongrid--filter-beoreo3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item.lg-filter-current a, .post_lemongrid--filter-beoreo3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:hover a {
  color:#ffda00;
  border-color:#ffda00;
}
.post_lemongrid--filter-beoreo3 .lemongrid-filter-header-style-default .lemongrid-nav-filter-item:last-child:after { display:none; }
.post_lemongrid--filter-beoreo3 .lemongrid-item .lemongrid-info {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  background:rgba(3,3,3,0.68);
}
.post_lemongrid--filter-beoreo3 .lemongrid-item .lemongrid-info .title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:23px;
  line-height:28px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#ffffff;
  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-beoreo3 .lemongrid-item .lemongrid-info .title:hover { color:#ffda00; }
.post_lemongrid--filter-beoreo3 .lemongrid-item .lemongrid-info .taxonomy {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Crimson Text;
  font-size:18px;
  font-weight:600;
  font-style:italic;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffda00;
  margin-bottom:30px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.post_lemongrid--filter-beoreo3 .lemongrid-item .lemongrid-info .taxonomy a { color:#ffda00; }
.post_lemongrid--filter-beoreo3 .lemongrid-item .lemongrid-info .aciton a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:45px;
  height:45px;
  font-size:15px;
  line-height:47px;
  text-align:center;
  color:#ffffff;
  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-beoreo3 .lemongrid-item .lemongrid-info .aciton a.lightbox {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.post_lemongrid--filter-beoreo3 .lemongrid-item .lemongrid-info .aciton a.video {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  color:#ffffff;
  background:#ffda00;
}
.post_lemongrid--filter-beoreo3 .lemongrid-item .lemongrid-info .aciton a.video > i { margin-left:4px; }
.post_lemongrid--filter-beoreo3 .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-beoreo3 .lemongrid-item .lemongrid-info .aciton a:hover {
  color:#ffda00;
  background:#ffffff;
}
.post_lemongrid--filter-beoreo3 .lemongrid-item.lg-filter-in .lemongrid-info, .post_lemongrid--filter-beoreo3 .lemongrid-item.lg-filter-out .lemongrid-info { opacity:0; }
.post_lemongrid--filter-beoreo3 .lemongrid-item.lg-filter-in:hover .lemongrid-info { opacity:1; }
.post_lemongrid--filter-beoreo3 .lemongrid-item:hover .lemongrid-info .title, .post_lemongrid--filter-beoreo3 .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-beoreo3 .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--beoreo .lemongrid-item .lemongrid-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(9,9,9,0.75);
  opacity:0;
}
.post_lemongrid--beoreo .lemongrid-item .lemongrid-info {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:50%;
  -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--beoreo .lemongrid-item .lemongrid-info:before, .post_lemongrid--beoreo .lemongrid-item .lemongrid-info:after {
  content:" ";
  display:table;
}
.post_lemongrid--beoreo .lemongrid-item .lemongrid-info:after { clear:both; }
.post_lemongrid--beoreo .lemongrid-item .lemongrid-info .info-text .title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Montserrat;
  font-size:19px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.05em;
  color:#ffffff;
  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--beoreo .lemongrid-item .lemongrid-info .info-text .category {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  margin-bottom:15px;
  color:#e6e6e6;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.post_lemongrid--beoreo .lemongrid-item .lemongrid-info .info-text .category > a {
  font-family:Crimson Text;
  font-size:15px;
  font-weight:400;
  font-style:italic;
  line-height:24px;
  color:#e6e6e6;
}
.post_lemongrid--beoreo .lemongrid-item .lemongrid-info .info-text .category > a:hover { color:#ffda00; }
.post_lemongrid--beoreo .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:#ffffff;
  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--beoreo .lemongrid-item .lemongrid-info .lemongrid-icon > a.readmore {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.post_lemongrid--beoreo .lemongrid-item .lemongrid-info .lemongrid-icon > a.lightbox {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.post_lemongrid--beoreo .lemongrid-item .lemongrid-info .lemongrid-icon > a:hover {
  color:#ffffff;
  background:#ffda00;
}
.post_lemongrid--beoreo .lemongrid-item:hover .lemongrid-overlay { opacity:1; }
.post_lemongrid--beoreo .lemongrid-item:hover .lemongrid-info { opacity:1; }
.post_lemongrid--beoreo .lemongrid-item:hover .lemongrid-info .info-text .title, .post_lemongrid--beoreo .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--beoreo .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--beoreo .lemongrid-item .grid-stack-item-content {
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
  }
}
.bs-masonry.bs-masonry-layout-creative { font-family:Hind; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-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.beoreo-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.beoreo-style1 .tbbs-filter-item a {
  position:relative;
  display:inline-block;
  font-size:14px;
  font-weight:500;
  font-style:normal;
  letter-spacing:0.1em;
  text-transform:none;
  color:#2c2a2a;
  padding:12px 8px;
  opacity:1;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item a:before, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item a:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:0;
  height:1px;
  background:#ffda00;
  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.beoreo-style1 .tbbs-filter-item a:after {
  top:auto;
  bottom:0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item a sup { color:#999999; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item:last-child:after { display:none; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item.tbbs-filter-current a, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item:hover a { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item.tbbs-filter-current a:before, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item.tbbs-filter-current a:after, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item:hover a:before, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style1 .tbbs-filter-item:hover a:after {
  width:100%;
  opacity:1;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-info { background:rgba(19,19,19,0.88); }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-info .info-inner .handle { margin-bottom:20px; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-info .info-inner .handle a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:45px;
  height:45px;
  font-size:15px;
  line-height:47px;
  text-align:center;
  color:#ffffff;
  background:#ffda00;
  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.beoreo_style1 .item-info .info-inner .handle a.lightbox {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-info .info-inner .handle a.readmore {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-info .info-inner .handle a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-info .info-inner .title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:20px;
  line-height:28px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#ffffff;
  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.beoreo_style1 .item-info .info-inner .title:hover { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1:hover .item-info .info-inner .handle a, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_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:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  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.beoreo_style1 { width:calc(100% / 2); }
}
@media (max-width: 767px) {
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 {
    margin-bottom:30px;
    padding:0 15px !important;
  }
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-thumbnail, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style1 .item-info {
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
  }
}
.bs-masonry.bs-masonry-layout-creative { font-family:Hind; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 {
  display:inline-block;
  margin-bottom:40px !important;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 .tbbs-filter-item { margin:0 !important; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 .tbbs-filter-item a {
  position:relative;
  display:inline-block;
  font-size:12px;
  font-weight:600;
  font-style:normal;
  line-height:18px;
  letter-spacing:0.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.beoreo-style2 .tbbs-filter-item a:before, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 .tbbs-filter-item a:after { display:none; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 .tbbs-filter-item a sup { color:#999999; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 .tbbs-filter-item:after { display:none; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 .tbbs-filter-item.tbbs-filter-current a, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-style2 .tbbs-filter-item:hover a {
  color:#ffda00;
  border-color:#ffda00;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-info { background:rgba(0,0,0,0.58); }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-info .info-inner .title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:22px;
  line-height:28px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#ffffff;
  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.beoreo_style2 .item-info .info-inner .title:hover { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-info .info-inner .taxonomy {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Crimson Text;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffda00;
  margin-bottom:25px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-info .info-inner .taxonomy a {
  font-size:16px;
  font-weight:400;
  color:#ffda00;
  text-transform:none;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-info .info-inner .handle a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:45px;
  height:45px;
  font-size:15px;
  line-height:47px;
  text-align:center;
  color:#ffffff;
  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.beoreo_style2 .item-info .info-inner .handle a.lightbox {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-info .info-inner .handle a.video {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  background:#ffda00;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-info .info-inner .handle a.video > i { margin-left:5px; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_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.beoreo_style2 .item-info .info-inner .handle a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2:hover .item-info .info-inner .title, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_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.beoreo_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.beoreo_style2 { width:calc(100% / 2); }
}
@media (max-width: 767px) {
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 {
    margin-bottom:30px;
    padding:0 15px !important;
  }
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .item-thumbnail, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.beoreo_style2 .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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(74,74,74,0.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:#ffffff;
  background:#ffda00;
  width:25px;
  height:25px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.8);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.8);
  transform:translateX(-50%) translateY(-50%) scale(0.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:#ffda00;
  background:#ffffff;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:25px;
  height:25px;
  font-size:14px;
  line-height:26px;
  text-align:center;
  color:#ffffff;
  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:0.8; }
.bt-recent-work .owl-controls .owl-nav .owl-next {
  background:#ffda00;
  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,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:#ffffff;
  background:#ffda00;
  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:#ffda00;
  background:#ffffff;
}
.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:#ffda00;
}
.bt-portfolio-carousel article .bt-overlay .bt-content .bt-title {
  font-family:Poppins;
  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:#ffffff; }
.bt-portfolio-carousel article .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.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:#ffda00;
  background:transparent;
  margin:0 5px;
  border:2px solid #ffda00;
}
.bt-portfolio-carousel .owl-controls .owl-dots { text-align:center; }
.bt-portfolio-carousel .owl-controls .owl-dots .owl-dot {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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:0.04em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-portfolio-article > article .bt-header .bt-taxonomy { margin-bottom:15px; }
.bt-portfolio-article > article .bt-header .bt-taxonomy > i {
  color:#ffda00;
  margin-right:5px;
}
.bt-portfolio-article > article .bt-header .bt-taxonomy > a {
  font-family:Lato;
  font-size:14px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.1em;
  color:#141414;
}
.bt-portfolio-article > article .bt-header .bt-taxonomy > a:hover { color:#ffda00; }
.bt-portfolio-article > article .bt-content {
  font-size:15px;
  font-weight:400;
  line-height:26px;
  letter-spacing:0.06em;
  color:#646464;
}
.bt-portfolio-article > article .bt-content .container {
  width:100%;
  padding:0;
}
.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 40px;
  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:Hind;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.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:#ffffff;
  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:#ffda00; }
.bt-portfolio-article .bt-related .bt-heading {
  font-size:22px;
  font-weight:700;
  line-height:28px;
  letter-spacing:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(19,19,19,0.88);
  opacity:0;
}
.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  font-size:30px;
  line-height:30px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#ffffff;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  height:2px;
  width:35px;
  background:#ffda00;
  -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:hover { color:#ffffff; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Crimson Text;
  font-size:18px;
  font-weight:600;
  font-style:italic;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffda00;
  margin-bottom:30px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-taxonomy a { color:#ffda00; }
.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-action a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:45px;
  height:45px;
  font-size:15px;
  line-height:47px;
  text-align:center;
  color:#ffffff;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-action a.readmore {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.bt-portfolio-article .bt-related .bt-portfolio-related-carousel article .bt-overlay .bt-content .bt-action a:hover {
  color:#ffda00;
  background:#ffffff;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:31px;
  text-align:center;
  color:#141414;
  border:2px solid #ececec;
}
.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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-portfolio-article .bt-related .bt-portfolio-related-carousel .owl-controls .owl-nav .owl-next { margin-left:10px; }
.bt-team-style1 .team {
  text-align:center;
  max-width:370px;
  margin:0 auto 40px;
}
.bt-team-style1 .team .bt-thumb { position:relative; }
.bt-team-style1 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-style1 .team .bt-thumb .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  background:rgba(17,17,17,0.4);
  opacity:0;
  z-index:-1;
}
.bt-team-style1 .team .bt-thumb .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  -webkit-border-radius:42px;
  -moz-border-radius:42px;
  border-radius:42px;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
}
.bt-team-style1 .team .bt-thumb .bt-overlay > a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bt-team-style1 .team .bt-content {
  padding:30px 15px;
  border:3px solid #f0f6f4;
}
.bt-team-style1 .team .bt-content .bt-title {
  font-size:22px;
  line-height:32px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-team-style1 .team .bt-content .bt-title > a { color:#2c2c2c; }
.bt-team-style1 .team .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-style1 .team .bt-content .bt-position {
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#2c2c2c;
}
.bt-team-style1 .team:hover .bt-thumb .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-style1 .team:hover .bt-thumb .bt-overlay > a {
  -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);
}
.bt-team-style2 .team {
  max-width:370px;
  margin:0 auto 40px;
}
.bt-team-style2 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-style2 .team .bt-content .bt-percent {
  position:relative;
  width:82px;
  height:82px;
  background:#ffffff;
  margin:-50px 0 20px 20px;
  overflow:hidden;
  -webkit-border-radius:82px;
  -moz-border-radius:82px;
  border-radius:82px;
}
.bt-team-style2 .team .bt-content .bt-percent .bt-progress {
  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%);
  background:#ffda00;
}
.bt-team-style2 .team .bt-content .bt-percent .bt-count {
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:66px;
  letter-spacing:0.1em;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  -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:66px;
  height:66px;
  background:#ffffff;
  -webkit-border-radius:66px;
  -moz-border-radius:66px;
  border-radius:66px;
}
.bt-team-style2 .team .bt-content .bt-percent .bt-count:before, .bt-team-style2 .team .bt-content .bt-percent .bt-count:after {
  content:" ";
  display:table;
}
.bt-team-style2 .team .bt-content .bt-percent .bt-count:after { clear:both; }
.bt-team-style2 .team .bt-content .bt-title {
  font-family:Poppins;
  font-size:18px;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-team-style2 .team .bt-content .bt-title > a { color:#2a2a2a; }
.bt-team-style2 .team .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-style2 .team .bt-content .bt-position {
  font-family:Open Sans;
  font-size:11px;
  line-height:18px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#737373;
}
.bt-team-style2 .team:hover .bt-thumb .bt-overlay { opacity:1; }
.bt-team-style3 .team {
  position:relative;
  text-align:center;
}
.bt-team-style3 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-style3 .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(37,36,36,0.73);
}
.bt-team-style3 .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-style3 .team .bt-overlay .bt-content:before, .bt-team-style3 .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-style3 .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-style3 .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:32px;
  line-height:36px;
  letter-spacing:0.04em;
  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-style3 .team .bt-overlay .bt-content .bt-title > a { color:#ffffff; }
.bt-team-style3 .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-style3 .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:18px;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffda00;
  margin-bottom:15px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bt-team-style3 .team .bt-overlay .bt-content .bt-excerpt {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  line-height:23px;
  letter-spacing:0.06em;
  color:#c1b7b7;
  margin-bottom:40px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-style3 .team .bt-overlay .bt-content .bt-social {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  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-style3 .team .bt-overlay .bt-content .bt-social > li {
  display:inline-block;
  margin:7px;
}
.bt-team-style3 .team .bt-overlay .bt-content .bt-social > li > a {
  display:inline-block;
  width:56px;
  height:56px;
  font-size:20px;
  line-height:52px;
  text-align:center;
  color:#f3f3f3;
  border:2px solid #767676;
  -webkit-border-radius:56px;
  -moz-border-radius:56px;
  border-radius:56px;
}
.bt-team-style3 .team .bt-overlay .bt-content .bt-social > li > a:hover, .bt-team-style3 .team .bt-overlay .bt-content .bt-social > li > a:focus {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-team-style3 .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-style3 .team:hover .bt-overlay .bt-content .bt-title, .bt-team-style3 .team:hover .bt-overlay .bt-content .bt-excerpt, .bt-team-style3 .team:hover .bt-overlay .bt-content .bt-social {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-style3 .team:hover .bt-overlay .bt-content .bt-position {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
.bt-team-style4 .team {
  position:relative;
  text-align:center;
}
.bt-team-style4 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-style4 .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(255,255,255,0.72);
}
.bt-team-style4 .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-style4 .team .bt-overlay .bt-content:before, .bt-team-style4 .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-style4 .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-style4 .team .bt-overlay .bt-content > i {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:24px;
  color:#06bcf0;
  margin-bottom:15px;
  -webkit-transform:translateY(-20px);
  -moz-transform:translateY(-20px);
  -o-transform:translateY(-20px);
  -ms-transform:translateY(-20px);
  transform:translateY(-20px);
}
.bt-team-style4 .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:22px;
  line-height:32px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bt-team-style4 .team .bt-overlay .bt-content .bt-title > a { color:#2c2c2c; }
.bt-team-style4 .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-style4 .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#2c2c2c;
  margin-bottom:15px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-style4 .team .bt-overlay .bt-content > a {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  display:inline-block;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  -webkit-border-radius:42px;
  -moz-border-radius:42px;
  border-radius:42px;
  -webkit-transform:scale(0.8) rotate(-90deg);
  -moz-transform:scale(0.8) rotate(-90deg);
  -o-transform:scale(0.8) rotate(-90deg);
  -ms-transform:scale(0.8) rotate(-90deg);
  transform:scale(0.8) rotate(-90deg);
}
.bt-team-style4 .team .bt-overlay .bt-content > a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bt-team-style4 .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-style4 .team:hover .bt-overlay .bt-content > i, .bt-team-style4 .team:hover .bt-overlay .bt-content .bt-position {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-style4 .team: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-team-style4 .team:hover .bt-overlay .bt-content > a {
  -webkit-transform:scale(1) rotate(0);
  -moz-transform:scale(1) rotate(0);
  -o-transform:scale(1) rotate(0);
  -ms-transform:scale(1) rotate(0);
  transform:scale(1) rotate(0);
}
.bt-team-style5 .team {
  position:relative;
  text-align:center;
}
.bt-team-style5 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-style5 .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(0,0,0,0.71);
}
.bt-team-style5 .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-style5 .team .bt-overlay .bt-content:before, .bt-team-style5 .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-style5 .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-style5 .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  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-style5 .team .bt-overlay .bt-content .bt-title > a { color:#ffffff; }
.bt-team-style5 .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-style5 .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Lato;
  font-size:12px;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.2em;
  color:#ffffff;
  margin-bottom:15px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-style5 .team .bt-overlay .bt-content .bt-work-time {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  font-family:Lato;
  font-size:15px;
  font-weight:700;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.08em;
  color:#ffda00;
  -webkit-transform:translateY(60px);
  -moz-transform:translateY(60px);
  -o-transform:translateY(60px);
  -ms-transform:translateY(60px);
  transform:translateY(60px);
}
.bt-team-style5 .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-style5 .team:hover .bt-overlay .bt-content .bt-title, .bt-team-style5 .team:hover .bt-overlay .bt-content .bt-position, .bt-team-style5 .team:hover .bt-overlay .bt-content .bt-work-time {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-wrapper.tpl1 .bt-team .team {
  text-align:center;
  max-width:370px;
  margin:0 auto 40px;
}
.bt-team-wrapper.tpl1 .bt-team .team .bt-thumb { position:relative; }
.bt-team-wrapper.tpl1 .bt-team .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-wrapper.tpl1 .bt-team .team .bt-thumb .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  background:rgba(17,17,17,0.4);
  opacity:0;
  z-index:-1;
}
.bt-team-wrapper.tpl1 .bt-team .team .bt-thumb .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  -webkit-border-radius:42px;
  -moz-border-radius:42px;
  border-radius:42px;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
}
.bt-team-wrapper.tpl1 .bt-team .team .bt-thumb .bt-overlay > a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bt-team-wrapper.tpl1 .bt-team .team .bt-content {
  padding:30px 15px;
  border:3px solid #f0f6f4;
}
.bt-team-wrapper.tpl1 .bt-team .team .bt-content .bt-title {
  font-size:22px;
  line-height:32px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-team-wrapper.tpl1 .bt-team .team .bt-content .bt-title > a { color:#2c2c2c; }
.bt-team-wrapper.tpl1 .bt-team .team .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-wrapper.tpl1 .bt-team .team .bt-content .bt-position {
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#2c2c2c;
}
.bt-team-wrapper.tpl1 .bt-team .team:hover .bt-thumb .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-wrapper.tpl1 .bt-team .team:hover .bt-thumb .bt-overlay > a {
  -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);
}
.bt-team-wrapper.tpl2 .bt-team .team {
  max-width:370px;
  margin:0 auto 40px;
}
.bt-team-wrapper.tpl2 .bt-team .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-percent {
  position:relative;
  width:82px;
  height:82px;
  background:#ffffff;
  margin:-50px 0 20px 20px;
  overflow:hidden;
  -webkit-border-radius:82px;
  -moz-border-radius:82px;
  border-radius:82px;
}
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-percent .bt-progress {
  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%);
  background:#ffda00;
}
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-percent .bt-count {
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:66px;
  letter-spacing:0.1em;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  -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:66px;
  height:66px;
  background:#ffffff;
  -webkit-border-radius:66px;
  -moz-border-radius:66px;
  border-radius:66px;
}
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-percent .bt-count:before, .bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-percent .bt-count:after {
  content:" ";
  display:table;
}
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-percent .bt-count:after { clear:both; }
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-title {
  font-family:Poppins;
  font-size:18px;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-title > a { color:#2a2a2a; }
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-wrapper.tpl2 .bt-team .team .bt-content .bt-position {
  font-family:Open Sans;
  font-size:11px;
  line-height:18px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#737373;
}
.bt-team-wrapper.tpl2 .bt-team .team:hover .bt-thumb .bt-overlay { opacity:1; }
.bt-team-wrapper.tpl3 .bt-team .row { margin:0; }
.bt-team-wrapper.tpl3 .bt-team .row > div { padding:0; }
.bt-team-wrapper.tpl3 .bt-team .row > div .team {
  position:relative;
  text-align:center;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(37,36,36,0.73);
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content:before, .bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:32px;
  line-height:36px;
  letter-spacing:0.04em;
  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-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-title > a { color:#ffffff; }
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:18px;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffda00;
  margin-bottom:15px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-excerpt {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  line-height:23px;
  letter-spacing:0.06em;
  color:#c1b7b7;
  margin-bottom:40px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-social {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  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-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-social > li {
  display:inline-block;
  margin:7px;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-social > li > a {
  display:inline-block;
  width:56px;
  height:56px;
  font-size:20px;
  line-height:52px;
  text-align:center;
  color:#f3f3f3;
  border:2px solid #767676;
  -webkit-border-radius:56px;
  -moz-border-radius:56px;
  border-radius:56px;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-social > li > a:hover, .bt-team-wrapper.tpl3 .bt-team .row > div .team .bt-overlay .bt-content .bt-social > li > a:focus {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team:hover .bt-overlay .bt-content .bt-title, .bt-team-wrapper.tpl3 .bt-team .row > div .team:hover .bt-overlay .bt-content .bt-excerpt, .bt-team-wrapper.tpl3 .bt-team .row > div .team:hover .bt-overlay .bt-content .bt-social {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-wrapper.tpl3 .bt-team .row > div .team:hover .bt-overlay .bt-content .bt-position {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
.bt-team-wrapper.tpl4 .bt-team .row { margin:0; }
.bt-team-wrapper.tpl4 .bt-team .row > div { padding:0; }
.bt-team-wrapper.tpl4 .bt-team .row > div .team {
  position:relative;
  text-align:center;
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(255,255,255,0.72);
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content:before, .bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content > i {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:24px;
  color:#06bcf0;
  margin-bottom:15px;
  -webkit-transform:translateY(-20px);
  -moz-transform:translateY(-20px);
  -o-transform:translateY(-20px);
  -ms-transform:translateY(-20px);
  transform:translateY(-20px);
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:22px;
  line-height:32px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content .bt-title > a { color:#2c2c2c; }
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#2c2c2c;
  margin-bottom:15px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content > a {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  display:inline-block;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  -webkit-border-radius:42px;
  -moz-border-radius:42px;
  border-radius:42px;
  -webkit-transform:scale(0.8) rotate(-90deg);
  -moz-transform:scale(0.8) rotate(-90deg);
  -o-transform:scale(0.8) rotate(-90deg);
  -ms-transform:scale(0.8) rotate(-90deg);
  transform:scale(0.8) rotate(-90deg);
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team .bt-overlay .bt-content > a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team:hover .bt-overlay .bt-content > i, .bt-team-wrapper.tpl4 .bt-team .row > div .team:hover .bt-overlay .bt-content .bt-position {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-wrapper.tpl4 .bt-team .row > div .team: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-team-wrapper.tpl4 .bt-team .row > div .team:hover .bt-overlay .bt-content > a {
  -webkit-transform:scale(1) rotate(0);
  -moz-transform:scale(1) rotate(0);
  -o-transform:scale(1) rotate(0);
  -ms-transform:scale(1) rotate(0);
  transform:scale(1) rotate(0);
}
.bt-team-wrapper.tpl5 .bt-team .team {
  position:relative;
  text-align:center;
}
.bt-team-wrapper.tpl5 .bt-team .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(0,0,0,0.71);
}
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content:before, .bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  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-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content .bt-title > a { color:#ffffff; }
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Lato;
  font-size:12px;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.2em;
  color:#ffffff;
  margin-bottom:15px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-wrapper.tpl5 .bt-team .team .bt-overlay .bt-content .bt-work-time {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  font-family:Lato;
  font-size:15px;
  font-weight:700;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.08em;
  color:#ffda00;
  -webkit-transform:translateY(60px);
  -moz-transform:translateY(60px);
  -o-transform:translateY(60px);
  -ms-transform:translateY(60px);
  transform:translateY(60px);
}
.bt-team-wrapper.tpl5 .bt-team .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-wrapper.tpl5 .bt-team .team:hover .bt-overlay .bt-content .bt-title, .bt-team-wrapper.tpl5 .bt-team .team:hover .bt-overlay .bt-content .bt-position, .bt-team-wrapper.tpl5 .bt-team .team:hover .bt-overlay .bt-content .bt-work-time {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-wrapper .bt-pagination {
  text-align:center;
  padding:30px;
}
.bt-team-wrapper .bt-pagination > .page-numbers {
  display:inline-block;
  width:42px;
  height:42px;
  font-family:Crimson Text;
  font-weight:600;
  font-style:italic;
  font-size:18px;
  letter-spacing:0;
  line-height:38px;
  text-align:center;
  color:#141414;
  margin:2px 4px;
  border:2px solid #ececec;
}
.bt-team-wrapper .bt-pagination > .page-numbers.dots {
  position:relative;
  color:transparent;
  border-color:transparent;
}
.bt-team-wrapper .bt-pagination > .page-numbers.dots:hover { color:transparent; }
.bt-team-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-team-wrapper .bt-pagination > .page-numbers.prev, .bt-team-wrapper .bt-pagination > .page-numbers.next {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.bt-team-wrapper .bt-pagination > .page-numbers.current, .bt-team-wrapper .bt-pagination > .page-numbers:hover { color:#ffda00; }
@media (max-width: 767px) {
  .bt-team-wrapper.tpl3 .bt-team .row > div .team, .bt-team-wrapper.tpl4 .bt-team .row > div .team, .bt-team-wrapper.tpl5 .bt-team .row > div .team {
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
  }
}
.bt-team-carousel { position:relative; }
.bt-team-carousel.tpl1 .team {
  text-align:center;
  max-width:370px;
  margin:0 auto 40px;
}
.bt-team-carousel.tpl1 .team .bt-thumb { position:relative; }
.bt-team-carousel.tpl1 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-carousel.tpl1 .team .bt-thumb .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  background:rgba(17,17,17,0.4);
  opacity:0;
  z-index:-1;
}
.bt-team-carousel.tpl1 .team .bt-thumb .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  -webkit-border-radius:42px;
  -moz-border-radius:42px;
  border-radius:42px;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
}
.bt-team-carousel.tpl1 .team .bt-thumb .bt-overlay > a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bt-team-carousel.tpl1 .team .bt-content {
  padding:30px 15px;
  border:3px solid #f0f6f4;
}
.bt-team-carousel.tpl1 .team .bt-content .bt-title {
  font-size:22px;
  line-height:32px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-team-carousel.tpl1 .team .bt-content .bt-title > a { color:#2c2c2c; }
.bt-team-carousel.tpl1 .team .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-carousel.tpl1 .team .bt-content .bt-position {
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#2c2c2c;
}
.bt-team-carousel.tpl1 .team:hover .bt-thumb .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-carousel.tpl1 .team:hover .bt-thumb .bt-overlay > a {
  -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);
}
.bt-team-carousel.tpl2 .team {
  max-width:370px;
  margin:0 auto 40px;
}
.bt-team-carousel.tpl2 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-carousel.tpl2 .team .bt-content .bt-percent {
  position:relative;
  width:82px;
  height:82px;
  background:#ffffff;
  margin:-50px 0 20px 20px;
  overflow:hidden;
  -webkit-border-radius:82px;
  -moz-border-radius:82px;
  border-radius:82px;
}
.bt-team-carousel.tpl2 .team .bt-content .bt-percent .bt-progress {
  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%);
  background:#ffda00;
}
.bt-team-carousel.tpl2 .team .bt-content .bt-percent .bt-count {
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:66px;
  letter-spacing:0.1em;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  -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:66px;
  height:66px;
  background:#ffffff;
  -webkit-border-radius:66px;
  -moz-border-radius:66px;
  border-radius:66px;
}
.bt-team-carousel.tpl2 .team .bt-content .bt-percent .bt-count:before, .bt-team-carousel.tpl2 .team .bt-content .bt-percent .bt-count:after {
  content:" ";
  display:table;
}
.bt-team-carousel.tpl2 .team .bt-content .bt-percent .bt-count:after { clear:both; }
.bt-team-carousel.tpl2 .team .bt-content .bt-title {
  font-family:Poppins;
  font-size:18px;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-team-carousel.tpl2 .team .bt-content .bt-title > a { color:#2a2a2a; }
.bt-team-carousel.tpl2 .team .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-carousel.tpl2 .team .bt-content .bt-position {
  font-family:Open Sans;
  font-size:11px;
  line-height:18px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#737373;
}
.bt-team-carousel.tpl2 .team:hover .bt-thumb .bt-overlay { opacity:1; }
.bt-team-carousel.tpl3 .team {
  position:relative;
  text-align:center;
}
.bt-team-carousel.tpl3 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-carousel.tpl3 .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(37,36,36,0.73);
}
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content:before, .bt-team-carousel.tpl3 .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:32px;
  line-height:36px;
  letter-spacing:0.04em;
  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-carousel.tpl3 .team .bt-overlay .bt-content .bt-title > a { color:#ffffff; }
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:18px;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffda00;
  margin-bottom:15px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-excerpt {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  line-height:23px;
  letter-spacing:0.06em;
  color:#c1b7b7;
  margin-bottom:40px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-social {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  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-carousel.tpl3 .team .bt-overlay .bt-content .bt-social > li {
  display:inline-block;
  margin:7px;
}
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-social > li > a {
  display:inline-block;
  width:56px;
  height:56px;
  font-size:20px;
  line-height:52px;
  text-align:center;
  color:#f3f3f3;
  border:2px solid #767676;
  -webkit-border-radius:56px;
  -moz-border-radius:56px;
  border-radius:56px;
}
.bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-social > li > a:hover, .bt-team-carousel.tpl3 .team .bt-overlay .bt-content .bt-social > li > a:focus {
  color:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-team-carousel.tpl3 .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-carousel.tpl3 .team:hover .bt-overlay .bt-content .bt-title, .bt-team-carousel.tpl3 .team:hover .bt-overlay .bt-content .bt-excerpt, .bt-team-carousel.tpl3 .team:hover .bt-overlay .bt-content .bt-social {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-carousel.tpl3 .team:hover .bt-overlay .bt-content .bt-position {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
.bt-team-carousel.tpl4 .team {
  position:relative;
  text-align:center;
}
.bt-team-carousel.tpl4 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-carousel.tpl4 .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(255,255,255,0.72);
}
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content:before, .bt-team-carousel.tpl4 .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content > i {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:24px;
  color:#06bcf0;
  margin-bottom:15px;
  -webkit-transform:translateY(-20px);
  -moz-transform:translateY(-20px);
  -o-transform:translateY(-20px);
  -ms-transform:translateY(-20px);
  transform:translateY(-20px);
}
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:22px;
  line-height:32px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content .bt-title > a { color:#2c2c2c; }
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  color:#2c2c2c;
  margin-bottom:15px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content > a {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  display:inline-block;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  -webkit-border-radius:42px;
  -moz-border-radius:42px;
  border-radius:42px;
  -webkit-transform:scale(0.8) rotate(-90deg);
  -moz-transform:scale(0.8) rotate(-90deg);
  -o-transform:scale(0.8) rotate(-90deg);
  -ms-transform:scale(0.8) rotate(-90deg);
  transform:scale(0.8) rotate(-90deg);
}
.bt-team-carousel.tpl4 .team .bt-overlay .bt-content > a:hover {
  color:#ffda00;
  background:#ffffff;
}
.bt-team-carousel.tpl4 .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-carousel.tpl4 .team:hover .bt-overlay .bt-content > i, .bt-team-carousel.tpl4 .team:hover .bt-overlay .bt-content .bt-position {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-carousel.tpl4 .team: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-team-carousel.tpl4 .team:hover .bt-overlay .bt-content > a {
  -webkit-transform:scale(1) rotate(0);
  -moz-transform:scale(1) rotate(0);
  -o-transform:scale(1) rotate(0);
  -ms-transform:scale(1) rotate(0);
  transform:scale(1) rotate(0);
}
.bt-team-carousel.tpl5 .team {
  position:relative;
  text-align:center;
}
.bt-team-carousel.tpl5 .team .bt-thumb > img {
  width:100%;
  height:auto;
}
.bt-team-carousel.tpl5 .team .bt-overlay {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  z-index:-1;
  background:rgba(0,0,0,0.71);
}
.bt-team-carousel.tpl5 .team .bt-overlay .bt-content {
  position:absolute;
  top:50%;
  left:50%;
  -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%;
}
.bt-team-carousel.tpl5 .team .bt-overlay .bt-content:before, .bt-team-carousel.tpl5 .team .bt-overlay .bt-content:after {
  content:" ";
  display:table;
}
.bt-team-carousel.tpl5 .team .bt-overlay .bt-content:after { clear:both; }
.bt-team-carousel.tpl5 .team .bt-overlay .bt-content .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:15px;
  line-height:24px;
  letter-spacing:0.04em;
  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-carousel.tpl5 .team .bt-overlay .bt-content .bt-title > a { color:#ffffff; }
.bt-team-carousel.tpl5 .team .bt-overlay .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-team-carousel.tpl5 .team .bt-overlay .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Lato;
  font-size:12px;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.2em;
  color:#ffffff;
  margin-bottom:15px;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -o-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}
.bt-team-carousel.tpl5 .team .bt-overlay .bt-content .bt-work-time {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  font-family:Lato;
  font-size:15px;
  font-weight:700;
  font-style:italic;
  line-height:18px;
  letter-spacing:0.08em;
  color:#ffda00;
  -webkit-transform:translateY(60px);
  -moz-transform:translateY(60px);
  -o-transform:translateY(60px);
  -ms-transform:translateY(60px);
  transform:translateY(60px);
}
.bt-team-carousel.tpl5 .team:hover .bt-overlay {
  opacity:1;
  z-index:9;
}
.bt-team-carousel.tpl5 .team:hover .bt-overlay .bt-content .bt-title, .bt-team-carousel.tpl5 .team:hover .bt-overlay .bt-content .bt-position, .bt-team-carousel.tpl5 .team:hover .bt-overlay .bt-content .bt-work-time {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.bt-team-carousel.nav-top .owl-controls .owl-nav .owl-prev, .bt-team-carousel.nav-top .owl-controls .owl-nav .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
}
.bt-team-carousel.nav-top .owl-controls .owl-nav .owl-prev:hover, .bt-team-carousel.nav-top .owl-controls .owl-nav .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-team-carousel.nav-top .owl-controls .owl-nav .owl-prev, .bt-team-carousel.nav-top .owl-controls .owl-nav .owl-next {
  color:#ffffff;
  background:#4a4a4a;
}
.bt-team-carousel.nav-top .owl-controls .owl-nav .owl-prev:hover, .bt-team-carousel.nav-top .owl-controls .owl-nav .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-team-carousel.nav-top .owl-controls .owl-nav .owl-prev {
  position:absolute;
  top:-40px;
  left:15px;
}
.bt-team-carousel.nav-top .owl-controls .owl-nav .owl-next {
  position:absolute;
  top:-40px;
  right:15px;
}
.bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-prev, .bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
}
.bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-prev:hover, .bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-prev, .bt-team-carousel.nav-middle .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-team-carousel.nav-middle .owl-controls .owl-nav .owl-prev {
  position:absolute;
  top:50%;
  left:15px;
}
.bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-next {
  position:absolute;
  top:50%;
  right:15px;
}
.bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-prev {
  left:-50px;
  opacity:0;
}
.bt-team-carousel.nav-middle .owl-controls .owl-nav .owl-next {
  right:-50px;
  opacity:0;
}
.bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-prev, .bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
}
.bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-prev:hover, .bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-prev, .bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-next {
  color:#ffffff;
  background:#4a4a4a;
}
.bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-prev:hover, .bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-next:hover {
  color:#ffffff;
  background:#ffda00;
}
.bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-prev {
  position:absolute;
  bottom:-40px;
  left:15px;
}
.bt-team-carousel.nav-bottom .owl-controls .owl-nav .owl-next {
  position:absolute;
  bottom:-40px;
  right:15px;
}
.bt-team-carousel.dots-top .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%);
}
.bt-team-carousel.dots-top .owl-dots .owl-dot {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:12px;
  height:12px;
  background:#cfcfcf;
  border-radius:12px;
}
.bt-team-carousel.dots-top .owl-dots .owl-dot.active, .bt-team-carousel.dots-top .owl-dots .owl-dot:hover { background:#ffda00; }
.bt-team-carousel.dots-top .owl-dots .owl-dot {
  display:inline-block;
  margin:0 8px;
}
.bt-team-carousel.dots-right .owl-dots {
  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-team-carousel.dots-right .owl-dots .owl-dot {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:12px;
  height:12px;
  background:#cfcfcf;
  border-radius:12px;
}
.bt-team-carousel.dots-right .owl-dots .owl-dot.active, .bt-team-carousel.dots-right .owl-dots .owl-dot:hover { background:#ffda00; }
.bt-team-carousel.dots-right .owl-dots .owl-dot {
  display:block;
  margin:8px 0;
}
.bt-team-carousel.dots-bottom .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-team-carousel.dots-bottom .owl-dots .owl-dot {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:12px;
  height:12px;
  background:#cfcfcf;
  border-radius:12px;
}
.bt-team-carousel.dots-bottom .owl-dots .owl-dot.active, .bt-team-carousel.dots-bottom .owl-dots .owl-dot:hover { background:#ffda00; }
.bt-team-carousel.dots-bottom .owl-dots .owl-dot {
  display:inline-block;
  margin:0 8px;
}
.bt-team-carousel.dots-left .owl-dots {
  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-team-carousel.dots-left .owl-dots .owl-dot {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:12px;
  height:12px;
  background:#cfcfcf;
  border-radius:12px;
}
.bt-team-carousel.dots-left .owl-dots .owl-dot.active, .bt-team-carousel.dots-left .owl-dots .owl-dot:hover { background:#ffda00; }
.bt-team-carousel.dots-left .owl-dots .owl-dot {
  display:block;
  margin:8px 0;
}
.bt-team-carousel:hover.nav-middle .owl-controls .owl-nav .owl-prev {
  left:15px;
  opacity:1;
}
.bt-team-carousel:hover.nav-middle .owl-controls .owl-nav .owl-next {
  right:15px;
  opacity:1;
}
@media (max-width: 767px) {
  .bt-team-carousel.tpl3 .team, .bt-team-carousel.tpl4 .team, .bt-team-carousel.tpl5 .team {
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
  }
}
.bt-heading-team {
  position:relative;
  padding-left:35px;
  margin-bottom:8px;
}
.bt-heading-team .bt-title {
  font-family:Poppins;
  font-size:25px;
  line-height:36px;
  letter-spacing:0.08em;
  color:#010000;
  margin-bottom:0;
}
.bt-heading-team .bt-title:before {
  content:"\f05b";
  font-family:FontAwesome;
  position:absolute;
  top:0;
  left:0;
}
.bt-heading-team .bt-sub-title {
  font-family:Hind;
  font-size:15px;
  font-weight:700;
  line-height:36px;
  letter-spacing:0.08em;
  color:#ffda00;
}
.bt-heading-team .bt-sub-title .time {
  font-style:italic;
  padding:0 8px;
}
.bt-desc-team {
  font-family:Hind;
  font-size:15px;
  line-height:30px;
  letter-spacing:0.08em;
  color:#2c2a2a;
  margin-bottom:40px;
}
.bt-contact-team {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  font-size:13px;
  color:#ffffff;
  background:#ffda00;
  padding:10px 20px;
  overflow:hidden;
}
.bt-contact-team.hvr-bounce-to-right:before { background:#222222; }
.bt-contact-team:hover { color:#ffffff; }
.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:0.04em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-team-article > article .bt-header .bt-position {
  font-family:Crimson Text;
  font-size:16px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.1em;
  color:#141414;
}
.bt-team-article > article .bt-content {
  font-size:15px;
  font-weight:400;
  line-height:26px;
  letter-spacing:0.06em;
  color:#646464;
}
.bt-team-article > article .bt-content .container {
  width:100%;
  padding:0;
}
.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:Hind;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.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:#ffffff;
  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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,218,0,0.88);
  opacity:0;
}
.bt-team-article .bt-related .bt-team-related-carousel article .bt-thumb .bt-overlay > a {
  position:absolute;
  top:50%;
  left:50%;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:50%;
  -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:#ffffff;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  background:#e8eef2;
  padding:15px 20px;
}
.bt-team-article .bt-related .bt-team-related-carousel article .bt-content:before {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  font-size:22px;
  line-height:28px;
  letter-spacing:0.04em;
  color:#313131;
  margin-bottom:0;
}
.bt-team-article .bt-related .bt-team-related-carousel article .bt-content .bt-position {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Crimson Text;
  font-size:16px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.1em;
  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 { color:#ffffff; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:31px;
  text-align:center;
  color:#ffffff;
  border:2px solid #ececec;
}
.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:#ffffff;
  background:#ffda00;
  border-color:#ffda00;
}
.bt-team-article .bt-related .bt-team-related-carousel .owl-controls .owl-nav .owl-next { margin-left:10px; }
.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 #ffda00;
  -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:Poppins;
  font-size:24px;
  line-height:40px;
  lettet-spaing:0.04em;
  color:#ffffff;
  margin-bottom:15px;
}
.bt-testimonial-carousel.tpl1 .bt-excerpt > i {
  display:inline-block;
  vertical-align:top;
  font-size:14px;
  color:#ffda00;
  margin:0 10px;
}
.bt-testimonial-carousel.tpl1 .bt-title {
  font-family:Poppins;
  font-size:15px;
  font-weight:300;
  line-height:24px;
  letter-spaing:0.08em;
  color:#ffda00;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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:Hind;
  font-size:14px;
  line-height:24px;
  lettet-spaing:0.04em;
  text-align:center;
  color:#ffffff;
  background:rgba(76,76,76,0.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 #ffda00;
  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:#ffffff;
  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:#ffda00;
}
.bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-prev, .bt-testimonial-carousel.tpl2 .owl-controls .owl-nav .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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:#ffda00;
  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:#ffda00;
  -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:#ffffff;
  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:#ffffff;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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 #ffffff;
  -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:#ffffff; }
.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:#ffda00; }
@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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  font-family:Hind;
  text-align:center;
  margin-bottom:30px;
  border:6px solid #e7e7e7;
}
.bt-package-item-style1 .bt-package-item .bt-header {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:0.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:0.04em;
  color:#ffda00;
}
.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:0.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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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:0.04em;
  color:#c1c0a8;
  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:600;
  line-height:40px;
  letter-spacing:0.04em;
  color:#ffffff;
  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:#ffda00;
  border-color:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  font-family:Hind;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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%;
  -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:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  padding:86px 15px 30px;
}
.bt-package-item-style2 .bt-package-item .bt-content .descirption {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  letter-spacing:0.04em;
  line-height:24px;
  color:#4a4949;
  margin-bottom:30px;
}
.bt-package-item-style2 .bt-package-item .bt-content .type {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:15px;
  line-height:15px;
  letter-spacing:0.04em;
  color:#313131;
  margin-bottom:20px;
}
.bt-package-item-style2 .bt-package-item .bt-content .options {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Lato;
  font-size:13px;
  line-height:25px;
  letter-spacing:0.04em;
  color:#5b5b5b;
  margin:0 0 30px;
}
.bt-package-item-style2 .bt-package-item .bt-content .options > li {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:13px;
  font-weight:400;
  line-height:40px;
  letter-spacing:0.04em;
  color:#ffffff;
  background:#555252;
  padding:8px 25px;
  border:1px solid #555252;
}
.bt-package-item-style2 .bt-package-item:hover {
  background:#ffda00;
  margin-top:0;
  border-color:#ffda00;
}
.bt-package-item-style2 .bt-package-item:hover .bt-header {
  top:20px;
  width:120px;
  height:120px;
  background:#ffffff;
}
.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:#ffffff; }
.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:#ffffff;
  border-color:#ffffff;
}
.bt-package-wrapper.style1 .bt-package-item {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  font-family:Hind;
  text-align:center;
  margin-bottom:30px;
  border:6px solid #e7e7e7;
}
.bt-package-wrapper.style1 .bt-package-item .bt-header {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:0.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:0.04em;
  color:#ffda00;
}
.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:0.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:0.04em;
  color:#ffffff;
  background:#ffda00;
  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:0.04em;
  color:#c1c0a8;
  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:600;
  line-height:40px;
  letter-spacing:0.04em;
  color:#ffffff;
  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:#ffda00;
  border-color:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  font-family:Hind;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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%;
  -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:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  padding:86px 15px 30px;
}
.bt-package-wrapper.style2 .bt-package-item .bt-content .descirption {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  letter-spacing:0.04em;
  line-height:24px;
  color:#4a4949;
  margin-bottom:30px;
}
.bt-package-wrapper.style2 .bt-package-item .bt-content .type {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:15px;
  line-height:15px;
  letter-spacing:0.04em;
  color:#313131;
  margin-bottom:20px;
}
.bt-package-wrapper.style2 .bt-package-item .bt-content .options {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Lato;
  font-size:13px;
  line-height:25px;
  letter-spacing:0.04em;
  color:#5b5b5b;
  margin:0 0 30px;
}
.bt-package-wrapper.style2 .bt-package-item .bt-content .options > li {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:13px;
  font-weight:400;
  line-height:40px;
  letter-spacing:0.04em;
  color:#ffffff;
  background:#555252;
  padding:8px 25px;
  border:1px solid #555252;
}
.bt-package-wrapper.style2 .bt-package-item:hover {
  background:#ffda00;
  margin-top:0;
  border-color:#ffda00;
}
.bt-package-wrapper.style2 .bt-package-item:hover .bt-header {
  top:20px;
  width:120px;
  height:120px;
  background:#ffffff;
}
.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:#ffffff; }
.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:#ffffff;
  border-color:#ffffff;
}
.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-weight:600;
  font-style:italic;
  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 {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.bt-package-wrapper .bt-pagination > .page-numbers.current, .bt-package-wrapper .bt-pagination > .page-numbers:hover { color:#ffda00; }
@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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:1;
  background:rgba(49,49,49,0.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:#ffffff;
  border:1px solid #ffffff;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.bt-product-carousel.tpl1 .product .bt-thumb .bt-overlay .bt-inner .bt-action > li > a.bt-wishlist {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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:#ffda00;
  border-color:#ffda00;
}
.bt-product-carousel.tpl1 .product .bt-content {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  position:absolute;
  bottom:10px;
  left:10px;
  width:calc(100% - 20px);
  z-index:9;
  background:rgba(10,10,10,0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Open Sans;
  font-size:14px;
  font-weight:700;
  line-height:18px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-product-carousel.tpl1 .product .bt-content .bt-title > a { color:#ffffff; }
.bt-product-carousel.tpl1 .product .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-product-carousel.tpl1 .product .bt-content .bt-categories a {
  font-family:Open Sans;
  font-size:11px;
  line-height:18px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#ffffff;
}
.bt-product-carousel.tpl1 .product .bt-content .bt-categories a:hover { color:#ffda00; }
.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,0.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:#ffda00; }
.bt-product-carousel.tpl1 .product:hover .bt-content .bt-categories a { color:#c1c0a8; }
.bt-product-carousel.tpl1 .product:hover .bt-content .bt-categories a:hover { color:#ffda00; }
.bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-prev, .bt-product-carousel.tpl1 .owl-controls .owl-nav .owl-next {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  width:35px;
  height:35px;
  font-size:15px;
  line-height:35px;
  text-align:center;
  color:#555555;
  background:#ffffff;
  -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:#ffffff;
  background:#ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:1;
  background:rgba(0,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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Poppins;
  font-size:52px;
  font-weight:300;
  line-height:52px;
  letter-spacing:-0.075em;
  -webkit-transform:scale(0.85);
  -moz-transform:scale(0.85);
  -o-transform:scale(0.85);
  -ms-transform:scale(0.85);
  transform:scale(0.85);
}
.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-title > a { color:#ffffff; }
.bt-product-carousel.tpl2 .product .bt-overlay .bt-content .bt-title > a:hover { color:#ffffff; }
.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 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  font-family:Hind;
  font-size:16px;
  font-weight:500;
  line-height:23px;
  letter-spacing:0.1em;
  color:#ffffff;
  background:#ffda00;
  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:#ffffff; }
.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:-40px;
  width:80px;
  height:80px;
  font-size:30px;
  color:#ffffff;
  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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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.beoreo-woo-style1 {
  display:inline-block;
  background:transparent;
  margin-bottom:60px !important;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style1 .tbbs-filter-item { margin:0 !important; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style1 .tbbs-filter-item a {
  font-family:Poppins;
  position:relative;
  display:inline-block;
  font-size:14px;
  font-weight:700;
  font-style:normal;
  line-height:18px;
  letter-spacing:0.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.beoreo-woo-style1 .tbbs-filter-item a:before, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style1 .tbbs-filter-item a:after { display:none; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style1 .tbbs-filter-item a sup { color:#999999; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style1 .tbbs-filter-item:after { display:none; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style1 .tbbs-filter-item.tbbs-filter-current a, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style1 .tbbs-filter-item:hover a {
  color:#ffda00;
  border-color:#ffda00;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail {
  position:relative;
  height:calc(100% - 90px);
  overflow:hidden;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail .onsale {
  min-height:36px;
  font-family:Montserrat;
  font-size:10px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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.beoreo-woo-style1 .item-thumbnail .item-actions {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  bottom:-61px;
  left:0;
  width:100%;
  background:#222222;
  padding-right:70px;
  z-index:-1;
  opacity:0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail .item-actions .add_to_cart_button {
  width:100%;
  height:60px;
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:60px;
  letter-spacing:0.03em;
  text-align:center;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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.beoreo-woo-style1 .item-thumbnail .item-actions .add_to_cart_button:hover { opacity:0.9; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-woo-style1 .item-thumbnail .item-actions .add_to_cart_button.loading {
  opacity:0.25;
  margin:0;
  padding:0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-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.beoreo-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.beoreo-woo-style1 .item-thumbnail .item-actions .added_to_cart {
  position:absolute;
  top:-30px;
  left:0;
  width:100%;
  font-family:Hind;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  padding:6px;
  color:#ffffff;
  background:rgba(0,0,0,0.7);
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail .item-actions .added_to_cart:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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.beoreo-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.beoreo-woo-style1 .item-thumbnail .item-actions .bt-quickview, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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:#ffffff;
  background:#222222;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail .item-actions .bt-quickview:hover, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail .item-actions .bt-wishlist:hover { opacity:0.8; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail .item-actions .bt-wishlist { top:30px; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-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.beoreo-woo-style1 .item-thumbnail .item-actions:before {
  content:"";
  position:absolute;
  top:30px;
  right:0;
  height:1px;
  width:70px;
  background:rgba(255,218,0,0.25);
  z-index:1;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content {
  max-height:90px;
  padding-top:15px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content .title {
  font-size:14px;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:5px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content .title > a { color:#141414; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content .title > a:hover { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content .price {
  font-family:Crimson Text;
  font-size:17px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.06em;
  color:#141414;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content .price > del { color:#6f6f6f; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content .price > ins { text-decoration:none; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-content .star-rating {
  float:right;
  font-size:13px;
  line-height:12px;
  color:#ffda00;
  margin-top:-20px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-woo-style1 .item-content .star-rating:before { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-woo-style1 { width:calc(100% / 2); }
}
@media (max-width: 767px) {
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style1 .item-thumbnail, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(14,14,14,0.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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.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,0.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:#ffffff;
  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:0.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:#ffda00; }
.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:600;
  line-height:24px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bt-products-grid.tpl1 article .bt-content .bt-title > a { color:#ffffff; }
.bt-products-grid.tpl1 article .bt-content .bt-title > a:hover { color:#ffda00; }
.bt-products-grid.tpl1 article .bt-content .bt-categories {
  font-size:8px;
  line-height:16px;
  color:#ffda00;
}
.bt-products-grid.tpl1 article .bt-content .bt-categories a {
  font-family:Hind;
  font-size:12px;
  font-weight:300;
  letter-spacing:0.04em;
  color:#ffda00;
  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:0.05em;
  text-align:center;
  color:#ffffff;
  border-left:1px solid #2d2d2d;
}
.bt-products-grid.tpl1 article .bt-content .bt-price > span {
  position:absolute;
  top:50%;
  left:50%;
  -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:#aaaaaa;
}
.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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  bottom:-61px;
  left:0;
  width:100%;
  background:#222222;
  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:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:60px;
  letter-spacing:0.03em;
  text-align:center;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  padding:6px;
  color:#ffffff;
  background:rgba(0,0,0,0.7);
}
.bt-products-grid.tpl2 .product .bt-thumb .bt-actions .added_to_cart:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffffff;
  background:#222222;
}
.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:0.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(255,218,0,0.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:0.1em;
  text-transform:uppercase;
  color:#141414;
  margin-bottom:5px;
}
.bt-products-grid.tpl2 .product .bt-content h3:hover { color:#ffda00; }
.bt-products-grid.tpl2 .product .bt-content .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#ffda00;
  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:#ffda00; }
.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-weight:600;
  font-style:italic;
  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 {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.bt-products-grid .bt-pagination > .page-numbers.current, .bt-products-grid .bt-pagination > .page-numbers:hover { color:#ffda00; }
@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.beoreo-woo-style2 {
  background:transparent;
  margin-bottom:40px !important;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-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.beoreo-woo-style2 .tbbs-filter-item > a {
  font-family:Lato;
  font-size:16px;
  font-weight:400;
  line-height:16px;
  letter-spacing:0.1em;
  text-transform:none;
  color:#636363;
  margin:0 20px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style2 .tbbs-filter-item > a:before, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style2 .tbbs-filter-item > a:after { display:none; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style2 .tbbs-filter-item.tbbs-filter-current:after, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style2 .tbbs-filter-item:hover:after { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style2 .tbbs-filter-item.tbbs-filter-current > a, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.beoreo-woo-style2 .tbbs-filter-item:hover > a { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 {
  position:relative;
  overflow:hidden;
  border:1px solid transparent;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2:before {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(14,14,14,0.3);
  opacity:0;
  z-index:1;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .onsale {
  min-height:36px;
  font-family:Montserrat;
  font-size:10px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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.beoreo-woo-style2 .item-thumbnail {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content {
  position:absolute;
  bottom:10px;
  left:10px;
  width:calc(100% - 20px);
  height:70px;
  background:rgba(3,3,3,0.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.beoreo-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.beoreo-woo-style2 .bt-content .bt-action > li a {
  display:block;
  height:35px;
  font-size:14px;
  line-height:35px;
  text-align:center;
  color:#ffffff;
  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.beoreo-woo-style2 .bt-content .bt-action > li a:hover { background:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-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.beoreo-woo-style2 .bt-content .bt-action > li a.add_to_cart_button.loading {
  opacity:0.25;
  margin:0;
  padding:0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-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.beoreo-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.beoreo-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.beoreo-woo-style2 .bt-content .bt-action > li a:hover { background:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-woo-style2 .bt-content .bt-title {
  font-size:16px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-title > a { color:#ffffff; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-title > a:hover { color:#ffda00; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-categories {
  font-size:8px;
  line-height:16px;
  color:#ffda00;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-categories a {
  font-family:Hind;
  font-size:12px;
  font-weight:300;
  letter-spacing:0.04em;
  color:#ffda00;
  display:inline-block;
  margin:0 2px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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:0.05em;
  text-align:center;
  color:#ffffff;
  border-left:1px solid #2d2d2d;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-price > span {
  position:absolute;
  top:50%;
  left:50%;
  -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.beoreo-woo-style2 .bt-content .bt-price > span:before, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-price > span:after {
  content:" ";
  display:table;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-price > span:after { clear:both; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 .bt-content .bt-price > span > del {
  font-size:14px;
  color:#aaaaaa;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-woo-style2:hover:before { opacity:1; }
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-woo-style2 { width:calc(100% / 2); }
}
@media (max-width: 767px) {
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-woo-style2 { margin-bottom:30px; }
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.beoreo-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.beoreo-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-weight:600;
  font-style:italic;
  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 {
  width:60px;
  background:#f1f1f1;
  border-color:#f1f1f1;
}
.woocommerce nav.woocommerce-pagination > .page-numbers.current, .woocommerce nav.woocommerce-pagination > .page-numbers:hover { color:#ffda00; }
.bt-single-add-to-cart > span {
  font-family:Hind;
  font-size:12px;
  font-weight:400;
  letter-spacing:0.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:0.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:#ffda00; }
.bt-single-add-to-cart .single_add_to_cart_button {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:13px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.16px;
  text-transform:uppercase;
  color:#FFFFFF;
  background:#ffda00;
  padding:10px 30px;
  border:2px solid #ffda00;
  -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:#ffda00;
  background:transparent;
}
.bt-onsale-style1 {
  min-height:36px;
  font-family:Montserrat;
  font-size:10px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-price-style1 {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  bottom:-61px;
  left:0;
  width:100%;
  background:#222222;
  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:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:60px;
  letter-spacing:0.03em;
  text-align:center;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  padding:6px;
  color:#ffffff;
  background:rgba(0,0,0,0.7);
}
.bt-product-grid-item .bt-thumb .bt-actions .added_to_cart:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffffff;
  background:#222222;
}
.bt-product-grid-item .bt-thumb .bt-actions .bt-quickview:hover, .bt-product-grid-item .bt-thumb .bt-actions .bt-wishlist:hover { opacity:0.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(255,218,0,0.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:0.1em;
  text-transform:uppercase;
  color:#141414;
  margin-bottom:5px;
}
.bt-product-grid-item .bt-content h3:hover { color:#ffda00; }
.bt-product-grid-item .bt-content .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#ffda00;
  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:#ffda00; }
.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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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:0.1em;
  text-transform:uppercase;
  color:#141414;
  margin-bottom:5px;
}
.bt-product-list-item .bt-content h3:hover { color:#ffda00; }
.bt-product-list-item .bt-content .price-rating { position:relative; }
.bt-product-list-item .bt-content .price-rating .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#ffda00;
}
.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:#ffda00; }
.bt-product-list-item .bt-content > div[itemprop="description"] {
  font-family:Hind;
  font-size:14px;
  line-height:28px;
  letter-spacing:0.05em;
  color:#646464;
  margin-bottom:15px;
  height:80px;
  overflow:hidden;
}
.bt-product-list-item .bt-content .bt-actions .add_to_cart_button {
  display:inline-block;
  vertical-align:middle;
  font-family:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
}
.bt-product-list-item .bt-content .bt-actions .added_to_cart {
  display:inline-block;
  vertical-align:middle;
  font-family:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
}
.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;
  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:#ffffff;
  background:#ffda00;
}
.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:#ffda00; }
.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:0.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:#ffffff;
}
.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:0.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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  bottom:-61px;
  left:0;
  width:100%;
  background:#222222;
  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:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:60px;
  letter-spacing:0.03em;
  text-align:center;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  padding:6px;
  color:#ffffff;
  background:rgba(0,0,0,0.7);
}
.archive-product .grid .product .bt-thumb .bt-actions .added_to_cart:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffffff;
  background:#222222;
}
.archive-product .grid .product .bt-thumb .bt-actions .bt-quickview:hover, .archive-product .grid .product .bt-thumb .bt-actions .bt-wishlist:hover { opacity:0.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(255,218,0,0.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:0.1em;
  text-transform:uppercase;
  color:#141414;
  margin-bottom:5px;
}
.archive-product .grid .product .bt-content h3:hover { color:#ffda00; }
.archive-product .grid .product .bt-content .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#ffda00;
  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:#ffda00; }
.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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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:0.1em;
  text-transform:uppercase;
  color:#141414;
  margin-bottom:5px;
}
.archive-product .list .product .bt-content h3:hover { color:#ffda00; }
.archive-product .list .product .bt-content .price-rating { position:relative; }
.archive-product .list .product .bt-content .price-rating .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#ffda00;
}
.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:#ffda00; }
.archive-product .list .product .bt-content > div[itemprop="description"] {
  font-family:Hind;
  font-size:14px;
  line-height:28px;
  letter-spacing:0.05em;
  color:#646464;
  margin-bottom:15px;
  height:80px;
  overflow:hidden;
}
.archive-product .list .product .bt-content .bt-actions .add_to_cart_button {
  display:inline-block;
  vertical-align:middle;
  font-family:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
}
.archive-product .list .product .bt-content .bt-actions .added_to_cart {
  display:inline-block;
  vertical-align:middle;
  font-family:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
}
.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;
  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:#ffffff;
  background:#ffda00;
}
.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-col-full-height {
  display:-webkit-flex;
  display:flex;
  flex-wrap:wrap;
}
.single-product .bt-product-item .bt-col-full-height .bt-col {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:column;
  flex-direction:column;
  -webkit-flex-grow:1;
  flex-grow:1;
  -webkit-justify-content:center;
  justify-content:center;
}
.single-product .bt-product-item .bt-thumb { position:relative; }
.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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  position:absolute;
  top:20px;
  left:20px;
  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;
  margin-bottom:10px;
}
.single-product .bt-product-item .bt-thumb .bt-slick-slider .slick-arrow {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  width:40px;
  height:40px;
  font-size:16px;
  line-height:40px;
  text-align:center;
  color:#ffffff;
  background:rgba(0,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(255,218,0,0.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:relative; }
.single-product .bt-product-item .bt-thumb .bt-slick-slider-nav .slider-item {
  position:relative;
  padding:10px;
  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;
  background:rgba(153,153,153,0.1);
  border:1px solid #ececec;
}
.single-product .bt-product-item .bt-content .star-rating {
  font-size:15px;
  color:#ffda00;
  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:#ffda00; }
.single-product .bt-product-item .bt-content .product_meta_top {
  font-size:11px;
  font-weight:600;
  line-height:30px;
  letter-spacing:0.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:Poppins;
  font-size:30px;
  font-weight:700;
  line-height:42px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#454545;
  margin-bottom:20px;
}
.single-product .bt-product-item .bt-content .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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-family:Hind;
  font-size:15px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.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:Hind;
  font-size:18px;
  font-weight:400;
  letter-spacing:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  left:0;
  top:0;
  width:30px;
  height:40px;
  font-size:12px;
  text-align:center;
  line-height:40px;
  color:#141414;
  background:#ffffff;
  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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Montserrat;
  font-size:14px;
  font-weight:400;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00 !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:#ffffff;
  background:#ffda00;
  opacity:0.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:0.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:0.1em;
  text-transform:uppercase;
  color:#454545;
}
.single-product .bt-product-item .bt-content .cart.variations_form .woocommerce-variation-description {
  font-family:Hind;
  font-size:14px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.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-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:Hind;
  font-size:14px;
  font-weight:400;
  line-height:32px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
}
.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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
}
.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-family:Hind;
  font-size:15px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.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,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:#ffda00;
}
.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .star-rating:before { color:#ffda00; }
.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .meta {
  font-size:12px;
  line-height:24px;
  letter-spacing:0.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:0.1em;
}
.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .description {
  font-family:Hind;
  font-size:14px;
  font-weight:400;
  line-height:24px;
  letter-spacing:0.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:0.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:#ffda00;
}
.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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffda00; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:#ffffff;
  background:#ffda00;
}
.single-product .bt-related > h3 {
  font-family:Poppins;
  font-size:30px;
  font-weight:700;
  line-height:36px;
  letter-spacing:0.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:0.4em;
  text-transform:uppercase;
  color:#ffda00;
  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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  bottom:-61px;
  left:0;
  width:100%;
  background:#222222;
  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:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:60px;
  letter-spacing:0.03em;
  text-align:center;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  padding:6px;
  color:#ffffff;
  background:rgba(0,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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffffff;
  background:#222222;
}
.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:0.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(255,218,0,0.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:0.1em;
  text-transform:uppercase;
  color:#141414;
  margin-bottom:5px;
}
.single-product .bt-related .products .bt-product-items .grid .product .bt-content h3:hover { color:#ffda00; }
.single-product .bt-related .products .bt-product-items .grid .product .bt-content .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#ffda00;
  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:#ffda00; }
.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: 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:Hind;
  font-size:15px;
  font-weight:700;
  line-height:28px;
  letter-spacing:0.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:#ffffff !important;
  background:#666666;
  margin:0 30px 0 -30px;
}
.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove:hover {
  color:#ffffff !important;
  background:#ffda00;
}
.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:Hind;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.1em;
  color:#141414;
}
.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a:hover { color:#ffda00; }
.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-size:18px;
  font-weight:600;
  font-style:italic;
  line-height:28px;
  letter-spacing:0.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:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  left:0;
  top:0;
  width:30px;
  height:35px;
  font-size:10px;
  text-align:center;
  line-height:35px;
  color:#141414;
  background:#ffffff;
  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:#ffda00; }
.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-size:16px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  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:#ffda00; }
.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions > .button {
  font-family:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:0.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:0.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-size:16px;
  font-weight:600;
  font-style:italic;
  line-height:26px;
  letter-spacing:0.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:#ffffff;
}
.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p button {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#141414;
  background:#ffffff;
  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:0.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:0.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-size:18px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.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-size:18px;
  font-weight:600 !important;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:600;
  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:Hind;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#fff;
  background:#ffda00;
  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:#222222; }
.woocommerce-cart .main-content .woocommerce .cart-empty { margin-bottom:30px; }
.woocommerce-cart .main-content .woocommerce .return-to-shop > a {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:12px 30px;
  border:2px solid #ffda00;
}
.woocommerce-cart .main-content .woocommerce .return-to-shop > a:hover {
  color:#ffffff;
  background:#ffda00;
}
@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,0.025); }
  .woocommerce table.shop_table tr td::before, .woocommerce-page table.shop_table tr td::before {
    font-family:Hind;
    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:0.04em;
  color:#6f6f6f;
  margin:0;
}
.woocommerce-checkout .woocommerce #customer_details > h3 {
  font-size:16px;
  font-weight:700;
  letter-spacing:0.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-size:12px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.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:0.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:0.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:0.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:0.1em;
  text-transform:uppercase;
  color:#ffda00;
  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:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.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:0.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-size:18px;
  font-weight:600;
  font-style:italic;
  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:0.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-size:18px;
  font-weight:600;
  font-style:italic;
  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:0.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:0.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-size:18px;
  font-weight:600 !important;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.1em;
  text-transform:uppercase;
  color:#141414;
}
.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.order-total .amount {
  font-family:Crimson Text;
  font-size:24px;
  font-weight:600;
  font-style:italic;
  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:0.1em;
  text-transform:uppercase;
  color:#141414;
}
.woocommerce-checkout .woocommerce #order_review #payment .payment_methods > li .payment_box {
  font-family:Hind;
  font-size:12px;
  font-weight:400;
  line-height:24px;
  letter-spacing:0.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:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#222222; }
.woocommerce-checkout .woocommerce .woocommerce-info {
  font-family:Crimson Text;
  font-size:16px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#ffda00; }
.woocommerce-checkout .woocommerce .login, .woocommerce-checkout .woocommerce .checkout_coupon {
  font-size:14px;
  font-style:italic;
  font-weight:400;
  letter-spacing:0.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:#ffda00; }
.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-size:12px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  font-style:normal;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#222222; }
.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:0.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:#ffda00; }
.woocommerce-account .woocommerce > h2 {
  font-size:28px;
  font-weight:700;
  line-height:32px;
  letter-spacing:0.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:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1;
  text-transform:uppercase;
  color:#ffda00;
}
.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:#222222; }
.woocommerce-account .woocommerce .addresses address {
  font-size:15px;
  font-weight:400;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.04em;
  color:#6f6f6f;
}
.woocommerce-account .woocommerce form > h3 {
  font-size:16px;
  font-weight:700;
  letter-spacing:0.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-size:12px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  font-style:normal;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#222222; }
.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:0.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-size:12px;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.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:Hind;
  font-size:12px;
  font-weight:700;
  font-style:normal;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#ffda00; }
.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 .bt_widget_mini_cart > a.bt-icon { color:#1C1C1C; }
.bt-header-v1 .bt_widget_mini_cart > a.bt-icon:hover { color:#ffda00; }
.bt-header-v1 .bt_widget_mini_cart > a.bt-icon:hover span.cart_total {
  color:#FFFFFF;
  background:#1C1C1C;
}
.woocommerce .woocommerce-message {
  font-size:14px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.48px;
  color:#555555;
  border-color:#ffda00;
}
.woocommerce .woocommerce-message > a {
  font-family:Hind;
  font-weight:700;
  color:#303030;
}
.woocommerce .woocommerce-message > a:hover { color:#ffda00; }
.woocommerce .woocommerce-message:before { color:#ffda00; }
@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 .bt_widget_mini_cart .bt-cart-content, .bt-header-v2 .bt_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:#ffffff;
  background:#ffda00;
  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:#222222; }
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:0.1em;
  text-align:center;
  text-transform:uppercase;
  color:#ffda00;
  background:transparent;
  padding:5px 8px;
  border:2px solid #ffda00;
  -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:0.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-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:0.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:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  white-space:nowrap;
  color:#ffda00;
  background:transparent;
  width:auto;
  padding:10px 30px;
  border:2px solid #ffda00;
  -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:#ffffff;
  background:#ffda00;
}
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:#ffffff; }
body .bs-woofavorite .show-hide-wishlist:hover { color:#ffda00; }
body .bs-woofavorite .heading {
  font-size:22px;
  line-height:28px;
  text-transform:uppercase;
  letter-spacing:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:18px;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#313131;
  margin-bottom:5px;
}
body .bs-woofavorite .bs-favorite-item .info .title:hover { color:#ffda00; }
body .bs-woofavorite .bs-favorite-item .info .price {
  font-family:Crimson Text;
  font-size:0;
  font-weight:600;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.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:#222222; }
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:#ffda00; }
body .bs-woofavorite .bs-favorite-item .info .handle .added_to_cart {
  color:#222222;
  border:none;
}
body .bs-woofavorite .bs-favorite-item .info .handle .added_to_cart:hover { color:#ffda00; }
body .bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav > div {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:18px;
  line-height:40px;
  text-align:center;
  color:#ffffff;
  background:#222222;
  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:hover { background:#ffda00; }
.bt-slogan-slider { background:#ffda00 !important; }
.bt-slogan-slider2 { color:#ffda00 !important; }
.bt-btn-enter-slider {
  color:#ffda00 !important;
  padding:0 !important;
  border-color:#ffda00 !important;
  -webkit-border-radius:50% !important;
  -moz-border-radius:50% !important;
  border-radius:50% !important;
}
.bt-btn-enter-slider:hover, .bt-btn-enter-slider:focus {
  color:#ffffff !important;
  background:#ffda00 !important;
}
.bt-btn-seemore-slider {
  color:#ffffff !important;
  background:#ffda00 !important;
  border-color:#ffda00 !important;
}
.bt-btn-seemore-slider:hover, .bt-btn-seemore-slider:focus {
  color:#ffda00 !important;
  background:#ffffff !important;
  border-color:#ffffff !important;
}
.bt-btn-purchase-slider:hover { color:#ffda00 !important; }
.agencyportfolio.tparrows:hover { background:#ffda00 !important; }
.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: 767px) {
  .container > .row { margin:0; }
}
.vc_custom_heading i {
  display:inline-block;
  margin-right:10px;
}
.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:#ffda00; }
.bt-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger { background:#ffda00; }
.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:Hind;
  font-size:13px;
  font-weight:700;
  line-height:40px;
  letter-spacing:0.04em;
  color:#ffffff;
}
.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:Open Sans;
  font-size:10px;
  line-height:36px;
  letter-spacing:0.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:#ffda00;
  -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:Hind;
  font-size:15px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  color:#ffffff;
  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:#ffda00;
  -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:Hind;
  font-size:12px;
  font-weight:700;
  line-height:15px;
  letter-spacing:0.1em;
  color:#ffffff;
  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:#ffda00;
  -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:0.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:hover { background:#e9e9e9; }
.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  background:#ffffff;
  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:#ffffff;
  background:#ffda00;
}
.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:0.04em;
  color:#ffffff;
  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:#ffffff;
  background:#ffda00;
}
.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:0.04em;
  color:#ffda00;
  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:#ffffff;
  background:#ffda00;
  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:0.1em;
  color:#141414;
  background:#ffffff;
  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:hover { border-color:#cecece; }
.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  background:#ffffff;
  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 {
  padding-top:20px;
  border-top-color:#ffda00;
  border-right-color:#ffda00;
  border-bottom-color:transparent;
  border-left-color:#ffda00;
}
.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-right-color:#ffda00;
  border-bottom-color:#ffda00;
  border-left-color:#ffda00;
}
.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:0.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:Hind;
  font-size:14px;
  line-height:24px;
  letter-spacing:0.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:#ffda00; }
.bt-faq-style1.vc_toggle_default.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  color:#ffda00;
  border-right-color:#ffda00;
  border-bottom:2px solid #ffda00;
}
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:-2px;
  left:50%;
  width:0;
  height:3px;
  background:#ffda00;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:0;
  height:0;
  border-top:0px solid #ffda00;
  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:Hind;
  font-size:13px;
  font-weight:600;
  line-height:45px;
  letter-spacing:0.04em;
  color:#4b4b4b;
  background:#ffffff;
  display:inline-block;
  height:45px;
  padding:0 20px;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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 #ffda00; }
.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:#ffda00;
}
.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:#ffffff; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:Hind;
  font-size:13px;
  font-weight:600;
  line-height:24px;
  letter-spacing:0.04em;
  color:#4b4b4b;
  background:#ffffff;
  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:#ffda00; }
.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:#ffda00;
  color:#ffffff;
}
.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:0.04em;
  color:#ffffff;
  background:#4c4c4c;
  display:inline-block;
  padding:8px 20px;
  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:#ffda00; }
.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:0.04em;
  color:#ffffff;
  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:#ffda00; }
.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:#ffffff;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  bottom:-10px;
  right:0;
  width:0;
  height:2px;
  background:#ffda00;
}
.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:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.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:#ffda00; }
.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:#ffda00; }
.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:#ffffff;
  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:0.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:#ffda00; }
.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:#ffda00; }
.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:#ffffff;
  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:15px;
}
.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:12px;
  font-weight:900;
  line-height:24px;
  letter-spacing:0.1em;
  color:#4e4e4e;
  background:#eeeeee;
  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:#ffffff;
  background:#ffda00;
}
.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels {
  background:#ffffff;
  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:0.1em;
  color:#4e4e4e;
  background:#eeeeee;
  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:#ffffff;
  background:#ffda00;
}
@-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);
  }
}
#bt_page_loading {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:9999;
  background:#222222;
}
#bt_page_loading .bt-loader {
  position:fixed;
  top:calc(50% - 30px);
  left:calc(50% - 30px);
  border:5px solid #f3f3f3;
  border-top:5px solid #ffda00;
  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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  background:#FFFFFF;
  position:relative;
  overflow:hidden;
}
.boxed #bt-main {
  max-width:1200px;
  margin:auto;
  -webkit-box-shadow:0 0 10px 0 rgba(28,28,28,0.5);
  -moz-box-shadow:0 0 10px 0 rgba(28,28,28,0.5);
  box-shadow:0 0 10px 0 rgba(28,28,28,0.5);
}
.boxed #bt-main .vc_row[data-vc-full-width] {
  width:100% !important;
  left:15px !important;
}
.bt-newsletter-global {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background:rgba(0,0,0,0.7);
  opacity:0;
  z-index:-1;
}
.bt-newsletter-global .bt-newsletter {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:50%;
  width:750px;
  height:383px;
  text-align:center;
  background:#ffffff;
  padding:40px 296px 40px 40px;
  -webkit-transform:translateX(-50%) translateY(0) scale(0.8) rotate(-15deg);
  -moz-transform:translateX(-50%) translateY(0) scale(0.8) rotate(-15deg);
  -o-transform:translateX(-50%) translateY(0) scale(0.8) rotate(-15deg);
  -ms-transform:translateX(-50%) translateY(0) scale(0.8) rotate(-15deg);
  transform:translateX(-50%) translateY(0) scale(0.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:#ffffff;
  background:#ffda00;
}
.bt-newsletter-global .bt-newsletter .bt-close:hover { background:#222222; }
.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:0.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-size:18px;
  font-weight:400;
  font-style:italic;
  letter-spacing:0.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:0.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:Hind;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#ffffff;
  background:#ffda00;
  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:#222222; }
.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 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:40px;
  height:40px;
  border:1px solid #1C1C1C;
  position:fixed;
  display:none;
  bottom:50px;
  right:30px;
  background-color:#FFFFFF;
  z-index:992;
  text-align:center;
  font-size:16px;
  line-height:38px;
  outline:none;
  cursor:pointer;
}
#bt-backtop:hover, #bt-backtop:focus {
  color:#FFFFFF;
  background-color:#ffda00;
  border-color:#ffda00;
}
#bt-backtop.bt-show {
  display:block;
  animation:bounceInUp 0.7s both;
}
.bt-title-bar-wrap {
  background:#111111;
  margin-bottom:90px;
  overflow:hidden;
}
.bt-title-bar-wrap .bt-title-bar {
  position:relative;
  text-align:center;
  padding:75px 0;
}
.bt-title-bar-wrap .bt-title-bar h6 {
  font-size:16px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.04em;
  color:#ffffff;
  margin-bottom:10px;
}
.bt-title-bar-wrap .bt-title-bar h2 {
  font-family:Lato;
  font-size:50px;
  font-weight:900;
  line-height:65px;
  letter-spacing:0.1em;
  color:#ffffff;
  margin-bottom:30px;
  text-transform:uppercase;
}
.bt-title-bar-wrap .bt-title-bar .bt-path {
  font-family:Crimson Text;
  font-size:20px;
  font-weight:400;
  font-style:italic;
  letter-spacing:0.04em;
  color:#ffffff;
}
.bt-title-bar-wrap .bt-title-bar .bt-path .bt-path-inner a, .bt-title-bar-wrap .bt-title-bar .bt-path .bt-path-inner span { padding:0 5px; }
.bt-title-bar-wrap .bt-title-bar .bt-path .bt-path-inner a { color:#ffffff; }
.bt-title-bar-wrap .bt-title-bar .bt-path .bt-path-inner a:hover { color:#ffda00; }
@media (max-width: 1199px) {
  .bt-title-bar-wrap { background-attachment:scroll !important; }
  .bt-title-bar-wrap .bt-title-bar { padding:175px 0 120px !important; }
}
@media (max-width: 991px) {
  .bt-title-bar-wrap .bt-title-bar { padding:145px 0 90px !important; }
  .bt-title-bar-wrap .bt-title-bar h2 {
    font-size:36px !important;
    margin-bottom:10px;
  }
}
@media (max-width: 767px) {
  .bt-title-bar-wrap .bt-title-bar { padding:95px 0 40px !important; }
  .bt-title-bar-wrap .bt-title-bar h2 {
    font-size:28px !important;
    margin-bottom:0;
  }
}
.error404 .bt-error404-wrap {
  padding-bottom:90px;
  text-align:center;
}
.error404 .bt-error404-wrap h3 {
  position:relative;
  font-size:30px;
  font-weight:600;
  line-height:34px;
  letter-spacing:0.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:0.04em;
  color:#171717;
  margin-bottom:40px;
}
.error404 .bt-error404-wrap > h1 {
  font-family:Poppins;
  font-size:160px;
  font-weight:700;
  line-height:160px;
  letter-spacing:0.04em;
  color:#000000;
}
.error404 .bt-error404-wrap > h2 {
  font-size:40px;
  font-weight:600;
  line-height:50px;
  letter-spacing:0.4em;
  color:#000000;
}
@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; }
}
.bt-demo-item {
  position:relative;
  max-width:420px;
  margin:0 auto 40px;
}
.bt-demo-item .bt-thumb, .bt-demo-item .bt-gallery {
  position:relative;
  margin-bottom:20px;
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
  box-shadow:0px 0 0 5px rgba(0,0,0,0.1);
}
.bt-demo-item .bt-thumb:before, .bt-demo-item .bt-gallery:before {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:-5px;
  left:-5px;
  width:0;
  height:0;
  border-top:5px solid #ffda00;
  border-left:5px solid #ffda00;
}
.bt-demo-item .bt-thumb:after, .bt-demo-item .bt-gallery:after {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  bottom:-5px;
  right:-5px;
  width:0;
  height:0;
  border-bottom:5px solid #ffda00;
  border-right:5px solid #ffda00;
}
.bt-demo-item .bt-thumb img, .bt-demo-item .bt-gallery img {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:100%;
  height:auto;
}
.bt-demo-item .bt-thumb .owl-controls .owl-dots, .bt-demo-item .bt-gallery .owl-controls .owl-dots {
  position:absolute;
  bottom:15px;
  left:10%;
  width:80%;
  text-align:center;
  background:rgba(0,0,0,0.65);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.bt-demo-item .bt-thumb .owl-controls .owl-dots .owl-dot, .bt-demo-item .bt-gallery .owl-controls .owl-dots .owl-dot {
  display:inline-block;
  width:10px;
  height:10px;
  background:#ebebeb;
  margin:0 5px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.bt-demo-item .bt-thumb .owl-controls .owl-dots .owl-dot:hover, .bt-demo-item .bt-gallery .owl-controls .owl-dots .owl-dot:hover { background:#ffffff; }
.bt-demo-item .bt-thumb .owl-controls .owl-dots .owl-dot.active, .bt-demo-item .bt-gallery .owl-controls .owl-dots .owl-dot.active { background:#ffda00; }
.bt-demo-item .bt-title {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:22px;
  font-weight:700;
  line-height:28px;
  letter-spacing:0.04em;
  text-align:center;
  color:#313131;
}
.bt-demo-item .bt-title:hover { color:#ffda00; }
.bt-demo-item:hover .bt-thumb:before, .bt-demo-item:hover .bt-thumb:after, .bt-demo-item:hover .bt-gallery:before, .bt-demo-item:hover .bt-gallery:after {
  width:60px;
  height:70px;
}
.bt-demo-item:hover .bt-thumb img, .bt-demo-item:hover .bt-gallery img { opacity:0.8; }
.bt-btn-support-center .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:28px;
  letter-spacing:0.2em;
  color:#ffffff;
  background:#ffda00;
  min-width:240px;
  margin:0 10px;
  padding:12px 30px;
  border:2px solid #ffda00;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-btn-support-center .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .bt-btn-support-center .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
  color:#ffda00;
  background:#ffffff;
  border-color:#ffffff;
}
.bt-demo-newsletter-section .wpb_widgetised_column {
  text-align:center;
  margin-bottom:0;
}
.bt-demo-newsletter-section .wpb_widgetised_column h2 {
  font-family:Crimson Text;
  font-size:30px;
  font-weight:400;
  font-style:italic;
  letter-spacing:0.04em;
  line-height:36px;
  color:#ffffff;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:0;
}
.bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget {
  display:inline-block;
  margin-left:30px;
}
.bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form { position:relative; }
.bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form:before {
  content:"";
  position:absolute;
  top:50%;
  right:79px;
  width:1px;
  height:30px;
  background:rgba(255,255,255,0.55);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form:after {
  content:"\f1d9";
  font-family:FontAwesome;
  font-size:22px;
  position:absolute;
  top:50%;
  right:32px;
  color:#ffffff;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form .newsletter-email {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  line-height:24px;
  letter-spacing:0.1em;
  color:#f1f1f1;
  background:rgba(255,255,255,0.08);
  min-width:380px;
  margin-bottom:0;
  padding:12px 80px 12px 20px;
  border:2px solid rgba(255,255,255,0.55);
}
.bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form .newsletter-email:hover, .bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form .newsletter-email:focus { background:transparent; }
.bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form .newsletter-submit {
  position:absolute;
  top:0;
  right:0;
  width:80px;
  height:52px;
  opacity:0;
  font-size:0;
  padding:0;
  margin-bottom:0;
  z-index:9;
}
@media (max-width: 991px) {
  .bt-demo-newsletter-section .wpb_widgetised_column h2 { margin-bottom:10px; }
  .bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget {
    display:block;
    margin-left:0;
  }
  .bt-demo-newsletter-section .wpb_widgetised_column .widget_newsletterwidget .newsletter-widget > form .newsletter-email {
    min-width:auto;
    width:100%;
  }
}
.bt-ready-to-by-beore-section { text-align:center; }
.bt-ready-to-by-beore-section .vc_custom_heading > strong { color:#ffda00; }
.bt-ready-to-by-beore-section .bt-btn-get-started .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:28px;
  letter-spacing:0.2em;
  color:#ffffff;
  background:transparent;
  min-width:240px;
  margin:0 10px;
  padding:12px 30px;
  border:2px solid #ffffff;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-ready-to-by-beore-section .bt-btn-get-started .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .bt-ready-to-by-beore-section .bt-btn-get-started .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
  color:#ffda00;
  background:#ffffff;
}
.bt-ready-to-by-beore-section .bt-btn-purchases-now .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  line-height:28px;
  letter-spacing:0.2em;
  color:#ffffff;
  background:#ffda00;
  min-width:240px;
  margin:0 10px;
  padding:12px 30px;
  border:2px solid #ffda00;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.bt-ready-to-by-beore-section .bt-btn-purchases-now .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .bt-ready-to-by-beore-section .bt-btn-purchases-now .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
  color:#ffda00;
  background:#ffffff;
  border-color:#ffffff;
}
@media (max-width: 560px) {
  .bt-ready-to-by-beore-section .bt-btn-get-started .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .bt-ready-to-by-beore-section .bt-btn-purchases-now .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern { margin:5px; }
}
.bt-bearsthemes-info-section .bt-copyright, .bt-bearsthemes-info-section .bt-powered-by {
  font-family:Hind;
  font-size:14px;
  font-weight:400;
  line-height:30px;
  letter-spacing:0.1em;
  color:#cecece;
}
.bt-bearsthemes-info-section .bt-copyright > a, .bt-bearsthemes-info-section .bt-powered-by > a {
  color:#ececec;
  font-weight:500;
}
.bt-bearsthemes-info-section .bt-copyright > a:hover, .bt-bearsthemes-info-section .bt-copyright > a:focus, .bt-bearsthemes-info-section .bt-powered-by > a:hover, .bt-bearsthemes-info-section .bt-powered-by > a:focus { color:#ffda00; }
