/****************************************************************************
 *****Body*******************************************************************
 ***************************************************************************/
body {
     background: #ffffff;	
	 font-family: 'Cabin', sans-serif;

}

/****************************************************************************
 *****Typography*************************************************************
 ***************************************************************************/
h1{font-size:29px;}
h2{font-size:26px;}
h3{font-size:20px;}
h1, h2, h3 {
	color: #020202;
	line-height: 34px;
	font-weight: 600;
	margin-top: 10px;
}
p {
    color: #fff;
	font-size: 18px;
}
/****************************************************************************
 *****Dividers***************************************************************
 ***************************************************************************/
.divider {
    border-top: 1px solid #000;
    border-bottom: 1px solid #303030;
    margin: 10px 20px;
}	

/****************************************************************************
 *****Header*****************************************************************
 ***************************************************************************/
.logo {
     margin-top: 25px;
	 margin-bottom: 25px;
}
.logo img {
     margin: 0 auto;
	 display: block;	
}

/****************************************************************************
 *****Boxes******************************************************************
 ***************************************************************************/
.wrapper {
	opacity: 1;
}
.box {
    margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 10px;
	background: #fffc00;
    border: 1px solid #020202;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
	height: 100%;
}
.box-content {
	padding: 20px;
}
.box-bottom {		
	margin: 20px;
	height: 45px;
}

/****************************************************************************
 *****Flex row***************************************************************
 ***************************************************************************/
.row.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.row.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flex-row > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/****************************************************************************
 *****Forms******************************************************************
 ***************************************************************************/
.box .input-group {
	margin-bottom: 20px;
}
.box .input-group-addon {
	background-color: rgba(46, 52, 61, 0.5);
	border: 1px solid #020202;
}
.box .input-group-addon i {
	color: #fff;
	font-size: 18px;
}
#username {
	background-color: rgba(46, 52, 61, 0.5);
	color: #fff;
	font-size: 18px;
	height: 100%;
	border: 1px solid #020202;
}
.box ::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px;
}
.box :-moz-placeholder {
   color: #fff;
   font-size: 18px;
}
.box ::-moz-placeholder {
   color: #fff;
   font-size: 18px;
}
.box :-ms-input-placeholder {
   color: #fff;
   font-size: 18px;
}
.box input::-webkit-input-placeholder {
   color: #fff;
   font-size: 18px;
}
.box input:-moz-placeholder {
   color: #fff;
   font-size: 18px;
}

/****************************************************************************
 *****Dropdown***************************************************************
 ***************************************************************************/
