/*
|-----------------------------------------------------------------------------------------------------------
| HOMEPAGE
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow,
.inner-header { height: 100%; }

.inner-header img {
	position: relative;
    width:100%;
    height:auto !important;
    display: block;
}
.inner-header .img-cont { position: relative; }
.inner-header .img-cont:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 50%;
	width: 100%;
	display: block;
	content: ' ';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}

.inner-header .item {
    position: relative;
    height: 100%;
}



.inner-header .item .play-btn-over-img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 88px;
	height: 88px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px #fff solid;
	border-radius: 50%;
    transform: translate(-50%, -50%);
}
.inner-header .item .play-btn-over-img i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 3px;
	font-size: 45px;
	color: #fff;
    transform: translate(-50%,-50%);
}

.inner-header .item .slide-title {
    position: absolute;
    left: 50%;
    bottom: 73px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    text-shadow: 1px 1px 3px rgba(0,0,0,.60);
}

.inner-header .item .slide-title h3 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 32px;
}

.inner-header .item .description span {
    font-size: 20px;
    color: white;
    font-family:'Museo Sans W01_100';
}

.inner-header .item .slide-title a {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .inner-header .item .slide-title {
        width: 80%;
        text-align: center;
    }
}

@media (max-width: 641px) {
	.inner-header .item .slide-title {
		bottom: 25px;
		width: 100%;
	}
	.inner-header .item .slide-title h3 { font-size: 16px; }
	.inner-header .item .description { display: none; }
}

/**** Interior slideshow ****/

@media (max-width: 641px) {
    .header-slideshow,
    .inner-header .item img {
        min-height: 240px;
    }
    .inner-header .item .subtitle {
        display: none;
    }
    .inner-header .item .slide-title h3 {
        font-size: 22px;
        margin-bottom: 40px;
        line-height: 24px;
    }
    .inner-header .item .slide-title {
        bottom: 20px;
    }
}

