html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;   
    font-family: Verdana, Geneva, arial, sans-serif;
    background-color: #a9deec;
    color: #fdfdfd;
    font-weight: normal;
}
#main {
    width: 100%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-user-select: none;  
}
*:focus {
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { 
    display: block;
}
audio, canvas, video { 
    display: inline-block;
}
audio:not([controls]) { 
    display: none;  height: 0;
}
[hidden], template { 
    display: none;
}
html { 
    -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;  height: 100%;
}
body { 
    margin: 0;  height: 100%;
}
a { 
    background: transparent;
}
a:focus { 
    outline: thin dotted;
}
a:active, a:hover { 
    outline: 0;
}
h1 { 
    font-size: 2em;  margin: 0.67em 0;
}
abbr[title] { 
    border-bottom: 1px dotted;
}
dfn { 
    font-style: italic;
}
hr { 
    -moz-box-sizing: content-box;  box-sizing: content-box;  height: 0;
}
mark { 
    background: #ff0;  color: #000;
}
code, kbd, pre, samp { 
    font-family: monospace, serif;  font-size: 1em;
}
pre { 
    white-space: pre-wrap;
}
img { border:none;
}
svg:not(:root) { 
    overflow: hidden;
}
figure { 
    margin: 0;
}
a {
    color: #fdfcf4;
}
label {
    display: block;
}
h2 {
    color: #FFFFFF;
    font-size: 2.3em;
    margin: 0.5em 0 0.5em 0;
    font-weight: normal;
}
h3 {
    margin: 0.6em 0;
}
p {
    margin: 0.6em 0;
}
b {
    color: #D3FFFF;
}
input, textarea, select {
    background-color: rgba(255,255,255,0.9);
    color: #2154a5;
    width: 16em;
    border: 1px solid #CAE1E9;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.0em;
    margin: 0 0 20px 0;
    padding: 14px 12px;
}
::-webkit-input-placeholder {
    color: #2154a5;
}
:-moz-placeholder { 
    color: #2154a5;  
}
::-moz-placeholder {
    color: #2154a5;  
}
:-ms-input-placeholder {  
    color: #2154a5;  
}
input[type='checkbox'], input[type='radio'] {
    width: auto;
    margin: 0 10px 0 0;
}
button {
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #15285b;
    color: #fff;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 1em;
    transition: all 0.4s;
    min-width: 220px;
}
button.big {
    font-size: 1.2em;
    padding: 15px 30px;
}
button:hover, button:focus {
    text-shadow: 0 0 15px #3C86F5;
    background-color: #283C74;
    transition: all 0.2s;
}
.centrado {
    display: block;
    margin: 20px auto;
}
textarea.centrado, input.centrado, select.centrado {
    margin: 4px auto;
}
.editGroup janela {
    height: 420px;
}
.editGroup input.name {
    width: 70%;
    font-size: 1em
}
.editGroup .description {
    width: 88%;
    height: 70px;
    margin: 5px 0;
    padding: 8px;
    font-size: 0.85em;
}
.editGroup input {
    width: 43%;
    margin: 5px 0.5%;
    padding: 8px;
    font-size: 0.9em;
}
.editGroup label {
    display: inline;
    margin: 0 5px;
    line-height: 30px;
}
.editGroup fieldset {
    width: 88%;
    border: none;
    text-align: center;
    margin: 0 auto 5px auto;
}
.editGroup button {
    padding: 12px 8px;
    min-width: 200px;
}
.editGroup input[type='radio'],
.editGroup input[type='checkbox'] {
    min-width: 0px;
    width: auto;
}
form {
    height: 100%;
    overflow: hidden;
}
form h2 {
    max-height: 2.5em;
    margin: 0.5em 0 0.35em 0;
    max-height: 2.5em;
    font-size: 1.8em;
}
form .fields {
    height: 65%;
    overflow: auto;
    padding: 0 0 6px 0;
    margin: 0;
    border: none;
}
button, input, select, textarea { 
    font-family: inherit; 
}
button, input { 
    line-height: normal;
}
button, select { 
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { 
    -webkit-appearance: button;  cursor: pointer;
}
button[disabled], html input[disabled] { 
    cursor: default;
}
input[type="checkbox"], input[type="radio"] { 
    box-sizing: border-box;  padding: 0;
}
input[type="search"] { 
    -webkit-appearance: textfield;  -moz-box-sizing: content-box;  -webkit-box-sizing: content-box;  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { 
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { 
    border: 0;  padding: 0;
}
textarea { 
    overflow: auto;  vertical-align: top; resize: vertical;
}
table { 
    border-collapse: collapse;  border-spacing: 0;  padding: 0;  margin: 0;
}
blockquote { 
    margin: 0 0 0 40px;  padding: 0;  border: 0;
}
ul { 
    margin: 0px;
    padding: 0px;
}

.header.logo.easter {
    height: 14em;
    margin: 0;
    width: 10em;
    background-size: auto 80%;
    right: 1em;
    position: absolute;
    z-index: 250;
}
.header.logo.square {
    height: 6em;
    width: 6em;
    background-size: contain;
    bottom: 20px;
    position: absolute;
    z-index: 250;
    right: 30px;
}
.logout {
    position: absolute;
}
.logout button {
    font-size: 0.7em;
    background-color: rgba(0,66,80,0.4);
}
.logout span {
}
section {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 50px 50px 0 50px;
    overflow: hidden;
}
.modal {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 300;
    padding: 0;
}
.modal .janela {
    height: 390px;
    width: 600px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 5px 5px 27px 5px;
    left: 50%;
    top: 50%;
    margin: -195px 0 0 -300px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    background-color: rgba(139, 207, 224, 0.95);
}
.language .cloud {
    background-repeat: no-repeat;
    height: 80px;
    width: 297px;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
}
.language .flags {
    position: relative;
    z-index: 1;
}
.language .logo.square {
    width: 110px;
}
.logo.square {
    background: transparent url("../img/logo_leonidas.png") no-repeat center;
    width: 134px;
    height: 134px;
    display: inline-block;
    margin: 10px;
    background-size: contain;
}
.logo.easter {
    background: transparent url("../img/logo_easter_world.png") no-repeat center;
    width: 200px;
    height: 300px;
    display: inline-block;
    background-size: contain;
}
.comming.easter {
    background: transparent url("../img/EasterWorldLogo.png") no-repeat center;
    width: 165px;
    height: 220px;
    display: inline-block;
    background-size: contain;
}

.flags button {
    margin: 30px 10px;
    background: transparent none no-repeat center top;
    background-size: auto 2em;
    color: inherit;
    border: none;
    text-shadow: inherit;
    vertical-align: baseline;
    text-transform: uppercase;
    width: auto;
}
.flags button span {
    font-size: 2.2em;
}
.flags button:hover span {
    text-shadow: 0 0 20px #CDF2FF;
}
.incompatible .browser {
    width: 170px;
    height: 56px;
    display: inline-block;
    margin: 10px;
    background-size: contain;
}
.incompatible .firefox {
    background: transparent url("../img/logo_firefox.png") no-repeat  center;
}
.incompatible .chrome {
    background: transparent url("../img/logo_chrome.png") no-repeat  center;
}
.fb {
    display: inline-block;
    background: #4a6fb1 url("../img/logo_facebook.png") no-repeat  6px center;
    background-size: auto 74%;
    padding: 10px 20px 10px 46px;
    box-shadow: 0px 0px 2px #ffffff inset, 0px -5px 20px -5px #485A97 inset, 0px 9px 20px -12px #ffffff inset, 0px 0px 0px 1px #6988c1;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.fb:hover,.fb:focus  {
    background-color: #4c83d1;
}
.fb-share-button {
    position: absolute !important;
    top: 5px;
    z-index: 200;
    right: 6px;
    width: auto !important;
}
.share.fb {
    right: 10px;
    position: absolute;
    font-size: 0.6em;
    padding: 4px 8px 4px 29px;
    top: 10px;
    z-index: 200;
}
.uppercase {
    text-transform: uppercase;
}

small {
    display: block;
    font-size: 60%;
    margin: 3px 0;
}
register .janela {
    height: 430px;
    margin-top: -215px;
}
section.playing {
    padding: 0;
}
section.playing button {
    font-size: 0.5em;
}
.player {
    position: absolute;
    width: 100px;
    height: 200px;
}
.player .ovni {
    position: absolute;
    width: 100%;
    height: 34%;
    top: 0;
    left: 0;
}
.player .light {
    position: absolute;
    background-image: url("../img/disco_luz.png");
    width: 100%;
    height: 15%;
    top: 15%;
    left: 0;
    opacity: 0.2;
    transition: all 0.2s;
}
.player.abduzindo .light {
    width: 100%;
    height: 75%;
    opacity: 0.6;
    transition: all 0.2s;
}
section.playing button.seta {
    background-color: transparent;
    top: auto;
    bottom: 10px;
    position: absolute;
    min-width: 0;
    width: 70px;
    height: 70px;
}
button.seta:hover {
    background-color: transparent;
}
section.playing .seta.left {
    background-image: url("../img/MobileArrows_NeutralLeft.png");
    left: 10px;
}
section.playing .seta.right {
    background-image: url("../img/MobileArrows_NeutralRight.png");
    right: 10px;
}
section.playing .seta.left:hover, section.playing .seta.left:active {
    background-image: url("../img/MobileArrows_ActiveLeft.png");
    left: 10px;
}
section.playing .seta.right:hover, section.playing .seta.right:active {
    background-image: url("../img/MobileArrows_ActiveRight.png");
    right: 10px;
}
.lifes {
    left: 10px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    top: 10px;
    width: 100%;
}
.lifes li.ovni {
    float: left;
    height: 34px;
    margin: 3px 2px;
    padding: 0;
    width: 52px;
}
.score, .level {
    float: right;
    width: 49%;
    height: 100%;
    margin: 0;
    line-height: normal;
    color: #002d5e;
}
.score b, .level b {
    color: #002d5e;
    display: block;
    font-size: 1.15em;
    line-height: normal;
}
.esquemaTutorial div {
    background-size: 35% auto;
}
.esquemaTutorial {
    background-image: url("../img/KeyboardArrows_neutral.png");
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    position: relative;
    height: 170px;
    background-size: auto 100%;
}
.esquemaTutorial div {
    background-image: url("../img/KeyboardArrows_right.png");
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.esquemaTutorial div:nth-of-type(2) {
    background-image: url("../img/KeyboardArrows_neutral.png");
}
.esquemaTutorial div:nth-of-type(3) {
    background-image: url("../img/KeyboardArrows_left.png");
}
.esquemaTutorial div:nth-of-type(2) {
    background-image: url("../img/KeyboardArrows_neutral.png");
}
.tutorial .janela {
    height: 320px
}
.tutorial p {
    font-size: 1.4em;
    margin: 20px 0;
}
.playing.level1 {
    background-color: #bbd892;
    transition: all 1s;
}
.playing.level2 {
    background-color: #ededed;
    transition: all 1s;
}
.playing.level3 {
    background-color: #c6ecf5;
    transition: all 1s;
}
.collapse {
    background-image: url("../img/expandir.png");
    background-position: 6px center;
    background-size: auto 70%;
    padding: 0 0 0 30px;
    vertical-align: middle;
}
.collapse.open {
    background-image: url("../img/recolher.png");
}
.myGroups li {
    list-style: none;
    margin: 10px 0 0 0;
    background-color: rgba(87, 194, 221, 0.51);
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.myGroups .myGroup {
    font-weight: normal;
    background-color: rgba(250, 166, 179, 0.53);
}
.myGroups .options {
    float: right;
    height: 2em;
}
.myGroups li button {
    font-size: 0.7em;
    padding: 4px 10px;
}
.myGroups .options div {
    display: inline-block;
    text-align: right;

}
.myGroups table {
    border-collapse: separate;
    border-spacing: 4px;
    text-align: center;
    table-layout: fixed;
    width: 100%;
}
.myGroups td {
    background-image: url("../img/medal_disabled.png");
    background-position: center 5px;
    background-size: 37px auto;
    vertical-align: top;
    font-size: 0.8em;
    padding: 72px 10px 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 16%;
}
.myGroups td.achieved {
    background-image: url("../img/medal_enabled.png");
}
.fb-like {
    width: 96% !important;
    height: auto !important;
    position: absolute !important;
    text-align: center !important;
    top: 6px !important;
    left: 2% !important;
}
.divisor {
    float: left;
    width: 50%;
    border-right: 2px solid #2154a5;
    height: 11.5em;
    padding: 0 15px;
}
.fb2 {
    background: #15285b url("../img/logo_facebook_vazado.png") no-repeat  8px center;
    background-size: auto 28px;
    padding: 14px 14px 14px 47px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 4.5em;
    text-decoration: none;
    max-width: 240px;
    text-align: left;
    font-size: 1em;
}

.beginning .janela {
    height: 390px;
    margin-top: -195px;
}
.beginning form {
    padding: 0.25em;
    margin-bottom: 30px;
    height: auto;
}
.beginning input {
    width: 80%;
}
.beginning .signup {
    width: 80%;
    font-size: 1em;
    padding: 14px 12px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.beginning .uppercase {
    margin: 10px 0 4px 0;
}
.beginning p {
    font-size: 1em;
}
.NL .beginning form {
    margin-bottom: 20px;
}
.NL .beginning h2 {
    margin: 0.3em 0;
}
.NL .beginning input {
    margin: 0 0 14px 0;
}
.painel {
    position: absolute;
    width: 180px;
    height: auto;
    background-color: #a6ddeb;
    z-index: 350;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}
.painel > div {
    width: 100%;
    height: 45px;
    line-height: 45px;
    clear: both;
    margin: 0;
}
.painel div:nth-of-type(1) {
    background-color: #96CDDB;
}
.painel div:nth-of-type(2) {
    background-color: #a6ddeb;
}
.painel div:nth-of-type(3) {
    background-color: #bfe6ef;
    padding: 1.5% 3%;
}
.painel div:nth-of-type(4) {
    background-color: #ffffff;
    padding: 1.5% 3%;
}
.painel div:nth-of-type(5) {
    background-color: #14375F;
}

.painel div:nth-of-type(4) b, .painel div:nth-of-type(4) span {
    color: #2154a5;
}
.painel button {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 20%;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    float: left;
    position: static;
    font-size: 0.95em;
}
.painel div:nth-of-type(1) span,
.painel div:nth-of-type(2) span {
    width: 100%;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.painel div:nth-of-type(3) button,
.painel div:nth-of-type(4) button {
    width: 46%;
}
.painel div:nth-of-type(2) button:last-child,
.painel div:nth-of-type(3) button:last-child,
.painel div:nth-of-type(4) button:last-child {
    float: right;
}
.painel div:nth-of-type(5) button {
    width: 49.7%;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.sound {
    background-image: url("../img/som.png");
    background-size: auto 60%;
}
.soundoff {
    background-image: url("../img/som_off.png");
    background-size: auto 100%;
}
.painel .share {
    background-image: url("../img/logo_facebook_vazado.png");
    background-size: auto 80%;
    background-position: 3px center;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    height: 26px;
    margin-top: 6px;
    padding-left: 22px;
}
.painel .voltar {
    background-image: url("../img/voltar.png");
    background-size: auto 60%;
}
.painel .info {
    background-image: url("../img/info.png");
    background-size: auto 50%;
}
.zoomIn {
    background-image: url("../img/zoomIn.png");
    background-size: auto 70%;
}
.zoomOut {
    background-image: url("../img/zoomOut.png");
    background-size: auto 17%;
}


.information .janela {
    width: 600px;
    height: 390px;
    margin-left: -300px;
}
.information .logo_blanche,
.information .logo_milky {
    background-image: url("../img/logo_mt-milky.png");
    background-size: contain;
    width: 250px;
    height: 78px;
    position: absolute;
    top: -37px;
    left: -34px;
}
.information .logo_dark {
    background-image: url("../img/logo_mt-dark.png");
    background-size: contain;
    width: 250px;
    height: 78px;
    position: absolute;
    top: -37px;
    left: -34px;
}
.information h2 {
    font-size: 1.45em;
    font-style: italic;
    color: #fbf8cf;
    margin-left: 197px;
}
.information .logo_easter_inclinado1 {
    background-image: url("../img/logo_easter_inclinado1.png");
    background-size: contain;
    height: 180px;
}
.information .logo_easter_inclinado2 {
    background-image: url("../img/logo_easter_inclinado2.png");
    background-size: contain;
    height: 180px;
}
.information .logo_easter_inclinado3 {
    background-image: url("../img/logo_easter_inclinado3.png");
    background-size: contain;
    height: 180px;
}
.information p {
    font-size: 1.1em;
}
.information button {
    min-width: 50px;
}
.aba {
    height: 390px;
    width: 150px;
    color: #ffffff;
    background: rgba(0,50,100,0.9) none center 10px no-repeat;
    background-size: auto 60%;
    position: absolute;
    top: 50%;
    margin-top: -195px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    left: 50%;
    padding: 250px 5px 0 5px;
}
.aba h3 {
    font-size: 1.5em;
    margin: 0;
    margin: -30px 0 -5px 0;
}
.aba p {
    font-size: 0.7em;
    margin: 0;
    margin-top: 5px;
}
.beginning .aba.esquerda {
    background-image: url("../img/EasterBag.png");
}
.beginning .aba.direita {
    background-image: url("../img/GameBox.png");
}

.information .aba {
    width: 200px;
    background-position: center 60px;
    background-size: auto 30%;
}
.information .aba.esquerda {
    background-image: url("../img/Page4_Drag.png");
}
.information .aba.direita {
    background-image: url("../img/Page4_Click.png");
}
.tutorial .aba {
    height: 320px;
    background-position: center;
}
.tutorial .aba.esquerda {
    background-image: url("../img/Page6_NotOk.png");
}
.tutorial .aba.direita {
    background-image: url("../img/Page6_OK.png");
}
.showTheme {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    height: 80px;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -40px;
    z-index: 100;
}
.theme1 {
    color: magenta;
}
.theme2 {
    color: #002d5e;
}
.theme3 {
    color: #3C86F5;
}
.youLose .janela {
    height: 260px;
    margin-top: -130px;
}
.modeSelect .janela {
    height: 250px;
    margin-top: -125px;
}
.group .big {
    font-size: 2em;
    width: 250px;
}
.youHaveTickets .janela {
    padding: 5px 30px;
    height: 260px;
    margin-top: -130px;
}
.youHaveTickets h2 {
    font-size: 1.9em;
}

.welcomeYouWinDaily h2 {
    font-size: 1.6em;
}
.welcomeYouWinDaily h3 {
    font-weight: normal;
}
.welcomeYouWinDaily input {
    margin-bottom: 7px;
    padding: 9px;
}
.welcomeYouWinUnregister h2 {
    font-size: 1.6em;
}
.welcomeYouWinDaily h3 {
    font-weight: normal;
}
.playAgain h2 {
    font-size: 2em;
}
.playAgain .centrado {
    margin: 12px auto;
}
.outOfTime .janela {
    height: 260px;
    margin-top: -130px;    
}
.myGroups form {
    height: 380px;
}
.myGroups .options button {
    min-width: 0;
    width: auto;
}
.findGroup h2 {
    font-size: 1.8em;
}
.findGroup input {
    margin: 22px auto 8px auto;
    font-size: 1.3em;
    padding: 9px 12px;
}
.findGroup .rolagem {
    overflow: auto;
    height: 92px;
    margin-bottom: 8px;
}
.findGroup select {
    width: 28em;
    height: 76px;
    padding: 9px;
}
.findGroup button.selectedGroup {
    width: auto;
    min-width: 0;
    padding: 6px 12px;
    font-size: 0.75em;
    font-weight: bold;
}
.editGroup form .fields {
    height: 68%;
    margin-bottom: 2%;
}
.optOut {
    height: 46px;
    line-height: 1em;
}
.register input {
    margin-bottom: 15px;
    padding: 12px;
}
.register input[type="checkbox"] {
    margin: 0 10px 0 0;
    padding: 7px;
}
label.birthdate {
    display: inline-block;
    white-space: nowrap;
}
.birthdate input {
    width: 10em;
}
.playing2 {
    background: rgba(210, 237, 250, 1) none center no-repeat;
    background-size: cover;
}
.playing2.level1 {
    background-image: url("../img/memorygame/BG_01.jpg");
}
.playing2.level2 {
    background-image: url("../img/memorygame/BG_02.jpg");
}
.playing2.level3 {
    background-image: url("../img/memorygame/BG_03.jpg");
}
.memoryGame {
    height: 600px;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -300px;
}
.memoryGame .card {
    height: 20%;
    width: 20%;
    position: absolute;
    cursor: pointer;
    transition: all 0.5s;
}
.memoryGame .card div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease-in-out;
}
.memoryGame .card.virado div {
    transition: width 0.3s ease-in-out;
}
.memoryGame .card .front {
    background:  transparent none no-repeat center;
    background-size: 100% 100%;
    width: 100%;
}
.memoryGame .card.type1 .front {
    background-image:  url("../img/memorygame/Milky_Nuage.png");
}
.memoryGame .card.type2 .front {
    background-image:  url("../img/memorygame/MilkyTown_Cookies.png");
}
.memoryGame .card.type3 .front {
    background-image:  url("../img/memorygame/MilkyTown_Grand_milky.png");
}
.memoryGame .card.type4 .front {
    background-image:  url("../img/memorygame/MilkyTown_Milky_Plus.png");
}
.memoryGame .card.type5 .front {
    background-image:  url("../img/memorygame/MilkyTown_Noisette.png");
}
.memoryGame .card.type6 .front {
    background-image:  url("../img/memorygame/MilkyTown_Pop.png");
}

.memoryGame .card .back {
    background:  transparent url("../img/card_verso.png") no-repeat center;
    background-size: 100% 100%;
    width: 0%;
}
.memoryGame .card.virado .front {
    width: 0%;

}
.memoryGame .card.virado .back {
    width: 100%;
}
.memoryGame .card0 {
    top: 15%; left: 2.5%;
}
.memoryGame .card1 {
    top: 40%; left: 2.5%;
}
.memoryGame .card2 {
    top: 65%; left: 2.5%;
}
.memoryGame .card3 {
    top: 15%; left: 27.5%;
}
.memoryGame .card4 {
    top: 40%; left: 27.5%;
}
.memoryGame .card5 {
    top: 65%; left: 27.5%;
}
.memoryGame .card6 {
    top: 15%; left: 52.5%;
}
.memoryGame .card7 {
    top: 40%; left: 52.5%;
}
.memoryGame .card8 {
    top: 65%; left: 52.5%;
}
.memoryGame .card9 {
    top: 15%; left: 77.5%;
}
.memoryGame .card10 {
    top: 40%; left: 77.5%;
}
.memoryGame .card11 {
    top: 65%; left: 77.5%;
}

.wait {
    padding: 20px;
}
.loadImg {
    height: 10px;
    width: 200px;
    background-color: rgba(0,0,0,0.1);
    margin: 20px 0;
    padding: 2px;
}
.loadImg div {
    background-color: #B2E9F3;
    height: 100%;
    width: 1%;
    border-right: 1px solid #ABF8FF;
}



















@media (max-width: 1024px) and (orientation: landscape)  {
    section {
        padding: 30px 30px 0 30px;
    }
    .logout button {
        display: block;
        padding: 4px 8px;
    }
    .flags button {
        background-size: auto 1.8em;
        height: 4.5em;
    }
    .logo.square {
        height: 92px;
    }
    .logo.easter {
        height: 164px;
    }
}
.debug {
    position: fixed;
    background-color: rgba(0,0,0,0.3);
    opacity: 0.6;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 60%;
    z-index: 400;
}

@media (max-width: 768px) and (orientation: portrait) {
    section {
        padding: 40px 40px 0 40px;
    }
    .logout button {
        padding: 4px 8px;
        display: block;
    }
    .flags {
        margin: 20px 0;
    }
    .flags button {
        margin: 0;
        background-size: auto 1.8em;
        width: 100%;
        min-width: 160px; 
    }
    .logo.square {
        height: 130px;
    }
    .logo.easter {
        height: 200px;
    }
    .logout {
        display: inline-block;
        width: 100%;
    }
    header .logo {
        display: none !important;
    }
}


/* iphone 4 */
@media (max-width: 320px) and (max-height: 568px) and (orientation: portrait) {
    body {
        font-size: 13px;
    }
    header .logo {
        display: none;
    }
    section {
        padding: 10px 10px 0 10px;
    }
    .flags {
        margin: 6px 0 12px 0;
    }
    .flags button {
        margin: 10px 0 5px 0;
        background-size: auto 1.8em;
        padding: 0;
        width: 100%;
        height: 2em;
    }
    .flags > span {
        display: none;
    }
    .flags button span {
        font-size: 1.8em;
    }
    .logo.easter {
        height: 122px;
    }
    .logo.square {
        height: 70px;
    }
    .modal {
        width: 100%;
        height: 100%;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        overflow: auto;
        padding: 0;
    }
    .modal .janela {
        width: 92%;
        top: 4%;
        left: 4%;
        margin: 10px 0 0 0;
    }
    h2 {
        font-size: 1.3em;
    }
    .NL .beginning h2 {
        font-size: 1.15em;
    }
    .divisor {
        height: 9em !important;
    }
    .beginning .janela {
        height: 230px;
        padding: 5px;
    }
    .beginning form {
        width: 50%;
        height: 136px !important;
        margin: 0;
    }
    .NL .beginning form {
        margin: 0;
    }
    .beginning .signup {
        min-width: 0;
        width: 92%;
        padding: 9px 8px;
        font-size: 0.8em;
        height: auto;
    }
    .beginning input {
        min-width: 0;
        width: 92%;
        padding: 7px 8px;
        font-size: 0.8em;
    }
    .beginning button {
        width: 46%;
        min-width: 0;
        padding: 10px 14px;
        vertical-align: middle;
        height: 44px;
    }
    #world #fundo {
        zoom: 0.5;
    }
    .header.logo.easter {
        height: 7em;
        margin: 0;
        width: 5em;
        background-size: contain;
        right: 1em;
        top: 3.5em;
    }
    .header.logo.square {
        height: 4em;
        width: 4em;
        bottom: 8px;
        right: 6px;
    }
    input, textarea, select {
        font-size: 0.8em;
        width: 14em;
        padding: 8px 8px;
        margin: 0 0 10px 0;
    }
    .big {
        margin: 10px auto;
    }
    .fb-like {
        overflow: auto;
    }
    #world #fundo {
        /*zoom: 0.5;*/
    }
    button, a {
        font-size: 0.8em;
    }
    .fb2 {
        margin-top: 3em;
        padding: 8px 0 8px 38px;
        background-size: auto 24px;
        max-width: 120px;
        height: auto;
        font-size: 0.8em;
    }
    .aba {
        margin: 0;
        width: 48%;
        font-size: 1.15em;
    }
    .register .janela {
        height: auto;
        padding: 5px;
    }
    .painel {
        zoom: 0.65;
        z-index: 310;
        width: 100%;
        font-size: 0.8em;
    }
    .painel div:nth-of-type(1),
    .painel div:nth-of-type(2) {
        width: 50%;
        height: 26px;
        line-height: 26px;
        font-size: 1em;
    }
    .painel div:nth-of-type(4) {
        padding: 0;
    }
    .painel div.alone {
        width: 100%;
    }
    .painel div {
        float: left;
        clear: none;
        width: 33%;
    }
    .painel div:nth-of-type(3)  {
        width: 34%;
        font-size: 0.9em;
    }
    .score {
        width: 50%;
        line-height: 30px;
    }
    .level {
        width: 49%;
        line-height: 30px;
    }
    .score b, .level b {
        display: inline;
        font-size: 1em;
    }
    .painel div:nth-of-type(4) {
        padding: 3px;
    }
    .painel div:nth-of-type(4) button {
        margin: 3px;
        height: 80%;
    }
    .information .janela {
        top: 70px;
        height: 378px;
    }
    .information .logo_blanche,
    .information .logo_milky {
        width: 210px;
        left: -8px;
    }
    .information h2 {
        margin: 40px 5px 10px 5px;
    }
    .information .logo_easter_inclinado,
    .information .logo_easter_inclinado2 {
        height: 140px;
    }
    .information .aba {
        width: 48%;
        top: 464px;
        margin: 0;
        padding: 130px 10px 5px 10px;
        background-size: 80% auto;
        background-position: center 20px;
        height: 220px;
    }
    .information .aba p {
        font-size: 0.9em;
    }
    .information button {
        font-size: 1em;
    }
    .tutorial .janela {
        width: 90%;
        height: 136px;
        left: 5%;
        padding: 15px;
    }
    .tutorial p {
        font-size: 1.2em;
        margin: 0;
    }
    .tutorial .esquemaTutorial {
        display: none;
    }
    .tutorial .aba {
        padding: 0;
        height: 130px;
        top: 160px;
        width: 44%;
        background-size: auto 84%;
    }
    .youLose .janela, .outOfTime .janela, .youHaveTickets .janela {
        height: 200px;
    }
    .youLose h2, .outOfTime h2, .modeSelect h2 {
        font-size: 1.8em;
    }
    .modeSelect button {
        font-size: 1.1em;
    }
    .playAgain .janela {
        height: 220px;
    }
    .youHaveTickets h2 {
        font-size: 1.3em;
    }
    .welcomeYouWinUnregister .janela {
        height: 280px;
    }
    .welcomeYouWinUnregister h2 {
        font-size: 1.25em;
    }
    .welcomeYouWinUnregister .centrado {
        margin: 12px auto;
        padding: 12px;
    }
    .welcomeYouWinDaily .janela {
        height: 99%;
        padding-bottom: 0;
        overflow: auto;
    }
    .welcomeYouWinDaily form {
        height: 100%;
        overflow: auto;
        padding-bottom: 2em;
        font-size: 1.2em;
    }
    .group .janela {
        height: 290px;
    }
    .group button {
        min-width: 170px;
    }
    .group .centrado {
        margin: 10px auto;
    }

    .memoryGame {
        width: 380px;
        height: 380px;
        margin: -190px 0 0 -190px;
    }
    .memoryGame .card0 {
        top: 15%; left: 15%;
    }
    .memoryGame .card1 {
        top: 40%; left: 15%;
    }
    .memoryGame .card2 {
        top: 65%; left: 15%;
    }
    .memoryGame .card3 {
        top: 90%; left: 15%;
    }
    .memoryGame .card4 {
        top: 15%; left: 40%;
    }
    .memoryGame .card5 {
        top: 40%; left: 40%;
    }
    .memoryGame .card6 {
        top: 65%; left: 40%;
    }
    .memoryGame .card7 {
        top: 90%; left: 40%;
    }
    .memoryGame .card8 {
        top: 15%; left: 65%;
    }
    .memoryGame .card9 {
        top: 40%; left: 65%;
    }
    .memoryGame .card10 {
        top: 65%; left: 65%;
    }
    .memoryGame .card11 {
        top: 90%; left: 65%;
    }

}
@media  (max-width: 568px) and (max-height: 320px) and (orientation: landscape) {
    body {
        font-size: 12px;
    }
    input, textarea, select {
        font-size: 0.8em;
        width: 14em;
        padding: 8px 8px;
        margin: 0 0 10px 0;
    }
    h2 {
        font-size: 1.3em;
    }
    .divisor {
        height: 9.2em;
    }
    .modal.beginning .janela {
        height: 230px;
        padding: 5px;
        left: 10px;
    }
    .beginning form {
        width: 50%;
        margin-bottom: 15px;
    }
    .beginning .signup {
        min-width: 0;
        width: 92%;
        padding: 9px 8px;
        font-size: 1em;
    }
    .beginning input {
        min-width: 0;
        width: 92%;
        padding: 7px 8px;
        font-size: 0.8em;
    }
    .beginning button {
        min-width: 46%;
        padding: 10px 14px;
    }
    header .logo {
        display: none;
    }
    section {
        padding: 10px 0 0 0;
    }
    .flags {
        margin: 10px 0;
    }
    .flags button {
        margin: 0;
        background-size: auto 1.8em;
        padding: 0 5px;
        width: auto;
        font-size: 0.7em;
        vertical-align: baseline;
        min-width: 0;
    }
    .flags span {
        vertical-align: baseline;
    }
    .logo.easter {
        height: 100px;
    }
    .logo.square {
        height: 60px;
        margin: 0;
    }
    .modal {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        overflow: auto;
    }
    .modal .janela {
        width: 96%;
        top: 10px;
        left: 2%;
        margin: 0;
        padding: 5px;
    }
    #world #fundo {
        zoom: 0.5;
    }
    .header.logo.easter {
        height: 7em;
        margin: 0;
        width: 5em;
        background-size: contain;
        right: 1em;
    }
    .header.logo.square {
        height: 4em;
        width: 4em;
        bottom: 8px;
        right: 6px;
    }
    .fb2 {
        margin-top: 3em;
        padding-left: 42px;
        background-size: auto 26px;
    }
    .aba {
        margin: 0;
        width: 47%;
        font-size: 1.5em;
    }
    .register .janela {
        width: 80%;
        left: 10%;
    }

    .register input {
        width: 60%;
    }
    .register input[type='checkbox'] {
        width: auto;
    }
    .painel {
        zoom: 0.8;
        z-index: 250;
    }

    .information .janela {
        top: 40px;
        height: 380px;
        width: 80%;
        left: 10%;
    }
    .information .logo_blanche,
    .information .logo_milky {
        width: 215px;
        left: -30px;
    }
    .information h2 {
        margin: 40px 5px 10px 5px;
        font-size: 1.6em;
    }
    .information .logo_easter_inclinado,
    .information .logo_easter_inclinado2 {
        height: 170px;
    }
    .information .aba {
        width: 48%;
        top: 450px;
        margin: 0;
        padding: 150px 10px 5px 10px;
        background-size: 58% auto;
        background-position: center 20px;
        height: 220px;
    }
    .information .aba.direita {
        background-position: center 36px;
    }
    .information .aba p {
        font-size: 0.8em;
    }
    .information button {
        font-size: 1em;
    }
    .tutorial .janela {
        width: 46%;
        height: 130px;
        left: 27%;
        padding: 8px;
    }
    .tutorial p {
        font-size: 1.2em;
        margin: 0;
    }
    .tutorial .esquemaTutorial {
        display: none;
    }
    .tutorial .aba {
        padding: 0;
        height: 130px;
        top: 10px;
        left: 2%;
        width: 20%;
        background-size: auto 84%;
    }
    .tutorial .aba.direita {
        left: 75%;
    }
    .youLose .janela, .outOfTime .janela {
        height: 200px;
    }
    .youHaveTickets .janela {
        height: 150px;
    }
    .youLose h2, .outOfTime h2, .modeSelect h2 {
        font-size: 1.8em;
    }
    .modeSelect button {
        font-size: 1.1em;
    }
    .playAgain .janela {
        height: 198px;
    }
    .youHaveTickets h2 {
        font-size: 1.3em;
    }
    .welcomeYouWinUnregister .janela, .welcomeYouWinDaily .janela {
        height: 260px;
    }
    .welcomeYouWinUnregister h2 {
        font-size: 1.25em;
    }
    .welcomeYouWinUnregister .centrado {
        margin: 12px auto;
        padding: 12px;
    }
    .group .janela {
        height: 290px;
    }
    .group button {
        min-width: 170px;
    }
    .group .centrado {
        margin: 10px auto;
    }

    .memoryGame {
        width: 420px;
        height: 420px;
        margin: -210px 0 0 -210px;
    }

}