.body-forum {background: url(https://imgs.su/upload/673/2489117559.jpg) center center repeat-y;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;
background-attachment: fixed;
}


.body-forum table { border: 1px solid #DEECE9; border-collapse:collapse;}
.body-forum td { font: 11px Verdana;
  border: 1px solid #ECEFF4;
  color: #000000;;
  padding: 5px 10px; }
.centr-table {
  border-top: 0px solid #494949;
  border-bottom: 0px solid #988675;
  background: #FFF;
  }

.title {
  font-size: 14px;
  color: #FFF;
  padding: 10px 20px;
  background: #2E3641;
  border: none;
}

body {
	background: fixed url('http://subtlepatterns.com/patterns/use_your_illusion.png');
	color: #d2d7e5;
	font: 13px/19px 'Open Sans', Verdana, sans-serif;
	min-height: 550px;
	min-width: 960px;
}

.btns-w {
background-color: #FC9300;
opacity: 0.8;
-ms-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.btns-w {
height: 39px;
overflow: hidden;
margin: 10px 0 0 20px;
padding: 0px 25px;
outline: none;
border: 0;
font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.btns-w a{color:#fff;}
.btns-w:hover {
opacity: 1;
}			
.btns {
background-color: #2da5da;
opacity: 0.8;
-ms-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.btns {
height: 39px;
overflow: hidden;
margin: 10px 0 0 20px;
padding: 10px 25px;
outline: none;
border: 0;
font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.btns a{color:#fff;}
.btns:hover {
opacity: 1;
}
.btns-c {
background-color: #2da5da;
opacity: 0.8;
-ms-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.btns-c {
height: 39px;
overflow: hidden;
padding: 2px 9px;
outline: none;
border: 0;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.btns-c a{color:#fff;   text-decoration: none;}
.btns-c:hover {
opacity: 1;
}
.btns-w-c {
background-color: #FC9300;
opacity: 0.8;
-ms-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.btns-w-c {
height: 39px;
overflow: hidden;
padding: 2px 9px;
outline: none;
border: 0;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.btns-w-c a{color:#fff;}
.btns-w-c:hover {
opacity: 1;
}	


.btns-t {
background-color: #2da5da;
opacity: 0.8;
-ms-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.btns-t {
height: 20px;
overflow: hidden;
margin: 0px 0 0 -2px;
outline: none;
border: 0;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.btns-t a{color:#fff;}
.btns-t:hover {
opacity: 1;
}


/**/
/* selects */
/**/
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 8px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
	pointer-events: none;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}



.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

			  /*красивая черная подсказка*/
			/*-------------------------------------------------------*/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('http://onehackoranother.com/projects/jquery/tipsy/images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
			/*-------------------------------------------------------*/
			
			
			
			ol, ul {
  list-style: none;
}

.breadcrumbs{
  overflow:hidden;
  line-height:33px;
  text-shadow:0 1px rgba(255,255,255,0.3);
  background:#DEECE9;
  border-radius:2px
}
.breadcrumbs>li{float:left}
.breadcrumbs .current{
  padding:0 13px 0 33px;
  font-weight:bold;
  color:#3c3c3c
}
.breadcrumbs .current:hover{background:none}
.breadcrumb{
  display:block;
  position:relative;
  overflow:hidden;
  padding:0 9px 0 33px
}
.breadcrumb:hover{
  text-decoration:none;
  background:#DEECE9;
}
.breadcrumb:before,.breadcrumb:after{
  content:'';
  position:absolute;
  top:-16px;
  left:-13px;
  width:0;
  height:0;
  border:33px outset transparent;
  border-left:33px solid #fff;
  pointer-events:none
}
.breadcrumb:after{left:-16px;border-left-color:#DEECE9} li:hover+li>.breadcrumb:before{border-top:33px solid #DEECE9;border-bottom:33px solid #DEECE9}li:hover+li>.breadcrumb:after{border-left-color:#DEECE9}li:first-child>.breadcrumb{padding-left:13px}li:first-child>.breadcrumb:before,li:first-child>.breadcrumb:after{display:none}

.breadcrumbs a{text-decoration: none;}
.dates{
font-weight: bold;color: rgba(0, 0, 0, 0.45);text-decoration: none;font-family: "Open sans",sans-serif;font-size: 12px;
}
.nick{
font-weight: bold;color: rgba(0, 0, 0, 0.58);text-decoration: none;font-family: "Open sans",sans-serif;font-size: 14px;
}
.single_mes-forum_wrap{background: #DEECE9;}
.mod_mes-forum{background: #B5F5F0;}
.tech_mes-forum{background: #CADDFF;}
.admin_mes-forum{background: #F5B5B5;}
.zadmin_mes-forum{background: #F5DFB5;}
.radmin_mes-forum{background: #F8FB81;}
.userAvatar {
  width: 70%;
}
.CodeBlock_bb { 
padding-top: 5px; 
padding-bottom: 3px; 
} 

.information_bb { 
color:#745e60; 
max-width:655px; 
background: url('http://vebmastak.ru/Fail/73313159.png') no-repeat 4px 4px #fcf0f0; 
padding:5px 10px 5px 20px !important; 
border:1px dotted #eeaaaa; 
border-left:3px solid #eeaaaa; 
border-bottom:0px; 
text-shadow:0px 1px 0px #fff; 
-webkit-border-top-left-radius: 2px; 
-moz-border-radius-topleft: 2px; 
border-top-left-radius: 2px; 
} 

.information_bbm { 
overflow: hidden; 
color:#333; 
max-width:675px; 
border:1px dotted #eeaaaa !important; 
border-left:3px solid #eeaaaa !important; 
background:#fafafa; 
padding:5px; 
font-size:11px; 
font-family:tahoma; 
-webkit-border-bottom-left-radius: 2px; 
-moz-border-radius-bottomleft: 2px; 
border-bottom-left-radius: 2px; 
} 

.extra_bb { 
color:#3a454f; 
max-width:655px; 
background: url('http://vebmastak.ru/Fail/98744443.png') no-repeat 4px 6px #f0f7fc; 
padding:5px 10px 5px 20px !important; 
border:1px dotted #aacdee; 
border-left:3px solid #aacdee; 
border-bottom:0px; 
text-shadow:0px 1px 0px #fff; 
-webkit-border-top-left-radius: 2px; 
-moz-border-radius-topleft: 2px; 
border-top-left-radius: 2px; 
} 

.extra_bbm { 
overflow: hidden; 
color:#333; 
max-width:675px; 
border:1px dotted #aacaee !important; 
border-left:3px solid #aacaee !important; 
background:#fafafa; 
padding:5px; 
font-size:11px; 
font-family:tahoma; 
-webkit-border-bottom-left-radius: 2px; 
-moz-border-radius-bottomleft: 2px; 
border-bottom-left-radius: 2px; 
} 

.add_bb { 
max-width:665px; 
background:#fafafa; 
padding:5px 10px 5px 10px !important; 
border:1px dotted #ccc; 
border-left:3px solid #ccc; 
-webkit-border-top-left-radius: 2px; 
-webkit-border-top-right-radius: 2px; 
-moz-border-radius-topleft: 2px; 
-moz-border-radius-topright: 2px; 
border-top-left-radius: 2px; 
border-top-right-radius: 2px; 
} 

.CodeBlock_bb:hover { 
-webkit-filter:blur(2px) grayscale(2); 
opacity:.8; 
cursor: pointer; 
}
			.grads{
			  background:linear-gradient(left,#8F04A8 0%,#7CE700 60%,#FFE100 100%);
			background:-webkit-linear-gradient(left,#8F04A8 0%,#7CE700 60%,#FFE100 100%); /* для Safari */
			  -webkit-background-clip: text;
			  color: transparent;
			}
.userAvatar img {
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.statusOnline {
  display: block;
  font-size: 11px;
  color: #FFF;
  margin-top: 5px;
  padding: 3px 0;
  text-align: center;
  background: #04941C;
  font-family: "Open sans",sans-serif;
  text-decoration: none;

}
.statusOffline {
  display: block;
  font-size: 11px;
  color: #FFF;
  margin-top: 5px;
  padding: 3px 0;
  text-align: center;
  background: #BCBCBC;
  font-family: "Open sans",sans-serif;
  text-decoration: none;

}
.signature hr {
    width: 200px;
    height: 1px;
    text-align: left;
    margin-left: 0px;
    border: none;
    color: #6b7d86;
    background-color: #6b7d86;
    clear: both;
}
.numposts {
  display: block;
  font-size: 13px;
  color: #6b7d86;
  margin-top: 5px;
  padding: 3px 0;
  text-align: center;
  background: #DEECE9;
  margin-bottom: 2px;
}
.tu{
  background: #DEECE9;
  border: 1px solid #DEECE9;
  color: rgba(0, 0, 0, 0.45);
  padding: 5px 10px;
  font-size: 14px;
  font-family: "Open sans",sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
 textarea {
  color: #424242;
  border: 1px solid #D6D6D6;
  margin: 0;
  padding: 4px 7px;
  background: #F9F9F9;
  background-position: 155px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    outline: none;
  box-sizing: border-box;
    }
	 .inpf {
color: #424242;
  border: 1px solid #D6D6D6;
  margin: 0;
  padding: 4px 7px;
  background-position: 2000px 2000px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    outline: none;
  box-sizing: border-box;
    }
	select{
  border: 1px solid #CCC;
  background-color: #FFF;
  height: 30px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
      outline: none;
	}
	
	#mpreview {
color: #424242;
  border: 1px solid #D6D6D6;
  margin: 0;
  width: 99%;
  padding: 4px 7px;
  background: #F9F9F9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(http://png-2.findicons.com/files/icons/1239/sticker_2/48/preview.png);
  height: auto;
  min-height: 160px;
  outline: none;
  display: none;
}
.book {font:Bold 12px Arial,sans-serif;margin:0 auto;padding:.1px 10px;}  
			.nobook {padding:10px;margin:10px 0;background:#cd4040;text-align:center;color:#fff; -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
				box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);}  
			.bookmark {background:#9dcd40;margin: 10px 0px 0px 41px;padding:15px 10px; -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
			.bookblock {background: #9dcd40;position: absolute;margin: 10px 0;padding: 15.5px 10px;-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);}
				box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);}  
			.bookmark a {text-align: left;font-size: 13px;color: rgba(0, 0, 0, 0.46);font-family: 'Cuprum', sans-serif;text-decoration:none;display:block;}  
			.bookmark button {font:12px Arial,sans-serif;float:right;background:rgba(255,255,255,.25);border:0;color: #4A7B38;margin-top:-5px;margin-right: 20px;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;padding:5px;outline: none;text-shadow: rgb(216, 215, 215) 1px 1px 1px;}  
			.bookmark button:hover {background:rgba(0,0,0,.1);color: #fff;text-shadow: #4A7B38 1px 1px 1px;}
			.bookautor {
    position: absolute;
    color: #5F7730;
    right: 33px;
    margin-right: 325px;
    margin-top: -15px;
    font-size: 11px;
    opacity: 0.6;
}
			.bookautor:hover{opacity: 1;color: #DEECE9;cursor: default;}
			
			
			.to_p_fans_img
    {
      max-width: 400px;
		cursor: url('img/zoom_in.cur'), pointer;
		border-radius:3px;
    }
#p_fans
    {
        position:fixed;
        top:0px;
        bottom:0px;
        left:0px;   
        right:0px;
        z-index:2147483647;
        text-align: center;
    }
#p_fans .p_fans_bg
    {
        position:absolute;
        top:0px;
        bottom:0px;
        left:0px;   
        right:0px;
        background:rgba(0, 0, 0, 0.9);
    }
#p_fans .p_fans_helper
    {
        display:inline-block;
        vertical-align:middle;
        height:100%;
        width:0px;
    }
#p_fans .p_fans_img
    {
        max-height:50%;
        max-width:90%;
        vertical-align:middle;
        position: relative;
    }
	#notif
    {
        position:absolute;
		bottom: 20px;
        right: 15px;
		width: 290px;
    }
.notif {
  font: normal 12px/1 Verdana;
  position: relative;
  height: 85px;
  line-height: 1.3;
  padding: 0 20px;
  box-shadow: 0 0 2px 2px rgba(20, 20, 20, 0.5);
  cursor: default;
  margin-top: 10px;
  color: #fff;
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
  box-shadow: 0 0 8px rgba(0,0,0,0.8);
  background: rgba(0,0,0,0.8);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
}

.notif .notif_t {
  font-weight: bold;
  padding: 20px 0 5px 70px;
}

.notif .notif_c {
   padding: 0 0 0 70px;
}


.notif .notif_img {
  position: relative;
  width: 64px;
  height: 64px;
  left: -5px;
  top: -45px;
}
.notif .notif_img img{
  width: 64px;
  height: 64px;
} 
.notif .notif_x:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.notif .notif_x {
    margin-top: -17px;
    position: absolute;
    right: 6px;
    background: url('by-FeNIX/img/chatb.png') -57px -25px no-repeat;
    width: 16px;
    height: 16px;
    z-index: 2;
    cursor: pointer !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.notif a:hover {
  color: #FFF;
  font-weight: normal;
}
.notif a {
  color: #B3B3B3;
  font: normal 12px/1 Verdana;
  text-decoration: none;
  border-bottom: 1px dotted #555;
  outline: 0;}
  /*-- Модер панель by FeNIX --*/
  
.forum-moder-mpanel,
.forum-moder-mpanel * {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }

 .forum-moder-mpanel.hidden {
 	display: none;
 }

 .forum-moder-mpanel a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
 
 .forum-moder-mpanel-l {
padding: 0 0 0 3px ;
margin: 0 15px 0 0  ;
list-style: none;
line-height: 0;
font-size: 0;
visibility: hidden;
-webkit-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
border-radius: 13px 0 0 13px ;
border: 1px solid #D9DEDF ;
position: absolute;
right: -10px ;
opacity: 0 ;
background-color: #EDF1F2 ;
white-space: nowrap;
top: 0 ;
 }
 
.forum-moder-mpanel:hover.forum-moder-mpanel.open .forum-moder-mpanel-l {
visibility: visible;
opacity: 1;
right: 0 ;
padding-right: 10px ;
 }

.forum-moder-mpanel {
 height: 25px ;
 width: 25px ;
 display: inline-block;
 vertical-align: middle;
 position: relative;
 border-radius: 13px ;
 z-index: 5;
 float: right;
 margin-top: -20px;
}
 
 .forum-moder-mpanel-toggle {
 height: 25px ;
 width: 25px ;
 border: 1px solid #d9dedf ;
 position: relative;
 border-radius: 100% ;
 background: #fff url('/emik/chat/moder.png') no-repeat -20px -20px ;
 position: absolute;
 z-index: 10;
 cursor: pointer;
 }
 .forum-moder-mpanel-l li {
 position: relative;
 width: 25px;
 height: 23px;
 display: inline-block;
 cursor: pointer;
 background-image: inherit;
 margin: 0;
 }

 .forum-moder-mpanel-l .forum-moder-mpanel-nspam {width: 57px;}
 .forum-moder-mpanel-l .forum-moder-mpanel-spam {width: 36px;}
 
 .forum-moder-mpanel-ico {
 background: url('/emik/chat/moder.png') no-repeat;
 width: 11px;
 height: 11px;
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -5px;
 margin-left: -6px;
 }

 .forum-moder-mpanel.open .forum-moder-mpanel-toggle {background-position: -41px -20px;}
 
.forum-moder-mpanel-ip .forum-moder-mpanel-ico {background-position: -5px -109px;}
 .forum-moder-mpanel-ip:hover .forum-moder-mpanel-ico {background-position: -26px -109px;}

.forum-moder-mpanel-pending .forum-moder-mpanel-ico {background-position: -47px -110px;}
 .forum-moder-mpanel-pending:hover .forum-moder-mpanel-ico {background-position: -68px -110px;}
 
 
.forum-moder-mpanel-nspam .forum-moder-mpanel-ico {width: 45px;margin-left: -23px;background-position: -5px -68px;}
.forum-moder-mpanel-nspam:hover .forum-moder-mpanel-ico, .forum-moder-mpanel-nspam.hover .forum-moder-mpanel-ico {background-position: -5px -89px;}

.forum-moder-mpanel-spam .forum-moder-mpanel-ico {width: 24px;margin-left: -12px;background-position: -57px -68px;}
.forum-moder-mpanel-spam:hover .forum-moder-mpanel-ico {background-position: -57px -89px;}
 
 .forum-moder-mpanel-publ .forum-moder-mpanel-ico {background-position: -5px -5px;}
 .forum-moder-mpanel-publ:hover .forum-moder-mpanel-ico {background-position: -26px -5px;}
 .forum-moder-mpanel-publs .forum-moder-mpanel-ico {background-position: -26px -5px;}
 .forum-moder-mpanel-publs:hover .forum-moder-mpanel-ico {background-position: -5px -5px;}
 
 .forum-moder-mpanel-tags .forum-moder-mpanel-ico {background-position: -68px -26px;}
 .forum-moder-mpanel-tags:hover .forum-moder-mpanel-ico {background-position: -68px -47px;}
 
 .forum-moder-mpanel-rating .forum-moder-mpanel-ico {background-position: -5px -47px;}
 .forum-moder-mpanel-rating:hover .forum-moder-mpanel-ico {background-position: -26px -47px;}
 
 .forum-moder-mpanel-edit .forum-moder-mpanel-ico {background-position: -47px -47px;}
 .forum-moder-mpanel-edit:hover .forum-moder-mpanel-ico {background-position: -68px -5px;}
 
 .forum-moder-mpanel-del .forum-moder-mpanel-ico {background-position: -47px -5px;}
 .forum-moder-mpanel-del:hover .forum-moder-mpanel-ico {background-position: -5px -26px;}
 
 .forum-moder-mpanel-mark .forum-moder-mpanel-ico {background-position: -5px -131px;}
 .forum-moder-mpanel-mark:hover .forum-moder-mpanel-ico {background-position: -26px -131px;}

 .forum-moder-mpanel-left .forum-moder-mpanel-ico {background-position: -47px -131px;}
 .forum-moder-mpanel-left:hover .forum-moder-mpanel-ico {background-position: -68px -131px;}
 
 .forum-moder-mpanel-right .forum-moder-mpanel-ico {background-position: -47px -152px;}
 .forum-moder-mpanel-right:hover .forum-moder-mpanel-ico {background-position: -68px -152px;}
 
 .forum-moder-mpanel-bw .forum-moder-mpanel-ico {background-position: -5px -152px;}
 .forum-moder-mpanel-bw:hover .forum-moder-mpanel-ico {background-position: -26px -152px;}

.forum-moder-mpanel-hide .forum-moder-mpanel-ico {width: 14px; height: 9px; margin-top: -4px; margin-left: -7px; background-position: -3px -174px;}
.forum-moder-mpanel-hide:hover .forum-moder-mpanel-ico, .forum-moder-mpanel-hidden .forum-moder-mpanel-ico  {background-position: -24px -174px;}
.forum-moder-mpanel-hides:hover .forum-moder-mpanel-ico {width: 14px; height: 9px; margin-top: -4px; margin-left: -7px; background-position: -3px -174px;}
.forum-moder-mpanel-hides .forum-moder-mpanel-ico, .forum-moder-mpanel-hidden .forum-moder-mpanel-ico  {background-position: -24px -174px;	width: 16px;}


.forum-moder-mpanel-stock .forum-moder-mpanel-ico {width: 12px; height: 10px; margin-top: -5px; margin-left: -7px; background-position: -47px -174px;}
.forum-moder-mpanel-stock:hover .forum-moder-mpanel-ico {background-position: -67px -174px;}



.forum-moder-mpanel-spam.hidden{ display:none; }


 
 /*--------- Reverse ---------*/
 
 .forum-moder-mpanel.up-right .forum-moder-mpanel-l {
 padding: 0 3px 0 0 ;
 margin: 0 0 0 15px  ;
 right: inherit ;
 left: -10px ;
 border-radius: 0 13px 13px 0 ;
}
 
.forum-moder-mpanel.open.up-right .forum-moder-mpanel-l {
 padding: 0 3px 0 10px ;
 left: 0 ;
}
.forum-moder-mpanel.up-right {
 margin: 0 10px 0 0 ;
} 
.forum-moder-mpanel.up-right .forum-moder-mpanel-tooltip {
 left: -16px ;
 right: inherit ;
 margin-right: -100px ;
 margin-left: 0 ;
 text-align: left;
}
.forum-moder-mpanel.up-right .forum-moder-mpanel-tooltip:before {
 right: 0;
 left: inherit; 
}
.forum-moder-mpanel.up-right .forum-moder-mpanel-tooltip:after {
 top: 100%;
 left: 21px;
 right: inherit;
 margin: 0 -6px 0 0;
} 
.forum-moder-mpanel.up-right.photo-view,.forum-moder-mpanel.video-view {
 margin-top: -5px ;
}
 
.forum-moder-mpanel-ud .forum-moder-mpanel-ico {background-position: -5px -197px;}
.forum-moder-mpanel-ud:hover .forum-moder-mpanel-ico {background-position: -26px -197px;}

.forum-moder-mpanel-rank .forum-moder-mpanel-ico {background-position: -47px -196px;}
.forum-moder-mpanel-rank:hover .forum-moder-mpanel-ico {background-position: -68px -196px;}




	



/* РІС‹СЂР°РІРЅРёРІР°РЅРёРµ */
input, select {vertical-align:middle; margin:0px;}
img {vertical-align: middle; border:0px;}

/* СЃСЃС‹Р»РєРё  */
a,a:active{color:#005DB5; font: bold 12px Verdana; text-decoration: none;}
a:hover{text-decoration: underline;}

/* С‚Р°Р±Р»РёС†С‹ */
table { border:1px #7897BB solid; border-collapse:collapse;}
td {color:#000000; background-color:#f3f3f3; font: 12px Verdana; padding:4px; border:1px #7897BB solid; }

/* РєРЅРѕРїРєРё, С‚РµРєСЃС‚РѕРІС‹Рµ РїРѕР»СЏ Рё СЃРµР»РµРєС‚РѕСЂС‹ */
input, select, textarea {margin-bottom: 4px; padding:3px 6px; border:1px #aaaaaa solid; border-radius:3px;}
.input__reg {border-radius:5px;  border:1px solid #e2e2e2; padding-bottom: 5px;padding-top:5px;padding-left:9px;padding-right: 9px;width: 80%;font-family:kurale;font-size:15px;outline: 0; margin-bottom: 3px;}
.input__mess {border-radius:5px;  border:1px solid #e2e2e2; padding-bottom: 5px;padding-top:5px;padding-left:9px;padding-right: 9px;font-family:kurale;font-size:15px;outline: 0; width:35%; margin-bottom: 8px;}
.input__cmd {border-radius:5px;  border:1px solid #e2e2e2; padding-bottom: 5px;padding-top:5px;padding-left:9px;padding-right: 9px;font-family:kurale;font-size:15px;outline: 0; width:10%; margin-bottom: 8px;}


      @media only screen and (max-width: 960px) {
		.input__mess {
        width:44%;
		  }
		.input__cmd {
        width:20%;
			}
		.dropdown-block {
			 display: none !important;
		}
		.dropdown {
			display: none !important;
		}
		.dropdown-mobile {
			display: inline-block !important;
		}
      }
     
	  
	 

input[type=checkbox] {width:16px; height:16px; border:0px;}
input[type=file] {border:0px;}
input[type=button], input[type=submit] {cursor:pointer; padding:9px 11px; color: white; border-radius:5px; border:0px; background-color:#377BB5; background: linear-gradient(to bottom, #5D9AD0, #2E6DA3);}
input[type=button]:hover, input[type=submit]:hover {background-color:#377BB5; background: linear-gradient(to bottom, #6DAAE0, #3E7DB3);}
input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {border:0; padding:0;} /* FF fix padding */

:hover::-webkit-input-placeholder {
  color: transparent
}

:hover::-moz-placeholder {
  color: transparent
}

:hover:-moz-placeholder {
  color: transparent
}

:hover:-ms-input-placeholder {
  color: transparent
}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:hover::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:hover::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:hover:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:hover:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:hover::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:hover::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:hover:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:hover:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

/* РёРєРѕРЅРєР° РІС‹Р±РѕСЂР° С„Р°Р№Р»Р° РґР»СЏ Р·Р°РіСЂСѓР·РєРё */
.file {vertical-align:middle; display:inline-block; overflow:hidden; width:16px; height:16px; background-image:url(//mpchat.com/blank/img/image.png);}
.file input {cursor:pointer; width:16px; height:16px;	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}

/* СЃС‚РёР»СЊ Р·Р°РіРѕР»РѕРІРєР° С‚Р°Р±Р»РёС†С‹ .title */
.title   {color:white; background-color:#7897BB; font-weight:bold;}
.title a {color:white;}
.title a:active {color:white;}
.title a:hover {color:white;}
.low {color:gray; font: normal 11px Verdana;} 

/* СЃС‚РёР»СЊ РЅРёРєР»РёСЃС‚Р° РІ С„СЂРµР№РјРµ СѓС‡Р°СЃС‚РЅРёРєРѕРІ РґР»СЏ #id=users */
#users table {border:0px;}
#users td {border:0px; }
#users a { font: bold 12px Verdana; }

/* СЃС‚РёР»СЊ РґР»СЏ РёРіСЂС‹ - РІРёРєС‚РѕСЂРёРЅР° */
#gamediv table {border-collapse:collapse;} 
#gamediv td {padding:2px; font:18px Verdana;text-align:center; width:20px; height:15px;}

/* СЃС‚РёР»СЊ РІС‹РІРѕРґРёРјРѕРіРѕ СЃРјР°Р№Р»Р° */
.sm {cursor:pointer;}

/* STYLESATOR */




/* РіР»Р°РІРЅР°СЏ СЃС‚СЂР°РЅРёС†Р°*/

.menu {	
	color:white; 
	font-weight:bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
    position: sticky;
    z-index: 1;
	width: 70%;
}

.menu li {
	color: #555555;
}

.img__logo {
	max-height: 60px;
	margin-left: 20px;
}



.hero_icon_spirale1 {
	position: absolute;
	z-index: 1;
    top: 1060px;
  border-radius: 50%;
  transform: scale(.85);
  animation: pulse 3s ease-in-out infinite;
}
.hero_icon_spirale2 {
	position: absolute;
	z-index: 1;
	right:0;
    top: 1500px;
  border-radius: 50%;
  transform: scale(.85);
  animation: pulse 3s ease-in-out infinite;
}
.hero_icon_red_2 {
	position: absolute;
	z-index: 1;
    top: 400px;
    right: 1120px;
	  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: scale(.85);
  animation: pulse 2s ease-in-out infinite;
}


@keyframes pulse {
  from {
    transform: scale(.85);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(.85);
  }
}

nav {
    max-width: 50rem;
	font-family: 'kurale';
    font-size: 18px;
	transition: background 0.5s ease;
}

nav ul {
    list-style: none;
}

.menu__background {
    display: none;    
    flex-direction: column;      
    position: relative;
}  

@media (min-width: 40rem) {    
    .menu__background {   
        display: flex;     
        flex-direction: row;              
    }  
}


.menu__background.activated {
    display: flex;
}
.menu__background a {
	font-family: 'CormorantInfant-Regular';
  font-size: 18px;
}

.menu__button {    
    padding: 1.3em 1em;
    cursor: pointer;
	text-decoration: none;
    text-align: center;    
    flex: 1 0 auto;
    position: relative;   
}

.menu__button:hover {
    background: #68686840;
	text-decoration: none;
	transition: background 0.5s ease;
}

@media (min-width: 40rem) {    
    .menu__button--arrow {   
        position: relative;        
    }  
}

.block__avtorization {
    display: flex;
	margin-top: 48px; 
	flex-direction: inherit; 
	justify-content: space-between;
}

.title_index {
	color: #454545;
	font-size: 25px;
	font-family: CormorantInfant-Regular;
}

.block__page {
    display: flex;
    flex-direction: column;
}

.block_content  { 
border:1px solid #ffffff; 
margin-bottom:5px; 
background:white; 
opacity: 0.9; 
border-radius: 5px; 
color: #555555; 
text-align:center; 
padding: 0 30px; 
font-size:14px;
 width:450px; 
 margin-top: 60px;
 box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.login-submit, .login-submit:before, .login-submit:after {
  background: #fff;
}


.login p {
  margin: 0 0 20px;
}

.avtorization_title {
	font-family: 'Comfortaa';
	text-align:center;
	color: #929292;
	font-size: 25px;
	font-weight: bold;
}

.logo__btn {
background: linear-gradient(180deg,#8C83F7 0,#655BE2 100%);
color:#fff;
border: none;
border-radius: 5px;
height: 50px;
}

.anim-show {
opacity:0; 
	transition: 0.5s; 
	animation: show 2s 1; 
       animation-fill-mode: forwards;
       animation-delay: 1s; 
}

@keyframes show{
 0%{ opacity:0; }
 100% { opacity:1; }
}

.logo_btn {
	background: linear-gradient(180deg,#8C83F7 0,#655BE2 100%);
	color:#fff;border: none;
	border-radius: 5px;
	height: 50px;
}

.avtorization_block {
	background: white; 
	padding: 20px; 
	border-radius: 5px; 
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.avtorization_vxod_title {
font-family: 'CormorantInfant-Regular';
color: #929292;
font-size: 20px;
padding-bottom:12px;
}

.avtorization__login {
  font-family: 'Comfortaa';
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    background: #f3f3f3;
  outline: 0;
  	padding: 15px 35px 10px 13px;
    border-radius: 5px;
    width: 100%;
	border: 1px solid #3866ff00;
	transition: all .3s ease;
}


.avtorization__login[type=text]:focus, .avtorization__login[type=password]:focus {
  color: #858585;
    outline: rgb(223, 230, 254) solid 2px;
    border: 1px solid #f0f0f0;
	box-shadow: 0 0 10px #3866ff1a;
	transition: all .3s ease;
}

.title_strip {
	width: 100%;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.title_strip_left {
	height: 1px;
flex: 1 1 0%;
background: linear-gradient(270deg, rgb(193, 201, 224) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}

.title_strip_right {
	height: 1px;
	flex: 1 1 0%;
	background: linear-gradient(90deg, rgb(193, 201, 224) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}

.avtorization__content {
	border:1px solid #ffffff; 
	margin-bottom:5px; 
	background:white; 
	z-index: 1;
	border-radius: 5px 50px 5px 50px;
	font-size:14px; 
	width:500px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.photo_img {
	width: 100%; 
	height: 100%; 
	border-radius: 2%;
	object-fit: cover;
}
.about {
	font-family:kurale;
	font-size:15px;
	text-align:justify;
}



.login-submit {
  position: absolute;
  top: 18px;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.login-submit:before, .login-submit:after {
  content: '';
  z-index: 1;
  position: absolute;
}
.login-submit:before {
  top: 28px;
  left: -4px;
  width: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
  top: -4px;
  bottom: -4px;
  right: -4px;
  width: 36px;
}


.table__index {
	width:24%; 
	font-family: 'kurale'; 
	font-size: 15px; 
	font-weight: 500; 
	padding-left: 10px;
	color:white; 
	background-color:#7897BB;
}

.footer__content {
	margin-top: 50px;
	margin-bottom: 20px;
	color: #454545;
	transition: color 0.7s ease;
}


/* СЂРµРіРёСЃС‚СЂР°С†РёСЏ */

#regform {
	font-family: 'kurale'; 
	font-size: 15px; 
	width:300px;
	background:white;
	padding: 30px;
	border-radius: 0 25px;
	color: #555555;
}

.search__form {
	font-family: 'kurale'; 
	font-size: 15px; 
	width:350px;
	background:white;
	padding: 30px;
	border-radius: 0 25px;
	color: #555555;
}

.title__page {
	font-family: 'kurale';
	font-size: 20px; 
	color: #005db5;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}



.marq {
	font-family: 'kurale';
	font-size: 20px; 
	color: #005db5;
	background: white;
	width: 100%;
}

#leftdiv {
	background: #f3f3f3;
}


#leftdiv::-webkit-scrollbar {
    width: 9px;
	height: 9px;
    background-color: #eee;
}

#leftdiv::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
	border-radius:20px;
}

#smdiv {
	background: #f3f3f3; 
}

#smdiv::-webkit-scrollbar {
    width: 9px;
	height: 9px;
    background-color: #eee;
}

#smdiv::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
	border-radius:20px;
}

#privatdiv{
background: #f3f3f3; 
}

#privatdiv::-webkit-scrollbar {
    width: 9px;
	height: 9px;
    background-color: #eee;
}

#privatdiv::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
	border-radius:20px;
}

#usersdiv {
	background: #f3f3f3;
}

#usersdiv::-webkit-scrollbar {
    width: 9px;
	height: 9px;
    background-color: #eee;
}

#usersdiv::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
	border-radius:20px;
}

#privatdiv img {
    max-height: 100px;
}

.button__mess {
	background: #33995e !important; 
	height: 30px !important; 
	margin-bottom: 8px !important;
	transition: background 0.7s ease !important;
}

.button__mess:hover {
	background-color: #2fb266 !important;
    transition: background 0.7s ease !important;
}

#snow {
position: absolute;
width: 100%;
left: 0;
}




.standartStile {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.standartStile:hover {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.neboStile:hover {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.summerStile:hover {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.blueStile {
	box-shadow: none;
}

.blueStile:hover {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.florStile {
	box-shadow: none;
}

.florStile:hover {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.blackStile {
	box-shadow: none;
}

.blackStile:hover {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.pinkStile {
	box-shadow: none;
}

.pinkStile:hover {
	transition: 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.dropdown-main { 
background-color: #33995e;
}

.dropdown-block {
	background-color: #33995e;
}

.dropdown-block:hover {background-color: #2fb266;}
.dropdown-main:hover {background-color: #2fb266;}

.dropdown-ex {
 background: #33995e;
} 

.dropdown-ex:hover {
background-color: #2fb266; 
transition: background 0.7s ease;
}


.checkbox + label {
    position: relative;
    padding: 0 0 0 31px;
    cursor: pointer;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 20px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
    transition: .2s;
	}
	
	.checkbox + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: .2s;
	}
	
	.checkbox:checked + label:after {
    left: 13px;
}
	
	.checkbox:checked + label:before {
    background: #00bc9c;
}





.tooltip {
 position:absolute;
 z-index:999;
 left:-9999px;
 background:white;
 padding:5px;
 border:1px solid #fff;
 border-radius: 3px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.tooltip p{
 margin:0;
 background: #fff;
 padding:2px 7px;
}

div > .delete {
color: #CCCCCC;
cursor: pointer;
display: block;
float: right;
font: 14px Verdana;
height: 6px;
margin: -3px 5px;
text-decoration: none;
visibility: hidden;
}
div > .delete span {
color: #AAAAAA;
font: bold 14px "Arial Black";
}
div > .delete:hover {
color: #666666;
font: 14px Verdana;
text-decoration: none;
}
div > .delete:hover span {
color: #666666;
font: bold 14px "Arial Black";
text-decoration: none;
}
div:hover > .delete {
display: block;
visibility: visible;
}










                
