#top-drop-down-button{
	font-size: 1.1em;
	color:#fff;
	padding:0 15px;
	text-transform:uppercase;
	height:100%;
	cursor:pointer;
}	
#top-drop-down-button .cat-title{
	background:#ee3342;
	padding:15px;
	line-height:25px;
	font-size:1.3em;
	font-family:"Dax-Bold";
}
.category-column{
	margin:20px 0;
}
@media (max-width: 978px){
	#top-drop-down-button .cat-title{
		margin-top:10px;
	}
}
@media (min-width: 978px) and (max-width: 1200px){
	#top-drop-down-button .cat-title{
		font-size:1em;
	}
}
#top-drop-down-button .cat-title:before {
	font-family: 'FontAwesome';
  	content: "";
	margin-right:20px;
}	
#drop-down-container{ 
	background:#fff;
	top:205px;
	left:0;
	width:100%;
	z-index:1000;
	position:absolute;
	min-height:383px;
}
@media (max-width: 978px){
	#drop-down-container{ 
		top:235px;
	}
}

.top-level-title{
	display:block;
}
#drop-down-container li{
	cursor:pointer;
}
#drop-down-container a{
	color:#000;	
}
.clone{
	margin:0 0 20px 0;	
}
.category-column>li{
	border-bottom:1px solid #ddd;
}
.top-level-title{
  	padding: 15px 10px;
}
.top-level-title:hover{
	color:#fff;
	background:#2a338f;
}
#icon-links>li:hover{
	color:#000;
	background:#fff;
}
.icon-plus{
	float:right;	
}
#icon-links li{
	border-bottom:none;
	padding:0;
}
#icon-links{
	border-left:1px solid #ddd;
	height:300px;
}
#overlay{
	position:fixed;
    padding:0;
    margin:0;
    top:210px;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
	z-index:900;
}
@media (min-width:768px) and (max-width:992px){
	#overlay,#drop-down-container{
		top:220px;
	}
	#icon-links{
		border-left:none;
	}
}

@media (max-width:767px){
	#overlay, #drop-down-container {
 	 top: 155px;
	}
	
	#drop-down-container{
		padding-bottom:15px;
	}
}

.top-nav-selected{
	color:#fff;
	background:#2a338f;
}
#drop-down-container,#overlay,.category-products li,.all-category-children{
	display:none;
}
.category-products a{
	width:50%;
	display:inline-block;
}

.top-nav-category-title{
	display:block;
	font-family:'Dax-Bold';
	font-size:1.6em;	
	margin: 20px 0;
	text-transform:uppercase;
}

.clone li{
	max-height:60px;
	margin:20px 0;
}

.clone li a{
	text-overflow: ellipsis;
	height:55px;
}

.mega_nav_link{
	float:right;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width:calc(100% - 70px);
}

.clone li img{
	width:60px;
	height:60px;
	padding:5px;
	border:1px solid #eee;
	-webkit-box-shadow: 0px 0px 1px 1px #eee;
	box-shadow:  0px 0px 1px 1px #eee;
}

.clone .topNavBack{
	color: #fff;
  	padding: 0 10px;
  	background: #2a338f;
  	text-align: center;
	height:45px;
	font-family:'Dax-Bold';
	text-transform:uppercase;
	font-size:1.5em;
	line-height:45px;
	margin-bottom:20px;
}
.clone li:first-child{
	margin-top:0;
}
.clone li:last-child{
	margin-bottom:0;
}
.revealedSubcategories{
	margin: 0 20px 10px 20px;	
}

.revealedSubcategories:before{
	content: ">" ;
}

@media(max-width:768px){
	
	.clone{
		margin:20px 0;
	}
	#icon-links {
  		border-left:none;
   		height: auto; 
	}
	
	#icon-links img{
		width:35px;
	}
}
