@charset "UTF-8";
/* CSS Document */

/*
z-index layers
0 = #main
10 = #mainStage #main #selItemMain
10 = #mainStage #main #selItemText
20 = #mainStage #btnPre/Next
30 = #scrReward
40 = #mainStage #footer
40 = #mainStage #header
50 = #mainMenu
60 = #menuSettings

ui colors
mainStage/body = #F1F1F1
mainStage > header / footer = #DADADA
mainMenu = #F1F1F1
mainMenu > header = #0D276E
menuSettings = #4A4A4A
menuSettings > header = #202020

*/



@font-face {
  font-family: 'readtodayReg';
  src: url('../fonts/readtoday-regular.woff2') format('woff2'),
       url('../fonts/readtoday-regular.woff') format('woff'),
      url('../fonts/readtoday-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lc-shapes';
  src: url('../fonts/lc-shapes.woff2') format('woff2'),
       url('../fonts/lc-shapes.woff') format('woff'),
      url('../fonts/lc-shapes.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lc-icon-set';
  src: url('../fonts/lc-icon-set.woff2') format('woff2'),
       url('../fonts/lc-icon-set.woff') format('woff'),
      url('../fonts/lc-icon-set.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}




 
.icon-cancel:before { font-family: 'lc-icon-set'; content: '\e800'; } 
.icon-cog:before { font-family: 'lc-icon-set'; content: '\e801'; } 
.icon-down:before { font-family: 'lc-icon-set'; content: '\e802'; } 
.icon-left:before { font-family: 'lc-icon-set'; content: '\e803'; } 
.icon-right:before { font-family: 'lc-icon-set'; content: '\e804'; } 
.icon-up:before { font-family: 'lc-icon-set'; content: '\e805'; } 
.icon-help-circled:before { font-family: 'lc-icon-set'; content: '\e806'; } 
.icon-help-circled-alt:before { font-family: 'lc-icon-set'; content: '\e807'; }
.icon-home-1:before { font-family: 'lc-icon-set'; content: '\e808'; } 
.icon-pinterest:before { font-family: 'lc-icon-set'; content: '\e809'; } 
.icon-minus:before { font-family: 'lc-icon-set'; content: '\e80a'; } 
.icon-info:before { font-family: 'lc-icon-set'; content: '\e80b'; }
.icon-minus-1:before { font-family: 'lc-icon-set'; content: '\e80c'; } 
.icon-floppy:before { font-family: 'lc-icon-set'; content: '\e80d'; } 
.icon-bookmark:before { font-family: 'lc-icon-set'; content: '\e80e'; } 
.icon-twitter-1:before { font-family: 'lc-icon-set'; content: '\e80f'; }
.icon-arrows-cw:before { font-family: 'lc-icon-set'; content: '\e810'; } 
.icon-volume-up-1:before { font-family: 'lc-icon-set'; content: '\e811'; } 
.icon-star:before { font-family: 'lc-icon-set'; content: '\e812'; } 
.icon-star-empty:before { font-family: 'lc-icon-set'; content: '\e813'; } 
.icon-facebook-1:before { font-family: 'lc-icon-set'; content: '\e814'; }
.icon-linkedin:before { font-family: 'lc-icon-set'; content: '\e815'; }
.icon-mail-1:before { font-family: 'lc-icon-set'; content: '\e816'; } 
.icon-volume-off-1:before { font-family: 'lc-icon-set'; content: '\e817'; } 
.icon-cw:before { font-family: 'lc-icon-set'; content: '\e818'; } 
.icon-ok:before { font-family: 'lc-icon-set'; content: '\e819'; }
.icon-globe-2:before { font-family: 'lc-icon-set'; content: '\e81a'; }
.icon-award:before { font-family: 'lc-icon-set'; content: '\e81b'; }
.icon-award-1:before { font-family: 'lc-icon-set'; content: '\e81c'; }
.icon-down-open:before { font-family: 'lc-icon-set'; content: '\f004'; } 
.icon-up-open:before { font-family: 'lc-icon-set'; content: '\f005'; } 
.icon-right-open:before { font-family: 'lc-icon-set'; content: '\f006'; } 
.icon-left-open:before { font-family: 'lc-icon-set'; content: '\f007'; } 
.icon-menu:before { font-family: 'lc-icon-set'; content: '\f008'; }
.icon-th-list:before { font-family: 'lc-icon-set'; content: '\f009'; } 
.icon-th-thumb:before { font-family: 'lc-icon-set'; content: '\f00a'; } 
.icon-th-thumb-empty:before { font-family: 'lc-icon-set'; content: '\f00b'; }
.icon-shuffle:before { font-family: 'lc-icon-set'; content: '\f03b'; }
.icon-user:before { font-family: 'lc-icon-set'; content: '\f061'; } 
.icon-cancel-circled:before { font-family: 'lc-icon-set'; content: '\f06e'; }
.icon-info-circled:before { font-family: 'lc-icon-set'; content: '\f085'; } 
.icon-info-circled-alt:before { font-family: 'lc-icon-set'; content: '\f086'; }






body {
    background-color: #F1F1F1; 
    overflow: hidden;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/* ///////////////// */
/* debug message */
#txtDebug {
    display: block;
    position: absolute;
    bottom:40px;
    z-index: 1000;
    width: 100%;
    font-size: 10px;
    opacity: 0.8;
    text-align: center;
    color: #BA1032;
}


/* ///////////////// */
/* mainStage Lessons */

#mainStage #header {
    position: fixed;
    top:0;
    left:0;
    z-index: 40;
    width: 100%;
    height:60px;
    text-align: center;
    display: block;
    background-color: #DADADA;
    color: #000000;
    overflow: hidden;
}

#mainStage #header #headerTitle {
    position: relative;
    display: inline-block;
    width:60%;
    margin: 20px auto 0px auto;
    font-size: 18px;
    background-color: inherit;
    opacity: 0.5;
    
}

#mainStage #header #iconMenu {
    position: relative;
    display: block;
    padding:20px;
    float: left;
    font-size: 20px;
    cursor: pointer;
    background-color: inherit;
    opacity: 0.7;
    border: none;
    width:60px;
}

#mainStage #header #iconSettings {
    position: relative;
    display: inline-block;
    padding:20px;
    float: right;
    font-size: 20px;
    cursor: pointer;
    background-color: inherit;
    opacity: 0.7;
    border: none;
    width:60px;
}

