/*
*Owl Carousel Owl Demo Theme

*/

.owl-theme .owl-controls{ width:100%; text-align:center; display:none;}
/* Styling Next and Prev buttons*/

@media only screen and (max-width:1200px){
.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-25px; left:0px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ width:19px; height:50px;}
.owl-prev{background: url(../images/jy_jt3_left.png) no-repeat; background-size:100% 100%; left:0px; }
.owl-next{background: url(../images/jy_jt3_right.png) no-repeat; background-size:100% 100%; right:0px; }
}

@media only screen and (min-width:1200px){
.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-45px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ width:35px; height:90px;}
.owl-prev{background: url(../images/jy_jt3_left.png) no-repeat; background-size:100% 100%; left:-40px; }
.owl-next{background: url(../images/jy_jt3_right.png) no-repeat; background-size:100% 100%; right:-40px; }


}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
@media only screen and (max-width: 1200px){
.owl-theme .owl-controls .owl-page span{display: block;width:10px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; height:10px;margin:0px 5px; background:#f2f4f4; }
}
@media only screen and (max-width: 480px){
.owl-theme .owl-controls .owl-page span{}
}
#owl-demo3 .owl-controls{ bottom:15px; position:absolute; width:100%; left:0px; top:auto; margin:0; height:10px;}
@media only screen and (min-width: 1200px){
.owl-theme .owl-controls .owl-page span{display: block;width:12px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; height:12px;margin:0px 6px; background:#f2f4f4; }
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#402419;}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}