@charset "UTF-8";
/*color*/
/*home page*/
.bt-staticblock-freeshipping {
  overflow: hidden;
  padding: 25px 0; }
  .bt-staticblock-freeshipping .bt-static-item {
    padding: 0 22px; }
  .bt-staticblock-freeshipping .bt-static-icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 20px;
    background-color: #fff1ef;
    border-radius: 50%;
    line-height: 50px;
    color: #a07936;
    position: relative; }
    .bt-staticblock-freeshipping .bt-static-icon:after {
      content: "";
      position: absolute;
      border-radius: 50%;
      box-shadow: 3px 3px #fff;
      box-sizing: content-box;
      height: 100%;
      left: 0;
      opacity: 0;
      top: 0;
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      width: 100%; }
    .bt-staticblock-freeshipping .bt-static-icon:hover {
      background-color: #a07936;
      color: #fff; }
      .bt-staticblock-freeshipping .bt-static-icon:hover:after {
        animation: 1s ease-out 75ms normal none 1 running sonarEffect; }
  .bt-staticblock-freeshipping .bt-static-text {
    overflow: hidden; }
  .bt-staticblock-freeshipping h4 {
    margin-bottom: 0; }
    .bt-staticblock-freeshipping h4 a {
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #202020; }
      .bt-staticblock-freeshipping h4 a:hover {
        color: #000; }
  .bt-staticblock-freeshipping p {
    margin: 0;
    color: #a1a1a1; }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.5; }
  70% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.3;
    transform: scale(1.2); }
  100% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0;
    transform: scale(1.5); } }
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.5; }
  70% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.3;
    transform: scale(1.2); }
  100% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.5; }
  70% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.3;
    transform: scale(1.2); }
  100% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0;
    transform: scale(1.5); } }
@-o-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.5; }
  70% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0.3;
    transform: scale(1.2); }
  100% {
    box-shadow: 0 0 0 2px #a07936, 0 0 10px 10px #fff, 0 0 0 10px #a07936;
    opacity: 0;
    transform: scale(1.5); } }
.header_category .bt-box .box-heading {
  background-color: #464646;
  border-radius: 4px 4px 0 0;
  padding: 14px 30px 14px 20px; }
  .header_category .bt-box .box-heading h2 {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0; }
    .header_category .bt-box .box-heading h2:before {
      content: "\f039";
      float: right;
      font-family: FontAwesome;
      font-size: 100%;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      margin-left: 5px;
      margin-top: 3px;
      font-size: 14px; }
.header_category .bt-box .box-content {
  padding: 0;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 0 0 4px 4px; }
