.nav {
    text-shadow: 0px 5px 5px #CC0D0D;
}
.content-img-box {
    position: relative;
}
.content-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.buy-button {
    width: 32%;
    display: block;
    height: 16%;
    left: 0%;
    position: absolute;
    top: 42%;
    /* -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); */
    font-size: 38px;
    line-height: 50px;
    color: transparent !important;
    filter: alpha(opacity=0);
}
.content_main {
    min-width: 768px;
    max-width: 1080px;
    margin: 0 auto;
}
.content-img-box img {
     width: 100%; 
}

body {
    min-height: 1080px;
    background: url('../images/bg_cover.png') no-repeat;
    background-size: auto;
    background-position: center top;
}
.content {
    min-height: 1080px;
    background: url('../images/bg_bottom.png') no-repeat;
    background-size: auto;
    background-position: center bottom;
}


.top {
    padding-top: 40px;
}

.footer_label_btn a {
    position: relative;
}

.page_footer {
    margin-top: 120px;
}

.footer_area {
    padding: 0px 6%;
}

.footer_label_btn {
    margin: 5px 0px;
    font-size: 12px;
}

.copyright_line {
    margin: 4px 0px;
}

.footer_copyright {
    padding: 30px 0px 20px 0px;
}

.sub .nav_name {
    text-shadow: none;
}

.sub .nav_name:hover {
    color: #ff9976 !important;
}

.nav {
    margin: 0px;
}

.nav_name {
    padding: 0 10px 8px;
}

.nav-box {
    padding-right: 90px;
    padding-top: 25px;
    margin-bottom: 50px;
}