/*#arcaab_renovation_bar {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    background-color: aqua;*/
/*    color: black;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*}*/

#titleBar , #autorotateToggle , #sceneListToggle{
    z-index: 2;
}

#sceneList{
    z-index: 1;
}

.mobile #sceneList .scenes {
    height: auto;
}

#titleBar .sceneName {
    background-color: rgba(76, 76, 76, 0.8);
}

#autorotateToggle,#fullscreenToggle,#sceneListToggle {
    background-color: rgba(47, 47, 47, 0.8);
}

#sceneList .scenes{
    background-color: rgba(47, 47, 47, 0.95);
    padding-bottom: 35px;
}

#sceneList .scene.current{
    background-color: rgba(83, 83, 83, 0.8);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(76, 76, 76, 0.8);
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
}

.footer a{
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0px 5px;
}

.footer a.selected{
    background-color: #d09a40;
}

.renovation_buttons_area{
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 5px;
}

.bottom_footer{
    display: inline-block;
    background-color: rgb(47, 47, 47 ,0.7);
    padding: 20px 0px;
    width: 100%;
}

.bottom_footer a {
    border: 2px solid;
}



.info-hotspot-modal .info-hotspot-text{
    bottom: 10px;
    text-align: center;
    line-height: 30px;
    direction: rtl;
}

.info-hotspot-modal .info-hotspot-title-wrapper{
    text-align: center;
}


.image_watermark {
    position: fixed;
    top: 50px;
    width: 100%;
    text-align: right;
}

.image_watermark img {
    max-width: 200px;
    width: 50%;
}


.contact_us{
    line-height: 65px;
}

.contact_us a{
    background-color: #d09a40;
    padding:15px 25px;
    border-radius: 5px;
}

.contact_us.secondary a {
    background-color: inherit;
    border: 3px solid #d09a40;
}


#intro_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    cursor: pointer;
}

#intro_text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
    width: 70%;
    direction: rtl;
}

#intro_text p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
}

#intro_text .ok_btn {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    display: inline-block;
}