html { width:100%; height:100%; padding: 0; margin: 0; }
body { height: 100%; min-height: 100%; position: relative; margin:0; padding:0; font: normal 1em/1.4 Arial,sans-serif;  color: #fff;  }

body, html {
    height: 100%;
	background: url(../images/bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

table,td,div,span,hr,h1,h2,h3,h4,form,p,button,select,input,textarea { padding:0; margin: 0; }

table{ border-collapse: collapse; }
td{ vertical-align: top; }
a:focus, textarea:focus, input:focus{ outline: none; }
a { color:#fff; cursor:pointer; text-decoration: none; }
a:hover { text-decoration: none; color: #da007e;}
a img{border:none;}
ins {text-decoration: none;}
p { line-height: 20px; }
ol { margin: 0; padding: 0; }
ol li {padding: 5px 0 0 0; font-size: 12px; line-height: 18px; margin: 0; }
ul { margin: 0; padding: 0; }
ul li {list-style:none; margin: 0; padding: 0; line-height: 18px;}
label { cursor: pointer; }

.user-exit{
	color:#fff;
}
/* Pagination */
.a_page { padding: 5px 9px; font-size: 90%;  border: 1px solid #bdbdbd;  text-decoration: none;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
.a_page_act { padding: 5px 9px; font-size: 90%;  font-weight: bold; text-decoration: none;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
.a_page_more { padding: 10px 15px; background: #94dbe6; border: 1px solid #7c7c7c; color:#106791; text-decoration: none; 
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}


.small_90 { font-size: 90% !important;  }
.dash { text-decoration: none; border-bottom: 1px dotted #94dbe6; }
.dash_red { text-decoration: none; border-bottom: 1px dotted #da007e; color: #da007e; }
.italic { font-style: italic; }
.red { color: #fd9073; }
.green { color: #fff; }
.yellow { color: #fbf800; }
.azure {color :azure;}

.underline_no { text-decoration: none; }
.gray { color: #999999;  }
.gray_small_90 { color: #cccccc; font-size: 90%; }

.s130 { font-size: 130%; }
.s140 { font-size: 120%; }


.float { float: left; }
.relative { position: relative; }
.hidden { display:none; }
.center { text-align: center; }

.clear {clear:both;}

.img_down_10, .img_down_5, .img_down_4, .img_down_3, .img_down_2, .img_down_1, .img_up_2, .img_up_5 { position: relative;  }
.img_down_10 { top:10px; }
.img_down_5 { top:5px; }
.img_down_4 { top:4px; }
.img_down_3 { top:3px; }
.img_down_2 { top:2px; }
.img_down_1 { top:1px; }
.img_up_2 { top: -2px; }
.img_up_5 { top: -5px; }


/* Tooltip */
.tooltip{ position:absolute; z-index:999; top:-9999px;  }
.tooltip p{ margin:0; padding:0; font-size: 90%;  line-height: 16px; color:#444444; background-color:#fff; border: 1px solid #3d8026; padding:3px 5px; }


h1 { font-size:200%; line-height:1em; margin-bottom: 12px; font-weight: 400; font-family: 'PT Sans Narrow', Arial, sans-serif; }
h2 { font-size:160%; line-height:1em; font-weight: bold; margin-bottom: 10px;margin-top: 10px; }
h3 { font-size:140%; font-weight:bold; margin-bottom: 5px; padding: 0; }

/* INPUTS */
.inp, .inp_50 { padding: 7px 5px; border: 1px solid #da007e;  font: normal 1em/1.3 Arial, Helvetica, sans-serif;  width: 350px; }
.inp_50 { width: 50px; }
.inp_75{ width: 75px; }
.inp_ban {
	width: 45px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	 padding: 4px 2px; border: 1px solid #da007e;
}
 
.submit_but { padding: 7px 12px 7px 12px; color: #fff; border: 1px solid #3c7911; background: #3c8f00; cursor: pointer; text-transform: uppercase; font-size: 80%; font-weight: bold; 
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-decoration: none;
}
.add_ban_adv{
	    background: url(../images/ban_add.png) no-repeat center;
    width: 32px;
    border: none;
    height: 32px;
    cursor: pointer;
    position: relative;
    top: 10px;
}
.inp_r {
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.area { width: 350px; height: 120px; border: 1px solid #da007e;  padding: 4px 5px 4px 5px; overflow: auto; font: normal 1em/1.3 Arial, Helvetica, sans-serif; }


.button_block { width: 128px; height: 29px; background: url('../images/button_bg.gif') no-repeat left; }
.button_block  input { width: 100%;  height: 25px; padding-top: 3px;  background: none; border: none; cursor: pointer;  }
.main-button{
	height: 2.7em;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background-color: #e31e91;
    color: white;
    font-weight: bold;
	padding:10px;
}

.linked-button {
    border-radius: 20px;
	height:1.5em;
	padding:7px;
    background-color: #e31e91;
    color: white;
    font-weight: bold;
	text-align:center;
}
.light-link-color:hover{
	color:white;
}
.light-link-color{
	color:black;
}
	
.bt-pm{ width: 147px; height: 45px; background: url('../images/pay_button.png') no-repeat left;  }
.bt-bc{ width: 147px; height: 45px; background: url('../images/bcpay_button.png') no-repeat left;  }
.bt-advcash{ width: 147px; height: 45px; background: url('../images/pay_advcash.png') no-repeat left;  }

.bt-lotto{ width: 147px; height: 45px; background: url('../images/lotto_button.png') no-repeat left;  }

.bt-ok{ width: 120px; height: 120px; background: url('../images/ok_btn.png') no-repeat left;  }
.bt-lr{ width: 120px; height: 120px; background: url('../images/lr_btn.png') no-repeat left;  }
.bt-line-login { padding-right:10px;}
.inp-pay { width: 100%;  height: 100px; padding-top: 3px; background: none; border: none; cursor: pointer;  }

.inp-rq-pay { width: 100%;  height: 30px; padding-top: 3px; background: none; border: none; cursor: pointer;  }
.bt-rq-pay{ width: 77px; height: 30px; background: url('../images/rq_pay_btn.png') no-repeat left;  }

.black_bg_popup { background:#fff; border: 7px solid #35351d; width:700px; text-align:left; position:absolute; z-index:9999;  left: 322.5px;  }
.black_bg_popup_t { padding: 10px 10px 0 15px; position: relative; color: #52544f; font-size: 150%; font-weight: bold; }
.black_bg_popup_b { padding: 10px 10px 15px 10px; color: #333333; line-height: 19px; }
.black_bg_popup_c { position:absolute; right: 10px; top: 10px; width: 32px; height: 25px; background: url('../images/del_24.png') no-repeat; }

.black { position:absolute; top:0; left:0; width:100%; background:#000; z-index:999;
filter: alpha(opacity=60);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.60;
opacity:0.60;
}

.notify-item{
	background: #00ff00; 
	color:white;
	padding:15px; display:block;
	position:relative;
	margin:0 0 8px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#main {  margin: 0;  padding: 0;  position: relative; ); }


img.bg {
	min-height: 100%;
	min-width: 1024px;
			
	width: 100%;
	height: auto;
			
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}



/* HEADER */
#header { margin-bottom: 30px; }
.header { margin: 0 auto; width: 980px; font-family: 'PT Sans Narrow', Arial,sans-serif; }

.lang { padding-top: 8px;  }
.flags {  }
.flags div {   height: 24px; margin: 0 12px 0 0; }

.menu{ padding-top: 8px; }
.menu_btn {  
	
	height: 32px; 
	float: right; 
	margin: 0 20px 0 0;
	text-align: center;
	padding: 5px 0 0 0;
	
}	
.menu_btn a { color: #fff; font-size: 110%; font-weight: bold; text-decoration:none;}
.menu_btn a:hover { color: #da007e; }

.ban-img-box{
	width: 400px;
	margin-top:10px;
}

.ban-img{
	border: 1px solid #da007e;
}

.ban-text-area{
	width: 460px;
	border: 1px solid #da007e;

}


.mainbg{ background: #da007e; }
.login { padding-right: 10px; }
.mk-level{
	border-radius:40px;
	background: url(../images/block-fon.png);
	margin:10px;
	width:60px;
	text-align:center;
	padding:7px;
	border: 1px solid black;
}
.w100{
	width:100px;
}
.mk-descr{
	border-radius:20px;
	background: url(../images/block-fon.png);
	margin:10px;
	height:2.7em;
	padding:7px;
	vertical-align:middle;
}

.mk-descr-mini{
	border-radius:20px;
	background: url(../images/block-fon.png);
	margin:10px;
	height:4em;
	padding:7px;
	font-size :90%;
}

/* PROMO */
.promo { margin: 10px 0 40px 0; font-family: 'PT Sans Narrow', Arial, sans-serif; }
.pr_line { height: 1px; background: url('../images/line.gif') no-repeat center; }
.slogan { text-align: center; margin: 0 0 20px 0; }

.font { font-family: 'PT Sans Narrow', Arial, sans-serif; }

.ny_div { width: 440px; margin: 0 auto; }
.ny_bg { background: url('../images/ny_bg.png') no-repeat top center; text-align: center; color: #d0d1d1; font-size: 520%; width: 110px; height: 104px; padding-top: 2px; }


.ny_table td { text-align: center;  }
.ny_table td span { color: #d2d2d2; font-weight: bold; font-size: 130%; }


		
.copyright {
	padding-top :10px;
	text-align:center;
	color :white;
	
}

div.rotator{

    //float: left;

    margin: 0 auto;
text-align:center;
    position: relative;

}

.bt-pmrequest {
    width: 147px;
    height: 45px;
    background: url(../images/payrequest.png) no-repeat left;
}

#wrapper { margin: 0 auto; width: 980px;  }


/* RIGHT_BLOCK */
.right_menu  { margin-bottom: 10px; }
.right_menu li { padding: 4px 10px 0px 10px; height: 24px;  margin-bottom: 2px;float:left; }
.right_menu li a {  font-size: 110%; font-family: 'PT Sans Narrow', Arial, sans-serif;  text-decoration: none; }
.right_menu .act { 	 }
.right_menu .act a { color: #da007e !important; text-decoration: none;  }


/* ERRORS */
.error_div { color:#fff; background: #de4b39; padding: 10px 10px 10px 15px;   border-radius:7px;
-moz-border-radius:3px;
-webkit-border-radius:3px; 
}
.ok_div { color:#fff; background: #05ae4d; padding: 8px 10px 8px 15px;  margin: 0 0 10px 0; border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px; 
}


.tabs { margin: 15px 0; position: relative;}
ul.tabNavigation { margin: 0 0 8px 0; padding: 0;  height: 45px;  }
ul.tabNavigation li { float: left; position: relative; top: 0; padding: 6px 4px 8px 4px; }
ul.tabNavigation li a { padding: 8px 20px 8px 20px; color: #8ed3fa; font-size: 120%; text-decoration: none;  }
ul.tabNavigation li a.selected,ul.tabNavigation li a.selected:hover { background: #fbeb00 url('../images/tab_bg.gif') repeat-x center; border-top: 1px solid #fbf98a; border-bottom: 1px solid #988502; color: #4c3712; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
ul.tabNavigation li a:focus { outline: 0; }
div.tabs .tab_div { padding: 3px 0 3px 5px; color: #fff !important; position: relative;  top: 10px; }
div.tabs .tab_div_hide { padding: 3px 0 3px 5px; color: #fff !important; position: absolute; width: 650px; left: -2000px; }


/* CONTENT */
.simple_table td { padding: 6px 10px;  border-bottom: 1px solid #e6e6e6; vertical-align: top; }
.simple_table td.tit { padding: 6px 10px; background: #eee; color:#000; border-bottom: none; } 

.top_table td { padding: 8px 4px; border-bottom: 1px solid #655721;  vertical-align: middle; }

.table_pay td { padding-bottom: 20px; padding-top: 20px; }
.table_pay .tp_pad { padding-top: 57px !important; }
.table_pay .tp_pad2 { padding-top: 52px !important; }
.table_pay td span { font-size: 120%; }

.back { padding: 0 0 12px 0; margin-bottom: 12px; background: url('../images/title_bord.gif') repeat-x bottom; }

.info_table td { padding: 6px 0 0 20px; line-height: 21px; }
.info_table td ins { z-index: 100; text-decoration: none; }
.info_table .titl{ width: 130px; padding: 7px 0 0 0 !important; text-align: right; }
.info_table .titl span{ padding: 0 5px 2px 0; position: relative; top: 1px; color: #da008c; font-weight: bold; }
.main-color{color:#da008c}
.matrix_div { float: left; padding: 15px; width: 120px; border: 2px solid #fff; margin: 0 20px 20px 0; text-align: center; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  } 
.matrix_div img { margin-top: 10px;  } 

.content { padding: 10px 10px 10px 10px; 
			background: url(../images/block-fon.png);
		  margin:0px;
		  
		   border-radius:10px;
} 
.contentw { 
		  padding: 10px 10px 10px 10px; 
		  color:#fff;
		  margin:0px;
		  
} 
.article{
		//background:#FFF;
		//opacity: 0.95;
		//filter: alpha(Opacity=90);
		padding: 15px;
		font-size: 120%;
		
        
}
.color-pri{
	color: #da007e;	
}
.color-sec{
	color:#FFFF00;
}
.main-info-block {
    background: url(../images/block-fon.png);
    padding: 30px;
	border-radius: 10px;
}

.title_q{font-weight:bold; padding-top:7px;padding-bottom:5px;}
.q_title{ color:red;float:left;}
.a_title{ color:blue;}
.q_theme{ float:left; padding-top:7px;padding-bottom:5px;}
.text_q {display:inline-block;}
.answer_q {display:inline-block;}
.page_holder{padding-top:10px;}

.news_div { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #938b86; }
.news_div a { font-size: 120%; font-weight: 200; color: #da007e; }
.news_div div { margin: 5px 0; }
.news_div p { padding-top: 5px;   }
.news_div span { color: #797979; font-size: 90%;  }
.news_div span i { margin: 0 15px; }


/* FOOTER */
#footer { 
	//border-top: 1px dotted #000; 
	//margin-top: 40px; 
}
.footer { 
	width: 980px; 
	margin: 10px auto 0 auto; 
	
	text-align:center;
	padding:10px;
}
.footer-cnt{height:20px;}
/* Counters */
.counter_block{
	
	padding: 5px;
	height:150px;
	border: 1px solid #da007e;
	margin-top: 10px;
	border-radius: 7px;
	color: #da007e;
	width:270px;
	text-align: center;	
	
	
}

.table {
  display: table;
  width: 100%;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
  
}
.wrapper {
  width: 100%;
  height: 100%;
}

.maincolor{
	color :#da007e;
}
.hightlightcolor{
	background :#facae6;
}
.main-info-block {
    background: url(../images/block-fon.png);
    padding: 30px;
	border-radius: 10px;
}

.main-list{
	padding: 20px 0px 20px 0px;
	
}

.main-list li{
	line-height: 2.0;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.counter_block_fl{
	font-weight: bold;
	font-size: 150%;
}

.counter_2block{
	
	padding: 7px;
	float:left;
	height:150px;
	border: 1px solid #444;
	margin-top: 10px;
	color: yellow;
	width:467px;
	color :yellow;
	opacity: 0.8;
	//margin-left:10px;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: #000 5px 5px 10px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 0 0 1px rgba(0,0,0,0.9), inset 0 0 5px rgba(0,0,0,0.4), 
	0 3px 5px rgba(0,0,0,0.5), 0 2px 0 1px rgba(0,0,0,0.5), #000 5px 5px 10px;
}
.counter_1_5_block{
	
	padding: 7px;
	float:left;
	height:150px;
	border: 1px solid #444;
	margin-top: 10px;
	color: yellow;
	width:303px;
	color :yellow;
	opacity: 0.8;
	//margin-left:10px;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: #000 5px 5px 10px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 0 0 1px rgba(0,0,0,0.9), inset 0 0 5px rgba(0,0,0,0.4), 
	0 3px 5px rgba(0,0,0,0.5), 0 2px 0 1px rgba(0,0,0,0.5), #000 5px 5px 10px;
}
.block_separate{
	width:10px; 
	float:left; 
	height:190px;
}	

.block_scroll{
	margin-top: 7px;
	margin-bottom: 7px;
	overflow :auto;
	height: 140px;

}	
.rm_scroll {
    margin-top: 7px;
    margin-bottom: 7px;
    overflow: auto;
 }

	
.right-block{
  text-align: right; 
  width: 160px;
  float: right;
  padding-top:10px;
  padding-right:10px;
}

.left-block{
  float: left;
  text-align: left;
  width: 160px;
  padding-top:10px;
  padding-left:10px;
}


/*--- timer ----*/

.cntSeparator {
    font: 54px 'serif';
    line-height: 30px;
    margin: 10px 5px;
    color: #000;
}
ul.desc {
    margin: 7px 3px;
}
ul.desc li {
    float: left;
    text-align: center;
    width: 90px;
    margin-right: 27px;
    font-size: 13px;
    font-weight: bold;
    color: Yellow;
}

#lott-timer-box {
    margin-bottom: 13px;
    text-align: center;
    padding: 10px 25%;
}
.lott-timer-title {
    font-size: 2em;
	text-align: center;
}

#lott-timer {
    margin-top: 25px;
	text-align:center;
	
}
.prize-box {
    height: 200px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 10px 25px;
}
.prize-title {
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 15px;
  display: block;
}
.prize-preview {
    /*position: relative;*/
    height: 100px;
}

.winner-title {
  font-size: 1.3em;
  text-align: center;
}
.winner {

	border: 1px solid #444;
	color: green;
	opacity: 0.8;
	 background: url("../images/lotto-bg.jpg") no-repeat center left;
	-webkit-box-shadow: #000 5px 5px 10px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 0 0 1px rgba(0,0,0,0.9), inset 0 0 5px rgba(0,0,0,0.4), 
	0 3px 5px rgba(0,0,0,0.5), 0 2px 0 1px rgba(0,0,0,0.5), #000 5px 5px 10px;
	
     
	 margin: 10px auto;
     padding: 150px 0;
     font-size: 4em;
     font-weight: bold;
    
     text-align: center;
 }
 
 #blink {
  -webkit-animation: blink 1.5s linear infinite;
  animation: blink 3.0s linear infinite;
}
@-webkit-keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}
.ads-basic{
	padding :5px;
}