.dropdown {
	margin: 20px auto;
	position: relative;
    border: 1px solid #020202;
	-webkit-perspective: 800px;
	perspective: 800px;
	z-index: 2;
}
.dropdown.active .selLabel:after {
	content: '\25B2';
}
.dropdown.active .dropdown-list li:nth-child(1) {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.dropdown.active .dropdown-list li:nth-child(2) {
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}
.dropdown.active .dropdown-list li:nth-child(3) {
	-webkit-transform: translateY(300%);
	transform: translateY(300%);
}
.dropdown.active .dropdown-list li:nth-child(4) {
	-webkit-transform: translateY(400%);
	transform: translateY(400%);
}
.dropdown > span {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #cccc00;
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 0 50px 0 30px;
	position: relative;
	z-index: 9999;
	cursor: pointer;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dropdown > span:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 15%;
	width: 50px;
	text-align: center;
	font-size: 12px;
	height: 70%;
	line-height: 30px;
	border-left: 1px solid #020202;
}
.dropdown > span:active {
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
}
.dropdown > span:active:after {
	content: '\25B2';
}
.dropdown-list {
	position: absolute;
	top: 0px;
	width: 100%;
}
.dropdown-list li {
	display: block;
	list-style: none;
	left: 0;
	opacity: 1;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
	position: absolute;
	top: 0;
	width: 100%;
}
.dropdown-list li:nth-child(1) {
	background-color: #fff;
	z-index: 2;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.dropdown-list li:nth-child(2) {
	background-color: #fff;
	z-index: 1;
	-webkit-transform: translateY(3%);
	transform: translateY(3%);
}
.dropdown-list li:nth-child(3) {
	background-color: #fff;
	z-index: 1;
	-webkit-transform: translateY(3%);
	transform: translateY(3%);
}
.dropdown-list li span {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	font-size: 18px;
	line-height: 34px;
	padding: 0 30px;
	display: block;
	color: #2E343D;
	cursor: pointer;
}
.dropdown-list li span i {
	color: #2E343D;
}

/****************************************************************************
 *****Switch*****************************************************************
 ***************************************************************************/
.onoffswitch {
    position: relative; 
	width: 90px;
	margin: 10px auto 10px auto;
    -webkit-user-select:none; 
	-moz-user-select:none; 
	user-select: none;
	z-index: 1;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
	overflow: hidden; 
	cursor: pointer;
    border: 1px solid #020202; 
	border-radius: 5px;
}
.onoffswitch-inner {
    display: block; 
	width: 200%; 
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
	float: left;
	width: 50%;
	height: 30px;
    padding: 0;
	line-height: 30px;
    font-size: 18px;
	color: #fff; 
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: rgba(46, 52, 61, 0.5); 
	color: #fff;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: rgba(46, 52, 61, 0.5);
	color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
	width: 18px;
	margin: 6px;
    background: #fff;
    position: absolute; 
	top: 0; 
	bottom: 0;
    right: 56px;
    border: 2px solid #ffffff; 
	border-radius: 5px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/****************************************************************************
 *****Coins Adder************************************************************
 ***************************************************************************/
.coins-adder {
    -webkit-box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.6);
	border: 1px solid #020202;
}
.coins-adder-top {
	padding: 40px 10px 40px 20px;
	border-bottom: 1px solid #020202;
}
.coins-adder .box-coins-img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}
.coins-adder .box-coins span{
    display: block;
}
.coins-adder .box-coins-img img {
	display: block;
    min-width: 100%;
    min-height: 100%;
}
#coinsadd {
	font-size: 50px;
	font-family: 'Cabin Condensed', sans-serif;
	color: #020202;
    margin-bottom: 0;
}
@media only screen and (max-width : 480px) {
#coinsadd {
	font-size: 40px;
}	
}
#coinsaddtext {
	font-size: 12px;
	font-weight: 900;
	color: #020202;
    margin-bottom: 0;
}
.box-coins-buttons {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding-top: 1px;
	border-top: 1px solid #303030;	
}
.box-plus, .box-minus {
	height: 50px;
	background-color: rgba(46, 52, 61, 0.5);
	color: #020202;
	font-size: 18px;
}
.box-plus{
    border-left:1px solid #303030;  
}
.box-minus{
    border-right: 1px solid #020202;
}

.box-minus:hover, 
.box-minus:focus, 
.box-minus:active, 
.box-minus.active { 
     color: #fff;
} 
.box-plus:hover, 
.box-plus:focus, 
.box-plus:active, 
.box-plus.active {  
     color: #fff;
} 
.box-plus.disabled, 
.box-plus[disabled], 
fieldset[disabled] .box-plus, 
.box-plus.disabled:hover, 
.box-plus[disabled]:hover, 
fieldset[disabled] .box-plus:hover, 
.box-plus.disabled:focus, 
.box-plus[disabled]:focus, 
fieldset[disabled] .box-plus:focus, 
.box-plus.disabled:active, 
.box-plus[disabled]:active, 
fieldset[disabled] .box-plus:active, 
.box-plus.disabled.active, 
.box-plus[disabled].active, 
fieldset[disabled] .box-plus.active { 
      background-color: #cccc00;
      opacity: 1; 
      color: #fff;
} 
.box-minus.disabled, 
.box-minus[disabled], 
fieldset[disabled] .box-minus, 
.box-minus.disabled:hover, 
.box-minus[disabled]:hover, 
fieldset[disabled] .box-minus:hover, 
.box-minus.disabled:focus, 
.box-minus[disabled]:focus, 
fieldset[disabled] .box-minus:focus, 
.box-minus.disabled:active, 
.box-minus[disabled]:active, 
fieldset[disabled] .box-minus:active, 
.box-minus.disabled.active, 
.box-minus[disabled].active, 
fieldset[disabled] .box-minus.active { 
    background-color: #cccc00; 
    opacity: 1; 
    color: #fff;
}  
@media only screen and (max-width : 480px) {
#coinsadd {
	font-size: 40px;
}	
}

/****************************************************************************
 *****Buttons****************************************************************
 ***************************************************************************/
