.disable_scroll {
    overflow: hidden;
}

.overHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.overHead .row {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logoHead img {
    width: initial;
    max-width: 180px;
}

.menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#bready {
    padding: 30px 0 20px !important;
    background: #2e2e2e;
}

header {
    background: #fff;
}

#header {
    position: relative;
}

.underBread {
    margin: auto;
}

.underBread p {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

#breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#breadcrumbs strong {
    font-weight: 400;
}

#breadcrumbs li {
    list-style: none;
    margin-right: 10px;
}

#breadcrumbs a,
#sidebar a p:hover,
.infoGig a:hover {
    color: #e1472f;
}

#breadcrumbs li,
#breadcrumbs span {
    color: #fff;
    font-weight: 400;
}

#breadcrumbs a,
#breadcrumbs li,
#breadcrumbs span {
    font-size: 13px;
}

/* MENU */
#menu-prime-menu,
#searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu {
    margin: auto;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav ul ul {
    display: none;
}

nav ul li:hover>ul {
    display: block;
}

nav ul ul {
    display: none;
    position: absolute;
    /* bottom: -37px; */
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

li {
    position: relative;
    list-style: none;
}

nav li {
    overflow: visible;
}

nav .der {
    height: 86px;
    line-height: 86px;
    padding: 0 20px;
}

nav .der a {
    font-size: 13px;
    color: #686868;
    margin: 0;
    /* padding: 0 20px; */
    /* display: inline-block; */
    position: relative;
    -webkit-transition: color 0.1s linear, background 0.1s linear, border-left-color 0.1s linear, border-bottom-color 0.1s linear;
    -o-transition: color 0.1s linear, background 0.1s linear, border-left-color 0.1s linear, border-bottom-color 0.1s linear;
    transition: color 0.1s linear, background 0.1s linear, border-left-color 0.1s linear, border-bottom-color 0.1s linear;
    z-index: 100;
    border-bottom: 1px dotted #fff;
    padding-bottom: 2px;
    font-weight: 600;
}

nav .der:hover {
    background: #e1472f;
}

nav .der:hover>a {
    color: #fff;
}

.der .sub-menu ul {
    padding: 0 6px 7px 0;
    width: 200px;
}

.der .sub-menu li {
    text-transform: uppercase;

    padding: 11px 15px;
    display: block;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    z-index: 1100;
    position: relative;
    font-size: 11px !important;
    text-transform: uppercase;
    height: auto;
    line-height: 14px;
}

.der .sub-menu li .sub-menu li {
    width: 200px;
}

.der .sub-menu li:hover {
    background: #686868;
}

.der .sub-menu li:hover>a {
    color: #fff;
}

.der .sub-menu a {
    border-bottom: none;
    font-size: 11px;
}

.der .sub-menu .sub-menu {
    left: 179px !important;
    top: 0;
    bottom: 0;
}

.greeDer {
    background: #8bb541;
}

.greeDer a {
    color: #fff !important;
}

/* Scroll back to top */
#button {
    display: inline-block;
    background-color: #ccc;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    -webkit-transition: background-color .3s,
        opacity .5s, visibility .5s;
    -o-transition: background-color .3s,
        opacity .5s, visibility .5s;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "^";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 38px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #e1472f;
}

#button:active {
    background-color: #e1472f;
}

#button.show {
    opacity: .8;
    visibility: visible;
}

@media (min-width: 500px) {
    #button {
        margin: 30px;
    }
}

@media screen and (max-width: 767px) {
    #breadcrumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu {
        display: none;
    }

    .close {
        position: absolute;
        right: 5%;
        top: 0;
        z-index: 9999;
        font-size: 20px;
        font-weight: 700;
    }

    .current,
    .greeDer {
        background: #fff !important;
    }

    .greeDer a,
    body .current>a:first-child {
        color: #444 !important;
    }

    .main-nav {
        position: fixed;
        z-index: 99;
        background: #fff;
        width: 100vw;
        top: 0;
        height: 100vh;
    }

    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        border-top: 5px solid #f68424;
        margin-top: 2rem;

    }

    #riteH {
        display: none;
    }

    .logoHead img {
        margin: auto;
    }

    body .current>a:first-child {
        color: #fff;
    }

    .main-nav {
        padding: 2rem 0;
    }

    nav .der {
        line-height: 50px;
        height: 50px;
        border-bottom: 1px solid #ebebeb;
    }

    nav ul ul {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #burg {
        position: relative;
        padding: 2rem 0 0 2rem;
        /* top: 2rem;
        left: 2rem; */
        z-index: 10;
    }

    #burg img {
        width: initial;
    }
}

@media screen and (min-width: 768px) {

    #burg,
    .main-nav .logoHead {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .underBread {
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}