/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/

/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
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;
}

/*--------------------------------------------------------------
# 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-1400 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.animation-delay-1600 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button-wrapper {
	margin: 40px 0 0 0;
	position: relative;
}
.ntflx-btn {
	display: block;
	position: relative;
	max-width: 400px;
	height: 60px;
	line-height: 58px;
	color: #fff !important;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);	
	border-radius: 4px;
}
.ntflx-btn:before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	background: #E50914;
	border-radius: 4px;
}
.ntflx-btn span {
	position: relative;
	z-index: 2;
}
.ntflx-btn:hover, .ntflx-btn:visited  {
	color: #fff;
}
.ntflx-btn:active {
	transform: scale(0.95);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	text-align: center;
	padding: 140px 0 50px 0;
	position: relative;
	z-index: 5;
	position: relative;
	width: 100%;
}
.logo-img {
	margin: 0 auto 15px auto;
	display: table;
	max-width: 400px;
	fill: #E50914;
}
/*--------------------------------------------------------------
# Status
--------------------------------------------------------------*/
.generator-status {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -25px;
	z-index: 50;
}
.generator-status-content {
	margin: 0 auto;
	position: relative;
	display: table;
}
.status-item-wrapper:before {
    background-color: #222;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 4px;
	top: 0;
	z-index: -1;
}
.status-item-wrapper {
	display: inline-block;
	text-align: center;
	max-width: 150px;
	padding: 10px 15px;
	margin: 0 5px;
	position: relative;
	border-radius: 4px;
	z-index: 5;
}
.status-label {
	font-size: 0.75em;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	color: #999;
	margin: 0 0 8px 0;
	font-weight: 700;
}
.status-dynamic {
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	line-height: 0.5;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Main Wrapper
--------------------------------------------------------------*/
.main-wrapper {
	position: relative;
	z-index: 15;
}
.main-bg {
	width: 100%;
	position: relative;
	display: block;
	position: fixed;
	background: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.overlay-bg {
	width: 100%;
	position: relative;
	display: block;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.main-content {
	padding: 0 0 0 0;
}
.main-content .container {
	max-width: 640px;
}
.generator-wrapper {
	position: relative;
	margin: 0 auto 40px auto;
	min-height: 500px;
	color: #fff;
	padding: 60px 80px 90px 80px;
	z-index: 50;
}
.generator-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0.9;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}
.generator-header-wrapper {
	position: relative;
	left: 0;
	width: 100%;
}
.generator-header {
	text-align: center;
	position: relative;
	padding-top: 15px;
	margin: 0 auto;
	padding: 15px 0 40px 0;
	border-bottom: 2px solid #222;
	z-index: 60;
}
.generator-header h1 {
	line-height: 1;
	color: #fff;
	font-size: 2.8em;
	letter-spacing: 1px;
	margin: 0 auto;
}
.h-bottom {
	display: block;
}
.generator-content {
	position: relative;
	padding: 40px 0 0 0;
}
.label {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	color: #E50914;
}
.input-wrapper {
	position: relative;
}
.input-wrapper:before {
	content: '';
	position: absolute;
	background: #333;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	top: 0;
}
.input-icon {
	position: absolute;
	left: 20px;
	top: 31px;
	max-width: 40px;
}
.s-input {
	width: 100%;
	height: 90px;
	border-radius: 4px;
	color: #fff;
	background: transparent;
	border: none;
	box-shadow: none;
	font-size: 1.8em;
	line-height: 1;
	padding: 0 0 0 80px;
	font-weight: 700;
	outline: none !important;
}
.s-input::-webkit-input-placeholder {
	color: #8c8c8c;
}
.s-input:-moz-placeholder {
	color: #8c8c8c;
	opacity:  1;
}
.s-input::-moz-placeholder {
	color: #8c8c8c;
	opacity:  1;
}
.s-input:-ms-input-placeholder {
	color: #8c8c8c;
}
.error-holder {
	position: relative;
}
.input-error-wrapper {
	text-align: center;
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	font-size: 0.9em;
	color: #E87C03;
	opacity: 0;
}
.visible {
	opacity: 1;
}
.small-margin {
	margin: 0 -10px;
}
.small-padding {
	padding: 0 3px;
}

/*--------------------------------------------------------------
# Preparing to generate
--------------------------------------------------------------*/
.preparing-wrapper .console-msg {
	font-size: 2em;
	color: #fff;
}
.console-loadbar {
	width: 90%;
	max-width: 640px;
	padding: 10px 15px;
	display: block;
	margin: 30px auto 0 auto;
	background: #333;
	border-radius: 4px;
}
.console-loadbar div {
	font-size: 20px;
	text-indent: 9999px;
	overflow: hidden;
	background: #E50914;
	border-radius: 4px;
}

/*--------------------------------------------------------------
# Modal Popup
--------------------------------------------------------------*/
.master-modal {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	color: #333333;
}
.mfp-bg {
	opacity: 1;
	background: #fff;
}
.modal-content {
	padding: 0 30px;
}
.modal-content {
	text-align: center;
}

/*--------------------------------------------------------------
# Console
--------------------------------------------------------------*/
.console-logo-wrapper {
	margin-bottom: 50px;
}
.console-logo-wrapper .logo-img {
	max-width: 280px;
}
.console-title {
	font-size: 1.4em;
	text-align: center;
	color: #ababab;
	font-weight: 700;
	position: relative;
	top: -12px;
}
.console-wrapper {
	background: #f3f3f3;
	border: 1px solid #e6e6e6;
	padding: 50px 60px;
	margin: 0 auto;
	max-width: 640px;
}
.console-msg-wrapper {
	position: relative;
	margin: 25px 0 0 0;
}
.console-msg {
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	color: #333;
}
.console-msg-email {
	color: #E50914;
	display: block;
	font-size: 0.8em;
}
.console-msg-completed {
	color: #24c674;
}
.console-msg-failed {
	color: #E50914;
}
.loader-wrapper {
	text-align: center;
}
.loader-wrapper span.lnr {
	color: #aaa;
	display: table;
	margin: 0 auto;
	font-size: 8em;
	text-align: center;
}
.loader-wrapper span.lnr.console-msg-completed {
	color: #24c674;
}
.loader-wrapper span.lnr.console-msg-failed {
	color: #E50914;
}
.console-wrapper .console-loadbar {
	margin-top: 50px;
	background: #bbb;
}

/*--------------------------------------------------------------
# Human Verification
--------------------------------------------------------------*/
.human-verification-wrapper {
	position: relative;
	text-align: center;
	padding: 40px 50px;
	max-width: 620px;
	margin: 0 auto;
	border-radius: 4px;
}
.human-verification-wrapper:before {
	background: #333;
	border: 1px solid #222;
	border-radius: 4px;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	top: 0;
	-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;
}
.human-verification-wrapper h3 {
	font-size: 3.2em;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
	line-height: 1;
}
.human-verification-wrapper p {
	color: #aaa;
	font-size: 1.3em;
	max-width: 500px;
	margin: 0 auto 25px auto;
	display: table;
}
.verification-premium-info-wrapper {
	position: relative;
	margin-top: 20px;
}
.verification-premium-label {
	font-size: 1em;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.verification-premium-info {
	padding: 10px 10px;
	background: #e50914;
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
}
.verification-premium-info-label {
	color: rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 0.85em;
}
.verification-premium-info-email-value {
	color: #fff;
	font-weight: 700;
}
.human-verification-wrapper i.fa-spinner {
	font-size: 2.6em;
	display: block;
	text-align: center;
	margin: 35px auto 20px auto;
	color: #E50914;
}
.h-v-time-left-wrapper {
	color: #aaa;
	font-size: 1.2em;
	margin-bottom: 15px;
}
#human_verification_timer_time {
	color: #fff;
	display: block;
	font-weight: 700;
	line-height: 1;
}
a#verification-button{
	color: #fff !important;
}
a#verification-button:hover {
	color: #fff !important;
}

