#countries-block-top {
    position: relative;
}

#footer #countries-block-top {
    color: #F79748 !important;
    font-family: gill;
    font-size: 11px;
    text-transform: uppercase;
}

#countries-block-top span.firstWord {
    display: none;
}

#countries-block-top div.current {
    cursor: pointer;
}

#countries-block-top ul {
    display: none;
    position: absolute;
    top: 22px;
    right: 0px;
    z-index: 2;
    background: #b7cbd8;
}

#countries-block-top ul li {
    color: white;
    border-bottom: 1px solid #fff
}

#countries-block-top ul li a,
#countries-block-top ul li>span {
    padding: 0 5px;
    background: white;
    color: #b7cbd8;
    display: block;
    text-align: center;
}

#countries-block-top ul li.selected,
#countries-block-top ul li:hover a {
    background: #b7cbd8;
    color: #fff;
}

.mobile-menu #countries-block-top ul {
    left: 0;
    width: 100%;
}