.langlink{
    position:absolute;
    z-index:999999;
    font-family: 'GothamPro',Arial,sans-serif;
    color:#fff !important;
    display:inline-block !important;
    width:40px;
    height:40px;
    font-size:18px;
    line-height:40px;
    padding:0 !important;
    top:15px;
    right:80px;
    text-align:center;
    border-radius:50%;
    font-weight:bold;
}
@media (max-width:980px){
    .langlink{
        position:absolute;
        right:70px;
    }
}