/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	
	/**background: rgb(1,15,86); / Old browsers /
	background: -moz-linear-gradient(45deg, rgba(1,15,86,1) 0%, rgba(4,72,147,1) 66%, rgba(54,146,223,1) 100%); / FF3.6-15 /
	background: -webkit-linear-gradient(45deg, rgba(1,15,86,1) 0%,rgba(4,72,147,1) 66%,rgba(54,146,223,1) 100%); / Chrome10-25,Safari5.1-6 /
	background: linear-gradient(45deg, rgba(1,15,86,1) 0%,rgba(4,72,147,1) 66%,rgba(54,146,223,1) 100%); / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010f56', endColorstr='#3692df',GradientType=1 ); / IE6-9 fallback on horizontal gradient /
	**/
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

html,
body {
 height: 100%;
 position: relative;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}
.content-section{
	margin-top: 80px;
}
.container {
	max-width: 750px;
	color:#000;
}
/*-----------------------
#magnific popup overload
------------------------*/
.mfp-bg{
	opacity: 1;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	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;
}
::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-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.logo-s {
	display: table;
	margin: 7px auto 0 auto;
	max-width: 100px;
	max-height: 50px;
}
.logo-text {
	display: table;
	margin: 7px auto 0 auto;
	max-width: 100px;
}
.tool-title-wrapper {
	background: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	padding: 4px 5px 3px 6px;
	font-size: 0.5em;
	margin: 7px auto 0 auto;
	border-radius: 3px;
} 

/* -----------
#Pre-loader
-------------*/
.preloader-wrapper {
    background: #F1A04B;
    color: #F1A04B;
}
.preloader-wrapper {
    min-height: 100vh;
    font-family: Roboto, Arial;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5000;
}
.preloader-inner-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
header{
	text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 5;
    background: #fff;
    box-shadow: 2px 4px 20px rgb(34 90 89 / 20%);
    position: relative;
    width: 100%;
}
#content{
	
    
}

#main-content{
min-height: 100vh; /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 100px; /* height of your footer */
 background-image: linear-gradient(208deg, #F1A04B, #F1A04B, #F1A04B, #f58d42, #f57242);
}

.branding-wrapper i{
	line-height: 1;
	font-size: 3.5em;
	color: #F1A04B; 
}
.branding-wrapper img.logo-s{
	max-height: 80px;
	margin: 0 auto 15px auto;
	line-height: 1;
}
.branding-wrapper .logo-text{
	/*filter: invert(1);
	max-width: 170px;*/
	margin: 10px auto;
}

.after-header-wrapper {
	text-align: center;
	position: relative;
	padding: 20px 30px 0px;
}

}
.after-header-wrapper h2 {
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 3.5em;
	font-weight: 700;
}
.after-header-wrapper h4 {
	color: #000000;
	font-size: 1.4em;
	margin: 0;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 500;

}
.ig-logo{
	text-align: center;
	padding-bottom: 10px;
}
.ig-logo i{
	line-height: 1;
	font-size: 3em;
	color: #fff;
	margin: auto 0;
}
/*----------------------------------------------------
#Animation
------------------------------------------------------*/
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-scale-multiple.la-dark {
    color: #333;
}
.la-ball-scale-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-multiple {
    width: 32px;
    height: 32px;
}
.la-ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
       -moz-animation: ball-scale-multiple 1s 0s linear infinite;
         -o-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: .2s;
       -moz-animation-delay: .2s;
         -o-animation-delay: .2s;
            animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: .4s;
       -moz-animation-delay: .4s;
         -o-animation-delay: .4s;
            animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
    width: 96px;
    height: 96px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
             transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
           transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

/*----
---*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader-wrapper {
	min-height: 100vh;
	font-family: Roboto, Arial;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5000;
}
.preloader-inner-wrapper {
	position: relative;
	height: 150px;
	width: 150px;
	margin: 0 auto;
}
@-webkit-keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	5% {
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	5% {
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
.ball-scale-multiple {
	position: relative;
}
.ball-scale-multiple>div:nth-child(2) {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.ball-scale-multiple>div:nth-child(3) {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}
.ball-scale-multiple>div {
	position: absolute;
	top: 0;
	opacity: 0;
	margin: 0;
	border-radius: 100%;
	width: 150px;
	height: 150px;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite
}
/*--------------------------------------------------------------
# Status
--------------------------------------------------------------*/
.generator-status {
	position: relative;
	width: 100%;
	left: 0;
	bottom: -25px;
	z-index: 50;
}
.generator-status-content {
	margin: 0 auto;
	position: relative;
	display: table;
}
.status-item-wrapper:before {
    box-shadow: 2px 4px 20px rgba(34,90,89,0.3);
    border-radius: 8px;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	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;
	z-index: 5;
}
.status-label {
	font-size: 0.75em;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	color: #4f525a;
	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: #333;
	text-transform: uppercase;
}

