﻿.innerMenuButton {
    background-color: #a9a9a9;
    color: white;
    /*padding-bottom: 20px;
    padding-top: 20px;*/
    font-weight: 700;
    cursor: pointer;
    transition: all ease-in-out .25s;
    border-bottom: 5px solid white;
    position: relative;
    width: 210px;
    display: block;
    margin-bottom: -5px;
    margin-top: -5px;
}

    .innerMenuButton:hover {
        background-color: #0069b4;
    }

    .innerMenuButton.active {
        background-color: #0069b4;
    }

.horicontalActiveSelector {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    border: 1px dashed white;
    z-index: 1;
    transition: all ease .65s;
    height: 34px;
    min-height: 34px;
}

    .horicontalActiveSelector img {
        position: absolute;
        top: 10px;
        bottom: 14px;
        right: 5px;
        width: 12px;
    }

/*.innerMenuButton span {
    position: relative;
    z-index: 12;
    padding: 20px;
}*/

.innerMenuButton span {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 10px;
    display: inline-block;
    font-family: 'Frutiger-Bold', cursive;
    font-weight: 100;
    font-size: 13px;
}


/*.sideMenuscrolled .sideMenu {
    position: fixed;
    top: 120px;
}*/

.sideMenuscrolled .sideMenu {
    position: fixed;
    top: 180px;
}

.moreOverlay {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}

.centerDiv {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.innerTitle {
    padding: 4px 8px;
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    margin-top: -5px;
    position: relative;
    background-color: #ffed00;
    padding-bottom: 8px;
    margin-top: 0;
}

.sideMenu {
    background-color: #ffed00;
    box-shadow: 1px -0 5.76px 2.24px rgba(0, 0, 0, 0.26);
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    display: none;
}

.sideMenuPoint:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

hr.yellowLine {
    border-color: yellow;
    border-width: 3px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .sideMenu {
        display: block;
    }
}


@media screen and (min-width: 992px) {
    .innerMenuButton span {
        padding: 15px;
    }

    .horicontalActiveSelector {
        position: absolute;
        left: 8px;
        top: 8px;
        right: 8px;
        border: 1px dashed white;
        z-index: 1;
        transition: all ease .65s;
        height: 38px;
    }
}


@media screen and (min-width: 1200px) {
    .horicontalActiveSelector {
        height: 48px;
    }

    .innerMenuButton span {
        padding: 20px;
        padding: 14px 20px;
    }

    .innerMenuButton {
        min-width: 236px;
    }
}
