#world-map-icon {
    padding-top: 0 !important;
    margin:4px
}


#location {
    font-size: 0.75em;
    display: inline;
    float: right;
    list-style: none;
    text-align: left;
}


#location span.country {
    color: #c33
}


#location span.language {
    color: #555
}


#location span.language {
    color: #555
}


#location img.flag {
    margin-right: 0.5em;
    padding-top: 5px !important;
}


#location-nav {
    background: #fff;
    border-radius: 4px;
    display: none;
    list-style: none;
    /*margin-left: -4em;*/
    padding: 1em 0;
    white-space: nowrap;
    z-index: 1;
}


#location-nav a {
    color: #333;
    display: block;
    padding: 0.5em 2em;
    text-decoration: none;
    text-align: left;
}


#location-nav a:hover {
    background-color: #e5e5e5;
}


#location li.current-location {
    z-index: 2;
    cursor: pointer;
    text-align: right;
}


#location li.current-location:hover #location-nav {
    z-index: 1100;
    display: block;
    /*position: absolute;*/
    /*text-align: left;*/
    position: absolute;
    margin-left: -25px;
}


.shadow {
    -moz-box-shadow: 0 5px 15px #555555;
    -webkit-box-shadow: 0 5px 15px #555555;
    box-shadow: 0 5px 15px #555555;
}


.transparent {
    opacity: 0.95;
    filter: alpha(opacity = 95);
}