.header_category .box-category li {
  position: relative; }
  .header_category .box-category li .nav_title a {
    overflow: hidden;
    padding: 13px 30px 13px 20px; }
    .header_category .box-category li .nav_title a span {
      float: right; }
  .header_category .box-category li a {
    display: block;
    text-transform: capitalize;
    color: #202020; }
    .header_category .box-category li a:hover {
      color: #a07936; }
  .header_category .box-category li + li a {
    border-top: 1px solid #ebebeb; }
  .header_category .box-category li .nav_submenu {
    position: absolute;
    left: 100%;
    top: 0 !important;
    z-index: 999;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: scale(0, 0.5);
    -webkit-transform: scale(0, 0.5);
    -moz-ransform: scale(0, 0.5);
    -ms-transform: scale(0, 0.5);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
    .header_category .box-category li .nav_submenu a {
      padding: 13px 20px; }
  .header_category .box-category li:hover .nav_submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }

.header_slider {
  position: relative; }
  .header-2 .header_slider, .header-4 .header_slider, .header-6 .header_slider, .header-12 .header_slider, .header-13 .header_slider, .header-14 .header_slider, .header-17 .header_slider, .header-18 .header_slider, .header-19 .header_slider {
    overflow: hidden; }
  .header-3 .header_slider, .header-9 .header_slider, .header-11 .header_slider, .bt-main-area .header_slider {
    margin-bottom: 0; }
  .header-4 .header_slider {
    float: left;
    width: 50%;
    padding-right: 10px; }
    .header-4 .header_slider .boss_slider {
      overflow: hidden; }

.boss-blog-featured .container {
  max-width: 100%;
  position: relative;
  overflow: hidden; }
.boss-blog-featured .box-heading {
  margin-bottom: 45px;
  padding-top: 60px; }
  .boss-blog-featured .box-heading h1, .boss-blog-featured .box-heading h3 {
    margin-bottom: 0;
    padding-bottom: 16px;
    position: relative;
    font-family: "Belleza", sans-serif;
    font-size: 20px;
    color: #232323;
    text-align: center; }
    .boss-blog-featured .box-heading h1:before, .boss-blog-featured .box-heading h3:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      background: url(../../image/line_star.png) no-repeat 50% 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .boss-column-right .boss-blog-featured .box-heading {
    display: none; }
.boss-blog-featured .box-article .article-items {
  padding: 0; }
  .boss-blog-featured .box-article .article-items ul {
    overflow: hidden; }
    .boss-blog-featured .box-article .article-items ul li {
      margin: 0 10px 28px;
      padding-bottom: 28px;
      border-bottom: 1px solid #d8d8d8;
      overflow: hidden; }
  .boss-blog-featured .box-article .article-items:last-child ul li {
    border-bottom: 0; }
.boss-blog-featured .box-article .bt-blogslider .article-items {
  float: left; }
.boss-blog-featured .article_column {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 10px;
  margin-bottom: 20px; }
.boss-blog-featured .article_content {
  overflow: hidden;
  background-color: #fff; }
  .boss-blog-featured .article_content .image a:before, .boss-blog-featured .article_content .image a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s; }
  .boss-blog-featured .article_content .image a:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3); }
  .boss-blog-featured .article_content .image a:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3); }
  .boss-blog-featured .article_content .rb_row_left {
    float: left; }
    .boss-blog-featured .article_content .rb_row_left .time-stamp {
      display: inline-block;
      width: 100px;
      height: 100px;
      color: #fff;
      z-index: 1;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.6s linear; }
      .boss-blog-featured .article_content .rb_row_left .time-stamp span {
        display: block; }
        .boss-blog-featured .article_content .rb_row_left .time-stamp span.rb_month {
          background: #a07936;
          border-radius: 20px 20px 0 0;
          font-weight: normal;
          font-size: 20px;
          font-family: "Belleza", sans-serif;
          padding: 4px 0;
          text-align: center; }
        .boss-blog-featured .article_content .rb_row_left .time-stamp span.rb_day {
          color: #505050;
          padding: 25px 0;
          font-weight: lighter;
          font-size: 50px;
          border-radius: 0 0 20px 20px;
          border: 1px solid #e5e5e5; }
  .boss-blog-featured .article_content .rb_row_right {
    overflow: hidden;
    padding-left: 25px; }
  .boss-blog-featured .article_content .article-name {
    margin-bottom: 12px; }
    .boss-blog-featured .article_content .article-name a {
      font-family: "Belleza", sans-serif;
      font-size: 24px;
      line-height: 24px;
      color: #a07936; }
      .boss-blog-featured .article_content .article-name a:hover {
        color: #202020; }
  .boss-blog-featured .article_content .article-comment a {
    font-size: 15px;
    color: #a1a1a1; }
    .boss-blog-featured .article_content .article-comment a:before {
      font-family: FontAwesome;
      content: "";
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      padding-right: 5px; }
  .boss-blog-featured .article_content .description {
    margin-bottom: 12px; }
    .boss-blog-featured .article_content .description p {
      line-height: 1.45em;
      font-size: 15px;
      color: #232323;
      margin-bottom: 0; }
  .boss-blog-featured .article_content .article-detail {
    overflow: hidden; }
    .boss-blog-featured .article_content .article-detail > a {
      font-weight: 700;
      color: #a07936; }
      .boss-blog-featured .article_content .article-detail > a i {
        margin-right: 5px; }
      .boss-blog-featured .article_content .article-detail > a:hover {
        text-decoration: underline; }
  .boss-blog-featured .article_content .comment-count {
    display: none; }
  .boss-blog-featured .article_content:hover .image .time-stamp {
    transform: rotateY(360deg) perspective(1000px);
    -webkit-transform: rotateY(360deg) perspective(1000px);
    -moz-transform: rotateY(360deg) perspective(1000px);
    -ms-transform: rotateY(360deg) perspective(1000px); }
.boss-blog-featured .next, .boss-blog-featured .prev {
  position: relative;
  left: 47%;
  margin: 0 10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 35px;
  margin-bottom: 35px;
  float: left; }

/*testimonial*/
.boss-testimonial {
  margin-bottom: 60px;
  color: #a1a1a1; }
  .boss-testimonial .box-heading {
    margin-bottom: 45px;
    padding-top: 60px; }
    .boss-testimonial .box-heading h1, .boss-testimonial .box-heading h3 {
      margin-bottom: 0;
      padding-bottom: 16px;
      position: relative;
      font-family: "Belleza", sans-serif;
      font-size: 20px;
      color: #232323;
      text-align: center; }
      .boss-testimonial .box-heading h1:before, .boss-testimonial .box-heading h3:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -20px;
        background: url(../../image/line_star.png) no-repeat 50% 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
  .boss-testimonial .box-content {
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 25px 25px 22px;
    overflow: hidden; }
  .boss-testimonial .testimonial-item {
    float: left; }
    .boss-testimonial .testimonial-item .testimonial-image {
      float: left;
      margin-right: 20px; }
      .boss-testimonial .testimonial-item .testimonial-image img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
      .boss-testimonial .testimonial-item .testimonial-image ~ * {
        overflow: hidden; }
    .boss-testimonial .testimonial-item .testimonial-message {
      background: url("../../image/icon_quote.png") no-repeat 0 0;
      padding-top: 15px;
      margin-bottom: 12px; }
      .boss-testimonial .testimonial-item .testimonial-message p {
        text-indent: 48px;
        margin: 0;
        line-height: 1.5em; }
    .boss-testimonial .testimonial-item a {
      color: #fff;
      text-decoration: underline; }
      .boss-testimonial .testimonial-item a:hover {
        text-decoration: none; }
    .boss-testimonial .testimonial-item .testimonial-name {
      text-transform: uppercase;
      font-weight: 700;
      color: #202020; }
  .boss-testimonial .bt-testimonial-pag {
    margin-left: 25px; }
    .boss-testimonial .bt-testimonial-pag a {
      border: 2px solid #e1e1e1;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      opacity: 0.58;
      display: inline-block;
      vertical-align: bottom;
      font-size: 0;
      margin-right: 6px; }
      .boss-testimonial .bt-testimonial-pag a.selected, .boss-testimonial .bt-testimonial-pag a:hover {
        opacity: 1;
        border-color: #a07936; }
  .boss-testimonial .testimonial-show-write {
    position: absolute;
    right: 10px;
    bottom: 20px; }
    .boss-testimonial .testimonial-show-write a {
      color: #fff; }
  .boss-testimonial .testimonial-show-all-url {
    position: absolute;
    right: 10px;
    bottom: 45px; }
    .boss-testimonial .testimonial-show-all-url a {
      color: #fff; }

.banner-text {
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s; }

.btn-shopnow {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fff;
  color: #202020;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 41px;
  display: inline-block; }
  .btn-shopnow:hover {
    color: #fff;
    background-color: #202020; }

.bt-banners-home-top {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative; }
  .bt-banners-home-top .banner-image {
    float: left;
    position: relative; }
    .bt-banners-home-top .banner-image img {
      width: 100%; }
  .bt-banners-home-top .bt-item-left, .bt-banners-home-top .bt-item-right {
    width: 32.2%; }
  .bt-banners-home-top .bt-item-center {
    width: 35.6%; }

.bt-banners-home-middle {
  margin-bottom: 55px; }

.bt-parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 15px 120px; }
  .bt-parallax h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #fff; }
  .bt-parallax p {
    font-family: "Lato";
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #fff; }
  .bt-parallax .btn-shop {
    color: #a07936;
    text-transform: capitalize;
    position: relative; }
    .bt-parallax .btn-shop:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      width: 30px;
      height: 2px;
      background-color: #a07936;
      -webkit-transform: translate(50%, 0);
      -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      transform: translate(50%, 0); }

.effect-plus:before, .effect-plus:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  z-index: 1; }
.effect-plus:hover:before, .effect-plus:hover:after {
  background-color: rgba(255, 255, 255, 0.8); }
.effect-plus:hover:before {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0); }
.effect-plus:hover:after {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1); }

.effect-border-width {
  position: relative;
  overflow: hidden; }
  .effect-border-width:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    border: 50px solid transparent;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    border-radius: 50%;
    z-index: 1; }
  .effect-border-width:hover:before {
    border: 0 solid rgba(0, 0, 0, 0.3); }

.effect-line:before, .effect-line:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
  z-index: 1; }
.effect-line:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s; }
.effect-line:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s; }
.effect-line:hover:before, .effect-line:hover:after {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1); }

#column-left > *, #column-right > * {
  margin-bottom: 20px; }
#column-left .box, #column-right .box {
  margin-bottom: 45px; }
