#lokal-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

#plan-content {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    height: 740px;
    color: #959595;
    font-family: 'Lato', sans-serif;
}

.mobile-response {
    display: none;
    width: 95%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
}

@media screen and (max-width: 959px) {
    #plan-content {
        display: none;
    }
    .mobile-response {
        display: block;
    }
}

#plan-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0.95;
    display: none;
    z-index: 9;
}

#stage-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 473px;
}

#stage-list-legend {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 100px;
}

#stage-content {
    position: absolute;
    top: 0px;
    left: 206px;
    width: 592px;
    height: 573px;
}

#room-info {
    position: absolute;
    display: none;
    width: 700px;
    height: 450px;
    padding: 20px;
    z-index: 50;
    border: 1px solid #cccccc;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#room-info h1 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #444242;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.room-info-image {
    float: left;
    padding: 5px;
}

#room-info-description {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}

.room-item {
    position: absolute;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 8px;
}

#powerTip {
    position: absolute;
    display: none;
    z-index: 25;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

#room-list {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 573px;
    display: none;
}

.room-number {
    position: absolute;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #cccccc;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.room-color1 {
    background: #47655b;
}

.room-color2 {
    background: #000;
}

.stage-item-old {
    padding: 3px;
    cursor: pointer;
    background: url(../images/bg_menu.png) repeat-y;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
}

.stage-item {
    padding: 5px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #fff;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 400;
    color: dimgray;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.stage-item:hover {
    background-color: #F7F7F7;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-top: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
}

.stage-list-legend {
    padding: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    color: dimgray;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.room-legend {
    position: absolute;
    border: 1px solid #cccccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}