body {
	position: relative;
    height: 100%;
    width: 100%;
	margin: 0;
}

.mainBg {
    background: url(../images/wood-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    font-size: 30px;
    line-height: 50px;
    color: #efefef;
    text-align: center;
}

.topHeader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 9;
    background: #4c4c4c;
    border-bottom: 5px solid #4c4c4c;
}

.logoBox {
    width: 30%;
    float: left;
    text-align: center;
    font-family: cursive;
}

.logoBox a {
    font-size: 30px;
    line-height: 50px;
    margin: 15px;
    color: #efefef;
    text-decoration: none;
}

.mainMenuBox {
    float:right;
    margin-right: 10px;
}

.aptMenuBox {
    width: 100%;
    height: 33px;
    text-align: center;
    background: #ffffff25;
    overflow: hidden;
}

.mainMenuBox ul li,
.aptMenuBox ul li {
    list-style: none;
    color: #efefef;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
}

.menuBox {
    display: none;
    width: 100%;
}

.menuBox.moveUp {
    margin-top: -28px;
}

.apartmentMenu {
    margin: 0;
}

.mainMenuBox ul li:hover,
.aptMenuBox ul li:hover {
    color: #089bd6;
}

/* .aptMenuBox ul {
width: 100%;
} */

.mainContent {
    position: relative;
    padding: 15px;
    text-align: center;
    color: #efefef;
    width: 1000px;
    max-width: 90%;
    margin: 75px auto;
    background: #4c4c4cde;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 600px;
    z-index: 1;
}

.pageContentBox {
    display: none;
   /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.pageContentBox.active,
.menuBox.active {
    display: block;
}