/*.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
|---------------------------------------------------------------------------------------------
*/
.mediaboxfull{
	opacity: 0;
	position: relative;
}
.mediaboxfull .upperShadow{
	height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}
.mediaboxfull .slide{
	z-index: 35;
	position: relative;
}

.mediaboxfull .slide .imageOuter{

}
.mediaboxfull .slide .imageInner{
	display: block;
    position: relative;
    width: 100%;
}
.mediaboxfull .slide .imageInner img{
	width: 100%;
	height: auto;
	max-width: none;
}
.mediaboxfull .text{
	bottom: 30px;
    left: 13px;
    position: absolute;
}
.mediaboxfull .text a{}
.mediaboxfull .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: 40px;
    font-weight: 700;
    line-height: 50px;
    padding: 1px 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.mediaboxfull .text .title a{
	
}
.mediaboxfull .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: 10px;
    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 */
   .mediaboxfull .text .subtitle{top: -2px;}
}
.mediaboxfull .text .subtitle a{
	color: #fff;
    font-weight: 700;
    /*line-height: 26px;*/
    text-decoration: none;
}
.mediaboxfull .slide .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
}
.mediaboxfull .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);
}
.mediaboxfull .slide:hover .playicon{
    background-color: rgba(218,41,28, 0.95);
    border: solid 1px rgba(255, 255, 255, 0.41);
}
.mediaboxfull .slide.bottomleft .text{
	bottom: 30px;
    left: 13px;
    position: absolute;
}
.mediaboxfull .slide.bottomright .text{
	bottom: 30px;
    right: 13px;
    left: auto;
    text-align: right;
}
.mediaboxfull .arrow {
    position: absolute;
    top: 40%;
    top: calc(50% - 40px);
    color: #fff;
    cursor: pointer;
}
.mediaboxfull .arrow.prevSlide { left:10%;}
.mediaboxfull .arrow.nextSlide { right: 10%;}




