
body {
	background: url('../img/bg.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #f0f0f0;
	background-color: #f0f0f0;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container{
        max-width: 920px;
    }
}

.modal {
	z-index: 99999999999999999;
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-content {
	background: none;
	border: none;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-open .blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
}


/* Grid System */

.grid-column {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
}

.how-to-use-column {
	box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
    -moz-box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
    -webkit-box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
	background: #f7d048;
	background: -moz-linear-gradient(top, #f7d048 0%, #95f561 100%);
	background: -webkit-linear-gradient(top, #f7d048 0%,#95f561 100%);
	background: linear-gradient(to bottom, #f7d048 0%,#95f561 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d048', endColorstr='#de813c',GradientType=0 );
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}


.how-to-use-column:after {
	top: 0;
	left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/mark.png');
    background-repeat:no-repeat;        
    background-position: right top;
}

.home-page-column {
	background-color: rgba(255, 255, 255, 0.4);
	margin-bottom: 10px;
}

.home-page-background {
	box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
    -moz-box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
    -webkit-box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
	position: relative;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dfdfdf',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 35px;
	z-index: 1;
}

.home-page-background:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-image:  url('../img/Madden201Player.png');
    background-repeat:no-repeat;        
    background-position:left top;
    z-index: -1;
	-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.home-page-column h3 {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

.how-to-use-column h4 {
	text-transform: uppercase;
    color: #252525;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
    font-weight: bold;
}

.how-to-use-column p {
	margin-top: -10px;
	text-align: center;
}

.recent-activity-column {
	box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
    -moz-box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
    -webkit-box-shadow: 0 2px 10px 0 rgba(60, 85, 195, 0.4), 0 -2px 10px 0 rgba(60, 85, 195, 0.4);
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 0px!important;
}

.recent-activity-title {
	margin-top: -5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.recent-activity-footer {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #cedff3;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
 	padding-bottom: 7px;
}

.recent-activity-title b {
	font-size: 19px;
	float: left;
}

.recent-activity-title span {
	color: #c3d8ef;
	text-transform: uppercase;
	float: right;
}

.border-right {
	border-right: 1px solid #c3d8ef;
}

.activity-column b {
	font-size: 23px;
}

.activity-column span {
    text-transform: uppercase;
    top: -4;
    display: block;
    margin-top: -9px;
    font-size: 18px;
    color: #cbe4ff;
}

.coins-img {
	width: 40px;
}

.points-img {
	width: 40px;
}

.user-icon {
	margin-top: -3px;
	width: 25px;
}

.footer {
	padding-top: 10px;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}

.footer a {
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
}

.footer p {
	padding-top: 10px;
	color: #FFF;
	font-size: 13px;
}

.logo-footer {
	padding-top: 15px;
	margin: 0 auto;
}

.logo-footer img {
	width: 70px;
}

.logo {
	padding-bottom: 20px;
	margin: 0 auto;
}

.logo img {
	width: 300px;
}

/* Steps - Progress Bar */
.wizard-steps-container {
  position: relative;
  margin: 0 30px;
  margin-top: -10px;
}
.wizard-steps-container .progress-bar-container {
  left: 20px;
  right: 20px;
  position: absolute;
  height: 5px;
  background-color: #2E2E2C;
  top: 8px;
}
.wizard-steps-container .progress-bar-container .progress-bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background-color: #d98c36;
  transition: width 900ms ease;
}

.step-1 {

	color: #242424 ;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.steps .step {
  height: 20px;
  width: 20px;
  color: #242424;
  background-color: #2E2E2C;
  border-radius: 50%;
  position: relative;
}
.steps .step.done, .steps .step.active {
  background-color: #d98c36;
}

.steps .step .label {
  color: #242424;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  margin-left: 50px;
  margin-bottom: -6px;
  text-align: center;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
	content: counter(stepNum);
	font-family: inherit;
	font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
	background-color: #ddd;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
	z-index: 1;
	counter-increment: stepNum;
	text-align: center;
	display: table-cell;
	position: relative;
	color: #FFF;
}
.multi-steps > li:before {
	cursor: pointer;
	content: '\f00c';
	content: '\2713;';
	content: '\10003';
	content: '\10004';
	content: '\2713';
	display: block;
	margin: 0 auto 4px;
	background-color: #EAB642;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	border-width: 3px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 50%;
}
.multi-steps > li:after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #FFF;
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: -1;
}
.multi-steps > li:last-child:after {
	display: none;
}
.multi-steps > li.is-active:before {
	background-color: #EAB642;
	border-color: #FFF;
}
.multi-steps > li.is-active ~ li {
	color: #fff;
}
.multi-steps > li.is-active ~ li:before {
	background-color: #EAB642;
	border-color: #ddd;
}

.generator_platforms ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.generator_platforms ul li {
	cursor: pointer;
    display: inline-block;
    color: #d9fff9;
    padding: 15px 0 10px 0;
    width: 16.333333333333%;
    line-height: 28px;
}

.generator_platforms ul li:hover {
	background: #FFF;
	border-bottom: 6px solid #E6AE3F;
}

.generator_platforms ul li img {
	width: 100px;
}

.step-2, .step-3 {
	display: none;
	color: #242424
;
}

/* Buttons & Input */

.btn-generator {
	transition: unset;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	text-transform: uppercase;

	background: #1d1b1b ;
 
	 
 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebc340', endColorstr='#d57f34',GradientType=0 );
	-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright : 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-generator:hover {
	background:  #d1e458;
}

.btn-generator:focus {
	background: #E3A93C;
}

.btn-generator:active {
	background: #E3A93C;
}

.player-input {
	padding-right: 15px;
	margin-left:auto; 
	margin-right:0;
	width: 40%;
}

.player-input p {
	font-weight: bold;
	color: #252525;
	text-align: center;
}

.usernameInput {
    background: #fff;
}

.generator_platforms {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.8);
}

.platform-active {
	background: #FFF;
	border-bottom: 6px solid #E6AE3F;
	-webkit-box-shadow: -4px 0px 61px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 0px 61px -5px rgba(0,0,0,0.75);
	box-shadow: -4px 0px 61px -5px rgba(0,0,0,0.75);
}

.server-status {
	width: 100%;
	text-align: center;	
    padding-bottom: 10px;
    margin-top: -13px;
}


.server-status b {
	color: #989aa2;
}

.color-green {
	color: #82d81c !important;
}

/* Packages */

.packagesPage, .packagesPageCoins {
	display: none;
}

.packages {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.packages li {
	cursor: pointer;
	text-align: center;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.4);
	list-style-type: none;
	display: inline-block;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 2px solid gray;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.packages-bg {
	-webkit-box-shadow: -1px 2px 18px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 18px -2px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 18px -2px rgba(0,0,0,0.75);
	position: relative;
	text-align: center;
	background: #dadada;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px;
    z-index: 1;
	font-size: 27px;  
	color: #515151;
}

.packages-bg b {
	top: -15px;
	text-shadow: 1px 1px 0px #fff;
	color: #efb600;
}

.new-price {
	margin-top: -25px;
}

.packages-bg span {
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
}

.packages-amount {
	padding-top: 5px;
}

.packages-amount span {
	font-size: 20px;
    font-weight: bold;
}

.packages-amount img {
	margin-top: -5px;
}

.packages-about {
	font-size: 23px;
}

.packages-bg:after {
	top: 0;
	left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/l1.png');
    background-repeat:no-repeat;        
    background-position: 0% top;
    z-index: -1;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
}

.packages-bg:before {
	top: 0;
	left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/l2.png');
    background-repeat:no-repeat;        
    background-position: right bottom;
    z-index: -1;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
}


.packages-bg img {
	margin-top: -50px;
}

.package-active {
	background: #3198fa;
	background: -moz-linear-gradient(top, #3198fa 0%, #194ea6 100%);
	background: -webkit-linear-gradient(top, #3198fa 0%,#194ea6 100%);
	background: linear-gradient(to bottom, #3198fa 0%,#194ea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3198fa', endColorstr='#194ea6',GradientType=0 );
}

.package-active .packages-bg {
	background: #f9e200;
	background: -moz-linear-gradient(top, #f9e200 0%, #e89200 100%);
	background: -webkit-linear-gradient(top, #f9e200 0%,#e89200 100%);
	background: linear-gradient(to bottom, #f9e200 0%,#e89200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e200', endColorstr='#e89200',GradientType=0 );
}

.package-active .strike::before {
	border-color: #FFF;
}

.package-active .packages-bg b {
	text-shadow: none;
	color: #FFF;
}

.package-active .packages-bg:after {
	background-image: url('../img/z1.png');
}

.package-active .packages-bg:before {
	background-image: url('../img/z2.png');
}

.package-active .packages-bg img {
	content: url('../img/point-selected.png');
}

.packages li:hover {
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	-ms-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	background: #3198fa;
	background: -moz-linear-gradient(top, #3198fa 0%, #194ea6 100%);
	background: -webkit-linear-gradient(top, #3198fa 0%,#194ea6 100%);
	background: linear-gradient(to bottom, #3198fa 0%,#194ea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3198fa', endColorstr='#194ea6',GradientType=0 );
}

.packagesPageCoins ul li:hover .packages-bg img {
	content: url('../img/coin-selected.png');
}

.packagesPage ul li:hover .packages-bg img {
	content: url('../img/point-selected.png');
}

.packagesPageCoins ul .package-active .packages-bg img {
	content: url('../img/coin-selected.png');
}

.packagesPage ul .package-active .packages-bg img {
	content: url('../img/point-selected.png');
}


.packages li:hover .packages-bg {
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	-ms-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	background: #f9e200;
	background: -moz-linear-gradient(top, #f9e200 0%, #e89200 100%);
	background: -webkit-linear-gradient(top, #f9e200 0%,#e89200 100%);
	background: linear-gradient(to bottom, #f9e200 0%,#e89200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e200', endColorstr='#e89200',GradientType=0 );
}

.packages li:hover .strike::before {
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	-ms-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	border-color: #FFF;
}

.packages li:hover .packages-bg b {
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	-ms-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	text-shadow: none;
	color: #FFF;
}

.packages li:hover .packages-bg:after {
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	-ms-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	background-image: url('../img/z1.png');
}

.packages li:hover .packages-bg:before {
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	-ms-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	background-image: url('../img/z2.png');
}

/* Mobile CSS */

@media (max-width: 767px) {
    .steps .step .label {
        margin-left: 10px;
    	font-size: 13px;	
    }

    .player-input {
    	float: none;
    	padding-left: 15px;
    	width: 100%;
    }

	.generator_platforms ul li img {
		width: 50px;
	}
	.generator_platforms ul li {
		width: 22%;
	}

	.home-page-background:after {
		background-position: -150px 40%;
	}

	.player-input p {
		text-align: right;
	}

	.server-status {
		font-size: 11px;
	}

	.packages-bg img {
		width: 100px;
	}

	.packages li {
		margin-bottom: 40px;
		width: 45%;
	}

	.packages-about b {
		font-size: 16px;
	}

	.player-input p span {
		display: none;
	}

	.player-input p:after {
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900; 
		content: "\f007"; 
		font-size: 34px;
		text-shadow: 1px 1px 0px #FFF;
		margin-right: 15px;
	}

	.packages-amount span {
		font-size: 16px;
	}

	.activity-column b {
	    font-size: 20px;
	}
}

/* Magic Packages */

.gold-effect {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}

.title_bar {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url( '../img/titlebg.html' ) repeat-x;
	padding: 7px;
	padding-left: 12px;
}
.title_bar span {
	height: 50px;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
}

.human-verification {
	padding-top: 15px;
	display: none;
}

.font-verification-p {
	font-size: 23px;
}
.font-verification {
	color: #12fcc6;
	font-size: 30px;
}

.main_bg {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
	background: #1657E7 url( '../img/nav.html' ) no-repeat;
	background-position: left bottom;
	color: #FFF;
}

.load_text {
    font-size: 32px;
    display: inline-block;
    margin-left: 10px;
    top: -15px;
    position: relative;
    font-weight: bold;
}

.loader-count p {
	text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}