body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px
}

body {
	height: 100%;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

img {
	border: 0px !important;
	outline: none !important
}

a {
	outline: none;
	cursor: pointer!important;
}

.Transitions {
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.ClearFix {
	clear: both
}

#Bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-color: #ffffff;
	background: url(../images/main-bg.jpg) no-repeat top center !important;;
}

#Bar_Top {
	display: block;
	width: 100%;
	height: 80px;
	background: #000000 !important;
	position: relative;
	z-index: 1
}

#Bar_Top a {
	text-decoration: none
}

#Bar_Top .CenterCont {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0px auto;
	position: relative
}

#Bar_Top .CenterCont #LogoCasino {
	display: block;
	width: 100%;
	max-width: 350px;
	float: left;
	margin: -5px 0px 0px 0px;
	padding: 20px;
}

#Bar_Top .CenterCont #BoxBarTop_R {
	display: block;
	width: 100%;
	max-width: 230px;
	height: 100%;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0 20px;
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	margin: -6px 0px 0px 0px;
	position: relative
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
	display: block;
	width: 48%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400px;
	position: absolute;
	text-align: center;
	top: 30px;
	color: #ffffff
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_L {
	left: 0px;
	background: #ffffff;
	font-weight: 400;
	border-radius: 5px;
	color: #ff544d;
	text-transform: uppercase;
	font-weight: 500;
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_R {
	right: 0px;
	background: #ff544d;
	font-weight: 400;
	border-radius: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_L:hover {
	background: #ff544d;
	color: #ffffff;
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_R:hover {
	background: #ffffff;
	color: #ff544d;
}

#MainCont {
	display: block;
	width: 100%;
	height: auto;
	min-height: auto;
	margin: 0px auto;
	position: relative;
	z-index: 2
}

.GamesContent{
	background-color: #ffffff;
}

#MainCont .CenterCont {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0px auto;
	position: relative
}

#MainCont .CenterCont #MainPromo {
	display: block;
	width: 100%;
	min-height: 410px;
	margin: 10px auto 20px;
	background: url("../images/main-image.png") center center no-repeat;
	background-size: 100%;
	position: relative
}

#MainCont .CenterCont #MainPromo .imgTitle {
	width: 100%;
	max-width: 650px;
	height: auto;
	margin: 0px;
	padding: 10px 10px 0;
}

#MainCont .CenterCont #MainPromo .textSmall {
	padding: 0px;
	margin: 0px;
	font-size: 22px !important
}

#MainCont .CenterCont #MainPromo #BoxBtnsPromo {
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 68px;
	margin: 0px auto !important;
	position: absolute;
	bottom: 0px;
}

#MainCont .CenterCont #MainPromo #BoxBtnsPromo .Btns {
	display: inline-block;
	vertical-align: top;
	width: 36%;
	height: 75px;
	line-height: 22px;
	cursor: pointer;
	margin: 0px 5px 0px 5px;
	background: #ffffff;
	color: #09b99d;
	font-size: 26px;
	font-weight: 900;
	padding: 14px 0px;
	text-transform: uppercase;
	border-radius: 10px
}

#MainCont .CenterCont #MainPromo #BoxBtnsPromo .Btns .btnright {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	height: 68px;
	line-height: 22px;
	cursor: pointer;
	margin: 0px 5px 0px 5px;
	background: #ffffff;
	color: #09b99d;
	font-size: 22px;
	font-weight: 900;
	padding: 14px 0px;
	text-transform: uppercase;
	border-radius: 10px
}

#MainCont .CenterCont #MainPromo #BoxBtnsPromo .Btns span {
	font-size: 18px;
	font-weight: normal
}

#MainCont .CenterCont #MainPromo #BoxBtnsPromo .Btns:hover {
	background: #09b99d;
	color: #ffffff
}

#MainCont .CenterCont #ContentGames {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto !important;
	padding: 40px 0px 30px;
}

#MainCont .CenterCont #ContentGames h1 {
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: middle;
	color: #c50010;
	font-weight: 500;
}

#MainCont .CenterCont #ContentGames .star {
	display: inline-block;
	width: 15%;
	vertical-align: middle
}

#MainCont .CenterCont #ContentGames .Games {
	display: block;
	width: 100%;
	margin: 20px auto;
	padding: 10px;
}

#MainCont .CenterCont #ContentGames .Games .game {
	width: 24.2%;
	margin: 0px 2px
}

#MainCont .CenterCont .Payments {
	width: 100%;
	margin: 10px auto
}

#BarFooter {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	position: relative;
	bottom: 0;
	padding: 20px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	z-index: 999;
	background-color: #ffffff;
}

#BarFooter .TextFooter {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	font-size: 11px;
	color: #555555;
	position: relative;
	z-index: 10;
	cursor: default
}

#BarFooter .TextFooter p {
	display: block;
	margin: 0px auto 20px auto;
	padding: 0px 0px;
	text-align: left;
	font-size: 11px
}

#BarFooter #TxtTerms {
	display: none
}

#BarFooter .TextFooter strong {
	color: #555555;
}

