/*
|-----------------------------------------------------------------------------------------------------------
| HOMEPAGE SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header-slideshow .home-header {
    background: linear-gradient(to bottom, rgba(0,0,0,1)0%, rgba(0,0,0,1)80%, rgba(0,0,0,0)90%);
}
.header-slideshow .home-header .item {
    position: relative;
        z-index: 0;
}
.header-slideshow .home-header .item .img-cont {
    position: relative;
    padding-bottom: 800px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(/includes/public/assets/images/int-header-mask-sm.png) 0 0 / 100% 100% no-repeat;
    mask: url(/includes/public/assets/images/int-header-mask-sm.png) 0 0 / 100% 100% no-repeat;
    filter: blur(5px);
    opacity: 0.65;
}
.header-slideshow .home-header .item::after {
    background: linear-gradient(to bottom, transparent 0%, rgb(227, 209, 194) 95%);
}

@media (min-width: 641px) {
    .header-slideshow .home-header .item .img-cont {
        -webkit-mask: url(/includes/public/assets/images/int-header-mask.png) 0 0 / 100% 100% no-repeat;
        mask: url(/includes/public/assets/images/int-header-mask.png) 0 0 / 100% 100% no-repeat;
    }
}

@media(min-width:1025px){
    .header-slideshow .home-header .item video {
        position: absolute;
        top: 0;
        left: 50%;
        min-width: 100%;
        width: auto;
        transform: translateX(-50%);
    }
    .video-mask {
        position: absolute;
        top: 34%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(to bottom, transparent 0%, rgb(227, 209, 194) 80%);
    }
}
@media(max-width: 1024px){

    .header-slideshow .home-header .item video {
        position: absolute;
        top: 0;
        left: 50%;
        min-width: 100%;
        width: auto;
        height: 100%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .video-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: url(/includes/public/assets/images/sand-pattern.png);
        -webkit-mask: url(/includes/public/assets/images/int-header-mask-sm-invert.png) 0 0 / 100% 100% no-repeat;
        mask: url(/includes/public/assets/images/int-header-mask-sm-invert.png) 0 0 / 100% 100% no-repeat;
    }
}
.header-slideshow .home-header .item a {
    display: block;
}
.header-slideshow .home-header .item a:hover {
    text-decoration: none;
}
.header-slideshow .home-header .item .img-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgb(227, 209, 194) 95%);
}

.header-slideshow .home-header .item img {
    width:100%;
    height:auto !important;
}

@supports (-webkit-mask-image: linear-gradient(to bottom, black 0%, black 65%,  transparent 85%)){

    .header-slideshow .home-header .item .img-cont::after {
        display: none;
    }


}

/*.header-slideshow .home-header .item {
    padding-bottom: 70px;

}*/

.header-slideshow .home-header .item .content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*width: 85%;*/
    /*height: calc(100% - 70px);*/
    display: flex;
    flex-direction: column;
    height: 560px;
    width: 700px;
}
.header-slideshow .home-header .item .content .video-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%,0);
}
.header-slideshow .home-header .item .content.video-content .video-cont {
    bottom: unset;
    top: 150px;
}
.header-slideshow .home-header .item .content.vimeo-content {
    display: none;
}
.header-slideshow .home-header .item .content-inner {
    margin-top: 200px;
}

