body.play-on {
    background: #FFF;
    color: #000;
    font-family: 'gotham', sans-serif;
}

.play-on .main {
    background: transparent;
}

.play-on .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

.play-on .header .logo img {
    width: 201px;
    margin-bottom: 10px;
}

.play-on .header p {
    margin: 0;
    font-family: 'zorqueregular';
    color: #404040;
    font-size: 18px;
    text-align: center;	
}

.play-on .main-game {
    position: relative;
    margin-top: 13px;
    margin-bottom: 30px;
}

.play-on .main-game img {
    width: 100%;
    height: auto;
}

.play-on .main-game .free-games {
    width: 147px;
    height: 83px;
    background: url(../pix/play-on/free-games-bg.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: -13px;
    color: #FFF;
    font-size: 16px;
}
.play-on .main-game .free-games span {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.play-on .games {
    padding: 0;
}

.play-on .games .section {
    margin-bottom: 30px;
}

.play-on .games img {
    width: 100%;
    height: auto;
}

.play-on .games h1 {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    margin-left: 60px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background: #6296f7;
    padding: 8px 10px;
    margin-bottom: 30px;
}

.play-on .games h1 span {
    display: block;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
}

.play-on .games h1:before {
    content: '';
    display: block;
    background: #6296f7;
    width: 60px;
    height: 2px;
    position: absolute;
    right: 100%;
    bottom: 0;
}

.play-on .disclaimer {
    text-align: justify;
    font-family: 'gotham', sans-serif;
    font-size: 8px;
    margin-bottom: 5px;
    color: #5f5f5f;
    padding: 0 20px;
}

.play-on .footer {
    background: transparent;
}

.play-on .footer ul li a {
    color: #5f5f5f;
    font-size: 8px;
}

.play-on .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
	bottom: 34px;
    width: 100%;
    z-index: 999;
    display: none;
    overflow: hidden;
}

.play-on .popup-overlay .popup-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.play-on .popup {
	position: relative;
    z-index: 5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .8);
    border: 2px solid #2770f6;
    padding: 20px 10px;
    width: 80%;
    max-width: 400px;
    margin: 200px auto 0;
    text-align: center;
	display: block;
}

.play-on .popup img {
    margin-bottom: 15px;
}

.play-on .popup .main-btn {
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 15px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #2770f6;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(6,69,184,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(6,69,184,1);
    box-shadow: 0px 4px 0px 0px rgba(6,69,184,1);
}

.play-on .popup small {
    font-size: 8px;
    display: block;
}

.play-on .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
	bottom: 34px;
    width: 100%;
    z-index: 990;
}