@font-face {
    font-family: 'gotham';
    src: url('gothambook-webfont.woff2') format('woff2'),
    url('gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham';
    src: url('gothammedium-webfont.woff2') format('woff2'),
    url('gothammedium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'zorqueregular';
    src: url('zorque-webfont.woff2') format('woff2'),
    url('zorque-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body.game-zone {
    background: #002d6c;
    font-family: 'gotham', sans-serif;
}

.game-zone p {
    font-weight: 400;
}

.game-zone .main {
    background: url(../pix/game-zone/bg-full.png) top center;
    background-size: cover;
}

.game-zone .header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 15px 10px;
}

.game-zone .header .logo {
    width: 140px;
    height: 51px;
    background: url(../pix/game-zone/logo@2x.png);
    background-size: cover;
    margin-bottom: 10px;
}

.game-zone .header p {
    margin: 0;
    font-family: 'zorqueregular';
    color: #FFF;
    font-size: 18px;
    text-align: center;
}


.game-zone .content {
    text-align: center;
}

.game-zone .main-img {
    position: relative;
    padding-top: 40px;
}

.game-zone .main-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.game-zone .main-img .main-phone {
    width: 229px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.game-zone .main-img .free-games {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.game-zone .free-games .stop-watch {
    margin-bottom: -7px;
    position: relative;
    z-index: 2;
}

.game-zone .free-games span {
    color: #FFF;
    font-family: 'zorqueregular';
    font-size: 24px;
    display: block;
    padding: 8px 6px;
}

.game-zone .free-games .dark {
    background: #002566;
    margin-bottom: 4px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.game-zone .free-games .light {
    background: #0075b6;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.game-zone .main-btn {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 30px 0 20px;
    background: #922f72;
    padding: 20px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.7);
}

.game-zone .disclaimer {
    font-family: 'gotham', sans-serif;
    padding: 0 15px;
    text-align: justify;
}

.game-zone .disclaimer p {
    margin: 0;
    font-size: 8px;
    line-height: 1.2;
}

.game-zone .footer {
    background: transparent;
    padding: 10px 0;
}

.game-zone .footer ul li {
    font-size: 8px;
}

body.game-zone-v2 {
    background: #85236e;
}

.game-zone-v2 .main {
    background: url(../pix/game-zone-v2/bg-full.png) top center;
    background-size: cover;
}

.game-zone-v2 .header .logo {
    width: 140px;
    height: 51px;
    background: url(../pix/game-zone-v2/logo@2x.png);
    background-size: cover;
}

.game-zone-v2 .free-games .dark {
    background: #c54497;
}

.game-zone-v2 .free-games .light {
    background: #862375;
}

.game-zone-v2 .main-btn {
    background: #256eff;
}
