.blue {
    color: #383d79;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-space-between {
    justify-content: space-between;
}

/* ---------------------------------------------------------------------- */
/* topbar */
/* ---------------------------------------------------------------------- */
.topbar {
    display: flex;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.topbar > .container {
    padding-left: 5px;
    padding-right: 5px;
}

/* ---------------------------------------------------------------------- */
/* topbar widget social */
/* ---------------------------------------------------------------------- */
ul.widget-social {
    display: none;
}

@media (min-width: 768px) {
    ul.widget-social {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
        border-left: 1px solid #ccc;
    }

    ul.widget-social li {
        border-right: 1px solid #ccc;
        transition: all 200ms ease-in-out;
    }

    ul.widget-social li > a {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #383d79;
    }

    ul.widget-social li:hover > a {
        background: #383d79;
        color: #fff;
        transition: all 200ms ease-in-out;
    }
}

/* ---------------------------------------------------------------------- */
/* topbar email */
/* ---------------------------------------------------------------------- */
.tb-email {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tb-email a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #383d79;
    padding: 0 10px;
}

.tb-email a:hover {
    background: #383d79;
    color: #fff;
    transition: all 200ms ease-in-out;
}

/* ---------------------------------------------------------------------- */
/* topbar email */
/* ---------------------------------------------------------------------- */
#aifm-header {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#aifm-header > .container {
    padding-left: 5px;
    padding-right: 5px;
}

.aifm-header {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.aifm-header .aifm-logo a {
    flex: 1;
    flex-direction: row;
    display: flex;
    align-items: center;
}

.aifm-header .aifm-logo img {
    height: 90px;
    margin: 5px;
}

.h-descr {
    margin: 5px 10px;
}

.h-descr h4, .h-descr h5 {
    color: #376786;
    margin: 0;
    padding: 0;
}

.h-descr h4 {
    font-size: 16px;
    font-weight: 700;
}

.h-descr h5 {
    font-size: 12px;
    font-weight: 400;
}

.navbar-menu .navbar-toggle .icon-bar {
    border-color: #383d79
}

#header-menu .navbar-nav > li {
}

#header-menu .navbar-nav > li a {

}

#header-menu .navbar-nav > li a.active {
    font-weight: bold;
}

/* ---------------------------------------------------------------------- */
/* navbar-title */
/* ---------------------------------------------------------------------- */
#navbar-title {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#navbar-title > .container {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-title {
    height: 40px;
}

.navbar-title .title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-title .title strong {
    text-transform: uppercase;
    margin-right: 5px;
}

.navbar-title .navbar {
    display: flex;
    align-items: center;
    height: 40px;
}

.navbar-title .nav > li {
    height: 40px;
}

.navbar-title .nav > li > a {
    padding: 0 15px;
    line-height: 40px;
}

/*@media (min-width: 769px) {*/
/*.navbar-title .nav > li > a {*/
/*padding: 0 10px;*/
/*}*/
/*}*/