/*
|-----------------------------------------------------------------------------------------------------------
| HOMEPAGE SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow {
    position: relative;
    padding: 0 15px;
    margin-bottom: 35px;
}

.header-slideshow.alternate {
    padding: 0;
    /*margin-bottom: 15px;*/
}

.header-slideshow .item .img-cont { 
    padding-bottom: 100%;
}
/*.header-slideshow .item .img-cont.vimeo-img-cont {
    padding-bottom: 0;
}*/

.header-slideshow .arrows {
    display: flex;
    justify-content: space-between;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: calc(100% - 30px);
    z-index: 1;
    pointer-events: none;
}

.header-slideshow.alternate .arrows {
    padding-bottom: 100%;
}

.header-slideshow .arrows .custom-prev,
.header-slideshow .arrows .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2685e;
    pointer-events: all;
}

.header-slideshow .arrows .custom-prev {
    left: 0;
}

.header-slideshow .arrows .custom-next {
    right: 0;
}

.header-slideshow .arrows .custom-prev i,
.header-slideshow .arrows .custom-next i {
    font-size: 20px;
    color: white;
}

.header-slideshow .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 100%;
    pointer-events: none;
    z-index: 10;
}

.header-slideshow .play-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    pointer-events: all;
    cursor: pointer;
}

.header-slideshow .item .content {
    position: relative;
    padding: 20px 15px;
}

.header-slideshow .item .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7ccecd;
    z-index: -1;
}

.header-slideshow .item .content h2 {
    font-size: 24px;
    line-height: 28px;
    color: white;
    margin: 0 0 5px;

}

.header-slideshow .item .content h2 i {
    font-size: 20px;
    color: #ffd86a;
    margin-left: 5px;
}

.header-slideshow .item .content p {
    font-size: 13px;
    color: white;
    margin: 0 0 5px;

}

.header-slideshow .item .content .photo-cred {
    font-family: "mark_pro";
    font-size: 10px;
    color: white;
}

.header-slideshow .fa,
.header-slideshow .fas {
    font-family: FontAwesome;
}
/**** DOTS ****/
.header-slideshow .slick-dots li.slick-active button:before,
.header-slideshow .slick-dots li button:before {
    display: none;
}
.header-slideshow .dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
}

.header-slideshow.alternate .dots {
    padding-bottom: 100%;
}

.header-slideshow ul.slick-dots {
    list-style:none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
    pointer-events: all;
    width:auto;
}

.header-slideshow ul.slick-dots li {    
    display:inline-block;
}

.header-slideshow ul.slick-dots li::after {
    display: none;
}

.header-slideshow ul.slick-dots li button {
    background-color:white !important;
    width:13px;
    height:13px;
    font-size:0px;
    padding:0px;
    margin:0px 5px; 
    border:1px #fff solid;  
    border-radius:50%;
}

.header-slideshow ul.slick-dots li.slick-active button { 
    background-color: #f2685e !important; 
    width: 13px;
    height: 13px;
}

.header-slideshow ul.slick-dots li button:focus {
    outline: none;
}
/**** END DOTS ****/

.header-slideshow .vimeo-video {
    width: auto;
    height: 100%;
    position: relative;
}

.header-slideshow .item .img-wrapper {
    display: block;
}

@media (min-width: 641px) {
    .header-slideshow ul.slick-dots li button {
        width: 16px;
        height: 16px;
    }
    .header-slideshow ul.slick-dots li.slick-active button {
        width: 20px;
        height: 20px;
    }
    .header-slideshow .play-btn img {
        width: auto;
    }
    .header-slideshow .vimeo-video {
        z-index: 10
    }

}