#mainStage #footer {
    display: block;
    position: fixed;
    width: 100%;
    height: 40px;
    z-index: 40;
    bottom: 0;
    left:0;
    overflow: hidden;
    text-align: center;
    background-color: #DADADA;
    
}

#mainStage #footer #iconSpeaker {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin: 12px 0px 0px 20px;
    opacity: 0.3;
    color: inherit;
    cursor: pointer;
}

#mainStage #footer #iconAudio {
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px 0px 0px 14px;
    color: inherit;
    cursor: pointer;
}
#mainStage #footer #txtCopyright {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 10px;
    opacity: 0.5;
    color: inherit;
    margin-right: 20px;
    text-align: right;
}

#main { 
    display: block;
    position: absolute;
    top:0; 
    left:0;
    z-index: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; 
    text-align: center;
    background-color: #F1F1F1;  
    line-height: 100%;
}



#selItemMain {
    display: table;
    position: relative;
    top:0px;
    left:0;
    z-index: 10;
    height: 60%; /* var ratio stage needs to add to 100% */
    width: 100%;
    overflow: hidden;
    background-color: none;
    cursor: pointer;
    padding-top: 60px;
    padding-bottom: 10px;
}
    
#selItemText {
    display: table;
    position: relative;
    bottom:0;
    left:0;
    z-index: 10;/**/
    height: 40%; /* var ratio stage needs to add to 100% */
    width: 100%;
    overflow: hidden;
    background-color: none;  /*F0ECE1*/
    cursor: pointer;
   /* font-size: 60%;*/
    padding-top: 0px;
    padding-bottom: 60px;
    border-top: 1px dashed #9D8D74;   
}

