*{
	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;
}
html, body{
	height: 100%;
}
body{
	/*background: #2E2727 url(/application/views/style/images/background.gif);*/
	background: #022237 url(/application/views/style/images/background.jpg)  no-repeat center center fixed;
	color:#0192C9;
	/*color:#6666cc;*/
	font-size:15px;
	
}
img{
	vertical-align: middle;
	text-align:left;
	border:0;
}
a{
	text-decoration: none;
	color:inherit;
}
input{
	-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;
}
@font-face{
    font-family: Font; 
   		
     /*src: url(/application/views/style/Square.ttf); Путь к файлу со шрифтом */
}
#header{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	font-family: Font, Arial, sans-serif;
	background: #010229;
	color:rgb(255,255,255);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(49, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px 0px rgba(49, 50, 50, 0.75);
	box-shadow:         0px 5px 15px 0px rgba(49, 50, 50, 0.75);
	z-index:7;
}
#logo{
	float: left;
	margin:2px 50px 0 20px;
	font-size: 178%;
}
#signout{
	float:right;
	margin: 2px 5px;
}
#signout img{
	height:24px;
}
#menu{
	float:right;
	margin:5px 0;
	text-align:center;
	font-size: 135%;
}
#menu li{
	display: inline;
	padding:0 15px 0 3px;
	border-right:1px solid rgb(255,255,255);
	cursor:pointer;
}
#menu li:last-child{
	border:0;
}
#page{
	position:relative;
	width:100%;
	height: auto;
    min-height: 100%;
	padding:40px 0 50px;
}
.advertisementArea{
	width:50%;
	padding:0 15px;
	min-height:400px;
	overflow:hidden;
}
.ml{
	margin-left:260px;
}
.mr{
	margin-right:260px;
}
.advertisement{
	min-width:160px;
	margin-top:0px;
}
.advertisementBlock{
	margin-top:10px;
}
.advertisementBlock:first-child{
	margin-top:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
#centerArea{
	float:left;
	width:500px;
	margin:0 -250px;
	text-align:center;
	background-color: rgba(0,0,0,0.3);
}
.centerAdvertisementArea{
	width:100%;
	margin:5px 0;
}
.centerAdvertisementArea .advertisement{
	width:468px;
	margin:0 auto;
}
.centerAdvertisementArea .advertisement.w728{
	width:728px;
}
.yourAdHere{
	margin-top:-5px;
}
.h{
	margin:5px 0;
	font-family: Font, Arial, sans-serif;
	font-size:14pt;
	font-weight:normal;
	text-align:center;
	color: #FB0000;
}

#address{
	width:100%;
	margin: 10px auto;
	font-size: 13pt;
	text-align:center;
	color: #fff;
}
#signinForm{
	width:300px;
	height:32px;
	margin:0 auto;
}
#addressField{
	width:100%;
	height:100%;
	padding:3px 0;
	border:1px solid rgb(79, 74, 74);
	font-size:12pt;
	text-align:center;
}
#terms{
	width:466px;
	margin:5px auto;
	padding:5px;
	border:1px solid #696969;
	background-color:rgba(255,200,0,0.3);
}
#terms .header{
	padding:5px 0;
	text-align:center;
}
#terms ul{
	margin-left:30px;
	
}
#termsNote{
	width:468px;
	margin:0 auto;
	padding:5px;
	text-align: center;
}
#claimInfo{
	width:300px;
	margin:5px auto;
	padding:10px;
	border:1px solid #696969;
	font-family: Font, Arial, sans-serif;
	font-size:136%;
	background-color:rgb(255,249,45);
}
#claimInfo.bonus{
	background-color:rgb(255,249,45);
}
.button{
	display:block;
	width:300px;
	margin:10px auto;
	padding:0px 10px;
	border:1px solid #0E1890;
	font-family: Font, Arial, sans-serif;
	line-height: 30px;
	font-size: 136%;
	text-align:center;
	background-color:rgb(255, 255, 255);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out; 
	cursor:pointer;
}
.button:hover{
	background-color:#E4E4E4;
}
.additionally{
	width:468px;
	margin:3px auto 0;
	padding:5px 20px;
	border:1px solid #696969;
	text-align:center;
}
.additionally.success{
	background-color:rgb(255,249,45);/*rgba(57, 138, 42, 0.3);*/
}
.additionally.bonus{
	background-color:rgba(103, 156, 234, 0.3);
}
.additionally.error{
	background-color: rgba(255,3,3,1);
    color: white;
}
#more li{
	display: inline;
	padding:0 10px;
	border-right:1px solid #4F4A4A;
	font-weight:bold;
}
#more li:last-child{
	border:0;
}
.bonusArea{
	width:300px;
	margin:0 auto;
	color: #B73E3E;
}
.bonusArea .scoreboard{
	float:left;
	width:42px;
	height:29px;
	margin:0 10px 0 0;
	padding:3px;
	border:1px solid #B73E3E;
	border-radius:3px;
	font-family: Font, Arial, sans-serif;
	line-height:21px;
	letter-spacing: -3px;
	font-size:38px;
	text-align: center;
}
.bonusArea .info{
	float:right;
	margin:4px 0;
	font-family: Font, Arial, sans-serif;
	font-size:21px;
}
.bonusArea .label{
	float:left;
	width:100px;
	padding:5px 0;
	font-family: Font, Arial, sans-serif;
	line-height: 20px;
	font-size:24px;
	text-align:left;
}
.bonusArea .label span{
	letter-spacing:4px;
}