#column-left .bt-blog-category, #column-right .bt-blog-category {
  margin-bottom: 45px; }
#column-left .boss-recent-post, #column-right .boss-recent-post {
  margin-bottom: 33px; }

.bt-banners-home-left {
  overflow: hidden;
  position: relative; }
  .bt-banners-home-left img {
    width: 100%; }
  .bt-banners-home-left a {
    display: block; }
    .bt-banners-home-left a:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -50px;
      margin-top: -50px;
      width: 100px;
      height: 100px;
      transform: scale(5);
      -ms-transform: scale(5);
      -webkit-transform: scale(5);
      -moz-transform: scale(5);
      border: 80px solid transparent;
      transition: all 0.6s linear 0s;
      -webkit-transition: all 0.6s linear 0s;
      -ms-transition: all 0.6s linear 0s;
      -moz-transition: all 0.6s linear 0s;
      border-radius: 50%; }
  .bt-banners-home-left:hover a:before {
    border: 0 solid rgba(0, 0, 0, 0.3); }

.bt-banner-home-middle {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px; }
  .bt-banner-home-middle .banner-text {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .bt-banner-home-middle .banner-text h3, .bt-banner-home-middle .banner-text h4 {
      color: #fff; }
    .bt-banner-home-middle .banner-text h3 {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 8px; }
    .bt-banner-home-middle .banner-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      line-height: 18px;
      text-transform: uppercase;
      margin: 0;
      letter-spacing: 3px; }

.effect-hover-zoom .banner-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear; }
.effect-hover-zoom:hover .banner-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1); }

