

/*============================================================================
testimonials slider
==============================================================================*/
#testimonials {
  padding: 15px;
  background-color: #ececec;
  position: relative;
  color: #222;
  min-height: 264px;

}
#testimonials .testimonials-slider {
  text-align: left;
}

#testimonials .tfs-avatar {
  max-width: 95px;
  float: right;
 
}
#testimonials .tfs-avatar img {
  max-width: 95px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#testimonials .tfs-content{
  width: 70%;
  float: left;
}

#testimonials .tfs-content p {
  font-size: 14px;
  color: #222;
  font-weight: 300;
  line-height: 1.8;

      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
#testimonials .tfs-name {
  color: #222;
  font-weight: 300;
}
#testimonials .tfs-name h5 {
  font-size: 18px;
  text-transform: uppercase;
}

#testimonials .tfs-name:after {
    height: 3px;
    display: block;
    width: 60px;
    background: #222;
    content: '';
    margin-bottom: 20px;
}


#testimonials .owl-nav {
  display: none;
}
#testimonials .owl-dots {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: auto;
}
#testimonials .owl-dots .owl-dot {
  display: inline-table;
  margin-left: 5px;
  vertical-align: middle;
}
#testimonials .owl-dots .owl-dot span {
  background-color: #a5a5a5;
  vertical-align: middle;
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#testimonials .owl-dots .owl-dot.active {
  vertical-align: middle;
}
#testimonials .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  background-color: #464646;
  vertical-align: middle;
}


#testimonials .item{

  min-height: 180px;
}
a.btn_blk_basic{

  color: #222;
  text-decoration: underline;
}

a.btn_blk_basic:hover{

  color: #f7a600;
  text-decoration: underline;
}


/*============================================================================
Home Slider (Before 2017-07-12)
==============================================================================* /
#home-slideshow {
  overflow: hidden;
}
#home-slideshow .container {
  height: 100%;
  position: relative;
}
#home-slideshow .owl-nav {
  display: block;
}

#home-slideshow:hover .owl-prev, #home-slideshow:hover .owl-next{
    opacity: 0.8;
}

#home-slideshow .owl-carousel {
  position: relative;
}
#home-slideshow .owl-prev,
#home-slideshow .owl-next {
position: absolute;
top: 50%;
margin-top: -10px; 
}
#home-slideshow .owl-prev {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: calc(50% + 21px);
  opacity: 0;
  z-index: 20;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  background: transparent url("../images/arrow.gif") no-repeat left top;
  margin-top: -45px;
  left:0;
  
}
#home-slideshow .owl-next {
    right: 0;
    left: auto;
    background: transparent url("../images/arrow.gif") no-repeat right top;

    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: calc(50% + 21px);
    opacity: 0;
    z-index: 20;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    margin-top: -45px;
}

#home-slideshow .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
#home-slideshow .owl-dots .owl-dot {
  display: inline-table;
  margin-left: 3px;
  vertical-align: middle;
}
#home-slideshow .owl-dots .owl-dot span {
  background-color: #b8b8b8;
  vertical-align: middle;
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#home-slideshow .owl-dots .owl-dot.active {
  vertical-align: middle;
}
#home-slideshow .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  background-color: #222;
  vertical-align: middle; }
#home-slideshow .owl-caption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#home-slideshow .content-block {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  display: inline-block;
}

#home-slideshow .main_visual {
  width: 50%;
  position: absolute; 
  right: 0; 
  bottom: 0;

}

#home-slideshow .content-block .headline {
  
  position: relative;
  margin: 0;
  letter-spacing: -3px;
  color: #4f4f4f;
}

#home-slideshow .content-block .desc {
  font-weight: 300;
  margin: 0;
}
#home-slideshow .content-block .shop-now-link {
  font-weight: 300;
  padding: 5px 8px;
  color: #222;
  text-transform: uppercase;
  display: inline-block;
  background-color: none;
  border: 1px solid #222;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#home-slideshow .content-block .shop-now-link:hover,
#home-slideshow .content-block .shop-now-link:focus,
#home-slideshow .content-block .shop-now-link:active {
  text-decoration: none;
  background-color: #9b9b9b;
  color: #fff;
  border: 1px solid #9b9b9b;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#home-slideshow .item {
  float: left;
  position: relative;
  width: 100%;
}
#home-slideshow .item img {
  width: 100%;
}
*/
.tfs-sliders-wrap .content-block {
  display: block;
  opacity: 1;
}
.tfs-sliders-wrap .right-slider {
  right: 0;
  text-align: left;
}
.tfs-sliders-wrap .left-slider {
  left: 0;
  text-align: left;
}
.tfs-sliders-wrap .center-slider {
  left: 0;
  right: 0;
}