#BarFooter #BtnFooter {
	text-transform: uppercase;
	display: block;
	width: 100%;
	max-width: 150px;
	height: 40px;
	line-height: 39px;
	margin: 0px auto;
	font-weight: 700;
	letter-spacing: 1px;
	background: none;
	border-radius: 10px;
	background-size: 100%;
	position: relative;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	overflow: hidden;
	background-color: #ff544d;
	border: 1px solid #ff544d;
}

#BarFooter #BtnFooter:hover {
	background: #ffffff;
	border: 1px solid #ff544d;
	color: #ff544d;
	height: 40px;
	line-height: 39px;
}

@media only screen and (min-width:601px) and (max-width:900px) {
	#Bar_Top {
		display: block;
		width: 100%;
		height: 80px;
	}

	#MainCont .CenterCont #MainPromo {
		display: block;
		width: 100%;
		max-width: 820px;
		min-height: 350px;
		background-position: 0px 30px;
		margin: 20px auto
	}

	#MainCont .CenterCont #MainPromo #BoxBtnsPromo {
		display: block;
		width: 90%;
		left: 5%
	}

	#MainCont .CenterCont #MainPromo #BoxBtnsPromo .Btns {
		display: inline-block;
		vertical-align: top;
		width: 46%;
		line-height: 20px;
		margin: 0px 2px 0px 2px;
		font-size: 20px;
	}

	#MainCont .CenterCont #ContentGames h1 {
		font-size: 18px
	}

	#MainCont .CenterCont #ContentGames .Games .game {
		width: 35%;
		margin: 3px 3px
	}

}

@media only screen and (min-width:421px) and (max-width:600px) {
	#Bar_Top{
	height: 70px;
	}

	#Bar_Top .CenterCont {
		padding: 0px 10px
	}

	#Bar_Top .CenterCont #LogoCasino {
		display: block;
		width: 100%;
		max-width: 350px;
	}

	#Bar_Top .CenterCont #BoxBarTop_R {
		display: block;
		width: 100%;
		max-width: 180px;
		right: 10px;
		top: 0px
	}

	#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
		display: block;
		width: 48%;
		top: 25px
	}

	#MainCont .CenterCont #MainPromo {
		display: block;
		width: 100%;
		max-width: 420px;
		min-height: 350px;
		background-position: 0px 50px;
		margin: 30px auto
	}

	#MainCont .CenterCont #MainPromo #BoxBtnsPromo {
		display: block;
		width: 100%;
		left: 0%;
		bottom: 0px
	}

	#MainCont .CenterCont #MainPromo #BoxBtnsPromo .Btns {
		display: block;
		width: 90%;
		height: 68px;
		margin: 10px auto 10px auto
	}

	#MainCont .CenterCont #ContentGames {
		padding: 30px 0px
	}

	#MainCont .CenterCont #ContentGames h1 {
		display: block;
		font-size: 20px
	}

	#MainCont .CenterCont #ContentGames .Games .game {
		width: 40%;
		margin: 2px 2px;
	}
	.Payments {
    max-width: 420px!important;	
	}
}

@media only screen and (min-width:320px) and (max-width:420px) {
	#Bar_Top {
		display: block;
		width: 100%;
		height: 60px;
		padding: 10px;
	}

	#Bar_Top .CenterCont #LogoCasino {
		display: block;
		width: 100%;
		max-width: 130px;
		margin: 0px;
		padding: 3px 5px 0 0;
	}

	#Bar_Top .CenterCont #BoxBarTop_R {
		display: block;
		width: 100%;
		max-width: 145px;
		top: 0px;
		padding: 5px 0px 5px 10px;
	}

	#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
		display: flex;
    	width: 45%;
    	top: 5px;
    	flex-direction: row;
    	align-content: center;
    	align-items: center;
    	justify-content: center;
	}

	#MainCont .CenterCont #MainPromo .textSmall{
		font-size: 20px!important;
	}

	#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop{
		font-size: 12px;
	}

	#MainCont .CenterCont #MainPromo .imgTitle{
		padding: 0 10px;
	}

	#MainCont .CenterCont {
		display: block;
		width: 100%;
		max-width: 420px;
	}

	#MainCont .CenterCont #MainPromo {
		display: block;
		width: 100%;
		max-width: 420px;
		min-height: 350px;
		background-position: 0px 50px
	}

	#MainCont .CenterCont #MainPromo #BoxBtnsPromo {
		display: block;
		width: 100%;
		left: 0%;
		bottom: 0px
	}

	#MainCont .CenterCont #MainPromo #BoxBtnsPromo .Btns {
		display: block;
		width: 90%;
		height: 68px;
		margin: 10px auto 10px auto;
		font-size: 22px;
	}

	#MainCont .CenterCont #ContentGames {
		padding: 30px 0px
	}

	#MainCont .CenterCont #ContentGames .Games {
    display: block;
    width: 100%;
    margin: 20px auto;
}

	#MainCont .CenterCont #ContentGames h1 {
		display: block;
		font-size: 16px
	}

	#MainCont .CenterCont #ContentGames .Games .game {
		width: 48%;
		margin: 2px 2px
	}

	#MainCont .CenterCont .Payments{
		margin: 20px auto;
	}

}

