.nopadding {
    padding: 0 !important;
}
.page-id-3819 #header .container {
    position: relative;
    padding: 0;
}


.header-h {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: height .3s;
    height: 100px;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 5px rgba( 0, 0, 0, 0.4);
    
}

.header-h .row {
    position: relative;
    margin: 0;
}

.header-h .logo {
    margin-top: 20px;
    padding-left: 0;
    width: 210px;
    height: auto;
    cursor: pointer;
}

.header-menu {
    margin-top: 35px;
}

.button-request {
    text-align: right;
    margin-top: 30px;
    
}


.button-request button {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fa8100;
    border-radius: 4px;
    width: 140px;
    height: 40px;
    padding: 15px 0;
    box-shadow: 0px 3px 0px rgba( 130, 67, 0, 1);
    display: inline;
    
}
.button-request button:hover {
    top: 1px;
    box-shadow: 0px 1px 0px rgba( 130, 67, 0, 1);
    opacity: 1;
    
}

.header-menu ul {
    list-style-type: none;
}

.header-menu li {
    float: left;
}

.header-menu li:not(:last-child) {
    margin-right: 30px;
}
.header-menu a {
    color: #444444;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.header-menu .current-menu-item a {
    color: #389d46;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.header-menu .current-menu-item a:hover {
    color: #444444;
}

.header-menu a:active {
    color: #444444;
}



li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.header-menu li {
    position: relative;
    
}

.header-menu .sub-menu li {
    float: none;
    position: relative;
    padding: 10px 30px 10px 30px;
    color: #444444;
}

ul.sub-menu {
    display: none;
    position: absolute;
    margin-left: 0px;
    padding-left: 0;
    width: 255px;
    top: 65px;
    left: 0;
}
ul.sub-menu:not(.mm-opened) {
    background: #fff;
    border-top: 5px solid #389d46;
}

#mobile-menu {
    z-index: 10000 !important;
    
}

body .button-col a.mobile-menu-icon {
    display: none !important;
}

.button-col a.mobile-menu-icon {
    text-align: right;
}

.button-col .mobile-menu-icon span {
    max-width: 35px;
}

.button-col a.mobile-menu-icon {
    display: inline-block !important;
    min-height: 25px;
    width: 35px;
    position: relative;
    top: 8px;
    left: 10px;
}