body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400; 
	color: #ffff;
}

a{
	text-decoration: underline;
	color: #fff;
}
a:hover{
	color: #fff;
}
.style_background_image{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
img.style_center{
	display: block; margin-left: auto; margin-right: auto;
	
}

img.icon_game_desktop{
	width: 250px;
    border-radius: 64px;
    margin-bottom: 20px;
}

img.icon_game_mobile{
	width: 180px;
    border-radius: 64px;
    margin-bottom: 20px;
}
p
{
	text-align: left;
}
img.style_left{
	display: block; margin-left: auto;
}
.image_new_game{
	margin-right: 0px;
}
.border-top-footer{
	border-top: 2px solid #fb86ff
}
.text-center{
	text-align: center;
}
.text-uppercase{
	text-transform: uppercase;
}

#floating-banner{
	position:relative;
	top:20px;
	/*  left:10px;*/

}
.banner_title{
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 9rem;
}
.justify-center{
	justify-content: center;
}
.text-our-games{
	color: #fff660
}
.mt-10{
	margin-top: 10px
	
}
.mt-50{
	margin-top: 50px
}
.mt-20{
	margin-top: 20px
}
.mt--60{
	margin-top: -60px
}

.pt-50{
	padding-top: 50px;
}
.pt-30{
	padding-top: 30px
}

.pt-15{
	padding-top: 15px
}
.pb-40{
	padding-bottom: 40px;
}
.fs-10{
	font-size: 10px: 
}
.fs-12{
	font-size: 12px: 
}
.fs-14{
	font-size: 14px: 
}
.image_logo_desktop
{
	width: 250px;
}
.fs-16{
	font-size: 16px: 	
}
.fs-18{
	font-size: 18px: 
}
.fs-20{
	font-size: 20px: 
}
.fs-22{
	font-size: 22px: 
}
.fs-30{
	font-size: 30px;
	
}
.image_desktop{
	display: block;
}
.image_mobile{
	display: none;
}
.menu_desktop{
	display: block;
}
.game_mobile{
	display: none;
}
.game_desktop{
	display: block;
}
.banner_desktop{
	display: block;
}
.banner_mobile{
	display: none;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}

	.mt-50{
		margin-top: 20px
	}
	.mt-20{
		font-size: 15px;
	}
	.mt--60{
		margin-top: 60px
	}
	.image_new_game{
		width: 7rem;
	}
	img.style_left{
		display: block;
		margin-left: 0

	}
	img.image_title{
		width: 7rem;
	}
	.banner_title{
		margin-top: auto;
		margin-bottom: auto;
		padding-bottom: 5rem;
	}

	.game_mobile{
		display: block;
	}
	.game_desktop{
		display: none;
	}
	.menu_desktop{
		display: none;
	}	
	.image_desktop{
		display: none
	}
	.image_mobile{
		display: block;
	}
	.image_mobile .image_logo_mobile{
		margin-top: -20px;
		width: 115px
	}
	.text-center-mobile{
		text-align: center;
	}
	.text-our-games{
		text-align:center;
	}
	img.image_new_game{
		width: 100%

	}
	img.image_logo_mobile{
		display: block; margin-left: auto; margin-right: auto;
		width: 200px;
	}
	.js-background-overlay-open  {
		background: #29215a;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		visibility: hidden;

	}
	.js-background-overlay-open .js-menu-mobile-close{
		position: fixed; 
		top: 10px;
		right: 10px;
		font-size: 22px;
	}
	.js-background-overlay-open .menu_child{
		display: block; 
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		height: -webkit-fill-available;
	}
	.js-background-overlay-open .menu_child .text_mobile{
		padding-top: 30px;
		font-size:17px;
	}
	.js-background-overlay-close.active {
		visibility: visible;
	}
	.menu-hamburger{
		position: absolute !important;
		top: 20px !important;
		right: 0 !important;
		margin-right: 10px
	}
	.menu-hamburger i {
		vertical-align: middle;
		border-bottom: 2px solid;
		display: inline-block;
		height: 2px;
		width: 30px;
		color: #fff;
		display: block;
		margin-top:6px; 
	}


