.social_links{
	margin:0px;
	padding:0px;
}
.social_links li{
	display: inline-block;
	list-style: none;
}
.social_links li a{
	width: 28px;
	height:28px;
	line-height: 20px;
	border-radius: 50%;
	background: #fff;
	display: block;
	text-align: center;
	box-shadow: 0px 0px 3px #d4d4d4;
	margin-right: 3px;
	padding: 5px;
}
.about_content{
	padding-bottom: 80px;
}
.product_content{
	margin-bottom: 20px;
}
.free_quotetitle{
	margin-bottom:20px;
}
.free_quoteform textarea{
	width: 100%;
	height: 110px;
}
.service_title{
	margin-bottom: 10px;
	padding:0px;
}
.services_content{
	padding-bottom:50px;
}
.clear{
	clear: both;
}
.social_icons{
	margin:0px;
	padding:0px;
}
.social_icons li{
	float:left;
	list-style:none;
}
.social_icons li a{
	display:block;
	width:35px;
	height:35px;
	line-height:35px;
	text-align: center;
	color:#fff;
	border-radius: 50%;
	margin-right:3px;
}
.social_icons li.facebook a{
	background:#3B5998;
}
.social_icons li.twitter a{
	background:#55ACEE;
}
.social_icons li.google a{
	background:#F63E28;
}
.social_icons li.linkedin a{
	background:#316594;
}
.social_icons li.pinterest a{
	background:#CB2027;
}
.extra_pagesection{
	width: 100%;
	margin:20px 0px;
	padding:20px 5px;
	background:#fff;
	box-shadow:0px 2px 10px #d4d4d4;
	border-radius:3px;
}
.pro_title{
	padding:10px 0px 15px;
}
.extra_prodcontent{
	padding-bottom:10px;
}
.read_more{
	display: inline-block;
	padding: 6px 15px;
	box-shadow: 0px 0px 5px #888;
	border-radius: 3px;
}
.positionimage{
  position: relative;
	height: 300px;
	background:#fff;
}
.positionimage img{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;
	max-width: 100%;
	max-height: 300px;
}
.branding{
	margin-bottom:20px;
}
