.header-spacer{height:0}
.menuBarRapper {
    /* height: 100px; */
    /* height: 80px; */
    margin-top: -128px;
    height: 128px;
    width: 100%;
    position: none;
    background-color: rgb(255, 255, 255);
    z-index: 999999;
    border: none;
    position: fixed;
}


#mainMenu {
    position: fixed;
    top: 0px;
}

.menuBar {
    z-index: 999999;
    max-width: 1280px;
    padding: 42px 0 0;
    margin: auto;
}
.nav-spacer{height:none; background-color:#FFFFFF; display:none;}
.logo {
    /* padding: 0 0 0 25px; */
    display: block;
    width: 240px;
    float: left;
    position: absolute;
    top: 0;
}
.menus {
    z-index: 999999;
    padding: 0 0 0 0;
    display: block;
    position: absolute;
    right: 120px;
}

.menus li {
    display: inline;
    padding: 0px 10px;
    /* color: #6d6f70; */
    color: #716e70;
    font-weight: 300;
    margin: 0px 0px 0px -5px;
    /* font-size: 16px; */
    font-size: 14px;
    /* border-right: solid 1px #1051a3; */
}
.social-wrap-top {
    position: absolute;
    right: 0px;
    top: 25px;
    display: inline-block;
}
.menusend{border-right: none !important;}
.hamburger {
    background: transparent none repeat scroll 0 0;
    position: fixed;
    top: 22px;
    right: 10px;
    cursor: pointer;
    z-index: 2147483647;
    border: 0;
}
.cross{background:none;position:fixed;top:22px;right:10px;cursor:pointer;z-index:10000000000000;border:0}
.menu li{display:block;border-bottom:rgba(255,255,255,0.18) 1px solid;font-size:20px;height:80px;line-height:80px}
.menu{z-index:1000000;font-weight:300;width:100%;background:RGBA(19,19,19,0.95);position:fixed;text-align:center}
.menu a:hover{color:#fff}
.menu a{color:#fff}
.menu ul{list-style-type:none;list-style-image:none;padding:0;margin:0}
.menus ul{padding:0;margin:0;list-style-type:none;list-style-image:none}
.menus li:hover {
    color: #333;
}

.menuSearchBar {
    top: 18px;
    text-align: center;
    clear: both;
}

@media (max-width: 1380px) {
    .menus{padding:0 70px 0 0}
    .social-wrap-top {
        right: 70px;
    }
}

@media (max-width: 1280px) {
    .menus{padding:0 70px 0 0}
    .social-wrap-top {
        right: 70px;
    }
}

@media (max-width: 1160px) {
    .menus li {
        font-size: 16px;
    }
}


@media (max-width: 1047px) {
    .menus li {
        font-size: 16px;
    }
    .menus {
        padding: 0 15px 0 0;
    }
}

@media (max-width: 1280px) {
    .menus{display:none}
    .social-wrap-top {display:none;}
    .logo {
        padding: 0 0 0 25px;
        width: 178px;
        top: 8px;
    }
    .nav-spacer{height:80px;; background-color:#FFFFFF; display:block;}
    .menuBarRapper {
        margin-top: 0px !important;
        height: 80px;
        width: 100%;
        position:fixed;
        border: solid 1px #e1e1e1;
    }
    .menuSearchBar {
        top: 12px;
        right: 72px;
        clear: both;
        float: right;
        width: auto;
    }
    .logo {
        top: 15px !important;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 580px) {
    .menuSearchBar input,
    .menuSearchBar .search-results {
        display: none !important;
        visibility: hidden;
        width: 0;
    }
    .menuSearchBar.active input,
    .menuSearchBar.active .search-results {
        display: block !important;
        visibility: visible;
        width: 100%;
    }
    .menuSearchBar.active .search-wrap {
        width: calc(100vw - 102px) !important;
    }
}
