:root{
    --menucolor:#ffffff
}
body{
    margin: 0;
    padding: 0;
}
#header_main{
    width: 100%;
}
#header_main>.inner{
    /*width: var(--content_wide_inner_width);*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.top_menu_container{
    position: absolute; height: 216px; width: 100%;  z-index: 10;
    background: rgb(5,10,13);
    background: -moz-linear-gradient(0deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
    background: -webkit-linear-gradient(0deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
    background: linear-gradient(0deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050a0d",endColorstr="#050a0d",GradientType=1);
}
.header_image{
    background-position: center center;
    background-size: cover;
    position: relative;
}
#header_main .title_cnt{
    width: 100%;
    height: 500px;

    position: absolute;
    bottom: 0px;
    background: rgb(5,10,13);
    background: -moz-linear-gradient(180deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
    background: linear-gradient(180deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050a0d",endColorstr="#050a0d",GradientType=1);

}
#header_main .title_cnt>div{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    /* height: 100%; */
    text-align: center;
    position: absolute;
    bottom: 0;
}

#header_main .title_cnt .title{
    font-family: "Merriweather";
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 920px ;

}
#header_main .title_cnt .sep {
    width: 45px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 55px;
}
#content{
    width: 100%;
    /*margin-top: 25px;*/
}
#content .inner{
    width: var(--content_inner_width);
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: neusa_next_proregular;
    line-height: 26px;
    padding-top: 30px;
}
.breadcrumb{
    margin-top: 25px;
}