.icon_menu-1,.icon_menu-2,.icon_menu-3,.icon_menu-4,.icon_menu-5,.icon_menu-6{
    display:inline-block;background:url(../images/mobile/menu.png) no-repeat;
    overflow:hidden;
    text-indent:-9999px;
    text-align:left;
    background-size:74px;
}

.icon_menu-2{
    background-position:-5px 0;
    width:64px;
    height:64px;
}

.icon_menu-3{
    background-position:-5px -69px;
    width:64px;
    height:64px
}

.icon_menu-4{
    background-position:-5px -138px;
    width:64px;
    height:64px
}

.icon_menu-5{
    background-position:-5px -207px;
    width:64px;
    height:64px
}

.icon_menu-6{
    background-position:-5px -276px;
    width:64px;
    height:64px
}

.icon_menu-1{
    background-position:-5px -345px;
    width:64px;
    height:64px
}

.snap-drawers{
    display: block;
    position:fixed;
    top:0;
    right:0;
    width:auto;
    z-index:0;
    height:100%;
    width:112px;
}

.snap-drawer{
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:auto;
    width:112px;
    height:auto;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    -webkit-transition:width .3s ease;
    -moz-transition:width .3s ease;
    -ms-transition:width .3s ease;
    -o-transition:width .3s ease;
    transition:width .3s ease
}

.snap-drawer-left{
    left:0;
    z-index:1;
}

.snap-drawer-right{
    right:0;
    z-index:1;
}

.snapjs-left .snap-drawer-right,.snapjs-right .snap-drawer-left{
    display:none;
}

.snapjs-expand-left .snap-drawer-left,.snapjs-expand-right .snap-drawer-right{
    width:100%;
}

.snapjs-right .snap-drawer-right{
    display:block;
    right:0;
    left:auto;
}

.snap-drawers{
    background:#494949;
}

.snap-drawer{
    background:#494949;
    color:#fff;
}

.snap-drawer .langs{
    background:#6d6d6d;
    font-size:18px;
    height:45px;
    padding-top:15px;
    font-weight:100;
    color:#fff;
}

.snap-drawer .langs a{
    color:#fff;
}
.snap-drawer .langs a.active{
    color:#f7dc00;
}

.snap-drawer ul{
    margin:40px 0;
    width:100%;
}

.snap-drawer ul li{
    display:block;
    width:100%;
    margin-bottom:19px;
}

.snap-drawer ul li a{
    color:#fff;
    font-size:18px;
    font-weight:300;
}

.snap-drawer ul li>a span{
    display:block;
    margin:0 auto;
}

@Media (min-width: 768px){
    .snap-drawers{
        display: none;
    }
}