@media only screen and (max-width : 800px) {
	.wrapperInner, .cont{
		width:97%;
		margin:0 auto;	
	}
}

@media only screen and (max-width : 751px) {	
	.snIcons{
		float:none;
		display:block;
		text-align:center;	
	}	
	
	.videoPan{
		margin:0;	
	}
	
	h1{
		line-height:35px;
		font-size:36px;	
	}
}

@media only screen and (max-width : 640px) {
	.footer p, ul.ftMenu{
		text-align:center;
		display:block;
		float:none;	
	}
	
	.videoPan iframe {
        height: 240px;
		max-height: 240px;
        max-height: 240px;
	}
	
	.quoteDiv{
		padding-right:0;
	}
	
}

@media only screen and (max-width : 480px) {
	.testimonialDiv h2{
		text-align:center;
		font-size:22px;
		font-weight:600;
	}
		.testimonialDiv p{
			text-align:center;	
		}
			.quoteDiv p{
				text-align:left;	
			}
}

@media only screen and (max-width : 320px) {
	.thumbImgDiv{
		float:none;
		display:block;
		text-align:center;	
	}	
}
