#header {
    z-index: 1056;
    position: fixed;
    width: 100%;
    box-shadow: 0 1px 5px -1px rgba(136, 136, 136, 0.5);
}

#header .logo {
    width: 12%;
}

#header .logo img {
    width: 100%;
}

#header .linkbox a {
    display: inline-block;
    color: #000;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    margin-left: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
}

#header .linkbox a p {
    border-bottom: 1px solid transparent;
}

#header .linkbox a p:hover/*, #header .linkbox a.active p*/ {
    color: #54bf72;
    border-color: #54bf72;
}

#header .linkbox a p:hover, #header .linkbox a.active p {
    color: initial;
    border-color: initial;
}
#header .linkbox a.active p {
    font-weight: 700;
    border-bottom: none;
    position: relative;
}
#header .linkbox a.active:after {
    background: #54bf72;
    content: '';
    width: 59px;
    height: 1px;
    margin: 3px auto 0 75px;
    position: absolute;
}
#header .linkbox a:nth-child(1).active:after {
    margin: 3px auto 0 65px;
}
#header .linkbox a:nth-child(5).active:after {
    margin: 3px auto 0 14px;
    width: 30px;
}
#header .linkbox a:nth-child(6).active:after {
    margin: 3px auto 0 15px;
    width: 30px;
}

#header .linkbox a#menudon p {
    font-weight: 700;
    color: #54bf72;
}
#header .linkbox a#menudon p:hover {
    color: #000;
    border-color: #000;
}
#header .linkbox a#menudon.active p {
    color: #000;
}

.mobileburger {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobileburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #54bf72;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobileburger span:nth-child(1) {
    top: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.mobileburger span:nth-child(2) {
    top: 13px;    
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.mobileburger span:nth-child(3) {
    top: 21px;    
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.nav-active .mobileburger span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(-135deg);
    top: 13px;
}

.nav-active .mobileburger span:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 13px;
}

.nav-active .mobileburger span:nth-child(3) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 13px;
}

#header .linkbox a#menuprog p {
    cursor: pointer;
}

.progdrop {
    background: #ffffff;
    margin-left: 24px;
    position: absolute;
    top: 58px;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.progdrop.emp2 {
    margin-left: 260px
}

#header .linkbox a#menuprog p:hover {
    color: inherit;
    border-color: transparent;
}

#header .linkbox a#menuprog.active p:hover {
    color: #54bf72;
    border-color: #54bf72;
}

#header .linkbox .progdrop a {
    display: block;
    margin-left: 0;
    padding: 10px 25px;
    min-width: 225px;
     background: #fff; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#header .linkbox .progdrop.emp2 a {
    min-width: 250px;
}

#header .linkbox .progdrop a:nth-last-child(1) {
  border-bottom: none;
}

#header .linkbox .progdrop a p {
    font-size: 11px;
    border: none;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#header .linkbox .progdrop a:hover {
    background: rgba(84, 191, 114, 0.2);
    color: #54bf72;
    border-bottom-color: transparent;
}

#header .linkbox .progdrop a.active, #header .linkbox .progdrop a.active:hover {
    background: #54bf72;
    color: #fff;
    border-bottom-color: transparent;
}

#header .linkbox a span {
    margin-left: 5px;
    display: none
}

#header .linkbox a.dropped span {
    transform: rotate(180deg);
}

.ticker {
    padding-top: 4.5px;
    padding-bottom: 7.5px;
}

#header .social-div a {
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
}

@media (min-width: 1025px) {
    .mobilemenutoggle {
        display: block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    #header .container {
        width: 98%;
    }
    #header .linkbox a {
        margin-left: 20px;
    }
    #header .social-div a {
        margin-left: 0;
        padding-right: 10px;
    }
    #header .social-div img {
        width: 28px;
    }
}

/*@media (min-width: 992px) and (max-width: 1024px) {
    #header .linkbox a {
        margin-left: 20px;
    }
    #header .social-div a {
        margin-left: 0;
        padding-right: 10px;
    }
    #header .social-div img {
        width: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header .logo {
        width: 12% !important;
    }
    #header .logo img {
        margin-left: 10%;
        width: 125%;
        margin-top: -3px;
    }
}*/

