@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:728px;
    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;
    right: 10%;
    bottom: 25%;
    /* width: 27%;
     max-width: 480px; */
    text-align: left;
    padding: 0;
    /* -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 {
    font: 700 24px/1.3 "Playfair Display", serif;
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    text-align: right;
    font-size: 24px;
    line-height: 38px;
	font-family: 'Spartan', 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;
        font-family: 'Spartan', sans-serif;
    }
}

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

.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 {
    font: 600 14px/1.8 "Open Sans", sans-serif;
    /* max-width: 400px; */
    margin: 0 auto;
    
    margin-top: 12px;
    
    font-size: 18px;
    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;
    font-family: 'Spartan', sans-serif;
    font-weight: 300;
}

@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: .6;
}

.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: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
    font: 400 11px/1.3 "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.2s ease;
	font-family: 'Spartan', sans-serif;
}

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

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

.q_slide .pagination {
    position: absolute;
    left: 0;
    cursor: default;
    z-index: 2;
    bottom: 10%;
    margin-top: 0;
    width: 100%;
    text-align: center;
}



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

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

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

.q_slide .pagination .item::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -11px;
    width: 25px;
    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: #e66713;
}

.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;
    position: absolute;
    bottom: 10%;
    margin-bottom: -20px;
    cursor: pointer;
    z-index: 3;
    right: 10%;
	display:none;
}

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

.q_slide .arrows .arrow:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #bb2852;
    transition: all 0.2s ease;
    transform: scale(0.5);
    opacity: 0;
}

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

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

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

.q_slide .arrows .prev {
    margin-right: 70px;
}


@media screen and (max-width: 1366px) {
.q_slide .slide .caption h1{ font-size: 36px; }    
}

@media screen and (max-width: 980px) {
.q_slide .slide .caption h1 {font: 700 34px/1.3 "Playfair Display", serif; font-family: 'Spartan', sans-serif;}
.q_slide .slide .caption h6 { font-size: 18px; letter-spacing: 2px;}
.q_slide .slide .caption { width: 100%;}
}

@media screen and (max-width: 640px) {
.q_slide .slide .caption h1 { font:700 13px/1.3 "Playfair Display", serif; letter-spacing:0px; font-family: 'Spartan', sans-serif;}
.q_slide { height: 400px;  }
.q_slide .arrows{ display:none;}
.q_slide .slide .caption { bottom: 54px;}
.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: 13px; }
}


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

@media screen and (max-width: 480px) {
.q_slide {
    height: 300px;
}
.q_slide .slide .caption p {
    font-size: 15px; font-weight: 300;}
	.q_slide .slide .caption{ width:85%;}
}



.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: 540px) {
    .q_slide.full-width .arrows .arrow.next {
        left: 72px;
    }
}

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

}


.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);
    }
}

