.sf-menu>li {
	position: relative;
	float: left;
}
.sf-menu li a {
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	padding: 26px 40px 31px;
	color: #e26b0f;
	position: relative;
}
.sf-menu>li>a {
	font-weight: 700;
	display: block;
	line-height: 29px;
	text-align: center;
	font-size: 19px;
}
.sf-menu>li:before {
	content: '';
	height: 100%;
	position: absolute;
	width: 1px;
	right: 0;
	display: block;
	top: 0;
}
.sf-menu>li:first-child:after {
	left: 0;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 1px;
	top: 0;
}
.sf-menu>li.current>a, .sf-menu>li.sfHover>a {
	background: #e26b0f;
	color: #FFF;
}

.sf-menu>li>a:hover {
	background: #e26b0f;
	color: #FFF;
}

.sf-menu ul {
	z-index: 500;
	position: absolute;
	width: 252px;
	background: #e26b0f; 
	top: 86px;
	left: 0;
}
.sf-menu ul li+li{
	border-top: 1px dotted #4f4f4f;
}
.sf-menu ul ul{
	left: 253px;
	top: 129px;
}
.sf-menu ul li a {
	padding: 10px 16px 11px;
	display: block;
	color: #422a0b;
	font-size: 16px;
	text-transform: uppercase;
}
.sf-menu ul li a:hover {
	background: #422a0b;
		color: #FFF;
	text-transform: uppercase;
}

.sf-menu > li > ul > li > a.sf-with-ul:after  {
	position: absolute;
	display: block;
	content:"\f105";
	right: 7px;
	text-align: center;
	margin-left: -10px;	
	top: 10px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	overflow: hidden;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color: #fff;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
	.sf-menu > li > a {
		font-size: 17px;
	}
}

@media only screen and (max-width: 995px) {
	.sf-menu>li>a {
		padding: 26px 12px 31px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {

	.sf-menu {display:none ; float: none;}

	.select-menu {
		font: 12px/15px Arial, Helvetica, sans-serif;
		color: #202020;
		width: 100%;
		margin: 10px auto 20px;
		float: none;
    	outline: none;
		border: 1px solid #e26b0f;
	}
}
