/*
	NAV DESKTOP
--------------- */
.nav-desktop-items ul{
    padding: 0;
    margin: 0;
}
.nav-desktop-items ul li{
    list-style: none;
    float: left;
    position: relative;
}
.nav-desktop-items a{
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding:5px 25px;
    position:relative;
    text-decoration:none;
}
.nav-desktop-items ul li:last-child a{
	padding-right:0;
}
.nav-desktop-items a.current{
	font-weight:bold;
}
.nav-desktop-items .subnav{
    position: absolute;
    top:calc(100% + 15px);
    left:0;
    min-width:230px;
    border-radius: 0 0 5px 5px;
    display: none;
    z-index:9;
    border-top:none;
    border-radius:5px;
}
.nav-desktop-items .subnav li{
    width: 100%;
    text-align: left;
}
.nav-desktop-items .subnav a{
    color: #555;
    padding: 15px;
    font-size: 16px;
    line-height: 16px;
    height: auto;
}
.nav-desktop-items .subnav li:first-child a{
	border-radius:5px 5px 0 0;
}
.nav-desktop-items .subnav a i{
    width: 10px;
}
.nav-desktop-items .subnav li:last-child a{
    border: none;
}
.nav-desktop-items .subnav li:last-child a:hover{
    border-radius: 0 0 7px 7px;
}