@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/OpenSans-CondBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans Condensed", sans-serif;
}

#overlay_container, #cluster_choice_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333AA;
    z-index: 777;
    display: none;
}

#filter_container {
    position: absolute;
    top: 0;
}

#filter_container select { padding: 7px;}

#cluster_choice_list {
    list-style-type: none;
    width: 600px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.list-group-item {
    border-bottom: 1px solid #CCC;
    padding: 12px;
    font-size: 22pt;        
}

.list-group-item:hover {
    background: #CCC;
    cursor: pointer;
}

#overlay_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333AA;
    z-index: 777;
    display: none;
}

#overlay_card, #cluster_choice_list {
    margin: 15% auto;
    z-index: 999;
    width: 90%;
    background: #FFF;
    padding-bottom: 25px;
    max-width: 800px;
    position: relative;
}

#overlay_card #close_btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#overlay_card #logo {
    margin: 0 25%;
    float: left;
    max-width: 400px;
    clear: both;
}

#overlay_card h2, h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
    padding: 0;
    font-size: 28pt;
}

h3 {
    color: #79b935;
    font-size: 22pt;
}

.info_line {
   width: 100%;
   text-align: center;
   margin: 10px 0;
    font-size: 16pt;
}

.info_line i {
    color: #79b935;
}

.marker {
    position: absolute;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#footer {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
}