@charset "UTF-8";

.q_magnet {
    display: block;
    transition: all 260ms ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    will-change: transform;
}

.q_magnet.hovered {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.q_splitText span {
    display: inline-block;
}

.q_split {
    display: block;
    overflow: hidden;
}

.q_split_wrap {
    display: block;
}

@media screen and (min-width: 541px) {
    .q_smooth {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: auto;
        will-change: transform;
    }
}



.q_slide {
    overflow: hidden;
    position: relative;
    width: 100%;
    height:640px;
    z-index: 0;
}

.q_slide .q_slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.q_slide .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*.q_slide .grad-btm {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    opacity: .7;
}*/

.q_slide .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: #000;
}

.q_slide .slide.q_current {
    display: block;
}

.q_slide .slide.is-loaded {
    opacity: 1;
}

.q_slide .slide .caption {
    position: absolute;
    left: 10%;
    bottom: 40%;
    /* width: 27%;
     max-width: 480px; */
    text-align: left;
    padding: 0px 0 0px 30px;
    /* -webkit-transform: translateX(-50%) translateY(0); 
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    /* transform: translateX(-50%) translateY(0); */
}


.q_slide .slide .caption h1 {
    margin-top: 0px;
    margin-bottom: 0;
    color: #dfbf00;
    font-size: 65px;
    font-style: normal;
    font-weight: normal;
    /* font-family: 'Conv_NatashawalkerRegular-lgede',Sans-Serif; */
}
@media screen and (max-width: 800px) {
/*.q_slide .slide .caption { width: 68%;}*/
}
@media screen and (max-width: 540px) {
    .q_slide .slide .caption h1 {
        font: 700 16px/1.3 "Open Sans", serif;
        
    }
}

.q_slide .slide .caption h6 {
    font: 400 11px/1.3 "Open Sans", sans-serif;
    margin-top: 10px;
    color: #fff;
    position: relative;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Spartan', sans-serif;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 45px;
}

.q_slide .slide .caption .sep {
    width: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 30px auto;
    display: none;
}

.q_slide .slide .caption p {
    /* max-width: 400px; */
    margin: 0 auto;
    margin-top: 12px;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-shadow: 0px 3px 3px #000000c2;
    -webkit-text-shadow: 0px 3px 3px #000000c2;
    -moz-text-shadow: 0px 3px 3px #000000c2;
    letter-spacing: 4px;
}

@media screen and (max-width: 540px) {
   /* .q_slide .slide .caption p {
        margin-top: 70px;
    }*/
}

.q_slide .slide .caption .q_magnet {
    padding: 50px 20px 20px;
    display: inline-block;
}

@media screen and (max-width: 540px) {
    .q_slide .slide .caption {
        bottom: 120px;
    }
}

.q_slide .slide .caption.right {
    left: auto;
    right: 10%;
    text-align: right;
}

.q_slide .slide .image-container, .q_slide .slide .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.q_slide .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    opacity: 1;
}

.q_slide .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.q_slide .slide .btn {
    display: inline-block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 16px 50px 14px 25px;
    color: #fff;
    font: 400 11px/1.3 "Open Sans", sans-serif;
    letter-spacing: 2px;
    transition: all 0.2s ease;
    font-family: 'Conv_AkzidenzGroteskBE-Cn';
    font-size: 16px;
    background-image: url(../images/icons/icon1.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
        margin-left: -30px;
        position: relative;
        margin-top: 28px;
}
.q_slide .slide .btn:after{ position: absolute; content: ''; width: 1px; height:30px; background-color: #fff; right: 0px; top: 0px;-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.q_slide .slide .btn:before{ position: absolute; content: ''; width: 150px; height:1px; background-color: #fff; left: 0px; bottom: 0px; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.q_slide .slide .btn:hover:before{ width: 100%; }
.q_slide .slide .btn:hover:after{ height: 100%; }

.q_slide .slide .btn:hover {
   
    color: #fff;
    background-color: #ff1420;
}

/*.q_slide .slide .btn::before {
    background: #fff;
}*/

.q_slide .pagination {
    position: absolute;
    left: 40px;
    cursor: default;
    z-index: 2;
    bottom: 18px;
    margin-top: 0;
    /* width: 100%; */
    text-align: left;
    display: none;
}



.q_slide .pagination .item {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
    margin: 0 11px;
}

.q_slide .pagination .item + .page {
    margin-left: 0;
}

.q_slide .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    margin: 9px 0;
    background: rgb(255 255 255);
    transition: background 0.2s ease;
    border-radius: 50%;
}

.q_slide .pagination .item::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -11px;
    width: 5px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.2s ease;
}

.q_slide .pagination .item:hover::before, .q_slide .pagination .item.q_current::before {
    background-color: #717171;
}

.q_slide .pagination .item:hover::after, .q_slide .pagination .item.q_current:hover::after {
    opacity: 1;
    transform: scale(1);
}

.q_slide .arrows .arrow {
    display: block;
    padding: 20px 23px;
    position: absolute;

    top: 84%;
    margin-top: -35px;
    cursor: pointer;
    z-index: 3;
    right: 20px;
    /* display:none; */
    font-weight: bold;
}

@media screen and (max-width: 540px) {
    .q_slide .arrows .arrow {
        right:  0;
    }
}

.q_slide .arrows .arrow:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.2s ease;
    transform: scale(1);
    opacity: 1;
    background: url(../images/icons/next.png) no-repeat 15px 13px ;
    background-size: 40px;
}
.q_slide .arrows .prev:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 8px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.2s ease;
    transform: scale(1);
    opacity: 1;
    background: url(../images/icons/prev.png) no-repeat 12px 13px ;
    background-size: 40px;
}

.q_slide .arrows .arrow:hover:before {
    transform: scale(1.1);
    opacity: 1;
}

