.jcarousel-wrapper { margin:20px auto 0px; position: relative;overflow: hidden;padding: 0px 0px 20px 0px;}
/** Carousel **/
.jcarousel { position: relative; overflow: hidden; width: 100%;}
.jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}
.jcarousel li { float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align:center; /*padding:0 10px; */padding: 0 70px;transition:all 1s ease-in-out; -webkit-transition:all 1s ease-in-out;}
.jcarousel img { height: 160px; width: 160px; object-fit: contain; margin:0px auto;}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next { position:absolute; top:50%; margin-top:-15px;  width:50px; height:50px; text-align:center; background:rgba(84,76,66,0.6); color:#000000; text-decoration: none; font:50px/43px Arial,sans-serif; -webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px;}
.jcarousel-control-prev { left: 15px;}
.jcarousel-control-next { right: 15px;}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover, .jcarousel-control-prev:focus, .jcarousel-control-next:focus{ color: #FFFFFF; text-decoration:none;transition:all 0.4s ease;}
/** Carousel Pagination **/
.jcarousel-pagination { position:absolute; bottom:4px; left:50%; -webkit-transform:translate(-50%, 0); -ms-transform:translate(-50%, 0); transform:translate(-50%, 0); margin:0; }
.jcarousel-pagination a { text-decoration:none; display:inline-block; font-size:11px; height:10px; width:10px; line-height:10px; background:#444; color:#4E443C; border-radius:10px;  text-indent:-9999px; margin-right:7px; -webkit-box-shadow:0 0 2px #4E443C; -moz-box-shadow:0 0 2px #4E443C; box-shadow:0 0 2px #4E443C;}
.jcarousel-pagination a.active {opacity:1;}


/* Responsive */


@media (min-width: 1367px){
.jcarousel li {padding:0px 15px;}
}

@media screen and (max-width:1366px){
.jcarousel-control-prev, .jcarousel-control-next{ width:50px; height:50px; font:50px/43px Arial,sans-serif; border-radius:50px;}	
}

@media screen and (max-width:1024px){
.jcarousel img{ height:100px !important;}	
.jcarousel-control-prev, .jcarousel-control-next{ width:40px; height:40px; font:40px/30px Arial,sans-serif; border-radius:50px;}
}

@media screen and (max-width:767px){
.jcarousel-control-prev, .jcarousel-control-next{ width:40px; height:40px; font:40px/30px Arial,sans-serif; border-radius:50px;}
.jcarousel img{ height:100px !important;}		
}