.vCenter {
    display: table-cell;
    vertical-align: middle;
    
}  
.itemText,  .itemMain {
   /* background-color: aquamarine;*/
}





#btnItemPrev {
    display: block;
    position: absolute;
    z-index: 20;
    margin-bottom: -15px;
    bottom:20%; /* var ratio stage this is 50% of the text item area  */
    left:0;
    text-align: center;
    padding: 20px 20px 20px 0px;
    width: 100px;
    cursor: pointer;
    font-size: 30px;
    color: #A3ABAD;
    border: none;
    background-color: inherit;
}

#btnItemNext {
    display: block;
    position: absolute;
    z-index: 20;
    margin-bottom: -15px;
    bottom:20%; /* var ratio stage this is 50% of the text item area  */
    right:0;
    text-align: center;
    padding: 20px 0px 20px 20px;
    width: 100px;
    cursor: pointer;
    font-size: 30px;
    color: #A3ABAD;
    border: none;
    background-color: inherit;
}

#btnItemPrev:hover, #btnItemNext:hover {
    color: #43534A;
}
        
#btnItemPrev:active, #btnItemNext:active {
    color: #37884B;
    font-size: 24px;
    margin-bottom:-12px;
}



/* /////////////// */
/* //// reward screen */
#scrReward {
    display: none;
    position: fixed; 
    top:0;
    left:0;
    z-index: 30;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    background-color: firebrick;
    opacity: 1;   
}

#scrReward #rewardItem {
    position: relative;
    top:0;
    left:0;
    /*top:50%;
    margin-left:50%; */   
    color: #ffffff;
    /*font-size: 60px;*/
}

#scrReward #iconRewardClose {
        position: relative;
        top:80px;
        right:20px;
        display: block;
        padding:20px;
        float: right;
        font-size: 36px;
        cursor: pointer;
        background-color: inherit;
        color: #ffffff;
        opacity: 1;
        border: none;
}

#scrReward #iconRewardClose:active {
    opacity: 0.5;
}



/* /////////////// */
/* //// main menu */

#mainMenu {
    display: block;
    position: fixed;  /* absolute */
    top:0;
    left:0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: inherit;
    overflow-x: hidden;
    overflow-y: auto;
}

#mainMenu #headerMenu {
    position: sticky;
    display: block;
    top:0;
    left:0;
    z-index: 41;
    width: 100%;
    height:60px;
    text-align: center;
    color: #ffffff;
    background-color: #999999;
    overflow: hidden;
}

#headerMenu #headerMenuTitle {
    position: relative;
    display: inline-block;
    width:60%;
    margin: 20px auto 0px auto;
    font-size: 18px;
    background-color: inherit;
    color: inherit;
    opacity: 0.8;  
}


#headerMenu #iconLeftHeader {
    position: relative;
    display: block;
    padding:20px;
    float: left;
    font-size: 20px;
    background-color: inherit;
    border: none;
    width:60px;
}

#headerMenu #menuIconSettings {
    position: relative;
    display: inline-block;
    padding:20px;
    float: right;
    font-size: 20px;
    cursor: pointer;
    color: inherit;
    background-color: inherit;
    opacity: 0.8;
    border: none;
    width:60px;
}

#headerMenu #menuIconSettings:active {
    opacity: 1;
}

#mainMenu #contentTitle {
    width: 100%;
    margin: 40px 0px 20px 0px;
    display: block;
    text-align: center;
    font-size: 20px;
    opacity: 1;
}
    
.containerButtonsMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}  
    
