/*.fonts{
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif;
    font-family: 'Archer SSm A', 'Archer SSm B', sans-serif;  font-weight: 700;
    font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif; font-weight: 500; 
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; font-weight: 400; 
}
*/
/*
|---------------------------------------------------------------------------------------------
|  HOMEPAGE HEADER SLIDES
|---------------------------------------------------------------------------------------------
*/
.headerslides.home{
	opacity: 0;
	position: relative;
}
.headerslides.home .upperShadow{
	height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}
.headerslides.home .slide{
	z-index: 35;
	position: relative;
}
.headerslides.home .slide{
	/*min-height: 540px;*/
}
.headerslides.home .slide .imageOuter{
    display: block;
}
.headerslides.home .slide .imageInner{
	display: block;
    position: relative;
    width: 100%;
}
.headerslides.home .slide .imageInner img{
	width: 100%;
	height: auto;
	max-width: none;
}
.headerslides.home .textOuter {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
}
.headerslides.home .text { display: inline-block; }
.headerslides.home .text a{}
.headerslides.home .text .title a{
	/*background-color: rgba(254, 80, 0, 0.75);*/
    color: #fff;
    display: inline;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    padding: 1px 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.headerslides.home .text .title a{
	
}
.headerslides.home .text .subtitle{
	/*background-color: rgba(254, 80, 0, 0.75);*/
    color: #fff;
    display: inline;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    padding: 0 8px 3px 11px;
    position: relative;
    top: -1px;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@-moz-document url-prefix() {/* firefox specific hack - to handle line hieght variations */
   .headerslides.home .text .subtitle{top: -2px;}
}
.headerslides.home .text .subtitle a{
	color: #fff;
    font-weight: 700;
    /*line-height: 26px;*/
    text-decoration: none;
}
.headerslides.home .slide .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
}
.headerslides.home .slide .playicon{
    display: block;
    width: 85px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 14px 15px;
    background-color: rgba(0,0,0,0.5);
    background-image: url("/includes/public/assets/images/play-arrow.png");
    background-position: 33px center;
    background-repeat: no-repeat;
    -webkit-transition: all 275ms ease-in-out;
    -moz-transition: all 275ms ease-in-out;
    -o-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.headerslides.home .slide:hover .playicon{
    background-color: rgba(218,41,28, 0.95);
    border: solid 1px rgba(255, 255, 255, 0.41);
}
.headerslides.home .slide.bottomleft .text{
	bottom: 30px;
    left: 13px;
    position: absolute;
}
.headerslides.home .slide.bottomright .text{
	bottom: 30px;
    right: 13px;
    left: auto;
    text-align: right;
}
.headerslides.home .arrow {
    position: absolute;
    top: calc(50% - 40px);
    color: #fff;
    cursor: pointer;
}
.headerslides.home .arrow.prevSlide { left:10%;}
.headerslides.home .arrow.nextSlide { right: 10%;}

.item-btn-play {
    visibility: hidden;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.disable-video-autoplay .item-btn-play {
    visibility: visible;
}

.item-btn-play a i:hover {
    color: #fff;
}
.mfp-bg {
    z-index: 2999 !important;
}
.mfp-wrap {
    z-index: 3000 !important;
}
.mfp-iframe-holder .mfp-close {
    background: transparent;
}

.videolink,
.videolink:active,
.videolink:hover,
.videolink:focus,
.videolink:visited {
    color: #fff;
    outline: unset;
    border: none;
}

.video-slide-container iframe {
    position: absolute;
    width: 100%;
    margin-top: -540px;
    top: 50%;
    left: 0;
    z-index: -1;
}


.headerslides.home .video-controls-cont {
    position: absolute;
    bottom: 35px;
    left: 55px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 34px;
}

@media(max-width: 1024px) {
    .headerslides.home .video-controls-cont {
        display: none;
    }
}

.headerslides.home .video-mute.volume-off .video-controls-cont .audio-controls .fa-volume-up {
    display: inline-block;
}

.headerslides.home .video-mute.volume-on .video-controls-cont .audio-controls .fa-volume-up {
    display: none;
}

.headerslides.home .video-mute.volume-on .video-controls-cont .audio-controls .fa-volume-off {
    display: inline-block;
}

.headerslides.home .video-mute.volume-off .video-controls-cont .audio-controls .fa-volume-off {
    display: none;
}

.headerslides.home .video-mute .video-controls-cont .fa-pause-circle {
    display: none;
    pointer-events: none;
}

.headerslides.home .video-mute.playing .video-controls-cont .fa-pause-circle {
    display: inline-block;
    pointer-events: all;
}

.headerslides.home .video-mute.playing .video-controls-cont .fa-play-circle {
    display: none;
    pointer-events: none;
}

.headerslides.home .video-mute .video-controls-cont .audio-controls {
    margin-left: 25px;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    .headerslides.home .slide{height:auto;}
    .headerslides.home .text .subtitle{display: none;}
    .headerslides.home .text {
        display: inline-block;
        text-align: center;
    }
    .headerslides.home .text .title a{
        font-size: 32px;
        line-height: 42px;
    }
    
}
@media only screen and (max-width: 480px) {
        .headerslides.home .text .title a{
            font-size: 16px;
            line-height: 16px;
        }
        .headerslides.home .text {
            top: 65%;
            padding: 0 20%;
        }
}
/***  Desk***/ 
@media only screen and (min-width: 64em){
	.headerslides.home{ 
        max-height: none;
        max-width: 1440px;
        margin: 0px auto;
        text-align: center;
    }
	.headerslides.home .slide { /*min-height: 640px;*/}
	.headerslides.home .text .title a{
   		font-size: 60px;
   		line-height: 73px;
   		padding: 1px 22.5px 0;
   	}
   	.headerslides.home .text .subtitle{
   		font-size: 24px;
	    padding: 0 11px 10px 12px;
        top: 2px;
	    letter-spacing: -0.5px;
        line-height: 24px;
   	}
    @-moz-document url-prefix() {/* firefox specific hack - to handle line hieght variations */
       .headerslides.home .text .subtitle{top: 4px; line-height: 40px;}
    }
	.headerslides.home .slide.bottomleft .text{left: 0; bottom: 80px;}
	.headerslides.home .slide.bottomright .text{right: 0; bottom: 80px;}

}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .headerslides.home .textOuter {
        width: 66%;
	}
    .headerslides.home .slide .imageInner { width: 100%;}
    .headerslides.home .slide .imageInner img { width: 100%; height: auto;}
    .headerslides.home .text .subtitle{
        font-size: 20px;
    }
    /* .headerslides.home .text { left: 0; bottom: 16px;} */


}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.headerslides.home .textOuter{
        bottom: 80px;
		width: 930px;
	}
    .headerslides.home .slide .imageInner{
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }
    .headerslides.home .slide .imageInner img{
        max-width: 1440px;
        width: 100%;
        height: auto;   
    }
    .headerslides.home .arrow {
        opacity: 0;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }
    .headerslides.home:hover .arrow { opacity: 1;}
    
}
/*** XLarge screens***/ 
@media only screen and (min-width: 90.063em) {
    .headerslides.home .arrows { max-width: 1440px; margin: auto; }
    .headerslides.home .arrow.prevSlide { left:15%;}
    .headerslides.home .arrow.nextSlide { right: 15%;}
} 

@media only screen and (max-width: 64em) { 
    .item-btn-play { visibility: visible; }
    .video-slide-container { display: none !important; }
}


