*{
	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);
	color:#4F4A4A;
}
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: Cassandra; 
    src: url(/application/views/style/cassandra.ttf); /* Путь к файлу со шрифтом */
}
#header{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	font-family: Cassandra, Arial, sans-serif;
	background: #4F4A4A;
	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:0 50px 0 20px;
	font-size: 21pt;
}
#signout{
	float:right;
	margin: 4px 5px;
	
}
#balance{
	float:right;
	width:170px;
	padding:5px 40px 5px 20px;
	border-right:1px solid rgb(255,255,255);
	line-height: 32px;
	font-size: 20pt;
	text-align:right;
	background: url(/application/views/style/images/s.png) no-repeat 90% center;
}
#menu{
	margin:7px auto;
	width:550px;
	text-align:center;
	font-size: 16pt;
}
#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:50px 0 50px;
}
.advertisementArea{
	width:50%;/*test*/
	padding:0 15px;
	min-height:400px;
	overflow:hidden;
	
}
.ml{
	margin-left:260px;
}
.mr{
	margin-right:260px;
}
.advertisement{
	min-width:160px;
	margin-top:10px;
	/*background: #4273FF;*/
}
.advertisementBlock{
	margin-top:5px;
	
	
}
.advertisementBlock:first-child{
	margin-top:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
#centerArea{
	float:left;/*test*/
	width:500px;
	margin:0 -250px;/*test*/
	//margin:0 auto;
	text-align:center;

}
.centerAdvertisementArea{
	width:100%;
	margin:5px 0;
	
}
.centerAdvertisementArea .advertisement{
	width:468px;
	margin:0 auto;
	
}
.centerAdvertisementArea .advertisement.w728{
	width:728px;
}
.yourAdHere{
	margin-top:-5px;
}
.h{
	margin-bottom:5px;
	font-family: Cassandra, Arial, sans-serif;
	font-size:24px;
	text-align:center;
	color: #B73E3E;
}

#address{
	width:100%;
	margin: 10px auto;
	font-size:19px;
	text-align:center;
	color: #B73E3E;
}
#signinForm{
	width:336px;
	height:32px;
	margin:0 auto;
}
#addressField{
	width:100%;
	height:100%;
	padding:3px 0;
	border:1px solid rgb(79, 74, 74);
	font-size:18px;
	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{
	text-align:center;
}
#terms ul{
	margin-left:30px;
	
}
#termsNote{
	width:468px;
	margin:0 auto;
	padding:5px;
	text-align: center;
}
.button{
	display:block;
	width:336px;
	height:32px;
	margin:10px auto;
	padding:0px 10px;
	border:1px solid #4F4A4A;
	font-family: Cassandra, Arial, sans-serif;
	line-height: 28px;
	font-size: 21px;
	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:#CECECE;
}
.additionally{
	width:468px;
	margin:3px auto 0;
	padding:5px 20px;
	text-align:center;
	color:rgb(255,255,255);
}
.success{
	background-color:rgba(74, 152, 33, 0.75);
}
.bonus{
	background-color:rgba(17, 61, 233, 0.7);
}
.error{
	background-color:rgba(255, 3, 3, 0.6);
}
#more li{
	display: inline;
	padding:0 10px;
	border-right:1px solid #4F4A4A;
	font-weight:bold;
	//cursor:pointer;
}
#more li:last-child{
	border:0;
}

