*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body{
	color:rgb(255,255,255);
}
img{
	vertical-align: middle;
	border:0;
	text-align:left;
}
a{
	text-decoration: none;
	color:inherit;
}
input, .infoLine, p, h2, h3{
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
input:focus{
	outline: none;
}
canvas{
	display:block;
}
p{
	margin:20px 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size:16px;
	text-align:center;
	line-height:130%;
	
	
}
h2{
	display:block;
	float:left;
	width:100%;
	margin:20px 0;
	text-align:center;
}
h3{
	display:block;
	text-align:center;
}
h3+p{
	margin-top:5px;
}
#page{
	float:left;
	width:100%;
	height:100%;
}
.advertisementArea{
	width: 300px;
	padding:0 10px;
	min-height:400px;
	overflow:hidden;
}
.advertisement{
	min-width:160px;
	margin-top:50px;

}
.advertisementBlock{
	margin-top:10px;
}
.advertisementBlock:first-child{
	margin-top:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
#centerArea{
	position:relative;
	width:550px;
	margin:0 auto;
	padding:20px 25px 0;
	background-color: rgba(0,0,0,0.3);
}
.centerAdvertisementArea{
	width:100%;
	margin: 5px 0;
}
.centerAdvertisementArea .advertisement{
	width:468px;
	margin:0 auto;
}
.yourAdHere{
	margin-top:-5px;
}
#header{
	width:520px;
	height:58px;
	margin:0 auto 20px;
}
#balance{
	float:right;
	width:186px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 21px;
	padding:17px 50px 17px 10px ;
	text-align:right;
	background: url(/application/views/style/images/btc.png) no-repeat 98% 40%;
	color: rgb(216,202,122);
}
#address{
	position:relative;
	width:468px;
	height:38px;
	margin: 5px auto 0px auto;
	padding:6px 2px;
	border:1px solid rgb(233, 56, 17);
	font-size:19px;
	text-align:center;
	color:rgb(250, 255, 76);
}
#signinForm{
	width:464px;
	height:32px;
	margin:-4px 0;
}
#signout{
	position:absolute;
	top:2px;
	right:-33px;
	color:white;
	
}
.additionally{
	width:468px;
	margin:0 auto 0;
	padding:5px 20px;
	text-align:center;
	color:rgb(255,255,255);
}
.success{
	background-color:rgba(96, 255, 4, 0.5);
}
.bonus{
	background-color:rgba(17, 61, 233, 0.7);
}
.error{
	background-color:rgba(255, 3, 3, 0.6);
}
.m5a{
	margin:5px auto;
}
#addressField{
	float:left;
	width:368px;
	height:32px;
	border:1px solid rgb(233, 56, 17);
	font-size:18px;
	text-align:center;
	color:rgb(255, 158, 76);
	padding:3px 0;
}
#signin{
	float:left;
	width:92px;
	height:32px;
	padding:5px 10px;
	margin-left:2px;
	background-color: rgb(233, 56, 17);
	color:rgb(255,255,255);
	cursor:pointer;
}
#getMore{
	float:left;
	width:468px;
	margin: 5px 26px 26px;
	padding:10px;
	border:1px solid rgb(255,255,255);
	background-color: rgba(0,0,0,0.6);
}
#getMore .header{
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:center;
	
}
#getMore .content{
	float:left;
	width:100%;;
}
#getMore .content div{
	float:left;
	text-align:center;
	width:223px;
}
#getMore .content div:first-child{
	border-right:2px solid rgb(255,255,255);
}
#getMore .content div span{
	display:block;
	
}
#thermometer{
	margin:0 auto;
}
.bonusArea{
	float:left;
	width:468px;
	margin:0 26px 20px;
	font-size:22px;
	color:rgb(246, 97, 5);
}
.bonusArea .label{
	float:left;
	width:172px;
	padding:5px 0;
}
.bonusArea .bonusTimer{
	float:left;
	height:30px;
	margin:3px 10px 3px 5px;
	padding:0 10px;
	font-size:24px;
	border:1px solid rgb(246, 97, 5);
	border-radius:3px;
}
.x{
	float:left;
	height:30px;
	margin:3px 10px 3px 5px;
	padding:0 10px;
	font-size:24px;
	border:1px solid rgb(246, 97, 5);
	border-radius:3px;
}
.bonusArea .bonusMultiplier{
	
}
.bonusArea .bonusAmount{
	float:right;
	padding:5px 0;
}
.bonusArea .description{
	float:right;
	padding:8px 0;
	font-size:17px;
}
.bonusArea .bonusNote{
	float:left;
	width:468px;
}
#transp{
	height: 345px;
	background-color: rgba(0,0,0,0.6);
	border-radius:7px;
	border:1px solid rgb(255,255,255);
}
#hourBonusInfo{
	float:left;
	width:428px;
	margin:10px 0;
	font-size:17px;
	

}

