* {
	padding: 0;
	margin: 0;
}


html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    font-size: 12px;
}

.nav{
    width: 100%;
    height: 6.94%;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: linear-gradient(179.99630000000002deg, rgba(0, 0, 0, 0) 0%, #051B1D 100%);
    opacity: 0.8;
    border-radius: 24px 24px 2px 2px;
    z-index: 18;
}

.nav-bg{
    width: 100%;
    height: 6.94%;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #083438;
    opacity: 0.8;
    border-radius: 24px 24px 2px 2px;
    z-index: 17;
}

.nav_left {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
}

.nav_right {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    float: right;
    cursor: pointer;
}

.right_nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    height: 100%;
    float: left;
    cursor: pointer;
    border-left:2px solid #3a5a57;
    color: #898D7C;
}

.right_nav_space {
    position: relative;
    display: flex;
    align-items: center;
    width: 3.1%;
    height: 100%;
    float: left;
    cursor: pointer;
    border-left:2px solid #3a5a57;
}

.nav_log {
    width: 37.6%;
    height: 76%;
    margin-left: 25px;
}

.nav_active {
    background: rgba(137, 141, 124, 0.8);
    color: #FFFFFF;
}

.arartments{
    width: 16%;
    min-width: 210px;
    height: 50%;
    position: absolute;
    bottom: 9%;
    right: 0;
    overflow: hidden;
    z-index: 3;
}

.arartments_top {
    width: 100%;
    height: auto;
    position:absolute;
    align-items: center;
    text-align: right;
    bottom: 47.5%;
}

.arartments_img {
    width: 100%;
    max-width: 146px;
    opacity: 0.7;
}

.arartments_nav{
    display: flex;
    width: 100%;
    height: 10.0%;
    color: #58655c;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: url(../img/bedroom.png) 100% 100% / 100% 100% no-repeat;
    border:0px solid;
    border-bottom-left-radius:1em;
    border-top-right-radius:1em;
    cursor: pointer;
    position:absolute;
}

.hide{
    display: none;
}

.facilities{
    width: 16%;
    min-width: 100px;
    height: 42%;
    position: fixed;
    bottom:9%;
    right: 0;
    z-index: 3;
}

.facilities_nav{
    display: flex;
    width: 100%;
    height: 10.0%;
    color: #58655c;
    align-items: center;
    justify-content: center;
    background: url(../img/bedroom.png) 100% 100% / 100% 100% no-repeat;
    border:0px solid;
    border-bottom-left-radius:1em;
    border-top-right-radius:1em;
    cursor: pointer;
}

.facilities_nav_position_first{
    position:absolute;
    bottom:0%;
}

.facilities_nav_position{
    position:absolute;
    bottom:7%;
}

.indoor_nav{
    display: flex;
    width: 100%;
    height: 10.0%;
    color: #58655c;
    align-items: center;
    justify-content: center;
    background: url(../img/bedroom.png) 100% 100% / 100% 100% no-repeat;
    border:0px solid;
    border-bottom-left-radius:1em;
    border-top-right-radius:1em;
    cursor: pointer;
}

.outdoor_nav{
    display: flex;
    width: 100%;
    height: 10.0%;
    color: #58655c;
    align-items: center;
    justify-content: center;
    background: url(../img/bedroom.png) 100% 100% / 100% 100% no-repeat;
    border:0px solid;
    border-bottom-left-radius:1em;
    border-top-right-radius:1em;
    cursor: pointer;
}

.closeOpen{
    width: 3%;
    /*height: 6%;*/
    position: fixed;
    bottom: 25%;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

.closeOpen2{
    width: 3%;
    /*height: 6%;*/
    position: absolute;
    bottom: 53%;
    right: 0;
    overflow: hidden;
    z-index: 4;
}

.arartments_nav_active {
    background: rgba(110, 121, 109, 1.0);
    color: #FFFFFF;
}

.left-bg{
    width: 15%;
    min-width: 100px;
    max-width: 160px;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.9;
}

.right-bg{
    width: 15%;
    min-width: 100px;
    max-width: 160px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffffff;
    opacity: 0.9;
}
