.dtn-parallax{
	width:100%;
	margin-bottom:32px;
	background-position: top center;
	background-attachment: fixed;
}

.dtn-parallax .content{
	padding: 0 0 0 32px;
    position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:90px 16px 90px 16px;
}

.dtn-parallax .content h2{
	margin-bottom: 0;
	color:#fff;
	font-size: 36px;
	text-align: center;
	border-right: 1px solid #fff;
}

.dtn-parallax .content p{
	margin: 0px;
	color: #fff;
    font-size: 16px;
	font-weight: 300;
}

.dtn-parallax .content .link{
    text-align:center;
}
.dtn-parallax .content hr.hr-md-vertical {
	margin: 10px auto 0px;
	display:block;
	width: 47px;
	height: 0;
	border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 64.063em) {
	.dtn-parallax .content hr.hr-md-vertical { display: none; }
	.dtn-parallax .content h2 {
		font-size: 40px;
		line-height: 1.19565;
	}
	.dtn-parallax .content p {
		font-size: 20px;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 64.063em) {
	.dtn-parallax { height:auto; }
	.dtn-parallax .content{
		top: auto;
		padding: 80px 0;
	 }
	.dtn-parallax .content h2{
		border-right: none;
		border-bottom: none;
	}

	.dtn-parallax .content p {
		margin-top: 18px;
		text-align: center;
		font-size: 18px;
		line-height: 29px;
	}
	
	.dtn-parallax .content .link {
		margin-top: 30px;
	}

}
@media only screen and (max-width: 40.063em) {
	.dtn-parallax {
		background-position: initial;
		background-attachment: initial;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.dtn-parallax .content h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}
