/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
/*.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }*/

.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }

.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
display: block;
width: 16px;
height: 16px;
margin: 5px;
border-radius: 100%;
background-color : transparent;
border: 1px #fff solid;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: none;
padding: 5px;
border: 1px #ed1c24 solid;
}

.owl-theme .owl-dots .owl-dot span{
border: 1px solid #000;
border-radius: 100%;
position: relative;
width: 18px; height: 18px;
transition: width .3s ease-in-out, height .3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span::before, .owl-theme .owl-dots .owl-dot:hover span::before{
content: "";
display: block;
position: absolute;
width: 8px; height: 8px;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #ed1c24;
background: #ed1c24;
border-radius: 100%;
transition: width, height;
transition-duration: .5s;
transition-timing-function: ease-in-out;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
      opacity: 1; 
}
      
.btn_control_slider {
    background: url("../images/arrow.png") no-repeat scroll 0 0 rgba(102, 102, 102, 0);
    height: 28px;
    width: 24px;
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top:-20px
}
.btn_control_slider.owl-prev {
    background-position: 0 0;
    left: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      /*transition: .7s all;
      -webkit-transition: .7s all;*/
}
.btn_control_slider.owl-next {
    background-position: -24px 0;
    right: 8px;
    opacity: 0; 
    -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
}
.btn_control_slider.owl-prev:hover {
    background: url("../images/arrow.png") no-repeat scroll 0 -28px rgba(1, 1, 1, 0);
    left: 8px;
}
.btn_control_slider.owl-next:hover {
    background: url("../images/arrow.png") no-repeat scroll -24px -28px rgba(1, 1, 1, 0);
    right: 8px;
}

.item-container {
position: relative;
}
.item-container .caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #fff;  
font-size: 30px;
padding: 30px;
background: rgba(0, 0, 0, 0.3);
text-align: center;
}
.video.item-container {
position: relative;
padding-bottom: 30%;
height: 0;
max-height: 500px;
}
.video.item-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 500px;
}
.video.item-container video {
width: 100%    !important;
height: auto   !important;
}

.video h3 a{
display: block;
height: 66px;
overflow: hidden;
padding: 15px;
background: #fff;
color: #333;
text-transform: uppercase;
}
.video h3 a:hover, .owl-item.center .video h3 a{
background: #ae0405;
color: #fff;
}

.item-container .brief{
position: absolute;
left: 0;
right: 0;
bottom: 20%;
color: #fff;  
padding: 30px;
text-align: center;
width: 100%;
background: rgba(0, 0, 0, 0.3);
}
.item-container .brief h1{ 
font-size: 34px;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px rgba(255,255,255,0);
}
.item-container .brief h2{ 
font-size: 32px;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px rgba(255,255,255,0);
}                                                                                                    
.image-slider .tabs {
background: #fff;
border-bottom: 1px solid #eee;
height: 60px;
text-align: center;
width: 100%;
z-index: 9
}
.image-slider .tabs li {
background: transparent;
border-right: 1px solid #eee;
color: #4d9a26;
cursor: pointer;
display: block;
float: left;
height: 100%;
}
.image-slider .tabs li:last-child{
border-right: none;
}
.image-slider .tabs li a{
display: block;
padding: 18px;
font-size: 20px;
}

/* cat */
.owl-carousel .center .item.cat {
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}
.owl-carousel .item.cat {
transform: scale(.9);
  -ms-transform: scale(.9);
}
.owl-carousel .product-slider.item:hover .border img{
outline: 2px solid white;
outline-offset: -10px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

/* product */
.product-slider, .product-slider .border{
position: relative;
}
.product-slider.item{
margin: 15px 10px;
}                    
.product-slider .border .caption{
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
padding: 10px;
text-align: center;
width: 100%;
background: rgba(0, 0, 0, .6);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.product-slider .intro{
color:#f7eb04;
}
.product-slider h3{
line-height: 24px;
padding-bottom: 10px;
margin: 0;
}
.product-slider h3 a{
font-size: 18px;
color: #262626;
display: block;
text-align: center;
}
.product-slider .info {
padding: 10px;
display: block;
background: #f0f0f0;
}
.product-slider .info span.price{
font-size: 14px;
color: #737373;
display: block;
}
.product-slider .price {
float: left;
padding: 8px 0;
}
.product-slider .price-old {
color: #666;
}
.product-slider a.detail {
float: right;
background: #F59804;
display: inline;
color: #fff;
font-size: 16px;
padding: 8px 10px;
margin-bottom: 12px;
}

/* article */
.article-slider .img{
position: relative;
}
.article-slider .date {
position: absolute;
z-index: 9;
bottom: -44px;
left: 13px;
display: block;
color: #fff;
}
.article-slider .date span{
display: block;
text-align: center;
}
.article-slider .date span:nth-child(1){
border-radius: 88px 88px 0 0;
background: #3f3f3f;
width: 88px;
height: 44px;
font-size: 22px;
padding: 15px;
}
.article-slider .date span:nth-child(2){
border-radius: 0 0 88px 88px;
background-color: #ae0405;
width: 88px;
height: 44px;
font-size: 18px;
padding: 8px;
}
.article-slider h3 a{
padding: 60px 0 10px 0;
display: block;
text-transform: uppercase;
}
.article-slider .more{
font-size: 14px;
text-align: center;
text-transform: uppercase;
border-bottom:1px #333 solid
}
@media (max-width: 1024px) {
    .btn_control_slider.owl-prev, .btn_control_slider.owl-next{
    opacity: 0.9;
    }
    .product-slider .shadow .button {
    left: 5%;
    right: 5%;
    padding: 10px;
    }
}
@media (max-width: 768px) {
    .image-slider .container {
    padding-top: 28px;
    }
    .image-slider .caption {
    font-size: 20px;
    }
    .image-slider .tabs li a{
    display: block;
    padding: 16px 10px;
    font-size: 16px;
    }
    .owl-carousel .item.cat .border .info a{
    background: rgba(0, 0, 0, 0.3);
    }
}
@media (max-width: 480px) {
    .image-slider .brief, .image-slider .tabs, .article-slider .more{
    display: none;
    }
    .product-slider.item{
    margin: 2px;
    }
    .product-slider .brief{
    display: block;
    min-height: auto;
    }
    /*.product-slider .border .caption{
    position:inherit
    }*/
    #s-latest .btn_control_slider.owl-prev, #s-latest .btn_control_slider.owl-next{
    opacity: 0;
    }    
}
