.casestudiesMainBox{
	width:60%;
	float:left;
	margin-left:95px;
}

.date{
	font-size: .6em;
}

.casestudiesSidebar{
	width: 20%;
	float:right;
	margin-right: 95px;
}

.casestudiesSidebarHeader{
	font-size: 1.2em;
}
/* CASE STUDY IMAGES OLD */
.casestudyImage{
	float:left;
	height:250px; 
	width:200px;
	margin: 10px;
}

.casestudyImageWide{
	float:left;
	height:200px; 
	width:250px;
	margin: 10px;
}


/* Case studies images new */

/*.casestudyImage{
	float:left;
	height:300px; 
	width:200px;
	margin: 10px;
}

.crop{
	height : 250px;
	float: left;
	width: 200;
	margin: 10px;
	overflow: hidden;
	margin-bottom: -2px;
}

.casestudyImageWide{
	float:left;
	height:200px; 
	width:250px;
	margin: 10px;
}

.cropWide{

}*/
/* End of case study images new */

casestudyInfo{
	float:left;
}

ul{
	list-style-type: square;
	margin-left: 30px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	
	.casestudiesMainBox{
		width: 64%;
		margin-left: 50px;
	}
	
	.casestudiesSidebar{
		margin-right: 50px;
	}

}