/*logo*/
.logo {
    height: 100%;
    width: 114px;
    text-align: center;
    float: left;
    padding-left: 30px;
}

.logo img {
    text-align: center;
}

.logo img.logo-img {
    width: 64px;
    height: 52px;
    margin-bottom: 6px;
}

.logo img.logo-text {
    width: 114px;
    height: 32px;
}

/*nav*/
nav {
    height: 140px;
}

nav .menu {
    display: none;
}

/*mobile-menu*/
.mobile-menu {
    display: none;
}

.mobile-menu .top {
    /* height: 140px; */
    height: 100px;
}

.mobile-menu .menu {
    color: #434241;
    /* padding-top: 30px; */
}

.mobile-menu .menu ul {
    font-size: 1.4rem;
}

.mobile-menu .menu ul li:hover {
    color: #e94b35;
}

.mobile-menu .social i {
    font-size: 1.8rem;
    margin: 1rem;
    background-color: #dadfe1;
    color: #414141;
    border-radius: 2rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border: 4px solid #fff;
    transition: color 500ms;
}

.mobile-menu .social i:hover {
    color: #e94b35;
}

/*mobile-menu-toggle*/
.mobile-menu-toggle {
    float: right;
    height: 100%;
}
.mobile-menu-toggle button {
    cursor: pointer;
    background: none;
    border: none;
    width: 57px;
    height: 57px;
    position: relative;
}
.mobile-menu-toggle button .icon strike {
    display: block;
    height: 6px;
    background-color: #fff;
    border-radius: 0px;
    transition: all 400ms;
}

.mobile-menu-toggle button .icon strike + strike {
    margin-top: 10px;
}

.mobile-menu-toggle button.active strike {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    left: 0;
    width: 60px;
    height: 6px;
    background-color: #FFF;
}

.mobile-menu-toggle button.active strike + strike {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile-menu-toggle button.active .icon strike + strike {
    margin-top: 0px;
}

.mobile-menu-toggle button.active .icon strike:nth-child(3) {
    display: none;
}

@media only screen and (min-width: 960px) {

    /*nav*/
    nav {
        height: 120px;
    }

    nav .mobile-menu-toggle {
        display: none;
    }

    nav .menu {
        display: block;
        height: 100%;
        float: right;
    }

    nav .menu ul li {
        float: left;
        padding: 0 12px;
        font-size: 0.85rem;
    }

    nav .menu ul li:hover {
        color: #f6a52b;
    }

    /*nav.top-fixed*/
    nav.top-fixed {
        width: 100%;
        position: fixed;
        top: 0px;
        height: 120px;
        z-index: 9999;
    }

    nav.top-fixed .logo {
        width: 164px;
    }

    nav.top-fixed .logo img.logo-text {
        #width: 100px;
        height: 24px;
        #padding: 6px 0;
    }

    nav.top-fixed .logo img.logo-img {
        width: 50px;
        height: 42px;
        margin-bottom: 10px;
    }

}
.mobile-menu-toggle button.active strike {
  width: 40px;
  }
.mobile-menu .menu ul li:hover {
  color: #434241;
}