*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	display: none; /* Loading Page Effect */
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #36566d;
	margin: 0;
	padding: 0;
    height: 100%;
    background-image: url(../images/bg.jpg);
    background-color: #1a1d26;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
    background-attachment: fixed;
    overflow-x: hidden;
}
a {
	color: #48567D;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:hover, a:focus {
	color: #c71b13;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.logo {
	margin: 0 auto;
	text-align: center;
}
.logo a {
	display: inline-block;
	margin: 25px 0;
}
.logo img {
	width: 240px;
}

.ban-protection {
	font-size: 16px;
	text-align: center;
    border: 1px solid #e0e0e0;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}

.ban-switch {
	font-weight: bold;
	color: #01ad15;
}

.ban-protection i {
	padding-right: 10px;
	font-size: 40px;
	vertical-align: middle;
}

.last-update {
    margin: 0 auto;
    text-align: center;
    width: 220px;
    border: 1px solid #e0e0e0;
    padding: 7px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.last-update i {
	font-size: 20px;
	vertical-align: text-bottom;
}

.form-control {
    color: #ACB6C0;
}

.form-control {
	border-width: 1px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.main {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 5px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.title-bar {
	background-color: #000000;
	text-align: center;
	height: 100px;
	line-height: 100px;
	padding-left: 10px;
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	border-bottom: 2px solid #000000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}

.content-main {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.content-main2 {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.logox {
	background: #f7f7f7;
	padding: 5px;
	border: 2px solid #000000;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.platform, .tool-switch {
	padding: 20px 0;
	text-align: center;
}
.tool-switch {
	margin-top: 20px;
}

.loader-input p {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
}

.tool-input p {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
}
.platform p, .tool-switch p {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
}
.platform ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.platform ul li {
	display: inline-block;
	margin: 0 30px;
	font-size: 18px;
}
.platform ul li i {
	font-size: 48px;
	margin-bottom: 10px;
}
.platform ul li:hover, .platform ul li:focus {
	color: #48567D;
	cursor: pointer;
}
.active {
	color: #48567D;
}
.usernameAlert {
	display: none;
}
.usernameAlert2 {
	display: none;
}
.activationAlert {
	display: none;
}
.activationAlert2 {
	display: none;
}
.activationAlert3 {
	display: none;
}
.step-2, .step-3, .step-4, .step-5 {
	display: none;
}
.disabledJS {
	pointer-events: none;
}
.usernameInput {
	
}
.box-1, .box-2 {
	display: none;
}
.generator-icons {
	height: 22px;
}
.loader-input {
	background: #f8f8f8;
	padding: 20px;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.loader-input p img {
	height: 30px;
	margin-right: 5px;
	margin-top: -4px;
}
.tool-input {
	background: #000000;
	padding: 20px;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tool-input p img {
	height: 30px;
	margin-right: 5px;
	margin-top: -4px;
}
.tool-input2 {
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        height: 50px;
}

.tool-input2 p {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0;
	font-weight: 600;
}
.form-label {
	float: left;
	margin-left: 3px;
	color: #ed107f;
	font-size: 14px;
	
	letter-spacing: 1px;
}

.new-btn {
	margin-top: 5px;
	border: 1px solid #ffffff;
	padding: 10px 20px;
	background: #000000; 
	color: #fff;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 1px;
}
.new-btn:hover {
	margin-top: 5px;
	border: 2px solid #000000;
	padding: 10px 20px;
	background: #000000; 
	color: #f7f7f7;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 1px;
}
.new-btn2 {
	margin-top: 5px;
	border: 1px solid #ed107f;
	padding: 10px 20px;
	background: #ed107f; 
	color: #FFFF00;
	font-size: 16px;
	font-weight: 600;
        font-color: #FFFF00;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 10px;
	letter-spacing: 1px;
}
.new-btn3 {
	margin-top: 5px;
	border: 1px solid #477e05;
	padding: 10px 20px;
	background: #5fad03; 
	color: #fff;
	font-size: 14px;
	font-weight: 600;
        font-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 25px;
	letter-spacing: 1px;
}
.input-group {
	margin-bottom: 20px;
}
.input-group input {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 22px;
}
.live-stats {
	background: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	line-height: 22px;
}
.live-stats:last-child {
	border: 0;
}
.live-stats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flag {
	float: left;
	margin-right: 7px;
}
.flag img {
	border: 1px solid #bbb;
}
.live-stats b {
	margin-bottom: 3px;
	font-size: 18px;
	display: inline-block;
}
.live-stats span {
	font-weight: 700;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}
.live-stats li:nth-child(3) span {
	font-size: 14px;
	
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}
.live-stats li:nth-child(2) img {
	height: 22px;
	vertical-align: middle;
	margin-top: -8px;
	margin-right: 4px;
}
.text-disabled {
	color: #e74c3c !important;
}
.text-green {
	color: #ffffff !important;
}
.text-green1 {
	color: #ff0000 !important;
}
.text-grey {
	color: #c1c1c1 !important;
}
.text-brown {
	color: #ff7e00 !important;
}
.text-veren {
	color: #2b8221 !important;
}
.text-reden {
	color: #f90227 !important;
}
.acc-text {
	margin-left: -21px;
	margin-top: -40px;
	color: #48567D;
	font-weight: 600;
	background: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	float: left;

}
.acc-text img {
	position: relative;
	float: right;
	right: -30px;
}
.acc-box {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
	text-align: left;
	margin-top: 60px;
}
.acc-box p {
	padding: 0;
	margin: 0;
}
.acc-box p span {
	color: #48567D;
}
.acc-box p i {
	color: #48567D;
	margin: 0 5px;
	font-size: 22px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(54, 86, 109, 0.2);
  border-right: 1.1em solid rgba(54, 86, 109, 0.2);
  border-bottom: 1.1em solid rgba(54, 86, 109, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    margin-top: -17px !important;
  }
}

.carousel-control:hover, .carousel-control:focus {
    color: #ed107f;
}

.carousel-arrows-new {
	margin-top: -40px;
}

.select-platform i {
	color: #48567D;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: left;
    padding-left: 8px;
    font-weight: 600;
 
    background-color: #000000;
    border-radius: 15px;
}

.progress {
	border-radius: 15px;
    height: 27px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.imgpr {
width:auto;
text-align:center;
padding:0px;
}


.imgpr img {
width: 100%;
height: 100%;
object-fit: contain;
}
.text-info {
padding: 10px;
}

.responsive {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
