.menuButton {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1005;
    width: 50px;
    height:50px;
}
.burger_ * {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
}
.burger_ {
    position: unset; 
    top: 0;
    right: 0;
    margin: 50px auto;
    height: 50px;
    width: 50px;
}
.burger_ input[type=checkbox] {
    display: none;
}
.burger_ label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 10px;
    left: 0;
}
.burger_ .burger {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #fff;
}

body.body_cast .burger_ .burger {
    background-color: #000;
}

.active .burger {
    background-color: #fff;
}

body.body_home .burger_ .burger,
body.body_home .active .burger {
  /*  background-color: #000; */
}


.burger_ .diagonal.part-1 {
    position: relative;
    float: left;
}
.burger_ .horizontal {
    position: relative;
    float: left;
    margin-top: 6px;
}
.burger_ .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 6px;
}
.burger_ input[type=checkbox]:checked ~ .burger-spin > .horizontal {
    opacity: 0;
}
.burger_ input[type=checkbox]:checked ~ .burger-spin > .diagonal.part-1 {
    transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    margin-top: 10px;
}
.burger_ input[type=checkbox]:checked ~ .burger-spin > .diagonal.part-2 {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    margin-top: -16px;
}



.soc {
    display: block;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    text-align: left;
}
.soc li {
    display: inline-block;
    margin-right: 6px;
    margin-right: 0.6rem;
}
.soc a,
.soc svg {
    display: block;
}
.soc a {
    position: relative;
    height: 28px;
    height: 2.8rem;
    width: 28px;
    width: 2.8rem;
}
.soc svg {
    height: 100%;
    width: 100%;
}
.icon {
    color: #ffffff;
    fill: #000000;
}
.icon:hover {
    background: #000000;
    border-radius: 100%;
    color: #ffffff;
    fill: #ffffff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
    transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
/*
    #menu navI LIST
    */




    .side-menu-overlay { /* overlay */
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1003;
        top: 0;
        right: 0;
        background-color: rgba(0,0,0,.7);
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
        opacity: 0;
        transition: opacity 1s;
    }


#menu {

      width: 100%;
      height: 100%;
      min-height: 100vh;

      overflow-y: auto; /* enable scroll for menu items */
      background-color: #f8ca00;

      /*padding: 40px 0 0 40px;*/
      position: fixed; /* Fixed position */
      top: 0;
      left: -100%; /* Sidebar initial position. "right" for right positioned menu */
      margin: 0;
      padding: 0;
      z-index: 1004;
      transition: 0.5s; /* CSS transition speed */
}
#menu nav {
    padding: 100px 20px 20px 20px;
}

#menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    /*width:500px;  this width will hide scroll bar */

}
#menu nav ul a {
    text-decoration: none;
    color: #000;
}


#menu nav a,
#menu nav a:hover {
    border: none;
    text-transform: none;
}
#menu nav a:hover {
    color: #ffffff;
}


#menu nav ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#menu nav ul li.br {
    margin-top: 20px;
    display: block;
}


#menu nav ul.menu  {
    margin-left:50px;
    margin-bottom: 20px;
}
#menu nav ul.contact  {
    margin-left:50px;
}

#menu nav ul.menu li {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}
/* Larger than tablet */

@media (min-width: 750px) {
    #menu {
        left: -50%;
        width: 50%;
    }
    #menu nav ul.menu  {
        margin-left: 80px;
    }

    #menu nav ul.menu li a {
        font-size: 30px;
        text-transform: uppercase;
    }
}
#menu nav ul.languages {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
        font-weight: bold;
}
/* footer */

#menu nav ul.contact li {
    float: left;
    margin-right: 1em;
}
#menu nav ul li a.active {
    color: #ffffff;
}
/* Larger than tablet */


@media (min-width: 750px) {
    /*
          #menu nav ul.menu {
          width: 50%;
            float: left;
          }

          #menu nav ul.extras {
            width: 49%;
            float: left;
          }
*/

    #menu nav ul.contact {
        line-height: 52px;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
    #menu nav ul.soc {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}
