html, body {
    position: relative;
}

body.open {
    overflow-x: hidden;
}

.mcl_nav_wrap {
    position: relative;
}

.admin-bar .mcl_nav_btn {
    margin-top: 32px;
}

.admin-bar .mcl_nav_list {
    padding-top: 47px;
}

/*----------------------------------------
  nav btn style
/*-------------------------------------- */
.mcl_nav_btn {
    position: fixed;
    z-index: 99999;
    display: block;
    width: 42px;
    height: 37px;
    border: none;
    cursor: pointer;
    padding: 7px;
    box-sizing: border-box;
    outline: none;
}

.mcl_nav_btn .btn_border {
    display: block;
    width: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
}

body.open {
    position: fixed;
}

body.open .mcl_nav_btn .btn_border.middle {
    visibility: hidden;
}

body.open .mcl_nav_btn .btn_border:first-child {
    position: absolute;
    top: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.open .mcl_nav_btn .btn_border:last-child {
    position: absolute;
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*----------------------------------------
  nav list style
/*-------------------------------------- */
.mcl_nav_list {
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none;
    padding: 15px 0 0;
    width: 250px;
    height: 100%;
    box-shadow: 1px 0 40px rgba(0, 0, 0, 0.2);
    margin: 0;
    overflow: auto;
}

.mcl_nav_list li {
    list-style: none;
}

.mcl_nav_list li:last-child a {
    padding: 0 0 2em;
}

.mcl_nav_list a {
    display: block;
    font-size: 100%;
    text-decoration: none;
}

.mcl_nav_list a:hover {
    text-decoration: none;
}

.mcl_nav_list > li {
    margin-bottom: 0.8em;
    padding: 0.8em 1em 0;
}

.mcl_nav_list .sub-menu {
    margin-top: 0.8em;
}

.mcl_nav_list .sub-menu > li {
    margin-bottom: 0.8em;
    padding: 0.8em 0 0 1.2em;
}

/*----------------------------------------
  layer style
/*-------------------------------------- */
.mcl_nav_layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.mcl_nav_btn {
    border: solid 1px #fff;
    background-color: #fff;
}

.mcl_nav_btn .btn_border {
    border-top: solid 3px #D92323;
}

/*----------------------------------------
  nav list style
/*-------------------------------------- */
.mcl_nav_list {
    background: #D92323;
    box-shadow: -1px 0 40px rgba(0, 0, 0, 0.2), 1px 0 40px rgba(0, 0, 0, 0.2);
}

.mcl_nav_list a {
    color: #fff;
}

.mcl_nav_list a:hover {
    color: #ccc;
}

.mcl_nav_list > li + li {
    border-top: solid 1px rgba(255,255,255,.3);
}

.mcl_nav_list .sub-menu > li {
    border-top: solid 1px #eee;
}
