

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12 {
	width: 100%;
}

@media (min-width: 576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.4;
	font-size: 14px;
	color: white;
	padding-top: 0px;
	position: relative;
	background: black;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-position: top center;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #ff0;
	text-decoration: underline;
}

main a:visited {
	color: #66c;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
	color: #297fd5;
}

main a {
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}

ul li {
	list-style-position: inside;
	font-size: 16px;
}

ul {
	padding: 0;
	margin: 0;
}

h1 {
	color: #fff;
	font-size: 20px;
	margin: 10px 0 15px;
	line-height: 1.7;
	text-transform: uppercase;
	text-align: center;
}

p {
	font-size: 16px;
}

.casino-1xslots-site-wraper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.casino-1xslots-header-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0px 0px;
}

.casino-1xslots-logo {
	position: relative;
	z-index: 10;
	width: 145px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.casino-1xslots-top-block {
	width: 100%;
	padding: 0px 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.casino-1xslots-right-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
	width: -webkit-calc(100% - 145px);
	width: -moz-calc(100% - 145px);
	width: calc(100% - 145px);
}

.casino-1xslots-buttons-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	width: 295px;
}

.casino-1xslots-reg-btn {
	background: #00961b;
	background: -moz-linear-gradient(top, #00961b 0%, #006e02 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #00961b), color-stop(100%, #006e02));
	background: -webkit-linear-gradient(top, #00961b 0%, #006e02 100%);
	background: -o-linear-gradient(top, #00961b 0%, #006e02 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00961b), to(#006e02));
	background: linear-gradient(to bottom, #00961b 0%, #006e02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00961b', endColorstr='#006e02', GradientType=0);
	display: block;
	height: 40px;
	width: 190px;
	margin: 0 5px 0 0;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	max-width: 190px;
	border: 1px solid #00e63f;
}

.casino-1xslots-reg-btn:hover {
	background: #006e02;
	background: -moz-linear-gradient(top, #006e02 0%, #00961b 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #006e02), color-stop(100%, #00961b));
	background: -webkit-linear-gradient(top, #006e02 0%, #00961b 100%);
	background: -o-linear-gradient(top, #006e02 0%, #00961b 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#006e02), to(#00961b));
	background: linear-gradient(to bottom, #006e02 0%, #00961b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e02', endColorstr='#00961b', GradientType=0);
	color: white;
	text-decoration: none;
}

.casino-1xslots-reg-btn:focus,
.casino-1xslots-reg-btn:active {
	color: white;
	text-decoration: none;
}

.casino-1xslots-log-btn {
	display: block;
	height: 40px;
	width: 90px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 5px;
	text-decoration: none;
	font-size: 16px;
	max-width: 90px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f00;
	background: #df0909;
	background: -moz-linear-gradient(top, #df0909 0%, #7e1c03 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #df0909), color-stop(100%, #7e1c03));
	background: -webkit-linear-gradient(top, #df0909 0%, #7e1c03 100%);
	background: -o-linear-gradient(top, #df0909 0%, #7e1c03 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#df0909), to(#7e1c03));
	background: linear-gradient(to bottom, #df0909 0%, #7e1c03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df0909', endColorstr='#7e1c03', GradientType=0);
}

.casino-1xslots-log-btn:hover {
	background: #7e1c03;
	background: -moz-linear-gradient(top, #7e1c03 0%, #df0909 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7e1c03), color-stop(100%, #df0909));
	background: -webkit-linear-gradient(top, #7e1c03 0%, #df0909 100%);
	background: -o-linear-gradient(top, #7e1c03 0%, #df0909 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#7e1c03), to(#df0909));
	background: linear-gradient(to bottom, #7e1c03 0%, #df0909 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e1c03', endColorstr='#df0909', GradientType=0);
	color: white;
	text-decoration: none;
}

.casino-1xslots-log-btn:focus,
.casino-1xslots-log-btn:active {
	color: white;
	text-decoration: none;
}

.casino-1xslots-site-container {
	margin-top: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	margin: 0 -15px;
	padding: 0 15px;
}

.casino-1xslots-page-wrapper {
	max-width: 960px;
	width: 100%;
}

.casino-1xslots-main {
	min-height: 500px;
	margin: 0;
	padding: 30px 0px 15px 0px;
	min-height: -webkit-calc(100vh - 134px);
	min-height: -moz-calc(100vh - 134px);
	min-height: calc(100vh - 134px);
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.casino-1xslots .text {
	color: white;
	padding: 15px 0;
	font-size: 14px;
}

.casino-1xslots .text a {
	color: #ff0;
}

.casino-1xslots .text a:visited {
	color: #66c;
}

.casino-1xslots .text a:hover {
	color: #297fd5;
}

.casino-1xslots-content-area {
	width: 100%;
}

.casino-1xslots-content-area ul {
	margin-left: 20px;
	margin-bottom: 14px;
}

.casino-1xslots-copyright-footer {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 14px;
	color: grey;
}

.casino-1xslots-footer {
	text-align: center;
}

.casino-1xslots-foote-cover {
	max-width: 960px;
	margin: 0 -15px;
	padding: 5px 15px 0;
	position: relative;
	background: rgba(0, 0, 0, 0.6);
}

.casino-1xslots .cover-table {
	max-width: 100%;
	overflow: auto;
}

@media screen and (max-width: 959px) {
	.casino-1xslots-header {
		padding-bottom: 15px;
	}
	.casino-1xslots-top-block {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.casino-1xslots-right-side {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.casino-1xslots-main {
		padding-top: 15px;
		min-height: initial;
	}
	.casino-1xslots-buttons-block {
		padding: 20px 0 0;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.casino-1xslots-site-container {
		margin-top: 0;
	}
	.casino-1xslots-content-area {
		width: 100%;
		padding-right: 0px;
	}
}

@media screen and (max-width: 719px) {
	.casino-1xslots-right-side {
		width: 100%;
		max-width: initial;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.casino-1xslots-log-btn {
		width: 100%;
		margin: 5px 0;
		font-size: 16px;
	}
	.casino-1xslots-buttons-block {
		width: 100%;
		padding: 10px 0px 0 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.casino-1xslots-logo {
		width: 100%;
	}
	.casino-1xslots-top-block {
		padding: 0;
		padding-bottom: 0px;
		height: initial;
	}
	.casino-1xslots-header:after {
		height: 295px;
	}
}

@media screen and (max-width: 959px) {
	body {
		padding: 0 0px;
	}
}

@media screen and (max-width: 719px) {
	body {
		padding: 0px;
	}
}

@media (max-width: 768px) {
	.casino-1xslots.casino-1xslots-site-wraper {
		position: relative !important;
	}
}

.casino-1xslots-top-block {
	align-items: center !important;
}

@media (max-width: 768px) {
	.casino-1xslots-top-block {
		flex-direction: column;
	}
}

.casino-1xslots-buttons-block {
	width: initial !important;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 768px) {
	.casino-1xslots-buttons-block {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (max-width: 768px) {
	.casino-1xslots-right-side {
		flex-direction: column;
		width: 100%;
		padding: 15px 0;
	}
}

.cover-table {
	max-width: 100%;
	overflow: auto;
}

[data-pid] {
	cursor: pointer;
}

