root {
    display: block;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.menu {
    display: block;
    float: left;
    width: 50px;
    height: 100%;
    background-color: #363636;
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    background-position: top left;
}

#content {
    display: block;
    float: left;
    width: 100%;
}

.fakecontent {
    box-sizing: border-box;
    display: table;
    width: 100%;
    max-width: 960px;
    padding: 40px 0;
    margin: 0 auto;
    font-family: "neuzeitofficew01-regula", helvetica, sans-serif !important;
    font-size: 16px;
    font-size: 0.89rem;
    font-weight: normal;
    line-height: 1.33;
    color: #333;
}

.fakecontent p {
    margin: 0 0 24px 0;
    margin: 0 0 1.33rem 0;
}

.fakecontent h1 {
    margin-bottom: 50px;
    font-family: "neuzeit office w01 bold", helvetica, sans-serif;
    font-size: 3.56rem;
    font-weight: bold;
    text-align: center;
    ont-size: 64px;
}

.fakecontent .left {
    float: left;
    width: 48%;
}

.fakecontent .right {
    float: right;
    width: 48%;
}

@media (max-width: 1020px) {
    .fakecontent {
        padding-right: 15px;
        padding-left: 15px;
    }

    .fakecontent .left,
    .fakecontent .right {
        float: none;
        width: 100%;
    }
}

#ummami #b-theapp .changeView,
#ummami #b-theapp #controls #sliders,
#ummami #b-theapp #controls #rooms,
#ummami #b-theapp #controls .showall{
    display:none!important;
}

#ummami #hoverpop ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.gf-lightbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.gf-lightbox .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
}

.gf-lightbox .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    max-width: 500px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    max-height: 90%;
    overflow-y: scroll;
}



.gf-lightbox .box .inner ul{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 20px 0px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.gf-lightbox .box .inner ul li{
    padding: 0px;
    text-align: center;
    display: inline-block;
    font-style: italic;
    color: #777;
}
.gf-lightbox .box .inner ul li::after{
    content: '|';
    width: 15px;
    display: inline-block;
}
.gf-lightbox .box .inner ul li:last-child::after{
    content: '';
    display: none;
}

.gf-lightbox .box .inner h4{
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 5px;
    font-size: 20px;
    display: inline-block;
}

.gf-lightbox .box .inner .btn-primary{
    padding: 10px 15px;
    background-color: #000;
    color:#fff;
    text-decoration: none;
    margin-top: 6px;
    margin-bottom: 4px;
    display: inline-block;
    border:none;
    margin-right: 5px;
}
.gf-lightbox .box .inner .btn-primary:last-child{
    margin-right: 0px;
}
.gf-lightbox .box .inner img{
    width: 100%;
    height: auto;
}
.gf-lightbox .close-btn{
    position: absolute;
    top: 8px;
    right: 10px;
    /* padding: 10px; */
    font-weight: bold;
    font-size: 20px;
    line-height: 13px;
    text-transform: lowercase;
}

.gf-lightbox .close-btn:hover{
    cursor: pointer;
    opacity: 0.7;
}

@media screen AND (max-width:550px){
    .gf-lightbox .box{
        min-width: 90%;
        max-width: 90%;
        font-size: 10px;
        line-height: 14px;
    }
    .gf-lightbox .box .inner h4{
        font-size: 14px;
    }
    .gf-lightbox .box img{
        display: none!important;
    }
}
