.nav-logo {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/bg-sty1.png") repeat;
    padding: 30px 0 34px 0;
}

.nav-logo-line {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/logo-line.png") no-repeat center;
    margin: 80px 0 0 0;
}

.home-content {
    width: 100%;
    height: 720px;
    display: table;
    position: relative;
    z-index: 1;
    top: 0;
    background: url("../images/home-bg.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.home-content-cell {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 93px 0 62px 0;
    margin: 0;
}

.home-banner {
    max-width: 700px;
}

.home-enter-site {
    width: auto;
    display: table;
    margin: 40px auto 0 auto;
}

.home-enter-site .img-responsive {
    max-width: 230px;
}

.home-enter-site a {
    display: block;
}

.footer-line {
    height: 20px;
    background: url("../images/footer-line.png") repeat-x;
    background-size: auto 10px;
    padding: 0 0 10px 0;
}

.footer-box {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: auto;
    right: auto;
    background: url("../images/bg-sty1.png") repeat;
    padding: 0 0 10px 0;
    color: #a88643;
    font-family: ralewaymedium, sans-serif;
    font-size: 13px;
    line-height: 130%;
}

@media (min-height: 720px) {
    .home-content-cell {
        height: 100vh;
    }

    .footer-box {
        bottom: 0;
    }
}

@media (max-height: 719px) {
    .home-content-cell {
        height: auto;
    }

    .footer-box {
        margin-top: -62px;
    }
}
