﻿/* AW Slideshow 1.0.0 */

.aw-sesw {
	position: relative;
	z-index:10;
}
.aw-sesw .aw-sesw-wrapper {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 0;
}

.aw-sesw .aw-sesw-wrapper .aw-sesw-item {
	transition: all .2s ease;
	position: absolute;
	display: block;
	padding:0;
	opacity: 0;
	width: 100%;
	height:100%;
}
.aw-sesw .aw-sesw-wrapper .aw-sesw-item.active {
	opacity: 1;
}

.aw-sesw .aw-sesw-wrapper .aw-sesw-item background {
	position:absolute;
	z-index:0;
	display: block;
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.aw-sesw .aw-sesw-wrapper .aw-sesw-item layer {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0);
}

.aw-sesw .aw-sesw-wrapper .aw-sesw-item .aw-sesw-content {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 5%;
	width: 90%;
	transform: translateY(-50%);
	padding: 20px;
}
.aw-sesw .aw-sesw-wrapper .aw-sesw-item .aw-sesw-content h2 {
	font-weight: 300;
}
.aw-sesw .aw-sesw-wrapper .aw-sesw-item a.cover {
	position: absolute;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
}

.aw-sesw .aw-sesw-wrapper .aw-sesw-item a {
	color:#fff !important;
}

/* controls */
.aw-sesw .aw-sesw-arrow {
	transition: all .2s ease;
	position: absolute;
	z-index: 20;
	display: none;
	top: 55%;
	transform: translateY(-50%);
	width: auto;
	padding: 0;
	cursor: pointer;
	color: #fff;
	opacity: 0;
	font-size: 1.8rem;
}
.aw-sesw:hover .aw-sesw-arrow {
	opacity: 0.6;
}
.aw-sesw .aw-sesw-arrow:hover {
	opacity: 1;
}
.aw-sesw .aw-sesw-arrow-prev {
	left: 0.5%;
}
.aw-sesw .aw-sesw-arrow-next {
	right: 0.5%;
}


/* sizes */

.aw-sesw-thin {
	height: 200px;
}
.aw-sesw-thin h2 {
	font-size: 1.7rem;
}
.aw-sesw-thin p {
	display:none;
}
.aw-sesw-thin button {
	display: none;
}

.aw-sesw-regular {
	height: 250px;
}
.aw-sesw-regular h2 {
	font-size: 1.6rem;
}
.aw-sesw-regular p {
	font-size: 1rem;
}

.aw-sesw-high {
	height: 300px;
}
.aw-sesw-high h2 {
	font-size:1.7rem;
}
.aw-sesw-high p {
	font-size: 0.8rem;
}

@media (min-width:576px) {
	.aw-sesw .aw-sesw-wrapper .aw-sesw-item background {
		height: 100%;
	}
	.aw-sesw .aw-sesw-wrapper .aw-sesw-item layer {
		height: 100%;
	}
	.aw-sesw-thin {
		height: 200px;
	}
	.aw-sesw-thin h2 {
		font-size: 4rem;
	}

	.aw-sesw-regular {
		height: 350px;
	}
	.aw-sesw-regular h2 {
		font-size: 3rem;
	}
	.aw-sesw-regular p {
		font-size: 1.2rem;
	}

	.aw-sesw-high {
		height: 450px;
	}
	.aw-sesw-high h2 {
		font-size: 4rem;
	}
	.aw-sesw-high p {
		font-size: 1.5rem;
	}

	.aw-sesw .aw-sesw-arrow {
		font-size: 3rem;
	}
	.aw-sesw .aw-sesw-arrow-prev {
		left: 1%;
	}
	.aw-sesw .aw-sesw-arrow-next {
		right: 1%;
	}
}
@media (min-width:768px) {


	.aw-sesw-thin {
		height: 250px;
	}
	.aw-sesw-regular {
		height: 400px;
	}
	.aw-sesw-high {
		height: 500px;
	}
}
@media (min-width:992px) {
	.aw-sesw-thin {
		height: 350px;
	}
	.aw-sesw-regular {
		height: 550px;
	}
	.aw-sesw-high {
		height: 650px;
	}
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide {
	z-index: 150;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text {
	position: absolute;
	width: 100%;
	max-width: 1140px;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text h2 {
	font-size: 55px;
	line-height: 1;
	font-weight: 300;
	margin: 0;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text p.subtitle {
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	margin: 20px 0 0 0;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text a {
	display: inline-block;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	transition: all .2s ease;
	padding: 8px 16px;
	margin: 30px 0 0 0;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text a:hover {
	background: #fff !important;
	color: #043f75 !important;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text.left {
	text-align: left;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text.right {
	text-align: right;
}