#hourBonusInfo .info{
	float:left;
	width:28px;
	text-align:center;
	border-right:1px solid rgb(246, 97, 5);
}
#hourBonusInfo .info:first-child{
	border:0;
}
#hourBonusInfo .info:last-child{
	border:0;
}
#hourBonusInfo .info div{
	padding:5px;
}
#hourBonusInfo .info div:first-child{
	border-bottom:1px solid rgb(246, 97, 5);
}
#hourBonusInfo .info.label{
	width: 76px;
	padding:0;
	border-radius:7px 0 0 7px;

}
#claimArea{
	position:relative;
}
#claim{
	width:100px;
	margin:0px auto;
	border:1px solid rgb(169,169,169);
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 21px;
	padding:10px ;
	text-align:center;
	color:rgb(255,255,255);
	background-color:rgb(233, 56, 17);
	-webkit-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#claim:hover{
	border:1px solid rgb(255,255,255);
	background-color: transparent;
}
#signalArea{
	position:absolute;
	top:6px;
	right:10px;
}
#signalArea div{
	float:left;
	padding: 9px 15px;
}
#signal{
	width:35px;
	height:35px;
	background: url(/application/views/style/images/signal.png) 0 0 no-repeat;
   	cursor:pointer;
}
#signal.checked{
    background-position: 0 -43px;
}

.note{
	text-align:center;
	font-size:16px;
	color:rgb(255,255,255);
}
#captchaForm{
	float:left;
	width:748px;
	padding:10px;
	border:1px solid rgb(255,255,255);
	background-color:rgba(0, 0, 0, 0.7);
}
#captchaArea{
	/*float:left;*/
}
#enterCaptcha{
	float:left;
	width:162px;
	padding:8px 12px;
	font-size:24px;
	color:rgb(255,255,255);
}
#enterCaptcha span{
	font-size:28px;
}
#captcha{
	/*float:right;*/
   /* margin-left: 222px;*/
	width:304px;
	height:78px;
}
#submit{
	float:left;
	display:block;
	width:100%;
	margin:0px 0px 2px;
	padding:4px 40px;
	border:1px solid rgb(255,255,255);
	font-size:20px;
	color:rgb(255,255,255);
	background-color:rgba(92, 150, 213,0);
	cursor:pointer;
	text-align: center;
}
#captchaAdvertisement{
	float:left;
	width:468px;
	height:84px;
}
.infoBlock{
	float:left;
	width:100%;
	margin:20px 0 0;
	font-size:20px;
	color:rgb(255,255,255);
	text-align:center;
}
.infoLine{
	margin:5px 0 20px;
}
.infoLine span:last-child{
	margin-left:15px;
}
.reduc{
	margin:-10px 0 5px;
}
.indent{
	margin-bottom:15px;
}
.orange{
	color:rgb(246, 97, 5);
}
.infoArea{
	float:left;
	width:260px;
	margin-bottom:20px;
}
.infoArea .info{
	float:left;
	width:260px;
}
.infoArea .info .label{
	font-size:16px;
}
.infoArea .info .infoText{
	float:left;
	width:130px;
	padding:5px 10px;
}
.infoArea .info .infoText:first-child{
	width:129px;
	border-right:1px solid rgb(255,255,255);
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.withdraw{
	height:58px;
	margin:0 auto;
	padding:12px 15px 12px 15px;
	border: 1px solid #FFF;
	font-size:30px;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
}
.withdraw:hover{
	background-color: rgba(0,0,0,0.7);
}


#withdraw2{
	height:58px;
	margin:0 auto;
	padding:12px 15px 12px 15px;
	border: 1px solid #FFF;
	font-size:30px;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
}
#withdrawTimer{
	width:270px;
	height:96px;
	margin:0 auto;
	padding:12px 15px 12px 5px;
	border:1px solid rgb(255, 255, 255);
	border-radius:3px;
	font-size:30px;
}
.count{
	display:block;
	float:left;
	width:62px;
	height:46px;
	text-align:center;
	font-size:44px;
}
.circumscribing{
	display:block;
	float:left;
	width:62px;
	height:20px;
	text-align:center;
	font-size:16px;
}
#withdrawHistory{
	float:left;
	width:488px;
	margin:0 15px 5px;
	padding:10px;
	border:1px solid rgb(255,255,255);
	background-color: rgba(0,0,0,0.6);
}
#withdrawHistoryContent{
	float:left;
	width:465px;
	padding:10px;
}