.btn.btn-success {
    color: #020202;
    background-color: #fffc00;
    background-image: linear-gradient(to bottom, #fffeb3, #fffc00);
    border-color: #020202 #020202 #020202;
}
.btn.btn-success:hover {
    color: #020202;
    background-color: #fffc00;
    background-image: linear-gradient(to bottom, #fffc00, #fffc00);
    border-color: #020202 #020202 #020202;
}

/****************************************************************************
 *****Generator**************************************************************
 ***************************************************************************/
#frames {
	height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.console {
     overflow: auto;
	 width: 315px;
	 margin: 0 auto;
}
.consoletext {
	margin-top: 25px; 	
}
.consoletext p {
	color: #fff;
}
.s11 {
	float: left;
	width: 60px;
}
.s12 {
	float: left;
	width: 170px;
	margin-left: 10px;
	margin-right: 10px;	
	margin-top: 20px;
}
.s13 {
	float: left;
	width: 60px;
}
.s11 i, .s13 i {
    font-size: 60px;
	color: #1a1a1a;
}
.s31 {   
	width:  75px;
	height: 75px;
	margin: 0 auto;
}
.s41 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: rgba(46, 52, 61, 0.5);
    height: 250px;
	width: 250px;
	margin: 0 auto;
}
.s41-top {
    padding: 10px;
	border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
	margin: 0;
}
.s41-top h2 {
	font-size: 22px;
	height: 24px;
    line-height: 24px;
    color: #020202;
	text-align: center;
}  
.s41-content img {
    margin: 25px auto;
	display: block;	
}
#coinsup {
  margin: 10px;
  background-color: rgba(46, 52, 61, 0.8);
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  color: #1a1a1a;
}
.s5 i {
   font-size: 60px;
   color: #1a1a1a;
   text-align: center;
   display: block;
}
#floatBarsG, #floatBarsG1 {
	position: relative;
	width: 150px;
	height: 18px;
	margin: auto;
}
.floatBarsG {
	position: absolute;
	top: 0;
	background-color: rgb(53,62,71);
	width: 18px;
	height: 18px;
	animation-name: bounce_floatBarsG;
	-o-animation-name: bounce_floatBarsG;
	-ms-animation-name :bounce_floatBarsG;
	-webkit-animation-name: bounce_floatBarsG;
	-moz-animation-name: bounce_floatBarsG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(.3);
	-o-transform: scale(.3);
	-ms-transform: scale(.3);
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
}
#floatBarsG_1, #floatBarsG_11 {
	left:0;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}
#floatBarsG_2, #floatBarsG_12 {
	left: 19px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}
#floatBarsG_3, #floatBarsG_13 {
	left: 37px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}
#floatBarsG_4, #floatBarsG_14 {
	left: 56px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}
#floatBarsG_5, #floatBarsG_15 {
	left: 75px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}
#floatBarsG_6, #floatBarsG_16 {
	left: 94px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}
#floatBarsG_7, #floatBarsG_17 {
	left: 112px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}
#floatBarsG_8, #floatBarsG_18 {
	left: 131px;
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s;
}
@keyframes bounce_floatBarsG {
	0%{
		transform: scale(1);
		background-color: rgb(248,172,55);
	}
	100%{
		transform: scale(.3);
		background-color: rgb(46,52,61);
	}
}
@-o-keyframes bounce_floatBarsG {
	0%{
		-o-transform: scale(1);
		background-color: rgb(248,172,55);
	}
	100%{
		-o-transform: scale(.3);
		background-color: rgb(46,52,61);
	}
}
@-ms-keyframes bounce_floatBarsG {
	0%{
		-ms-transform: scale(1);
		background-color: rgb(248,172,55);
	}
	100%{
		-ms-transform: scale(.3);
		background-color: rgb(46,52,61);
	}
}

