/* =======================================================
*
*  Responsive menu
*
* ======================================================= */

#fh5co-header .fh5co-nav-toggle i, #fh5co-header .fh5co-nav-toggle i:before, #fh5co-header .fh5co-nav-toggle i:after {
    background: #fff;
}

#fh5co-header.navbar-fixed-top .fh5co-nav-toggle i,
#fh5co-header.navbar-fixed-top .fh5co-nav-toggle i:before,
#fh5co-header.navbar-fixed-top .fh5co-nav-toggle i:after {
    background: #303b74;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
}


@media screen and (max-width: 480px) {

    #fh5co-aboutus  .section-heading {
        padding-top: 1em;
    }

    #fh5co-home .text-inner h1 {
        font-size: 25px;
    }
    #fh5co-home .text-inner h2 {
        font-size: 14px;
    }

}


@media screen and (max-width: 768px) {
    #fh5co-header {
        padding: .2em 0;
    }

    #fh5co-header .navbar-brand {
        height: 2em;
    }

    #fh5co-header .navbar-brand {
        background: url(/img/logo.png);
        background-size: 220px 58px;
        background-repeat: no-repeat;
    }

    #fh5co-header.navbar-fixed-top .navbar-brand {
        background: url(/img/logo_w.png);
        background-size: 220px 58px;
        background-repeat: no-repeat;
    }



    #fh5co-header #navbar li.active a {
        color: #fff !important;
    }

    #fh5co-header #navbar li a {
        color: rgba(255, 255, 255, 0.6) !important;
        font-size: 20px;
    }

    #fh5co-header.navbar-fixed-top #navbar li.active a {
        color: #303b74 !important;
    }

    #fh5co-header.navbar-fixed-top #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
    }

    section {
        padding: 1em 0;
        font-size: smaller;
    }

    #fh5co-blank {
        position: relative;
        height: 3.6em;
        width: .1em;

    }

    #fh5co-home {
        height: auto;
        padding-top: 0;
    }

    #fh5co-home .hero {
        background-color: #fff;
        /*background-image: url(/img/nemsuli_hero_201801_mobile.png);*/
        background-size: 100% auto;
        /*padding-top: 100%;*/
        height: auto;
    }

    #fh5co-home .header-container {
        height: auto;
    }

    #fh5co-home .text-wrap {
        height: auto;
        max-height: 300px;
    }

    #fh5co-home .header-container {

    }

    #fh5co-home .text-inner {
        position: relative;
        top: 24%;
        padding-top:0;
    }

    #fh5co-home .text-inner h1 {
        font-size: 1.4em;
    }
    #fh5co-home .text-inner h2 {
        font-size: 1.1em;
    }

    #fh5co-classes {
        margin-top: 2em;
    }

    #fh5co-classes figure {
        margin-top: -20px;
    }

    #fh5co-classes .fh5co-block {
        margin-top: 40px;
    }

    #fh5co-classes .fh5co-block > .fh5co-text {
        min-height: auto;
        padding-top: 74px;
    }

}

@media screen and (min-width: 768px) {
    #fh5co-header .fh5co-nav-toggle {
        display: none;
    }
}

/*@media screen and (max-width: 1024px) {*/
    /*float: left !important;*/
    /*margin-left: -15px;*/

/*}*/