.header {
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.header_btm {
	height: auto;
	width: 970px;
	padding: 10px 0 15px 0;
}
.header_top {
	height: auto;
	width: 970px;
}
.header_btns {
	margin: 0;
	padding: 0;
	float: right;
	height: auto;
}
.header_btns a {
	float: right;
	margin-left: 8px;
}
.header_phone {
	height: auto;
	width: auto !important;
	color: #254380;
	padding-right:10px !important;
}
.header_phone_number {
	font-weight: bold;
	font-size: 1.5em;
	display:block;
	padding:0;
	text-decoration: none;
	line-height: 1.5em;
}
.header_phone_number a {text-decoration:none; color: #254380}

.header_phone_specialist {
	font-size: .75em;
	display:block;
	padding:0;
	line-height: .75em;
}
.header_utilities {
	font-size: 11px;
	padding-top:5px;
}
.header_utilities a:first-child {
	margin-left:0;
}
.header_utilities a {
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.header_utilities a:last-child {
	margin-right:0;
}
.header_utilities a:hover {
	color: #6eabea;
}
.header_separatorItem {
	border-right:2px solid #BBBBBB;
	width: 0;
	margin:0 30px 0 10px;
	float: left;
	height: 40px;
}
.header_area {
    padding-bottom: 15px;
	background-color: #FFF;
}
.header-pad-reset{padding-left:0;padding-right:0}

/*********  XS **********/
@media(max-width:767px){
	.header_area .pad-horizontal-reset{
		padding-left:15px;
		padding-right:15px;
	}
	.contact-number p{font-size:.9em;font-weight:bold}
	.contact-number p span{font-size:1.3em;font-weight:normal}
	.navbar-right-align{padding-right:0}
}
/*********  XS/SM **********/
@media(max-width:991px){
	.img-logo{margin:0 auto}
	.header-pad-reset{padding-left:15px;padding-right:15px}
    .header_area {padding-bottom: 15px;}
}