.effect-hover-zoom-out .banner-img img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
.effect-hover-zoom-out:hover .banner-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05); }

.banner-img {
  position: relative;
  display: block;
  overflow: hidden; }

.bt-banners-home-bottom {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px; }
  .bt-banners-home-bottom .first {
    padding-left: 0; }
    .bt-banners-home-bottom .first .banner-text {
      bottom: 0;
      width: 100%;
      text-align: center; }
      .bt-banners-home-bottom .first .banner-text img {
        margin: 0 auto; }
    .bt-banners-home-bottom .first:hover .banner-text {
      bottom: 25px; }
  .bt-banners-home-bottom .last {
    padding-right: 0; }
    .bt-banners-home-bottom .last .banner-text {
      bottom: 20px;
      width: 100%; }
    .bt-banners-home-bottom .last:hover .banner-text {
      bottom: 40px; }
  .bt-banners-home-bottom .first .banner-img:before, .bt-banners-home-bottom .last .banner-img:before {
    left: 0;
    width: 100%;
    height: 0; }
  .bt-banners-home-bottom .first:hover .banner-img:before, .bt-banners-home-bottom .last:hover .banner-img:before {
    height: 100%; }
  .bt-banners-home-bottom .big-banner .banner-text {
    bottom: 40px;
    width: 100%; }
  .bt-banners-home-bottom .big-banner .banner-img:before {
    width: 0;
    height: 100%; }
  .bt-banners-home-bottom .big-banner .banner-img:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    backface-visibility: hidden;
    z-index: 1;
    right: 0;
    width: 0;
    height: 100%; }
  .bt-banners-home-bottom .big-banner:hover .banner-img:before, .bt-banners-home-bottom .big-banner:hover .banner-img:after {
    width: 50%; }
  .bt-banners-home-bottom .effect-hover-zoom {
    overflow: hidden;
    position: relative;
    backface-visibility: hidden; }
    .bt-banners-home-bottom .effect-hover-zoom .banner-img:before {
      content: "";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      top: 0;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      -moz-transition: all 0.5s linear 0s;
      -ms-transition: all 0.5s linear 0s;
      backface-visibility: hidden;
      z-index: 1;
      left: 0; }
    .bt-banners-home-bottom .effect-hover-zoom .banner-text {
      z-index: 2; }

