@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: 'Champion';
	src: url(../fonts/Champion-HTF-Lightweight.woff) format('woff');
}

.methods {
	width: 500px;
}

html,
.body,
canvas {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*overflow:hidden;-webkit-touch-callout:none;*/
	background: url(../images/bg.jpg) 50% 0% no-repeat;
}

body {
	height: 100%;
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
}

html {
	background-color: #000;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.casinologo{
	width: 100%;
	height: auto;
	display: auto;
	max-width:220px;
	position: relative;
	left: 5%;
	top: 0;
}

.container {
	width: 1330px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	text-align: center;
	z-index: 8;
	padding-bottom: 2%;
	clear: both;
}

.grid-container,
.ff {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: stretch;*/
	align-items: flex-start;
	padding-top: 1%;
}

.grid-container {
	padding-bottom: 4%;
}

.ff {
	justify-content: flex-start;
}

.btn {
	border-radius: 4px;
	border: 1px solid #e11657;
	color: #f52165;
	text-decoration: none;
	padding: 5px 22px 5px 22px;
	font-weight: 600;
}

.signup {
	background-color: #e11657;
	color: #fff;
}

.btn:hover {
	border: 1px solid #fff;
	color: #fff;
}

.signup:hover {
	background-color: #fff;
	color: #e11657;
}

.bigbtn {
	margin: 0 auto;
	max-width: 84%;
	margin-bottom: 3.5%;
	display: block;
	background-color: #e11657;
	border-radius: 8px;
	text-decoration: none;
	padding: 20px 20px 15px 20px;
	font-weight: 600;
	box-shadow: 0px 4px 0px #920c35;
}

.bigbtn span {
	color: #fff;
	font-family: 'Champion';
	font-weight: normal;
	font-size: 55px;
	line-height: 50px;
}

.offer1 {
	font-size: 35px;
	line-height: 33px;
	color: #6d1824;
}

.offer2 {
	font-size: 24px;
	line-height: 26px;
	color: #73461e;
	background-color: #e39e04;
	box-shadow: 0px 4px 0px #7c3f0e;
}

.bigbtn:hover {
	transform: scale(0.98);
	transition: transform .2s;
}

.RowBoxCcode .BoxCode {
	font-family: 'Champion';
	font-weight: normal
}

.popup-inner {
	background: #000 url(../images/bg.jpg) 55% 10% !important;
	background-size: 60%;
}

.grid-container div {
	align-self: flex-start;
}

.grid-container div.logo,
.grid-container div.aw,
.grid-container div.btns,
.grid-container div.header-right {
	align-self: center;
}

.ff div {
	align-self: flex-start;
}

.ff .f-right {
	padding-top: 4%;
}

.header-left {
	flex-basis: 53%;
	position: relative;
}

.header-left img {
	width: 100%;
	margin-top: -20px;
}

.jackp {
	position: absolute;
	/*bottom: 11%;*/
	bottom: 8%;
	width: 97%;
	text-align: center;
}

h1,
h2 {
	text-transform: uppercase;
	font-weight: 600;
}

h2 {
	color: #ffffc6;
	text-shadow: 0px 2px 15px #bc8814;
	padding-bottom: 0px !important;
	margin-bottom: 10px !important;
}

h1 {
	font-size: 25px;
	line-height: 33px;
	color: #fff;
	padding: 2% 0 2% 0;
}

