* {
	margin: 0;
	border: 0;
}
img {
	max-width: 300px;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	background-image: url('https://i.pinimg.com/originals/60/8e/42/608e4226bb800053d7153dc51c1a19ec.png');
	color: #000;
	background-size: cover;
	background-attachment: fixed;
}
h1, h2, h3, h4 {
	font-family: 'Varela Round', sans-serif;
}
div, ul, li, a, span, form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="range"] {
	display: block;
	-webkit-appearance: none;
	background-color: #bdc3c7;
	max-width: 300px;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	margin: 0 auto;
	outline: 0;
}
.value {
	display: inline-block;
}
.ticket-num {
	width: 100%;
	text-align: center;
	font-size: 3em;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #504492;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid white;
	cursor: pointer;
	transition: .3s ease-in-out;
}
input[type="range"]::-webkit-slider-thumb:hover {
	background-color: white;
	border: 2px solid #504492;
}
input[type="range"]::-webkit-slider-thumb:active {
	transform: scale(1.6);
}
div#container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#qr ul li span {
    font-weight: 400;
	color: #d8d8d8;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    float: left;
    display: inline-block;
}
#right-part {
	width: 100%;
	background: #1e2538;
	color: #fff;
	align-items: center;
}
div#tab-topper .tabber {
	width: 50%;
	display: inline-block;
	height: 40px;
	cursor: pointer;
	float: left;
	line-height: 40px;
	background: #0a1021;
}
div#tab-topper .tabber.active {
	background: #1e2538;
}
div#tab-topper .tabber:hover {
	background: #192031;
}
div#qr {
	width: 100%;
	text-align: left;
}
#right-part .modal-inner {
	padding-top: 30px;
}
.tabber-topper {
	height: 30px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	background: #f38c1f;
}
.faqs li{margin-bottom:15px; width:100%; display:inline-block;}
div#actual-form, form#add_entries {
	width: 100%;
}
div#left-part a {
    color: #3b3b75;
    font-weight: 600;
    text-decoration: none;
}
div#left-part a:hover{text-decoration:underline;}
div#tab-topper {
	width: 100%;
	text-align: center;
	justify-content: space-between;
	text-align: center;
	position: relative;
	z-index: 100;
}
#left-part {
	display: flex;
	min-width: 480px;
	width: 480px;
}
div#logo {
	width: 100%;
	position: relative;
}
div#logo img {
	width: 100%;
}
.disclaimer {
	font-size: 0.7em;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 25px;
	color: #c7c7c7;
	left: 25px;
}
.modal-inner {
	padding: 30px;
	position: relative;
}
#right-part .modal-inner.active {
	position: relative;
	display: inline-block;
	width: 100%;
}
#right-part .modal-inner {
	display: none;
}
#right-part {
	width: 100%;
	background: #1e2538;
	color: #fff;
}
#spacer {
	max-width: 840px;
	width: 100%;
	padding: 20px;
}
div#main-modal {
	max-width: 800px;
	width: 100%;
	height: 450px;
	display: flex;
	background: #fff;
	box-shadow: #2278ca 0 0 17px;
	position: relative;
}
h3.tag-line {
	font-size: 1.86em;
	margin-top: 10px;
	font-weight: 400;
	color: #232940;
}
div#main-modal {
	max-width: 800px;
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	height: 450px;
	display: flex;
	background: #fff;
	box-shadow: #2278ca 0 0 17px;
	position: relative;
}
p {
	font-size: 1.1em;
	margin: 10px 0;
	letter-spacing: 0.5px;
}
ul {
	padding: 0;
	list-style: none;
	line-height: 1.2em;
	font-size: 1.1em;
	letter-spacing: 0px;
}
ul li {
	line-height: 1.4em;
}
ul li span {
	font-weight: 600;
	color: #232940;
}
h4.how-it-works {
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 5px;
	color: #504492;
	margin-top: 20px;
}
.price {
	display: inline-block;
}
.price-holder {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 20px;
}
.range-holder {
	padding-bottom: 20px;
}
div#built-with ul {
	width: 100%;
	text-align: center;
}
div#built-with ul li img {
	width: 100%;
}
div#built-with ul li {
	display: inline-block;
	width: 60px;
	margin-right: 10px;
}
.pay {
	background: #504492;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 1.2em;
	margin-top: 10px;
	border-radius: 5px;
	font-weight: 600;
}
.form-control {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 10px;
}
input#email {
	border: 3px solid #fff;
	border-radius: 8px;
	padding: 8px 10px;
	background: #1e2538;
	font-size: 1.1em;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}
.form-control label {
	/* width: 100%; */
	margin-left: 5px;
	display: inline-block;
	margin-bottom: -7px;
	float: left;
	z-index: 10;
	font-size: 0.9em;
	border-radius: 0px;
	padding: 0 9px;
	position: relative;
	background: #1e2538;
}
.current-game h4 {
	font-size: 1.3em;
	margin-bottom: 0px;
	font-weight: 400;
}
.current-game {
	margin-top: 10px;
	padding: 10px 0;
	/* border-radius: 10px; */
	border-top: 1px solid #e7e7e7;
}
h5.remaining i {
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}
.half {
	display: inline-block;
	float: left;
	width: 50%;
	padding-right: 10px;
}
h5.remaining span {
	font-size: 3.3em;
	font-weight: 400;
	margin-right: 5px;
}
.error {
	text-align: center;
	font-size: 2em;
	color: #f38c1f;
}
.small {
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 850px) {
	#spacer {
		max-width: 500px;
		width: 100%;
		padding: 20px;
	}
	div#main-modal {
		max-width: 800px;
		width: 100%;
		border-radius: 7px;
		overflow: hidden;
		height: auto;
		display: inline-block;
		background: #fff;
		box-shadow: #2278ca 0 0 17px;
		position: relative;
	}
	.disclaimer {
		font-size: 0.7em;
		display: inline-block;
		position: relative;
		bottom: 0;
		right: 0;
		color: #c7c7c7;
		left: 0;
		margin-top: 20px;
	}
	#left-part {
		min-width: 0;
		width: 100%;
	}
	div#container {
		position: relative;
	}
}
@media screen and (max-width: 500px) {
	h3.tag-line {
		font-size: 1.4em;
		margin-top: 10px;
		font-weight: 400;
		color: #232940;
	}
	p, ul {
		font-size: 0.9em;
	}
}
.active-address {
	font-size: 0.7em;
}
div#network-footer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: right;
	opacity: 0.2;
	font-weight: 400!important;
	font-size: 1.8em;
}