/**************************

counter.mind

**************************/
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	min-height: 100vh;
	background-color: #222;
	background: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}
.container {
	max-width: 650px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus; {
	text-decoration: none !important;
	outline: none !important;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animation-delay-1200 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

header {
	position: relative;
	padding: 60px 0 40px 0;
}
.flex-me {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
	margin: 0 auto;
	display: table;
	max-width: 270px;
}
.status-wrapper {
	display: flex;
	margin: 0 -15px;	
}
.status-item-c {
	width: 33.33%;
	padding: 0 15px;
}
.status-item {	
	background: #171717;
	box-shadow: 0 2px 20px 0 rgba(90,120,180, 0.25);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.status-label {
	display: block;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 1px;
	font-weight: 300;
	color: #75ad2d;
	text-align: center;
}
.status-dynamic {
	display: block;
	font-weight: 700;
	text-align: center;
	margin-top: 5px;
}
.status-item .material-icons-two-tone {
	display: table;
	margin: 0 auto 5px;
	font-size: 1.6em;
	filter: invert(52%) sepia(66%) saturate(449%) hue-rotate(44deg) brightness(102%) contrast(91%);
}
.form-wrapper {
	background: #171717;
	box-shadow: 0 2px 20px 0 rgba(90,120,180, 0.25);
	padding: 50px 80px 80px;
	margin: 30px auto 30px;
}
.form-r-icon {
	display: table;
	margin: 0 auto 10px;
	max-width: 120px;
	transform: rotate(20deg);
}
.form-content h3 {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 2.4em;
}
.field-wrapper {
	position: relative;
}
.field-label {
	display: block;
	color: #75ad2d;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: center;
	font-size: 0.9em;
	margin: 0 auto 3px auto;
}
.field-wrapper .material-icons-two-tone {
	position: absolute;
	left: 25px;
	top: 24px;
	font-size: 2em;
	filter: invert(52%) sepia(66%) saturate(449%) hue-rotate(44deg) brightness(102%) contrast(91%);
}
.field-input {
	background: #f4f7fd;
	width: 100%;
	outline: none;
	border: 4px solid #2f580f;
	height: 80px;
	padding: 0 15px 0 70px;
	font-size: 1.2em;
}
.field-input::-webkit-input-placeholder {
	color: #97a7c9;
}
.field-input:-moz-placeholder {
	color: #97a7c9;
	opacity:  1;
}
.field-input::-moz-placeholder {
	color: #97a7c9;
	opacity:  1;
}
.field-input:-ms-input-placeholder {
	color: #97a7c9;
}
.f-field-w {
	position: relative;
}
.f-field-w-p {
	margin: 30px auto 0 auto;
}
.platform-field-wrapper {
	position: relative;
	display: flex;
	margin: 0 -10px;
}
.platform-item-wrapper {
	width: 33.33%;
	padding: 0 10px;
}
.platform-item {
	background: #f4f7fd;
	border: 4px solid #2f580f;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 2em;
	cursor: pointer;
	color: #97a7c9;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.platform-item.active {
	background: #75ad2d;
	color: #fff;
}
.f-button-w {
	margin: 50px auto 0 auto;
}
.un-button {
	background: #75ad2d;
	color: #fff;
	height: 80px;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	line-height: 80px;
	text-align: center;
	font-weight: 700;
	font-size: 1.6em;
	cursor: pointer;
	position: relative;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.un-button:after {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	content: '';
	display: block;
	background: -moz-linear-gradient(top, rgba(47,88,15,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(47,88,15,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(47,88,15,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f580f', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.un-button:hover::after {
	opacity: 0;
}
.un-button:active {
	border-bottom: none;
	top: 3px;
}
.un-button span {
	position: relative;
	z-index: 2;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.error-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -15px;
	text-align: center;
	font-size: 0.65em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ff4141;
	display: none;
}
.floating-char-wrapper {
	width: 700px;
	position: absolute;
	bottom: 0;
	right: 100px;
}
.modal-step-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.modal-step-title {
	text-align: center;
	margin: 0 0 30px 0;
}
.modal-step-title img {
	margin: 0 auto;
	display: table;
	max-width: 100px;
}
.modal-step-title h3 {
	margin: 0;
	font-size: 5em;
	font-weight: 900;
	-webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.resource-select-item {
	position: relative;
	border: 3px solid #000;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.8);
	cursor: pointer;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	z-index: 400;
}
.resource-item-overlay {
	position: absolute;
	font-size: 4em;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 5px;
	bottom: 40%;
	left: 0;
	line-height: 1;
	text-align: center;
	width: 100%;
	letter-spacing: -3px;
	font-weight: 900;
	-webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.resource-select-item:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.progress-wrapper {
	background: #171717;
	box-shadow: 0 2px 20px 0 rgba(0,0,0, 0.35);
	padding: 50px 80px 80px;
	margin: 30px auto 30px;
	max-width: 650px;
}
.progress-loadbar {
	display: block;
	margin: 50px auto 0 auto;
	background: #252525;
	max-width: 450px;
}
.progress-loadbar div {
	font-size: 17px;
	text-indent: 9999px;
	overflow: hidden;
	background: #75ad2d;
}
.progress-msg {
	text-align: center;
	font-size: 1.8em;
	min-height: 80px;
}
.progress-c-msg-val, .progress-u-msg-val {
	font-weight: 900;
	color: #75ad2d;
}
.progress-msg-info {
	color: #ff6000;
}
.progress-g-item {
	max-width: 200px;
	margin: 0 auto 30px auto;
	display: none;
	position: relative;
}
.progress-g-item-overlay {
	position: absolute;
	font-size: 4em;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 5px;
	bottom: 30%;
	left: 0;
	line-height: 1;
	text-align: center;
	width: 100%;
	letter-spacing: -3px;
	font-weight: 900;
	-webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.progress-loader {
	text-align: center;
	margin: 0 0 50px 0;
}
.progress-loader span {
	font-size: 9em;
	filter: invert(52%) sepia(66%) saturate(449%) hue-rotate(44deg) brightness(102%) contrast(91%);
}
.progress-loader span.loader-info {
	filter: invert(38%) sepia(85%) saturate(1888%) hue-rotate(1deg) brightness(102%) contrast(104%);
}
.human-verification-wrapper {
	background: #171717;
	box-shadow: 0 2px 20px 0 rgba(90,120,180, 0.25);
	padding: 50px 80px 80px;
	margin: 30px auto 30px;
	max-width: 650px;
	text-align: center;
}
.human-verification-wrapper h3 {
	font-weight: 900;
	font-size: 2em;
	margin: 0 0 20px 0;
}
.v-g-item {
	max-width: 150px;
	margin: 0 auto 30px auto;
	position: relative;
}
.v-g-item-overlay {
	position: absolute;
	font-size: 3em;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 5px;
	bottom: 30%;
	left: 0;
	line-height: 1;
	text-align: center;
	width: 100%;
	letter-spacing: -3px;
	font-weight: 900;
	-webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.human-verification-wrapper  i {
	font-size: 2em;
	margin: 15px auto;
	color: #75ad2d;
}
#v-amount, #v-username {
	color: #75ad2d;
	font-weight: 900;
}
#human_verification_timer_time {
	display: block;
	font-weight: 700;
}
#verification-button {
	display: table;
	margin: 0 auto;
	color: #fff !important
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
	.floating-char-wrapper {
		width: 600px;
		right: 30px;
	}
	header {
		padding: 40px 0 30px 0;
	}
	.logo {
		max-width: 180px;
	}
	.form-r-icon {
		max-width: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.floating-char-wrapper {
		width: 500px;
		right: 30px;
		z-index: -1;
	}
	header {
		padding: 30px 0 20px 0;
	}
	.logo {
		max-width: 140px;
	}
	.status-item {
		padding: 10px 20px;
	}
	.form-wrapper {
		margin-top: 15px;
	}
	.form-r-icon {
		max-width: 80px;
	}
	.form-content h3 {
		margin-bottom: 20px;
	}
	.f-field-w-p {
		margin: 15px auto 0 auto;
	}
	.f-button-w {
		margin: 30px auto 0 auto;
	}
}
@media screen and (max-width: 1280px) {
	.floating-char-wrapper {
		width: 400px;
		right: 30px;
		z-index: -1;
	}
	header {
		padding: 30px 0 20px 0;
	}
	.logo {
		max-width: 120px;
	}
	.status-item {
		padding: 8px 20px;
	}
	.form-wrapper, .progress-wrapper, .human-verification-wrapper  {
		padding: 40px 70px 60px;
	}
	.form-r-icon {
		max-width: 70px;
	}
	.form-content h3 {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 993px) {
	.modal-step-title h3 {
		font-size: 3.6em;
	}
	.resource-item-overlay {
		bottom: 20%;
		font-size: 3.6em;
	}
}
@media screen and (max-width: 670px) {
	.modal-step-title h3 {
		font-size: 3em;
	}
}
@media screen and (max-width: 575px) {
	header {
		padding: 20px 0 15px 0;
	}
	.form-wrapper, .progress-wrapper, .human-verification-wrapper  {
		padding: 40px 30px 60px;
	}
	.status-item-c-2 {
		display: none;
	}
	.status-item-c  {
		width: 50%;
	}
	.resource-item-overlay {
		bottom: 30%;
	}
	.resource-select-item {
		max-width: 200px;
		margin: 0 auto 20px auto;
	}
	.modal-step-title {
		margin-bottom: 20px;
	}
	.modal-step-title h3 {
		font-size: 2.4em;
	}
}
@media screen and (max-width: 460px) {
	.logo {
		max-width: 100px;
	}
	.form-content h3 {
		font-size: 2em;
	}
	.modal-step-title h3 {
		font-size: 2em;
		font-weight: 900;
	}
	.human-verification-wrapper h3 {
		margin-bottom: 15px;
	}
	.verification-inner p {
		font-size: 0.9em;
	}
	.modal-step-title img {
		max-width: 70px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 320px) {
	.progress-msg {
		font-size: 1.4em;
		min-height: 60px;
	}
	.form-wrapper, .progress-wrapper, .human-verification-wrapper  {
		padding: 30px 20px 40px;
	}
	.form-content h3 {
		font-size: 1.6em;
	}
	.modal-step-title img {
		display: none;
	}
	.modal-step-wrapper {
		padding-top: 10px;
	}
	.human-verification-wrapper h3 {
		font-size: 1.8em;
	}
	.v-g-item {
		max-width: 100px;
	}
	.v-g-item-overlay {
		font-size: 2em;
		bottom: 10%;
	}
	.human-verification-wrapper i {
		font-size: 1.6em;
		margin: 3px auto 8px auto;
	}
}
/**************************

counter.mind

**************************/