
#header-offer {
	background: #042553;
	color: #fbdcab;
	padding: 10px 2%;
	text-align: center;
	cursor: default;
	width: 96%;
	min-height: 18px;
}

#header-offer div.offer {
	margin: 0 1%;
	width: 23%;
	float: left;
	color: #ebebeb
}

#header-offer div.offer.left {
	text-align: left;
}

#header-offer div.offer.right {
	text-align: right;
}


#header-offer div img {
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

#header-offer a.currency {
	color: #FFF;
	margin: 0px 15px;
	opacity: .5;
	transition-duration: .5s;
}

#header-offer a.currency:hover {
	 opacity: 1;
}

#header-offer a.currency.current {
	font-weight: bold;
	color: #FFF;
	 opacity: 1;
}

#header {
	background-color: #176d8e;
	position: relative;
	z-index: 21;
}

#header-container {
	margin: 0px auto;
	min-width: 980px;
	position: relative;
	width: 95%;
	height: 70px;
	padding: 10px 0 0;
	z-index: 10;
}

#logo {
	float: left;
	padding: 2px .5%;
	width: 105px;
	position: relative;
}

#logo img.header-logo {
	width: 200px;
}

#logo img.header-ca-icon{
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -55px;
}

#header-nav {
	width: 100%;
	height: auto;
	font-weight: normal;
	font-size: 12px;
	color: #d8d8d8;
	text-align: center;
	margin: 0;
	display: table;
}

#header-nav a {
	text-transform: uppercase;
	line-height: 1.13; /* Equivalent to 17px */
	text-align: center;
	width: 16%;
	max-height: 70px;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 0;
	margin: 0 1%;
	font-size: 0.875rem; /* Equivalent to 14px */
	color: #fff3cc;
	border-radius: 20px 20px 0px 0px;
	transition: max-height 0.1s ease-in-out;
	font-weight: bold;
}

#header-nav a img {
	transition: ease-out .1s;
}

#header-nav a span {
	display: block;
}

#header-nav a:hover{
	background-color: #fff3cc;
	color:#176d8e;
}

#header-nav li.searchside:hover {
	background-image: url("https://cdn3.successories.com/static/images/Arrows.png");
	background-repeat: no-repeat;
	background-position: 104% 97%;
	text-decoration: underline;
}

.header-icon {
	cursor: pointer;
	float: right;
	font-size: 10px;
	margin-top: 8px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 6%;
	height: 55px;
}

.header-icon img {
	vertical-align: middle;
}

.header-icon span {
	white-space: nowrap;
	text-decoration: none;
	color: #f5e0ae;
	letter-spacing: .05em;
}

.header-icon:hover svg {
	fill:#f9ab6a;
}

.header-icon:hover span {
    color: #f9ab6a;
    text-decoration: underline;
}

#header-menu-show, #header-menu-hide {
	display: none;
}

#header #header-global-search {
	margin-top: 15px;
	top: 0px;
	right: 37%;
	position: absolute;
	height: 45px;
	width: 25%;
	z-index: 15;
}

#header-global-search .search_box {
	border: 2px #f5a869 solid;
	color: #666;
	float: left;
	font-size: 12px;
	height: 40px;
	margin-right: -30px;
	padding: 5px 4% 2px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-radius: 20px 20px 20px 0;
	background: #fff3cc;
}

#header-global-search .btn_global_search {
	height: 32px;
	position: absolute;
	width: 32px;
	padding: 4px 16px;
	z-index: 1005;
	right: 0px;
}

#search_suggest_container {
	position: absolute;
	background: #FFF;
	width: 91%;
	padding: 10px 2%;
	top: 38px;
	z-index: 21;
	clear: both;
	display: none;
	border: 3px solid #f9ab6a;
    border-radius: 0 0 20px 0;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

#search_suggest_container .suggestion {
	position: relative;
	white-space: nowrap;
}

#search_suggest_container .suggestion a.suggestion-link {
	height: 32px;
	margin: 5px 0 0 0;
	padding: 5px 0% 9px;
	transition: all .5s ease-in-out;
	width: 100%;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	position: relative;
	border-radius: 20px 20px 20px 0;
	color: #278b97;
}

#search_suggest_container .suggestion a.suggestion-link:hover {
	cursor: pointer;
	padding: 5px 2% 9px 8%;
	width: 90%;
	color: #176d8e;
}

#search_suggest_container .suggestion a.suggestion-link.selected {
	padding: 5px 0% 9px 100%;
	width: 0px;
	overflow: hidden;
}

#search_suggest_container .suggestion a.suggestion-link img {
	width: 32px;
	vertical-align: middle;
	padding: 2px;
	position: relative;
}

/* Site Wide Offer	*/

#offer_sw {
	/*background-color: #DA2F42;*/
	/*border-bottom:1px solid #DA2F42;*/
	/*background-color: #E85938;*/
	background-color: #efefef;
	border-bottom: 1px solid #efefef;
	color: #00BFFF;
	margin: 0;
	padding: 0;
	height: 41px;
}

.offer_sw {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 980px;
	max-height: 41px;
	line-height: 0;
	z-index: 0;
}

.offer_sw img {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 980px;
}

.offer_mobile {
	background-color: #000;
	color: #fff;
	font-size: 3vw;
	text-align: center;
	display: none;
}

#header-sitewide-banner {
}

