	.contentContainer .sfContentBlock {
	background:#ff6b00;
	padding:20px 0;
	}
	.contentContainer .sfContentBlock h1 {
		margin:0 auto;
	    max-width: 1365px;
		color:#fff;
	}
	.contentContainer .contentPadding {
	}
.contentWrapper {

    display: block;
}
.imageWrapper {
		width:50%;
		float:right;
}
.aboutus {
	max-width:1365px;
	margin:0 auto;
}
.aboutus  img.image1 {
	float:right;
	padding:0 0 0 10px;
}
.aboutus img.image2 {
	float:right;
}
.aboutus  img.image1 , .aboutus  img.image2{
width:45%;
max-width:300px;
}

@media only screen and (max-width: 1280px){
	.imageWrapper {
		width:300px;
		float:right;
		padding-left:40px;
	}
	.aboutus img.image2 {
		padding-top:10px;
	}
	.aboutus  img.image1 , .aboutus  img.image2{
	width:100%;
	}
	.contentWrapper {
		width:65%;
	}
}
@media only screen and (max-width: 840px){
	.imageWrapper {	
		width:auto;
		padding:0;
		float:left;
		overflow:hidden;
		display:block;
	}
	.aboutus  img.image1 {
		width:49%;
		padding-left:2%;
		
	}
	.aboutus img.image2 {
		width:49%;
		padding:0;
	}
	.contentWrapper {
		width:100%;
		display:block;
		float:left;
	}
}

@media only screen and (max-width: 640px){
	.imageWrapper {	
		width:100%;
		padding:0;
		float:none;
		overflow:hidden;
	}
	.aboutus  img.image1 {
		width:49%;
		padding-left:2%;
		
	}
	.aboutus img.image2 {
		width:49%;
		padding:0;
	}
}

@media only screen and (max-width: 360px){
	.aboutus  img.image1 {
		float:left;
		width:auto;
		padding:0;
		
	}
	
	.aboutus  img.image2 {
		float:left;
		width:auto;
		padding-top:10px;
	}
}