.sf-menu {
	border-bottom: 9px solid #fd8630;
}
.sf-menu li {
	position: relative;
}
.sf-menu>li {
	//width: 20%;
        width:195px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
.sf-menu>li:first-child {
	border-left: none;
}

.sf-menu li a{
	text-decoration: none;
	font-size: 14px;
	font-family: 'Lato',Arial,sans-serif;
	color: #fff;
}
.sf-menu>li>a{
	position: relative;
	line-height: 20px;
	display: block;
	/*padding: 27px 0;*/
	padding: 8px 0;
	text-align: center;
	background: #1e466d;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
}
.sf-menu>li.current>a, .sf-menu>li.sfHover>a, .sf-menu>li>a:hover {
	/*background: #e6e6ea;*/
	background: #2d69a3;
}
.sf-menu ul {
	padding: 35px 5px;
	position: absolute;
	left: 0;
	line-height: 15px;
	z-index: 500;
	background-color: #2d69a3;
	width: 223px;
	text-align: center;
	/*top: 78px;*/
	top:36px;
}
.sf-menu ul ul {
	background: #fd8630;
	left: 250px;
	top: -30px;
}
.sf-menu ul ul a{
	color:  #fff;
}
.sf-menu ul li a:hover{
	text-decoration: underline;
}
.sf-menu ul li+li {
	margin-top: 14px;
}
.sf-menu li.sfHover ul ul:after {
	content: '';
	top: 13px;
	position: absolute;
	left: -5px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #fd8630 transparent transparent;
}



/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
    .sf-menu>li {
        width:156px;
    }
    
    .sf-menu>li:last-of-type{
        width:160px;
    }
}

@media only screen and (max-width: 995px) {
	.sf-menu {
		float: none;
	}
        .sf-menu>li {
                width:124px;
        }
        .sf-menu>li:last-of-type{
            width:128px;
        }
}   

@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 #474646;
	}
	
}
