@font-face {
	font-family: 'colusregular';
	src: url("../fonts/colus-regular-webfont.woff2") format("woff2"), url("../fonts/colus-regular-webfont.otf") format("otf"), url("../fonts/colus-regular-webfont.ttf") format("ttf"), url("../fonts/colus-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'futuramedium';
	src: url("../fonts/futura_medium_bt-webfont.woff2") format("woff2"), url("../fonts/futura_medium_bt-webfont.ttf") format("ttf"), url("../fonts/futura_medium_bt-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'fontello';
	src: url("../fonts/fontello.eot?48649332");
	src: url("../fonts/fontello.eot?48649332#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?48649332") format("woff"), url("../fonts/fontello.ttf?48649332") format("truetype"), url("../fonts/fontello.svg?48649332#fontello") format("svg");
	font-weight: normal;
	font-style: normal
}

#terms {
	display: none;
	margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}

.buttontr {
	text-transform: uppercase;
	width: 115px;
	min-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
}

.buttontr--white {
	border: 1px white solid;
	color: white;
	transition: 0.2s;
}

.demo-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: #ea4f43;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@media screen and (max-width:666px) {
.demo-icon {
	display: none
}
}
.RowBoxCode.code1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 10px auto;
	position: relative;
	text-transform: uppercase;
	font-weight: 800
}
.BoxCode {
	font-size: 28px;
	display: block;
	width: 50%;
	height: 70px;
	line-height: 70px;
	margin: 0px;
	position: relative;
	color: #ffffff;
	float: left;
	border-left: 1px dotted #ffb100;
	border-top: 1px dotted #ffb100;
	border-bottom: 1px dotted #ffb100;
	background: rgba(36, 42, 113, 0.6)
}
.BtnCopy {
	display: block;
	width: 40%;
	height: 70px;
	line-height: 70px;
	margin: 0px;
	position: relative;
	background-color: #ffea00;
	color: #1c2055;
	float: left;
	cursor: pointer
}
.BtnCopy:hover {
	background: #1c2055;
	color: #ffffff
}
.BtnCopy:hover>.BoxCode {
	color: #ffffff!important
}
.code1.BoxCode {
	color: #fff!important
}
.code1.BtnCopy {
	background: #00b7dc!important;
	color: #fff!important
}
@media screen and (max-width:360px) {
.BoxCode {
	font-size: 22px;
	height: 50px;
	line-height: 50px
}
.BtnCopy {
	font-size: 13px;
	height: 50px;
	line-height: 50px
}
}
body {
	min-height: 100vh;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'futuramedium'!important;
	color: #fff;
	font-size: 15px;
	background: url(../img/generalbkg.jpg) repeat-x top center #000000;
}
@media only screen and (max-width:360px) {
body {
	background: url(../img/bg-repeat-mobile.jpg) repeat-x top center #000000
}
}
li, ul {
	list-style: none;
	margin: 0;
	padding: 0
}
em, h1, h2, h3, h4, h5, p, strong {
	padding: 0;
	margin: 0
}
h2 {
	color: #ffea00;
	font-weight: normal;
	font-size: 19px;
	padding: 0 10px 10px;
	display: block;
	margin: 0 auto;
	text-align: center
}
img {
	max-width: 90%;
}
*, :after, :before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
a {
	color: inherit;
	text-decoration: none
}
.section-inner {
	max-width: 1240px;
	position: relative;
	margin: 0 auto
}
.toprow {
	padding: 10px 0px 5px 0px
}
.toprow .toprow-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.toprow .toprow-inner .logo {
	max-width: 235px;
	width: 100%;
	padding: 20px 15px 0px 15px;
	-webkit-filter: drop-shadow(0 1px 1px #000);
	filter: drop-shadow(0 1px 1px #000)
}
@media only screen and (max-width:480px) {
.toprow .toprow-inner .logo {
	width: 70%;
	padding: 5px 15px 0px 15px
}
}
@media only screen and (max-width:640px) {
.toprow-inner {
	display: block;
	text-align: center
}
.toprow-inner .logo-link img {
	max-width: 40%
}
}
header.section {
	padding: 0 0 0px;
	background: transparent url("../img/bkg.jpg") center top no-repeat;
	background-size: contain;
}
@media only screen and (max-width:860px) {
header.section {
	padding: 0;
	background-size: 160%
}
}
@media only screen and (max-width:640px) {
header.section {
	background: transparent url("../img/bkg-mobile.jpg") center top no-repeat;
	background-size: 100% auto
}
}
.bonus-offer .bonus-block {
	max-width: 490px;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	font-size: 17px
}
.bonus-offer .bonus-block .bonus-block-inner {
	padding: 40px 10px 12px
}
.bonus-offer .additional-info {
	padding: 10px 0;
	color: #ffea00
}
.bonus-offer .bonus-img {
	max-width: 438px;
	width: 90%
}
.bonus-offer h1, .bonus-offer h2 {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	color: #ffea00;
	font-weight: normal
}
.bonus-offer h1 {
font-size:calc( 18px + 6 * ((100vw - 640px) / 220))
}
@media screen and (max-width:640px) {
.bonus-offer h1 {
	font-size: 18px!important
}
}
@media screen and (min-width:860px) {
.bonus-offer h1 {
	font-size: 24px!important
}
}
.bonus-offer h2 {
font-size:calc( 18px + 6 * ((100vw - 640px) / 220))
}
@media screen and (max-width:640px) {
.bonus-offer h2 {
	font-size: 18px!important
}
}
@media screen and (min-width:860px) {
.bonus-offer h2 {
	font-size: 24px!important
}
}
@media only screen and (max-width:640px) {
.bonus-offer .bonus-block {
	max-width: none;
	border-left: none;
	border-bottom: none;
	border-radius: 0;
	border-right: 0
}
.bonus-offer .bonus-block .coupon-code {
	font-size: 27px;
	margin: 0 auto 15px
}
.bonus-offer .bonus-block .bonus-block-inner {
	padding: 35vw 0 0 0
}
.bonus-offer .bonus-block .main-promo {
	padding-top: 37.3%;
	padding-bottom: 0px;
	font-size: 5vw;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
	font-size: 24px;
	color: #ffea00;
	font-weight: 700;
	padding: 5px
}
.bonus-offer .bonus-block .main-promo img {
	display: block;
	margin: 0 auto
}
.bonus-offer .bonus-block .bonus-offer .bonus-block .bkg, .bonus-offer .bonus-block .bonus-offer .bonus-block .coupon-code .bonus-offer .bonus-block .border-bkg {
	display: none
}
.bonus-offer .bonus-block .main-promo img {
	width: 100%;
	margin-top: 0px
}
}
img[src^="//my.rtmark.net/"] {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden
}
.section-container {
	padding: 0px 0 75px;
	background: none;
	background-color:#000000;
}
.heading-games {
	text-align: center!important;
	padding: 0 15px;
	text-transform: uppercase;
font-size:calc( 18px + 6 * ((100vw - 600px) / 400))
}
@media screen and (max-width:600px) {
.heading-games {
	font-size: 18px!important
}
}
@media screen and (min-width:1000px) {
.heading-games {
	font-size: 24px!important
}
}
.heading-games span {
	color: #fb1354
}
.games {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: center;
	padding: 25px 0 0
}
@media screen and (max-width:1000px) {
.games {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.games li {
	width: 31.36%;
	max-width: 375px;
	margin: 15px 15px 30px
}
@media screen and (max-width:1000px) {
.games li {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 30px
}
}
.games li h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #ffea00
}
@media screen and (max-width:1000px) {
.games li h3 {
font-size:calc( 18px + 2 * ((100vw - 400px) / 400))
}
}
@media screen and (max-width:1000px) and (max-width:400px) {
.games li h3 {
	font-size: 18px!important
}
}
@media screen and (max-width:1000px) and (min-width:800px) {
.games li h3 {
	font-size: 20px!important
}
}
.games img {
	width: 100%;
	height: auto;
	border: 0;
	outline: none;
	display: block;
	padding: 15px 0
}
.games p {
	font-size: 16px;
	line-height: 1.4
}
#BarFooterTerms {
	color: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	min-height: 4px;
	background: #ea4f43;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9999999
}
#BarFooterTerms #BoxButtonTerms {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	top: -35px;
	left: 0;
	z-index: 0;
	text-align: center
}
#BarFooterTerms #ButtonTerms {
	display: block;
	width: 130px;
	height: 40px;
	margin: 0 auto;
	padding: 8px 0;
	background: #ea4f43;
	font-weight: 500!important;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: hidden
}
#BarFooterTerms footer {
	display: block;
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 5px auto 10px;
	line-height: normal;
	padding: 20px 5px 10px;
	text-align: justify;
	font-weight: 400!important;
	font-size: 13px;
	position: relative;
	z-index: 1;
	overflow: hidden
}
#BarFooterTerms footer p {
	display: block;
	width: 100%;
	margin: 20px auto;
	font-weight: 400!important;
	font-size: 11px;
	letter-spacing: 0;
	color: #000
}
.button {
	display: inline-block;
	font-family: 'colusregular';
	padding: 20px 10px;
font-size:calc( 20px + 12 * ((100vw - 600px) / 400));
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	max-width: 490px;
	width: 90%;
	border-radius: 3px;
	-webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.4))
}
@media screen and (max-width:600px) {
.button {
	font-size: 20px!important
}
}
@media screen and (min-width:1000px) {
.button {
	font-size: 32px!important
}
}
.button:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0));
	filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0))
}
.accent-gradient {
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #b10303 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #b10303));
	background: -webkit-linear-gradient(top, #ff0000 0%, #b10303 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #b10303 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #b10303 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#b10303));
	background: linear-gradient(to bottom, #ff0000 0%, #b10303 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b10303', GradientType=0 )
}