.header-slideshow .home-header .item h2 {
    /*font-size: 32px;*/
    /*line-height: 32px;*/
    color: white;
    text-transform: uppercase;
    text-align: center;
    /*margin: 0 0 15px;*/
    text-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    font-size: 88px;
    line-height: 82px;
    margin: 0 0 20px;
}
.header-slideshow .home-header .item .content {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 55%;
    padding: 0 40px;
}
.header-slideshow .home-header .item .content.video-content {
    top: 140px;
}
.header-slideshow .item .content .title,
.header-slideshow .item .content a .title {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
@supports (-webkit-background-clip: text){
    .header-slideshow .item .content .title {
        background: linear-gradient(to bottom, white 0%, white 70%, transparent 98%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.header-slideshow .home-header .item .desc {
    text-align: center;
    font-weight: normal;
    /*font-size: 16px;*/
    /*line-height: 22px;*/
    width: 600px;
    margin: auto;
    color: white;
    text-shadow: 1px 1px #555;
    font-size: 26px;
    line-height: 40px;

}
.header-slideshow .home-header .item .vimeo-video {
/*    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);*/
/*    height: 1100px;*/
    /* padding-bottom: 100%; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /*-webkit-mask: url(/includes/public/assets/images/int-header-mask-sm.png) 0 0 / 100% 100% no-repeat;*/
}
.header-slideshow .home-header .item .play-btn {
    z-index: 10;
    font-size: 50px;
    color: white;

}
.header-slideshow .home-header .item .vimeo-play-btn {
    display: none !important;
}


@media (min-width: 641px) and (max-width: 1024px) {
    .header-slideshow .home-header .item .img-cont {
        padding-bottom: 70%;
    }
/*    .header-slideshow .home-header .item .content {
        position: absolute;
        top: 8%;
    }*/
}
@media(max-width: 768px){

    .header-slideshow .home-header .item h2 {
        font-size: 56px;
        line-height: 52px;
        margin: 0 0 15px;
    }
    .header-slideshow .home-header .item .desc {
        width:400px;
        font-size: 18px;
        line-height: 24px;
    }


}
@media(max-width: 640px){
    .header-slideshow .item .content .title {
        font-size: 32px;
        line-height: 36px;
    }
    .header-slideshow .home-header .item .content .video-cont {
            position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%,0);

    }
    .header-slideshow .home-header .item .vimeo-play-btn {
        display: flex !important;
    }
    .header-slideshow .home-header .item h2 {
        font-size: 36px;
        line-height: 35px;
        margin: 0 0 5px;
    }
    .header-slideshow .home-header .item .desc {
        width: 260px;
        font-size: 16px;
        line-height: 20px;
    }
/*    .header-slideshow .home-header .item .content {
        width: 400px;
    }*/
    .header-slideshow .home-header .item .content-inner {
        margin-top: 280px;
    }
    .header-slideshow .home-header .item .img-cont {
        /*background-size: contain;*/
        padding-bottom: 500px;
    }
    .header-slideshow .item .content .title,
    .header-slideshow .item .content a .title {
        font-size: 32px;
        line-height: 36px;
    }
/*    .header-slideshow .home-header .item .content {
        top: 10%;
    }*/
}
@media (min-width: 1025px) {
    .header-slideshow .home-header .item {
        padding-bottom: 0;
    }
/*    .header-slideshow .home-header .item .content {
        height: 80%;
    }*/


}
.header-slideshow .item .content .title,
.header-slideshow .item .content a .title {
    line-height: 145px;
    font-size: calc(100px + (130 - 80) * ((100vw - 1024px) / (1665 - 1024)));
    line-height: calc(100px + (145 - 95) * ((100vw - 1024px) / (1665 - 1024)));
}
@media (max-width: 640px){
    .header-slideshow .item .content .title,
    .header-slideshow .item .content a .title {
        line-height: 145px;
        font-size: calc(80px + (130 - 80) * ((100vw - 1024px) / (1665 - 1024)));
        line-height: calc(100px + (145 - 95) * ((100vw - 1024px) / (1665 - 1024)));
    }
}
@media (min-width: 1025px) {
/*    .header-slideshow .home-header .item .content {
        position: absolute;
        top: 10%;
    }*/
    .header-slideshow .item .content .title,
    .header-slideshow .item .content a .title {
        line-height: 145px;
        font-size: calc(80px + (130 - 80) * ((100vw - 1024px) / (1665 - 1024)));
        line-height: calc(95px + (145 - 95) * ((100vw - 1024px) / (1665 - 1024)));
    }

    @supports (-webkit-mask-image: linear-gradient()){
        .header-slideshow .home-header .item img {
            -webkit-mask-image: linear-gradient(to bottom, black 0%, black 45%,  transparent 85%);
            mask-image: linear-gradient(to bottom, black 0%, black 65%,  transparent 85%);
        }
    }
    @supports (mask-image: linear-gradient()){
        .header-slideshow .home-header .item img {
            -webkit-mask-image: linear-gradient(to bottom, black 0%, black 45%,  transparent 85%);
            mask-image: linear-gradient(to bottom, black 0%, black 65%,  transparent 85%);
        }
    }
}

/**** DOTS ****/

.header-slideshow ul.slick-dots {
    position:absolute;
    bottom:40px;
    height:20px;
    width:100%;
    margin:0px;
    text-align:center;
    padding:0px;
    list-style:none;
}

.header-slideshow ul.slick-dots li {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    display:inline-block;
}

.header-slideshow ul.slick-dots li button {
    background-color:white !important;
    width:20px;
    height:20px;
    font-size:0px;
    padding:0px;
    margin:0px 8px 0px 8px;
    border:2px #fff solid;
    border-radius:50%;
    vertical-align: top;
}
.header-slideshow ul.slick-dots li button:before {
    display: none;
}
.header-slideshow ul.slick-dots li.slick-active button {
    background-color: transparent !important;
}

.header-slideshow ul.slick-dots li button:focus {
    outline: none;
}
.header-slideshow ul.slick-dots {
        top: 580px;
    }


@media (min-width: 640px) {
    .header-slideshow ul.slick-dots li button {
        width: 15px;
        height: 15px;
    }
    .header-slideshow ul.slick-dots li.slick-active button {
        background-color: #d8a64c !important;
    }

}
@media (max-width: 640px) {
    .header-slideshow ul.slick-dots {
        top: 490px;
    }
}


/**** END DOTS ****/

