/*GENERIC FOR ALL  PHONES*/
.third_width_image{
	width:100%;
	float:none;
}
.staffmember_div{
	float:none;
	width:auto;
}
.counterbanner_div{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 14px;
}

.counterhalf_div{
	background-size: 45px auto;
	padding-left: 50px;
	min-height: 45px;
}
.countertotal_span{
	font-size: 20px;
	line-height: 22px;
}
#slideshow_div{
	height:300px;
}

.partnerlogo_div {
	width: 48%;
}

.partnerlogo_div .three_per_row_div{
	display:none;
}
.partnerlogo_div .two_per_row_div{
	display:block;
}
@media only screen and (max-width: 400px) {
	/*PORTRAIT*/
	
	
	.counterbanner_div{
		padding-left:20px;
		padding-right: 20px;
	}
	
	
	.counterhalf_div{
		background-image: none;
		min-height: auto;
		width:auto;
		padding-left: 0px;
		
	}
	.countertotal_span{
		display: inline-block;
		padding-bottom: 0px;
	}

	.logo_img {
		left: 0;
		top: 20px;
		margin-left: 20px;
	}
}

