.parallax {
	line-height:27px;
	font-size:15px;
	margin-bottom:30px;
	color:#fff;
	position: relative;
	z-index: 4;
}
.parallax>div {
	position:relative;
	padding: 10.2% 0 6.8%;
	color:#fff;
	text-align: center;
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%
}
.parallax p {
	position:relative;
	display:block;
	font-size:13px;
	line-height:23px;
	margin-bottom:25px;
}
#content .parallax h1 {
	position:relative;
	line-height:110%;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	margin:0 0 2px 0;
}
.parallax h1 {
	font-size: 40px;
}
#content .parallax h1:before{
	width: 30px;
	height: 4px;
	background: #19b794;
	content: "";
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -15px;
}
.parallax h4 {
	position:relative;
	font-size:20px;
	color:#fff;
	line-height:100%;
	font-weight: bold;
	margin:0 0 19px 0;
	text-transform: uppercase;
}
.parallax>div a:hover {
	border-color:#000;
	background-color:#333;
}
.parallax>div a {
	position:relative;
	background-color: #fd6d41;
	border: 1px solid #d45634;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 19px 30px;
	-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;
}