html {
    height: 100%;
}
body {
    background-image: radial-gradient(ellipse farthest-side at center top,#312f4d 20%,#1a1c32 60%);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-color: #1A1C32;
}
.wrap {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
header .logotype {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
}
header .logotype img {

}
header .head-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
header .head-btns .register {
    background-image: url(img/sprite1.png?v=2.1);
    background-position: 17px 7px;
    background-repeat: no-repeat;
    height: 31px;
    width: 190px;
    margin-right: 4px;
    padding: 0 16px 0 39px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    background-color: #ffd800;
    box-shadow: 0 3px 0 0 #988105;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
header .head-btns .register:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding-top: 5px;
}
header .head-btns .register span {
    text-transform: uppercase;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
header .head-btns .register:hover {
    background-color: #fff600;
    box-shadow: 0 3px 0 0 #ffb400;
}
header .head-btns .login {
    height: 31px;
    width: 88px;
    margin-right: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #3fbb4b;
    box-shadow: 0 3px 0 0 #0a6c13;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
header .head-btns .login span {
    text-transform: uppercase;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    line-height: 31px;
    text-shadow: 1px 1px 1px #000;
}
header .head-btns .login:hover {
    background-color: #41d54f;
    box-shadow: 0 3px 0 0 #268f2f;
}
header .head-btns .forget {
    color: #ff9c00;
    font-size: 10px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
header .head-btns .forget:hover {
    text-decoration: none;
}
.jackpot {
    width: 100%;
    max-width: 1030px;
    height: 250px;
    border-bottom: 1px solid #574579;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}
.jackpot img {
    width: 100%;
    height: 100%;
}
.jackpot .jackpot-info {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.jackpot .jackpot-info .name {
    text-transform: uppercase;
    color: #ffd800;
    font-size: 25px;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: 1px 3px 1px #000;
}
.jackpot .jackpot-info .cash {
    text-transform: uppercase;
    color: #ffd800;
    font-size: 30px;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: 1px 3px 1px #000;
}
.jackpot .jackpot-info .register {
    height: 60px;
    width: 280px;
    color: #000;
    font-size: 20px;
    background-color: #ffd800;
    box-shadow: 0 3px 0 0 #988105;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 0 0 0;
}
.jackpot .jackpot-info .register span {
    text-transform: uppercase;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    line-height: 60px;
}
.jackpot .jackpot-info .register:hover {
    background-color: #fff600;
    box-shadow: 0 3px 0 0 #ffb400;
}
.navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: -1px 0 0 0;
    position: relative;
    z-index: 10;
}
.navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.navigation ul li {
    margin: 0 15px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}
.navigation ul li a {
    color: #8378a2;
    text-decoration: none;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
.navigation ul li span {
    width: 30px;
    height: 33px;
    background: url(img/topMenu.png) no-repeat;
    display: block;
    margin: 0 0 5px 0;
}
.navigation ul li:nth-child(2) span {
    background-position: -30px 0;
}
.navigation ul li:nth-child(3) span {
    background-position: -60px 0;
    width: 42px;
}
.navigation ul li:nth-child(4) span {
    width: 40px;
    background-position: -139px 0;
}
.navigation ul li:nth-child(5) span {
    width: 40px;
    background-position: -178px 0;
}
.navigation ul li:nth-child(6) span {
    width: 34px;
    background-position: -103px 0;
}
.navigation ul li:nth-child(7) span {
    background-position: -259px 0;
    width: 34px;
}
.navigation ul li:nth-child(8) span {
    background-position: -218px 0;
    width: 40px;
    border-top: 1px solid;
}
.content {
    width: 100%;
    font-size: 14px;
    color: #dbd4e0;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    line-height: 1.6em;
    text-align: justify;
    box-sizing: border-box;
}
.content a {
    color: #ffd800;
    text-decoration: underline;
}
.content a:hover {
    text-decoration: none;
}
.games {
    height: 45px;
    width: 225px;
    color: #fff;
    font-size: 16px;
    background-color: #3fbb4b;
    box-shadow: 0 3px 0 0 #0a6c13;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 auto 20px;
    display: block;
}
.games span {
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    line-height: 45px;
    text-shadow: 1px 1px 1px #000;
}
.games:hover {
    background-color: #41d54f;
    box-shadow: 0 3px 0 0 #268f2f;
}
footer {
    background: #202020;
    color: #afaeae;
    padding: 10px 0 0 0;
}
footer .f-wrap {
    width: 100%;
    max-width: 1030px;
    margin: auto;
}
footer .f-wrap .f1 {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #424242;
}
footer .f-wrap .f1 img {
    display: block;
    margin: auto;
}
footer .f-wrap .f2 {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #424242;
}
footer .f-wrap .f2 img {
    display: block;
    margin: auto;
}
footer .f-wrap .copy {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
}
@media (min-width: 320px) {
    header {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0 0 20px 0;
    }
    header .head-btns {
        justify-content: center;
    }
    header .head-btns .forget {
        display: none;
    }
    footer .f-wrap .f1 img {
        width: 100%;
    }
    footer .f-wrap .f2 img {
        width: 100%;
    }
    .content {
        padding: 20px;
    }
    .jackpot .jackpot-info {
        right: 50%;
        margin: 0 -150px 0 0;
    }
    .jackpot img {
        display: none;
    }
}
@media (min-width: 768px) {
    footer .f-wrap .f1 img {
        width: auto;
    }
    .jackpot .jackpot-info {
        right: 0;
        margin: 0;
    }
    .jackpot img {
        display: block;
    }
}
@media (min-width: 1024px) {
    .content {
        padding: 20px 0;
    }
    header {
        flex-direction: row;
        justify-content: flex-end;
        margin: 0;
    }
    header .head-btns {
        margin: 0 0 0 100px;
        justify-content: flex-start;
    }
    header .head-btns .forget {
        display: block;
    }
    footer .f-wrap .f2 img {
        width: auto;
    }
}