/* ==========================================================================
header custom styles
========================================================================== */

header {
    width: 100%;
    float: left;
    position: fixed !important;
    top: 0;
    left: 0;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    position: relative;
    height: 110px;
}
body.home {
    padding-top: 122px !important;
}
.anm-header header {
    position: fixed;
}
.header-inner {
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}
a.signin-btn.btn-login:hover {
    color: #27ad06;
}
.path-frontpage header .menu li.Home {
    display: none;
}
.header-left {
    float: left;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-middle {
    float: right;
    width: 100%;
}
.header-right {
    float: left;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
}
.header-right nav {
    padding-right: 4px;
}
.header-right .component-block-search {
    padding-right: 0;
}
.header-right .component-header-signin {
    padding-right: 8px;
}
.header-right>*:last-child {
    padding-right: 0;
}
.header-right .menu-wrap li.Contact {
    display: none;
}
.search-btn {
    background: url(img/search.png) no-repeat center center transparent;
    width: 23px;
    height: 27px;
    display: block;
    cursor: pointer;
}
.search-btn:hover {
    background: url(img/Search_grey.png) no-repeat center center transparent;
    width: 23px;
    height: 27px;
    display: block;
}
.signin-btn {
    font-size: 0.8125rem;
    font-weight: 700;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999999;
    padding: 0;
    white-space: nowrap;
    border: 0;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
}
header .menu li a {
    color: #808080;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
}
header .menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #27ad06;
    height: 3px;
    opacity: 0;
}
header .menu li.active a:after, header .menu li a:hover:after {
    opacity: 1;
    width: calc( 100% - 24px);
}
header .navbar-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin: 10px auto;
    margin-bottom: 0px;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.menu--main.nav.navbar-nav li a:hover, .menu--main.nav.navbar-nav li.active a {
    color: #27ad06;
}
ul.sub-menu {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 5px 15px;
    list-style: none;
    margin: 0;
    top: 100%;
    left: 0;
    display: none;
    box-shadow: 0px 0px 3px 1px #00000024;
    padding: 10px 0;
}
ul.sub-menu>li {
    padding: 0 !important;
}
ul.sub-menu a::after {
    content: none !important;
}
ul.sub-menu a {
    padding: 10px 17px;
    display: block;
}
ul.sub-menu a:hover {
    background: #f2f2f2;
}
.menu li.has-sub:hover .sub-menu {
    display: block;
}
.notification-icon {
    width: 30px;
    height: 27px;
    display: block;
    font-size: 0;
    cursor: pointer;
}
.user-pic {
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.static-logo {
    width: 0px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(0, 0.94, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.94, 1, 1);
    transition: all .5s cubic-bezier(0, 0.94, 1, 1);
}
.static-logo img {
    max-width: 100px;
}
/*************user *************/

.component-user .username-txt {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #999999;
    font-family: 'Quattrocento Sans', sans-serif;
    margin-right: 10px;
    white-space: nowrap;
}
.component-user {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.user-actions {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 160px;
    z-index: 999;
    padding-top: 5px;
}
.show-menu.user-actions {
    display: block;
}
.close-user {
    position: absolute;
    right: 10px;
    width: 13px;
    height: 13px;
    font-size: 0;
    opacity: 0.7;
    top: 10px;
}
.user-actions ul {
    width: 100%;
    background: #fff;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px #d6d6d6;
    box-shadow: 0px 0px 6px 0px #d6d6d6;
}
.user-actions li:not(:last-child) {
    padding-bottom: 15px;
}
.user-actions a {
    display: block;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6) !important;
}
.user-actions a:hover {
    color: rgba(0, 0, 0, 1) !important;
}
/**************************/

.head-wrap {
    float: left;
    width: calc( 100% - 190px);
    /*height: 110px;*/
    height: 105px;
    padding-top: 24px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.head-right-wrap .header-middle {
    width: 100%;
    /*justify-content: flex-end;*/
}
.head-right-wrap .header-right {}
.head-right-wrap .search-btn {
    position: relative;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.head-right-wrap .search-btn:after {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 5px;
    display: inline-block;
}
/********** responsive **** ***/

.mob-menu {
    width: 30px;
    height: 20px;
    z-index: 10;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    cursor: pointer;
}
.mob-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.mob-menu span:nth-child(1) {
    top: 0px;
}
.mob-menu span {
    background: #000;
}
.mob-menu.open span {
    background: #fff;
}
.mob-menu.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.mob-menu span:nth-child(2), .mob-menu span:nth-child(3) {
    top: 10px;
}
.mob-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mob-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mob-menu span:nth-child(4) {
    top: 20px;
}
.mob-menu.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
span.log-pic {
    margin-left: 10px;
}
a.signin-btn.btn-login {}
/* ==========================================================================
header new  styles
========================================================================== */

.header-wrapper .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-wrapper .top-section .nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/* ==========================================================================
header new  styles
========================================================================== */

@media screen and (min-width: 1200px) {
    .head-right-wrap .header-right {
        /*margin-right: -20px;*/
    }
}
@media (min-width: 768px) {
    .global-search {
        background: rgba(0, 0, 0, 0.59);
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        z-index: 101;
        padding: 70px 0 70px;
        transition: all .5s ease-in;
    }
    .global-search.open-global {
        right: 0;
    }
    .global-search .global-form .global-btn {
        background: #27ad06;
        color: #fff;
        border: 0;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: 400;
        padding: 12px 25px;
        display: inline-block;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 12px;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: all 0.4s ease-in-out 0s;
        line-height: 12px;
        border-radius: 0;
        text-transform: uppercase;
    }
    .global-search .global-form .global-btn:hover {
        background: #333333;
        color: #fff;
    }
    .global-search .global-form input {
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #999;
        background: transparent;
        box-shadow: none;
        color: #666;
        font-size: 14px;
        width: calc(100% - 120px);
        min-height: 38px;
        margin-right: 7px;
        outline: none;
    }
    .global-search .close-ic {
        background: url(img/close-button.png) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        transition: all 0.5s ease;
    }
    .global-search .close-ic:hover {
        opacity: 0.5;
    }
    .global-search .global-form {
        max-width: 700px;
        margin: 0 auto;
        background: #fff;
        padding: 45px 35px;
        position: relative;
    }
}
@media screen and (min-width: 768px) {
    header {
        opacity: 0;
    }
    header.animate {
        will-change: opacity, transform;
        -webkit-animation: siteHeader 2s 0s cubic-bezier(0.18, 0.98, 0.45, 1) forwards;
        animation: siteHeader 2s 0s cubic-bezier(0.18, 0.98, 0.45, 1) forwards;
        opacity: 1;
    }
    @-webkit-keyframes siteHeader {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -25px, 0);
            transform: translateY(0, -25px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translateY(0, 0, 0);
        }
    }
    @keyframes siteHeader {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -25px, 0);
            transform: translateY(0, -25px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0, 0, 0);
            transform: translateY(0, 0, 0);
        }
    }
    header {}
    /******************************/
    .head-right-wrap {
        padding-top: 0;
        padding: 0 !important;
        width: 100% !important;
    }
    .head-right-wrap .header-right {
        position: relative;
        padding-top: 28px;
    }
    .header-left {
        width: 100%;
        width: auto !important;
    }
    .header-left img {
        -webkit-transition: max-width .5s ease;
        -o-transition: max-width .5s ease;
        transition: max-width .5s ease;
    }
    .anm-header .header-left img {
        /*  max-width: 100px;*/
    }
    header .navbar-btn {
        margin: 0;
        margin-top: 5px;
    }
    .head-right-wrap .header-middle {
        margin-left: 20px;
        display: flex;
        justify-content: flex-end;
        ;
    }
    /******************************/
    body.path-members header::after, body.path-organizations header::after {
        background: #f2f2f2;
    }
    body.anm-header {
        /*padding-top: 187px;*/
        /*padding-top: 162px;*/
        /* padding-top: 135px;*/
    }
    body.inner {
        padding-top: 90px;
    }
    .anm-header .static-logo {
        width: 180px;
    }
    .anm-header .header-left {
        /*display: none;*/
        padding-bottom: 5px;
    }
    header .navbar-nav>li>a {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .anm-header .navbar-nav>li>a {
        -webkit-animation: fade 2s;
        animation: fade 2s;
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*  .header-left img {
max-width: 140px
} */
}
@media screen and (min-width: 768px) {
    .component-user:hover .user-actions {
        display: block;
    }
    header .menu li {
        padding: 0 9px;
    }
    header .menu li:last-child {
        padding-right: 0;
    }
    .home:not(.anm-header) .header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home:not(.anm-header) header .header-left {
        width: 190px;
        padding-bottom: 10px;
    }
    .home:not(.anm-header) header .head-right-wrap {
        width: calc( 100% - 190px);
        padding-left: 35px;
    }
    .home:not(.anm-header) .static-logo {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .head-right-wrap .header-right {
        padding-top: 26px;
    }
    .global-search input {
        width: 100%;
        border: none;
        padding: 2px 30px 3px 10px;
        border-radius: 20px;
        outline: none;
    }
    .global-btn {
        font-size: 0;
        background: url(img/search.png) no-repeat 95% center #fff;
        width: 15px;
        height: 18px;
        outline: none;
        border: none;
        position: absolute;
        right: 10px;
        top: 5px;
        width: 25px;
        background-size: 75%;
        outline: none;
    }
    .global-search {
        position: relative;
        width: calc(100% - 90px);
        left: 30px;
    }
    .search-inner {
        position: relative;
        z-index: 10;
    }
    header {
        border-bottom: 1px solid #f3f3f3;
        height: auto;
        position: fixed;
        padding-bottom: 5px;
        height: auto;
    }
    .header-inner {
        display: block;
    }
    .main-logo {
        width: 200px;
    }
    .header-right {
        position: fixed;
        height: 100%;
        top: 0;
        background: #1a1a1a;
        width: calc(100% - 75px) !important;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        right: -100%;
        -webkit-transition: right 0.5s ease 0s;
        -o-transition: right 0.5s ease 0s;
        transition: right 0.5s ease 0s;
        max-width: 450px;
        display: block;
        z-index: 10;
        padding-top: 8px;
    }
    body.menu-enabled .header-right {
        right: 0;
    }
    header .menu li a:after {
        display: none;
    }
    .search-mob {
        padding: 13px 30px;
        padding-right: 50px;
    }
    .search-mob input {
        width: 100%;
        height: 30px;
        border: none;
        padding-left: 15px;
        padding-right: 25px;
    }
    .menu-wrap {
        position: relative;
        padding-top: 20px;
        height: calc( 100% - 50px);
    }
    .header-right .menu-wrap li.Contact {
        display: block;
    }
    header .menu {
        float: right;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0 30px;
    }
    header .menu>li {
        width: 100%;
        max-width: none;
        padding: 10px;
        border: none;
        padding: 0 !important;
        position: static;
        overflow: hidden;
        border-bottom: 1px solid #3c3c3c!important;
    }
    header .menu li a {
        color: #fff;
        font-size: 0.875rem;
        padding: 10px 0;
        font-weight: 400;
        position: relative;
    }
    .header-middle {
        padding-top: 6px;
        margin-right: 30px;
    }
    .component-header-signin {
        margin-top: 2px;
    }
    ul.sub-menu {
        position: fixed;
        background: #fff;
        z-index: 9;
        padding: 5px 15px;
        list-style: none;
        margin: 0;
        top: 0;
        left: auto;
        right: -100%;
        display: block;
    }
    .mob-menu {
        position: absolute;
        right: 0;
        top: 25px;
    }
    .signin-btn.btn-login {
        right: 50px;
        top: 23px;
    }
    .header-left .logo {
        max-width: 80px!important;
    }
}
@media screen and (max-width: 480px) {
    .header-left .logo {
        max-width: 80px!important;
    }
}