#indexhome #interiorheaderbg{
	display:none;
}
#interiorheaderbg{
	background: url("/_custom/bg_cta.jpg") repeat-x scroll center  bottom / cover #F4F9FA;
	display: block;
	height: 199px;
    position: absolute;
    top: 95px;
	width: 100%;
	@media screen and (max-width: $q960) { &{
			display:none;
	}}		
	  

}

#interiorHeader {
	margin: 0;
    height: 202px;
    width: 100%;
	@media screen and (max-width: $qfull) {	& {
			height:auto;
	}}
	
	img {
		@include pieradius(5px);
		height:199px;
		max-width:100%;
		@media screen and (max-width: $qfull) {	& {
			height:auto;
		}}
	}
}







#header {
    height: 95px;
	#headerlogodiv {
	    left: 20px;
	}
	#headernumber{
		color:$linkhover;	
	}
	#headercall{
		color:#393732;
	}
	#headerPhone {
		font-size: 28px;
		font-weight: 700;
		position: absolute;
		right: 230px;
		top: 10px;
		width: 260px;
		z-index: 11;
	}	
	#headerSocial {
		position: absolute;
		top: 10px;
		right: 0;
		li {
			float: left;
			list-style: none;
			margin: 0 6px 0 0;
		}
		
		li a {
			background: url("/_custom/images/ico_social.png") 0 0 no-repeat;	
			width: 38px;
			height: 38px;
			display: block;
		}
		li a:hover {
			background-position: 0 -38px;
		}
		li.gplus a {
			background-position: -38px 0;
		}
		li.gplus a:hover {
			background-position: -38px -38px;
		}
		li.youtube a {
			background-position: -76px 0;
			width: 37px;
		}
		li.youtube a:hover {
			background-position: -76px -38px;
		}
		li.linkedin a {
			background-position: -113px 0;
		}
		li.linkedin a:hover {
			background-position: -113px -38px;
		}
		li.yelp a {
			background-position: -150px 0;
		}
		li.yelp a:hover {
			background-position: -150px -38px;
		}
	}
	
}



#headerTestimonials {
    font-size: 14px;
    left: 460px;
    position: absolute;
    top: 26px;
	span#countreviews {
	  margin: 0 0 0 6px;
	  top: 1px;
	}
	.ratingsstarsimg {
	  float: left;
	}
	.ratingsaggregatetext {
	  color: #FFFFFF;
	  float: right;
	  top:5px;
	}
}
#headerTestimonials a {
    display: block;
    width: 190px;
	position: relative;
	color: $linkhover;
}
#headerTestimonials a:hover {
	text-decoration: underline;
}