.body-badging {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#promoCountdown {
	color: #daa520;
	font-size: 11px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 27px;
	width: 250px;
	z-index: 1;
}

/* Header Scroll */
#header-scroll.active {
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 22;
}

#header-scroll.active #header-nav.show {
	display: block;
}

#header-scroll.active #header-nav a{
	max-height: 20px;
}

#header-scroll.active #header-nav a img, #header-scroll.active #header-nav a div{
	height: 0px;
	opacity: 0px;
}

#header-scroll.active #header-nav a span{
	display: none;
}

#header-scroll.active #logo img.header-logo {
	width: 170px;
}

main.scrolled {
	margin-top: 193px;
}

/* END Header Scroll*/

#header_submenus {
	position: absolute;
	width: 100%;
	z-index: 100;
}

#header_submenus .header_submenus {
	display: block;
	position: absolute;
	z-index: 100;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	background: #fff3cc;
	min-height: 200px;
	border-radius: 0 0 20px 0;
}

.header_submenus{
	width: 16%;
}

#submenu_menu01{
	left: 5.75%;
}

#submenu_menu02{
	left: 24%;
}

#submenu_menu03{
	left: 42%;
}

#submenu_menu05{
	left: 60.25%;
}

#submenu_menu06{
	left: 78.25%
}

.SubMenuBody {
	width: auto;
	padding: 35px;
}

.catlist {
	float: left;
	margin: 0 auto;
}

#mainfull.one_column_menu .catlist {
	width: 100%;
}

#mainfull.two_column_menu .catlist {
	width: 45%;
	margin: 0 0 0 5%;
}

#mainfull.three_column_menu .catlist {
	width: 28%;
	margin: 0 0 0 5%;
}

#mainfull.four_column_menu .catlist {
	width: 20%;
	margin: 0 0 0 5%;
}

#mainfull.five_column_menu .catlist {
	width: 18%;
	margin-left: 2%;
}

.listtitle {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.listtitle a, .listtitle span {
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.catlist li {
	list-style: none;
	margin-bottom: 5px;
	padding: 2px 0;
}

.catlist li a {
	color: #666;
}

.listtitle a:hover, .catlist li a:hover {
	color: #000;
}

#header_menu_mobile-show, #header_menu_mobile-hide {
	float: left;
	font-size: 14px;
	margin: 10px 15px 0 15px;
	display: block;
}

#header_menu_mobile-show .header-menu, #header_menu_mobile-hide .header-menu {
	display: none;
}


@media only screen and (max-width: 1200px) {
	#header-offer div.offer {
		line-height: 25px;
	}
}


@media only screen and (max-width: 980px) {
	/* Styles */
	#header-tabs-wrapper, #offer_sw, #headerlinks, .header-icon span, .LPMslider, #header_search-hide, #header_search-show {
		display: none;
	}
	
	main.scrolled {
	margin-top: 0px;
	}

	#header-container {
		width: 100% !important;
		min-width: auto !important;
		height: 118px !important;
	}

	#header-scroll.active {
		position: relative !important;
	}

	#header-scroll.active #logo, #logo {
		width: 99%;
		text-align: center;
	}

	#header-scroll.active .header-icon img.header-menu {
		margin: -3px 0 2px;
	}

	#container.scrolled, #container {
		margin: 0px !important;
	}

	#header_menu_mobile-show .header-menu, #header_menu_mobile-hide .header-menu, #header_search_mobile-show .header-search, #header_search_mobile-hide .header-search {
		display: block;
	}

	.header-icon {
		width: 15%;
		height: 35px;
	}
	
	#header_phone_number.header-icon {
		width: 40%;
	}

	#header-menu-show, #header-menu-hide {
		float: left;
		display: block;
	}

	#header-nav {
		height: auto !important;
		width: 100%;
		position: absolute;
		top: 108px;
		background: #FFF;
		border-bottom: 1px solid #999;
		box-shadow: #666 0px 5px 5px;
		padding: 0px;
	}

	#header-scroll.active #header-nav, #header-nav {
		display: none;
	}

	#header-nav.show {
		display: block !important;
		width: 100%;
		top: 128px;
	}

	#header-nav a {
		padding: 20px 0 !important;
		margin: 0 !important;
		text-align: center;
		width: 100% !important;
		border: solid #999;
		border-width: 0 0 1px;
		display: block;
		max-width: none !important;
		background-color: #ffffff;
		font-size: 14px;
		height: 14px !important;
		border-radius: unset;
		color: #176d8e;
	}
	
	#header-nav a div {
		display: none;
	}
	
	#header-nav a span {
		display: inline;
	}

	#header-nav .menu-close {
		display: none !important;
	}

	#header-nav.show .menu-close {
		margin: 0px;
		display: inline-block !important;
	}

	#header-nav .menu-close a {
		background-color: transparent;
		border: none;
		text-transform: uppercase;
	}

	#header-global-search {
		display: block !important;
		width: 80% !important;
		position: relative !important;
		right: auto !important;
		margin: 12px auto 7px;
		top: 0 !important;
	}

}

@media only screen and (max-width: 640px) {
	
	#header-offer{
		padding: 5px 2%;
		height: 22px;
		overflow: hidden;
	}
	
	#header-offer div.offer {
		margin: 0 2.5%;
		width: 45%;
	}

	#header_submenus {
		display: none !important;
	}
}