@media (min-width: 640px) {
    #header {
        height: 580px;
        background: url(/images/banner-mask.png) repeat-x
    }
}

.h-w1 {
    position: absolute
}

#header-banner {
    height: 580px;
    z-index: 0;
    text-align: left;
    background: #000 url(/images/banner-mask.png) top center repeat-x
}

@media (max-width: 640px) {
    #header-banner {
        height: 225px
    }
}

#header-banner ul {
    margin: auto
}

#header-banner > ul {
    left: 50%;
    margin-left: -900px
}

#header-banner .caption-area {
    background: rgba(0, 0, 0, 0.56);
    top: 240px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    width: 510px;
    padding: 25px;
    z-index: 20;
    min-height: 200px
}

#header-banner strong {
    position: static;
    background: url(/images/LC-sprite.png) 0 4px no-repeat;
    font-size: 35px;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    display: block
}

#header-banner strong a {
    color: #fff;
    border: none
}

#header-banner .caption-area > p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 35px
}

#header-banner div.content-banner-shade {
    background: url(/images/banner-mask.png) top center no-repeat;
    height: 580px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-left: 0
}

@media (min-width: 640px) {
    #mainnav {
        top: 530px;
        width: 100%
    }
}

@media (max-width: 640px) {
    #mainnav {
        text-align: center;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%
    }
}

#mainnav .sfNavWrp > ul > li, #mainnav .sfNavWrp > ul > li:first-child {
    width: auto;
    margin: 0 10px
}

#mainnav .sfNavWrp > ul > li > a {
    color: #fff !important;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
    letter-spacing: 0
}

@media (min-width: 640px) {
    #mainnav .sfNavWrp > ul > li > a {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    #mainnav .sfNavWrp > ul > li > a {
        font-size: 12px
    }
}

@media (min-width: 992px) {
    #mainnav .sfNavWrp > ul > li > a {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    #mainnav .sfNavWrp > ul > li > a {
        font-size: 18px
    }
}

#mainnav .sfNavWrp > ul > li:hover > a {
    color: #ffc424 !important
}

#mainnav .sfNavWrp > ul > li > ul {
    bottom: 57px !important
}

#main {
    clear: both;
    background-position: center -1px
}

.sfNavHorizontalDropDown {
    background-color: transparent !important;
    padding-left: 160px
}

@media (max-width: 1200px) {
    .sfNavHorizontalDropDown {
        padding-left: 80px
    }
}

.sfNavHorizontalDropDown li {
    border-right: none !important
}

.sfNavHorizontalDropDown a:hover {
    background-color: transparent !important
}

@media (max-width: 640px) {
    #body-container {
        padding-top: 290px
    }
}
