
#about_wrapper {
	width: 100%;
	height: auto;
	margin: 100px 0px 0px 0px;
}

#about_header_wrapper {
	width: 100%;
	height: 650px;
	
	line-height: 650px;
	
	background: url(../Images/about_background.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#about_wrapper h2 {
	margin-bottom: 30px;
	
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}

#about_content_wrapper {
	margin-top: 50px;
}

#about_content_wrapper div {
	padding: 20px 20px;
}

#about_content_wrapper p {
	font-size: 15px;
	line-height: 24px;
}

#offer_wrapper {
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 40px 0px 40px 0px;
	
	background: #EEEEEE;
}

#offer_wrapper h2 {
	margin: 40px 0px 40px 0px;
}

#offer_wrapper span {
	width: 300px;
	height: 50px;
	display: block;
	
	text-align: center;
	margin: 0px auto 20px auto;
}

#offer_wrapper span i {
	width: 50px;
	height: 100%;
	display: inline-block;
	
	line-height: 50px;
	font-weight: bold;
	font-size: 32px;
}

#offer_wrapper span p {
	width: 240px;
	height: 100%;
	display: inline-block;
	
	font-size: 17px;
	line-height: 50px;
	text-align: left;
}

@media only screen and (max-width: 976px) {
	#offer_wrapper span {
		width: 350px;
		height: 60px;
		display: block;
		
		text-align: center;
		margin: 0px auto 20px auto;
	}

	#offer_wrapper span i {
		width: 60px;
		height: 100%;
		display: inline-block;
		
		line-height: 60px;
		font-weight: bold;
		font-size: 42px;
	}

	#offer_wrapper span p {
		width: 260px;
		height: 100%;
		display: inline-block;
		
		font-size: 19px;
		line-height: 60px;
		text-align: left;
	}
}

@media only screen and (max-width: 476px) {
	#offer_wrapper span {
		width: 200px;
		height: auto;
		display: block;
		
		text-align: center;
		margin: 0px auto 20px auto;
	}

	#offer_wrapper span i {
		width: 100%;
		height: 50px;
		display: inline-block;
		
		font-weight: bold;
		font-size: 42px;
	}

	#offer_wrapper span p {
		width: 100%;
		height: auto;
		margin-top: 15px;
		display: inline-block;
		
		font-size: 18px;
		line-height: 30px; 
		text-align: center;
	}
}
