header {
	position: relative;
	margin-top: 30px;
}

header .contact-text {
	font-size: 14px;
	line-height: 1.2;
	padding-top: 5px;
	text-align: right;
	color: #283474;
	padding-right: 7px;
	padding-left: 7px;
}

header .contact-text i {
	cursor: pointer;
}

header .popover {
	min-width: 200px;
}

header .popover table td:first-child {
	padding-right: 20px;
}

header .contact-phone {
	font-size: 18px;
	margin-bottom: 3px;
	color: #0e71b8;
	padding-right: 7px;
	padding-left: 7px;
}

header .contact-phone a.call-me-back {
	font-size: 16px;
	color: #2378b9;
}

header .contact-phone a.call-me-back:hover {
	color: #fa611d;
	text-decoration: none;
}

@media (max-width: 767px) {
	header .contact-phone {
		font-size: 18px;
	}
}

header .contact-phone .ico-phone {
	background: url("../img/sprite.png") -61px 0 no-repeat;
	content: " ";
	display: inline-block;
	height: 22px;
	width: 22px;
	vertical-align: middle;
	font-weight: 900;
}

@media (max-width: 767px) {
	header .contact-phone .ico-phone {
		background: url("../img/sprite.png") -83px 0 no-repeat;
		height: 26px;
		width: 25px;
		margin-left: 9px;
		margin-top: -5px;
		margin-right: 3px;
		font-weight: 300;
	}
}

@media (max-width: 991px) {
	header .contact-phone {
		text-align: right;
		line-height: 25px;
	}
}

/* sign in */
header .sign-in {
	float: left;
}

@media (max-width: 767px) {
	header .sign-in {
		float: right;
	}
}

header .sign-in .btn {
	padding-right: 29px;
}

header .sign-in .ico-user {
	background: url("../img/sprite.png") -108px 0 no-repeat;
	content: " ";
	display: inline-block;
	height: 23px;
	width: 22px;
	vertical-align: middle;
	margin-right: 6px;
	margin-left: 3px;
}

header .sign-in.open .ico-user {
	background: url("../img/sprite.png") -130px 0 no-repeat;
}

@media (max-width: 767px) {
	header .sign-in .ico-user {
		background: url("../img/sprite.png") -152px 0 no-repeat;
		height: 26px;
		width: 24px;
		margin-top: -5px;
	}

	header .sign-in.open .ico-user {
		background: url("../img/sprite.png") -176px 0 no-repeat;
	}
}

header .sign-in .dropdown-toggle#sign-in {
	z-index: 1101;
}

header .sign-in.open .dropdown-toggle#sign-in {
	background: #fff;
	border: 1px solid #a1b2c8;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #a0b1c9;
	position: relative;
}

header .sign-in .dropdown-menu {
	background: #fff;
	border: 1px solid #a1b2c8;
	padding: 25px 25px 10px 25px;
	width: 280px;
	z-index: 1100;
	margin-top: -1px;
	border-radius: 5px 0 5px 5px;
}

header .sign-in input.form-control {
	background: #f2f6fa;
	border-color: #cddaec;
	color: #283474;
	box-shadow: none;
}

header .mobile-menu-toggle {
	background: #fff;
	border: none;
	color: #283474;
	font-size: 18px;
	line-height: 56px;
	height: 72px;
	margin-right: -15px;
	padding: 0 10px;
}

header .mobile-menu-toggle.active {
	background: #1d73b6;
	color: #fff;
}

header .mobile-menu-toggle .ico-mobile-menu {
	background: url("../img/sprite.png") -360px 0 no-repeat;
	content: " ";
	display: inline-block;
	height: 42px;
	width: 42px;
	vertical-align: middle;
}

header .mobile-menu-toggle.active .ico-mobile-menu {
	background: url("../img/sprite.png") -401px 0 no-repeat;
}

/* mobile header */
@media (max-width: 767px) {
	header {
		margin-top: 0;
	}

	header .logo {
		max-width: 180px;
		margin-bottom: 14px;
		margin-top: 27px;
	}

	header #sign-in {
		background: transparent;
		border: 1px solid transparent;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #fff;

		width: 33px;
		height: 34px;
		font-size: 26px;
	}

	header .mobile-top-header {
		background: #283474;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	header .mobile-top-header .contact-phone {
		color: #fff;
		text-align: left;
		font-weight: normal;
		line-height: 34px;
	}
}