.main-content {
	background: #fff;
	position: relative;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	/*border-radius: 35px;*/
}
.main-content .network-intro-header {
	text-align: center;
	position: relative;
	padding: 5px 70px;
	
	/*border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
	padding-bottom: 10px;
	-webkit-border-top-left-radius: 35px;
	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-topright: 35px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;

	*/
	
	
}
.main-content .network-intro-header i {	
	line-height: 1;
	font-size: 4em;
}
.main-content .network-intro-header img.logo-s {	
	max-height: 80px;
	display: table;
	margin: 0 auto 15px auto;
	line-height: 1;
}

.main-content .network-intro-header.network-intro-header-ig i {
	color: #000;
}
.main-content .network-intro-header .logo-text {
	filter: invert(1);
	max-width: 180px;
	margin: 10px auto;
}
.main-content .network-intro-header .tool-title-wrapper {
	background: transparent;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1;
	padding: 4px 5px 3px 6px;
	font-size: 2em;
	margin: 7px auto 0 auto;
	border-radius: 3px;
}
.network-intro-content {	
	position: relative;
	padding: 40px 60px 50px;
	-webkit-border-bottom-right-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
 
	-moz-border-radius-bottomright: 35px;
	-moz-border-radius-bottomleft: 35px;
 
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
 
}
.network-intro-content-ig {
	background: #fff;
}
.intro-title-wrapper {
	/*border-top: 2px solid gray;*/
	padding-top: 10px;
	text-align: center;
	color: #4f525a;
	font-weight: 700;
	line-height: 1;
	font-size: 1.9em;
	vertical-align: top;
	position: relative;
}
.intro-title-wrapper-2{
	padding-top: 10px;
	text-align: center;
	color: #4f525a;
	font-weight: 700;
	line-height: 1;
	font-size: 1.9em;
	vertical-align: top;
	position: relative;
}
.intro-step-title-number {
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 45px;
	width: 45px;
	padding: 7px 0 0 0;
	margin-right: 15px;
	border-radius: 50px;
}
.intro-instructions-wrapper {
	font-weight: 300;
	font-size: 0.4em;
	max-width: 330px;
	margin: 0 auto;
	border: 1px dashed rgba(0, 0, 0, 0.3);
	padding: 10px 5px;
	border-radius: 10px;
	color: rgba(0,0,0,0.7);
	line-height: 1.2;
}
.username-input-wrapper {
	background: rgba(247, 109, 35, 0.3);
	/*border-radius: 100px;*/
	max-width: 500px;
	position: relative;
	margin: 15px auto 0 auto;
}
.network-intro-content-ig .username-input-wrapper {
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px rgba(0, 0, 0, 0.3);
}
 
.username-input-wrapper i {
	position: absolute;
	color: #000;
	font-size: 2em;
	left: 28px;
	top: 27px;
}

.username-input-wrapper img {
	position: absolute;
	
	font-size: 2em;
	left: 28px;
	top: 21px;
	max-width: 30px;
}
 
.username-input {
	width: 100%;
	height: 90px;
	background: transparent;
	border: none;
	box-shadow: none;
	color: #000;
	font-size: 1.45em;
	font-weight: 600;
	padding: 0 0 0 80px;

}
.username-input::placeholder {
  color: #6b6c6e;
  opacity: 1;
}
.username-input:-ms-input-placeholder {
  color: #000;
}
.username-input::-ms-input-placeholder {
  color: #000;
}