.bonusArea .bonusTimer{
	float:left;
	height:38px;
	margin:7px 10px 5px 5px;
	padding:4px;
	border:1px solid #B73E3E;
	border-radius:3px;
	font-size:25px;
}
.bonusArea .amount{
	float:right;
	padding:5px 0;
	font-family: Font, Arial, sans-serif;
	line-height: 20px;
	font-size:24px;
}
.bonusArea.h30{
	height:30px;
}
.bonusArea.h50{
	height:50px;
}
#captchaForm{
	/*width:488px;*/
	padding:10px;
}
#captchaForm .button{
	width:100%;
}
#captchaArea{
	//height:78px;
	text-align:center;
}
.lineCaptcha{
	display:inline-block;
}
#enterCaptcha{
	float:left;
	width:162px;
	padding:8px 12px;
	font-size:24px;
}
#enterCaptcha span{
	font-size:28px;
}
#captcha{
	/*float:right;*/
	width:304px;
	height:78px;	
}
#faucetsList{
	width:420px;
	padding:20px 0;
	font-size:150%;
	font-weight:bold;
	list-style-type:none;
	text-align:center;
}
.infoList {
	float:left;
	width: 400px;
	padding:0;
}
.infoList .info{
	float:left;
	width:100%;
	padding:5px 0;
	border-bottom:1px solid rgb(189, 189, 189);
	text-align:center;
}
.infoList  .info:last-child{
	border-bottom:0;
}
.infoList .label{
	float:left;
	width:50%;
	color:rgb(70, 121, 200);
}
.infoList .text{
	float:left;
	width:50%;
	color:rgb(0, 134, 17);
}
.infoList .additionalInfo{
	float:left;
	width:100%;
	padding:10px;
	border-radius:0 0 7px 7px;
	text-align:center;
	background-color:rgb(255,255,255);
	color:rgb(229, 83, 83);
}
#refer{
	width:500px;
	padding:20px;
	text-align:center;
}
#referralLink{
	margin:10px auto;
	font-size:148%;
	font-weight: bold;
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	
}
#payout{
	width:550px;
	padding:20px;
	
	text-align:center;
}
#withdraw{
	display:inline-block;
	margin:10px auto;
	font-size:210%;
}

#withdraw span{
	float:left;
	line-height: 60%;
	font-size:150%;
}


#withdraw2{
	display:inline-block;
	margin:10px auto;
	font-size:210%;
}
#withdraw2 span{
	float:left;
	line-height: 60%;
	font-size:150%;
}
#withdrawTimer{
	width:272px;
	height:70px;
	margin:10px auto 0;
	font-family: Font, Arial, sans-serif;
	
}
.count{
	display:block;
	float:left;
	width:84px;
	height:46px;
	text-align:center;
	font-size:46px;
}
.circumscribing{
	display:block;
	float:left;
	width:84px;
	height:20px;
	line-height: 6px;
	font-size:12px;
	text-align:center;
}
#footer{
	width:100%;
	height:60px;
	margin-top:-50px;
	padding:7px;
	font-size:110%;
	text-align:center;
	background-color: rgba(0,0,0,0.3);

}
#cop{
	position:relative;
}
#sup {
	position:absolute;
	right:-320px;
	top:-3px;
}
.modal {
	display:none;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:100;
	overflow:hiden;
}
.effect{
	opacity:0;
	-webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.effect.act{
	opacity:1;
}
.modal .modal-backdrop{
	position: absolute;
	top: 0;
    right: 0;
    left: 0;
	background-color: #000;
}
.modal .modal-backdrop.act{
	opacity:.5;
}
.modal-dialog{
	position: relative;
	margin:30px auto;
	
}
.modal.effect .modal-dialog{
	-webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-125%);
    -o-transform: translate(0,-125%);
    transform: translate(0,-125%);
}
.modal.act .modal-dialog{
	-webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content{
	float:left;
	padding:7px 0 ;
	border-radius:7px;
	background-color:rgb(255,255,255);
}
.modal-header{
	margin:-7px 0 0;
	padding:5px;
	border-bottom: 1px solid #4F4A4A;
	font-family: Font, Arial, sans-serif;
	line-height: 120%;
	font-size: 168%;
	text-align:center;
}
.modal-close{
	float:right;
	margin-right:10px;
	border:0;
	background-color:transparent;
	line-height: 1;
	font-size:25px;
	font-weight: 700;
	cursor:pointer;
	text-shadow: 0 1px 0 #fff;
    opacity: .3;
}
.modal-show{
	overflow: hidden;
}
.modal-show .modal{
    overflow-x: hidden;
    overflow-y: auto;
}
.antibot{
	width:100%;
	max-width:728px;
	margin:10px auto;
	padding:10px;
	border:1px solid #696969;
	text-align:center;
	background-color: #f8ffd3;
}
#antibotPuzzle .antibotLink{
	margin:0 10px;
	font-weight: bold;
	cursor:pointer;
}
#antibotPuzzle .antibotLink:hover{
	border-bottom:1px solid rgb(0,0,0);
	color: rgb(0,0,0);
}
.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;
}
.puzzImg3{
	width:85px; 
	height:65px;   
	background: url(/application/views/style/images/fImages/transport.jpg);
	display:inline-block;
}
#bonusAds{
	position: fixed;
	top: 260px;
    left: 200px;
    margin-left: 50%;
    cursor: pointer;
}
.show {
            display: block;
        }
.hide {
            display: none;
        }
.captchaLink{
	    padding: 5px;
		text-decoration: underline;
}
.captchaLink:hover{
		color:#6ab9ff;
}			