@charset "utf-8";




header,
body,
li,

nav,

ul {
    margin: 0;
    padding: 0;
    
}


header,

menu,

 {
    display: block
}






#header ul {
    list-style: none
}

/*img {
    border: 0;
    vertical-align: bottom
}*/

#header a:focus {
    outline: 0
}





body {
    -webkit-text-size-adjust: 100%;
    
    
    
   
}



#header a {
    text-decoration: none
}





#header {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute
}





@-webkit-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0
    }
}

@-moz-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0
    }
}

@-o-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0
    }
}

@keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0
    }
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}



#header .top-area-wrap {
    background-color: #5a0000;
}

.nav-item>a {
    background-repeat: no-repeat;
    
}

#header {
    z-index: 1000;
    
}

#header .top-area {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 35px
}




#header #nav{
    text-align: center;
    margin: 0 auto;
    
}






#header #spnav {
    display: none
}

#header #nav {
    display: table;
    width: 60%;
    max-width: 1000px;
    position: relative;
    box-sizing: border-box;
    
    
}

#header #nav .nav-block,
#header .mainlogo {
    display: table-cell;
    vertical-align: top
}

/*#header #nav .nav-block.menu-product {
    width: 14%
}*/



#header .mainlogo {
    width: 28%;
    padding: 0;
    vertical-align: middle
}
#header .mainlogo img{
    display: none;
}


#header .menu-btn {
    display: none
}

#content_wrap {
    padding: 175px 0 0
}


.nav-menu {
    display: block;
    margin: 20px 0 0;
    z-index: 15
}

.nav-item {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 100%
}

.nav-item>a {
    
    position: relative;
    display: block;
    padding: .4em;
    margin: 0 0 -1px;
    border-top: 3px solid transparent;
    color: #a12125;
    font-size: 1.6rem;
    height: 30px;
    line-height: 28px;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.nav-item>a.open,
.nav-item>a:focus {
    color: #FFF;
    
}





.nav-item>a:hover {
    text-decoration: none
}

.nav-item>a.open {
    background-color: rgba(187, 6, 17, .8);
    border-bottom: none;
    z-index: 1
}


.sub-nav-mask{
    position: absolute;
    left: 0;  
    display: none;
    opacity: 0;
    margin-top: 1px; 
    background-color: rgba(187, 6, 17, .8); 
}
.sub-nav {
    position: absolute;
    
    display: none;
    opacity: 0;
    margin-top: 1px;
    padding: 10px;
    box-sizing: border-box;
  
}
.sub-nav-right .sub-nav{
    right: 0;   
}

.nav-item:hover .sub-nav-mask{
    display: block;
    min-height: 55px;    
    width: 100%;
    opacity: 1;
    animation-duration: .5s;
    animation-name: fade-in;
    -moz-animation-duration: .5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: fade-in
}

.sub-nav.open {
    display: block;    
    min-height: 10px;
    width: auto;
    opacity: 1;
    animation-duration: .5s;
    animation-name: fade-in;
    -moz-animation-duration: .5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: fade-in
}
.sub-nav-group li:first-child{
    margin-left: 0
}

.sub-nav ul {
    display: block;
    
    
    vertical-align: top;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.sub-nav li {
    display: block;
    float: left;
    list-style-type: none;
    margin: 9px 15px;  /* sub-nav height */
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;
    text-align: left
}

.sub-nav li a {
    color: #FFF;
    font-size: 1.4rem;   
}
.sub-nav li a:hover {
    color: #C9A063;
      
}






#header .mainlogo.small,
.header-small #header .mainlogo {
    display: none
}

.header-small #header .mainlogo.small {
    display: table-cell
}



#content_wrap.header-small {
    padding: 120px 0 0;

}

.header-small #header {
    background-color: #870000;
    position: fixed;
    opacity: 1;
    animation-duration: .5s;
    animation-name: fade-in;
    -moz-animation-duration: .5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: fade-in;    
}

.header-small #header #nav {
    height: 66px;
    margin: 0 auto;    
    background-image: none;

}

.header-small #header #nav .nav-block {
    width: 16%
}









.header-small #header #nav .nav-menu {
    margin: 0;
    
}


.header-small #header #nav .nav-menu .nav-item > a{
    padding: 16px 0;
    color: #FFF;
    font-size: 1.5rem;
}