.containerButtonsMenu > button {
        margin: 20px;
        height: 140px; 
        width: 140px; 
        border-radius: 10%;
        text-align: justify-all;
        font-size: 48px;
        line-height: 100%;
        font-weight: 300;
        color: #FAEFF0;
        cursor: pointer;
        overflow: hidden;
        padding: 0;
        background-color: #22358a;
        border-top: solid #BBBBBB 2px;
        border-left: solid #BBBBBB 2px;  
        border-right: solid #8E8E8E 3px;
        border-bottom: solid #8E8E8E 3px;
        background-size:contain;
        background-position:center center;
        background-repeat: no-repeat;
}

.containerButtonsMenu > button:hover {
    border-top: solid #ffffff 1px;
    border-left: solid #CACACA 1px;  
    border-right: solid #CACACA 1px ;
    border-bottom: solid #CACACA 1px;
    background-size:90%;
}
/*.containerButtonsMenu > button:active {

}*/

.containerButtonsMenu button#ucLetters {
    background-image: url("../img/btnMenu/btnUc.png"); 
}
.containerButtonsMenu button#lcLetters {
    background-image: url("../img/btnMenu/btnLc.png"); 
}
.containerButtonsMenu button#uclcLetters {
    background-image: url("../img/btnMenu/btnUcLc.png"); 
}
.containerButtonsMenu button#num1to20 {
    background-image: url("../img/btnMenu/btnNumbers.png");
}
.containerButtonsMenu button#numWords1to20 {
    background-image: url("../img/btnMenu/btnWNum.png");
}
.containerButtonsMenu button#colors {
    background-image: url("../img/btnMenu/btnColors.png");
}
.containerButtonsMenu button#colorWords {
    background-image: url("../img/btnMenu/btnWcolors.png");
}
.containerButtonsMenu button#shapes {
     background-image: url("../img/btnMenu/btnShapes.png");
}
.containerButtonsMenu button#shapeWords {
     background-image: url("../img/btnMenu/btnWshapes.png");
}

/*.containerButtonsMenu button#colors {
    font-family:lc-shapes; 
    color: #235728 !important; 
}*/

/*.containerButtonsMenu button#shapes {
    font-family:lc-shapes;
    color: #9C2020 !important;
}*/
/*.containerButtonsMenu button#colorWords {
    font-family:lc-shapes; 
    color: #81191E !important;
}*/

/*.containerButtonsMenu button#shapeWords {
    font-family:lc-shapes;
    color: #012F78 !important;
}*/



fieldset.levelDivMenu {
    position: relative;
    display: block;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
    padding-top: 1.5em;
    padding-bottom: 0.625em;
    padding-left: 1em;
    padding-right: 1em;
    /*border: solid 1px #cc0000;*/ /* #766D66 */
    border-radius: 20px;
    /*box-shadow: 0px 0px 1px 1px #766D66;*/
}

fieldset#menuLevelOne {
    border: solid 1px #002688;
}

fieldset#menuLevelTwo {
    border: solid 1px #002688;
}

/*fieldset.levelDivMenu .lblMenuLevel {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #000000; 
}*/

/*menu button colors*/



/* /////////////////////////// */
/* ////// begin menu settings */
 
    #menuSettings {
        display: block;
        position: fixed;  /* absolute */
        z-index: 60;
        top:0;
        left: 100%;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: #4A4A4A;
        overflow-y: auto;
        overflow-x: hidden;
        letter-spacing: 1px;
    } 
    
    #menuSettings #headerSettings {
        /*position: absolute;*/
        position:sticky;
        z-index: 61;
        top:0;
        left:0;
        width: 100%;
        height:60px;
        text-align: center;
        display: block;
        background-color: #202020;
        overflow: hidden;
        color: #ffffff;
    }
 
    #menuSettings #titelSettings {
    position: relative;
    display: inline-block;
    width:60%;
    margin: 20px auto 0px auto;
    font-size: 18px;
    letter-spacing: 0px;
    opacity: 0.7;
    }

