v\: * {
    behavior: url(#default#VML);
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 320px;
}

body {
    margin: 0;
    background: #fff;
}

h1 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px;
}

img.largeThumb {
    border: 1px solid #fff;
    margin: 10px auto;
    box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 240px;
    height: auto;
}

#map_menu a:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    color: #555;
}

#q {
    float: right;
    font-size: 14px;
    width: 100px;
    transition: 0.5s ease-in-out;
}

#europe, #categories {
    display: none;
    margin-top: 15px;
    clear: both;
}

#regionList .btn {
    color: #0070a5;
}

#regionList .btn, #europe .btn, #categories .btn {
    margin-bottom: 4px;
}

#map {
    z-index: 1;
}

#map_menu img {
    margin-right: 0;
    float: right;
}

#gEarth, #map_menu {
    width: 180px;
    text-align: left;
    position: absolute;
    z-index: 2;
}

#gEarth {
    position: relative;
    float: right;
    clear: both;
    width: 100%;
    text-align: right;
}

#map_menu .searchBox {
    float: right;
    max-width: 150px;
}

#map_menu .inner {
    padding: 10px;
}

#map_menu {
    top: 0;
    width: 80%;

    margin-left: -40%;
    left: 50%;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 0 0 4px 4px;
}

.suggested-locations {
    display: none;
    padding: 15px;
    z-index: 999999;
}

.suggested-locations li, .suggested-locations ul {
    padding: 0;
    margin: 0;
}


.map-expand-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    border: solid #ccc;
    border-width: 0 0 1px 1px;
    background: #fff;
    text-align: center;
    z-index: 99999999;
}

.display-none {
    display: none !important;
}

.display-inline {
    display: inline !important;
}

.logo-map {
    margin: 11px;
}

.map-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50px;
}

.mini-map-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.search-container {
    width: 300px;
    position: absolute;
    right: 10px;
    top: 60px;
}

.europe-dropdown {
    columns: 3;
}
.category-dropdown {
    columns:2;
}

@media screen and (max-width: 1400px) {
    #map_menu .menu a {
        font-size: 16px;
    }

}

@media screen and (min-width: 1600px) {
    #q {
        width: 200px;
        transition: 0.5s ease-in-out;
    }

    #q:focus {
        width: 250px;
    }

    #map_menu .searchBox {
        max-width: 300px;
    }

}

@media all and (max-width: 780px) {
    #regionList {
        display: none;
    }

    h1 {
        display: none;
    }

    #map_menu .menu a {
        font-size: 14px;
    }
}