.bt-support {
  margin-bottom: 55px; }

.bt-staticblock-support {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url("../../image/bg_staticblock.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 60px 5px; }
  .bt-staticblock-support .bt-static-item {
    overflow: hidden;
    padding: 5px 55px 0;
    color: #fff; }
    .bt-staticblock-support .bt-static-item + .bt-static-item {
      border-left: 1px dashed #fff; }
    .bt-staticblock-support .bt-static-item i {
      font-size: 50px;
      color: #a07936; }
    .bt-staticblock-support .bt-static-item > p {
      margin-bottom: 25px; }
    .bt-staticblock-support .bt-static-item h4 {
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      color: #fff;
      line-height: 18px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 12px; }
    .bt-staticblock-support .bt-static-item .bt-static-text p {
      margin: 0;
      font-size: 14px;
      line-height: 20px; }

.bt-banner-column {
  overflow: hidden;
  position: relative; }
  .bt-banner-column .banner-img img {
    width: 100%; }
  .bt-banner-column .banner-text {
    width: 100%;
    top: 24%; }
  .bt-banner-column:hover .banner-text img {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease; }
  .bt-banner-column .banner-link {
    position: absolute;
    left: 0;
    bottom: 78px;
    width: 100%;
    margin: 0; }
    .bt-banner-column .banner-link a {
      display: inline-block;
      background-color: #fff;
      color: #202020;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: 900;
      padding: 11px 42px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .bt-banner-column .banner-link a:hover {
        background-color: #202020;
        color: #fff; }

.bt-banner-category {
  margin-bottom: 35px;
  overflow: hidden;
  position: relative; }
  .bt-banner-category img {
    width: 100%;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s; }
  .bt-banner-category .effect-hover {
    background: rgba(0, 0, 0, 0.3);
    height: 25%;
    opacity: 0;
    position: absolute;
    font-size: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    width: 20%;
    display: block; }
  .bt-banner-category:hover .effect-hover {
    opacity: 1; }
  .bt-banner-category:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08); }
  .bt-banner-category .effect-1 {
    left: 0;
    top: 0; }
  .bt-banner-category .effect-2 {
    left: 20%;
    top: 0;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s; }
  .bt-banner-category .effect-3 {
    left: 40%;
    top: 0;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s; }
  .bt-banner-category .effect-4 {
    left: 60%;
    top: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; }
  .bt-banner-category .effect-5 {
    left: 80%;
    top: 0;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s; }
  .bt-banner-category .effect-6 {
    left: 0;
    top: 25%;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s; }
  .bt-banner-category .effect-7 {
    left: 20%;
    top: 25%;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s; }
  .bt-banner-category .effect-8 {
    left: 40%;
    top: 25%;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; }
  .bt-banner-category .effect-9 {
    left: 60%;
    top: 25%;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s; }
  .bt-banner-category .effect-10 {
    left: 80%;
    top: 25%;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s; }
  .bt-banner-category .effect-11 {
    left: 0;
    top: 50%;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s; }
  .bt-banner-category .effect-12 {
    left: 20%;
    top: 50%;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; }
  .bt-banner-category .effect-13 {
    left: 40%;
    top: 50%;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s; }
  .bt-banner-category .effect-14 {
    left: 60%;
    top: 50%;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s; }
  .bt-banner-category .effect-15 {
    left: 80%;
    top: 50%;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s; }
  .bt-banner-category .effect-16 {
    left: 0;
    top: 75%;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; }
  .bt-banner-category .effect-17 {
    left: 20%;
    top: 75%;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s; }
  .bt-banner-category .effect-18 {
    left: 40%;
    top: 75%;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s; }
  .bt-banner-category .effect-19 {
    left: 60%;
    top: 75%;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s; }
  .bt-banner-category .effect-20 {
    left: 80%;
    top: 75%;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s; }

/*# sourceMappingURL=bt_everything.css.map */
