.hotlinebnc {
	position: fixed;
	height: 35px;
	background: #006899;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
	color: #FFF;
	line-height: 35px;
	z-index: 400;
	bottom: 0;
}
.left-hotline {
	float: left;
	background: #D61717;
	padding: 0 8px;
	font-size: 17px;
	font-family: avo-n;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	margin-top: 4px;
}
.right-hotline {
	/*float: left;*/
	padding-left: 8px;
	line-height: 36px;
	height: 35px;
	/*margin-right: 30px;*/
}
.hotline-location {
	font-weight: bold;
	margin-right: 8px;
	font-size: 12px;
	color: #FFEB00;
}
.hotline-phone {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.hotline-email {

}
.hotlinebnc a {
	color: #fff;
}