@media only screen and (min-width:1px) and (max-width:319px) {
	body{
		display: none;
	}

}

.pulse {
	cursor: pointer;
	-webkit-box-shadow: 0 0 0 rgba(255, 135, 0, 0.4);
	box-shadow: 0 0 0 rgba(255, 135, 0, 0.4);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 135, 0, 0.4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 135, 0, 0)
	}

	to {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 135, 0, 0)
	}

}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 135, 0, 0.4);
		-webkit-box-shadow: 0 0 0 0 rgba(255, 135, 0, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 135, 0, 0.4)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 135, 0, 0);
		-webkit-box-shadow: 0 0 0 20px rgba(255, 135, 0, 0);
		box-shadow: 0 0 0 20px rgba(255, 135, 0, 0)
	}

	to {
		-moz-box-shadow: 0 0 0 0 rgba(255, 135, 0, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(255, 135, 0, 0);
		box-shadow: 0 0 0 0 rgba(255, 135, 0, 0)
	}

}

#PopupContent {
	width: 100%;
	display: block;
	position: fixed !important;
	top: 0px !important;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999 !important;
	margin: 0px;
	padding: 0px;
	display: none
}

#PopupContent .bgPopup {
	width: 100%;
	max-width: 400px;
	min-height: 450px;
	background: #ffffff;
	margin: 10% auto;
	padding: 20px;
	position: relative;
	border: 3px solid #ff544d;
	border-radius: 20px;
}

#PopupContent .promo {
	width: 100%;
	max-width: 317px;
	height: auto;
	display: block;
	margin: 0px auto
}

#PopupContent p {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold
}

#PopupContent .ContentCode {
	width: 100%;
	display: block;
	margin: 15px auto;
	text-transform: uppercase;
	padding: 0px 10px
}

#PopupContent .ContentCode .ImgPromo {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0px auto
}

#PopupContent .ContentCode .code {
	width: 100%;
	max-width: 220px;
	height: 60px;
	line-height: 56px;
	display: block;
	border: 1px dotted #fcdb21;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: 900;
	vertical-align: top;
	border-radius: 10px 0 0px 10px;
}

#PopupContent .ContentCode .copyBtn {
	width: 35%;
	height: 60px;
	line-height: 25px;
	display: block;
	cursor: pointer;
	background: #09b99d;
	border: none;
	color: #ffffff;
	font-weight: normal;
	margin: 0 auto;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	font-size: 13px;
	text-transform: uppercase;
}

#PopupContent .ContentCode .BtnContinue {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	font-size: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 900
}

#PopupContent .ContentCode .copyBtn:hover {
	background: #019a82;
	color: #ffffff;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

#PopupContent .BtnStart {
	width: 100%;
	height: 54px;
	display: block;
	background: #fcdb21;
	color: #2846a6;
	font-size: 22px;
	line-height: 54px;
	padding: 0px 50px;
	margin: 20px auto;
	font-weight: bold
}

#PopupContent .bgPopup .BtnStart:hover {
	background: rgba(252, 219, 33, 0.8)
}

#PopupContent .bgPopup .BtnClose {
	width: 30px;
	height: 30px;
	background: url("../images/btn-close.svg");
	position: absolute;
	color: #203359;
	font-size: 16px;
	font-weight: bold;
	top: 10px;
	right: 10px;
	cursor: pointer
}

#PopupContent .bgPopup .BtnClose:hover {
	-moz-transform: scale(1.2) rotate(180deg);
	-webkit-transform: scale(1.2) rotate(180deg);
	-o-transform: scale(1.2) rotate(180deg);
	-ms-transform: scale(1.2) rotate(180deg);
	transform: scale(1.2) rotate(180deg)
}

#PopupContent #Popup1 {
	display: none;
	color: #cc201c
}

#PopupContent #Popup2 {
	display: none;
	color: #00ccff
}

#PopupContent {
	display: none
}

#PopupContent .ContentCode #Ccode_1 {
	color: #09b99d;
	border: 1px solid #09b99d
}

#PopupContent .ContentCode #Ccode_2 {
	color: #09b99d;
	border: 1px solid #09b99d
}

#PopupContent .ContentCode .BtnColor1 {
	background: #ff544d;
	color: #ffffff
}

#PopupContent .ContentCode .BtnColor1:hover {
	background: #cc201c;
	color: #ffffff
}

#PopupContent .ContentCode .BtnColor2 {
	background: #ff544d;
	color: #ffffff
}

#PopupContent .ContentCode .BtnColor2:hover {
	background: #cc201c;
	color: #ffffff
}

.copycoupon{
	display: flex;
}

@media only screen and (min-width:1px) and (max-width:319px) {
	#PopupContent {
		display: none
	}

	#PopupContent .bgPopup {
		display: none
	}

}
.Payments {
	max-width: 500px;
	width: 100%;
	padding: 0 20px;
}