#withdrawHistoryContent .transaction{
	float:left;
	width:100%;
	height:33px;
	border-bottom:1px solid rgb(189, 189, 189);
}
#withdrawHistoryContent .transaction:first-child{
	border:0;
	margin-bottom:5px;
}
#withdrawHistoryContent .transaction:last-child{
	border:0;
}
#withdrawHistoryContent .transaction .date{
	float:left;
	width:150px;
	height:32px;
	padding:8px 5px;
	font-size:16px;
	text-align:center;
}
#withdrawHistoryContent .transaction .transactionInfo{
	float:left;
	width:100px;
	height:32px;
	padding:10px 5px;
	font-size:12px;
	text-align:center;
}
#withdrawHistoryContent .transaction .amount{
	float:left;
	width:180px;
	height:32px;
	padding:8px 5px;
	font-size:16px;
	text-align:right;
	letter-spacing:2px;
}

#withdrawHistoryContent .transaction:first-child .amount{
	text-align:center;
}
#withdrawHistoryContent  .transaction:first-child .transactionInfo{
	padding:8px 5px;
	font-size:16px;
	text-align:center;
}
#withdrawHistoryContent  .more{
	float:left;
	width:100%;
	height:32px;
	padding:10px 5px;
	font-size:16px;
	text-align:center;
}
#all.more{
	cursor:pointer;
}



.advertismentPlaces{
	float:left;
	width:200px;
	margin:0 30px;
}
.advertismentPlaces .advertismentPlace{
	float:left;
	width:200px;
	height:30px;
	margin:4px 0;
	padding:2px;
	border:1px solid rgb(255,255,255);
	text-align:center;
}
.advertismentPlaces .address{
	float:left;
	width:200px;
	padding:2px;
	font-size:14px;
	text-align:center;
	border:1px solid rgb(233, 56, 17);
	color:rgb(250, 255, 76);
}
.advertismentPlaces img{
	float:left;
	width:200px;
	margin:5px 0;
}
.advertismentPlaces .claim{
	float:left;
	width:50px;
	margin:2px 75px;
	border:1px solid rgb(169,169,169);
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	padding:4px ;
	text-align:center;
	color:rgb(255,255,255);
	background-color:rgb(233, 56, 17);
}
.advertismentPlaces .captcha{
	float:left;
	width:200px;
	margin:4px 0;
	font-size:30px;
	border:1px solid rgb(255, 77, 77);
	text-align:center;
	color: rgb(255, 77, 77);
}
.clear{
	clear:both;
}
#footer{
	width:100%;
	height:30px;
	margin-top:20px;
	padding:7px;
	font-size:16px;
	text-align:center;
	color:rgb(255,255,255);
}
#cop{
	position:relative;
}
#sup {
	position:absolute;
	right:-320px;
	top:-3px;
}
#popUpFoundation{
	display:none;
}
#popUpFoundation.show{
	display:block;
}
#popUpWraper{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
}
#popUpBlock{
	position:absolute;
	margin-top: 50px;
	padding-bottom:50px;
	z-index:3;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}
.antibot{
	float:left;
	width:100%;
	max-width:725px;
	margin:10px auto;
	padding:10px;
	border:1px solid #696969;
	text-align:center;
	color:rgb(0,0,0);
	background-color: #d2f7fb;
}
#antibotPuzzle span{
	margin:0 10px;
	font-weight: bold;
	cursor:pointer;
}
.antibotLink:hover{
	text-decoration:underline;
}
.puzzImg{
	width:80px; 
	height:80px;   
	background: url(/application/views/style/images/fImages/backHeroes.png);
	display:inline-block;
}
.puzzImg2{
	width:120px; 
	height:120px;   
	background: url(/application/views/style/images/fImages/backFoto.png);
	display:inline-block;
}
#btcPrice {
    color: #ffd437;
    font-size: 14pt;
    font-family: sans-serif;
    position: fixed;
    right: 3px;
    top: 5px;
    background: #4f4a4a;
    border: 1px solid #000;
    padding: 5px;
}
.show {
            display: block;
        }
.hide {
            display: none;
        }
.captchaLink{
	    padding: 5px;
		text-decoration: underline;
}
.captchaLink:hover{
		color:#6ab9ff;
}				