#counter{
	width:336px;
	height:264px;
	margin:10px auto;
	border-radius:7px;
	box-shadow: 0px 2px 3px #555;
}
#counter .title{
	margin-bottom:10px;
	border-bottom:1px solid #FFFFFF;
	font-family: Cassandra, Arial, sans-serif;
	font-size:31px;
	text-align:center;
	color:#F1A749;
	text-shadow: 0 1px 0 #fff;
}
#count{
	float:left;
	padding:5px 36px 25px;
	border-radius:7px 7px 0 0;
	background-color: #4F4A4A;
}
#count .panel{
	width:60px;
	height:80px;
	margin-left:8px;
	line-height: 81px;
	font-size: 80px;
	color:#4F4A4A;
}
#count .panel:before, #count .panel:after{
	height:26px;
	top:26px;
	background: -moz-linear-gradient(top,  #FFF, #999999 35%, #8D8D8D 52%, #C2C2C2);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(.35, #999999), color-stop(.52, #8D8D8D), to(#C2C2C2));
}
#count .back.layer.side.bottom-half .adjust {
	top:1px;
}
#count .bottom{
	background: #CECECE;
	background: -moz-linear-gradient(top, #CECECE 0%, #F6F6F6 50%, #EFEFEF 50%, #A9A9A9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CECECE), color-stop(50%,#F6F6F6), color-stop(50%,#EFEFEF), color-stop(100%,#A9A9A9));
}
#count .top-half{
	background: #CECECE; 
	background: -moz-linear-gradient(top, #CECECE 0%, #F6F6F6 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CECECE), color-stop(100%,#F6F6F6));
}
#count .bottom-half{
	background: #CECECE; 
	background: -moz-linear-gradient(top, #EFEFEF 0%, #A9A9A9 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#A9A9A9));
}
#count .bottom:after {
	top:-10px;
}
#count .bottom:before, #timer .bottom:after {
	border-color:#919191;
}
#count .panel:first-child, #timer .panel:first-child{
	margin-left:0px;
}
#progress{
	float:left;
	margin:-20px 0 0;
}
#timer{
	float:left;
	padding:12px 36px 15px;
	border-radius:0 0 7px 7px;
	background-color: #B3B3B3;
}
#timer .panel{
	width:34px;
	height:50px;
	margin-left:4px;
	line-height: 50px;
	font-size: 56px;
	color:#E5E5E5;
}
#timer .panel:before, #timer .panel:after{
	height:16px;
	top:17px;
	background: -moz-linear-gradient(top,  #000, #424242 35%, #363636 52%, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(.35, #424242), color-stop(.52, #363636), to(#000));
}
#timer .back.layer.side.bottom-half .adjust {
	top:-1px;
}
#timer .bottom{
	background: #141212;
	background: -moz-linear-gradient(top, #141212 0%, #232323 50%, #0a0e0a 50%, #0a0809 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141212), color-stop(50%,#232323), color-stop(50%,#0a0e0a), color-stop(100%,#0a0809)); 
}
#timer .top-half{
	background: #141212; 
	background: -moz-linear-gradient(top, #141212 0%, #232323 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141212), color-stop(100%,#232323)); 
}
#timer .bottom-half{
	background: #141212; 
	background: -moz-linear-gradient(top, #0a0e0a 0%, #0a0809 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a0e0a), color-stop(100%,#0a0809)); 
}
#timer .bottom:after {
	top:-10px;
}
#timer .bottom:before, #timer .bottom:after {
	border-color:#262626;
}

#timer .circumscribing{
	width:72px;
	margin:6px 24px 0 0;
	font-family: Cassandra, Arial, sans-serif;
	font-size:20px;
	letter-spacing: 2px;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff;
}
#timer .circumscribing:last-child{
	margin-right: 0;
}