@media (min-width: 641px) and (max-width: 1024px) {
    .header-slideshow .vimeo-video {
        width: 100%;
        height: 100%;
    }
    .header-slideshow .item .content.vimeo-content {
        margin-top: -3px;
    }
    .header-slideshow .arrows,
    .header-slideshow .dots {
        padding-bottom: calc(57.5% - 30px);
    }
    .header-slideshow.alternate .arrows,
    .header-slideshow.alternate .dots {
        padding-bottom: 56%;
    }
    .header-slideshow .play-btn {
        padding-bottom: 56.5%;
    }
    .header-slideshow .arrows .custom-prev, 
    .header-slideshow .arrows .custom-next {
        width: 60px;
    }
    .header-slideshow .arrows .custom-prev i, 
    .header-slideshow .arrows .custom-next i {
        font-size: 30px;
    }
    .header-slideshow .item .img-cont {
        padding-bottom: 56%;
    }

    .header-slideshow.alternate .item .img-cont {
        padding-bottom: 56%;
    }
    .header-slideshow.alternate .item .img-cont.vimeo-vid {
        padding-bottom: 0;
    }

}

@media (min-width: 1025px) {
    .header-slideshow {
        padding: 0 25px;
        margin-bottom: 25px;
        min-height: 900px;
    }
    .header-slideshow.alternate {
        min-height: 675px;
    }
    .header-slideshow .slick-list {
        position: absolute;
        top: 0;
        left: 25px;
        width: calc(100% - 50px);
        height: 100%;
    }
    .header-slideshow.alternate .slick-list {
        width: 100%;
        left: 0;
    }
    .header-slideshow .slick-track {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .header-slideshow .arrows {
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
    }
    .header-slideshow.alternate .arrows {
        padding: 0;
        height: 100%;
    }
    .header-slideshow .arrows .custom-prev, 
    .header-slideshow .arrows .custom-next {
        width: 80px;
    }
    .header-slideshow .arrows .custom-prev i, 
    .header-slideshow .arrows .custom-next i {
        font-size: 50px;
        font-weight: bold;
    }
    .header-slideshow .dots {
        padding: 0;
        height: 100%;
    }
    .header-slideshow.alternate .dots {
        padding: 0;
        height: 100%;
    }
    .header-slideshow ul.slick-dots li button {
        width: 20px;
        height: 20px;
        border: 2px #fff solid;
    }
    .header-slideshow ul.slick-dots li.slick-active button {
        width: 24px;
        height: 24px;
    }
    .header-slideshow .item .img-cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 55%;
    }
    .header-slideshow .item .content {
        position: absolute;
        right: 0;
        bottom: 55px;
        max-width: 485px;
        padding: 35px 70px 35px 55px;
        z-index: 1;
    }
    .header-slideshow .item .content::after {
        opacity: 0.85;
    }
    .header-slideshow .item .content h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .header-slideshow.alternate .item .content h2 {
        width: 70%;
    }
    .header-slideshow .item .content h2 i {
        font-size: 26px;
    }
    .header-slideshow .item .content p {
        font-size: 16px;
        line-height: 22px;
    }
    .header-slideshow .item .content .photo-cred {
        font-size: 13px;
    }
    .header-slideshow .play-btn {
        padding: 0;
        height: 100%;
    }
}


/*@media(min-width: 641px){
    .header-slideshow .play-btn {
        display: none;
    }
}*/
@media (min-width: 1280px) {
    .header-slideshow .vimeo-video {
        width: 100%;
        height: auto;
    }
}

.header-slideshow .item .video-controls {
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size: 30px;
    left: 40px;
    z-index: 1000;
}
@media(max-width:1024px){
    .header-slideshow .item .video-controls {
        bottom: 20px;
    }  
    .header-slideshow .item .video-controls.has-content {
        bottom: 110px;
    }  
}
.header-slideshow .item .video-controls i {
    display: none;
    cursor: pointer;
}
.header-slideshow .item .video-controls .play-pause i.active {
	display: inline-block;
}
.header-slideshow .item .video-controls .play-pause {
    margin-right: 15px;
}
.header-slideshow .item .video-controls .mute i.active {
	display: inline-block;
}
.header-slideshow .item .video-controls .controls {
	display: inline-block;
}
.header-slideshow .item .video-controls .controls .fa-volume-off {
	margin-right: 18.7px;
}