
/*FOR RESPONSIVE DESIGN THEME*/

#desktop_nav ul li a {
color:#DB3021;
}
.mobile-nav .navbar-header {
    
    background-color: #d12d1f;
}
.main-menu ul li:nth-of-type(1) {
    
    border-bottom: 1px solid #DB3021;
}
.back-arrow {
    
    background-color: #333333;
    
}
.main-menu .menu .titlePanel {
    background-color: #d12d1f;
    
}
label.menu-toggle {
  
    background: #D12D1F url(../../Content/menuB.png) no-repeat scroll 50% 50% / 25px 25px; 
}
.sb-icon-search {
  
    background: #D12D1F;
}
.outer-box {
    background: #d12d1f none repeat scroll 0 0 !important;
}
#sidePanel .filterHeader {
    background-color: #db3021 !important;
}



.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #db3021 none repeat scroll 0 0 !important;
}




.sb-search-input {
    background: #D12D1F none repeat scroll 0 0;
}

#menuWrapper .menu .maintitlePanel i {
    color: #D12D1F;
}

@media only screen and (min-width: 1024px) {


    .menuHighlight::before {
        background: #D12D1F none repeat scroll 0 0;
        content: "";
        display: block;
        height: 3px;
        margin-top: 15px;
        width: 105%;
        margin: auto;
    }
}

@media screen and (max-width: 1030px) {
    .menuHighlight::before {
    background: none !important; 
}
}


.themeButton {
	background-color: #D12D1F !important;
    background-image:none;
	border-radius: 8px;
	color: white;	
	cursor: pointer;

}


@media screen and (max-width: 767px) {

    .slideout .closeBtn i {
        background: #D12D1F !important;
    }
}



