@import url("../fonts/hkgrotesk/hkgrotesk.css");
@import url("../fonts/sfouterlimitsextended/sfouterlimitsextended.css");
body, html {
	height: 100%;
}
body {
	font-family: 'hk_grotesk';
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background: #000;
}
#some h3 {
	font-size: 2.8125rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
#some .input-group-text {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	background-color: transparent;
	border: none;
	border-radius: 0;
	vertical-align: sub;
}
#slider {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 624px;
	margin: 0 auto;
	background: #b93b33;
	border: 1px solid #ff655c;
	border-radius: 4px;
	height: 10px;
}
#some .ui-state-default {
	width: 19px;
	height: 19px;
	border: 6px solid #ffffff;
	border-radius: 50%;
	background: #ffb6b6;
}
#amount {
	border: none;
	background: transparent;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
}
#find_match {
	display: block;
	margin: 0 auto;
	width: 205px;
	height: 55px;
	border: 1px solid #ff655c;
	background: #b93b33;
	border-radius: 12px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.envelope {
	background: -webkit-radial-gradient(circle farthest-corner at center center, rgb(0, 0, 0) 40%, rgb(151, 18, 0) 70%);
	background: -o-radial-gradient(circle farthest-corner at center center, rgb(0, 0, 0) 40%, rgb(151, 18, 0) 70%);
	background: -moz-radial-gradient(circle farthest-corner at center center, rgb(0, 0, 0) 40%, rgb(151, 18, 0) 70%);
	background: radial-gradient(circle farthest-corner at center center, rgb(0, 0, 0) 40%, rgb(151, 18, 0) 70%);
	position: relative;
	box-shadow: inset 0 0 12px 0 #000;
	-webkit-box-shadow: inset 0 0 12px 0 #000;
	-o-box-shadow: inset 0 0 12px 0 #000;
	-moz-box-shadow: inset 0 0 12px 0 #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 8px solid #ffffff;
}
.envelope::after {
	content: "";
	border: 16px solid #bf4037;
	width: 778px;
	height: 778px;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	margin-left: -389px;
	top: 50%;
	margin-top: -389px;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(1px);
}
.envelope::before {
	content: "";
	position: absolute;
	width: 828px;
	height: 828px;
	margin-left: -8px;
	z-index: 7;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 45%, rgba(0,0,0,1) 80%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 45%, rgba(0,0,0,1) 80%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 45%, rgba(0,0,0,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 );
}
.speedNobe {
	position: absolute;
	width: 100%;
	z-index: 10;
	transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	-moz-transition: all 2s;
	z-index: 15;
}
.speedPosition {
	position: absolute;
	color: #FFF;
	text-align: center;
	font-family: 'sf_outer_limits_extended';
	/*line-height: 80px;*/
	font-size: 2.75rem;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #000;
	z-index: 15;
	text-align: center;
}
.speedPosition span {
	font-size: 7rem;
	display: block;
	line-height: 4rem;
	margin-top: 140px;
}
.fonts {
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.speedNobe div {
	background: #000;
	position: absolute;
	height: 100%;
	top: 0;
	border-radius: 10px 0 0 10px;
	border-left: 6px solid #fff;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}
.numb, .nob {
	position: absolute;
	z-index: 10;
}
.nob {
	background: #fff;
	border-radius: 6px;
}
.numb {
	font-family: 'sf_outer_limits_extended';
	color: #fff;
	text-align: left;
	overflow: hidden;
	font-size: 2rem;
	font-weight: bold;
}
.nob.bright {
	opacity: 1;
}
.nob.danger {
	background: #FF113A;
	box-shadow: 0 0 2px 1px #FF113A;
	-webkit-box-shadow: 0 0 2px 1px #FF113A;
	-moz-box-shadow: 0 0 2px 1px #FF113A;
	-o-box-shadow: 0 0 2px 1px #FF113A;
}
.numb.bright {
	opacity: 1;
}
.numb.danger {
	color: #FF113A;
}
.smscr h3 {
	color: #ffffff;
	font-size: 1.5625rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.smscr h3 span {
	display: block;
	color: #ffffff;
	font-size: 4.375rem;
	text-align: center;
	text-transform: none;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 5px;
}
.fade-in {
	animation: fadeIn ease 10s;
	-webkit-animation: fadeIn ease 10s;
	-moz-animation: fadeIn ease 10s;
	-o-animation: fadeIn ease 10s;
	-ms-animation: fadeIn ease 10s;
}
 @keyframes fadeIn {
	0% {
		opacity:0;
	}
 	100% {
		opacity:1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
