/* DISPLAY MENU WITH SLIDER */

#mobile_ijd_menu.menu_hidden {
    left: 100vw;
}

#mobile_ijd_menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #5693CA;
    color: white;
    font-family: "Raleway";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 0px 30px;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

#mobile_ijd_menu .mobile_ijd_menu_header {
    position: relative;
    height: 10%;
}

#mobile_ijd_menu .mobile_ijd_menu_logo {
    height: 100%;
    padding-bottom: 20px;
}

.mobile_ijd_menu_logo > img {
    max-height: 100%;
}

#mobile_ijd_menu #mobile_ijd_hide_button {
    position: absolute;
    right: 0px;
    top: 0px;
}

#mobile_ijd_hide_button > span {
    position: relative;
    top: 10px;
    right: 5px;
    font-weight: bold;
    font-size: 1.6em;
}

#mobile_ijd_menu .mobile_ijd_menu_body {
    height: 90%;
    overflow-y: auto;
    padding-bottom: 80px;
}

#mobile_ijd_show_button:hover, #mobile_ijd_hide_button:hover, #mobile_ijd_hide_button > span:hover{
    cursor: pointer;
}

/* DISPLAY MENU ITEMS */

#mobile_ijd_menu, #mobile_ijd_menu a, #mobile_ijd_menu div, #mobile_ijd_menu p {
    color: white;
    font-size: 1em;
}

#mobile_ijd_menu .ijd_mm_big {
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.mobile_ijd_languages {
    font-weight: bold;
    display: inline-block;
}

.ijd_mm_lang {
    display: inline-block;
}

.ijd_mm_lang_separator {
    display: inline-block;
    margin: 0px 30px;
}

.ijd_mm_title_container {
    width: 100%;
    margin-top: 30px;
}

.ijd_mm_title_rectangle {
    display: inline-block;
    width: 30%;
    height: 10px;
    background-color: white;
    margin-right: 15px;
}

.ijd_mm_title {
    font-weight: bold;
    display: inline-block;
}

.ijd_mm_other_img {
    display: inline-block;
    margin-right: 15px;
}

.ijd_mm_other_img > img {
    max-height: 30px;
}

.ijd_mm_other {
    display: inline-block;
}

.mobile_ijd_networks {
    margin-top: 30px;
}

.ijd_mm_network {
    display: inline-block;
    margin-right: 30px;
}

.ijd_mm_network img {
    max-height: 40px;
}

.ijd_mm_other {
    margin: 3px 0px;
}
