.jcarousel-wrapper {
    margin: 0px auto;
    /*position: relative;*/
    
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    
    float: left;
   /* margin-left:50px;*/
    margin-right:50px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

   
    
    
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #0085ff;
    color: #fff;
    text-decoration: none;
 right:0px!important;
 z-index:99;
    font: 24px/27px Arial, sans-serif;
    
}
 .jcarousel-control-next:after {  content: '';
    top: 30px;
    left: 0px;
    position: absolute;
    right: 0;
    margin: 0px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17px 10px 0;
    border-color: transparent #fff transparent transparent;
        
    transform: rotate(-180deg);
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
   /* position: absolute;
    top: 0px;
    left: 40%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
    float:left;
   /* margin-bottom:23px;*/
    padding-top:0px;
}

.jcaruseltab-head{position:relative;width:100%; float:left; padding-bottom:15px;}

.jcarousel-pagination li{width:auto; list-style:none; display:inline-block;}
.jcarousel-pagination a {
    text-decoration: none;
    /*display: inline-block;*/
font-family: 'Roboto', sans-serif;
    font-size: 20px;
   /* height: 10px;
    width: 10px;*/
    line-height: 10px;

   /* background: #fff;*/
    color: #4E443C;
   /* border-radius: 10px;*/
   /* text-indent: -9999px;*/

    margin-right: 42px;


   /* -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;*/
}

.jcarousel-pagination a.active {
   /* background: #4E443C;*/
    font-size:27px;
    font-family: 'Roboto', sans-serif;
    color: #4E443C;
    opacity: 1;
   /* -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;*/
}

@media(max-width:767px) {
    
    .jcarousel-pagination a {
        
        font-size:18px;
          margin-right: 40px;
    }
	.jcarousel li {margin-right:15px;}
	.jcarousel .carousel-caption{padding:15px 15px 20px 15px;}
	.carousel-caption .top-box p{margin-bottom:20px;}
	.carousel-caption{background:#000;}
   /* .jcarousel li{margin-left:13px;}*/
  .jcarousel-pagination a.active {
   /* background: #4E443C;*/
    font-size:22px;
    font-family: 'Roboto', sans-serif;
    color: #4E443C;
    opacity: 1;
   /* -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;*/
}  
.jcarousel-control-next {width:50px; height:50px;}
 .jcarousel-control-next:after {  content: '';
    top: 19px;
 
    border-width: 5px 7px 5px 0;
    }
    
}