.la-ball-scale-multiple{
	margin: 0 auto;
}
.button-wrapper {
	position: relative;
	margin: 40px auto 0 auto;
}
.button {

	background: #F1A04B;
	border-radius: 5px;
	max-width: 300px;
	padding: 10px 5px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	font-weight: 700;
	font-size: 1.3em;
	box-shadow: 2px 4px 20px rgba(0,0,0,0.3);
	-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;
}
.network-intro-content-ig .button {
	/*box-shadow: 0 0 0 4px #F1A04B, 0 0 0 5px #fff;*/
}	
.button:hover {
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px #fff;
	color: #000;
}
.followers-select-wrapper {
	position: relative;
	margin: 30px auto 0 auto;
}
.followers-select-item {
	background: rgba(255,255,255);
	border-radius: 12px;
	position: relative;
	text-align: center;
	padding: 15px 20px;
	cursor: pointer;
	box-shadow: 2px 4px 20px rgba(0,0,0,0.3);
	-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;
}
.followers-select-item img {
	display: table;
	max-width: 60%;
	margin: 0 auto;
}
.followers-select-item span.followers-value {
	font-weight: 700;
	font-size: 2em;
	color: #000;
	display: block;
	line-height: 1;
	margin: 10px auto 0 auto;
}
.followers-select-item span.followers-label {
	font-weight: 500;
	font-size: 1em;
	color: #000;
	display: block;
	line-height: 1;
	margin: 0 auto 0 auto;
}
.followers-select-item.active {
	background: transparent;
	box-shadow: inset 0 0 0 3px #F1A04B;
}
.popup-step-content {
	padding: 50px 40px;
	margin: 0 auto;
	max-width: 500px;
	width: 90%;
	position: relative;
	border-radius: 25px;
}
.popup-step-content-ig {
	background: #fff;
}
.popup-step-content .intro-title-wrapper {
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.popup-step-content .intro-instructions-wrapper {
	border: none;
	padding: 5px;
}
.console-process-wrapper {
	padding: 30px 0 0 0;
}
.console-message {
	text-align: center;
	margin: 25px auto 0 auto;
	font-size: 2em;
	color: #000;
	font-weight: 700;
}
.console-message-h {
	font-weight: 700;
}
.console-count-wrapper {
	position: relative;
	margin: 0 auto 25px;
	display: none;
	text-align: center;
	background: transparent;
	background: #fff;
	box-shadow: 2px 4px 20px rgba(0,0,0,0.3);
	border-radius: 30px;
	padding: 15px 20px;
	max-width: 250px;
}
.console-count-wrapper img {
	display: table;
	max-width: 40%;
	margin: 0 auto;
}
.console-count-amount {
	font-weight: 700;
	font-size: 2em;
	color: #000;
	display: block;
	line-height: 1;
	margin: 10px auto 0 auto;
}
.console-count-label {
	font-weight: 700;
	font-size: 1em;
	color: #4f525a;
	display: block;
	line-height: 1;
	margin: 0 auto 0 auto;
}
.console-loader-wrapper span.lnr {
	font-weight: bold;
	color: #F1A04B;
	font-size: 3.6em;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.console-loader-wrapper{
	color: #F1A04B;

}

/*--------------------------------------------------------------
# Verification
--------------------------------------------------------------*/
.verification-popup-wrapper {
	background-color: #fff;
    border-radius: 30px;
    padding: 1px 20px 20px 20px;
	max-width: 360px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.verification-popup-wrapper h3 {
	text-transform: uppercase;
	color: #000;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.9em;
}
.verification-popup-wrapper p {
	color: #999;
    font-size: 1.1em;
    /*text-align: justify;*/
    text-align-last: center;
}
.verification-username, .verification-followers-value {
	font-weight: 700;
}
/*.verification-popup-wrapper i {
	font-size: 30px;
	display: block;
	color: #3897f0;
	text-align: center;
	margin: 20px auto;
}*/
.button-verification {
	background: #F1A04B;
	color: #fff;
	font-size: 2em;
	  text-shadow:
    -1px -1px 0 #000,
     0   -1px 0 #000,
     1px -1px 0 #000,
     1px  0   0 #000,
     1px  1px 0 #000,
     0    1px 0 #000,
    -1px  1px 0 #000,
    -1px  0   0 #000;
}
.button-verification:hover {
	background: #333;
	color: #fff;
}
/*craxfff */
.verification-player-panel {
	position: relative;
	margin-top: 30px;
}

.verification-user-info .connected-player-item {
	margin-bottom: 0;
	background: #fff;
    box-shadow: 2px 4px 20px rgba(34,90,89,0.3) !important;
    border-radius: 20px;
	padding: 1px 1px 1px 1px;
	/*margin-top: 15px;*/
}
.connected-label{
	color: #4f525a;
	font-weight: 700;
	font-size: 0.7em;
}
.verification-user-info .connected-label {
	letter-spacing: 0;
}
.verification-user-info .connected-player-value {
	color: #000;
    font-size: 1em;
    margin-top: 5px;
}
.verification-user-info .console-generation-item {
	display: block;
	padding: 8px 10px 10px 10px;
	margin-top: 0;
}
.verification-user-info .console-generation-item img {
	max-width: 50px;
}
.verification-user-info .console-generation-item .resource-item-label {
	letter-spacing: 0;
	font-size: 0.7em;
	margin-top: 4px;
}

.console-generation-item {
	text-transform: uppercase;
	text-align: center;
	padding: 15px 10px;
	margin: 20px auto 0 auto;
	display: none;
	max-width: 300px;
	position: relative;
	background: #fff;
	box-shadow: 2px 4px 20px rgba(34,90,89,0.3) !important;
	border-radius: 20px;
	margin-top: 10px !important;
}
.console-generation-item img {
	max-width: 100px;
	margin: 0 auto 12px auto;
}
.console-generation-item i{
	color: #F1A04B;
	font-size: 1.8em;
	display: block;
	text-align: center; 
}


.console-generation-item-value {
	font-size: 1.4em;
	color: #000;
	font-weight: 700;
	line-height: 1;
}
.console-generation-item .resource-item-label {
	color: #4f525a;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
}

.verification-popup-wrapper i.fa-spinner {
	font-size: 2em;
	display: block;
	text-align: center;
	margin: 15px auto 20px auto;
	color: #000;
}
.h-v-time-left-wrapper {
	color: #aaa;
	font-size: 1.2em;
	margin-bottom: 15px;
}
#human_verification_timer_time {
	color: #151515;
	display: block;
	font-weight: 700;
	line-height: 1;
}
/*--------------------------------------------------------------
# Console Loader
--------------------------------------------------------------*/
.sk-chase {
  width: 60px;
  height: 60px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin: 0 auto;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
/* 
footer {
    position: relative;
    text-align: center;
    padding: 15px;
    font-size: 0.8em;
}
*/
footer{ 
    position: absolute;
    bottom: 0;
	text-align: center;
	color: rgba(255,255,255,0.2);
	padding: 10px;
	width: 100%;
	font-size: 0.8em;
	margin: 20px auto 0 auto;
 	 /*background: rgba(0,0,0,0.30);*/
	background: #fff;
}


footer p {
    margin: 0 auto;
    max-width: 600px;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	.console-message {
		font-size: 1.8em;
	}
	.content-section{
		margin-top: 75px;
	}
	 
	.main-content .network-intro-header {
		padding: 20px 50px;
	}
	.network-intro-content {
		padding: 30px 50px 40px;
	}
	footer span{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 1280px) {
	.console-message {
		font-size: 1.7em;
	}
	.content-section{
		margin-top: 70px;
	}
	.platform-nav-item-content {
		height: 120px;
	}
	.platform-nav-item-content i {
		font-size: 3em;
	}
	.logo-s {
		max-height: 35px;
	}
	.logo-text {
		max-width: 80px;
	}
	.main-content .network-intro-header i {
		font-size: 4.2em;
	}
	footer span{
		font-size: 0.85em;
	}
}
@media screen and (max-width: 700px) {
	.content-section{
		margin-top: 65px;
	}

	.after-header-wrapper h2 {
	 	font-size: 2.8em; 
	}

	.platform-nav-item-content i {
		font-size: 2.4em;
	}
	.logo-s {
		max-height: 30px;
	}
	.logo-text {
		max-width: 70px;
	}
	.platform-nav-item-content {
		height: 90px;
	}
	.platform-nav-item .tool-title-wrapper {
		display: none;
	}
	.verification-player-panel{
		margin-top: 0px;
	}
	footer{
		padding-left: 12px;
		padding-right: 12px;
	}
	footer span{
		font-size: 0.8em;
	}
}
@media screen and (max-width: 620px) {
	.console-message {
		font-size: 1.55em;
	}
	.content-section{
		margin-top: 60px;
	}
	.after-header-wrapper h2 {
	 	font-size: 2.5em; 
	}
	.followers-select-wrapper .row {
		margin: 0 -5px;
	}
	.followers-select-wrapper .col-4 {
		padding: 0 5px;
	}
	footer{
		padding-left: 10px;
		padding-right: 10px;
	}
	footer p{
		font-size: 0.7em;
	}
}
@media screen and (max-width: 550px) {
	.content-section{
		margin-top: 55px;
	}
	.after-header-wrapper h2 {
	 	font-size: 2.2em; 
	}
	.main-content .network-intro-header {
		padding: 15px 30px;
	}
	.network-intro-content {
		padding: 20px 25px 30px;
	}
	.main-content .network-intro-header .tool-title-wrapper {
		font-size: 1.6em;
	}
	.main-content .network-intro-header .logo-text {
		max-width: 120px;
	}
	.intro-title-wrapper {
		font-size: 1.4em;
	}
	.intro-step-title-number {
		height: 30px;
		padding-top: 5px;
	}
	.intro-instructions-wrapper {
		font-size: 0.55em;
		margin-top: 10px;
	}
	.username-input {
		font-size: 1.4em;
	}
	.followers-select-item {
		padding: 15px 10px;
	}
	.followers-select-item img {
		max-width: 75%;
	}
	.followers-select-item span.followers-value {
		font-size: 1.6em;
	}
	.followers-select-item span.followers-label {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 400px) {
	.content-section{
		margin-top: 50px;
	}
	.platform-nav-item-content i {
		font-size: 2em;
	}
	.logo-s {
		max-height: 25px;
	}
	.logo-text {
		max-width: 50px;
	}
	.platform-nav-item-content {
		height: 80px;
	}
	.platform-nav-item .tool-title-wrapper {
		display: none;
	}
	.main-content .network-intro-header {
		padding: 15px 25px;
	}
	.network-intro-content {
		padding: 20px 20px 30px;
	}
	.main-content .network-intro-header i {
		font-size: 3em;
	}
	.main-content .network-intro-header img.logo-s {
		max-height: 40px;
	}
	.main-content .network-intro-header .tool-title-wrapper {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.main-content .network-intro-header .logo-text {
		max-width: 100px;
	}
	.intro-title-wrapper {
		font-size: 1.2em;
	}
	.intro-step-title-number {
		height: 30px;
		width: 30px;
		padding-top: 5px;
		margin-right: 8px;
	}
	.intro-instructions-wrapper {
		font-size: 0.65em;
		margin-top: 10px;
	}
	.username-input-wrapper i {
		font-size: 1.4em;
		top: 34px;
	}
	.username-input {
		font-size: 1.3em;
		padding-left: 60px;
	}
	.console-message {
		font-size: 1.4em;
	}
	.popup-step-content {
		padding: 40px 25px;
	}
	#password-generation {
		padding: 10px 10px 10px 10px;
		letter-spacing: 3px;
		font-size: 1.4em;
	}
	.followers-select-wrapper .row {
		margin: 0 -3px;
	}
	.followers-select-wrapper .col-4 {
		padding: 0 3px;
	}
	footer{
		padding-left: 8px;
		padding-right: 8px;
	}
	footer span{
		font-size: 0.7em;
	}
}
@media screen and (max-width: 360px) {
	.username-input-wrapper img{
		top: 28px;
	}
	.content-section{
		margin-top: 45px;
	}
	.username-input {
		padding-left: 60px;
	}
	.followers-select-item span.followers-value {
		font-size: 1.4em;
	}
	footer{
		padding-left: 5px;
		padding-right: 5px;
	} 
}
@media screen and (max-width: 320px) {
	.content-section{
		margin-top: 40px;
	}

	.after-header-wrapper h2 {
	 	font-size: 1.7em; 
	}
	.platform-navigation-wrapper {
		margin-bottom: 20px;
	}
	.main-content .network-intro-header i {
		font-size: 2.4em;
	}
	.main-content .network-intro-header .logo-text {
		margin: 5px auto;
		max-width: 80px;
	}
	.main-content .network-intro-header .tool-title-wrapper {
		font-size: 1.1em;
		letter-spacing: 0;
	}
	.intro-instructions-wrapper {
		font-size: 0.6em;
	}
	.username-input-wrapper img{
		top: 15px;
	}
	.username-input-wrapper i {
		top: 18px;
	}
	.username-input {
		
		font-size: 1.3em;
		height: 60px;
	}
	.button-wrapper {
		margin-top: 20px;
	}
	.console-message {
		font-size: 1.3em;
	}
	.followers-select-wrapper {
		margin-top: 10px;
	}
	.followers-select-item {
		padding: 10px 10px;
	}
	.followers-select-item span.followers-value {
		font-size: 1.3em;
	}
	.followers-select-item span.followers-label {
		font-size: 0.65em;
	}
	.followers-select-item.active {
		box-shadow: inset 0 0 0 3px #F1A04B;
	}
	.followers-select-wrapper .row {
		margin: 0 -2px;
	}
	.followers-select-wrapper .col-4 {
		padding: 0 2px;
	} 

	footer p{
		font-size: 0.6em;
	}
}