.languages {
    position: absolute;
	top:-8px;
    display: inline-block;
    padding-right: 15px;
    z-index: 1;
	margin-left: 109px !important;
	}

@media (max-width:767px) {.languages .current{
	    display: inline-block;
    padding: 0 7px 0 0px;
    line-height: 22px;
    font-size: 12px !important;
    font-weight: bold;
 
    color: #fff;
	
	
	}}
@media (max-width:768px) {.languages {position: absolute;
top: -8px;
display: inline-block;
padding-right: 15px;
	z-index: 1;
	margin-left: 0px !important;
	
	}}

.languages:after {
    content: "";
    position: absolute;
    top: 20px;
    border-top: 4px solid black;
    border-top-color: #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    z-index: 1;
}
.languages .hover {
    background: #e5e5e5;
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
    margin-right: 5px;
    padding: 0 5px;
    line-height: 23px;
}
.languages .current {
    display: inline-block;
    padding: 0 7px 0 0px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
 
    color: #fff;
}
.languages ul {
    background: #e5e5e5;
    display: none;
    left: -10px;
    position: absolute;
    margin: 0;
    padding: 3px 0;
    list-style: none;
    font-size: 13px;
    top: 100%;
}
.languages ul a {
    text-decoration: none;
    padding: 0px 14px 0 14px;
    display: inline-block;
    color: #005985 !important;
}
.languages ul a.sel {
    color: #ccc;
}
.languages ul a:hover{
color: #f4a62b !important;
	
}
.languages ul a:hover {
    color: #000;
}
.languages:hover .hover {
    display: inline-block;
}
.languages:hover:after {
    border-top-color: #fff;
}