/* Note: Extra CSS for main top telephone number*/

#telephone h2{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-shadow: 0 1px 1px #000;
}

#telephone {
text-align: right;
padding-top: 18px;
}

#telshow {display: none;
}


.hire h1 {
	color: #fff !important;
	text-transform:uppercase;
	font-size:65px;
	font-weight:800;
	line-height:65px;
	margin-bottom:18px;
	padding-bottom:24px;
	display:inline-block;
	}
	
.quotes li {
	color: #fff !important;
	text-transform:uppercase;
	font-size:65px;
	font-weight:800;
	line-height:65px;
	margin-bottom:18px;
	padding-bottom:24px;
	display:inline-block;
	}
		
.latest-quotes {
	font-family: open sans;
	color:#fff;
	text-align:left;
	}
	
.latest-quotes li span {
	color:#52A1C6 !important;
}
		
.latest-quotes {
	height:150px;
	height:auto !important;
	min-height:150px;
	}
		
	
.latest-quotes blockquote {
	border-left:none !important;
	color:#fff;
	font-size:28px;
	line-height:70px;
	padding:9px 20px 0 0;
	text-shadow:0 1px 1px #000
	}
	
.social-icons li {
float: right;
text-align: right;
margin-right: 0px !important;
margin-left: 30px;
}

#logo-default  a span {
	color: #FF9100;
}

#header-navigation[role="navigation"] li a,
#header-navigation[role="navigation"] li a:visited {
    border:none !important;
}


/* Mobile (Portrait)
--------------------------------------------------*/

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    
#services img {
width: 252px;
height: 252px;
}


.hire h1 {
	font-size:30px;
	line-height:35px;

}

.quotes li {
	font-size:30px;
	line-height:35px;

}

.social-icons li {
float: left;
text-align: left;
margin-left: 0px !important;
margin-right: 20px !important;
}

#telhide {display: none;
}
#socialhide {display: none;
}
#navhide {display: none;
}
#telshow {display: block;
}
#telephone {
text-align: left;
padding-top: 0px !important;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
#services img {
width: 292px;
height: 292px;
}

#telhide {display: none;
}
#socialhide {display: none;
}
#navhide {display: none;
}
#telshow {display: block;
}
#telephone {
text-align: left;
padding-top: 0px !important;
}
}
