.h1_bg,
.h2_bg {
    background-color: rgba(255,255,255, 0.5);
}
.h1_bg {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}
.h2_bg {
    width: 1200px;
    max-width: 100%;
    margin: 20px auto
}


.flex-container a:hover, .flex-slider a:hover {
    outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    position: relative;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}

.flexslider .slides img {
    width: 100%;
    min-height: 300px;
    display: block;
}

.flexslider .slides:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
}

.flex-viewport {
    max-height: 700px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    margin: -64px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-indent: -999em;
}

.flex-direction-nav .flex-prev {
    left: -50px;
    background: url('/images/icon-slider-arrow-left.png') no-repeat center center;
    background-size: 20px auto;
}

.flex-direction-nav .flex-next {
    right: -50px;
    background: url('/images/icon-slider-arrow-right.png') no-repeat center center;
    background-size: 20px auto;
}

.flex-direction-nav .flex-disabled {
    display: none;
    cursor: default;
    z-index: -1;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    position: relative;
    top: 9px;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 2em;
    text-indent: -999em;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.qor-slider__title {
    color: rgba(0,0,0, 0.8);
    text-align: center;
    font-size: 56px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    opacity: 1 !important;
    margin-top: 15px;
}

.qor-slider__subtitle {
    font-size: 28px;
    color: rgba(0,0,0, 0.8);
    /*padding: 30px 120px;*/
    text-align: center;
    font-weight: 400;
    opacity: 1 !important;
}

.qor-slider__texts {
    position: absolute !important;
    top: 26%;
    width: 100%;
    text-align: center;
}

a.qor-slider__button {
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #ed7e27;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}

a.qor-slider__button:hover {
    background: #ffffff;
    color: #3c3950;
}

@media #{$mobile-media} {
    .flexslider .slides > li {
        height: 200px;
    }

    .qor-slider__title {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .flex-viewport {
        height: 200px;
    }

    .flex-direction-nav a {
        display: none;
    }
}


@media screen and (max-width: 1400px) {
    .qor-slider__texts {
        position: absolute !important;
        top: 22%;
        width: 100%;
        text-align: center;
    }

    /*.qor-slider__subtitle {*/
    /*    padding: 20px 50px*/
    /*}*/

    .qor-slider__title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1200px) {
    .qor-slider__texts {
        position: absolute !important;
        top: 20%;
        width: 100%;
        text-align: center;
    }

    .qor-slider__title {
        font-size: 36px;
    }

    .qor-slider__subtitle {
        font-size: 22px;
        /*padding: 16px 120px;*/
    }

    /*a.qor-slider__button {*/
    /*    padding: 4px 20px;*/
    /*}*/
}


@media screen and (max-width: 1024px) {
    /*.qor-slider__title {*/
    /*    font-size: 30px;*/
    /*    margin-top: 10px;*/
    /*}*/

    .qor-slider__texts {
        top: 50px;
    }

    /*.qor-slider__subtitle {*/
    /*    font-size: 26px;*/
    /*    padding: 10px 50px;*/
    /*}*/

    a.qor-slider__button {
        font-size: 18px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 992px) {
    .flex-control-paging li a {
        width: 9px;
        height: 9px;
        display: block;
        position: relative;
        top: 15px;
    }

    .qor-slider__texts {
        position: absolute !important;
        top: 40px;
        width: 100%;
        text-align: center;
    }

    /*.qor-slider__title {*/
    /*    font-size: 30px;*/
    /*}*/

    /*a.qor-slider__button {*/
    /*    font-size: 16px;*/
    /*}*/
}

@media screen and (max-width: 860px) {
    .qor-slider__texts {
        position: absolute !important;
        top: 30px;
        width: 100%;
        text-align: center;
    }

    /*.qor-slider__title {*/
    /*    font-size: 26px;*/
    /*}*/

    /*.qor-slider__subtitle {*/
    /*    font-size: 20px;*/
    /*    padding: 10px 50px;*/
    /*}*/

    a.qor-slider__button {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .qor-slider__texts {
        position: absolute !important;
        top: 25px;
        width: 100%;
        text-align: center;
    }

    .qor-slider__title {
        font-size: 28px;
        margin-top: 50px;
    }

    /*.qor-slider__subtitle {*/
    /*    font-size: 16px;*/
    /*    padding: 8px 50px;*/
    /*}*/

    a.qor-slider__button {
        font-size: 14px;
    }
}

/*@media screen and (max-width: 650px) {*/
/*    .qor-slider__title {*/
/*        font-size: 18px;*/
/*        margin-top: 8px;*/
/*    }*/
/*}*/

@media screen and (max-width: 560px) {
    .qor-slider__subtitle {
        font-size: 18px;
        padding: 5px 20px;
    }

    /*a.qor-slider__button {*/
    /*font-size: 14px;*/
    /*padding: 2px 12px;*/
    /*border: 1px #ffffff solid;*/
    /*}*/

    .flex-control-paging li a {
        width: 8px;
        height: 8px;
        display: block;
        position: relative;
        top: 15px;
    }
}

/*@media screen and (max-width: 460px) {*/
/*    .qor-slider__title {*/
/*        font-size: 24px;*/
/*        margin-top: 8px;*/
/*    }*/

/*}*/

@media screen and (max-width: 414px) {
    .qor-slider__title {
        font-size: 22px;
    }
    .flexslider .slides img {
        width: 100%;
        min-height: 260px;
        display: block;
    }
    .qor-slider__subtitle {
        font-size: 13px;
        /*letter-spacing: -1.5px;*/
        /*padding: 5px 20px;*/
    }
}

@media screen and (max-width: 360px) {
    .qor-slider__title {
        font-size: 20px;
    }

    .qor-slider__subtitle {
        font-size: 12px;
        letter-spacing: -1.5px;
        padding: 5px 20px;
    }
}
