body {
	position: relative;
    height: 100%;
    width: 100%;
	margin: 0;
}

.mainBg {
    background: url(../images/wood-bg.jpg);
    background-size: 100%;
    /*background-size: cover;
    background-repeat: no-repeat;*/
}

h1 {
    font-size: 30px;
    line-height: 50px;
    color: #efefef;
    text-align: center;
}

.buttonMe {
    border: 4px solid #c4c4c4;
    border-radius: 5px;
    background: #191919;
    color: #c4c4c4;
    cursor: pointer;
}
.buttonMe:hover {
    border-color: #101010;
    background: #b7b7b7;
    color: #101010;
}

.smooth {
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -ms-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
}

.popOut_btn {
    background: #3a3a3a;
    padding: 5px 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    line-height: 28px;
    cursor: pointer;
}
.popOut_btn:hover {
    background: #6f6f6f;
}

.popOut_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.65);
    z-index: 11;
    display: none;
}
.popOut_overlay.active {
    display: block;
}
.popOut_content {
    background: #8c8c8c;
    border: 5px solid #4c4c4c;
    border-radius: 10px;
    position: relative;
    z-index: 13;
    width: 600px;
    min-height: 200px;
    margin: 10% auto;
    padding: 15px;
}
.popOut_header {
    width: 100%;
    background: #c7c7c7;
    padding: 5px 0;
    font-size: 20px;
    color: #4c4c4c;
    border-radius: 5px;
}

#hiddenSpacer {
    opacity: 0;
}

.topHeader {
    /*display: none;*/
    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%;
}

.mainMenuBox ul li,
.aptMenuBox ul li,
a {
    list-style: none;
    color: #efefef;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
}

.mainMenuBox ul li:hover,
.aptMenuBox ul li:hover,
a:hover,
.aptBtn:hover {
    color: #089bd6;
}

.menuBox {
    display: none;
    width: 100%;
}

.menuBox.moveUp {
    margin-top: -28px;
}

.apartmentMenu {
    margin: 0;
}

/* .aptMenuBox ul {
width: 100%;
} */

.mainContent {
    position: relative;
    padding: 0.5%;
    text-align: center;
    color: #efefef;
    width: 1000px;
    max-width: 90%;
    margin: 75px auto;
    background: #4c4c4cde;
    /*min-height: 400px;*/
    z-index: 1;
}

/*.mainContent {
    position: relative;
    padding: 0.5%;
    text-align: center;
    color: #efefef;
    width: 80%;
    max-width: 90%;
    margin: 75px auto;
    background: #4c4c4cde;
    min-height: 600px;
    z-index: 1;
    float: left;
    margin-left: 10%;
}*/

.pageContentBox {
    display: none;
   /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.pageContentBox.active,
.menuBox.active {
    display: block;
}

/*#apartmentsBox {
    min-height: 3250px;
}*/

/*#aptThingBox_none {
    min-height: 200px;
}*/

.apartment_things {
    display: none;
}
.apartment_things.active {
    display: block;
}

/*.apartment_things.active.lengthOne {
    min-height: 2400px;
}
.apartment_things.active.lengthTwo {
    min-height: 2550px;
}
.apartment_things.active.lengthThree {
    min-height: 3130px;
}*/

.apt_label {
    width: 99%;
    background: rgba(255, 255, 255, 0.5);
    font-size: 35px;
    padding: 5px;
    margin: 15px 0;
    color: #272727;
}

.thingContainer {
    width: 100%;
    float: left;
}

.section_label {
    width: 100%;
    float: left;
    background: #a7a5a3;
    color: #272727;
    font-size: 20px;
}

.thing_box {
    width: 21%;
    float: left;
    border: 0.5px solid;
    margin: 5px 0.9% 10px;
    padding: 10px 5px;
}

.thing_box input {
    width: 88%;
    margin: 2px 0;
}

.thing_label {
    width: 100%;
    display: block;
    padding: 5px 0;
}

.buttonBox {
    width: 100%;
    float: left;
    margin: 25px;
}

#save_apt_things {
    font-size: 25px;
}

.maint_header,
.maint_row {
    width: 100%;
    float: left;
    border: 1px solid #fff;
    margin: 10px 0 0;
    background: #4c4c4cde;
    padding: 7px 0;
}
.maint_header {
    background: #969696;
    color: #000;
}

.row_box {
    width: 18%;
    float: left;
    padding: 0.5% 1%;
}

.row_box.description {
    width: 38%;
}

.maint_row {
    display: none;
}
.maint_row.active.showMeNow,
.maint_row.active {
    display: block;
}

.enterMaintForm label {
    width: 100%;
    display: block;
    margin: 5px 0;
}

.enterMaintForm input,
.enterMaintForm textarea,
.enterMaintForm select {
    width: 100%;
    min-height: 20px;
}

.enterMaintForm textarea {
    min-height: 100px;
}


