.jc1-wrapper{
    font-size: 14px;
    position: relative; left: 0; top: 0;
    padding: 0 50px;
}

/** Carousel **/

.jc1{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.jc1 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jc1 li{
    display: inline-block;
    vertical-align: middle;
    position: relative; left: 0; top: 0;
    width: 150px;
    font-size: 12px;
    text-align: center;
    margin-right: 22px;
}

.jc1 li a{
    color: black;
}

.jc1 li a img.img-responsive {
    box-shadow: 0px 0px 4px 0px darkgrey;
}

.jc1 li h3{
    color: black;
    display: block;
    font-weight: bold;
}

/** Carousel Controls **/

.jc1-control-prev,
.jc1-control-next {
    display: block;
    background: url(/resources/images/index/06.gif) no-repeat center center;
    width: 30px;
    height: 100%;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 16;
}

.jc1-control-prev:hover,
.jc1-control-next:hover{
    background-color: #f8f8f8;
    text-decoration: none;
}

.jc1-control-next {
    background: url('/resources/images/index/07.gif') no-repeat center center;
    position: absolute;
    left: auto;
    right: 0;
}

@media (max-width: 767px){

    .jc1 li{
        width: 110px;
    }

    .jc1 .text2,
    .jc1 .text2:hover{
        display: block;
        font-size: 14px;
        line-height: normal;
        width: auto;
        margin: 0 5px;
    }
}

@media (max-width: 375px){
    .jc1 li{
        width: 95px;
    }
}

@media (max-width: 320px){
    .jc1 li{
        width: 75px;
    }
}