body{
    padding-top: 150px;
}
.navbar-header a{
    display: inline-block;
    height: 100%;
    width: auto;
}
.navbar-header{
    height:150px;
}
.nav-main{
    width:100%;
    background: #fff;
    position: fixed;
    z-index: 1000;
    top:0;
    left:0;
}
.navbar-toggle {
    display: none;
}
.navbar{
    height:150px;
    background: #fff;
    width:100%;
    max-width:1480px;
    padding: 0 20px;
}
.navbar-inverse,.navbar-inverse,.navbar-collapse{
    background: #fff;
}
.navbar-inverse .navbar-nav > li > a{
    padding: 0;
    font-size: 21px;
    color: #4b4b4b;
    margin-top: 9px;
    padding-left: 17px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #4b4b4b;
}
.navbar-nav > li{
    width:140px;
    height:64px;
    border-left:1px solid #4b4b4b;
    margin-top: 47px;
}
.navbar-right{
    margin: 0;
}
.navbar .curr{
    color: #5ab445;
}
.logo{
    height:100%;
    display: block;
}
.footer{
    width:100%;
    text-align: center;
    background-color: #4b4b4b;
    clear: both;
}
.footer-main{
    width:1080px;
    margin: 0 auto;
    padding-top:10px;
    padding-bottom: 10px;
    position: relative;
}
.footer-main p{
    color: #ffffff;
    font-size: 16px;
    height:35px;
    line-height: 35px;
}
.share {
    position: absolute;
    bottom: 33px;
    left:0;
}
.share a{
    width:47px;
    height:45px;
    display: inline-block;
}
.facebook{
    background: url("../img/facebook.png") no-repeat;
    background-size: cover;
}
.twiter{
    background: url("../img/twiter.png") no-repeat;
    background-size: cover;
}
.instagram{
    background: url("../img/instagram.png") no-repeat;
    background-size: cover;
}

@media (max-width: 992px) {
    body{
        padding-top: 50px;
    }
    .navbar-toggle .icon-bar + .icon-bar{
        margin-top:8px;
    }
    .navbar-header{
        width: 100%;
    }
    .navbar-toggle{
        display: block;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #5ab445;
    }
    .navbar-toggle{

    }
    .navbar-toggle .icon-bar{
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 1px;
    }

    .menu{
        float: right;
        margin-top: 13px;
        margin-right: 5px;
        margin-bottom: 8px;
        font-size: 18px;
        color: #5ab445;
    }
    .navbar,.navbar-header{
        height: 50px;
    }
    .navbar{
        max-width:100%;
        padding: 0;
    }
    .logo{
        margin-left: 10px;
    }
    .navbar-nav > li{
        width: auto;
        height:auto;
        margin: 0;
        padding: 0;
        border-left:0;
        float: initial;
    }
    .navbar-right{
        text-align: right;
    }
    .navbar-right span{
        display: inline-block;
        width: 94px;
        text-align: left;
    }
    .navbar-inverse .navbar-nav > li > a{
        font-size:1.7rem;
        padding: 0.6rem 0;
    }
    .footer-main{
        width:100%;
    }
    .footer-main p{
        font-size: 1rem;
        height: auto;
        line-height: normal;
        padding: 0.5rem 0;
    }
    .share{
        position: inherit;
        bottom: 0;
    }
    .share a{
        width:23.5px;
        height:22.5px;
        display: inline-block;
    }
    .footer-main{
        height: auto;
        padding-bottom: 10px;
    }

    .icon-bar{
        clear: both;
        position: static;
        margin-top: 0;
    }

}

@media (max-width: 991px) and (min-width: 768px){
    .navbar-toggle .icon-bar{
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 0px;
    }
}
