/*slider**********************************************************************/

.slide-info-sentence {
    max-width: 700px;
    width: 100%;
    padding: 30px 30px 20px;
    background-color: rgba(0,0,0,.7);
}

.slide-info-sentence .header {
    font-family: RobotoThin, sans-serif;
    line-height: 1em;
}

.slide-info-sentence img {
    width: auto;
    max-height: 50px;
}

.swiper-wrapper {
    /*position: relative;*/
    /*height: 540px;*/
    /*background-size: cover;*/
}
#full-main-slider .swiper-wrapper {
    height: 500px;
}

.swiper-wrapper button:hover {
    cursor: pointer;
}

.swiper-wrapper .button-slider {
    /*padding: 10px 20px;*/
    /*color: white;*/
    /*text-transform: uppercase;*/
    /*font-size: 20px;*/
    /*text-decoration: none;*/
    /*text-align: center;*/
    /*background-color: #79001E;*/
}
.swiper-wrapper button.button-slider {
    /*padding-top: 0;*/
}

.conf-slider-container .conf-slider-item {
    min-height: 250px;
    height: 531px;
    background-size: cover !important;
}

@media all and (max-width: 575px) {
    .conf-slider-container .conf-slider-item {
        height: auto;
    }
}

.slick-next:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#full-main-slider .slick-next {
    right: 60px;
}
#full-main-slider .slick-prev {
    left: 60px;
    z-index: 9;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}

div#full-main-slider {
    /*position: relative;*/
    width: 100%;
    height: 500px;
    /*margin-top: -64px;*/
}
@media all and (max-height: 720px) {
    div#full-main-slider {
        height: 350px;
    }
    #full-main-slider .swiper-wrapper {
        height: 350px;
    }
}


@media all and (max-width: 1649px) {
    #prevArrow {
        left: 2em;
    }
    #nextArrow {
        right: 2em;
    }
}
@media all and (max-width: 1439px) {
    .slide-info-sentence img {
        max-height: 50px;
    }
    #prevArrow {
        left: 1em;
    }
    #nextArrow {
        right: 1em;
    }
}
@media all and (max-width: 1400px) {
    #prevArrow {
        left: 4%;
    }
    #nextArrow {
        right: 4%;
    }
}
@media all and (max-width: 1330px) {
    #prevArrow {
        left: 2%;
    }
    #nextArrow {
        right: 2%;
    }
}
@media all and (max-width: 1280px) {
    #prevArrow {
        left: 1em;
    }
    #nextArrow {
        right: 1em;
    }
}
@media all and (max-width: 1180px) {
    .slide-info-sentence p {
        /*font-size: 25px;*/
    }
    .slide-info-sentence img {
        max-height: 50px;
    }
    .swiper-wrapper button {
        font-size: 15px;
    }
}

@media all and (max-width: 991px) {
    .slide-info-sentence {
        padding: 15px;
    }
}

@media all and (max-width: 767px) {
    .slide-info-sentence,
    .swiper-wrapper .rkz-button {
        margin: 0 auto;
        max-width: 100%;
    }
    #nextArrow, #prevArrow {
        top: 30%;
    }
    div#full-main-slider {
        margin-top: 0;
    }
}