.q_slide .arrows .arrow .svg {
    opacity: 0;
}

.q_slide .arrows .arrow:hover .svg {
    opacity: 0;
}

.q_slide .arrows .prev {
    margin-right: 30px;
    right: 100px;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1366px) {
  
}

@media screen and (max-width: 980px) {
.q_slide .slide .caption h1 { font-size: 43px; line-height: 49px;}
.q_slide .slide .caption h6 { font-size: 18px; margin-top: 0px; }
.q_slide .slide .caption:after{height: 130px;}
.q_slide{height: 343px;}
.q_slide .slide .caption p { font-size: 20px; line-height: 24px;}
.q_slide .slide .caption h1:before, .q_slide .slide .caption h1:after{ top: 13px;}
.q_slide .arrows .prev{ right: 71px !important;  }
.q_slide .arrows .arrow{ right: 0px; }
.q_slide .slide .caption h1{ margin-top: 0px; }
}


@media screen and (max-width: 640px) {
    .q_slide .arrows .arrow {
    top: 75%;
}
.q_slide .slide .caption h1 { font:400 0px/1.3 "Playfair Display", serif; letter-spacing:0px; font-family: 'Teko', sans-serif;}
.q_slide { height: 240px;  }
.q_slide .arrows{ display:block;}
.q_slide .slide .caption { bottom: 35px; padding: 20px 0 10px 15px;left: 35px;}
.q_slide .pagination { left: 0; bottom: 3%; margin-top:0; width: 100%; text-align: center;}
.q_slide .slide .caption p{ font-size: 20px; line-height: 18px;  padding:0;}
.q_slide .slide .caption p{ display: none; }
.q_slide .slide .caption h6 {  font-size: 13px;}
.q_slide .slide .caption h1{ font-size: 30px;  display:none;}
.q_slide .slide .caption:after{height: 90px; width:5px}
.q_slide .slide .caption h6 { margin-bottom: 32px;}
.q_slide .slide .btn{ display: none; }
    
}


@media screen and (max-width: 540px) {
    .q_slide .arrows .next {
        right:  0px;
    }
}

@media screen and (max-width: 480px) {
    .q_slide .arrows .arrow {
    top: 82%;
}
.q_slide .arrows .prev {
    right: 15px !important;
}
.q_slide .arrows .arrow:before {
    top: 14px;
    left: 9px;
    width: 40px;
    height: 40px;
    background: url(../images/icons/next.png) no-repeat 0px -2px;
    background-size: 43px;
}
.q_slide .arrows .prev:before {
    top: 14px;
    left: 16px;
    width: 40px;
    height: 40px;
    background: url(../images/icons/prev.png) no-repeat -3px -2px;
    background-size: 43px;
}
.q_slide { height: 212px;}
.q_slide .slide .caption p {
    font-size: 15px; font-weight: 300;}
    .q_slide .slide .caption{ width:85%;}
    .q_slide .slide .btn{ display: none; }
    .q_slide .slide .caption { bottom: 3px;}
    .q_slide .slide .caption { padding: 0px 0 0px 0px; }
    .q_slide .slide .caption h1 { font-size: 30px;}
    .q_slide .slide .caption h6 { font-size: 12px;}
    .q_slide .slide .caption:after{height: 60px;}
}



.q_slide .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #bb2852;
    transition: opacity 0.2s ease;
}

.q_slide.full-width {
    height: 90vh;
    overflow: visible;
}

.q_slide.full-width .image {
    opacity: .8;
}

.q_slide.full-width .arrows .arrow {
    bottom: 0;
    padding: 20px 29px 17px;
    text-align: center;
    cursor: pointer;
    background: #5f5c68;
    display: block;
    width: 11px;
}

.q_slide.full-width .arrows .arrow svg {
    fill: #fff;
}

.q_slide.full-width .arrows .arrow:before {
    display: none;
}
@media screen and (max-width: 1200px){
.q_slide {
    height: 517px;
}
}

@media screen and (max-width: 1100px){
.q_slide {
    height: 471px;
}
}
@media screen and (max-width: 1024px){
.q_slide {
    height: 443px;
}
}
@media screen and (max-width: 945px){
.q_slide {
    height: 419px;
}
}
@media screen and (max-width: 915px){
.q_slide {
    height: 395px;
}
}
@media screen and (max-width: 840px){
.q_slide {
    height: 361px;
}
}
@media screen and (max-width: 767px){
.q_slide {
    height: 329px;
}
}
@media screen and (max-width: 700px){
.q_slide {
    height: 301px;
}
}
@media screen and (max-width: 640px){
.q_slide {
    height: 291px;
}
}
@media screen and (max-width: 620px){
.q_slide {
    height: 268px;
}
}
@media screen and (max-width: 570px){
.q_slide {
    height: 244px;
}
}
@media screen and (max-width: 540px) {
    .q_slide.full-width .arrows .arrow.next {
        left: 72px;
    }
}
@media screen and (max-width: 520px) {
.q_slide {
    height: 225px;
}
}
@media screen and (max-width: 450px) {
.q_slide {
    height: 193px;
    }
}
@media screen and (max-width: 400px) {
.q_slide {
    height: 173px;
}
}
@media screen and (max-width: 360px) {
.q_slide .slide .caption:after{height: 90px; width:5px}
.q_slide .slide .caption h6{ display: none; }
.q_slide .slide .caption { bottom: 23px;}
.q_slide { height: 155px;}
}


.q_slide.kenburns .slides .slide .image-container .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    animation: kenburns 30s linear;
    -ms-animation: kenburns 30s linear;
    -webkit-animation: kenburns 30s linear;
    -o-animation: kenburns 30s linear;
    -moz-animation: kenburns 30s linear;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
}