#menuSettings #iconSettingsCloseLeft {
        position: relative;
        display: inline-block;
        padding:20px;
        float: left;
        font-size: 20px;
        cursor: pointer;
        background-color: inherit;
        color: inherit;
        opacity: 0.7;
        border: none;
    }
 #menuSettings #iconSettingsCloseLeft:active {
    opacity: 1;
}

#menuSettings #iconSettingsClose {
        position: relative;
        display: inline-block;
        padding:20px;
        float: right;
        font-size: 20px;
        cursor: pointer;
        background-color: inherit;
        color: inherit;
        opacity: 0.7;
        border: none;
}

#menuSettings #iconSettingsClose:active {
    opacity: 1;
}
    
/* settings options */
    #menuSettings #containerButtonSettings {
        margin: 40px  auto;
        line-height: 120%;
        width: 320px;
    }
    
    #menuSettings #containerButtonSettings #titleSettingsMenu {
        display: block;
        padding: 40px;
        text-align: center;
        font-size: 28px;
        font-weight: 300;
        color: #D1D1D1;
    }
    
    #menuSettings .rowMenuSettings {
        position: relative;
        display: block;
        border-top: 1px solid  #B6B6B6;
        width: 100%;
        padding:5px 0px 10px 0px;
    }
    
    #menuSettings .lblSwitch {
        position: relative;
        display: inline-block;
        padding: 15px 0;
        font-size: 20px;
        font-weight: 300;
        color: #D1D1D1;
        letter-spacing: 1px;
        width: 170px;
        line-height: 120%;
       
    }
    
    #menuSettings .icon-settings {
        font-size: 22px;
        color: #D1D1D1;
        position: relative;
        display: inline-block;
        width: 35px;
        padding-left: 10px
    }
    
    #menuSettings .lblSettings {
        width: 100%;
        padding: 25px 0 25px 0px;
        text-align: left;
       font-size: 20px;
        font-weight: 300;
        color: #D1D1D1;
        cursor: pointer;
        border-bottom: 1px solid  #B6B6B6;
        letter-spacing: 1px;
    }

   #menuSettings .lblSettings:hover {
       background-color: #606060;
       
}

 #menuSettings .lblSettings:active {
       background-color: #333333;
       
}

    #containerButtonSettings .iconMore {
        float: right;
        font-size: 18px;
        padding: 0px 10px;
    }
    
    #containerButtonSettings #txtSettingsAbout {
        display: none;
        font-size: 18px;
        color: #D5D5D5;
        line-height: 140%;
        font-weight: 300;
        letter-spacing: 1px;
    }
    
    #containerButtonSettings #txtSettingsAbout a {
        color: #D5D5D5;
        text-decoration: none;
        font-size: 24px;
        padding: 10px 20px;     
    }

    #menuSettings #lblSettingsAbout {
       border-bottom: none !important;
        /*border-top: 1px solid  #B6B6B6; */
    }

    #menuSettings #lblSettingsLanguage {
        border-top: 1px solid  #B6B6B6; 
        border-bottom: none !important; 
    }

    #menuSettings #lblSettingsLanguage .icon-settings {
        font-size: 115%; 
    }

    #menuSettings .rowMenuSettings .icon-award-1 {
        font-size: 30px; 
    }
        
    #containerButtonSettings #txtSettingsLanguage {
        display: none;
        font-size: 18px;
        color: #D5D5D5;
        line-height: 140%;
        font-weight: 300;
        letter-spacing: 1px;
        /*text-align: right;*/
    }



    #menuSettings #lblSettingsReload .icon-settings {
        font-size: 90%; 
    }
    
    #containerButtonSettings .settingsLine {
        border-top: 1px solid #B6B6B6;
    }

#txtSettingsLanguage {
    margin: 0;
    display: block;
    width: 100%;
    background-color: #818181;
    padding: 0px 0px 50px 0px;
    /*border-bottom: 1px solid #B6B6B6;*/
}

