/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    max-width: 1650px;
    margin: 0 auto;
    clear: both;
    z-index: 1100;
    position: relative;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f20d";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f217";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.7em 2em;
    background: #fff;
    color: #333;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    display: table;
    table-layout: fixed;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    width: 100%;
    padding: 0;
    margin: 0;
    display: table-cell;
    border-right: 1px dotted #0b449d;
}

.menu>ul>li a {
    display: block;
}

.menu>ul>li>a>img {
    max-width: 100%;
    height: auto;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #a8dff2;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
    background: #fff;
    margin: 2px;
}

.menu>ul>li>ul>li a {
    padding: .2em 0;
    width: 87%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 450px;
    left: auto;
    padding: 10px !important;
}

.menu>ul>li>ul.normal-sub.open{
    display: block;
}

.menu>ul>li.nonborder>ul.normal-sub {
    right: 0px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 49%;
    font-weight: bold;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 0.5em 0 0.5em 1.9em;
    font-size: 1.1em;
    text-align: left;
    background: url(/img/list_point_city.png) 5% no-repeat;
    font-weight: normal;
}

.menu>ul>li>ul.normal-sub>li a:hover {
    background-color: #E4F7FE;
    width: auto;
}

#shigoto {
    right: 14.3%;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */




@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }

    .menu {
        background: #12678D;
    }

    .menu-mobile {
        display: block;
        text-decoration: none !important;
        color: #fff !important;
        font-weight: bold;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu>ul {
        display: none;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
        border-top: 1px dotted #FFF;
    }

    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
        color: #fff !important;
    }

    .menu>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
        padding: 0;
    }

    #shigoto {
        right: 0px;
    }

    .menu>ul>li>ul.normal-sub>li {
        width: 100%;
        margin: 0;
    }

    .menu>ul>li>ul.normal-sub>li a {
        color: #000 !important;
        padding: 1em 0 1em 2.5em;
        background: url(/img/list_point_city.png) 1.5em no-repeat;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
        border-bottom: 1px dotted #0b449d;
        background: #a8dff2;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li:last-child {
        border-bottom: none;
    }

    .menu>ul>li>ul>li a {
        width: 100%;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}