/****************/
/*   RESET
/****************/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video-item {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/****************/
/*   GENERAL
/****************/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Asap:400,700&subset=latin-ext');

body {
    background: #16171C;
    font-family: 'Roboto', sans-serif;
}

.main {
    background: #16171C;
    color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 640px;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.page{
    flex: 1;
    padding-bottom: 30px;
}

iframe{
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.title-simple{
   font-size: 13px;
   font-weight: 500;
   text-align: center;
   margin: 0 0 10px;
}

/****************/
/*   HEADER
/****************/
.header{
    position: relative;
}

.header .header-content{
    display: flex;
    padding: 0 10px 25px;
    position: relative;
}

.header .header-content .logo{
    background: url(../pix/logo.png) center no-repeat;
    background-size: contain;
    width: 161px;
    height: 19px;
    margin-top: 31px;
    margin-right: auto;
    margin-left: 8px;
}

.header .header-content .menu{
    background: url(../pix/menu.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: 30px;
    width: 19px;
    height: 20px;
}

.header .header-content .headline{
    margin-right: 15px;
    margin-top: 22px;
}

.header .header-content .headline span {
    display: block;
    text-align: center;
    line-height: 1;
}

.header .header-content .headline span:first-child{
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 5px;
}

.header .header-content .headline span:last-child{
    font-weight: 300;
    font-size: 11px;
}

.header .block{
    background: url(../pix/block.png) center no-repeat;
    background-size: contain;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

/****************/
/*   HERO
/****************/
.hero-game{
    
}

.hero-game .hero-slider-container{
    position: relative;
}

.hero-game .hero-game-intro p{
    /*font-size: 13px;*/
    line-height: 130%;
    padding: 0 10px;
    text-align: center;
}

.hero-game .slide{
    height: 100%;
}

.hero-game .hero-game-img img{
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 0 10px;
    width: 100%;
}

.hero-game .hero-game-video video{
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 0 10px;
    width: 100%;
}

.hero-game .hero-game-video img{
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 0 10px;
    width: 100%;
}
.btn-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position:relative;
	margin: 0 auto 20px;
}
.btn-container-text{
	width: 100%;
	color: #000;
	text-align:center;
	margin: 0 auto 20px;
	font-size: 12px;
	font-weight: 700;
}

.hero-game .hero-game-btn{
    background: #00FF90;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 25px;
    margin: 0 10px 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(00, 00, 00, .3);
    padding: 10px 40px;
}

.hero-game .hero-game-disclaimer p{
    color: #5B5B5B;
    font-size: 10px;
    line-height: 11px;
    margin: 0 0 35px;
    opacity: .7;
    text-align: justify;
    box-sizing: border-box;
    padding: 0 10px;
}

.hero-game .grid{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 15%;
}

.hero-game .grid .grid-item{
    margin: 0 2px 4px;
    width: calc(33.33333% - 4px);
    padding-top: 20%;
    position: relative;
}

.hero-game .grid .grid-item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.hero-game .grid-container-clone{
    height: 80px;
    overflow: hidden;
    opacity: .3;
    transform: translateY(-27px);
    position: relative;
}

.hero-game .grid-container-clone:after{
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(216,194,179,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-game #gridClone{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}


/****************/
/*   MENU
/****************/
ul.header-menu{
    display: none;
    padding: 0 12px 9px;
}

ul.header-menu li{
    margin: 8px 0;
}

ul.header-menu li a{
    color: #fff;
    text-decoration: none;
}

/****************/
/*   ITEMS STYLE
/****************/
.slider-container{
    width: 100%;
    outline: none;
    position: relative;
}

.slider-container .slider .slide{
    padding: 0 9px;
    position: relative;
    outline: none;
}

.slider-container .slider .slide{
    max-height: 340px;
    overflow: hidden;
}

.slider-container .slider .slide img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

.slider-container .slider .slide-description{
    padding: 5px 15px;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
}

.slick-slide {
    cursor: pointer;
    outline: none !important;
}

.controls{
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    z-index: 99999;
    transform: translateY(-50%);
}

.prev{
    background: url(../pix/ic_left.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

.next{
    background: url(../pix/ic_right.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

/****************/
/*   INTRO
/****************/
.intro{
    text-align: center;
    background: url(../pix/intro.png) center no-repeat;
    background-size: contain;
    justify-content: center;
    margin: 0px auto;
    max-width: 100%;
    width: 306px;
    height: 98px;
}

/****************/
/*   BUTTON
/****************/
a.button.playnow{
    background: rgb(29,194,213); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(29,194,213,1) 0%, rgba(74,208,119,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    cursor: pointer;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc2d5', endColorstr='#4ad077',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 25px;
    margin: 10px 25px 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

p.btn-info{
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}


.button-disclaimer{
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    margin: 0 25px 40px;
    opacity: .5;
    text-align: justify;
    	
}

.title{
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 0 9px 20px;
}

.title:before{
    background: rgb(29,194,213); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(29,194,213,1) 0%, rgba(74,208,119,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    border-radius: 3px;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc2d5', endColorstr='#4ad077',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-right: 5px;
    width: 8px;
    height: 18px;
}

/****************/
/*   ITEMS CONTAINER
/****************/
.games-container{
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}


.games-container .item,
.games-container .item:visited{
    color: #fff;
    background: #1C1F26;
    cursor: pointer;
    display: flex;
    margin: 4px;
    position: relative;
    text-decoration: none;
    width: calc(50% - 8px);
}

.games-container .text--new{
   position: absolute;
   padding: 10px;
   font-size: 10px;
}

.games-container .item.item--new,
.games-container .item:visited{
    color: #fff;
    background: #bc47ff;
    cursor: pointer;
    display: flex;
    margin: 4px;
    position: relative;
    text-decoration: none;
    width: calc(50% - 8px);
}


.games-container .item:before{
    content: "";
    display: block;
    padding-top: 100%; 
}

.games-container .item .content{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.games-container .item:hover .game-img img{
    transform: scale(1.1);
    transition: .2s;
}


.games-container .item .content .game-rating img{
    width: 17px;
    padding: 18px 0 13px;
}

.games-container .item .content .game-img{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    max-width: 84px;
    overflow: hidden;
}

.games-container .item .content .game-img img{
    min-height: 100%;
    height: auto;
    transition: .2s;
    width: 100%;
}

.games-container .item .content .game-title{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 0 18px;
}

.games-container .item .content .game-title-content{
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 0 18px;
}

/******************/
/*   GAMES SLIDER SMALL
/******************/
.games-slider-small{
    margin: 0 0 10px;
}

.games-slider-small .item{
    padding: 0 10px;
}

.games-slider-small .item img{
    width: 100%;
    height: 20vw;
    max-height: 150px;
    object-fit: cover;
    object-position: center;
}


/******************/
/*   DETAIL
/******************/
.pagination{
    display: flex;
    justify-content: space-between;
    padding: 22px 9px;
    max-width: 370px;
    margin: auto;
}

.pagination .pag{
    background: #1C1F26;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
}

.pagination .active{
    background: rgb(29,194,213); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(29,194,213,1) 0%, rgba(74,208,119,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pagination a,
.pagination a:active,
.pagination a:visited{
    text-decoration: none;
    color: #fff;
}

.disclaimer{
    font-family: Asap, sans-serif;
    font-size: 11px;
    line-height: 16px;
    padding: 0 22px 0;
    text-align: center;
}


.iframe-wrapper {
    height: calc(100vh - 32px);
}


/****************/
/*   FOOTER
/****************/

.footer.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.footer{
    background: #1C1F26;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
}

.footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer ul li{
    margin: 10px;
}

.footer ul li a{
    color: #fff;
    text-decoration: none;
}

/****************/
/*   STATIC PAGE
/****************/
.static-page{
    padding: 30px 22px 30px;
    text-align: center;
}

.static-page h1{
    font-weight: 700;
    padding-bottom: 20px;
}

.static-page p{
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 10px;
}

.static-page a{
    color: rgb(29,194,213);
    font-size: 11px;
    margin-bottom: 10px;
}


/************************************************************************************/
/*   GENERAL LANDING 2
/****************/

body.landing2 {
    background: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}

.landing2 .main {
    background: #F9F9F9;
    /*-webkit-box-shadow: 0 0 50px rgba(00, 00, 00, .1);
    box-shadow: 0 0 50px rgba(00, 00, 00, .1);*/
    color: #2C2A2A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.landing2 .page{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 30px;
}

/****************/
/*   HEADER
/****************/
.landing2 .header{
    position: relative;
}

.landing2 .header .header-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 25px;
    position: relative;
}

.landing2 .header .header-content .logo{
    background: url(../pix/logo2.png) center no-repeat;
    background-size: contain;
    width: 123px;
    height: 53px;
    margin-top: 14px;
    margin-right: auto;
    margin-left: 12px;
}

.landing2 .header .header-content .menu{
    background: url(../pix/menu2.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: 30px;
    width: 19px;
    height: 20px;
}

.landing2 .header .header-content .headline{
    background: rgb(29,194,213) center no-repeat;
    background-size: contain;
    color: #fff;
    margin-top: -9px;
    margin-right: 0;
    width: 137px;
    height: 64px;
}

.landing2 .header .header-content .headline span {
    display: block;
    text-align: center;
    line-height: 1;
}

.landing2 .header .header-content .headline span:first-child{
    font-weight: 700;
    font-size: 17px;
    padding-top: 25px;
}

.landing2 .header .header-content .headline span:last-child{
    font-weight: 300;
    font-size: 11px;
}

/****************/
/*   MENU
/****************/
.landing2 ul.header-menu{
    display: none;
    padding: 0 12px 9px;
}

.landing2 ul.header-menu li{
    margin: 8px 0;
}

.landing2 ul.header-menu li a{
    color: #2C2A2A;
    text-decoration: none;
}

/****************/
/*   SLIDER
/****************/
.landing2 .slider-container{
    width: 100%;
    outline: none;
    position: relative;
}

.landing2 .slider-container .slider .slide{
    padding: 0 9px;
    position: relative;
    outline: none;
}

.landing2 .slider-container .slider .slide{
    max-height: 340px;
    overflow: hidden;
}

.landing2 .slider-container .slider .slide img{
    border-radius: 4px;
    width: 100%;
}

.landing2 .slider-container .slider .slide-description{
    padding: 5px 15px;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
}

.landing2 .slick-slide {
    cursor: pointer;
    outline: none !important;
}

.landing2 .controls{
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.landing2 .prev{
    background: url(../pix/ic_left.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

.landing2 .next{
    background: url(../pix/ic_right.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

/****************/
/*   INTRO
/****************/
.landing2 .intro{
    text-align: center;
    background: none;
    justify-content: center;
    margin: inherit
    max-width: auto;
    width: auto;
    height: auto;
}

.landing2 .intro img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    max-width: 369px;
    text-align: center;
    width: 100%;
}

/****************/
/*   BUTTON
/****************/
.landing2 a.button.playnow{
    background: rgb(28,194,215); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(28,194,215,1) 0%,rgba(120,147,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(28,194,215,1) 0%,rgba(120,147,231,1) 100%);
    background: linear-gradient(45deg, rgba(28,194,215,1) 0%,rgba(120,147,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc2d7', endColorstr='#7893e7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    cursor: pointer;
    display: block;
    border-radius: 3px;
    font-weight: 700;
    font-size: 25px;
    margin: 10px 25px 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(00, 00, 00, .3);
}

.landing2 .button-disclaimer{
    color: #5B5B5B;
    font-size: 10px;
    line-height: 11px;
    margin: 0 25px 35px;
    opacity: .5;
    text-align: justify;
}

.landing2 .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    padding: 0 9px 20px;
    text-align: center;
}

.landing2 .title:before{
    background: rgb(29,194,213); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%);
    background: linear-gradient(45deg, rgba(29,194,213,1) 0%,rgba(74,208,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 3px;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc2d5', endColorstr='#4ad077',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0 auto 3px;
    width: 18px;
    height: 8px;
}

/****************/
/*   ITEMS CONTAINER
/****************/
.landing2 .games-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
}


.landing2 .games-container .item,
.landing2 .games-container .item:visited{
    color: #fff;
    background: #FFFFFF;
    border-radius: 17px;
    -webkit-box-shadow: 0 3px 15px rgba(00, 00, 00, .07);
    box-shadow: 0 3px 15px rgba(00, 00, 00, .07);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4px;
    position: relative;
    text-decoration: none;
    width: calc(50% - 8px);
}

.landing2 .games-container .item:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.landing2 .games-container .item .content{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.landing2 .games-container .item:hover .game-img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


.landing2 .games-container .item .content .game-rating img{
    width: 17px;
    padding: 13px 0;
}

.landing2 .games-container .item .content .game-img{
    border-radius: 12px;
    max-width: 84px;
    overflow: hidden;
}

.landing2 .games-container .item .content .game-img img{
    min-height: 100%;
    height: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
}

.landing2 .games-container .item .content .game-title{
    color: #2C2A2A;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 0 21px;
}

/******************/
/*   DETAIL
/******************/
.landing2 .pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 9px;
    max-width: 370px;
    margin: auto;
}

.landing2 .pagination .pag{
    background: #EFEFEF;
    border-radius: 3px;
    cursor: pointer;
    color: #2C2A2A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
    overflow: hidden;
}

.landing2 .pagination .active{
    background: #fff;
    position: relative;
}

.landing2 .pagination .active:before{
    content: '';
    border: 3px solid #DEDEDE;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.landing2 .pagination .pag a,
.landing2 .pagination .pag a:active{
    color: #2C2A2A;
    text-decoration: none;
}

.landing2 .disclaimer{
    color: #5B5B5B;
    font-family: Asap, sans-serif;
    font-size: 11px;
    line-height: 16px;
    padding: 0 22px 0;
    text-align: center;
}

/****************/
/*   FOOTER
/****************/
.landing2 .footer{
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(00, 00, 00, .15);
    box-shadow: 0 3px 15px rgba(00, 00, 00, .15);
    border-radius: 17px 17px 0 0;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    text-align: center;
}

.landing2 .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing2 .footer ul li{
    margin: 10px;
}

.landing2 .footer ul li a{
    color: #2C2A2A;
    text-decoration: none;
}

/************************************************************************************/
/*   GENERAL LANDING 3
/****************/

/****************/
/*   GENERAL
/****************/

body.landing3 {
    background: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}

.landing3 .main {
    background: #F9F9F9;
    /*-webkit-box-shadow: 0 0 50px rgba(00, 00, 00, .1);
    box-shadow: 0 0 50px rgba(00, 00, 00, .1);*/
    color: #2C2A2A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.landing3 .page{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 30px;
}

/****************/
/*   HEADER
/****************/
.landing3 .header{
    position: relative;
}

.landing3 .header .header-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 25px;
    position: relative;
}

.landing3 .header .header-content .logo{
    background: url(../pix/logo2.png) center no-repeat;
    background-size: contain;
    width: 123px;
    height: 53px;
    margin-top: 14px;
    margin-right: auto;
    margin-left: 12px;
}

.landing3 .header .header-content .menu{
    background: url(../pix/menu2.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: 30px;
    width: 19px;
    height: 20px;
}

.landing3 .header .header-content .headline{
    background: rgb(29,194,213) center no-repeat;
    background-size: contain;
    color: #fff;
    margin-top: -9px;
    margin-right: 0;
    width: 137px;
    height: 64px;
}

.landing3 .header .header-content .headline span {
    display: block;
    text-align: center;
    line-height: 1;
}

.landing3 .header .header-content .headline span:first-child{
    font-weight: 700;
    font-size: 17px;
    padding-top: 25px;
}

.landing3 .header .header-content .headline span:last-child{
    font-weight: 300;
    font-size: 11px;
}

/****************/
/*   MENU
/****************/
.landing3 ul.header-menu{
    display: none;
    padding: 0 12px 9px;
}

.landing3 ul.header-menu li{
    margin: 8px 0;
}

.landing3 ul.header-menu li a{
    color: #2C2A2A;
    text-decoration: none;
}

/****************/
/*   SLIDER
/****************/
.landing3 .slider-container{
    width: 100%;
    outline: none;
    position: relative;
}

.landing3 .slider-container .slider .slide{
    padding: 0 9px;
    position: relative;
    outline: none;
}

.landing3 .slider-container .slider .slide{
    max-height: 340px;
    overflow: hidden;
}

.landing3 .slider-container .slider .slide img{
    border-radius: 4px;
    width: 100%;
}

.landing3 .slider-container .slider .slide-description{
    padding: 5px 15px;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
}

.landing3 .slick-slide {
    cursor: pointer;
    outline: none !important;
}

.landing3 .controls{
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.landing3 .prev{
    background: url(../pix/ic_left.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

.landing3 .next{
    background: url(../pix/ic_right.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

/****************/
/*   INTRO
/****************/
.landing3 .intro{
    text-align: center;
    background: none;
    justify-content: center;
    margin: inherit
    max-width: auto;
    width: auto;
    height: auto;
}

.landing3 .intro img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    max-width: 369px;
    text-align: center;
    width: 100%;
}

/****************/
/*   BUTTON
/****************/
.landing3 a.button.playnow{
    background: #6231EF;
    border-bottom: 4px solid #3A0BC2;
    box-shadow: 0 8px 12px #D7C9FF;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 25px;
    margin: 10px 25px 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(00, 00, 00, .3);
}

.landing3 .button-disclaimer{
    color: #878787;
    font-size: 10px;
    font-weight: 400;
    font-family: 'asap', sans-serif;
    line-height: 11px;
    margin: 0 25px 35px;
    text-align: justify;
}

.landing3 .title-container{
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.landing3 .title-container .title{
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    font-family: Asap, sans-serif;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    margin: auto;
    z-index: 10;
}

.landing3 .title-container .title:before{
    background: #00DCFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    height: 14px;
    width: auto;
    transform: translateY(10px);

}

/****************/
/*   ITEMS CONTAINER
/****************/
.landing3 .games-container-lp3 .item,
.landing3 .games-container-lp3 .item:visited{
    color: #2C2A2A;
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.landing3 .games-container-lp3 .item .content{
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    transition: .2s;
    z-index: 100;
}

.landing3 .games-container-lp3 .item .content:hover{
    transform: translateX(4px);
}

.landing3 .games-container-lp3 .item .content .game-img{
    border-radius: 12px;
    height: 84px;
    min-width: 84px;
    overflow: hidden;
    text-align: center;
    transition: .2s;
    vertical-align: center;
    width: 84px;
}

.landing3 .games-container-lp3 .item .content .game-img img{
    width: 100%;
    height: 100%;
}

.landing3 .games-container-lp3 .item .content .rating-title-container{
    margin-left: 15px;
}

.landing3 .games-container-lp3 .item .content .rating-title-container .game-title{
    padding-bottom: 8px;
}

.landing3 .games-container-lp3 .item .content .rating-title-container .game-rating img{
    width: 14px;
}

.landing3 .games-container-lp3 .item img.shelf {
    box-sizing: border-box;
    filter: drop-shadow(0 8px 12px rgba(00, 00, 00, .18));
    height: 42px;
    min-height: 42px;
    margin-top: -15px;
    margin-bottom: 22px;
    padding: 0 25px;
    width: 100%;
    z-index: 0;
    position: relative;
}

/******************/
/*   LOAD MORE
/******************/

.landing3 .load-more-container{
    clear: both;
    padding: 0 20px 20px;
}

.landing3 .load-more-container a.load-more,
.landing3 .load-more-container a.loadmore:visited{
    border-radius: 27px;
    background: #fff;
    color: #000;
    display: flex;
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 15px;
    justify-content: center;
    max-width: 370px;
    margin: auto;
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}

.landing3 .disclaimer{
    color: #5B5B5B;
    font-size: 11px;
    font-family: Asap, sans-serif;
    line-height: 16px;
    padding: 0 22px 0;
    text-align: center;
}

/****************/
/*   FOOTER
/****************/
.landing3 .footer{
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(00, 00, 00, .15);
    box-shadow: 0 3px 15px rgba(00, 00, 00, .15);
    border-radius: 17px 17px 0 0;
    font-size: 14px;
    padding: 8px 10px;
    text-align: center;
}

.landing3 .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing3 .footer ul li{
    margin: 10px;
}

.landing3 .footer ul li a{
    color: #2C2A2A;
    font-weight: 400;
    text-decoration: none;
}

/************************************************************************************/
/*   GENERAL LANDING 4
/****************/
/****************/
/*   GENERAL
/****************/

body.landing4 {
    background: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}

.landing4 .main {
    background: #F9F9F9;
    /*-webkit-box-shadow: 0 0 50px rgba(00, 00, 00, .1);
    box-shadow: 0 0 50px rgba(00, 00, 00, .1);*/
    color: #2C2A2A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    }

.landing4 .page{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 30px;
}

/****************/
/*   HEADER
/****************/
.landing4 .header{
    position: relative;
}

.landing4 .header .header-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 25px;
    position: relative;
}

.landing4 .header .header-content .logo{
    background: url(../pix/logo2.png) center no-repeat;
    background-size: contain;
    width: 123px;
    height: 53px;
    margin-top: 14px;
    margin-right: auto;
    margin-left: 12px;
}

.landing4 .header .header-content .menu{
    background: url(../pix/menu2.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: 30px;
    width: 19px;
    height: 20px;
}

.landing4 .header .header-content .headline{
    background: rgb(29,194,213) center no-repeat;
    background-size: contain;
    color: #fff;
    margin-top: -9px;
    margin-right: 0;
    width: 137px;
    height: 64px;
}

.landing4 .header .header-content .headline span {
    display: block;
    text-align: center;
    line-height: 1;
}

.landing4 .header .header-content .headline span:first-child{
    font-weight: 700;
    font-size: 17px;
    padding-top: 25px;
}

.landing4 .header .header-content .headline span:last-child{
    font-weight: 300;
    font-size: 11px;
}

/****************/
/*   MENU
/****************/
.landing4 ul.header-menu{
    display: none;
    padding: 0 12px 9px;
}

.landing4 ul.header-menu li{
    margin: 8px 0;
}

    .landing4 ul.header-menu li a{
    color: #2C2A2A;
    text-decoration: none;
}

/****************/
/*   SLIDER
/****************/
.landing4 .slider-container{
    width: 100%;
    outline: none;
    position: relative;
}

.landing4 .slider-container .slider .slide{
    padding: 0 9px;
    position: relative;
    outline: none;
}

.landing4 .slider-container .slider .slide{
    max-height: 340px;
    overflow: hidden;
}

.landing4 .slider-container .slider .slide img{
    border-radius: 4px;
    width: 100%;
}

.landing4 .slider-container .slider .slide-description{
    padding: 5px 15px;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
}

.landing4 .slick-slide {
    cursor: pointer;
    outline: none !important;
}

.landing4 .controls{
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.landing4 .prev{
    background: url(../pix/ic_left.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

.landing4 .next{
    background: url(../pix/ic_right.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 36px;
    height: 40px;
    z-index: 9999;
}

/****************/
/*   INTRO
/****************/
.landing4 .intro{
    text-align: center;
    background: none;
    justify-content: center;
    margin: inherit
    max-width: auto;
    width: auto;
    height: auto;
}

.landing4 .intro img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    max-width: 369px;
    text-align: center;
    width: 100%;
}

/****************/
/*   BUTTON
/****************/
.landing4 a.button.playnow{
    background: #30ACA4;
    border-bottom: 4px solid #11635D;
    box-shadow: 0 8px 12px #D7C9FF;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 25px;
    margin: 10px 25px 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(00, 00, 00, .3);
}

.landing4 .button-disclaimer{
    color: #878787;
    font-size: 10px;
    font-weight: 400;
    font-family: 'asap', sans-serif;
    line-height: 11px;
    margin: 0 25px 35px;
    text-align: justify;
}

.landing4 .title-container{
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.landing4 .title-container .title{
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    font-family: Asap, sans-serif;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    margin: auto;
    z-index: 10;
}

.landing4 .title-container .title:before{
    background: #00DCFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    height: 14px;
    width: auto;
    transform: translateY(10px);

}

/****************/
/*   ITEMS CONTAINER
/****************/
.landing4 .games-container-lp4 .content .item-container{
    display: flex;
    justify-content: space-evenly;
    padding: 0 20px;
}


.landing4 .games-container-lp4 .content .item-container .item{
    display: flex;
    align-items: center;
    position: relative;
    transition: .2s;
    z-index: 100;
}


.landing4 .games-container-lp4 .content .item-container .item .game-img{
    box-shadow: 0 4px 11px rgba(00, 00, 00, .5);
    border-radius: 12px;
    height: 84px;
    min-width: 84px;
    overflow: hidden;
    text-align: center;
    transition: .2s;
    vertical-align: center;
    width: 84px;
}

.landing4 .games-container-lp4 .content .item-container .item .game-img:hover{
    transform: translateY(-3px);
    transition: .2s;
}


.landing4 .games-container-lp4 .content .item-container .item .game-img img{
    width: 100%;
}


.landing4 .games-container-lp4 .content img.shelf {
    box-sizing: border-box;
    filter: drop-shadow(0 8px 12px rgba(00, 00, 00, .18));
    height: 42px;
    min-height: 42px;
    margin-top: -15px;
    margin-bottom: 22px;
    padding: 0 25px;
    width: 100%;
    z-index: 0;
    position: relative;

}

/******************/
/*   LOAD MORE
/******************/

.landing4 .load-more-container{
    clear: both;
    padding: 0 20px 20px;
}

.landing4 .load-more-container a.load-more,
.landing4 .load-more-container a.loadmore:visited{
    border-radius: 27px;
    background: #fff;
    color: #000;
    display: flex;
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 15px;
    justify-content: center;
    max-width: 370px;
    margin: auto;
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}

.landing4 .disclaimer{
    color: #5B5B5B;
    font-size: 11px;
    font-family: Asap, sans-serif;
    line-height: 16px;
    padding: 0 22px 0;
    text-align: center;
}



/****************/
/*   FOOTER
/****************/
.landing4 .footer{
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(00, 00, 00, .15);
    box-shadow: 0 3px 15px rgba(00, 00, 00, .15);
    border-radius: 17px 17px 0 0;
    font-size: 14px;
    padding: 8px 10px;
    text-align: center;
}

.landing4 .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing4 .footer ul li{
    margin: 10px;
}

.landing4 .footer ul li a{
    color: #2C2A2A;
    font-weight: 400;
    text-decoration: none;
}

/****************************/
/* LANDING GAMES 1
/****************************/

.games-1 {
	background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.games-1 .main {
	background: #fff;
}

.games-1 .page {
	padding-bottom: 0px;
}

/**********/
/* HEADER
/**********/

.games-1 .header{
    height: 64px;
}

.games-1 .header .header-content {
    display: flex;
    padding: 10px;
    position: relative;
    align-items: center;
    background-color: #BF61FF;
}

.games-1 .header .header-content .logo{
    margin: 0px;
    height: max-content;
    width: max-content;
	background: none;
}

.games-1 .header .header-content .headline{
    margin: 0px;
}

.games-1 .header .header-content .headline span{
    font-size: calc(12px + 5 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    margin: 0px 0px 0px 18px;
    padding: 0px;
    line-height: 120%;
}

/*******************/
/* LANDING SECTION
/*******************/

.games-1 .page .landing-section img {
    margin: 10px 0px;
    width: 100%;
}

/*********************/
/* BTN SECTION
/*********************/

.games-1 .btn-section {
    display: flex;
    flex-direction: column;
}

.games-1 .btn-section .btn-info {
    display: flex;
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    text-align: center;
    padding: 0px 80px;
    color: #C38E6C;
    margin-bottom: 25px;
    line-height: 160%;
}

.games-1 .btn-section .btn-info p{
    padding: 0px;  
}

.games-1 .btn-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    text-align: left;
    background: rgb(29,194,213); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(244, 133, 230) 0%,rgba(189, 96, 253) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgba(244, 133, 230) 0%,rgba(189, 96, 253) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgba(244, 133, 230) 0%,rgba(189, 96, 253) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    color: #fff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc2d5', endColorstr='#4ad077',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
	text-transform: none;
    font-weight: 500;
}

.games-1 a.button.playnow p {
    line-height: 120%;
    text-align: left;
    margin-left: 15px;
    font-size: 17px;
}

.games-1 a.button.playnow svg{
    width: 112px;
    height: 66px;
}

.games-1 .btn-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px;
}

.games-1 .button-disclaimer{
    color: #B4B4B4;
    font-size: 9px;
    line-height: 11px;
    margin: 0 25px 20px;
    opacity: .5;
    text-align: justify;
}

/**********/
/* FOOTER
/**********/

.games-1 .footer {
    font-size: 10px;
	background-color: #fff;
}

.games-1 .footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
}

.games-1 .footer ul li{
    margin: 10px;
}

.games-1 .footer ul li a{
    text-decoration: none;
    color: #686868;
}

/*****************************************/
/* LANDING VARIOUS GAMAMING HEROES MOBILE
/*****************************************/
@font-face {
    font-family: 'ErasBoldITC';
    src: url('../css/erasbolditc-webfont.woff2') format('woff2'),
    url('../css/erasbolditc-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}
 
.vgh-mobile {
    font-family: 'Arial', sans-serif;
}
 
.vgh-mobile .main {
    background-color: #fff;
}

.vgh-mobile .page {
    background-color: #494949;
	padding-bottom: 0px;
}

/****************/
/* CUSTOM HEADER
/****************/

.vgh-mobile .header{
    height: 46px;
}

.vgh-mobile .header .header-content {
    display: flex;
    padding: 2px 0px;
    position: relative;
    align-items: center;
    background-color: #494949;
    justify-content: center;
}

.vgh-mobile .header .header-content .logo{
    margin: 0px;
    height: max-content;
    width: max-content;
	background: none;
}

.vgh-mobile .header .header-content .headline{
    margin: 0px;
}

.vgh-mobile .header .header-content .headline span{
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    margin: 0px 0px 0px 18px;
    padding: 0px;
}

/***********************/
/* CUSTOM LANDING IMAGE
/***********************/

.vgh-mobile .page .landing-section {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100vw - 0px) 100%;
    justify-content: center;
    max-height: 420px;
}

.vgh-mobile .page .landing-section {
    display: flex;
}

.vgh-mobile .page .landing-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 54px;
    cursor: pointer;
    margin: 0px 25px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    align-items: flex-end;
}

.vgh-mobile a.button.playnow {
	background: none;
}

.vgh-mobile .page .landing-section img {
    margin: 0px;
    width: 100%;
}

/*********************/
/* CUSTOM BTN SECTION
/*********************/

.vgh-mobile .btn-section {
    display: flex;
    flex-direction: column;
}

.vgh-mobile .btn-section .btn-info {
    font-family: 'ErasBoldITC', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-align: center;
    padding: 5px 10px;
    line-height: 160%;
    background-color: #B7C3CB;
}

.vgh-mobile .btn-section .btn-info p{
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
    color: #494949;
	padding-bottom: 4px;
}

.vgh-mobile .btn-section .btn-info img{
    width: 45px;
    height: 56px;  
}

.vgh-mobile .btn-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    z-index: 1;
}

.vgh-mobile .button-disclaimer{
    color: #F1F1F1;
    font-size: 9px;
    line-height: 11px;
    padding: 25px 25px 20px;
    text-align: justify;
    background-color: #494949;
	margin: 0 25px 0px;
}

/****************/
/* CUSTOM FOOTER
/****************/

.vgh-mobile .footer {
    font-size: 10px;
    background-color: #D5D5D5;
}

.vgh-mobile .footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 25px 0px 15px;
}

.vgh-mobile .footer ul li{
    margin: 10px;
}

.vgh-mobile .footer ul li a{
    text-decoration: none;
    color: #2A2A2A;
}

/******************************/
/* LANDING MULTI GAMES MOBILE
/******************************/
 
.mg-mobile {
    font-family: 'Arial', sans-serif;
}
 
.mg-mobile .main {
    background-color: #fff;
}

.mg-mobile .page {
    background-color: #494949;
	padding-bottom: 0px;
}

/****************/
/* CUSTOM HEADER
/****************/

.mg-mobile .header{
    height: 46px;
}

.mg-mobile .header .header-content {
    display: flex;
    padding: 2px 0px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.mg-mobile .header .header-content .logo{
    margin: 0px;
    height: max-content;
    width: max-content;
	background: none;
}

.mg-mobile .header .header-content .headline{
    margin: 0px;
}

.mg-mobile .header .header-content .headline span{
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    margin: 0px 0px 0px 18px;
    padding: 0px;
}

/***********************/
/* CUSTOM LANDING IMAGE
/***********************/

.mg-mobile .page .landing-section {
    height: calc(100vh - 220px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 430px;
    justify-content: center;
}

.mg-mobile .page .landing-section {
    display: flex;
}

.mg-mobile .page .landing-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    cursor: pointer;
    margin: 0px 25px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    align-items: flex-end;
}

.mg-mobile a.button.playnow {
	background: none;
}

.mg-mobile .page .landing-section img {
    margin: 0px;
    width: 100%;
}

/*********************/
/* CUSTOM BTN SECTION
/*********************/

.mg-mobile .btn-section {
    display: flex;
    flex-direction: column;
}

.mg-mobile .btn-section .btn-info {
	font-family: 'ErasBoldITC', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-align: center;
    padding: 5px 10px;
    line-height: 160%;
    background-color: #B7C3CB;
}

.mg-mobile .btn-section .btn-info p{
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
    color: #494949;
	padding-bottom: 4px;
}

.mg-mobile .btn-section .btn-info img{
    width: 45px;
    height: 56px;  
}

.mg-mobile .btn-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    z-index: 1;
}

.mg-mobile .button-disclaimer{
    color: #F1F1F1;
    font-size: 9px;
    line-height: 11px;
    padding: 25px 25px 20px;
    text-align: justify;
    background-color: #494949;
	margin: 0 25px 0px;
}

/****************/
/* CUSTOM FOOTER
/****************/

.mg-mobile .footer {
    font-size: 10px;
    background-color: #D5D5D5;
}

.mg-mobile .footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 25px 0px 15px;
}

.mg-mobile .footer ul li{
    margin: 10px;
}

.mg-mobile .footer ul li a{
    text-decoration: none;
    color: #2A2A2A;
}

/**********************/
/* LANDING GAMES 1-V2
/**********************/
 
.games-1-v2 {
    font-family: 'Montserrat', sans-serif;
}

.games-1-v2 .page {
    background-color: #fff;
	padding-bottom: 0px;
}

/****************/
/* CUSTOM HEADER
/****************/

.games-1-v2 .header{
    height: 64px;
}

.games-1-v2 .header .header-content {
    display: flex;
    padding: 6px 10px;
    position: relative;
    align-items: center;
    background-color: #68ACC3;
}

.games-1-v2 .header .header-content .logo{
    margin: 0px;
    height: max-content;
    width: max-content;
    background: none;
}

.games-1-v2 .header .header-content .headline{
    margin: 0px;
}

.games-1-v2 .header .header-content .headline span{
    font-size: calc(12px + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    margin: 0px 0px 0px 18px;
    padding: 0px;
    line-height: 120%;
}

/***********************/
/* CUSTOM LANDING IMAGE
/***********************/

.games-1-v2 .page .landing-section img {
    margin: 10px 0px;
    width: 100%;
}

/*********************/
/* CUSTOM BTN SECTION
/*********************/

.games-1-v2 .btn-section {
    display: flex;
    flex-direction: column;
}

.games-1-v2 .btn-section .btn-info {
    display: flex;
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    text-align: center;
    padding: 0px 80px;
    color: #68ACC3;
    margin-bottom: 25px;
    line-height: 160%;
}

.games-1-v2 .btn-section .btn-info p{
    padding: 0px;  
}

.games-1-v2 .btn-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    text-align: left;
    background: rgb(29,194,213); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(50, 121, 146) 0%,rgba(104, 171, 194) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgba(50, 121, 146) 0%,rgba(104, 171, 194) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgba(50, 121, 146) 0%,rgba(104, 171, 194) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    color: #fff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc2d5', endColorstr='#4ad077',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
	text-transform: none;
    font-weight: 500;
}

.games-1-v2 a.button.playnow p {
    line-height: 120%;
    text-align: left;
    margin-left: 15px;
    font-size: 17px;
}

.games-1-v2 a.button.playnow svg{
    width: 112px;
    height: 66px;
}

.games-1-v2 .btn-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px;
}

.games-1-v2 .button-disclaimer{
    color: #B4B4B4;
    font-size: 9px;
    line-height: 11px;
    margin: 0 25px 20px;
    opacity: .5;
    text-align: justify;
}

/****************/
/* CUSTOM FOOTER
/****************/

.games-1-v2 .footer {
    font-size: 10px;
	background-color: #fff;
}

.games-1-v2 .footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 25px 0px 15px;
}

.games-1-v2 .footer ul li{
    margin: 10px;
}

.games-1-v2 .footer ul li a{
    text-decoration: none;
    color: #686868;
}

/***************************/
/* LANDING LEGO CITY MOBILE
/***************************/
 
.lc-mobile {
    font-family: 'Arial', sans-serif;
}
 
.lc-mobile .main {
    background-color: #fff;
}

.lc-mobile .page {
    background-color: #494949;
	padding-bottom: 0px;
}

/****************/
/* CUSTOM HEADER
/****************/

.lc-mobile .header{
    height: 46px;
}

.lc-mobile .header .header-content {
    display: flex;
    padding: 2px 0px;
    position: relative;
    align-items: center;
    background-color: #494949;
    justify-content: center;
}

.lc-mobile .header .header-content .logo{
    margin: 0px;
    height: max-content;
    width: max-content;
    background: none;
}

.lc-mobile .header .header-content .headline{
    margin: 0px;
}

.lc-mobile .header .header-content .headline span{
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    margin: 0px 0px 0px 18px;
    padding: 0px;
}

/***********************/
/* CUSTOM LANDING IMAGE
/***********************/

.lc-mobile .page .landing-section {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100vw - 0px) 100%;
    justify-content: center;
    max-height: 420px;
}

.lc-mobile .page .landing-section {
    display: flex;
}

.lc-mobile .page .landing-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 98px;
    cursor: pointer;
    margin: 0px 25px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    align-items: flex-end;
	background: none;
}

.lc-mobile .page .landing-section img {
    margin: 0px;
    width: 100%;
}

/*********************/
/* CUSTOM BTN SECTION
/*********************/

.lc-mobile .btn-section {
    display: flex;
    flex-direction: column;
}

.lc-mobile .btn-section .btn-info {
    font-family: 'ErasBoldITC', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-align: center;
    padding: 5px 10px;
    line-height: 160%;
    background-color: #B7C3CB;
}

.lc-mobile .btn-section .btn-info p{
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
    color: #494949;
    padding-bottom: 4px;
}

.lc-mobile .btn-section .btn-info img{
    width: 45px;
    height: 56px;  
}

.lc-mobile .btn-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    z-index: 1;
}

.lc-mobile .button-disclaimer{
    color: #F1F1F1;
    font-size: 9px;
    line-height: 11px;
    padding: 25px 25px 20px;
    text-align: justify;
    background-color: #494949;
	margin: 0 25px 0px;
}

/****************/
/* CUSTOM FOOTER
/****************/

.lc-mobile .footer {
    font-size: 10px;
    background-color: #D5D5D5;
}

.lc-mobile .footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 25px 0px 15px;
}

.lc-mobile .footer ul li{
    margin: 10px;
}

.lc-mobile .footer ul li a{
    text-decoration: none;
    color: #2A2A2A;
}

/**********************************/
/* LANDING SUPER MARIO RUSH MOBILE
/**********************************/
 
.smr-mobile {
    font-family: 'Arial', sans-serif;
}
 
.smr-mobile .main {
    background-color: #fff;
}

.smr-mobile .page {
    background-color: #494949;
	padding-bottom: 0px;
}

/****************/
/* CUSTOM HEADER
/****************/

.smr-mobile .header{
    height: 46px;
}

.smr-mobile .header .header-content {
    display: flex;
    padding: 2px 0px;
    position: relative;
    align-items: center;
    background-color: #494949;
    justify-content: center;
}

.smr-mobile .header .header-content .logo{
    margin: 0px;
    height: max-content;
    width: max-content;
    background: none;
}

.smr-mobile .header .header-content .headline{
    margin: 0px;
}

.smr-mobile .header .header-content .headline span{
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    margin: 0px 0px 0px 18px;
    padding: 0px;
}

/***********************/
/* CUSTOM LANDING IMAGE
/***********************/

.smr-mobile .page .landing-section {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100vw - 0px) 100%;
    justify-content: center;
    max-height: 420px;
}

.smr-mobile .page .landing-section {
    display: flex;
}

.smr-mobile .page .landing-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 58px;
    cursor: pointer;
    margin: 0px 25px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    align-items: flex-end;
    background: none;
}

.smr-mobile .page .landing-section img {
    margin: 0px;
    width: 100%;
}

/*********************/
/* CUSTOM BTN SECTION
/*********************/

.smr-mobile .btn-section {
    display: flex;
    flex-direction: column;
}

.smr-mobile .btn-section .btn-info {
	font-family: 'ErasBoldITC', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    text-align: center;
    padding: 5px 10px;
    line-height: 160%;
    background-color: #B7C3CB;
}

.smr-mobile .btn-section .btn-info p{
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
    color: #494949;
	padding-bottom: 4px;
}

.smr-mobile .btn-section .btn-info img{
    width: 45px;
    height: 56px;  
}

.smr-mobile .btn-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    z-index: 1;
}

.smr-mobile .button-disclaimer{
    color: #F1F1F1;
    font-size: 9px;
    line-height: 11px;
    padding: 25px 25px 20px;
    text-align: justify;
    background-color: #494949;
	margin: 0 25px 0px;
}

/****************/
/* CUSTOM FOOTER
/****************/

.smr-mobile .footer {
    font-size: 10px;
    background-color: #D5D5D5;
}

.smr-mobile .footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 25px 0px 15px;
}

.smr-mobile .footer ul li{
    margin: 10px;
}

.smr-mobile .footer ul li a{
    text-decoration: none;
    color: #2A2A2A;
}

/******************/
/*   POPUP
/******************/
.popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.popup .popup-background{
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .7);
}

.popup .popup-content{
    background: #00FF90;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 280px;
    transform: translateY(-50%);
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup .popup-content h1{
    font-family: Montserrat, 'sans-serif';
    font-size: 22px;
    margin: 25px auto;
    color: #FFF;
}


.popup .popup-content p{
    font-family: open_sans, 'sans-serif';
    font-size: 12px;
    margin-bottom: 5px;
}

.popup .popup-content .popup-accept{
    background: #00FF90;
    -webkit-box-shadow: inset 3px 3px 3px lightgreen, inset -1px -5px 4px darkgreen, 1px 2px 1px black;
    -moz-box-shadow: inset 3px 3px 3px lightgreen, inset -1px -5px 4px darkgreen, 1px 2px 1px black;
    box-shadow: inset 3px 3px 3px lightgreen, inset -1px -5px 4px darkgreen, 1px 2px 1px black;
    color: #fff;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
    position: relative;
    marging: auto;
}

/******************/
/*   POPUP-E
/******************/
.popupe{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.popupe .popupe-background{
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .7);
}

.popupe .popupe-content{
    background: #00FF90;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 280px;
    transform: translateY(-50%);
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popupe .popupe-content h1{
    font-family: Montserrat, 'sans-serif';
    font-size: 22px;
    margin: 25px auto;
    color: #FFF;
}


.popupe .popupe-content p{
    font-family: open_sans, 'sans-serif';
    font-size: 12px;
    margin-bottom: 5px;
}

.popupe .popupe-content .popupe-accept{
    background: #00FF90;
    -webkit-box-shadow: inset 3px 3px 3px lightgreen, inset -1px -5px 4px darkgreen, 1px 2px 1px black;
    -moz-box-shadow: inset 3px 3px 3px lightgreen, inset -1px -5px 4px darkgreen, 1px 2px 1px black;
    box-shadow: inset 3px 3px 3px lightgreen, inset -1px -5px 4px darkgreen, 1px 2px 1px black;
    color: #fff;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
    position: relative;
    marging: auto;
}