.header-small .sub-nav li {
    margin: 10px 15px;
}





.mainlogo,
.nav-block {
    opacity: 1;
    animation-duration: .5s;
    animation-name: fade-in;
    -moz-animation-duration: .5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: fade-in
}



#header #nav .menu-link{
    width: 12%;
}





#header #nav .menu-link .nav-item>a:hover,
#header #nav .menu-link .nav-item>a.open,
#header #nav .menu-link .nav-item>a:focus {
    background-color: rgba(187, 6, 17, .8);
    color: #FFF;
    border-top: 3px solid #c9a063;
    
}


















@media screen and (max-width:1024px) {
    #header .mainlogo img {
        
    }
    
}


@media screen and (max-width:1023px) {

    #header {
        border: none
    }
    #content_wrap,
    body,
    html {
        overflow-x: hidden;
        min-height: 100%
    }
    #header #nav {
    display: table;
    width: 100%;
    
    position: relative;
    box-sizing: border-box;    
    }
    #content_wrap {
        padding: 45px 0 0
    }
    #scroller {
        position: absolute;
        z-index: 1;
        font-size: 1.4rem;
        -webkit-tap-highlight-color: transparent;
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none
    }
    #header {
        background-color: #5a0000;
        position: fixed
    }
    #header #nav,
    .header-small #header #nav {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 45px;
        padding: 0;
        background-image: none;
    }
    #header #nav .menu-btn {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        position: absolute;
        top: 0;
        left: 0
    }
    #header #nav .menu-btn a {
        background-image: url(../images/icon-spmenu.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        width: 45px;
        height: 45px;
        color: #FFF;
        background-color: #bb0611;
        cursor: pointer;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden
    }
    .spnav-open #header #nav .menu-btn a {
        background-image: url(../images/icon-spmenu_close.png);
        background-size: 15px 15px
    }
    #header #nav .menu-home,
    #header #nav .nav-block {
        display: none;
        position: absolute;
        background-color: #FFF;
        width: auto
    }
    .spnav-open #header {
        left: 280px
    }
    #content_wrap.spnav-open {
        position: relative;
        left: 280px
    }
    
    #header .mainlogo,
    .header-small #header .mainlogo{
        padding-top: 5px;
        display: block!important;
        margin: 0 auto;
        
        width: auto;
        text-align: right;
    }
    
    #header .mainlogo img {
        
        max-height: 30px;
        margin: 0 auto;
        display: block!important;
    }
   
    #header .top-area-wrap,
    .header-small #header #nav .menu-home {
        display: none
    }
   
    #header #spnav {
        background-color: #bb0611
    }
    .spnav-open #header #spnav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        min-height: 100%;
        overflow: scroll
    }
    .android_2,
    .android_3,
    .iOS_4 {
        position: relative
    }
    .android_2 .spnav-open #header #spnav,
    .android_3 .spnav-open #header #spnav,
    .iOS_4 .spnav-open #header #spnav {
        position: absolute;
        left: -280px
    }
    .android_2 .spnav-open #scroller,
    .android_3 .spnav-open #scroller,
    .iOS_4 .spnav-open #scroller {
        position: static
    }
    #header #spnav .wrap-spnav {
        display: table;
        width: 100%
    }
    #header #spnav .spnav-cat {
        display: table-cell;
        width: 100px
    }
    #header #spnav .spnav-list {
        display: table-cell;
        background-color: #5a0000
    }
    #header #spnav .spnav-list .spnav-sab {
        display: none
    }
    #header #spnav .spnav-list .spnav-sab.active {
        display: block
    }
    #spnav a:hover {
        text-decoration: none
    }
    #spnav .spnav-cat a {
        display: block;
        padding: 10px 20px 10px 10px;
        
        color: #fff;
    }
    #spnav .spnav-cat .link a {
        background-image: none;
        padding: 10px
    }
    #spnav .spnav-sab li {
        padding: 0;
       
    }
    #spnav .spnav-sab li a {
        display: block;
        padding: 10px
    }
    #spnav .spnav-sab li img {
        margin: 5px;
        float: left
    }
    #spnav .spnav-cat .active {
        background-color: #5a0000;
        color: #FFF
    }
    #spnav .spnav-cat .active a {
        color: #FFF;
        
    }
    #spnav .spnav-sab.active a {
        color: #FFF
    }
}
