﻿/* Language switcher */

.tm-header div.mod-languages,
.tm-header-mobile div.mod-languages
{
    li { margin: 0;
        a {
            padding: 0px;
        }
    }
}
.tm-header-mobile {
    .uk-logo { 
        margin-bottom: -40px;
        img {
            border: 5px solid white;
            border-radius: 50%;
            background-color: white;
        }
    }
}

@media (min-width:768px) {
    .uk-logo {
        position: absolute;
        background: rgb(255, 255, 255);
        border-radius: 50%;
        padding: 5px;
        img {
            width:160px;
            height: 160px;
            max-width: 160px;
            transition: width 0.8s ease-in-out, height 0.8s ease-in-out, max-width 0.8s ease-in-out;            
        }
    }
    .uk-sticky-fixed .uk-logo {
        top:5px;
        img {
            width:100px;
            height: 100px;
            max-width:100px;
        }
    }
}
.uk-navbar-dropdown-nav li {
    border-bottom: solid 1px #b5b3b3;
    &:last-child {
        border-bottom: none;
    }
    a {
        padding: 10px 0;
    }
}