/*--------------------------------------------------------------
# loader
--------------------------------------------------------------*/
.loader {
  color: #E50914;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
	header {
		padding: 90px 0 60px 0;
	}
}
@media screen and (max-width: 1280px) {
	header {
		padding: 70px 0 20px 0;
	}
	.logo-img {
		max-width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.main-content {
		padding: 0;
	}
	.container {
		padding: 0 15px;
	}
	.logo-img {
		max-width: 280px;
	}
	.generator-wrapper {
		padding: 30px 30px 50px 30px;
	}
	.generator-content {
		padding-top: 30px;
		border-radius: 0;
	}
	.small-margin {
		margin: 0 -5px;
	}
	.small-padding {
		padding: 0 5px;
	}
}
@media screen and (max-width: 575px) {
	.logo-img {
		max-width: 240px;
	}
	.generator-header h1 {
		font-size: 2em;
	}
	.s-input {
		font-size: 1.4em;
	}
	.console-msg {
		font-size: 2em;
	}
}
@media screen and (max-width: 440px) {
	.logo-img {
		max-width: 220px;
	}
	.status-item-wrapper-2 {
		display: none;
	}
	.generator-wrapper {
		min-height: auto;
	}
	.generator-header {
		padding-top: 0;
	}
	.generator-header h1 {
		font-size: 1.8em;
	}
	.label {
		font-size: 1.2em;
	}
	.generator-content {
		padding-top: 40px;
	}
	.console-wrapper .console-msg {
		font-size: 2em;
	}
	.human-verification-wrapper {
		padding: 30px 30px;
	}
	.human-verification-wrapper h3 {
		font-size: 2.8em;
	}
	.preparing-wrapper .console-msg {
		font-size: 1.6em;
	}
	.console-logo-wrapper {
		margin-bottom: 30px;
	}
	.console-logo-wrapper .logo-img {
		max-width: 150px;
	}
	.console-title {
		font-size: 1em;
	}
	.console-wrapper .console-msg {
		font-size: 1.6em;
	}
	.console-wrapper {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 400px) {
	header {
		padding: 90px 0 30px 0;
	}
	.generator-wrapper {
		padding: 30px 20px 40px 20px;
	}
	.s-input {
		font-size: 1.1em;
	}
	.input-error-wrapper {
		font-size: 0.8em;
		font-weight: 700;
	}
	.human-verification-wrapper h3 {
		font-size: 2.4em;
	}
}
@media screen and (max-width: 370px) {
	.human-verification-wrapper h3 {
		font-size: 2.8em;
		margin-bottom: 15px;
	}
	.preparing-wrapper .console-msg {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 360px) {
	.label {
		font-size: 1em;
	}
	.console-wrapper .console-msg {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 340px) {
	.status-item-wrapper {
		padding: 10px 11px;
	}
	.verification-user-info .connected-player-value {
		font-size: 13px;
	}
	.ntflx-btn {
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	.logo-img {
		max-width: 200px;
	}	
	header {
		padding: 30px 0 15px 0;
	}
	.button-wrapper {
		margin-top: 12px;
	}
	.loader {
	  font-size: 40px;
	  margin: 20px auto;
	}
	.console-wrapper .console-msg {
		font-size: 1.3em;
	}
	.human-verification-wrapper {
		padding: 15px 25px;
	}
	.human-verification-wrapper h3 {
		font-size: 2.2em;
	}
	.human-verification-wrapper p {
		font-size: 1.1em;
	}
	.verification-user-info .console-generation-item .resource-item-label {
		font-size: 0.6em;
	}
	.human-verification-wrapper i.fa-spinner {
		font-size: 2em;
		margin: 18px auto 10px auto;
	}
	
}

.modal, .modal-dialog, .modal-content, .modal-body {
	-webkit-overflow-scrolling: auto !important;
	overflow-y: auto !important;
}


/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/