.nav-overlay.active {
    opacity: 1;
    width: 320px;
    left: 0;
    pointer-events: auto;
    z-index: 10000000000000
}
.nav-overlay .search-form, .nav-overlay .weather-box {
    display: none
}
.nav-overlay .logo {
    padding: 12px 0 12px 20px;
    background-color: var(--light-grey);
    box-shadow: 0 0 4px 0 rgb(128 127 127 / 25%);
    height: auto
}
.nav-overlay .logos, .nav-overlay .secondary {
    display: none
}
.nav-overlay .logo svg {
    width: 110px;
    height: auto
}
button.night-mode {
    text-indent: -9999px;
    background-color: #e5e5e5;
    width: 45px;
    border-radius: 35px;
    margin-right: 12px;
    height: 27px;
    float: right;
    display: none;
    position: relative
}
button.night-mode span {
    background: url(../images/moon.svg) center center no-repeat #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-size: 13px auto;
    display: block;
    box-shadow: 1px 1px 2px #999;
    position: absolute;
    left: 3px;
    top: 3px
}
.dark-mode button.night-mode {
    background-color: #888
}
.dark-mode button.night-mode span {
    background: url(../images/sun-new.svg) center center no-repeat #fff;
    right: 3px;
    left: auto;
    background-size: 13px auto
}
.nav-overlay .scroll-area {
    max-height: calc(100% - 160px);
    width: 100%;
    overflow-y: auto;
    margin-top: 20px
}
.nav-overlay ul.menu {
    padding: 0 20px
}
.nav-overlay ul.menu li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--medium-grey);
    white-space: nowrap;
    text-transform: uppercase;
    font-family: ZonaProBold, Helvetica, Arial, sans-serif;
    color: var(--blue);
    box-sizing: border-box;
    transition: background-color .2s, padding .2s
}
.nav-overlay ul.menu li a:hover {
    background-color: var(--blue);
    color: #fff;
    padding-left: 12px
}
.nav-overlay ul.social-media {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 250px;
    display: flex;
    justify-content: space-between
}
.nav-overlay ul.social-media:before {
    content: "SOCIAL MEDIA";
    position: absolute;
    top: -30px;
    left: 0;
    font-family: ZonaProBold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #737373
}
.nav-overlay button.night-mode {
    display: block;
    position: absolute;
    right: 10px;
    top: 22px
}
@media screen and (max-width:2090px) {
    .nav-overlay button.night-mode {
        right: 48px
    }
}
@media screen and (max-width:1340px) {
    .nav-overlay .scroll-area {
        max-height: calc(100% - 180px);
        margin-top: 55px
    }
    .nav-overlay ul.menu.secondary {
        margin-top: 2px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
        width: calc(100% - 40px);
        float: left;
        border-bottom: 1px solid var(--medium-grey);
        display: block
    }
    .nav-overlay .secondary li {
        float: left;
        padding: 0 12px;
        position: relative
    }
    .nav-overlay .secondary li:after {
        position: absolute;
        top: 14px;
        height: 13px;
        content: "|";
        right: -2px;
        color: var(--blue)
    }
    .nav-overlay .secondary li.noline:after {
        display: none
    }
    .nav-overlay .secondary li:first-child {
        padding-left: 0
    }
    .nav-overlay .secondary li:last-child {
        padding-right: 0
    }
    .nav-overlay .secondary li:last-child:after {
        display: none
    }
    .nav-overlay ul.menu.secondary li a {
        border: none;
        padding: 15px 0;
        position: relative
    }
    .nav-overlay ul.menu.secondary li.weather {
        display: none
    }
    .nav-overlay ul.menu.secondary li a:hover {
        background: 0 0;
        color: var(--blue)
    }
    .nav-overlay ul.menu.secondary li:hover:before {
        width: 100%;
        background: var(--blue)
    }
    .nav-overlay .secondary li:first-child a {
        width: 32px;
        overflow: hidden
    }
}
@media screen and (max-width:1200px) {
    .nav-overlay .search-form {
        padding: 20px 20px 0;
        display: block
    }
    .nav-overlay .search-form, .nav-overlay .search-form input {
        float: left
    }
    .nav-overlay .search-form input {
        height: 38px;
        line-height: 38px
    }
    .nav-overlay input.form-search {
        width: calc(100% - 40px);
        padding-left: 8px;
        box-sizing: border-box;
        border: 1px solid var(--medium-grey);
        border-radius: 0;
        -webkit-appearance: none;
        font-size: 16px
    }
    .nav-overlay .icon.search {
        margin-right: 0;
        background-image: url(../images/search-white.svg);
        background-color: var(--blue);
        width: 40px
    }
    .nav-overlay .scroll-area {
        max-height: calc(100% - 260px);
        margin-top: 65px
    }
}
@media screen and (max-width:920px) {
    .nav-overlay .logo {
        padding: 0 0 0 20px;
        height: 58px
    }
    .nav-overlay .logo svg {
        width: 100px;
        height: 58px
    }
    .nav-overlay {
        left: -68%
    }
    .nav-overlay.active {
        width: 67%
    }
    .nav-overlay button.night-mode {
        top: 16px
    }
    .nav-overlay .nav-icon {
        top: 12px
    }
    .nav-overlay .secondary li.noline:after {
        display: block
    }
    .nav-overlay ul.menu.secondary li.weather {
        display: block
    }
    .nav-overlay ul.menu.secondary li.weather a {
        box-sizing: border-box;
        padding-left: 32px;
        background: url(../images/weather.svg) left center no-repeat;
        background-size: 25px auto
    }
    .nav-overlay .scroll-area {
        max-height: calc(100% - 330px);
        margin-top: 30px
    }
    .nav-overlay .logos {
        display: flex;
        position: fixed;
        width: calc(67% - 40px);
        justify-content: space-between;
        bottom: 15px;
        left: 20px;
        border-top: 1px solid var(--medium-grey);
        padding-top: 10px
    }
    .nav-overlay .logos:before {
        content: "SITES ΤΟΥ ΟΜΙΛΟΥ";
        position: absolute;
        top: -25px;
        left: 0;
        font-family: ZonaProBold, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #737373
    }
    .nav-overlay .logos a {
        text-indent: -9999px;
        padding-right: 7px;
        background-position: center center;
        width: 20%;
        padding: 0 !important;
        border: none
    }
    .nav-overlay .logos a.tv {
        background-size: 46px auto;
        width: 15%;
    }
    .nav-overlay .logos a.radio {
        background-size: 36px auto;
        width: 17%;
    }
    .nav-overlay .logos a.sportfm {
        background-size: 84px auto;
        width: 26%;
    }
    .nav-overlay .logos a.womenonly{
        width: 23%;
    }
}
@media screen and (max-width:620px) {
    .nav-overlay {
        left: -101%
    }
    .nav-overlay.active {
        width: 100%
    }
    .nav-overlay .logos {
        width: calc(100% - 40px)
    }
    .nav-overlay ul.menu.secondary {
        float: left;
        display: block;
        margin-right: 0
    }
}
@media screen and (max-width:460px) {
    .nav-overlay.active button.night-mode {
        display: block
    }
}
@media screen and (max-width:400px) {
    .nav-overlay .secondary li {
        padding: 0 8px
    }
    .nav-overlay ul.menu.secondary li.weather a {
        padding-left: 25px;
        background-size: 22px auto
    }
}
@media screen and (max-width:370px) {
    .nav-overlay .secondary li {
        padding: 0 6px
    }
    .nav-overlay .weather-box {
        padding-left: 28px;
        background-size: 22px auto
    }
}
@media screen and (max-width:360px) {
    .nav-overlay ul.menu.secondary li.weather a {
        padding-left: 0;
        background: 0 0
    }
}