.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 150;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    margin-top: 0px;
    height: 600px;
    padding-top: 0px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 1.0);
}

.overlay-shadow {
    background: url(../images/menu_shadow.png) repeat-x;
    height: 139px;
    width: 100%;
}

.overlay a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: FFScalaWebBold;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    transition: 0.3s;
    text-align: left;
}

.overlay a.header {
    font-size: 26px;
    text-transform: none;
    line-height: 50px;
}

.overlay a:hover, .overlay a:focus {
    color: #afafaf;
}

.overlay .active {
    color: #f4b80d;
}

.overlay li:last-child {
    border-bottom: 0;
    }

.overlay ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0 0 2%;
    float: left;
    text-align: left;
    width: 22.5%;
    border-left: 2px solid #f4b80d;
    height: 270px;
    }

.overlay li {
    margin: 0 auto 5px auto;
    padding: 0;
    }

.menu_logo {padding: 40px 0px 20px 57px;}


.closebtn {    
    position: absolute;
    top: 50px;
    right: 50px;    
    font-size: 21px !important;
    text-align: center;
    /*width: 133px;*/
    display: inline-block;
    z-index: 200;
}

.nav_box {
    width: 950px;
    margin: 0 auto 0 auto;
    padding: 0 25px;
}


/*
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 18px !important;
    top: 10px;
    right: 50%;
    margin-left: -66px;
  }
}*/

@media only screen and (max-device-width: 480px) {

}