/*============================================================================
Home Slider (after 2017-07-12)
==============================================================================*/
.tfs-sliders {
  background-color: black;
}

/*============================================================================
Best Selling
==============================================================================*/


#best-selling .pages-title h2, #latest-news .pages-title h2, #vg-blog .pages-title h2 {
  padding-bottom: 0;
}
#best-selling .best-selling-slider {
  margin-top: 5px;
}

#best-selling  .owl-dots {
  bottom: -25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: auto;
}
#best-selling  .owl-dots .owl-dot {
  display: inline-table;
  margin-left: 5px;
  vertical-align: middle;
}
#best-selling  .owl-dots .owl-dot span {
  background-color: #a5a5a5;
  vertical-align: middle;
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#best-selling .owl-dots .owl-dot.active {
  vertical-align: middle;
}
#best-selling  .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  background-color: #464646;
  vertical-align: middle;
}

/*============================================================================
Latest News
==============================================================================*/
#latest-news {
  padding: 30px 0;
}

/*============================================================================
Home banner
==============================================================================*/
.tfs-banner {
padding: 30px 0;
}
.home-banner {
  padding: 70px 0;
  background-image: url("../images/1170x768.png");
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
  background-size: cover;
}
.home-banner h2 {
  color: #ec8300;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin-top: 4px;
  font-family: "Montserrat";
}
.home-banner p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  position: relative;
  margin-bottom: 0;
}


#latest-news .video {

    background-color: black;
    text-align: center;
    position: relative;
    padding-bottom: 48%;
     height: 0; overflow: hidden;

}

#latest-news .video iframe,
#latest-news .video object,
#latest-news .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category{
  padding: 15px;
  background-color: #ccc;
  text-align: center;
  display: table; 
  width: 100%;
  height: 220px;

}

.category .inner {

  display: table-cell;
  text-align: center;
  vertical-align: middle;

}

.category .icon {

  margin: 0 auto;
  max-height: 40px;
}

.category .title{

  padding: 25px 0 5px 0;
  font-size: 16px;
}

a.index_blk{

  text-decoration: none;
}

.index_blk .caption {

    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px #222;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); 
    font-size:18px; 
    text-align:right;
}

.image_grid {

  width: 100%;
  height: 220px;
}

.pattern_bg {

  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAALElEQVQIW2NkwAKOHj36nxFdHCRobW3NiCIBEwQphksgC8Il0AXBEtgEQRIApBcXVTKdzdAAAAAASUVORK5CYII=) repeat;
}

.white_bg {

  background-color: #fff;
}

.category .img img {

  max-height: 130px;
}

a.category1 {

  color: #222;
  text-decoration: none;
}

a.category1 .link { text-decoration: underline;}

