﻿
.menu_block  {
	z-index: 990;
	position: relative;
	background-color: #c32a25;
	
}

.menu_block>span {
	display: block;
	/* remove scallops   background: url(../images/menu_top.png) 0 0 repeat-x;  */
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}


.menu_block nav {
	z-index: 990;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}


nav>.sf-menu {
	z-index: 990;
	text-align: left;
	position: relative;
}
nav{ position:relative;padding: 0px 0 0 0;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li {float:left;position:relative; }
.sf-menu>li {
	z-index: 5;
	display: block;
	position: relative;
	float: left;
	width: 20%;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;

}



.sf-menu>li+li:after {
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #ebeced;
	content: '';
	display: block;
	position: absolute;
}


.sf-menu>li>ul>li {
  float: none;
  position: static;
}


.sf-menu>li>a{
	display: block;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	text-indent: 8px;
	position: relative;
	color: #fff;
	display: block;
	padding: 39px 0px 34px;
}

.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover {
	background-color: #c3524e;
}


.sf-menu>li>a.sf-with-ul:after {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: 0px;
	width: 5px;
	background: url(../images/arrows.png) 0 0 no-repeat;
	height: 4px;
	bottom: 10px;
	pointer-events: none;
	z-index: 999;
	display: block;
}

.sf-menu>li.current>a.sf-with-ul:after, 
.sf-menu>li.sfHover>a.sf-with-ul:after {
}
 
.sf-menu>li>ul>li>a.sf-with-ul:after {
	content: '';
    font-family: 'FontAwesome';
	position: absolute;
	width: 5px;
	font-size: 15px;
	line-height: 13px;
	font-weight: normal;
	right: -15px;
	color: #fff;
	bottom: 3px;
	pointer-events: none;
	z-index: 999;
}




/*================================>> 2 Level <<========================================*/
.sf-menu>li ul{
	left: 0;
	z-index: 999; 
	width: 100%;
	padding-top: 38px;
	background-color: #c32a25;
	top: 93px;
	padding-bottom: 42px;

}

.sf-menu li ul li {
	position: relative;
	text-align: center;
	float: none !important;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.sf-menu li ul li+li {
	margin-top: 13px;
}

.sf-menu li ul li+li+li {
	margin-top: 12px;
}

.sf-menu li ul li+li a {
}


.sf-menu li ul li a{
	text-transform: uppercase;
	position: relative;
	z-index: 999;
	color: #fff;	
}





.sf-menu li li a:hover, 
.sf-menu li.sfHover li.sfHover>a {  
	color: #3d454b;
}

/*================================>> 3 Level <<========================================*/
.sf-menu>li ul li ul{
	position: absolute;
	padding-top: 32px;
	padding-bottom: 35px;
	left: 203px;
	top: -9px;
	width: 187px;
	background-color: #3d454b;
}

.sf-menu li ul ul li a:hover
{
	color: #c32a25;
}


.sf-menu li ul ul li  {
	text-indent: 7px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {


	.sf-menu>li{
	}
}

@media only screen and (max-width: 767px) {
	.menu_block {
		float: none !important;
		padding: 20px 10px 25px !important;
		clear: both;
		margin: 0;
		min-height: 0px;
  		border: none;
	}

	

  .menu_block  nav{
  	border: none !important;
		float:none !important;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#927c67;
		margin: 0 auto;
		padding-left: 0 !important;
		
	
	}

	

  header nav ul {
  	border: none;
  }

	.sf-menu{display:none !important; float: none;}

	#mm0{
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#202020;
		width:100%;
		margin: 0 auto;
		float: none;
    outline: none;
		border:2px solid #fff;
	}
	

}