@media (min-width: 768px) and (max-width: 1024px) {
    #header .logo img {
        max-height: 40px;
        width: auto;
    }
    #header .linkbox .pull-right.mobileburger {
        display: block !important;
    }
    #header .linkbox {
        width: 58.33333333%;
    }
}   

@media (max-width: 1025px) {
    #header {
        padding-top: 5px;
        padding-bottom: 0;
    }
    #header .logo {
        width: 35%;
    }
    #header .linkbox a {
        display: block;
        padding: 10px 0;
        text-align: center;
        margin-left: 0;
        width: 100%;
        clear: both;
        position: relative;
    }
    #header .social-div {
        float: none !important;
        text-align: center;
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    #header .social-div a {
        display: inline-block;
        width: initial;
        padding: 7px 2%;
    }
    #header .social-div a img {
        width: 35px;
    }
    #header .linkbox .progdrop a:hover {
        color: #000;
    }
    #header .linkbox {
        float: right;
    }
    #header .linkbox a p:hover, #header .linkbox a.active p {
        color: initial;
        border-color: initial;
    }
    #header .linkbox a.active p {
        font-weight: 800;
        border-bottom: none;
    }
    #header .linkbox a.active:after {
        display: none;
    }
    #header .linkbox a.active p:after {
        background: #54bf72;
        content: '';
        width: 59px;
        height: 1px;
        margin: 3px auto 0 -30px !important;
        position: absolute;
        bottom: -6px;
        left: 51%;
    }
    #header .linkbox .pull-right.mobileburger {
        margin-top: 5px;
        margin-right: 5px;
        padding-bottom: 42px;
        float: right !Important;
    }
    .mobilemenutoggle {
        display: none;
        padding: 45px 15px 30px;
        width: 100vw;
        margin-top: 47px;
        clear: both;
        margin-left: -42vw;
        box-shadow: 0 1px 5px -1px rgba(136, 136, 136, 0.5);
    }
    #header .linkbox a p {
        display: block;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }
    #header .linkbox a span {
        margin-top: -5px;
        display: block;
        position: absolute;
        top: 23px;
        right: 7.5px; 
        border-top: 6px dashed;
        border-top: 6px solid\9;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    #header .linkbox a.active span {
        top: 13px;
    }
    .progdrop, .progdrop.emp2 {
        background: none;
        margin-left: initial;
        position: relative;
        top: initial;
        display: none;
        margin-top: -5px;
        /*border-top: 1px solid rgba(0, 0, 0, 0.2);*/
        box-shadow: none;
        padding-bottom: 20px;
    }
    #header .linkbox a p:hover {
        color: initial;
        border-color: transparent;
    }
    #header .linkbox a.active p:hover {
        color: #54bf72;
        border-color: #54bf72;
    }
    #header .linkbox .progdrop a {
        padding: 10px 0 0;
        background: none;
        min-width: initial;
        border-bottom: none;
    }
    #header .linkbox .progdrop a:hover {
        background: none;
    }
    #header .linkbox .progdrop a.active, #header .linkbox .progdrop a.active:hover,
    #header .linkbox .progdrop a.active p, #header .linkbox .progdrop a.active:hover p {
        background: #fff;
        color: #54bf72;
    }
    #header .social-div.headcont {
        padding: 30px;
        text-align: left;
    }
    #header .social-div.headcont a {
        padding: initial;
        text-transform: initial;
        font-size: inherit;
    }
    #header .social-div.headcont p.audis a {
       text-decoration: underline !Important;
        letter-spacing: initial;
    }
    #header .social-div a p {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
    }
    #header .linkbox a#menudon p:hover {
        color: #54bf72;
        border-color: transparent;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    #header .logo img {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #header .logo img {
        max-height: 40px;
    }
    .mobilemenutoggle {
        height: 100vh;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #header .mobilemenutoggle .social-div:nth-child(8) {
        margin-top: 20px;
    }
    #header .mobilemenutoggle .social-div:nth-child(9) {
        text-align: center;
        padding-bottom: 50px;
    }
    #header .linkbox .progdrop a p {
        font-size: 14px;
    }
}