/*============================================================================
VG Blog
==============================================================================*/
.blog_content{

  padding: 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


.blog_content .blog_category {

    padding-bottom: 5px;
    color: #666;
}


.blog_content .title{

    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog_content .text {
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    display:block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    /*max-width: 460px;*/
    height: 65px;
    color: #222;
    line-height: 22px;
    margin-bottom: 15px;
}

/*--non web-kit browsers--*/
.blog_content .text {
    position:relative;
    line-height:22px;
    height:65px;
}
.blog_content .text::after {
    letter-spacing: .10em;
    content:"...";
    position:absolute;
    bottom:0;
    right:0;
    padding:0 5px 5px 1px;
    /*background-color: white;*/

     background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(45%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 45%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 45%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 45%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 45%, white);
}


/*============================================================================
* Owl Slider
* ==============================================================================*/
.tfs-slider .owl-nav div:hover {
border: 1px solid #ec8300; }
.tfs-slider .owl-nav div:hover:before {
color: #ec8300; }



/*==============================================================
* Canvas Menu
* ================================================================*/
.mobile-menu > ul > li:hover > a,
.mobile-menu > ul > li.active > a {
color: #ec8300; }

.mobile-menu ul li a:hover {
color: #ec8300; }


@media (max-width: 767px) {
  #home-slideshow .content-block .headline {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 30px;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }
  

  #home-slideshow .shop-now-link {
    margin-top: 10px;
  }
  #home-slideshow .owl-controls {
    display: none;
  }
  #home-slideshow .content-block {
    max-height: 145px;
    padding-left: 25px;
  }


  #testimonials .tfs-content{

    width: 100%;
  }


  #testimonials .tfs-content p {
    width: 100% !important;
    line-height: 1.5;
  }


  .product-container .right-block{

    padding: 0 10px 10px 10px;
  }

  .tfs-slider .owl-nav{

    display: none;

  }

  #best-selling .pages-title h2, #latest-news .pages-title h2, #vg-blog .pages-title h2{

    font-size: 24px;
    font-weight: bold;
  }

  .blog_content .title {

    min-width: 100px;
    max-width: 660px;

  }


}
@media (max-width: 480px) {
  #home-slideshow .content-block .headline {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 500px;
  }
  #home-slideshow .content-block .desc {
    display: none;
  }
  #home-slideshow .content-block h2::before {
    display: none;
  }
  #home-slideshow .content-block {
    max-height: 100px !important;
  }


  .blog_content .title {

    min-width: 100px;
    max-width: 280px;

  }


 
}

@media (min-width: 768px) {

  .category .img img {

    max-height: 140px;
  }

  #home-slideshow .content-block .shop-now-link {

    font-weight: 500;
    padding: 11px 25px;
  }

  #home-slideshow .content-block .headline {
    font-size: 35px;
    padding-bottom: 20px;
    letter-spacing: -3px;
  }
 

  #home-slideshow .content-block {
    max-height: 215px;
    padding-left: 30px;
  }

 

    #home-slideshow .shop-now-link {
    margin-top: 15px;
    }

    .category .title{
      font-size: 16px;
    }


    .index_blk .caption {

      font-size: 24px;
    }


    .blog_content .title {

      min-width: 100px;
      max-width: 190px;

    }


}

@media (min-width: 992px) {

  #home-slideshow .main_visual {
    width: 50%;
  }

  #home-slideshow .content-block .shop-now-link {

    font-weight: 500;
    padding: 11px 25px;
  }

  
  #home-slideshow .content-block .headline {
    font-size: 30px;
    padding-top:35px;
  }
 
  #home-slideshow .content-block .desc{
    font-size: 14px;
    width: 400px;
  }


  #home-slideshow .content-block {
    max-height: 220px;
    padding-left: 20px;
  }

  #testimonials {

    min-height: 220px;
  }

  #testimonials .item{

  min-height: 160px;
  }


  .category .img img {

    max-height: 150px;
  }
  

  .category .title{
      font-size: 18px;
    }

   .footer-main .subscribe .form-control{

    width: 320px;
  }
  .footer-main .subscribe .button{

    left: 320px;
  }

  .footer-main .social_icon{

      padding-top:10px;
    }
  
    .blog_content .title {

    min-width: 100px;
    max-width: 260px;

  }



}

@media (min-width: 1200px) {

  #home-slideshow .main_visual {
    width: 50%;
  }
  #home-slideshow .content-block .shop-now-link {

    font-weight: 500;
    padding: 11px 25px;
  }

  #testimonials {
      min-height: 264px;
  }

  #home-slideshow .content-block .headline {
    font-size: 36px;
    padding-bottom: 25px;
  }
  #home-slideshow .content-block .desc {
      font-size: 16px;
      width: 480px;
      line-height: 24px;
    }
  #home-slideshow .content-block {
    max-height: 280px;
    max-width: 450px;
  }
  #home-slideshow .shop-now-link {
    margin-top: 30px !important;
  }

  
  .category .title{
      font-size: 18px;
    }


    .blog_content .title {

    min-width: 100px;
    max-width: 330px;

  }
}


@media (min-width: 1500px) {

  #home-slideshow .main_visual {
    width: 58%;
  }
}







