/*******************
/*
/* AFFIX STYLES
/*
/*******************/

.affix {
	position: fixed;
	z-index: 200000000;
	top: 0px;
	width: 100%;
}

.affix section#content {
	margin-top: 45px;
}

/*******************
/*
/* HEADER
/*
/*******************/

#header {
    background-size: 560px 165px;
    padding: 0px;
    background-color: #29292c;
}

#header .container
{
	position: relative;
}

#logo a img{
	width: auto;
	max-height: 34px;
	padding-bottom: 3px;
}

.wrapper_w .shoppingcart .fadelink span a.btn{
	background: none;
}

/*SEARCH*/
.header-search-box{
	margin-top: -14px;
	height: 42px;
	display: none;
}

.header-search-button{
	float: right;
	margin-right: 45px;
	margin-top: 7px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 9px;
	font-size: 24px;
	color: #FFFFFF;
}

.searchautocomplete{
	margin-right: 0px;
}

/*MOBILE MENU BUTTON*/
.mobile-menu-button{
	font-size: 26px;
	color: #FFFFFF;
	float: right;
	margin-top: 3px;
	padding: 8px;
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}

/*SHOPPING CART BUTTON*/
.shoppingcart {
	margin-top: 11px;
	margin-right: 13px;
}

.shoppingcart .badge {
	background-color: #ff28a8;
}

.mobile-logo {
	display: none;
}

/*******************
/*
/* NAV STYLES
/*
/*******************/

#nav{
	position: static;
	overflow: auto;
	height: 100%;
	padding: 3px 6px 0 0;
}

#nav li {
	padding-bottom: 0px;
	margin-right: 6px;
	margin-top: 3px;
}

#nav > li > a {
	line-height: 34px;
}

#nav > li > a, ul#level1.in li a{
	font-family: 'Lato', sans-serif !important;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	color: #d5d5d5;
	letter-spacing: 3px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#level1
{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav-list{
	margin: 0px;
}

.nav-list li {
	border-bottom: 0px;
}

.nav-list li a.icon-collapse
{
	margin-right: 0px;
}

/*******************
/*
/* MEGA MENU STYLES
/*
/*******************/


#megamenu #nav ul.level0 {
	top: 56px;
	border: 1px solid #CCCCCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 28%, rgba(255,255,255,1) 28%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(255,255,255,1)), color-stop(28%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 28%,rgba(255,255,255,1) 28%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 28%,rgba(255,255,255,1) 28%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 28%,rgba(255,255,255,1) 28%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 28%,rgba(255,255,255,1) 28%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	z-index: 1000000;
}

#megamenu{
	position: static;
	overflow: auto;
	height: 100%;
}

#megamenu .inside a {
	font-size: 16px;
}

#megamenu li.row_bot .inside {
	border-top: 0px;
}

#megamenu li.row_middle > ul {
	padding-bottom: 0px;
}

.collapsed-menu-seperator
{
	border-bottom: 1px solid #444444;
	border-top: 1px solid #111111;
}

.affix .menuCategoryColumn7{
	clear: none;
}

.menuCategoryColumn7{
	clear: both;
}

@media (max-width: 1460px) and (min-width: 1320px){
	.affix .menuCategoryColumn9{
		clear: both;
	}

	.menuCategoryColumn7{
		clear: both;
	}
}

@media (max-width: 1319px) and (min-width: 1200px){
	.affix .menuCategoryColumn8{
		clear: both;
	}

	.menuCategoryColumn7{
		clear: both;
	}
}

@media (max-width: 1199px) and (min-width: 1082px){
	.affix .menuCategoryColumn7{
		clear: both;
	}

	.menuCategoryColumn7{
		clear: none;
	}
}

@media (max-width: 1081px) and (min-width: 980px){
	.affix .menuCategoryColumn6{
		clear: both;
	}

	.menuCategoryColumn7{
		clear: none;
	}
}

@media (max-width: 1360px) and (min-width: 1200px){
}

@media (max-width: 1199px) and (min-width: 980px){
	.menuCategoryColumn6{
		clear: both;
	}
}

@media (max-width: 979px) and (min-width: 768px){
	#nav > li > a, ul#level1.in li a {
		background-color: #333333;
	}

	.nav-adjust nav{
		display: none;
	}

	.header-right-container{
		width: 100%;		
	}

	.mobile-menu-button{
		display: block;
	}
}

/* ALL MOBILE */
@media (max-width: 767px) and (min-width: 320px){	
	#nav > li > a, ul#level1.in li a {
		background-color: #333333;
	}
	.header-right-container{
		width: 100%;		
	}

	.mobile-menu-button{
		display: block;
	}
}



@media (max-width: 767px) and (min-width: 640px){
	.shoppingcart {
		margin-top: 11px;
		margin-right: 12px;
	}	

	.nav-adjust nav{
		display: none;
	}
}

@media (max-width: 767px){

	.shoppingcart {
		margin-top: 11px;
		margin-right: 12px;
	}
}

@media (max-width: 639px) and (min-width: 480px){
	.nav-adjust nav{
		display: none;
	}	

	.searchautocomplete
	{
		width: 327px;
	}	

	.searchautocomplete .nav .nav-input input {
		padding-left: 10px;
	}

	.searchautocomplete .nav-submit-button {
		margin-right: 48px;
	}
}

@media (max-width: 480px){
	#logo {
		display: none;
	}

	.mobile-menu-button{
		margin-top: 2px;
		margin-right: -14px;
	}

	.header-search-button {
		margin-top: 7px;
		padding-top: 0px;
	}

	.searchautocomplete {
		width: 258px;
	}

	.searchautocomplete .nav {
		width: 326px;
	}

	.searchautocomplete .nav .nav-input {
		width: 100%;
	}

	.searchautocomplete .nav .nav-input input {
		padding-left: 10px;
		padding-top: 3px;
	}

	.shoppingcart {
		margin-right: 12px;
		margin-top: 5px;
	}	

	.mobile-logo {
		display: block;
		float: left;
		padding-top: 4px;
		max-height: 33px;
	}

	.wrapper_w {
		padding-left: 0px;
	}

	.mobile-menu-button{
		padding-top: 3px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	#logo {
		display: none;
	}

	.searchautocomplete{
		height: 36px;
		width: 100%;
	}

	.nav-adjust nav{
		display: none;
	}

	.nav-list {
		margin-bottom: 15px;
	}

	.header-search-button {
		margin-top: 7px;
		padding-top: 0px;
	}

	.mobile-menu-button {
		padding-top: 3px;
		margin-right: -14px;
	}

	.shoppingcart {
		margin-right: 12px;
		margin-top: 5px;
	}

	.header-search-box {
		margin-top: -4px;
		height: 42px;
		display: none;
		margin-bottom: 8px;
		width: 100%;
	}

	.mobile-logo {
		display: block;
		float: left;
		padding-top: 4px;
		max-height: 33px;
	}

/*	#level1 > li:first-child {
		margin-top: 20px;
	}*/

	ul#level1.collapse.in{
		max-height: 400px;
		overflow-y: scroll;
		margin-top: 20px;
	}

	.header-right-container{
		margin-top: -15px;
	}
}