@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&subset=latin,latin-ext);

.cc_banner-wrapper, #id_bottom_outer, #id_footer_outer, #id_menu_outer, #id_city_cont, #id_header_outer, #id_header_outer_mobile  {
    display: none !important;
}
/*========================================================*/
body {
    background-color: #333333 !important;
}
#map_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#map {
    position: absolute;
    top: 0;
    left: 0;
    right: 220px;
    bottom: 0;
    background-color: transparent !important;
}
#targets {
    position: absolute;
    padding: 20px;
    top: 0;
    right: 0;
    width: 220px;
    background-color: #760000;
    min-height: 100%;
}
#targets img {
    width: 100%;
    margin-bottom: 15px;
}
#targets .separator {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 8px;
    margin-bottom: 8px
}

.container {
    margin-top: 50px;
}

#map_container_ {
    position: relative;
    overflow: hidden;
}
#map {
    z-index: 10;
}
#map_box {
    width: 180px;
    height: 180px;
    border: 1px solid #202020;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent !important;
    z-index: 20;
}
@media (max-width: 1023px) {

    #map_box {
        width: 100px;
        height: 100px;
    }
}

.gmnoprint, .gm-style-cc {
    display: none !important;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.customBox {
    margin-top: -12px !important;
    margin-left: -12px !important;
    font-weight: bold;
    font-size: 15px;
    width: auto !important;
}
.customBox img {
    width: 24px;
    height: 24px;
}

.customBox span {
    left: calc(-50% + 12px);
    top: -6px;
    position: relative;
    text-decoration: none;
    color: #fff !important;
    font-family: 'Lato', serif;
    white-space: nowrap;
    font-size: 11px;
}
.customBox a {
    text-decoration: none !important;
}
#targets a {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none !important;
    font-family: 'Roboto', serif;
}
#targets a:hover {
    color: #666666;
}

#afterlogo{
    display: none;
}

@media (min-width: 992px) {
    .container {
        width: 960px; !important;
    }
}
@media (max-width: 767px){
    #targets img{
        width: auto;
        margin-bottom: 0;
    }
    #afterlogo{
        display: block;
    }
    #targets{
        min-height: 0;
        text-align: center;
        font-size: 26px;
        padding: 5px;
        margin-top: calc(100vh - 90px);
        right: 0;
        left: 0;
        width: auto;
    }
    #targets a{
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }
    #map{
        right: -12px;
    }
    #map_box{
        bottom: auto;
        top: 0;
    }
}

#targets img.shaked {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.leaflet-bottom, #map_box .leaflet-control-container {
    display: none;
}