.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 20px 31px;
	color: #fff;
	position: relative;
}
.sf-menu>li>a {
	font-weight: 700;
	display: block;
	line-height: 29px;
	text-align: center;
	font-size: 19px;
}
.sf-menu>li:before {
	background: #fe5555;
	content: '';
	height: 100%;
	position: absolute;
	width: 1px;
	right: 0;
	display: block;
	top: 0;
}
.sf-menu>li:first-child:after {
	left: 0;
	background: #fe5555;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 1px;
	top: 0;
}
.sf-menu>li.current>a, .sf-menu>li.sfHover>a, .sf-menu>li>a:hover {
	background: #333;
}
.sf-menu ul {
	z-index: 500;
	position: absolute;
	width: 252px;
	background: #333; 
	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;
}
.sf-menu ul li a:hover {
	background: #ec2626;
}
.sf-menu ul li a.sf-with-ul:before {
	content: '';
	background: url('../images/arrow.png') 0 0 no-repeat;
	width: 8px;
	right: 13px;
	top: 16px;
	display: block;
	position: absolute;
	height: 5px;
}


/*==================================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 #fff;
	}
}
