/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    L-BAR MENU STYLESHEET
    © 2015 T.BAÄR All rights reserved
    <link href="/nolang/css/menu.css" rel="stylesheet" type="text/css" media="all">

*/
/*DESKTOP EDITION*/
@media (min-width: 801px){
/* The entire page */
body, html {        
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-position:right bottom;
    background-attachment:fixed;
    max-height: 100%;
    overflow: hidden;

}
#mobile_screen {
    display: none;
}
/* The left bar menu */
#l-bar {
    background-color: black;
    position: fixed;
    left: 0px;
    width: 10%;
    height: 100%;
    top:0px;
    text-align: center;
    bottom: 0px;
    color: black;
}
#gsm {
    position: fixed;
    right: 10px;
    top: 50px;
}
.l-full {
    width: 100%;
    height: auto;
}
.l-theme {
    width: 90%;
    height: auto;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.l-half {
    width: 50%;
    height: auto;
}
.l-quarter {
    width: 20%;
    height: auto;
}
#l-icons {
    bottom: 0px; 
    left: 0px; 
    position: absolute;
    width: 100%;
    height: auto;
}
#menulogo {
    display: none;
}
#ml_menu, #ml_exit {
    display: none;
}
.scroller {
    width: 90px; height: 180px; border-collapse: collapse; border: 0 none; position: fixed; z-index: 50000; right: 15px; bottom: 15px; display: block; font-size: 0px; border-width: 0px; border-style: none;
}
}

/* MOBILE EDITION*/
@media (max-width: 800px) {
    body, html {        
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-position:right bottom;
    background-attachment:fixed;
    max-height: 100%;
    overflow: hidden;

}
#desktop_screen {
    display: none;
}

#mtop-bar {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
}    
#mtop-logo {
    left: 0;
    width: auto;
    height: 60px;
    position: fixed;
}

#menulogo {
    
}
#ml_menu {
    background-color: black;
    width: 60px;
    top: 60px;
    left: 0px;
    bottom: 0;
    height: calc(100% - 60px);
    position: absolute;
    z-index: 2000;
    visibility: hidden;
}
#ml_exit {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 60px;
    left: 60px;
    bottom: 0;
    right: 0;
    visibility: hidden;
        z-index: 2000;
        background-color: transparent;
        position: absolute;
}
.l-quarter {
    width: 50px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
#mr_icon {
    width: 50px;
    height: 50px;
    right: 5px;
    top: 5px;
    position: absolute;
}
.scroller {
    display: none;
}
#embed_keyboard {
    display: none;
}
}