/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../downtown/responsive.css");

@media only screen and (min-width: 980px) and (max-width: 1023px) {
	
}
@media only screen and (max-width: 979px) {
	.menu-toggle::before{color:#ffffff;}
	.title-outer::before, .toggled-off .title-outer::before{background:#de1414;}
	.header-main{padding:3px 0 25px;}
	.mobile-menu ul li a:hover{color:#de1414;}
	.mobile-menu .expandable-hitarea::before{color:#000000;}
	.mobile-menu .collapsable-hitarea::after{color:#000000;}
}

@media only screen and (max-width: 767px) {
	.home .site-main{margin:0;}
	#revolutionslider, .main-content.box-page{margin:0;}
	.header-main{padding:8px 0 25px;}
}

@media only screen and (max-width: 479px) {
	.header-main{padding:0 18px 13px 0;}
	.header-search .header-toggle{background: rgba(0, 0, 0, 0) url("images/megnor/search-icon.png") no-repeat scroll center 5px;}
	.product-cms-tab-block .style5 #tab ul li a.current{border-color:#de1414;}
}