#txtSettingsLanguage p {
    width: 100%;
    text-align: center;
     color: #B6B6B6;
}

#languageOptions>button {
    display: block;
     font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px 5px 15px 20px;
    text-align: left;
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #B6B6B6;
    cursor: pointer;
}

#lblCurLanguage {
    font-size: 16px;
}

#languageOptions>button:first-child {
    border-top: 1px solid #B6B6B6;
}
#languageOptions>button:hover {
    background-color: dimgrey;
    color: #B6B6B6;
}

#languageOptions>button span {
    opacity: 0.4;
}

#menuSettings .borderTop {
    border-top: 1px solid  #B6B6B6; 
}


#txtSettingsVersion {
    width: 100%;
    text-align: right;
    margin-top:10px;
    font-size: 14px;
    font-weight: 200;
    color: #ffffff;
    opacity: 0.7;
}


/*#checkUpdatePopup {
    display: none;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    text-align: center;
    padding-top: 50%;
    color: #ffffff;
    opacity: 1;
    font-size: 60px
}*/

 /* //// end settings menu  */


/*  ///// begin switch checkbox settings menu ///// */
    
.onoffswitch {
    position: relative;
    top: 14px;  /* ! */
    float: right; 
    display: inline-block;
    width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    /*content: "ON";*/
    content: attr(data-before);
    padding-left: 15px;
    background-color: #4EC423; color: #FFFFFF;
}
.onoffswitch-inner:after {
    /*content: "OFF";*/
    content: attr(data-after);
    padding-right: 15px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
       
     /* /////end  switch checkbox settings menu ///// */



/* ////////////
helpers
////////// */

/*#msg1 {
    text-align: center;
}*/

/*.cursorListen {  
    cursor: url('../img/speaker.png'),  auto !important;
}*/

div.itemBtnOver {
	/*background-color:#333 !important;*/
    /*color: #43534A !important;*/
}

.disableSelect {
  -webkit-user-select: none;  
  -moz-user-select: none;
  -ms-user-select: none;  
  user-select: none;
}

input:focus, textarea:focus, select:focus, button:focus {
        outline: none;
}

/* audio playing icon animation */




    .iconPlaying {
      width: 25px;
      height: 20px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;   
    }
    .playing-bar {
      display: inline-block;
      background-color: #000000;
      /*background: #F3EBDE;*/
      width: .4rem;
      height: 100%;
      opacity: 0.3; 
      /*animation: up-and-down 1.3s ease infinite alternate;*/
    }
    
    .iconPlayingAudio {
        /*opacity: 0.3; */
        animation: up-and-down 1.3s ease infinite alternate;
    }
    
    .playing-bar-1 {
      height: 60%;
    }
    .playing-bar-2 {
      height: 30%;
      animation-delay: -2.4s;
    }
    .playing-bar-3 {
      height: 75%;
      animation-delay: -3.7s;
    }
    @keyframes up-and-down {
      10% {
        height: 30%;
      }
      30% {
        height: 100%;
      }
      60% {
        height: 50%;
      }
      80% {
        height: 75%;
      }
      100% {
        height: 20%;
      }
    }
 /* end audio playing icon animation */ 


@media only screen and ( max-width: 400px ){
    
    .containerButtonsMenu > button {
        margin: 16px;
    }
    
    fieldset.levelDivMenu {
        margin-left: 0em;
        margin-right: 0em;
        margin-bottom: 2em;
        padding-left: 0;
        padding-right: 0;
        border: none;
        border-top: 2px solid #898989;
        border-radius: 0px;
        /*box-shadow: none;*/
    }
    
}


@media only screen and (orientation: landscape) {
    
    .containerButtonsMenu {
        padding-bottom: 60px;
    }  
    
    #mainMenu #contentTitle {
        margin: 30px 0px 10px 0px;
    }

    
    
}

@media only screen and (orientation: landscape) and ( max-height: 360px ) {
    
    
    #footer {
        display:none;
    }
    
    
}