@-webkit-keyframes bounce_floatBarsG {
	0%{
		-webkit-transform: scale(1);
		background-color: rgb(248,172,55);
	}
	100%{
		-webkit-transform: scale(.3);
		background-color: rgb(46,52,61);
	}
}
@-moz-keyframes bounce_floatBarsG {
	0%{
		-moz-transform: scale(1);
		background-color: rgb(248,172,55);
	}
	100%{
		-moz-transform: scale(.3);
		background-color: rgb(46,52,61);
	}
}
.cssload-box-loading {
	width: 49px;
	height: 49px;
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.cssload-box-loading:before {
	content: '';
	width: 49px;
	height: 5px;
	background: rgb(0,0,0);
	opacity: 0.1;
	position: absolute;
	top: 58px;
	left: 0;
	border-radius: 50%;
	animation: shadow 0.58s linear infinite;
	-o-animation: shadow 0.58s linear infinite;
	-ms-animation: shadow 0.58s linear infinite;
	-webkit-animation: shadow 0.58s linear infinite;
	-moz-animation: shadow 0.58s linear infinite;
}
.cssload-box-loading:after {
	content: '';
	width: 49px;
	height: 49px;
	background: #1a1a1a;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	animation: cssload-animate 0.58s linear infinite;
	-o-animation: cssload-animate 0.58s linear infinite;
	-ms-animation: cssload-animate 0.58s linear infinite;
	-webkit-animation: cssload-animate 0.58s linear infinite;
	-moz-animation: cssload-animate 0.58s linear infinite;
}
@keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@-o-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-o-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-o-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-o-transform: translateY(0) rotate(90deg);
	}
}
@-ms-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-ms-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-ms-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-ms-transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(90deg);
	}
}
@-moz-keyframes cssload-animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-moz-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 39px;
	}
	75% {
		-moz-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-moz-transform: translateY(0) rotate(90deg);
	}
}
@keyframes shadow {
	0%,
	100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}
@-o-keyframes shadow {
	0%,
	100% {
		-o-transform: scale(1, 1);
	}
	50% {
		-o-transform: scale(1.2, 1);
	}
}
@-ms-keyframes shadow {
	0%,
	100% {
		-ms-transform: scale(1, 1);
	}
	50% {
		-ms-transform: scale(1.2, 1);
	}
}
@-webkit-keyframes shadow {
	0%,
	100% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.2, 1);
	}
}
@-moz-keyframes shadow {
	0%,
	100% {
		-moz-transform: scale(1, 1);
	}
	50% {
		-moz-transform: scale(1.2, 1);
	}
}
#generator-third-step {
    height: 270px;
}
#generator-third-step i {
	color: #020202;
	font-size: 60px;
	text-align: center;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	
}
#generator-third-step .hv {
	color: #1a1a1a;
}
@media only screen and (max-width : 480px) {
.console {
	 width: 230px;
	 margin: 0 auto;
} 
.s11 {
	width: 40px;
}
.s12 {
	width: 110px;
	margin-top: 10px;
}
.s13 {
	width: 40px;
}
.s11 i, .s13 i {
    font-size: 40px;
}
 #floatBarsG, #floatBarsG1 {
	width: 108px;
	height: 13px;
}
.floatBarsG {
	width: 13px;
	height: 13px;
}
#floatBarsG_1, #floatBarsG_11 {
	left:0;
}
#floatBarsG_2, #floatBarsG_12 {
	left: 13px;
}
#floatBarsG_3, #floatBarsG_13 {
	left: 27px;
}
#floatBarsG_4, #floatBarsG_14 {
	left: 40px;
}
#floatBarsG_5, #floatBarsG_15 {
	left: 54px;
}
#floatBarsG_6, #floatBarsG_16 {
	left: 67px;
}
#floatBarsG_7, #floatBarsG_17 {
	left: 81px;
}
#floatBarsG_8, #floatBarsG_18 {
	left: 94px;

} 
#generator-third-step i {
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
}
/****************************************************************************
 *****Progress Bar***********************************************************
 ***************************************************************************/ 
#progressbargenerate {
    padding-top: 10px;	
}
.progress {
	border-radius: 0;
	height: 28px;
	line-height: 28px;
	background-color: rgba(46, 52, 61, 0.5);
	margin-bottom: 0;
}
.progress .progress-bar {
	border-radius: 0 0;
}
.progress-bar-generate {
	background: #1a1a1a;
}
.percent {
	background-color: rgba(46, 52, 61, 0.5);
	border-radius: 5px 0 0 5px;
	color: #1a1a1a;
	border-right: 1px solid #020202;
	float: left;
	padding: 3px 6px;
	line-height: 22px;
	width: 45px;
}

/****************************************************************************
 *****Live Feed**************************************************************
 ***************************************************************************/
