
.header {
    -webkit-transition: padding .25s;
    -moz-transition: padding .25s;
    -ms-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    border-bottom: 2px solid #07b6a8;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.header-empty {
    -webkit-transition: height .25s;
    -moz-transition: height .25s;
    -ms-transition: height .25s;
    -o-transition: height .25s;
    transition: height .25s;
    height: 82px;
}

.logo {
    background: url(/asset/img/logo/logo-crop.png) center center no-repeat;
    background-size: 100px;
    display: inline-block;
    width: 180px;
    height: 60px;
    float: left;
}

.navigation-bar {
    height: 60px;
    padding: 10px 0;
    float: left;
    width: calc(100% - 180px);
}

.navigation-bar a.report {
    float: right;
    background: #07b6a8;
    color: #fff;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 4px;
}

.navigation-bar a.page-scroll {
    -webkit-transition: height .25s, line-height .25s, color .25s, background-color .25s;
    -moz-transition: height .25s, line-height .25s, color .25s, background-color .25s;
    -ms-transition: height .25s, line-height .25s, color .25s, background-color .25s;
    -o-transition: height .25s, line-height .25s, color .25s, background-color .25s;
    transition: height .25s, line-height .25s, color .25s, background-color .25s;
    display: inline-block;
    color: #07b6a8;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 4px;
}

.navigation-bar a.page-scroll:hover {
    background: #f3f3f3;
}

.navigation-bar a.page-scroll.active {
    background: #07b6a8;
    color: #fff;
}

.navbar-menu {
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -ms-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    font-size: 32px;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-menu:hover {
    background: #eaeaea;
}

.navbar-menu > i {
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    color: #07b6a8;
}

.navbar-menu:hover > i {
    color: #056b63;
}

/* -- responsive -- */

@media only screen and (max-width: 961px) {
    .navbar-menu {
        display: block;
    }

    .navigation-bar {
        display: none;
        background: #fff;
        width: 190px;
        height: auto;
        float: right;
        padding: 0;
        border: 1px solid #d2d2d2;
        position: fixed;
        margin-left: 480px;
    }

    .navigation-bar a {
        padding: 9px !important;
        display: block !important;
        width: 100%;
        height: auto !important;
        background: #fff !important;
        color: #07b6a8 !important;
        border-radius: 0 !important;
        border-left: 4px solid transparent;
    }

    .navigation-bar a.active {
        border-left: 4px solid #07b6a8;
        background: #f3f3f3 !important;
    }

    .navigation-bar span {
        display: block;
        height: 1px;
        background: #d2d2d2;
    }
}


@media only screen and (max-width: 820px) {
    .navigation-bar {
        margin-left: 330px;
    }
}

@media only screen and (max-width: 641px) {
    .navigation-bar {
        margin-left: 200px;
    }
}

@media only screen and (max-width: 481px) {
    .navigation-bar a.page-scroll,
    .navbar-menu,
    .navigation-bar span {
        display: none !important;
    }

    .navigation-bar {
        display: block;
        border: none;
        width: 125px;
        float: right !important;
        margin: 0;
        position: inherit;
    }

    .navigation-bar a.report {
        color: #07b6a8 !important;
        height: 60px !important;
        line-height: 40px !important;
        font-size: 13px !important;
        padding: 10px 0 !important;
        border-radius: 4px !important;
        border: none;
        width: inherit !important;
        float: none !important;
        text-align: center;
    }

    .logo {
        width: 100px;
    }
}
