.jcarousel-wrapper {
    margin: 0px auto 20px;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

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

.jcarousel li {
    /*width: 255px !important;*/
    float: left;
    /*border: 1px solid #fff;*/
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    background-size: cover;
    height: 260px ;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 45%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    /*text-shadow: 0 0 1px #000;*/
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*-webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    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: #fff;
    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 {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.image_text
{
    font-size: 35px;
    font-weight: 600;
    margin-top: 5px;
    width: 60%;
    margin: auto;
    text-align: center;
    position: relative;
    top: 15%;
    margin-bottom: 40px ;
}

.jcarousel .link
{
    width: 50%;
    text-align: center;
    /* height: 29px; */
    /*background-color: #282f34;*/
    margin: auto;
    /*margin-top: 20px;*/
    /*padding: 10px;*/
    font-weight: bold;
    position: relative;
    top: 35%;
}


 .jcarousel .link.link_text
 {
    top: 0px;
 }


.jcarousel .link a
{
    color: #FFF;
    background-color: #282f34;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.jcarousel div.link a:hover
{
    background-color : #0087e2;
    cursor:pointer;
}
.jcarousel-control-prev , .jcarousel-control-next
{
    background : rgba(40, 47, 52, 0.5);
}

/*  **  **  **  */
@media (max-width: 798px)
{
    .jcarousel img
    {
        width: 768px;
    }

    .jcarousel .link
    {
       width: 60%;
    }

    .image_text
    {
        font-size: 30px ;
    }
}

@media (max-width: 480px)
{
    .jcarousel img
    {
        width: 414px ;
    }

     .jcarousel .link.
    {
        top: 30%;
        /*right: 45px !important;*/
    }

    .jcarousel .link.link_text
    {
        top:  10% ;
        /*right: 45px !important;*/
    }
    .jcarousel li
    {
        height: 120px ;
    }

    .jcarousel .link a
    {
        color: #FFF;
        background-color: #282f34;
        padding: 5px;
        margin-bottom: 10px;
        display: inline-block;
        width: 80px;
        text-align: center;
        font-size: 12px;
    }

    
     .image_text
     {
        font-size: 18px;
        font-weight: 400;
        margin-top: 0px;
        top: 15%;
        width: 73%;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px)
{
    .jcarousel img
    {
        /*width: 320px ;*/
    }


    .jcarousel .link.
    {
        top: 30%;
        /*right: 45px !important;*/
    }

    .jcarousel .link.link_text
    {
        top:  10% ;
        /*right: 45px !important;*/
    }

    .jcarousel li
    {
        height: 120px ;
    }
    
     .image_text
     {
        font-size: 15px;
        font-weight: 400;
        margin-top: 0px;
        top: 10%;
        width: 70%;
        margin-bottom: 10px;
     }
    
}