#livefeed .box-content{
	height: 310px;
	padding: 10px;
}

#livefeed .box-content ul {
	overflow: hidden;
	height: 265px;
	padding-left: 0;
}
#livefeed .box-content ul.feed li {
    color: #020202;
	font-size: 14px;
	padding: 10px;
	background: #ffffff;
	background-color: rgba(46, 52, 61, 0.5);
    border: 1px solid #020202;
	margin-bottom: 10px;
	display: block;
}
ul.feed .flag-icon {
	border: 1px solid #FEB70C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
}
#livefeed .box-content ul.feed li i {
	display: block;
	font-size: 10px;
	color: #fff;
	font-weight:  900;
}
#livefeed .box-content ul.feed li span {
	float: right;
	font-size: 1.5em;
	margin-top: -9px;
}
#livefeed p {
    font-size: 14px;
	padding-top: 15px;	
}
.sstatus, .online {
	color: #020202;
}

/****************************************************************************
 *****Comments***************************************************************
 ***************************************************************************/
.comment {
   margin-bottom: 25px;
}
.avatar i {
	font-size: 45px;
	color: #1a1a1a;
	padding-top: 5px;
}
.comment-body {
	padding: 10px;
	color: #fff;
    background-color: rgba(46, 52, 61, 0.5);
}
.comment-heading{
	color: #020202;
}
.newcomment .form-control {
    border: 1px solid #020202;
}
.newcomment label {
	color: #fff;
	font-size: 18px;
}
.newcomment input[type="text"]{
    background-color: rgba(46, 52, 61, 0.5);
	color: #fff;
	font-size: 18px;
}
.newcomment textarea { 
    background-color: rgba(46, 52, 61, 0.5);
	color: #fff;
	font-size: 18px;
}
/****************************************************************************
 *****Chat*******************************************************************
 ***************************************************************************/ 
.chatbox {
  height: 320px;
  overflow-y: hidden;
  overflow-x: hidden;
  color: #ffffff;
  font-family: 'Cabin', sans-serif;
  background-color: rgba(46, 52, 61, 0.5);
  padding: 5px;
}
.chat {
    list-style: none;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 0;
}
.chat li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.chatbox .time{
	color: #020202;
}
.chatbox .user{
	color: #020202;
}
.chatbox .message{
	color: #ffffff;
}
#chat-input {
	background-color: rgba(46, 52, 61, 0.5);
	border: 1px solid #020202;
	color: #fff;
}
.chatbox :-ms-input-placeholder {
    color: #fff;
}
.chatbox input::-webkit-input-placeholder, .chatbox .panel-footer textarea::-webkit-input-placeholder {
    color: #fff;
}
.chatbox input:-moz-placeholder, .chatbox .panel-footer textarea:-moz-placeholder {
    color: #fff;
}
.btn-send { 
  color: #ffffff; 
  background-color: #cccc00; 
  border-color: #020202;
  font-family: 'Cabin', sans-serif;
} 
.btn-send:hover, 
.btn-send:focus, 
.btn-send:active, 
.btn-send.active, 
.open .dropdown-toggle.btn-send { 
  color: #ffffff; 
  background-color: #cccc00; 
  border-color: #020202; 
}  
.btn-send:active, 
.btn-send.active, 
.open .dropdown-toggle.btn-send { 
  background-image: none; 
}  
.btn-send.disabled, 
.btn-send[disabled], 
fieldset[disabled] .btn-send, 
.btn-send.disabled:hover, 
.btn-send[disabled]:hover, 
fieldset[disabled] .btn-send:hover, 
.btn-send.disabled:focus, 
.btn-send[disabled]:focus, 
fieldset[disabled] .btn-send:focus, 
.btn-send.disabled:active, 
.btn-send[disabled]:active, 
fieldset[disabled] .btn-send:active, 
.btn-send.disabled.active, 
.btn-send[disabled].active, 
fieldset[disabled] .btn-send.active { 
  background-color: #020202; 
  border-color: #020202; 
}

/****************************************************************************
 *****Hidden on page load****************************************************
 ***************************************************************************/ 
#generator-second-step {
	display: none;
}
.s1, .s2, .s3, .s4, .s5 {
	display: none;
}
#generator-third-step {
	display: none;
}
#progressbargenerate, #verification {
	display: none;
}