@charset "utf-8";
/* CSS Document */



.menu_block nav {
	font-family: 'Trebuchet MS', sans-serif;
	position:relative;
	padding: 0;
}

nav>.sf-menu {
	text-align: right;
	z-index: 990;
	position: relative;
	margin: 0;
}

.sf-menu ul {
	position:absolute;
	top:-999px; 
	display:none;
	/* left offset of submenus need to match (see below) */
}
.sf-menu>li {
	position: relative;
	float:none;
	display: inline-block;
	height: 114px;
	margin: 0;
}

.sf-menu>li+li {
	margin-left: -3px;
}
.sf-menu>li+li:after {

}

.sf-menu>li>a{
	position: relative !important;
	z-index: 2;
	display: block;
	padding: 76px 29px 9px;
	color: #d2d2d2;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
}


.sf-menu>li>a:hover,
.sf-menu>li.current>a,
.sf-menu>li.sfHover>a {
	color: #ffffff;
	text-decoration: none;
	background: #d30c23;
	display: block;
}

.sf-menu>li>a.sf-with-ul:after {
	position: absolute;
	background: url(../images/arrow_1.png) 0 0 no-repeat;
	content: '';
	left: 46%;
	width: 9px;
	top: 103px;
	height: 6px;
	pointer-events: none;
	z-index: 999;
	display: block;
}

.sf-menu>li.sfHover>a.sf-with-ul:after, 
.sf-menu>li.current>a.sf-with-ul:after {

}

.sf-menu>li>ul>li>a.sf-with-ul:after {
	content: '';
	position: absolute;
	display: none;
	width: 5px;
	height: 4px;
	right: 0px;
	pointer-events: none;
	z-index: 999;
}

.sf-menu>li>ul>li.sfHover>a.sf-with-ul:after {
	background-position: 0 bottom;
}

/*================================>> 2 Level <<========================================*/

.sf-menu li ul{
	left: 0px;
	z-index: 999; 
	padding: 20px 8px 21px 11px;
	top: 100px;
	background-color: #0b0a0a;
}

.sf-menu li ul li{
	position: relative;
	text-align: left;
	float: none !important;
}

.sf-menu li ul li a{
	position: relative;
	overflow: hidden;
	font: normal 12px/34px Arial, sans-serif;
	z-index: 999;
	color:#fff;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-menu li li a:hover, 
.sf-menu li li.sfHover>a {  
	color: #d30c23;
	text-decoration: none;
	display: block;
}

/*================================>> 3 Level <<========================================*/

.sf-menu li.sfHover li.sfHover ul{
	left: 94px;
	position: absolute;
	top: 4px;
	padding: 3px 33px 4px 15px;
	background-color: #d30c23;
}

.sf-menu>li>ul>li>ul:after {
	position: absolute;
	background: url(../images/arrow.png) 0 0 no-repeat;
	content: '';
	left: 0;
	top: 12px;
	margin-left: -27px;
	width: 9px;
	height: 5px;
	pointer-events: none;
	z-index: 999;
	display: block;
}

.sf-menu li.sfHover li.sfHover ul li a {
	color: #000;
	line-height: 30px;
}

.sf-menu li.sfHover li.sfHover ul li a:hover {
	color: #fff;
	display: inline;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1170px) {


}

@media only screen and (max-width: 995px) {
	
	.sf-menu > li > a {padding-left: 16px; padding-right: 16px;}

}

@media only screen and (max-width: 767px) {

	.menu_block {
		float: none !important;
		padding: 20px 10px 25px !important;
		clear: both;
		min-height: 0px;
  		border: none;
	}

  header nav{
  		border: none !important;
		float:none !important;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#927c67;
		margin: 0 auto;
		z-index: 1;
	}

  header nav ul {
  		border: none;
  }

	.sf-menu{display:none !important; float: none;}

	#mm0{
		font:10px Arial, Helvetica, sans-serif;
		background: #d30c23;
		color:#fff;
		width:100%;
		margin: 18px auto;
		float: none;
    	outline: none;
    	border-radius: none;
		border:1px solid #f9f8f8;
		position: relative;
	}
	

}
