html, body {
	margin: 0px;
	padding: 0px;
}
.top {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
}
.header_a {
	height: 40px;
	width: 100%;
	background-color: #004f92;
}
.wrapper-padding {
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}
.header-phone {
	float: left;
	padding: 6px 16px 0px;
	height: 29px;
	text-decoration: none;
}
.header-phone span {
	background-position: left 1px;
	background-size: 15px;
	padding: 1px 0px 0px 25px;
	font-size: 11px;
	color: rgb(255, 255, 255);
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	display: inline-block;
	min-height: 15px;
	background-image: url("../img/phone-logo-md.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
.header-account {
	float: right;
}
.header-account a:hover, .header-viewed-btn:hover, .header-viewed:hover .header-viewed-btn, .header-curency a:hover, .header-nav ul li a:hover {
	color: #004f92;
}
.header-account a {
	color: rgb(255, 255, 255);
	font-size: 11px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	padding: 14px 5px 0px 10px;
	height: 26px;
}
.header-account a:hover, .header-viewed-btn:hover, .header-viewed:hover .header-viewed-btn, .header-curency a:hover, .header-nav ul li a:hover {
	color: #004f92;
}
.header-social {
	float: right;
	padding: 10px 22px 0px 25px;
	height: 27px;
}
.header-social .social-twitter {
	background: url("../img/head-twitter.png") left top no-repeat;
	margin-left: 0px;
}
.header-social .social-facebook {
	background: url("../img/head-facebook.png") left top no-repeat;
}
.header-social .social-vimeo {
	background: url("../img/head-vimeo.png") left top no-repeat;
}
.header-social .social-pinterest {
	background: url("../img/head-pinterest.png") left top no-repeat;
}
.header-social .social-instagram {
	background: url("../img/head-instargam.png") left top no-repeat;
	margin-right: 0px;
}
.header-social a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 9px;
}
.header-social a:hover {
	background-position: left -14px;
}
.header-b {
	height: 90px;
	width: 100%;
	background: rgb(255, 255, 255);
	box-shadow: rgba(50, 50, 50, 0.11) 1px 1px 2px 0px;
	position: fixed;
    z-index: 998;
    top: 40px;
}
.header-logo {
	float: left;
	margin: 5px 0px 0px;
}
.header-nav {
	float: right;
}
.header-right {
	float: right;
	margin-top: 40px;
}
.header-nav ul, .header-nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header-nav ul li {
	position: relative;
	margin-left: 30px;
	float: left;
}
.header-nav ul li a {
	padding-bottom: 39px;
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.header-nav ul ul li a {
	color: rgb(216, 216, 216);
}
.header-nav ul ul li a:hover {
	color: #004f92;
}
.header-nav ul ul {
	display: none;
	position: absolute;
	left: -14px;
	top: 53px;
	z-index: 999;
	width: 211px;
	background: rgb(17, 17, 17);
	padding: 17px 0px 18px;
}
.header-nav ul ul li {
	margin: 0px 0px 19px;
	display: block;
	float: none;
	padding: 0px 15px;
}
.header-nav li:hover ul {
	display: block;
}
