.parallax {
	color:#fff;
	position: relative;
	z-index: 5;
}
.parallax>div {
	position:relative;
	padding: 20% 0 11.8%;
	color:#fff;
	text-align: center;
	background-position:top;
	background-repeat:no-repeat;
	background-size:120%;
	background-color: #000000;
}

#content .parallax h1 {
	position:relative;
	font-size: 4.385em;
	line-height:1.1em;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	margin: 0 0 1.5%;
	position: relative;
}
#content .parallax h1:before {
	content: "";
	background: url("../img/icon-parallax.png") 0 0 no-repeat;
	width: 115px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: -110px 0 0 -57px;
}
.parallax p {
	position:relative;
	display:block;
	font-size:16px;
	line-height:28px;
	font-style: italic;
	padding: 0 50px;
}
.parallax>div a {
	position:relative;
	background-color: #f09042;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 10px 17px 11px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.parallax>div a:hover {
	background-color:#333;
}