/*SF-Menu*/

.sf-menu .sub-menu a{
	color: #fff;
}
.sf-menu{
	float: right;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #31353d;
}
.sf-menu > li{
	float: left;
	margin-left: 28px;
	line-height: 43.33px;
}
.sf-menu .current > a{
	color: #DB3434;
}
.sf-menu > .sfHover > a{
	color: #DB3434;
}
.sf-menu .sub-menu > .sfHover > a{
	color: #31353d;
}

.sf-with-ul{
	position: relative;
}
.sf-menu ul{
	display: none;
}
.sf-menu .sub-menu{
	z-index: 99;
	position: absolute;
	margin-left: -85px;
	text-align: center;
	padding: 40px 0px;
	width: 234px;
	box-sizing: border-box;
	color: #fff;
	margin-top: 25px;
	background-color: #DB3434;
}
.sf-menu .sub-menu a:hover{
	color: #31353d;
}
.sf-menu .sub-menu li{
	font-size: 14px;
	line-height: 15px;	
}
.nav-0 .nav-1:before{
	content: '';
	position: absolute;
	top: -9px;
	right: 117px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-bottom: 9px solid #DB3434;
}
.sf-menu .sub-menu .sub-menu{
	left: 255px;
	margin-top: -25px;
	margin-left: 0px;
	background-color: #31353d;
}
.sf-menu .sub-menu .sub-menu a:hover{
	color: #DB3434;
}
.nav-0 .nav-2:before{
	content: '';
	position: absolute;
	top: 12px;
	left: -9px;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
	border-right: 9px solid #31353d;
}