#intro{
	background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}

#second{
	background:url(../images/services-bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#second .bg{	
	background-color:#333;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#third{background:url(../images/footer-bg.jpg) 50% 0 no-repeat fixed;	color:white;	height:250px;	padding:50px 0 0 0;}
#third p{font-size:12px; color:#fff; line-height:18px; padding-bottom:20px; text-shadow: 1px 1px 2px rgba(120, 120, 120, 1);}
#third p span{text-transform:uppercase; display:block}
#fifth{
	background: #ccc;
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}


@media (min-width: 768px) and (max-width: 991px) {
	#second{height:auto;}
	#third{background:url(../images/footer-bg2.jpg) 50% 0 no-repeat fixed; color:white; height:250px}
}
@media only screen and (max-width: 767px) {
	#second{height:auto;}
#third{background:url(../images/footer-bg2.jpg) 50% 0 no-repeat fixed; color:white; height:300px; padding:20px 0 0 0;}
}
