.top-heading{
	background-color:#125c71;
	color:#ffffff;
	position:relative;
	height:auto;
	width:100%;
	z-index:100;
}

.top-heading .container{
	padding-top:15px;
}

.phone, .logo, .social{
	display:inline;
	float:left;
}

.top-heading .phone{
	text-align:left;
	width:20%;
	font-size:30px;
}
.top-heading .logo{
	width:60%;
	position:relative;
	text-align:center;
	padding-bottom:10px;
}
.top-heading .logo img{
	width:100%;
	max-width:358px;
}
.top-heading .social{
	width:20%;
	text-align:right;
}

.top-heading a{
	color:#fff;
}
.top-heading a:hover{
	color:#68a9b0;
}