* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    max-width: 1024px;
    margin: 0 auto;
    background: #ddd;
}

html, body, #map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: white;
}

#map-canvas {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: -200px;
    left: 0;
}

#main-container {
    width: 250px;
}

.plus {
    display: none;
    width: 50px;
    height: 50px;
    background: black;
    color: white;
    z-index: 1000000;
    cursor: pointer;
}

.inner-plus {
    margin: 13px;
    font-size: 35px;
}

#star1, #star2, #star3, #star4, #star5, #star6, #star7, #star11, #star22, #star33, #star44, #star55, #star66, #star77 {
    position: relative;
    z-index: 100;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 5px #343434;
       -moz-box-shadow: 2px 2px 5px #343434;
            box-shadow: 2px 2px 5px #343434;;;
}

#star11, #star22, #star33, #star44, #star55, #star66, #star77 {
    width: 250px;
    margin-top: -5px;
    border-top: 3px solid white;
    font-size: 14px;
    font-weight: normal;
    -webkit-box-shadow: 2px 2px 5px #343434;
       -moz-box-shadow: 2px 2px 5px #343434;
            box-shadow: 2px 2px 5px #343434;
}

@media (min-width : 640px) {
    #star11, #star22, #star33, #star44, #star55, #star66, #star77 {
        width: 250px;
    }
}


#star1 {
    background-color: #fcc427;
}

#star2 {
    background-color: #ff6c02;
}

#star3 {
    background-color: #db4300;
}

#star4 {
    background-color: #bee2fa;
}

#star5 {
    background-color: #4b9cdd;
}

#star6 {
    background-color: #456b9a;
}

#star7 {
    background-color: black;
}

#star11 {
    background-color: rgba(252, 196, 39, 1);
}

#star11 a, #star22 a, #star33 a, #star44 a, #star55 a, #star66 a, #star77 a {
    text-decoration: none;
    color: white;
}

#star11 a:hover, #star22 a:hover, #star33 a:hover, #star44 a:hover, #star55 a:hover, #star66 a:hover, #star77 a:hover {
    text-decoration: underline;
}

#star22 {
    background-color: rgba(255, 108, 2, 1);
}

#star33 {
    background-color: rgba(219, 67, 0, 1);
}

#star44 {
    background-color: rgba(190, 226, 250, 1);
}

#star55 {
    background-color: rgba(75, 156, 221, 1);
}

#star66 {
    background-color: rgba(69, 107, 154, 1);
}

#star77 {
    background-color: rgba(21, 21, 21, 1);
}

.wide-title-box {
    width: 250px;
}
.black {
    margin-top: 0;
    margin-bottom: -10px;
    color: #151515;
}

.black2 {
    display: block;
    margin-bottom: 10px;
    background-color: #151515;
}

.yellow {
    margin-top: 0;
    margin-bottom: -10px;
    color: #fcc427;
}

.yellow2 {
    display: block;
    margin-bottom: 10px;
    background-color: #fcc427;
}

.orange {
    margin-top: 0;
    margin-bottom: -10px;
    color: #ff6c02;
}

.orange2 {
    display: block;
    margin-bottom: 10px;
    background-color: #ff6c02;
}

.red {
    margin-top: 0;
    margin-bottom: -10px;
    color: #db4300;
}

.red2 {
    display: block;
    margin-bottom: 10px;
    background-color: #db4300;
}

.lightblue {
    margin-top: 0;
    margin-bottom: -10px;
    color: #bee2fa;
}

.lightblue2 {
    display: block;
    margin-bottom: 10px;
    background-color: #bee2fa;
}

.blue {
    margin-top: 0;
    margin-bottom: -10px;
    color: #4b9cdd;
}

.blue2 {
    display: block;
    margin-bottom: 10px;
    background-color: #4b9cdd;
}

.darkblue {
    margin-top: 0;
    margin-bottom: -10px;
    color: #456b9a;
}

.darkblue2 {
    display: block;
    margin-bottom: 10px;
    background-color: #456b9a;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    color: black;
}

p {
    position: absolute;
    z-index: 100;
    top: 80%;
    right: 1%;
    width: 640px;
    padding: 20px;
    font-size: 40px;
    color: black;
    background-color: white;
    box-shadow: 2px 2px 5px #343434;
}

a {
    text-decoration: none;
    color: white;
}

h3 {
    margin-bottom: 5px;
    background-color: rgb(228, 10, 85);
}

h3 a {
    display: block;
    margin: 0;
    padding: 8px;
    padding-left: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 5px 5px #343434;
       -moz-box-shadow: 5px 5px #343434;
            box-shadow: 5px 5px #343434;;;
}

h3:hover {
    background: rgb(228, 10, 85);
}

h3.open {
    width: 400px;
    background: rgb(255, 70, 120);
}

h3.open a {
    background-position: 13px -25px;
}

h3 + div {
    padding: 10px;
}

h2 + div, /* Responsive design
--- */

h3 {
    width: 190px;
}


@media screen and (max-width: 640px) {
    #welcome {
        display: none;
    }

    .category {
        display: none;
    }

    .plus {
        display: block;
        position: absolute;
    }

    h3 {
        width: 175px;
        margin: 0;
    }

    h3 a {
        padding: 2px;
        box-shadow: none;
    }
    #star1, #star2, #star3, #star4, #star5, #star6, #star7 {
        padding: 8px;
    }
    #star11, #star22, #star33, #star44, #star55, #star66, #star77 {
        /*-webkit-box-shadow: none;*/
        /*-moz-box-box-shadow: none;*/
        /*box-shadow: none;*/
    }
}

/************************************************/
/*COLLAPSE HANDLING*/
/************************************************/
.hidden {
    display: none;
}