* .panel:first-child{
	margin-left:0;
}
.panel{
	display:inline-block;
	float:left;
	position:relative;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	-moz-transform-style: preserve-3d;
	-moz-perspective:100;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-webkit-perspective:100;
}
.layer{
	display:block;
	position:absolute;
	left:0; 
	top:0;
	right:0; 
	bottom:0; 
	height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	background: transparent;
	-moz-transform-style: preserve-3d;
	-moz-perspective:100;
}
.top{
	z-index:3;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-webkit-perspective:100;
}
.flip .top{
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);'
}
.midle{
	z-index:2;
}
.bottom{
	z-index:1;
	display:block;
	-webkit-box-shadow: 0px 3px 6px #000;
	-moz-box-shadow: 0px 3px 6px #000;
	box-shadow: 0px 3px 6px #000;
}
.side {
	z-index:5;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.layer.side.top-half{
	height:50%;
	border-bottom:groove 1px RGBA(87,87,87,0.9);
	border-bottom-right-radius:0; 
	-moz-border-radius-bottomright:0; 
	-webkit-border-bottom-right-radius:0;
	border-bottom-left-radius:0; 
	-moz-border-radius-bottomleft:0; 
	-webkit-border-bottom-left-radius:0;
	
  }
.layer.side.bottom-half{
	position:relative;
	height:50%;
	border-top:groove 1px RGBA(87,87,87,0.9);
	border-top-right-radius:0; 
	-moz-border-radius-topright:0; 
	-webkit-border-top-right-radius:0;
	border-top-left-radius:0; 
	-moz-border-radius-topleft:0; 
	-webkit-border-top-left-radius:0;
	
}

.back {
	transform:rotateX(180deg); -moz-transform:rotateX(180deg); -webkit-transform:rotateX(180deg); 
}
.back.layer.side.bottom-half .adjust {
	display:block;
	position:relative;
	line-height:0;
	-moz-transform-style: preserve-3d;
}

.bottom:before {
	display:block;
	position:absolute;
	width:100%;
	height:10px;
	margin:0px auto;
	border-top:solid 1px #919191;
	border-radius:5px;
	-moz-border-radius: 5px;
	content:"";
	-webkit-box-shadow: 0px -1px 0px #595959;
	-moz-box-shadow: 0px -1px 0px #595959;
	box-shadow: 0px -1px 0px #595959;
	
}
.bottom:after {
	display:block;
	position:relative;
	width:100%;
	height:10px; 
	margin:0px auto;
	border-bottom:solid 1px #919191;
	border-radius:5px;
	-moz-border-radius:5px;
	content:"";
	-webkit-box-shadow: 0px 1px 0px #595959;
	-moz-box-shadow: 0px 1px 0px #595959;
	box-shadow: 0px 1px 0px #595959;
}
.panel:before {
	display: block;
	position: absolute;
	z-index: 6;
	left: -1px;
	width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	content: '';
	-moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(255, 255, 255, .05) inset, 1px 0 10px rgba(0, 0, 0, 1), 1px 1px 0 rgba(255, 255, 255, .06);
	-webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(255, 255, 255, .05) inset, 1px 0 10px rgba(0, 0, 0, 1), 1px 1px 0 rgba(255, 255, 255, .06);
	box-shadow: -1px -1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(255, 255, 255, .05) inset, 1px 0 10px rgba(0, 0, 0, 1), 1px 1px 0 rgba(255, 255, 255, .06);
}
.panel:after {
	display: block;
	position: absolute;
	z-index: 6;
	right: -1px;
	width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	content: '';
	-moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(255, 255, 255, .05) inset, 1px 0 10px rgba(0, 0, 0, 1), 1px 1px 0 rgba(255, 255, 255, .06);
	-webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(255, 255, 255, .05) inset, 1px 0 10px rgba(0, 0, 0, 1), 1px 1px 0 rgba(255, 255, 255, .06);
	box-shadow: -1px -1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(255, 255, 255, .05) inset, 1px 0 10px rgba(0, 0, 0, 1), 1px 1px 0 rgba(255, 255, 255, .06);
}
#bonus{
	width:468px;
	height:30px;
	margin:15px auto;
	color: #B73E3E;
	
}
#bonus .label{
	float:left;
	width:172px;
	padding:5px 0;
	font-family: Cassandra, Arial, sans-serif;
	line-height: 20px;
	font-size:24px;
	
}
#bonus .bonusTimer{
	float:left;
	height:30px;
	margin:3px 10px 3px 5px;
	padding:0 10px;
	font-size:24px;
	border:1px solid #B73E3E;
	border-radius:3px;
}
#bonus .bonusAmount{
	float:right;
	padding:5px 0;
	font-family: Cassandra, Arial, sans-serif;
	line-height: 20px;
	font-size:24px;
}
#captchaForm{
	/*width:488px;*/
	padding:10px;
}
#captchaForm .button{
	width:100%;
}
#captchaArea{
	//height:78px;
}
#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:24px;
	font-weight:bold;
	list-style-type:none;
	text-align:center;
}

#statistic.infoList{
	padding:0;
}
#statistic.infoList .info{
	padding:10px 0;
}
.infoList {
	float:left;
	width: 400px;
	padding:10px;
}
.infoList .info{
	float:left;
	width:100%;
	padding:5px 0;
	text-align:center;
	border-bottom:1px solid rgb(189, 189, 189);
}
.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:20px;
	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:508px;
	padding:20px;
	text-align:center;
}
#withdraw{
	height:58px;
	margin:0 auto;
	padding:12px 15px 12px 5px;
	font-size:30px;
	color: #FF7C7C;
}
#withdraw2{
	height:58px;
	margin:0 auto;
	padding:12px 15px 12px 5px;
	font-size:30px;
	color: #FF7C7C;
}
#withdrawTimer{
	width:270px;
	height:96px;
	margin:0 auto;
	padding:12px 15px 12px 5px;
	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 10px 10px;
	padding:10px;
	border:1px solid #4F4A4A;;
}
#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;
}
#footer{
	width:100%;
	height:30px;
	margin-top:-30px;
	padding:7px;
	font-size:16px;
	text-align:center;
}
#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:10;
	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: Cassandra, Arial, sans-serif;
	line-height: 28px;
	font-size: 26px;
	text-align:center;
	color:#E01E1E;
}
.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: rgba(255,0,0,0.7);
	color:white;
}
#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:100px; 
	height:100px;   
	background: url(/application/views/style/images/fImages/backFoto.png);
	display:inline-block;
}

