.slideshow {
	position: relative;
	width: 100%;
	height: 250px;
}
	.slideshow .slides {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
		.slideshow .slides .slide {
			position: relative;
			width: 100%;
			height: 100%;
		}
			.slideshow .slides .slide .front {
				position: relative;
				z-index: 2;
				/*width: 980px;
				height: 400px;*/
				width: 100%;
				height: 100%;
				margin: 0 auto;
				padding: 0;
				background-color: rgba(71, 134, 178, 0.85);
			}
				.slideshow .slides .slide .front .content {
					padding-top: 20px;
				}
			.slideshow .slides .slide .back {
				position: absolute;
				z-index: 1;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background-color: #5590ba;
				background-repeat: no-repeat;
				background-position: center center;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			}
	/*.slideshow .pager {
		position: absolute;
		z-index: 2;
		width: auto;
		right: 0;
		bottom: 15px;
	}
		.slideshow .pager a {
			float: left;
			width: 14px;
			height: 0;
			overflow: hidden;
			margin: 0 15px 0 0;
			padding: 14px 0 0;
			background: url(../images/global/slideshow-pager-sprites.png) no-repeat;
		}
		.slideshow .pager a.active {
			background-position: -14px 0;
		}*/

.slideshow h1 {
	margin: 0.5em 0;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2;
	font-family: "Nunito", sans-serif;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.slideshow h1:first-child { margin-top: 0; }
.slideshow h2 {
	margin: 1em 0;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2;
	font-family: "Nunito", sans-serif;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.slideshow h2:first-child { margin-top: 0; }
.slideshow h3 {
	margin: 1em 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Nunito", sans-serif;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.slideshow h3:first-child { margin-top: 0; }
.slideshow h4 {
	margin: 1em 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.46;
	font-family: "Nunito", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.slideshow h4:first-child { margin-top: 0; }
.slideshow p {
	margin: 1em 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.46;
	font-family: "Nunito", sans-serif;
	color: #fff;
	text-transform: normal;
	text-shadow: none;
}
.slideshow p:first-child { margin-top: 0; }

@media (min-width: 768px) {
	.slideshow {
		height: 400px;
	}
	.slideshow .slides .slide .front {
		background-color: transparent;
	}
	.slideshow .slides .slide .front .content {
		width: 400px;
		margin-top: 100px;
		margin-left: 20px;
	}
	.slideshow h1 { font-size: 40px; }
	.slideshow h2 { font-size: 30px; }
	.slideshow h3 { font-size: 20px; }
	.slideshow h4 { font-size: 15px; }
	.slideshow p { font-size: 15px; }
}