*{
    color: #313131;
}

html, body{
    min-width: 480px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    overflow-y: scroll;
    overflow-x: hidden;
}

body{
    background-image: url("../img/background-with-mascout.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nav-top-wrapper-index0{
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* box-shadow: 0 0 2px 1px #333333; */
    border-radius: 12px 12px 0 0;
    /* border-bottom: 1px solid #bbb; */
    margin-bottom: 5    0px;
}

.title-wrapper-index0{
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -240px;
    width: 480px;
    height: 200px;
}

.title-wrapper-index0 img{
    width: 100%;
    height: auto;
}

.navigation-wrapper-index0{
    position: relative;
    width: 460px;
    /* height: 110px; */
    height: auto;
    /* top: 230px;
    left: 50%; */
    margin: 230px auto;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    /* padding: 5px; */
    box-shadow: 1px 1px 2px 0 #333333;
}

.navigation{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    /* background-color: #eeeeee;
    box-shadow: 1px 1px 2px 0 #333333; */
    border-radius: 12px;
}

.try-now-wrapper-index0, .register-wrapper-index0, .login-wrapper-index0{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 70px;
    margin: 5px;
    line-height: 70px;
    border-radius: 12px;
}

.try-now-wrapper-index0{
    margin-top: 15px;
}

.try-now-index0, .register-index0, .login-index0, .nav-each-sub-each{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.2s ease-in-out;
    border-radius: 12px;
    box-shadow: 0 0 1px 0px #333;
    border-left: 5px solid #6D7A8B;
    border-right: 5px solid #6D7A8B;
    border-top: 1px solid #6D7A8B;
    border-bottom: 1px solid #6D7A8B;
    cursor: pointer;
}

.try-now-index0:hover, .register-index0:hover, .login-index0:hover, .nav-each-sub-each:hover{
    border-left: 15px solid #2c415d;
    border-right: 15px solid #2c415d;
    border-top: 1px solid #2c415d;
    border-bottom: 1px solid #2c415d;
    width: calc(100% - 30px);
    background-color: #fff;
}

.try-now-index0 img, .register-index0 img, .login-index0 img, .nav-each-sub-each img{
    position: relative;
    float: left;
    height: 64px;
    width: 64px;
    margin-top: 3px;
    margin-right: 10px;
}

.try-now-index0 a{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.social-wrapper-index0{
    position: absolute;
    width: 240px;
    height: 70px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -90px;
}

.social-wrapper-index0 a{
    position: relative;
    float: left;
    width: 70px;
    height: 100%;
    transition: 0.2s ease-in-out;
}

.social-wrapper-index0 a:before{
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    bottom: -5px;
    left: 0;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: 0.2s linear;
  }

.social-wrapper-index0 a:nth-of-type(1):before{
    background: #3A5897;
}

.social-wrapper-index0 a:nth-of-type(2):before{
    background: #D72827;
}

.social-wrapper-index0 a:nth-of-type(3):before{
    background: #FE4500; 
}
  
.social-wrapper-index0 a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    border: 1px solid #000;
    bottom: -2px;
    left: 0;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    transform: scalex(0);
    transition: .5s;
}

.social-wrapper-index0 a:hover:before, .social-wrapper-index0 a:focus:before{
    visibility: visible;
    transform: scaleX(1);
}

.social-wrapper-index0 a:hover{
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* background-color: #2c415d; */
}

.social-wrapper-index0 a img{
    height: 64px;
    width: 64px;
    margin-top: 3px;
    margin-left: 3px;
}

.crosswords-demo-wrapper-index0{
    display: none;
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
}

.footer-wrapper-index0{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 30px;
    margin-top: 30px;
    margin-left: 5px;
    border-radius: 12px;
    text-align: center;
    line-height: 30px;
}

.black{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3)
  }

  .login-wrapper{
    position: absolute;
    display: none;
    width: 460px;
    /* height: 110px; */
    top: 230px;
    left: 50%;
    margin: 0 0 0 -235px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    /* padding: 5px; */
    box-shadow: 1px 1px 2px 0 #333333;
  }

  .form-holder{
      position: relative;
      float: left;
      margin: 0;
      width: 100%;
  }

  input{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin: 0 0 10px 5px;
    padding: 0 5px 0 5px;
    font-family: 'Lora', serif;
    border-radius: 12px;
    height: 45px;
    line-height: 45px;
    box-shadow: -1px -1px 2px 0 #666666;
    border: none;
  }

  .button-wrapper{
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    transition: 0.2s ease-in-out;
    border-radius: 12px;
    cursor: pointer;
    padding-bottom: 5px;
  }

  .button-wrapper button{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    margin: 0 0 0 5px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.2s ease-in-out;
    border-radius: 12px;
    box-shadow: 0 0 1px 0px #333;
    border-left: 5px solid #6D7A8B;
    border-right: 5px solid #6D7A8B;
    border-top: 1px solid #6D7A8B;
    border-bottom: 1px solid #6D7A8B;
    cursor: pointer;
    text-align: left;
    line-height: 70px;
  }

  .button-wrapper button:hover{
    border-left: 15px solid #2c415d;
    border-right: 15px solid #2c415d;
    border-top: 1px solid #2c415d;
    border-bottom: 1px solid #2c415d;
    width: calc(100% - 10px);
    background-color: #fff;
}

.button-wrapper button img{
    position: relative;
    float: left;
    height: 64px;
    width: 64px;
    margin-top: 3px;
    margin-right: 10px;
}

.info-text{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    min-height: 45px;
    background-color: #fff;
    margin: 5px 0 5px 5px;
    border-radius: 12px;
    text-align: center;
    font-weight: normal;
    line-height: 45px;
    font-size: 100%;
}

.info-text-neutral{
    box-shadow: 0 0 2px 0#2c415d;
    color: #2c415d;
}

.info-text-success{
    box-shadow: 0 0 2px 0 #677458;
    color: #677458;
}

.info-text-fail{
    box-shadow: 0 0 2px 0 #b05555;
    color: #b05555;
}

input:focus, select, select:focus, textarea:focus, button:focus{
    outline: none;
    outline: 0;
}

select{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 50px;
    margin: 0 0 0 5px;
    border: 1px solid #bbb;
    padding: 5px;
    border-radius: 12px;
}

form p{
    position: relative;
    float: left;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 10px 0 10px 5px;
    box-shadow: 0 0 2px 0 #666666;
    border-radius: 12px;
    padding: 5px;
}

.bonusInfo{
    position: relative;
    float: left;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 0 0 20px 5px;
    border-radius: 12px;
    padding: 5px;
    box-shadow: 0 0 4px 2px#E8B200;
}

h2{
    float: left;
    margin: 15px 0 15px 5px;
    font-weight: normal;
}