.custom_header_slideshow_interior .slide { position: relative; }
.custom_header_slideshow_interior .slide img { width: 100%; position: relative;}

.custom_header_slideshow_interior{
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	background: #FFF;
}
.custom_header_slideshow_interior a{color: inherit; text-decoration: none !important;}
.custom_header_slideshow_interior .slides{
	position: relative;
}
.custom_header_slideshow_interior .slide .text { 
	position: absolute; 
	width: 100%;
	bottom: 50px; 
	left: 0;
	z-index: 20;
	padding: 0 32px;
}
.custom_header_slideshow_interior .content.right{
	text-align: right;
}
.custom_header_slideshow_interior .slide .title h1{
	font-family: 'TradeGothicW01-BoldCn20_675334';
	color: #FFF;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 59px; 
}
.custom_header_slideshow_interior.hide-title .title h1 { display: none; }
.custom_header_slideshow_interior .hide-gradient .gradient { display: none; }

.custom_header_slideshow_interior .linktext {
	display: inline-block;
	font: 14px/14px 'Avenir Next Cyr W00 Bold';
	color: #FFF;
	background: #db812e;
	padding: 9px 10px 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.custom_header_slideshow_interior .photocredit{
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	color: #666666;
	font: 16px/18px 'Minion W01 Regular';
	padding: 0 32px;
}
.custom_header_slideshow_interior .headerslide-footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0 42px 17px;
}

.custom_header_slideshow_interior .gradient{
	background: -webkit-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: -moz-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    position: absolute;
    bottom: 0px;
    height: 200px;
    width: 100%;
    z-index: 10;
}

.custom_header_slideshow_interior .image {position: relative;}
.custom_header_slideshow_interior .play-button{
	position: absolute;
	display: block;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	font-size: 120px;
	z-index: 10;
	width: 102px;
	height: 120px;
	color: #FFF;
}

@media (max-width: 1180px){
	.custom_header_slideshow_interior .headerslide-footer{display: none;}
	.custom_header_slideshow_interior .slide .text{bottom: 40px;}
	.custom_header_slideshow_interior .content{width: 65%;}
	.custom_header_slideshow_interior .short-header .title h1{font-size: 44px;     bottom: -42px;  position: relative;}
}
@media (max-width: 640px){
	.custom_header_slideshow_interior .gradient {display: none;}
	.custom_header_slideshow_interior .slide .text{position: relative;width: 100%; bottom: 0; padding: 10px; color: #333;}
	.custom_header_slideshow_interior .slide .title h1 { color: #333; }
	.custom_header_slideshow_interior .slide .title{color: #333;}
	.custom_header_slideshow_interior .content {width: 100%;}
	.custom_header_slideshow_interior .content.right{text-align: left;}
	.custom_header_slideshow_interior .photocredit{padding: 10px; position: relative; bottom: 0px;}
	.custom_header_slideshow_interior .play-button{font-size: 65px; width: 55px; height: 65px;}
	.custom_header_slideshow_interior .short-header .title h1{font-size: 44px;     bottom: 0px;  position: relative;}
}
