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

.header-slideshow {
    height: 100%;
    margin-bottom: 0px;
}

.slick-slider { margin-bottom: 10px; }

.inner-header {
    height: 100%;
}

.inner-header > .slick-slider { margin-bottom: 0; }

.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 .slick-dots {
 /*   display: flex;
    justify-content: space-between;*/
    width: inherit;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin-left: 0;
}
.inner-header .slick-dots li { margin: 0 10px; }
/*.inner-header .slick-dots li:first-child { margin-left: 0; }*/
.inner-header .slick-dots li button::before { content: ' '; }

.inner-header .slick-dots button {
    position: relative;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 3px solid white;
    border-radius: 99px;
    font-size: 0;
    background: transparent;
}

.inner-header .slick-dots li.slick-active button {
    background: white;
}

.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 .description a {
	padding-left: 5px;
}
.inner-header .item .slide-title a {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 641px) {
	.inner-header .slick-dots { bottom: 12px; }
	.inner-header .slick-dots button {
		width: 15px;
		height: 15px;
	}
	.inner-header .slick-dots li { margin: 0 5px; }
	.inner-header .item .slide-title {
		bottom: 25px;
		width: 100%;
	}
	.inner-header .item .slide-title h3 { font-size: 16px; }
	.inner-header .item .description { display: none; }
}


.inner-header .item .overlay {
  background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgb(0,0,0) 100%);
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 260px;
  width: 100%;
}
