﻿.carousel-margin-fix {
    padding: 0 !important;
}

@media (max-width: 991px) {
    .rslides_container {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
}


@media (min-width: 992px) {
    .rslides_container {
        background: #fff;
        padding-top: 15px;
        padding-bottom: 25px;
        /*margin-top: 15px;*/
    }
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.rslides_tabs {
    text-align: right;
    list-style-type: disc;
    z-index: 9888;
    position: absolute;
    right: 10px;
    bottom: -10px;
}

    .rslides_tabs a {
        margin-left: 4px;
        text-indent: -9999px;
        overflow: hidden;
        background: #fff;
        color: #fff;
        display: inline-block;
        _display: block;
        *display: block;
        width: 9px;
        height: 9px;
    }

    .rslides_tabs .rslides_here a {
        margin-left: 4px;
        text-indent: -9999px;
        overflow: hidden;
        background: #f51821;
        color: #f51821;
        display: inline-block;
        _display: block;
        *display: block;
        width: 9px;
        height: 9px;
    }

.rslides1_tabs {
    list-style-type: disc;
}

.rslides_tabs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    margin-right: 1px;
    list-style-type: none;
}


.caption {
    position: absolute;
    padding: 10px 20px 20px 20px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background: rgba(255, 255, 255, .7);
    color: #222;
    z-index: 10000;
}

    .caption h5 {
        color: #222;
    }

        .caption h5 * {
            margin-top: 0;
            color: #222;
        }

.caption {
    position: absolute;
    padding: 10px 20px 20px 20px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #222;
}

@media(min-width: 1200px) {
    .caption {
        padding: 5px 50px 5px 50px;
        max-width: 900px;
        /*margin: 0 auto;*/
        left: 0;
    }
    .caption h5 {
        margin: 0;
    }
}

.rslides_nav {
    position: absolute;
    top: 45%;
    margin-top: 0;
    text-decoration: none;
    height: 30px;
    width: 20px;
    z-index: 15;
    /*text-indent: -9999px;*/
    font-family: 'slick';
    font-size: 20px;
    overflow: hidden;
    /*background-color: #00ff00;*/
    color: #1A171B;
    opacity: .75;
}

    .rslides_nav:hover {
        color: #1A171B;
        opacity: 1;
        text-decoration: none;
    }

    .prev {
        left: 10px;
        top: 260px;
        /*background: url(/content/themes/xtrafik/images/responsiveslider/prev.png) no-repeat;*/
    }

.next {
    right: 10px;
    top: 260px;
    /*background: url(/content/themes/xtrafik/images/responsiveslider/next.png) no-repeat;*/
}

@media(min-width: 768px) and (max-width: 1199px) {
    .prev,
    .next {
        top: 45%;
    }
}

@media(max-width: 768px) {

    .caption {
        position: static;
        padding: 10px 20px 20px 20px;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        background: #e6e6e6;
        color: #222;
    }

    .rslides_nav {
        top: 42%;
        margin-top: 0;
        text-decoration: none;
        height: 30px;
        width: 30px;
        z-index: 15;
        /*text-indent: -9999px;*/
        overflow: hidden;
        color: #1A171B;
        opacity: 1;
    }

    .prev {
        /*background: url(/content/themes/xtrafik/images/responsiveslider/prev.png) no-repeat;*/
    }

    .next {
        /*background: url(/content/themes/xtrafik/images/responsiveslider/next.png) no-repeat;*/
    }

    .rslides img {
        display: block;
        height: auto;
        float: none;
        width: 100%;
        border: 0;
    }

    .rslides_tabs {
        display: none;
    }
}

@media(max-width: 580px) {
    .rslides_nav {
        top: 90px;
    }
}

@media(max-width: 480px) {
    .rslides_nav {
        top: 70px;
    }
}