h3 {
	font-family: 'Champion';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

.header-right {
	flex-basis: 47%;
}

.col-1 {
	flex-basis: 33%;
}

.game1 {
	width: 110px !important;
	border-radius: 3px;
}

.f-left {
	flex-basis: 33%;
}

.f-right {
	flex-basis: 66%;
	padding-right: 10%;
	text-align: left;
}

.col-2 {
	flex-basis: 34%;
}

.col-3 {
	flex-basis: 33%;
}

.logo {
	text-align: left;
}

.btns {
	text-align: right;
}

.feature {
	display: inline-block;
	color: #e11657;
	font-size: 14px;
	line-height: 17px;
	padding-top: 2%;
}

.screen {
	display: block;
}

.mobile {
	display: none;
}

button {
	background-color: #fdf382;
	border-color: #fdf382 !important;
	border: 0px;
}
.flaggeo
{
	position: absolute;
    right: 0;
    margin: 0px auto;
    margin-right: 400px;
    margin-top: 0px;	
}
.grid-container
{
	overflow:hidden;
}
.grid-container div.btns
{
	transform: matrix(1, 0, 0, 1, 0, 0)!important;
}
@media screen and (max-width: 1330px) {
	.jackp {
		/*bottom: 11%;*/
		bottom: 6%;
		width: 76% !important;
		left: 12%;
	}

	.container {
		width: 94%;
	}

	.bigbtn span {
		font-size: 4vw;
		line-height: 4vw;
	}

	.offer1 {
		font-size: 3vw;
		line-height: 3vw;
	}

	.offer2,
	h1 {
		font-size: 1.5vw;
		line-height: 2.7vw;
	}

	h1 {
		font-size: 2.2vw !important;
		line-height: 2.7vw;
	}

	h3 {
		font-size: 21px;
	}
	.flaggeo
	{
		margin-right: 350px;
		margin-top: 0px;	
	}
}

@media screen and (max-width: 1160px) {
	.f-left img {
		width: 90%;
		padding-right: 10px;
	}

	html,
	body {
		background-size: 94%;
	}
	
	.flaggeo
	{
		margin-right: 275px;
		margin-top: 5px;	
	}
}

@media screen and (max-width: 1000px) {
	h2 {
		font-size: 2.5vw;
		line-height: 3vw;
	}
	.flaggeo {
    margin-right: 219px;
    margin-top: 0;
}
}

@media screen and (max-width: 900px) {

	h3 {
		font-size: 19px;
	}

	.logo img,
	.aw img {
		width: 55%;
	}

	.btn {
		font-size: 12px;
	}

	.bigbtn span {
		font-size: 3.8vw;
		line-height: 3vw;
	}
}

@media screen and (max-width: 800px) {
	.aw {
		flex-basis: 0%;
		display: none;
	}

	.logo img {
		width: 60%;
	}

	.header-left,
	.header-right {
		flex-basis: 100%;
	}

	.feature {
		flex-basis: 100%;
	}

	.f-left img {
		width: auto;
		padding-right: 0px;
	}

	.screen {
		display: none;
	}

	.mobile {
		display: block;
	}

	html,
	.body {
		background-image: url(../images/mobile.png);
		background-size: 100%;
	}

	.header-right {
		padding-top: 36vw;
	}

	h1,
	h2 {
		font-size: 5vw !important;
		line-height: 6vw;
		color: #ffffc6;
		text-shadow: 0px 0px 6px #e39e04, 0px 2px 25px #e39e04;
	}

	/*h1{ padding-bottom:0px;}*/
	h2 {
		margin-bottom: 3vw !important;
	}

	.bigbtn {
		max-width: 96% !important;
		padding: 3.4vw 0 3vw 0;
	}

	.bigbtn span {
		font-size: 8vw;
		line-height: 9vw;
	}

	.offer1 {
		font-size: 5vw;
		line-height: 5vw;
	}

	.offer2 {
		font-size: 4vw;
		line-height: 4vw;
	}

	.jackpot {
		padding-top: 14%;
		margin-bottom: 100px !important;
	}

	.methods {
		width: 500px;
		padding-bottom: 15%;
		padding-top: 5%;
	}

	.header-right {
		padding-bottom: 4vw;
	}

	h3 {
		font-size: 24px;
	}

	.f-right {
		font-size: 18px;
		line-height: 25px;
		font-weight: 600;
	}
}
@media screen and (max-width: 768px) {
.flaggeo {
    margin-right: 48%;
    margin-top: 5px;
}
}
@media screen and (max-width: 767px) {
.flaggeo {
    margin: 0 auto;
    left: 0;
	margin-top: 5px;
}
}

@media screen and (max-width: 600px) {
	.logo img {
		width: 67%;

	}

	.btn {
		padding: 3px 15px 3px 15px;
		font-size: 12px;
	}

	.grid-container div.logo,
	.grid-container div.feature div.f-right {
		text-align: left !important;
		padding-top: 0px;
	}

	.f-right {
		font-size: 14px;
		line-height: 21px;
	}

	.grid-container div.btns {
		text-align: right !important;
		padding-top: 0px;
	}

	.bigbtn {
		max-width: 100% !important;
		padding: 4.4vw 0 3vw 0;
		margin: 2vw 0 6vw 0;
	}

	.bigbtn span {
		font-size: 10vw;
		line-height: 8vw;
	}

	.offer1 {
		font-size: 6vw;
		line-height: 6vw;
	}

	.offer2 {
		font-size: 4vw;
		line-height: 5vw;
	}

	.logo,
	.btns {
		flex-basis: 50%;
		padding-top: 2%;
	}

	.header-right {
		padding-top: 44vw;
	}

	html,
	body {
		background-size: 120%;
		background-position: 50% 5%;
	}

	.grid-container div {
		text-align: center;
	}

	.ff {
		justify-content: space-between;
	}

	.methods {
		width: 96%;
	}

	h3 {
		font-size: 20px;
	}

	.game1 {
		display: none;
	}

}

@media screen and (max-width: 500px) {

	html,
	body {
		background-size: 106%;
	}

	.bigbtn {
		max-width: 100% !important;
		padding: 5.4vw 0 4vw 0;
		margin: 2vw 0 4vw 0;
	}
}

@media screen and (max-width: 460px) {
	.bigbtn span {
		font-size: 9vw;
		line-height: 6vw;
	}

	.offer1 {
		font-size: 6vw;
		line-height: 6vw;
	}

	.offer2 {
		font-size: 4vw;
		line-height: 4vw;
	}

	.f-left img {
		width: 70%;
	}

	.btn {
		font-size: 10px;
	}
	.flaggeo {
		margin: 0 auto;
		left: 0;
		margin-top: 5px;
		right: 25px;
	}
}
@media screen and (max-width: 330px)
{
.flaggeo {
    margin: 0 auto;
    left: 0;
    margin-top: 0px;
    right: 35px;
    max-width: 38px;
}
}