#mainContent {
    margin-left: 0;
    margin-top: 75px;
}

#beforeMainContent {
    margin-left: 0;
    width: 100%;
    background: #fff;
    height: auto;
}

.site-header {
    width: 100%;
    position: relative;
}

.h-menu-top {
    padding: 0px 25px;
    position: absolute;
    width: 100%;
    background: #fff;
    min-height: 50px;
}

.h-menu-bottom{
    position:absolute;
    top: 75px;
    width:100%;
    background-color:#fff;
    transition: 300ms;
    /* height: 40px; */
    z-index: 1;
}

.h-menu-top .btn {
    font-size: 12px;
}

.search-bar-holder {
    left:0;
    width: auto;
}

.search-bar-holder input {
    display: none;
}

.login-menu {
    width: auto;
    padding-right: 0;
}

body.searching .search-bar-holder input{
    display: block;
}

#search-results{
    padding-left:0;
}

.h-menu-items {
    position: relative;
    background: transparent;
    top: 0;
    transition: 1000ms;
    z-index: 1;
}
.h-menu-items .menu-item{
    margin-left:25px;
}

.h-menu-items .menu-item::first-child{
    margin-left:0px;
}

.menu-logo{
    /* padding:0px 15px; */
    height: 75px;
    background: none;
}
.menu-logo:hover{
    background:none;
}

a.mobile-menu-caller{
    display: flex;
    margin-right: 16px;
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
}
.mobile-menu-caller svg{
    width: 25px;
    height: 20px;
}

.mobile-menu-caller rect{
    fill:black;
}

body.scrolling .h-menu-bottom{margin-top: 0%;top: 0;border: none;height: 0px;}

body.scrolling .menu-logo{
    height: 0;
}
body.scrolling .h-menu-items {
    top: 0;
    position: absolute;
    background: #fff;
    height: 50px;
}

.h-mega-menu{
    position: fixed;
    top:0;
    left:0;
    height: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding: 0;
    max-height: 100%;
    overflow: scroll;
    opacity: 0;
    transition-duration: 500ms, 0s, 0s;
    transition-delay: 0s, 600ms, 600ms;
    transition-property: opacity, height, padding;
}

.h-mega-menu.active{
    height: 100%;
    opacity: 1;
    padding: 15px;
    transition-delay: 0s, 0ms, 0ms;
}

.close-mega-menu svg{
    height: 20px;
    width: 20px;
}
.mega-menu-logo {
    width: 100px;
    display: flex;
    margin-right: 25px;
}

.mega-menu-left{
    width: 75px;
    min-width: 75px;
}
.close-mega-menu{
    display: flex;
    height: 38px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.mega-menu-right{
    
}

.mega-menu-items{
    margin-top: 30px;
    margin-right: 150px;
}
.mega-menu-item{
    width: 300px;
    margin-bottom: 14px;
}
.menu-item a.menu-item-text{
    color:#A4A4A4;
    font-size:14px;
    font-weight: normal;
    text-transform: none;
    height: auto;
}

.mega-menu-item  a.menu-item-link {
    height:24px;
}


.mega-menu-items .line{
    padding-bottom: 25px;
    margin-top: 25px;
    width: 100px;
}

.mega-menu-items .line.bottom-line{
    /* margin-top: 20px; */
}

#beforeMainContent{
    display: block !important;
}

body.searching .search-bar-holder{
    width: 100%;
}