@font-face {
    font-family: 'BebasRegular';
    src: url('font/bebas___-webfont.eot');
    src: url('font/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/bebas___-webfont.woff') format('woff'),
    url('font/bebas___-webfont.ttf') format('truetype'),
    url('font/bebas___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h3.popup {
    margin: 0;
    padding: 2px 5px;
    font-family: 'BebasRegular', sans-serif;
    cursor: pointer;
}

p.popup_text {
    padding: 2px 5px;
    margin: 0;
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

p.address {
    padding: 0 5px;
    margin: 2px 0;
    color: #fff;
    font-size: .8em;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

h4.events {
    padding: 5px 5px 2px 5px;
    margin: 0;
    text-decoration: underline;
    font-family: 'BebasRegular', sans-serif;
}

span.event_date, span.event_time {
    font-size: .8em;
}

body {
    margin: 0 auto;
    padding: 0;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
}

#header {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 250px;
    height: auto;
    background-image: url('imgs/noisy_net_2x.png');
    box-shadow: 3px 3px 5px #000;
    z-index: 999;
}

#header h2 {
    font-family: 'BebasRegular', sans-serif;
    color: #DCEBF0;
    text-align: center;
    font-size: 3.5em;
    width: 90%;
    margin: 1% 5%;
}

#header #first {
    variant: normal 400;
    letter-spacing: .05em;
    color: #4A748C;
}

noscript {
    width: 100%;
    height: 100%;
    background-color: black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: white;
    z-index: 2;
    position: absolute;
}

noscript p {
    padding: 5em;
}

.popup_name {
    font-size: 1em;
    color: #fff;
    margin: 0 1%;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

p.popup_date, p.popup_time {
    font-size: .8em;
    color: #fff;
    margin: 0 1%;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

div.details {
    height: 100%;
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    background-color: #ececec;
    z-index: 999;
    overflow-y: scroll;
    border-left: 1px solid #4A748C;
}

div.details header {
    height: 200px;
    width: 100%;
    background-image: url('imgs/dome.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

img.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
}

div.details h2 {
    padding: 10px;
    font-family: 'BebasRegular', sans-serif;
    margin: 0;
}

div.details p {
    margin: 1%;
    color: #333;
    font-size: 1em;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

div.details h3 {
    padding: 0 10px;
    font-family: 'BebasRegular', sans-serif;
    text-decoration: underline;
}

div.details h5 {
    padding: 1% 5%;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    float: left;
    width: 20%;
    margin: 0;
}

div.details h4 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: bolder;
    margin: 1% 1% 3% 1%;
}

p.place_info {
    float: left;
    width: 58%;
}

div.place, div.event {
    width: 100%;
    float: left;
}

p.popup_phone, p.popup_website, p.popup_hours, p.popup_img {
    display: none;
}

/* -------------------------------CREDITS------------------------------------ */
#popup_box {
    display: none; /* Hide the DIV */
    position: fixed;
    height: 160px;
    width: 245px;
    background: #CCC;
    left: 300px;
    top: 20px;
    z-index: 100;
    padding: 1%;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    z-index: 999;

}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 900;
    background-color: #000;
    opacity: 0;

}

a {
    cursor: pointer;
    text-decoration: none;
    color: #666;
}

#popupBoxClose {
    right: 10px;
    top: 10px;
    position: absolute;
}

.credits_header {
    font-family: "BebasRegular", Helvetica, Arial, sans-serif;
}

.credits {
    padding-top: -20px;
}

/* -------------------------------END CREDITS------------------------------------ */

/* -------------------------------MENU------------------------------------ */
.hidden_menu {
    color: #fff;
    overflow: hidden;
    position: fixed;
    top: 130px;
    left: 45px;
    width: 200px;
    background-image: url('imgs/noisy_net_2x.png');
    box-shadow: 3px 3px 5px #000;
    display: none;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    margin-top: -10px;
}

.hidden_menu ul {
    padding: 0;
    width: 200px;
}

li {
    display: inline-block;
    height: 15px;
    width: 100%;
    border-top: 1px solid #ececec;
    padding: 25px 0px;
    font-family: "BebasRegular", Helvetica, Arial, sans-serif;
    cursor: pointer;
}

li:first-of-type {
    border-top: none;
    padding-bottom: 35px;
    height: 55px;
    position: relative;
}

li:first-of-type img {
    width: 90%;
    margin: 1% 5%;
}

li:last-of-type {
    padding-bottom: 15px;
}

li img {
    margin-left: 10px;
    margin-right: 10px;
}

li .slider img {
    margin: 0 5px 0 50px;
}

li p {
    text-align: center;
    margin: 0px;
}

li span {
    letter-spacing: 2px;
}

.one {
    margin-top: 5px;
    display: inline-block;
    padding-left: 23px;
}

.fifteen {
    margin-top: 5px;
    display: inline-block;
    padding-left: 65px;
}

.thirty {
    margin-top: 5px;
    display: inline-block;
    padding-left: 56px;
}

.menu {
    position: fixed;
    top: 100px;
    left: 45px;
    width: 200px;
    box-shadow: 3px 3px 5px #000;
    background-image: url('imgs/noisy_net_2x.png');
    z-index: 890;
}

.menu h4 {
    font-family: 'BebasRegular', sans-serif;
    color: #DCEBF0;
    text-align: center;
    width: 90%;
    margin: 2% 5%;
}

div.slider_notice {
    display: none;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
}

div.slider_notice p {
    font-size: 1.5em;
    width: 96%;
    padding: 2%;
    word-spacing: 10px;
}