.wsmobileheader {
    display: none;
}

#overlapblackbg {
    display: none;
}

.wsmenucontainer {
    background-size: cover;
    /*background-image: url(../images/bg01.jpg); */
    overflow: hidden;
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.smllogo {
    padding: 18px 0px 0px 0px;
    margin: 0;
    float: left;
}


.wsmain {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    position: relative;
    max-width: 1200px;
}

.wsmenu {
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    width: 77%;
    float: right;
    height: 75px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #E8634B;
}

.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

.wsmenu-list>li {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
}


.mobiletext {
    display: none;
}


.wsmenu-list>li>a {
    display: block;
    color: #f5f5f5;
    padding: 0 41px 0 26px;
    line-height: 75px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    text-decoration: none;
    position: relative;
}


.wsmenu-list>li a.menuhomeicon {
    padding: 0px 20px;
}


.wsmenu-list>li>a.active {
    background-color: transparent !important;
    text-decoration: none;
    border-bottom: solid 3px #ccc;
}

/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/

@media only screen and (max-width: 780px) {
    .smllogo {
        display: none !important;
    }
    .wsmain {
        margin: 0px;
        background-color: transparent;
    }
   
    .smllogo {
        width: 100%;
        display: none !important;
        margin: 0 auto;
        text-align: center;
        background-color: #2B3A40;
    }
    
    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    #overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
   
    .wsmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    .smallogo {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 9px;
        position: fixed;
        z-index: 101;
        width: 100%;
        height: 52px;
        background: #E8634B;
        /*  box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5); */
    }

}
.smallogo>img {
    margin-top: 6px;
}

.mobiletext {
    display: inline-block !important;
}
.wsoffcanvasopener #overlapblackbg {
    display: block !important;
}
.wsoffcanvasopener .wsmain {
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wsmain {
    width: 240px;
    left: -240px;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    float: none;
    background-color: #fff;
    border-radius: 0px;
    z-index: 103;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #fff !important;
}
.wsmenu {
    border-left: none;
    float: none;
    width: 100%;
    display: block !important;
    height: 100%;
    overflow-y: auto;
    display: block !important;
}

.animated-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wsoffcanvasopener .animated-arrow {
    left: 240px;
}
.animated-arrow {
    cursor: pointer;
    padding: 13px 35px 16px 0px;
    margin: 10px 0 0 15px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    border-radius: 6px;
}
.animated-arrow span:before {
    top: -7px;
}
.animated-arrow span:after {
    bottom: -7px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
}
.wsoffcanvasopener .animated-arrow span {
    background-color: transparent;
}
.wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
    top: 7px;
}
.wsoffcanvasopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
}
.wsoffcanvasopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wsmenu-list li:first-child a {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid;
}

.wsmenu .wsmenu-list {
    display: block !important;
}
.wsmenu .wsmenu-list>li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
}
.wsmenu>.wsmenu-list>li>a {
    padding: 9px 4px 9px 12px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    position: static;
}

.a-goiko-img {
    height: 55px;
    padding: 16px !important;
}

.pad-li {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.img-menu {
    float: left !important;
}

.spam-color-menu {
    color: #fff;
}

.desc-menu{
    text-align: right !important;
    border-bottom-color: #fff !important;

}
