.hddanistargoogle{
  border:none;
  width:100%;
  height:90px;
}
  .html,body{
    padding:0px;
    margin:0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 20.4px;
	color:#000;
  }
  ul, li{
list-style:none;
}  
 #twith_autp{
	opacity:0;
    overflow:hidden;
    width:1px;
    height:1px;
    position:absolute;
  }
a{
    text-decoration:none;
	color: #551e9a;
  }
a:hover{
	text-decoration:none;
	color: #000;
}
.news_header .tags {
    max-width:550px;
  }
   .vip_comment .title_quote{
    background:rgba(0,0,0,0.7);
  }.vip_comment .quote{
    background:rgba(0,0,0,0.7);
  }
  header{
    background:#E6E6E6;
    padding-top:1px;
    padding-bottom:0px;
    position:relative;
    font-family:'BebasBold', sans-serif;
    border-bottom:1px solid #a0a0a0;
	min-height:60px;
  }
  header .logo{
    margin-top:5px;
    display:inline-block;
    margin-right:40px;
    vertical-align:top;
  }
  header .logo a{
    background:url('/templates/new36/images/logo.png') no-repeat center;
    display:inline-block;
    width:190px;
    height:46px;
  }
  header .menu{
    display:inline-block;
    margin:0px;
    padding:0px;

  }
  header .menu > p{
    display:inline-block;
    text-align:center;
    width:178px;
    height:60px;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
    color:#8f8e8e;
    cursor:pointer;
  }
  header .menu.active > p,header .menu:hover > p{
   background:#fff; 
   color:#000;
  }
  header .menu > p:after{
    content:" ";
    display:inline-block;
    height:60px;
    width:1px;
    vertical-align:middle;
  }
  header .menu > p > span{
    display:inline-block;
    text-transform:uppercase;
    height:26px;
    font-size:18px;
    font-weight:300;
    line-height:26px;
    vertical-align:middle;
    padding-left:35px;
    position:relative;
  }
  header .menu.active > p > span,header .menu:hover > p > span{
    background-position:0px -90px;
    color:#000;
  }
  header .logo a span{
    opacity:0;
  }
  header .menu .drowmenu{
    width:1263px;
    position:absolute;
    height:0px;
    left:-14px;
    background:#fff;
    overflow:hidden;
    -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
     transition: all .5s ease-out;
	z-index: 99999999;
  }
  
  header .menu.active .drowmenu{
    height:270px;
  }
  header .menu.active .menu__handle, header .menu > p:hover .menu__handle{
    background:none;
  }
  .menu__handle {
  display:inline-block;
	background: none;
	border: none;
	width: 25px;
	height: 24px;
	padding: 0;
	outline: none;
	position: absolute;
	top: -2px;
	right: 70px;
	z-index: 2000;
  cursor:pointer;
}

header .menu > p:hover .menu__handle::before,
header .menu > p:hover .menu__handle::after,
header .menu > p:hover .menu__handle span {
	background: #000;
}
header .menu.active .menu__handle::before,
header .menu.active .menu__handle::after,
header .menu.active .menu__handle span, header .menu.active > p:hover .menu__handle::before,
header .menu.active > p:hover .menu__handle::after,
header .menu.active > p:hover .menu__handle span {
	background: #4a0074;
}
.menu__handle::before,
.menu__handle::after,
.menu__handle span {
	background: #8f8e8e;
}
.menu__handle::before,
.menu__handle::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
}

.menu__handle span {
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	overflow: hidden;
	text-indent: 200%;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.menu__handle::before {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.menu__handle::after {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.menu.active .menu__handle span {
	opacity: 0;
}

.menu.active .menu__handle::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.menu.active .menu__handle::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
  .vk-top .icon-top{
    display:inline-block;
    height:35px;
    width:35px;
    background: url('/templates/new36/images/vk.svg') no-repeat top left;
    background-size: contain;
    -webkit-filter: grayscale(100%) brightness(5) brightness(45%); 
    filter: grayscale(100%) brightness(5) brightness(35%);
    vertical-align:middle;
    cursor:pointer;
  }
  .vk-top .icon-top:hover{
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
  }
  
  .search-top .icon-top{
    display:inline-block;
    height:25px;
    width:25px;
    background: url('/templates/new36/images/find.svg?assd') no-repeat top left;
    background-size: contain;
    -webkit-filter: grayscale(100%) brightness(5) brightness(45%); 
    filter: grayscale(100%) brightness(5) brightness(45%);
    vertical-align:middle;
    cursor:pointer;
  }
  .search-top .icon-top:hover,.active.search-top .icon-top{
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
  }
  
  .profile-top .icon-top{
    display:inline-block;
    height:28px;
    width:28px;
    background: url('/templates/new36/images/miniproff.svg?assd') no-repeat top left;
    background-size: contain;
    -webkit-filter: grayscale(100%) brightness(5) brightness(45%); 
    filter: grayscale(100%) brightness(5) brightness(45%);
    vertical-align:middle;
    cursor:pointer;
  }
  .profile-top .icon-top:hover,.active.profile-top .icon-top{
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
  }
  
  .hidden-panel{vertical-align:middle;display:inline-block;height:100%;overflow:hidden;width:0px;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-o-transition: all .5s ease-out;transition: all .5s ease-out;}
  .panel{padding:0px 15px;border-left:1px solid #C7C7C7;margin:0px;display:inline-block;height:100%;vertical-align:middle;text-align:left;}
  .panel::after{display:inline-block;height:100%;width:1px;vertical-align:middle;}
  .panel-right{position:relative;padding:5px 0px;height:50px;text-align:right;z-index: 99999999;}
  .panel.active.search-top .hidden-panel{width:320px;}
  .panel.active.profile-top .hidden-panel{width:400px;}
  .searchmini,.panel.profile-top .login_nav2 form > div{opacity:0;-webkit-transition: all .5s ease-out 1s;-moz-transition: all .5s ease-out;-o-transition: all .5s ease-out;transition: all .5s ease-out;}
  .panel.active.search-top .searchmini, .panel.active.profile-top .login_nav2 form > div{opacity:1;}
  .login_nav2 form > div{
    vertical-align:top;
  }
  .login_nav2 a{
    margin:0px 0px;
    margin-top:3px;
    padding-right:15px;
  }
  .login_nav2 form div+div{
    margin-top:5px;
  }
  .login_nav2  a{
    text-decoration:none;
    color:#adacac;
  }
  .login_nav2 a:hover{
    text-decoration:none;
    color:#4a0074;
  }
  .login_nav2 input{
    margin-top:2px;
    border-radius:2px;
    border-style:solid;
    border-color:#B6B6B6;
    border-width:1px;
    padding:2px 4px;
	width: 130px;
  }
  .searchmini input{
    margin-top:11px;
    width:95%;
    padding:5px 5px;
    border-radius:2px;
    border-style:solid;
    border-color:#B6B6B6;
    border-width:1px;
  }
  .login_nav2 form > div{
    width:140px;
    display:inline-block;
  }
  .login_nav2 form > div:nth-child(2){
    width:100px;
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
  }
  .login_nav2 form input[type=submit]{
    background:#4a0074;
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    border:none;
    border-radius:0px;
    margin-top:-2px;
    font-size:18px;
    padding:10px 25px;
    font-family:'BebasBold', sans-serif;
    cursor:pointer;
	width:90px;
  }
  .login_nav2 form input[type=submit]:hover{
    background:#FED000;
    color:#000;
  }
  #dle-content .descripts img{
	  max-width:100%;
  }
[class*="UCOWisrw0aLVBW9otEVJiZmA"] a{
	display:block;
  height:90%;
  position:relative;
  z-index: 99999998;
}
  .UCOWisrw0aLVBW9otEVJiZmA a,.UCOWisrw0aLVBW9otEVJiZmA2 a,.UCOWisrw0aLVBW9otEVJiZmA3 a,.UCOWisrw0aLVBW9otEVJiZmA4 a,.UCOWisrw0aLVBW9otEVJiZmA5 a,.deamon a,.dreagon a,.UCOWisrw0aLVBW9otEVJiZmA6 a,.UCOWisrw0aLVBW9otEVJiZmA7 a,.UCOWisrw0aLVBW9otEVJiZmA8 a,.UCOWisrw0aLVBW9otEVJiZmA9 a,.UCOWisrw0aLVBW9otEVJiZmA10 a,.UCOWisrw0aLVBW9otEVJiZmA11 a,.UCOWisrw0aLVBW9otEVJiZmA12 a,.UCOWisrw0aLVBW9otEVJiZmA13 a,.UCOWisrw0aLVBW9otEVJiZmA14 a,.UCOWisrw0aLVBW9otEVJiZmA15 a,.UCOWisrw0aLVBW9otEVJiZmA16 a,.UCOWisrw0aLVBW9otEVJiZmA17 a,.UCOWisrw0aLVBW9otEVJiZmA18 a,.UCOWisrw0aLVBW9otEVJiZmA19 a,.UCOWisrw0aLVBW9otEVJiZmA20 a,.UCOWisrw0aLVBW9otEVJiZmA21 a,.UCOWisrw0aLVBW9otEVJiZmA22 a,.UCOWisrw0aLVBW9otEVJiZmA23 a,.UCOWisrw0aLVBW9otEVJiZmA24 a,.UCOWisrw0aLVBW9otEVJiZmA25 a,.UCOWisrw0aLVBW9otEVJiZmA26 a,.UCOWisrw0aLVBW9otEVJiZmA27 a,.UCOWisrw0aLVBW9otEVJiZmA28 a,.UCOWisrw0aLVBW9otEVJiZmA29 a,.UCOWisrw0aLVBW9otEVJiZmA30 a,.UCOWisrw0aLVBW9otEVJiZmA31 a{
  display:block;
  height:90%;
  position:relative;
  z-index: 99999998;
}
 .user_top1{
    display:inline-block;
    width:155px;
    margin:5px;
    padding:5px;
    background:rgba(230,230,230,0.5);
  }  
  .avatar_top{
    border-radius:50%;
    border:none;
    height:50px;
    width:50px;
    float:left;
    overflow:hidden;
    margin-right:5px;
  }
  .ball_top{
    font-size:0.9em;
    color:#4a0074;
  }
  .nick_top{
    display:inline-block;
    vertical-align:middle;
	font-size:16px;
  }
  .nick_top a{
    color:#000;
    font-family: 'BebasBold', sans-serif;
  }
  .nick_top a:hover{
    color:#095AA5;
    font-family: 'BebasBold', sans-serif;
  }
  .avatar_top img{
    max-width:60px;
    min-height:60px;
  }
  .user_top1:before{
    content:" ";
    display:block;
    clear:both;
  }
  
  .inline-block{
    display:inline-block;
    padding-right:20px;
  }
  .all_top{
    text-align:right;
  }
  
 .wi1000{
    width:1024px;
    margin:auto;
    height:270px;
    position:relative;
  }
  .wi1000 object{
    position:absolute;
    left:280px;
    top:-110px;
    width:500px;
    height:500px;
    background:transparent;
  }
  .list-nav{
	margin-top: 0px;
	position: relative;
    z-index: 9999999;
 }
  .width50{
    width:50%;
    margin:0px;
    padding:0px;
  }
  .float-right{
    float:right;
  }
  .float-left{
    float:left;
  }
  header .width1200{ 
    position:relative;
  }
  .width1200{
    width:1235px;
    margin:auto;
	max-width:100%;
	box-sizing:border-box;
  }

  .clr,.clear{
    clear:both;
  }
 .content-left{
    width:900px;
    margin-right:5px;
    float:left;
	margin-left: 2px;
  }
  .content-left::before,.content-left::after,
  .content-right::before,.content-right::after, .content-pravo::before,.content-pravo::after{
    content:" ";
    clear:both;
  }
  .content-right,.content-pravo{
    width:340px;
    
    float:left;
  }
  .list-nav ul{
    list-style:none;
    margin:0px;
    padding:0px;
    list-style-position: inside;
    text-align:left;
    font-family:'BebasBold', sans-serif;
  }
  .list-nav ul li:first-child {border-left:none;}
  .list-nav ul li{
    display:inline-block;
    width:179px;
    margin:0px;
    padding:0px;
    border-left:2px solid #fff;
    background-color:#4a0074;
    list-style-position: inside;
    position:relative;
    height:55px;
    line-height:55px;
    text-align:center;
  }
  .list-nav ul li:hover a{
    background:#FED000;
    color:#4a0074;
  }
  .list-nav ul li a{
    color:#fff;
    display:inline-block;
    height:100%;
    width:100%;
    text-decoration:none;
    text-transform:uppercase;
    font-size:20px;
    letter-spacing: 1px;
  }
  .list-nav ul li.icon-vip{width:175px;}
  .icon-vip span{
    display:inline-block;
    background:url('/templates/new36/images/vip.png') no-repeat left;
    background-position:0px 18px;
    padding-left:40px;
	  width: 90px;
  }
  .icon-vip:hover span{
    background-position:0px -98px;
  }
  .icon-clock span{
    display:inline-block;
    background:url('/templates/new36/images/raspisanie.png') no-repeat left;
    background-position:0px 18px;
    padding-left:30px;
  }
  .icon-clock:hover span{
    background-position:0px -98px;
  }

  .icon-resp span{
    display:inline-block;
    background:url('/templates/new36/images/pravila.png?a') no-repeat left;
    padding-left:22px;
    background-position:0px 18px;
  }
  .icon-resp:hover span{
    
    background-position:0px -94px;
    
  }
  .icon-chat span{
    display:inline-block;
    background:url('/templates/new36/images/chat.png') no-repeat left;
    background-position:0px 18px;
    padding-left:35px;
  }
  .icon-chat:hover span{
    background-position:0px -100px;
  }
  
  .list-nav ul li.icon-copy{width:180px;}
  .icon-copy span{
    display:inline-block;
    background:url('/templates/new36/images/pravaobladatel.png') no-repeat left;
    background-position:0px 18px;
    padding-left:25px;
  }
  .icon-copy:hover span{
    background-position:0px -98px;
  }
  .head-body{
    margin-top:15px;
  }
  .sw_bladeo2{
    width:579px;
    max-height:340px;
    float:left;
    background:#fff;
    margin-right:15px;
  }
  .scoro{ float:left; width:305px; margin-right:1px;}
  .title2{
    
    font-family:'BebasBold', sans-serif;
    text-transform:uppercase;
    text-align:center;
    font-size:32px;
    margin-bottom:19px;
  }
  .main{
   
  }
  .main-cal{
    font-family:'BebasBold', sans-serif;
    height:150px;
    position:relative;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
  }
  .main-cal a{
    color:#fff;
     text-decoration:none;
  }
   .main-cal .anime_img_cal a{
     display:block;
     width:100%;
     height:100%;
     position:absolute;
     left:0px;
     top:0px;
   }
  .main-cal .anime_title_cal{
    background:rgba(0,0,0,.5);
    display:block;
    height:32px;
    position:absolute;
    bottom:0px;
    width:100%;
    text-indent:10px;
    font-size:20px;
    line-height:32px;
  }
  .scoro div:nth-child(2){
    margin-bottom:1px;
  }
  .main-cal .newdate-clock{
    position:absolute;
    right:10px ;
    bottom:5px;
    color:#fff;
  }
  .text-s{
    margin:0px 15px;
  }
  .text-s h1{
    font-family:'BebasBold', sans-serif;
    color:#4a0074;
    font-size:24px;
  }
  .text-s p{
    font-size:14px;
    color:#A0A0A0;
  }
  .title-3{
    font-family:'BebasBold', sans-serif;
    background:#4a0074;
    text-align:center;
    color:#fff;
    font-size:26px;
    line-height:55px;
  }
  .post-new{
    background:url('/templates/new36/images/fixed.jpg');
    padding:20px;
  }
  .fixed-img{
    height:180px;
    float:left;
    width:125px;
    margin-top:5px;
    background-size:contain;
    margin-right:10px;
  }
  .fixed-text{
    margin-top:12px;
    color:rgba(255,255,255,.8);
    font-size:15px;
    
  }
   .post-new div:first-child .fixed-text{
     padding-right:15px;
   }
  .title-4,.title-4 a{
    font-family:'BebasBold', sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size:24px;
    text-decoration:none;
    line-height:26px;
  }
  .title-4 a:hover{
    font-family:'BebasBold', sans-serif;
    color:#FFD50D;
    text-transform:uppercase;
    font-size:24px;
    text-decoration:none;
  }
  .fixed-w{float:left;width:50%;}
  .top-w{
    position:relative;
    float:left;
    width:20%;
  }
  .top-w > div{
    margin-right:10px;
    margin-top:10px;
    background-size:cover;
    height:250px;
    margin-bottom:10px;
    background-repeat:no-repeat;
    position:relative;
  }
  .top-w a{
    display:none;
  }
  .top-w > div:hover > a{
    display:block;
    height:100%;
    width:100%;
    background:rgba(255,213,13,0.7);
    position:relative;
    text-align:center;
  }
  .top-w .title-top{
    position:absolute;
    font-family:'BebasBold', sans-serif;
    color:#4a0074;
    display:block;
    text-align:center;
    top:10px;
    width:150px;
    padding:10px;

  }
  .top-new div:nth-child(5) > div{
    margin-right:0px;
  }
  .top-new .janrs{
    position:absolute;
    bottom:10px;
    color:#000;
    width:100%;
    text-align:center;
    font-size:16px;
    display:none;
  }
  .top-w > div:hover .janrs{
    display:block;
  }
  .top-new .janrs a{
    display:inline;
    color:#4a0074;
    text-decoration:none;
  }
  .top-w .unit-rating{

      background:url('/templates/new36/images/rate.png') repeat-x;
        list-style:none;
    background-position:0px 0px;
      padding:0px;
      margin:0px;
    width:107px;
    display:inline-block
  }
    .top-w .unit-rating .current-rating{
      background:url('/templates/new36/images/rate.png') repeat-x;
      background-position:0px -52px;
      font-size:0px;
      height:20px;
      margin:0px;
      padding:0px;
    }
  .top-w .janrs .unit-rating,.top-w .janrs .unit-rating .current-rating{
    background-image:url('/templates/new36/images/rate2.png');
  }
  .top-w .rat_col_new{
    text-transform:capitalize;
    line-height:22px;
    font-size:16px;
  }
  
  .top-w .date{
    height:auto;
    text-align:center;
    font-size:16px;
  }
  .top-w .date span{
    color:#4a0074;
  }
  .top-w .rat_col_new span{
    color:#4a0074;
  }
  .top-w .rate{
    height:auto;
    text-align:center;
	height: 40px;
  }
  .button-s{
    font-family:'BebasBold', sans-serif;
    text-decoration:none;
    display:inline-block;
    margin:0px 10px;
    background:#4a0074;
    color:#fff;
    padding:15px 10px;
    font-size:28px;
    text-transform:uppercase;
    width:200px;
    text-align:center;
  }
  
  .button-s:hover{
    font-family:'BebasBold', sans-serif;
    text-decoration:none;
    display:inline-block;
    margin:0px 10px;
    background:#FED000;
    color:#000;
    padding:15px 10px;
    font-size:28px;
    text-transform:uppercase;
    width:200px;
    text-align:center;
  }
  .text-center{
    text-align:center;
  }
  .basd{
    margin-top:10px;
    margin-bottom:20px;
  }
  .text-s h3{
    font-family:'BebasBold', sans-serif;
    color:#4a0074;
    font-size:24px;
  }
  .text-s.s2 p{
    font-size:16px;
  }
  .text-s.s2 p+p{
    padding:0px;
    margin:0px;
  }
  .wrapper.width1200{
    
  }
  .prefooter{
    background:url('/templates/new36/images/footer-bg.jpg') no-repeat center bottom;
	background-size: cover;
    height:300px;
  }
  .prefooter ul{
    list-style:none;
    margin-left:400px;
    padding-top:35px;
  }
  .prefooter ul li{
    font-family:'BebasBold', sans-serif;
    font-size:30px;
    width:40%;
    line-height:32px;
    display:inline-block;
  }
  .prefooter ul li a{
    color:#FED000;
    text-decoration:none;
  }
  .prefooter ul li a:hover{
    color:#fff;
    text-decoration:none;
  }
  .footer{
    position:relative;
  }
  .full-footer{
    background:#000;
    height:120px;
  }
  .f-left{
    height:100%;
    float:left;
    width:120px;
  }
  
  .f-center{
    line-height:120px;
    width:850px;
    color:#fff;
    height:100%;
    float:left;
    text-align:center;
  }
  
  .f-right{
    margin-top:30px;
    width:280px;
    float:left;
  }
  .img-footer{
    top:0px;
    position:absolute;
    width:418px;
    height:386px;
    background:url('/templates/new36/images/footer-img.png') no-repeat center bottom;
  }
  
  .pomozh .title-3 span{

    display:inline-block;
    padding-left:30px;

    background:url('/templates/new36/images/help.png') no-repeat;
    background-position:7px 14px;
  }
  .pomozh .title-3 {
    margin:0px;
    padding:0px;
  }
  .pomozh{
    padding:0px;
  }
  .pomozh p{
    margin:0px;
  }
  .webmoney{
    background:url('/templates/new36/images/webmoney.png') no-repeat center 10px;
    padding-top:65px;
    text-align:center;
  }
  .yandex{
    margin-top:15px;
    background:url('/templates/new36/images/yandex_dengi.png') no-repeat center 10px;
    padding-top:65px;
    text-align:center;
  }
  .qiwi{
    margin-top:15px;
    background:url('/templates/new36/images/qiwi.png') no-repeat center 10px;
    padding-top:65px;
    padding-bottom:35px;
    text-align:center;
  }
  .pomozh .block-text{
    margin:0px;
    padding:0px;
    background:url('/templates/new36/images/fon_help.png') no-repeat top;
  }
  .content-right,.content-pravo{
    width:315px;
    margin-left:8px;
  }
   .content-right img, .content-right iframe,.content-pravo img,.content-pravo iframe{
	   max-width:100%;
   }
   .content-right .aw iframe,.content-pravo .aw iframe{
	   max-width:none;
   }
   .newlist{
    padding-top:10px;
    padding-left:25px;
    position:relative;
    padding-right:5px;

  }
  .newlist:after{
    content:" ";
    width:15px;
    height:15px;
    position:absolute;
    left:5px;
    top:10px;
    background:url('/templates/new36/images/ico_profile_mini.png') no-repeat;
    background-position:-48px -50px;
    display:inline-block;
  }
  .news-list{
    outline:1px solid #a0a0a0;
	padding-bottom:1px;
  }
  .block-text-vk{
	padding-top:1px;
  }
  .news-list-vk{
    outline:none;
  }
  .newlist a{
    color:#000;
    text-decoration:none;
  }
  .newlist a:hover{
    text-decoration:none;
    color:#4a0074;
  }
  .block-border{
    MARGIN-TOP:30PX;
    border:1px solid #a0a0a0;
  }
  .newlist .date{
    text-align:right;
    font-size:14px;
    color:#a0a0a0;
    margin-top:5px;
    margin-bottom:10px;
    padding-right:15px;
  }
  .soc{
    
    MARGIN-TOP:30PX;
  }
  .soc *{
    WIDTH:100%!important;
   
  }
   .avatar{
    height:46px;
    width:50px;
    display:inline-block;
    background-repeat:no-repeat;
    background-size:contain;
    border:2px solid #4a0074;
  }
  .avatar img{
    height:1px;
  }
  .mini_nav{
    width:360px;
    vertical-align:top;
    display:inline-block;
    height:20px;
  }
  .mini_nav ul{
    padding:0px;
    list-style:none;
    margin:0px;
  }
  .mini_nav ul li{
    vertical-align:top;
    width:140px;
    display:inline-block;
  }
  .mini_nav ul li a {
    padding-left:10px;
    text-decoration:none;
    color:#adacac;
    font-size:16px;
  }
  .mini_nav ul li a:hover {
    text-decoration:none;
    color:#4a0074;
  }
  .mini_nav li:last-child{
    width:auto;
  }
  
  .mini_nav li a:before{
    content:" ";
    display:inline-block;
    background-image:url('/templates/new36/images/ico_profile_mini.png');
    background-repeat:no-repeat;
    background-position:0px 1px;
    width:13px;
    height:12px;
    margin-right:2px;
  }
  .mini_nav li.profile a:before{
    background-position:0px -17px;
  }
  .mini_nav li.pm a:before{
    background-position:0px -37px;
  }
  .mini_nav li.logout a{
     background:#4a0074;
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    border:none;
    border-radius:0px;
  padding-right:10px;
    font-size:18px;
    font-family:'BebasBold', sans-serif;
    cursor:pointer;
  }
  .mini_nav li.logout a:hover{
    background:#FED000;
    color:#000;

  }
  .mini_nav li.logout a:before{
    display:none;
  }
  .mini_nav li a:hover:before{
    background-position:-50px 1px;
  }
  .mini_nav li.profile a:hover:before{
    background-position:-50px -17px;
  }
  .mini_nav li.pm a:hover:before{
    background-position:-50px -37px;
  }
  .panel.active.profile-top.in_login .hidden-panel{
    width:425px;
  }
  .left-menu{
   float:left;
   width:300px;
   padding: 23px 40px;
 }
	.left-menu li{
		width:50%;
	}
  .left-menu ul{
    list-style:none;
    margin:0px;
    padding:0px;
  }
  .left-menu ul li a{
    color:#000;
    text-decoration:none;
    font-size: 22px;
	line-height: 26px;
  }
  
  .left-menu ul li a:hover{
    color:#4a0074;
    text-decoration:none;
  }
  
   .left-menu2{
   float:left;
   width:300px;
   padding: 23px 40px;
 }
	.left-menu2 li{
		width:50%;
	}
  .left-menu2 ul{
    list-style:none;
    margin:0px;
    padding:0px;
  }
  .left-menu2 ul li a{
    color:#000;
    text-decoration:none;
    font-size: 22px;
	line-height: 26px;
  }
  
  .left-menu2 ul li a:hover{
    color:#4a0074;
    text-decoration:none;
  }
  
  .right-anime{
    padding-top:23px;
    width:1300px;
  }
   .right-anime .row-cyber{
    margin-top:10px;
    width:150px;
    text-align:center;
    float:left;
    position:relative;
  }
   .right-anime .col-poster img{
    height:130px;
  }
   .right-anime .col-text{
    margin-top:12px;
  }
   .right-anime .row-cyber a{
    position:absolute;
    height:100%;
    width:100%;
    display:block;
    left:0px;
    top:0px;
  }
   .right-anime .row-cyber:hover .col-text{
    color:#4a0074;
  }
  .news_header h1{
    font-family:'BebasBold', sans-serif;
    line-height:36px;
  }
  .news_header{
    position:relative;
  }
  .news_header .tags{
    color:#4a0074;
    font-size:14px;
  }
  .news_header .tags a{
    color:#000;
    font-size:14px;
    text-decoration:none;
  }
  .news_header .tags a:hover{
    color:#000;
    font-size:14px;
    text-decoration:underline;
  }
  .title_right{
    position:absolute;
    bottom:-15px;
    right:0px;
    height:60px;
    text-transform:capitalize;line-height:22px;
    font-size:16px;
  }
  .news_header .unit-rating{
    background-image:url('/templates/new36/images/rate.png');
  } 
  .news_header .unit-rating li.current-rating, .news_header .unit-rating li a:hover{
    background-image:url('/templates/new36/images/rate.png')!important;
    background-position:0px -52px;
  } 
  .news_header .rat_col_new span{
    color:#4a0074;
  }
  
  .news_text ul{
    margin:0px;
    padding:0px;
    margin-bottom:20px;
    font-size:15px;
	max-width: 450px;
  }
  .news_text ul b{
    color:#4a0074;
    font-weight:normal;
  }
  .news_text ul a{
    color:#000;
    font-weight:normal;
  }
  .news_text ul a:hover{
    color:#4a0074;
    font-weight:normal;
  }
  .news_text ul a{
    display:inline-block;  
    background:#4a0074;
     color:#fff;
    padding:0px 6px;
    border-radius:4px;
    line-height:16px;
    text-decoration:none;
    padding-bottom:3px;
    margin-top:3px;
    margin-right:3px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ4Mi4xMzYgNDgyLjEzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgyLjEzNiA0ODIuMTM1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQ1NS40ODIsMTk4LjE4NEwzMjYuODI5LDMyNi44MzJjLTM1LjUzNSwzNS41NC05My4xMDgsMzUuNTQtMTI4LjY0NiwwbC00Mi44ODEtNDIuODg2bDQyLjg4MS00Mi44NzZsNDIuODg0LDQyLjg3NiAgIGMxMS44NDUsMTEuODIyLDMxLjA2NCwxMS44NDYsNDIuODg2LDBsMTI4LjY0NC0xMjguNjQzYzExLjgxNi0xMS44MzEsMTEuODE2LTMxLjA2NiwwLTQyLjlsLTQyLjg4MS00Mi44ODEgICBjLTExLjgyMi0xMS44MTQtMzEuMDY0LTExLjgxNC00Mi44ODcsMGwtNDUuOTI4LDQ1LjkzNmMtMjEuMjkyLTEyLjUzMS00NS40OTEtMTcuOTA1LTY5LjQ0OS0xNi4yOTFsNzIuNTAxLTcyLjUyNiAgIGMzNS41MzUtMzUuNTIxLDkzLjEzNi0zNS41MjEsMTI4LjY0NCwwbDQyLjg4Niw0Mi44ODFDNDkxLjAxOCwxMDUuMDQ1LDQ5MS4wMTgsMTYyLjY2Myw0NTUuNDgyLDE5OC4xODR6IE0yMDEuMjA2LDM2Ni42OTggICBsLTQ1LjkwMyw0NS45Yy0xMS44NDUsMTEuODQ2LTMxLjA2NCwxMS44MTctNDIuODgxLDBsLTQyLjg4NC00Mi44ODFjLTExLjg0NS0xMS44MjEtMTEuODQ1LTMxLjA0MSwwLTQyLjg4NmwxMjguNjQ2LTEyOC42NDggICBjMTEuODE5LTExLjgxNCwzMS4wNjktMTEuODE0LDQyLjg4NCwwbDQyLjg4Niw0Mi44ODZsNDIuODc2LTQyLjg4NmwtNDIuODc2LTQyLjg4MWMtMzUuNTQtMzUuNTIxLTkzLjExMy0zNS41MjEtMTI4LjY1LDAgICBMMjYuNjU1LDI4My45NDZjLTM1LjUzOCwzNS41NDUtMzUuNTM4LDkzLjE0NiwwLDEyOC42NTJsNDIuODgzLDQyLjg4MmMzNS41MSwzNS41NCw5My4xMSwzNS41NCwxMjguNjQ2LDBsNzIuNDk2LTcyLjQ5OSAgIEMyNDYuNzI0LDM4NC41NzgsMjIyLjU4OCwzNzkuMTk3LDIwMS4yMDYsMzY2LjY5OHoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat:no-repeat;
    background-position:2px 2px;
    background-size:14px;
    padding-left:20px;
  }
  .news_text ul a:hover{
    background-color: #FED000;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ4Mi4xMzYgNDgyLjEzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgyLjEzNiA0ODIuMTM1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQ1NS40ODIsMTk4LjE4NEwzMjYuODI5LDMyNi44MzJjLTM1LjUzNSwzNS41NC05My4xMDgsMzUuNTQtMTI4LjY0NiwwbC00Mi44ODEtNDIuODg2bDQyLjg4MS00Mi44NzZsNDIuODg0LDQyLjg3NiAgIGMxMS44NDUsMTEuODIyLDMxLjA2NCwxMS44NDYsNDIuODg2LDBsMTI4LjY0NC0xMjguNjQzYzExLjgxNi0xMS44MzEsMTEuODE2LTMxLjA2NiwwLTQyLjlsLTQyLjg4MS00Mi44ODEgICBjLTExLjgyMi0xMS44MTQtMzEuMDY0LTExLjgxNC00Mi44ODcsMGwtNDUuOTI4LDQ1LjkzNmMtMjEuMjkyLTEyLjUzMS00NS40OTEtMTcuOTA1LTY5LjQ0OS0xNi4yOTFsNzIuNTAxLTcyLjUyNiAgIGMzNS41MzUtMzUuNTIxLDkzLjEzNi0zNS41MjEsMTI4LjY0NCwwbDQyLjg4Niw0Mi44ODFDNDkxLjAxOCwxMDUuMDQ1LDQ5MS4wMTgsMTYyLjY2Myw0NTUuNDgyLDE5OC4xODR6IE0yMDEuMjA2LDM2Ni42OTggICBsLTQ1LjkwMyw0NS45Yy0xMS44NDUsMTEuODQ2LTMxLjA2NCwxMS44MTctNDIuODgxLDBsLTQyLjg4NC00Mi44ODFjLTExLjg0NS0xMS44MjEtMTEuODQ1LTMxLjA0MSwwLTQyLjg4NmwxMjguNjQ2LTEyOC42NDggICBjMTEuODE5LTExLjgxNCwzMS4wNjktMTEuODE0LDQyLjg4NCwwbDQyLjg4Niw0Mi44ODZsNDIuODc2LTQyLjg4NmwtNDIuODc2LTQyLjg4MWMtMzUuNTQtMzUuNTIxLTkzLjExMy0zNS41MjEtMTI4LjY1LDAgICBMMjYuNjU1LDI4My45NDZjLTM1LjUzOCwzNS41NDUtMzUuNTM4LDkzLjE0NiwwLDEyOC42NTJsNDIuODgzLDQyLjg4MmMzNS41MSwzNS41NCw5My4xMSwzNS41NCwxMjguNjQ2LDBsNzIuNDk2LTcyLjQ5OSAgIEMyNDYuNzI0LDM4NC41NzgsMjIyLjU4OCwzNzkuMTk3LDIwMS4yMDYsMzY2LjY5OHoiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    color: #000;
  }
  .descripts{
    margin-top:10px;
    padding-left:10px;
    color:#808080;
    font-size:15px;
  }
  .vide_be{
    text-align:center;
    margin-bottom:10px;
  }
  .vide_be > span:hover,.vide_be > span.actv{
    background:#FED000;
    color:#000;
  }
  .vide_be > span{
    display:inline-block;
    width:23.7%;
    background:#4a0074;
    margin-right:10px;
    text-align:center;
    color:#fff;
    line-height:40px;
    font-family:'BebasBold', sans-serif;
    font-size:22px;
    cursor:pointer;
  }
  .video_as{
    display:none;
  }
  .reason{
    color:#4a0074;
    font-size:22px;
    font-weight:bold;
    text-align:center;
  }
  #vid1 embed{
    width:100%;
    height:500px;
  }
  #vid1 iframe{
    width:100%;
    height:500px;
  }
  #Player_View{
    width:100%;
    height:440px;
  }
  #Player_View embed{
    width:100%;
    height:440px;
  }
  #PlayList{
    overflow:hidden;
    width:97%;
    margin:auto;
    white-space: nowrap;
    position:relative;
    z-index:10;
  }
  #PlayList > span{
    background:#4a0074;
    display:inline-block;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    font-family:'BebasBold', sans-serif;
  }
  #PlayList > span:hover,#PlayList > span.activ_video{
    background:#FED000;
    color:#000;
  }
  .list-play{
    position:relative;
    text-align:left;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
  }
  #sroll-left{
    display:block;
    text-align:center;
    height:25px;
    width:25px;
    background:#FED000;
    position:absolute;
    top:7px;
    left:0px;
    border:1px solid #a0a0a0;
    z-index:1000000;
    text-decoration:none;
    color:#000;
    font-size:18px;
	cursor:pointer;
  }
  #sroll-right{
	cursor:pointer;
    display:block;
    text-align:center;
    height:25px;
    width:25px;
    background:#FED000;
    position:absolute;
    top:7px;
    right:0px;
    border:1px solid #a0a0a0;
    z-index:1000000;
    text-decoration:none;
    color:#000;
    font-size:18px;
  }
  #Player_View iframe{
    height:100%;
    width:100%;
  }
   #Player_View{
     margin-bottom:10px;
   }
   
   .news_avatar{
    position:relative;
  }
  #nextserial{
    position:absolute;
    bottom:0px;
    font-family:'BebasBold', sans-serif;
    color:#fff;
    text-align:center;
    margin-right:10px;
    font-size:15px;
    background:rgba(0,0,0,.5);
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
  }
  .news_text{
	width:630px;
	width:calc(100% - 270px);
	width:-moz-calc(100% - 270px);
	width:-webkit-calc(100% - 270px);
	width:-webkit-calc(100% - 270px);
    padding-left:10px;
    display:inline-block;
	
  }
  #nextserial span{
    display:block;
    font-size:18px;
  }
  .vide_be{
    margin-top:10px;
  }
  .news_avatar{
    display:inline-block;
    float:left;
    width:250px;
    margin-right:10px;
  }
  .news_avatar img{
    width:250px;
  }
  #Player_View{
    background:url('/templates/new36/images/playlist.jpg') no-repeat center;
   cursor:pointer;
  }
  .avata_com{
    float:left;
    margin-right:10px;
    width:100px;
  }
  .comment{
    border-top:1px solid #4a0074;
    padding-top:20px;
    padding-bottom:20px;
  }
  .scomment{
    color:#a0a0a0;
  }
  .autor_nav{
    color:#a0a0a0;
    font-family:'BebasBold', sans-serif;
    margin-bottom:10px;
  }
  .autor_nav a{
    color:#9d22e3;
    text-decoration:none;
  }
  .coment_right{
    float:left;
      width:700px;
  }
  .button_c{
    background:#4a0074;
    display:inline-block;
    padding:5px 10px;
    font-family:'BebasBold', sans-serif;
    color:#fff;
    border:none;
    font-size:18px;
  }
  .button_c:hover{
    background:#FED000;
    display:inline-block;
    padding:5px 10px;
    font-family:'BebasBold', sans-serif;
    color:#000;
  }
  .coment_text{
    font-size:15px;
    color:#808080;
  }
  .baseform .button_c{
    cursor:pointer;
    font-size:22px;
    width:150px;
  }
  #comments_tbl{
    margin-top:10px;
    width:100%!important;
  }
  .fieldsubmit{
    text-align:right;
  }
  .color_t{
    padding-top:20px;
    padding-bottom:20px;
  }
  .color_t a{
    display:inline-block;
    width:250px;
    text-align:center;
    padding:10px 0px;
    color:#fff;
    text-decoration:none;
    font-family:'BebasBold', sans-serif;
    background:#4a0074;
    font-size:26px;
  }
  .color_t > span{
    display:inline-block;
    width:391px;
    text-align:center;
    padding:10px 0px;
    color:#fff;
    text-decoration:none;
    font-family:'BebasBold', sans-serif;
    background:#4a0074;
    font-size:26px;
      line-height:21px;
    vertical-align:top;
  }
  .color_t a:hover{
    background:#FED000;
    color:#000;
  }
  .color_t a#VK_com:before{
    content:" ";
    width:40px;
    height:20px;
    display:inline-block;
    background:url('/templates/new36/images/vk_knopka.png') no-repeat;
    background-position: center 0px;
  }
  .color_t a#VK_com:hover:before{
    background-position: center -127px;
  }
  .color_t a#AS_com:before{
    content:" ";
    width:40px;
    height:20px;
    display:inline-block;
    background:url('/templates/new36/images/AS_knopka.png') no-repeat;
    background-position: center 0px;
  }
  .color_t a#AS_com:hover:before{
    background-position: center -127px;
  }
  
  /* Torrent */
  
  .list_torrent{
    padding:10px;
  }
  .title_tr{
    float:left;
    width:630px;
      padding:10px 2px 10px 10px;
    color:#fff;
    font-size:24px;
    border-right:1px solid #0c67c2;
  }
  .down-d{
    float:left;
    color:#fff;
    width:80px;
    border-left:2px solid #85BEF8;
    height:42px;
    padding-top:10px;
  }
  .down-d a.link_tr{
    color:#fff;
    font-size:24px;
    padding-top:10px;
  }
  .down_tr{
    border-radius:4px;
    clear:both;
    margin-bottom:5px;
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
    border-bottom:2px solid #0D71D5;
    border-left:2px solid #99C9F9;
    border-right:2px solid #99C9F9;
  }
  /* Tracker by MSW * start */
.torrent {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

.torrent img {
    border: 0px!important; padding: 0px!important; margin: 0px!important;
}

.torrent .title {
    height:50px;
    clear:left;
  }
.torrent .title a:hover{
    text-decoration: underline;
	color: #551e9a;
  }

.torrent .download, torrent .download a {
    width:174px;
    height:50px;
    background:url('../img/tor_down_03.png') no-repeat top left;
    float:left;
  }
.torrent .info_d {
    height:50px;
    background:url('../img/tor_down_04.jpg') repeat-x;
    text-decoration:none;
    font-weight:bold;
  }

.torrent .info_d1 {
    height:50px;
	font-size: 18px;
    margin-left:180px;
    padding-left:10px;
    display:table-cell;
    vertical-align:middle;
  }

.torrent .info_d1 span {
    color:#000;
    border-bottom: dashed 1px #000;
  }
.torrent .info_c {
    background:#6bba1d url('../img/tor_down_06.jpg') no-repeat;
    height:50px;
    width:5px;
    float:right;
  }
.torrent .cont .bord_a1 {
    border-bottom:1px dashed #000;
    padding:5px;
  }
.torrent .li_download {
    background:#9f9c9c url('../img/tor_down_11.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    display:inline-block;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
  }
.torrent .li_download_a1 {
  }
.torrent .li_download_a2 {
    margin-left:100px;
  }
.torrent .li_distribute {
    background:#028e02 url('../img/tor_down_14.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    display:inline-block;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
  }
.torrent .li_distribute_a1 {
  }
.torrent .li_distribute_a2 {
    margin-left:100px;
  }
.torrent .li_swing {
    background:#9d2e22 url('../img/tor_down_16.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
	display:inline-block;
    margin-top:-2px;
  }
.torrent .li_swing_a1 {

  }
.torrent .li_swing_a2 {
    margin-left:100px;
  }
.torrent .li_list_a3 {
    padding:5px;
  }
.torrent .li_list {
    background:#cecece url('../img/tor_down_18.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    float:left;
    color:#8f8f8f;
    margin-top:-2px;
  }
.torrent .li_list_a1 {
    margin-left:110px;
    border-left:#b4b4b4 solid 2px;
    padding:0px 5px;
    color:#6a6a6a;
  }
.torrent .li_distribute_m {
    background:#028e02 url('../img/tor_down_14.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
  }
.torrent .li_swing_m {
    background:#9d2e22 url('../img/tor_down_16.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
  }
.torrent .li_download_m {
    background:#9f9c9c url('../img/tor_down_11.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
  }

.trackerFileTree .folder { font-weight: bold; padding-left: 18px; cursor: pointer; }
.trackerFileTree .folder i { font-style: normal; font-weight: normal; cursor: default; }
.trackerFileTree .next_folder { padding-left: 18px; }
.trackerFileTree img { vertical-align: middle; border: 0px; padding: 0px; margin: 0px; }
.trackerFileTree .folderOpen .next_folder { display: block; }
.trackerFileTree .folderClose .next_folder { display: none; }
.trackerFileTree .folderOpen { background: url('../img/folder_open.png') no-repeat; }
.trackerFileTree .folderClose { background: url('../img/folder_close.png') no-repeat; }
.trackerAllFolder { cursor: pointer; width: 16px; height: 16px; float: right; }
.trackerAllFolder.implode { background: url('../img/folder_implode.png') no-repeat; }
.trackerAllFolder.explode { background: url('../img/folder_explode.png') no-repeat; }

  /* END Torrent */
  
   .news a {
    color: #4a0074;
  }
  .news a:hover {
    color: #4a0074;
  }
  
  
  .full-manga iframe{
   width:100%;
   margin-top:20px;
   border:none;
   height:379px;
 }
 .video_as iframe{
   border:none;
 }
  .manga #PlayList{
    text-align:center;
  }
  .manga #PlayList > span{
    margin:0px 3px;
  }
  .tom-glava{
    display:none;
  }
  
  .tom-glava.active{
    display:block;
  }
  #manga_View{
    width:100%;
    background:url('/templates/new36/images/manga-bg.jpg') no-repeat;
    background-size:cover;
  }
  .tom-glava{
 
    padding:10px 20px;
  }
  .glav{
    display:inline-block;
    width:275px;
    margin:10px 0px;
    font-size:16px;
  }
  .glav a{
    color:#4a0074;
    text-decoration:none;
  }
  
  .glav a span{
    color:#000;
    display:block;
    text-decoration:none;
  }
   .glav a:hover{
    color:#000;
    text-decoration:none;
  }
  
  .glav a:hover span{
    
    color:#4a0074;
    text-decoration:none;
  }
  #manga_View{
   min-height:330px
 }
 
 .news_header .title_left > a{
   display:block;
   background:#4a0074;
   color:#fff;
   text-decoration:none;
   padding:10px 20px;
    font-family:'BebasBold', sans-serif;
 }
  .news_header .title_left > a:hover{
   background:#FED000;
   color:#000;
 }
  .short .rat_col_new,.short .unit-rating{
    display:inline-block;
  }
  .short .rat_col_new{
    vertical-align:top;
  }
 .short  .unit-rating{
   
  }
  .short .rating{
    width:320px;
  }
  .short .title_right{
    top:auto;
    bottom:-30px;
  }
  .short .news{
    margin-top:20px;
    margin-bottom:20px;
  }
  .left-panel-bottom{
    width:250px;
    background:#4a0074;
    color:#fff;
    margin-top:10px;
	position:relative;
  }
  .left-panel-bottom a{
    width:100%;
    color:#fff;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    padding:10px 0px;
    font-family:'BebasBold', sans-serif;
  }
  .left-panel-bottom a:hover{
    width:100%;
    color:#000;
    background:#FED000;
  }
  .title-5{
    font-family:'BebasBold', sans-serif;
   font-size:32px;
   padding:10px 0px;
 }
  .block-janrs{
   margin-top:20px;
    
  }
  .block-janrs ul{
    list-style:none;
    margin:0px;
    padding:0px;
  }
  .block-janrs ul li{
    display:inline-block;
    width:220px;
    position:relative;
    padding:0px;
    height:92px;
    overflow:hidden;
  }
  .block-janrs ul a{
    display:inline-block;
    height:100%;
    width:100%;
    position:relative;
    top:0px;
    text-align:center;
    left:0px;
  }
  .block-janrs ul li:hover a:before{
    background:rgba(254,208,0,.6);
    position:absolute;
    height:100%;
    width:100%;
    content:" ";
    top:0px;
    left:0px;
  }
  .block-janrs ul li:hover span{
    background:none;
    line-height:92px;
    top:0px;
    color:#095AA4;
  }
  .block-janrs ul li span{
    display:block;
    width:100%;
    position:absolute;
    z-index:1000;
    bottom:0px;
    text-align:center;
    color:#fff;
    padding:5px 0px;
    background:rgba(0,0,0,.7);
    font-family:'BebasBold', sans-serif;
  }
  .pagenav a{
   display:inline-block;
   padding:5px 10px;
   background:#4a0074;
   color:#fff;
   font-family:'BebasBold', sans-serif;
   text-decoration:none;
 }
  .pagenav{
    font-family:'BebasBold', sans-serif;
  }
  .pagenav a:hover{
   background:#FED000;
    color:#000;
 }
  .pagenav span{
   display:inline-block;
   padding:5px 10px;
   background:#a0a0a0;
  }
  .button_nav.l{
   display:inline-block;
  }
  .pages{
    display:inline-block;
  }
  .button_nav.r{
    display:inline-block;
  }
   .title-6{
    text-align:center;
    font-size:32px;
    line-height:44px;
    margin-top:10px;
    margin-bottom:0px;
    font-family:'BebasBold', sans-serif;
  }
  .title-6 span{
   color:#4a0074; 
    font-size:26px;
    vertical-align:middle;
  }
  .cal-hidde{
    display:none;
  }
  .cal-list{
    text-align:center;
    font-family:'BebasBold', sans-serif;
    background:#4a0074; 
    position:relative;
    height:auto;
  }
  .cal-list > span{
    width:150px;
    display:block;
    font-size:24px;
    padding-top:10px;
    height:50px;
    float:left;
    color:#fff;
    cursor:pointer;
  }
  .cal-list > span:hover,.cal-list > span.active{
    background:#FED000;
    color:#000;
  }
  .cal-list > span:hover > span,.cal-list > span.active > span{
    color:#4a0074; 
  }
  .cal-list > span >span{
    display:block;
    font-size:18px;
    padding-top:3px;
    color:#FED000;
  }
  .cal-list:after{
    content:" ";
    display:block;
    clear:both;
  }
  .cal-hidde.active{
    display:block;
  }
  #vk_comments{
    min-width:100%!important;
    width:100%!important;
  }
  #vk_comments iframe{
    min-width:100%!important;
    width:100%!important;
  }
  
  .vip_traf{
    width: 200px;
    background:url('/templates/new/img/1.png') no-repeat center top;
    background-size:200px 70px;
	display:inline-block;
	border: 1px solid #a0a0a0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	margin:0px 5px;
	margin-bottom:20px;
  }
  .vip_title {
    margin:auto;
    text-align:center;
    width:auto;
  }
  .vip_title span{
    padding-top:5px;
    display:inline-block;
    color:#fff;
    text-align:left;
  }
  .vip_title > span{
  padding:5px;
  }
  .vip_title span span{
    padding-top:0;
    font-size:22px;
    line-height:28px;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;

    padding-bottom:15px;
  }
  #info_vip{
    padding-top:20px;
    display:inline-block;
    text-align:left;
    font-size:16px;
    line-height:25px;
  }
  #info_vip span{
    color:#aaa;
    padding-right:5px;
  }
  .vip_traf{
    text-align:center;
  }
  #price_vip{
  text-align:center;
  }
  .vip_traf a.button_vip{
    padding:5px 15px;
    display:inline-block;
    width:100px;
    color:#fff;
    text-transform:uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid rgb(113,0,184);
    background: rgba(123,7,206,1);
	background: -moz-linear-gradient(left, rgba(123,7,206,1) 0%, rgba(140,0,255,1) 1%, rgba(144,52,219,1) 78%, rgba(136,42,224,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(123,7,206,1)), color-stop(1%, rgba(140,0,255,1)), color-stop(78%, rgba(144,52,219,1)), color-stop(100%, rgba(136,42,224,1)));
	background: -webkit-linear-gradient(left, rgba(123,7,206,1) 0%, rgba(140,0,255,1) 1%, rgba(144,52,219,1) 78%, rgba(136,42,224,1) 100%);
	background: -o-linear-gradient(left, rgba(123,7,206,1) 0%, rgba(140,0,255,1) 1%, rgba(144,52,219,1) 78%, rgba(136,42,224,1) 100%);
	background: -ms-linear-gradient(left, rgba(123,7,206,1) 0%, rgba(140,0,255,1) 1%, rgba(144,52,219,1) 78%, rgba(136,42,224,1) 100%);
	background: linear-gradient(to right, rgba(123,7,206,1) 0%, rgba(140,0,255,1) 1%, rgba(144,52,219,1) 78%, rgba(136,42,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b07ce', endColorstr='#882ae0', GradientType=1 );
  }
  .vip_traf a.button_vip:hover {
    padding:5px 15px;
    display:inline-block;
    width:100px;
    color:#7100b8;
    text-transform:uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid rgb(254 208 0);
    background: #fed000;
    background: -moz-linear-gradient(left, rgb(254,208,0,1) 0%, rgb(254,208,0,1) 1%, rgba(1255,229,65,1) 78%, rgba(254,208,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,208,0,1)), color-stop(1%, rgba(255,219,16,1)), color-stop(78%, rgba(1255,229,65,1)), color-stop(100%, rgba(254,208,0,1)));
    background: -webkit-linear-gradient(left, rgba(254,208,0,1) 0%, rgba(254,208,0,1) 1%, rgba(255,219,16,1) 78%, rgba(254,208,0,1) 100%);
    background: -o-linear-gradient(left, rgba(254,208,0,1) 0%, rgba(254,208,0,1) 1%, rgba(255,219,16,1) 78%, rgba(254,208,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(254,208,0,1) 0%, rgba(254,208,0,1) 1%, rgba(255,219,16,1) 78%, rgba(254,208,0,1) 100%);
    background: linear-gradient(to right, rgba(254,208,0,1) 0%, rgba(254,208,0,1) 1%, rgba(255,219,16,1) 78%, rgba(254,208,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b07ce', endColorstr='#882ae0', GradientType=1 );
  }
    .vip_traf img{
    height:75px;
  }
  .title_vip{font-size:20px;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    margin-bottom:5px;
    padding-bottom:2px;
  }
  .vip_text{
    padding:5px 0px;
  }
  .iChat_editor textarea{
  width:100%;
  height:100px;
  outline:none;
  padding-top:9px;
  border:#a0a0a0 solid 1px;
  border-top-width:1px;
  border-left:none;
  border-right:none;
  border-bottom:none;
  max-width:99.9%
}
  .iChat_bbeditor > span{
    display:inline-block;
    padding-top:3px;
    cursor:pointer;
  }
  .iChat_editor{
    border:#a0a0a0 solid 1px; 
  }
  .mybutton{
    background:#4a0074;
    border:none;
    padding:5px 20px;
    color:#fff;
    font-size:24px;
    font-family:'BebasBold', sans-serif;
    cursor:pointer;
  }
  .mybutton:hover{
    background:#FED000;
    color:#000;
  }
  .hearet_chat strong > span{
    font-size:14px;
    font-weight:normal;
    color:#a0a0a0;
  }
  .chat{
    padding-top:5px;
    /*border-bottom:1px solid #a0a0a0;*/
  }
  .userinfo .avatar img{
  height:auto;
  }
  
  .left_cyber{
  float:left;
  width:200px;
  margin-right:10px;
}
  .user_info_cyber{
    margin-top:10px;
  }
  .right_cyber{
    float:left;
    width: 690px;
  }
  
  .right_cyber ul{
    margin-left:0px;
    padding-left:0px;
  }
  .user_panel_cyber a{
    background:#4a0074;
    display:block;
    margin-bottom:10px;
    color:#fff;
    font-family:'BebasBold', sans-serif;
    text-align:center;
    font-size:22px;
    padding:10px 0;
  }
  .user_panel_cyber a:hover{
    background:#FED000;
    color:#000;
  }
  .info_cyber{
    font-size:16px;
  }
  
  span.blod{
    color:#4a0074;
  }

.message-alert-fA{
  font-size:22px;
  text-align:center;
  padding:50px 0;
}

.berrors{
  background:#4a0074;
  padding:20px;
  color:#fff;
  margin-bottom:20px;
}
  .right-panel-bottom{
    text-align:right;
  }
.panel-bottom-shor .right-panel-bottom > span{
  position:relative;
  display:inline-block;
  background:#4a0074;
    font-family:'BebasBold', sans-serif;
}
.favorites a:before{
  content:"  ";
  
}
  .favorites a img{
    display:none;
  }
  .panel-bottom-shor .right-panel-bottom > span a:hover{
    background:#FED000;
    color:#000;
  }
  .favorites a.fav-remove{
    background:#FED000;
    color:#000;
  }
  .favorites a.fav-remove:hover{
    background:#4a0074;
    color:#fff;
  }
  .favorites a.fav-remove:before{
	content:"  ";
	color:#000;
   }
.panel-bottom-shor .right-panel-bottom > span a{
	padding:10px;
	color:#fff;
	display:inline-block;
}.tab2-s .scoro{
	width:449px;
}
  .tab2-s .title2{
    text-align:left;
  }
  
   .b-top {
    z-index:2600;
    position:fixed;
	left: 10px;
	bottom: 6px;
    opacity: 0.5;
    filter:alpha(opacity=50);
}
.b-top:hover {
    opacity:1;
    filter:alpha(opacity=100);
    cursor:pointer;
}
.b-top-but {
    z-index:2600;
    position:absolute;
    display:block;
   /* right:56px;*/
    bottom:0;
    margin:0 0 0 100%;
    padding:32px 32px 34px;
    color:white;
    background: url('/templates/new36/images/up.png') no-repeat;
}
.fstory-pool{padding-left:10px;padding-right:10px}
 .autor-icon{
  display:inline-block;
  padding-left:20px;
  background:url('/templates/new36/images/avtor.png') no-repeat;
  background-position:left center;
  font-family:'BebasBold', sans-serif;
  line-height:35px;
}
.date-icon{
  margin-left:20px;
  display:inline-block;
  padding-left:25px;  line-height:35px;
  font-family:'BebasBold', sans-serif;
  background:url('/templates/new36/images/time.png') no-repeat;
  background-position:left center;
  color:#4a0074;
}
  .views-icon{
  display:inline-block;
  padding-left:30px;
  font-family:'BebasBold', sans-serif;
    color:#4a0074;
  margin-left:20px;
  margin-right:20px;
  line-height:35px;
  background:url('/templates/new36/images/prosmotr.png') no-repeat;
  background-position:left center;
 }
 .views-icon a,.date-icon a, .autor-icon a{
    color:#4a0074;
 }
 .views-icon a:hover,.date-icon a:hover, .autor-icon a:hover{
    color:#FED000;
 }
  .lcol{
    float:left;
    width:115px;
  }
  .avatar2{
    height:auto;
    width:auto;
    padding:5px;
    #border:3px solid #4a0074;
  }
  .rcol{
    float:left;
    width:330px;
    margin-left:0px;
    text-align:left;
  }
  .rcol > ul{
    margin-left:10px;
    margin-top:0px;
    padding-top:0px;
    padding-left:0px;
    font-size:13px;
  }
  .rcol > ul a{
    color:#4a0074;
  }
  
  .rcol > ul .grey{
    font-weight:bold;
  }
  .rcol > ul a:hover{
    text-decoration:underline;
  }
  
  
  .frend_as.news-list .title-3 a{
  color:#FED000;
  text-decoration:underline;
  }
  .frend_as.news-list .title-3 a:hover{
  color:#000;
  text-decoration:none;
  }
   .news-list .friends ul{
     margin:0px;
     margin-top:10px;
    padding-left:0px;
     width:100%;
   }
  .news-list .friends ul li{
    width:100px;
    height:100px;
    margin-left:5px;
    margin-right:5px;
    padding-left:0px;
    padding-right:0px;
    
  }
  .news-list .friends ul li a{
    color:#000;
    font-size:0.8em;
  }
  .news-list .friends ul li a:hover{
    color:#4a0074;
  }
  .news-list .friends ul li img{
    width:75px;
    height:75px;
  }
  
  #news_set_sort{
    padding-top:20px;
    padding-bottom:0px;
  }
  #news_set_sort img{
    display:none;
  }
   #news_set_sort a{
     font-family: "BebasBold",sans-serif;
     color:#4c008e;
   }
  #news_set_sort a.sort-actv{
    color:#000;
    border-bottom:2px solid #FED000;
  }
  .sort-asc,.sort-desc{
    padding-left:8px;
    position:relative;
  }
  .sort-asc:before{
    content:"<"; 
    left:0px;
    position:absolute;
    -moz-transform: rotate(90deg); /*  Firefox */
    -ms-transform: rotate(90deg); /*  IE */
    -webkit-transform: rotate(90deg); /*  Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /*  Opera */
    transform: rotate(90deg) scaleY(1.4);
  }
  .sort-desc:before{
    content:">"; 
    left:0px;
    position:absolute;
    -moz-transform: rotate(90deg); /*  Firefox */
    -ms-transform: rotate(90deg); /*  IE */
    -webkit-transform: rotate(90deg); /*  Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /*  Opera */
    transform: rotate(90deg) scaleY(1.4);
  }
   .error_copy{
    background:#4a0074 url('/templates/new36/images/copyright.png') no-repeat 10px center  / 80px;
    color:#fff;
    padding:5px 15px;
	margin-bottom:20px;
  }
  .error_copy p{
   padding-left:85px;
  }
  
  /*  */
  
   [name="registration"] h2{
    font-family: "BebasBold",sans-serif;
    font-size:2em;
    margin:0px;
    padding:5px 0px 5px 0px;
    line-height:normal;
  }
  [name="registration"] .info_reg{
    padding:10px;
    background:#FED000;
    margin-bottom:10px;
  }
   [name="registration"] .info_reg a{
     color:#551e9a;
     text-decoration:underline;
   }
   [name="registration"] .info_reg a:hover{
     color:#551e9a;
     text-decoration:none;
   }
  [name="registration"] .tableform tr td:first-child{
    font-family: "BebasBold",sans-serif;
    font-size:24px;
    line-height:normal;
    padding-right:10px;
  }
  .impot{
    color:red;
    display:inline-block;
    padding-left:2px;

  }
  [name="registration"] .tableform input[type=text],#registration .tableform input[type=password]{
    height:20px;
    padding:5px 10px;
    border-radius:3px;
    border:1px solid #c0c0c0;
    margin-bottom:5px;
  }
  [name="registration"] table .mybutton{
    font-size:1em;
  }
  .berrors{
    margin-top:5px;
  }
  .berrors a{
    color:#fff;
    text-decoration:underline;
  }
  .berrors a:hover{
    color:#fff;
    text-decoration:none;
  }
   [name="registration"] .info_reg p{
     margin:5px 0px;
     line-height:normal;
   }
   
   /* Vip STYLE */
   
   .vip_comment{
    background:url('/templates/new36/images/vip_img_class.jpg');
    background-size:cover;
    background-position:right 30%;
  }
  .vip_comment.ginos{
    background-image:url('/templates/new36/images/ginos.jpg');
  }
  .bleach_toxx{
    background-image:url('/templates/new36/images/blick123.jpg');
    background-position:right top;
  }
  .dub_chokoba{
    background-image:url('/uploads/Banner.jpg');
    background-position:right top;
  }
  .vip_comment .avata_com{
    padding-left:10px;
  }
  .vip_comment .coment_text{
    background:rgba(0,0,0,.5);
    padding:5px;
    color:#fff;
  }
  .vip_comment .autor_nav{
    padding:0px 5px;
    //color:#000;
    //background:rgba(255,255,255,.5);
  }
  .vip_comment .coment_text p{
    margin:0px;
    line-height:normal;
  }
  
  /*  */
  .row_pvip{
    font-size:0.8em;
    margin-bottom:10px;
  }
  .row_pvip .pvip_t{
    font-weight:bold;
  }
  .status_list .title-table{
    font-size:24px;
    line-height:normal;
    font-family: "BebasBold",sans-serif;
    
    margin-top:5px;
    margin-bottom:5px;
    
  }
  .status_list .title-table > span{
    display:block;
    float:left;
    margin-left:5px;
    background:#4a0074;
    color:#fff;
    padding:5px 10px;
    cursor:pointer;
  }
  .status_list .title-table > span:hover{
    background:#FED000;
    color:#000;
  }
   .status_list .title-table > span.tab_act{
    background:#FED000;
    color:#000;
   }
  .status_list .title-table > span:nth-child(1){
    margin-left:0px;
  }
  .status_list .title-table::after{
    content:" ";
    display:block;
    clear:both;
  }
  .button_all{
    clear:both;
  }
  
  .button_all a{
    font-size:42px;
    line-height:normal;
    font-family: "BebasBold",sans-serif;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    background:#FED000;
    color:#000;

    display:block;
  }
  .img_bg-status{
    width:19.4%;
    position:relative;
    height:150px;
    overflow:hidden;
    margin-bottom:5px;
    float:left;
    margin-left:5px;
  }
  .img_bg-status:nth-child(1){
    margin-left:0px;
  }
  .st_poster img{
    width:100%;
  }
  .st_title{
    position:absolute;
    bottom:0px;
    width:100%;
    background:rgba(70,0,105,0.7);  
    height:30px;
    overflow:hidden;
    text-align:center;
  }
  .img_bg-status:hover .st_title{
    height:100%;
    background:rgba(254,208,0,0.8);
  }
  .img_bg-status a{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:1000;
  }
  .img_bg-status:hover .st_title span{
    color:#4a0074;
    font-weight:bold;
  }
  .st_title span{
    color:#fff;
    display:inline-block;
    padding:5px 10px;
  }
  .status-tab.tab_act_s{
    display:block;
  } 
  .status-tab{
    display:none;
  }
  
  
  .button_bt{
    background: #FED000 none repeat scroll 0% 0%;
    color: #000;
    margin-top:10px;
    display:inline-block;
    padding:10px;
    font-weight:bold;
    text-transform:uppercase;
  }
  .button_bt:hover{
    background:none;
    padding-bottom:7px;
    border-bottom:3px solid #4a0074;
  }
  .video_reklama{
    margin-top:15px;
    display:flex;
    flex-flow: row wrap;
  }
  .video_reklama:after{
    content:" ";
    display:block;
    clear:both;
  }
  .video_reklama #sky_video{
    width: 68%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
  }
  .newclasswqasdvsdv{
    margin-top:15px;
    display:flex;
    flex-flow: row wrap;
  }
  .newclasswqasdvsdv:after{
    content:" ";
    display:block;
    clear:both;
  }
  .newclasswqasdvsdv .newclasswqasdvsdv2{
    width: 68%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
  }
  .newclasswqasdvsdv .text_vi_sky{
   /* background:#FED000;*/
    width:31.5%;
    padding:10px;
    color:#000;
    font-size:20px;
    line-height:22px;
    font-weight:bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
  }
  .newclasswqasdvsdv .text_vi_sky p{
    font-size:18px;
    border:1px solid red;
    padding:5px 10px;
  }
  .video_reklama .text_vi_sky{
   /* background:#FED000;*/
    width:31.5%;
    padding:10px;
    color:#000;
    font-size:20px;
    line-height:22px;
    font-weight:bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
  }
  .video_reklama .text_vi_sky p{
    font-size:18px;
    border:1px solid red;
    padding:5px 10px;
  }
  
  /*   */ 
  
  .new_year header{
  
  }
  .new_year header .logo:before{
    content:" ";
    display:block;
    position:absolute;
    height:50px;
    width:200px;
    top:35px;
    left:-10px;
    background:url('/templates/new36/images/new_year.png') no-repeat left bottom;
    background-size:200px;
	z-index: 900000100;
  }
  /*.new_year header .panel-right:before{
    content:" ";
    display:block;
    position:absolute;
    height:50px;
    width:200px;
    top:35px;
    right:-10px;
    background:url('/templates/new36/images/new_year.png') no-repeat left bottom;
    background-size:200px;
  }*/
  .new_year .top-w > div:nth-child(1):hover:before{
    display:none;
  }
  .new_year .news-top .title-3,  .new_year .news-fixed  .title-3, .new_year .news-list .title-3, .new_year .news-list-vk .title-3, .new_year .pomozh .title-3{
    background-image:url('/templates/new36/images/new_year.png');
    background-repeat:no-repeat;
    background-size:220px;
    background-position:center;
	text-shadow: 0px 0px 4px #000;
  }
  
  /*    */
  
  .hid_ul ul{
    display:none;
  }
  .new_menu{
    background:url('/templates/new36/images/list.jpg?assd')no-repeat  top center;
    padding-bottom: 10px;
	transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-ms-transition: background-size 2s ease-in;
	-o-transition: background-size 2s ease-in;
	-webkit-transition: background-size 2s ease-in;
	background-attachment: fixed;
    background-position: center right;
    background-size: 45%;
  }
  .dub_menu{
	background:url('/templates/new36/images/dub.png?assd')no-repeat;
	background-position: 0px 40px;
  }
  .tit_sp{
    margin-top:10px;
    cursor:pointer;
    background:rgba(255,255,255,0.7);
    font-weight:bold;
  }
  .tit_sp:hover{
    background:rgba(254,208,0,0.7);
  }
  .tit_sp:before{
    content:"+";
    display:inline-block;
    padding:10px;
  }
   .hid_ul.act_hid .tit_sp:before{
     content:"-";
  }
  .hid_ul.act_hid .tit_sp{
    background:rgba(254,208,0,0.7);
  }
  .hid_ul.act_hid .tit_sp:hover{
    
    background:rgba(255,255,255,0.7);
    
  }
  
  .hid_ul.act_hid ul{
    display:block;
    margin:0px;
    padding:0px;
  }
  .hid_ul.act_hid ul a {
    display:block;
    color:#fff;
    background:rgba(0,0,0,0.7);
    padding:5px 10px;
  }
  .hid_ul.act_hid ul a:hover{
    background:rgba(167,90,215,0.7);
  }
  .hid_ul.act_hid ul li{
    margin-bottom:3px;
  }
  .new_menu{
    margin-bottom:10px;
  }
  
  .cat_anime.menu_link .tit_sp:before{
    content:" ";
    padding:0px;
    display:none;
  }
  .cat_anime.menu_link .tit_sp a{
    display:block;
    padding:10px;
    padding-left:30px;
    color:#000;
  }
   .search-block .sear_but{
    display:inline-block;
    width:70%;
    height:30px;
    margin:10px auto;
    margin-left:20px;
    vertical-align:middle;
    padding-left:10px;
  }
  .search-block [type="submit"]{
    background:#4a0074;
    border:none;
    color:#fff;
    font-family: 'BebasBold', sans-serif;
    font-size:24px;
    height:35px;
    vertical-align:middle;
    cursor:pointer;
  }
  .search-block [type="submit"]:hover{
    background:#EDC200;
    color:#000;
  }
  .search-block{
   margin-bottom:10px; 
  }
  .mess:after{
    content:" ";
    display:block;
    clear:both;
  }
  .chat_ava{
    float:left;
    margin-top:5px;
    margin-right:10px;
    overflow:hidden;
    width:50px;
    height:50px;
  }
 .chat_ava  div{
		height: 51px;
		width: 51px;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
  }
  .mess > div.mess-text{
     float:left;
    width:100%;
    margin-left:-68px;
    margin-top:5px;
  }
  .mess > div.mess-text > div{
	display:inline-block;
    margin-left:66px;
    background:rgba(100,100,100,0.1);
    padding: 13px;
	border-radius: 29px;
	border: 2px solid #a0a0a0;
	margin-bottom: 6px;
	position:relative;
	margin-left:80px;
	background: #fff; /* Old browsers */
	margin-right:10px;
  }
 .mess > div.mess-text > div.group1 {
	color:#fff;
	background: #8200cc;
	padding: 13px;
	border-radius: 29px;
	border: 2px solid #a0a0a0;
	}
  .chat_ava img{
    width:50px;
  }  
  .mess-text > div.group1{
    position:relative;
    
  }
  .mess > div.mess-text > div.group1 {
    margin-left:80px;
	margin-bottom: 6px;
	min-width:150px;
  }
    .hearet_chat strong gr{
    font-size:14px;
    font-weight:normal;
    
  }
  .group1 .quote,.group1 .title_quote{
	color:#000;
  }
  
  body{
	  min-width:1250px;
  }
  
  /* MODAL */
  
  
   #alert_pric{
    height:auto;
    background:#fff;
    text-align:center;
    text-transform:uppercase;
    padding:12px;
    color:#4a0074;
    border:#4a0074 3px solid;
    font-size:20px;
    font-family: "BebasBold",sans-serif;
  }
  .alert_vip_hd{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-225px;
    margin-top:-105px;
    width:450px;
    box-sizing:border-box;
    padding:20px;
    background:#fff;
    border-radius:4px;
    height:210px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.55);
   
  }
  .alert-title{
    text-align:center;
    color:#4a0074;
    font-size:20px;
    padding-bottom:10px;
    font-family: "BebasBold",sans-serif;
  }
  .close-alert:hover{
    color:#000;
  }
  .close-alert{
    cursor:pointer;
    position:absolute;
    color:#4a0074;
    right:10px;
    top:-5px;
    font-size:50px;
    font-family: "BebasBold",sans-serif;
  }
  
  
  .a-message{display:none;background:#f5504d;padding:8px 0px;border-bottom:1px solid #bfbfbf;}
  .a-message > div:before{
    content:" ";
    vertical-align:middle;
     background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAIxklEQVRYhaXYeXCU9R3H8Uw7zrS11WGkDiUB5AoQIAnkvslNQu6Qm4SkSMAARRhHp844rVbsOK0VEa1HvUct046oQOTSTkUgXFLpKIEkm72SzV7Pvbu53/3jSTa7WjHAznxmf7PP7vf32u/v2ef5zYaETOMBrAIsgHILcQFF05lnOpAkYBifl6HjHzF86gTDX5wMyKcMnwoYBxwbOnqQccHJxKPydiFpAONeD8ojmxGK4hAb8vyRNhYiliYiZi9HzItErMtBbFzrPy6UJCC31TDmGJgEVd8eRJVRHtqEsD4DeVcz8oMbkdtqkTZXIG0qQ358N+pn7Sjvvoq8tRp5Wx3yjgbknY3Iu1sQanOQtlQx1m+5NRAQCzDu0ZB2NiFUpCPvakba1YzUWom0qRzpN42IxQmoX1/BC2iAvOcRxLxoxPo8pOZi/f27WxBqshFbShkb6J8ElU4XEg8Mj3s0pF0tuMvTkHY2IW1vQNxShdi6HvX8aTRJRN73FErHKTwTGOkvjyO/sR/10lnkJx9GbCpC2r4BaedG3NVZiPdXMGb3g8p+CJKqd0RF2tmMqyQZcUcjYls9YlsdQuUapH178AAeQO38GvXs5zrG7UJpP4gH8AKqoQuhoQBx83rEtjrEHY24KjIQfl0e2KGqG0NUBXFHE851iYjbGhDa6hG21uKuzMSdEYG0/2k/Rrl8AeVih45xOlA+P4mmeXSoqRfx/vUILWUIW2sRttYibtuAqywNobmU0alzqOrbkIRJiLClBmdhIsID9Qit1QhbanBvWIe457cIrdWIf3h4CnOxA+X8GR3jcqKcbEeTZR3T1YnQXKqntXoqbfU4S9Nw1eUz2meeBJVPQuKAkXGPhvBAPY78OL0Tm6twb67CVZqO+PRj+oSigPze62iqomMunEU5f9qPkU8cCcK4N5bomag1GWFrHY6iZFwNhYzZbZOg4hDAO+oYQNjehD13Ne7WGtybKv1x5cUiHXhLn3BkFKXjFJrdPoU59z2Y6524G4v0BNTzp7UWR0ECrsZiRow9AIQAeI98gC1hIa5N63G1VOBqLvfHmR+L+MaL+oSKgvyvY2gu1wTmTDDm+OEgjKu+EFdDYVA9f1rKcd1fhS1uPtqbLwGMhACK7/hhBnJicDaV4txYFhR7Tgziay/o1xJFQf5sCiOfP4Pc8YU+ucuJdGwKo1y/irOuAGdDEc6afOy5sThyY3FuKMbZUumvb8uMxnPgLQBFx5w4zED2apwbSnA2lgbFnrU6GPPpUTSXU8ecOz2FcTqRjh2awly7irOhCHt2DI7qtQh/fgLh2T04mytw1BX669syovAceHsK4z1+GFtmNI76IhwNxUEZWBOF8Orzfox0oh11EnPqM+R/n9QxDjvSx/8M6Ewn9pxYHDUFqN3X8E5cf1yP7sSeG+ev35+2Au3vAZ3xHjtEf3ok9tpC7HXrgmJLX4nwyr4pTPtHqE4HnvFxlCuXUb76Es/YmL5MJz+ZwnR+jS1+MdKnR/FNXiQHbDgairGXZvrr96VEoL7/ZgDm6CGsqSuxVxdgrykMii1lBcLLExhNQ+23oikKmqah+QbRBgf1saahqfrr+hKewV5fjKYoeMbG8ALiwQP0JyzBXrvOX78vcRnqe29MYTyffIw1OYKB9fkMVK0NSn9SBO6XntMxHg+e0TE0jwdNVfVnj3dqPAHzAOKRD3E99Zj+ueERvIDz0QfpT1nBQHWBv741Phz13dcDMO0fYU1YykBlng4KSH/iUtx/3evH+Ltwg3jGxpDPn0XqOI13fFxfIrMJ27p0bEXpQfWtsYtQ330tGGOJX4KtPAdbRW5Q+uLCcb/47E1hNE1DGxzUu6iq+ADhH+9hjboPW2VeUH3LqoUo7wRgtCMfYo5ZTH9JNv2lOUGxxizGtf+Zm8OoKprXq2d4GM/YOAPbWrAmLae/LLi+KXo+ytt/C8AcPohp1UL6ijPpK8kKiiV6Aa5b6YymoWkqXkD+71dYk1bQV5j+nfrGlfNQ3no1AHPoA0xR8+lbl0Ff0ZqgmCPvwxVwAt8cRsMHuF55HvPSUP3Lfqu+cfkc5Ddf9mNGlPffxhB2F33FWVgLM4JiWj4X5612ZnQUz8gI/RvXY4lf9p3afSXZ9IT+AnHv0wC+EIBhQzeWrAR6I+ZiLc7CujbNH+OyMBx/2oPvZjETJ67UcRpT5AIseSlBda1FWRhXLca0OpzByxf9d+1SgBGrGVNKNIZlc7AWZmLJS8WSl4ppVTj9m+r1O/Po6PQxXi8+wPHHx+ldcC+W/DR/TWvhGozRi+hduYDBK5cn9zM7JjdY5QDDvQaMsUsxLA3DUpCBJTcZc2YCxoh5SJcuMDhxS5hOVyaX1ZyTgilhBZbcZCw5yVgKMuiNXIghPBTfxXOTkIe+vfWs8oMSI+lZNAtzfhrmnGR6l4TS11SNb+Jmd0OQqqINDjEEOPY9g2HePZhzkjFnJ2HOT8MQMQ9DxLxAyCPftynXQWYjvfEr6J5/L+bcVExZSRjCZjDw1O8ZmgR9D8QDDAHu9kMYFv0KU1IUpsxEzLkp9CydQ8+SMHxfXrwxJABUBjBsMtIbG0H3/Hsx5aRgTI6mJ2wGtkcfQpNEhsDfKe/EeHBi7Nj/LIaFs+iNWowpKwlTdjI9S+bQEx6K77IfsvuGkABQKcCwsZee5fPpmjtzArSK7tl3Y8yIx/Hic8iXL6GYjKgWM3LnN7jefwdz+Vq6Z99Nb8wyjGsSMWUm0b04lK65M/FdOHdzkABQNcBQdxc9UeFcD52BMTMRY3ochoj76Jp9N4YVCzGmxWJMj6c3ZhndYTPoWTSb3tQYjKmxGNck0L1gFl3zZ+HtOD29pfkh0LDZSE/kIr75UQidM3/GtV/eybWZd9J51x1c/WkIV38SQufPf0znPQHHZv6Mb+4I4fqcmfgunb89SACoEmDYYsL55O9w79+L+4XnppG9OJ94DN+V//z/n+9tgIoAB7f2z5UIbJ/OPP8D/pH0OzP+oGUAAAAASUVORK5CYII=") no-repeat left center;
    display:inline-block;
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }
  .a-message > div{
    color:#fff;
    font-size:12px;
  }
  
  #vid_2{position:relative;z-index:2005;}
  
   textarea.comments_class{
	  width:100%;
	  height:90px;
	  max-width:100%;
  }

   .AS_com.com textarea{
	  width:100%;
	  max-width:100%;
	  outline:none; 
  }
  
  /* ==========================================================================
   Bbcode-editor
   ========================================================================== */
.bb-pane:before,
.bb-pane:after {
  content: "";
  display: table;
}
.bb-pane:after {
  clear: both;
}
.bb-pane {
  *zoom: 1;
}
.bb-pane .bb-btn,
.bb-pane .bb-sep {
  width: 26px;
  height: 26px;
  margin: 0 4px 4px 0;
  float: left;
  background: url(/templates/new36/dleimages/go.png) no-repeat 0 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.bb-pane .bb-btn:hover,
.bb-pane .bb-sep:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bb-pane .bb-sep:hover {
  background-color: transparent;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.bb-pane #b_b {
  background-position: 0 -900px;
}
.bb-pane #b_b:hover {
  background-position: -30px -900px;
}
.bb-pane #b_i {
  background-position: 0 -570px;
}
.bb-pane #b_i:hover {
  background-position: -30px -570px;
}
.bb-pane #b_u {
  background-position: 0 -60px;
}
.bb-pane #b_u:hover {
  background-position: -30px -60px;
}
.bb-pane #b_s {
  background-position: 0 -180px;
}
.bb-pane #b_s:hover {
  background-position: -30px -180px;
}
.bb-pane .bb-sep {
  background-position: 0 -840px;
  width: 5px;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bb-pane #b_emo {
  background-position: 0 -660px;
}
.bb-pane #b_emo:hover {
  background-position: -30px -660px;
}
.bb-pane #b_url {
  background-position: 0 -450px;
}
.bb-pane #b_url:hover {
  background-position: -30px -450px;
}
.bb-pane #b_leech {
  background-position: 0 -480px;
}
.bb-pane #b_leech:hover {
  background-position: -30px -480px;
}
.bb-pane #b_mail {
  background-position: 0 -690px;
}
.bb-pane #b_mail:hover {
  background-position: -30px -690px;
}
.bb-pane #b_video {
  background-position: 0 -390px;
}
.bb-pane #b_video:hover {
  background-position: -30px -390px;
}
.bb-pane #b_audio {
  background-position: 0 -360px;
}
.bb-pane #b_audio:hover {
  background-position: -30px -360px;
}
.bb-pane #b_hide {
  background-position: 0 -600px;
}
.bb-pane #b_hide:hover {
  background-position: -30px -600px;
}
.bb-pane #b_quote {
  background-position: 0 -240px;
}
.bb-pane #b_quote:hover {
  background-position: -30px -240px;
}
.bb-pane #b_code {
  background-position: 0 -750px;
}
.bb-pane #b_code:hover {
  background-position: -30px -750px;
}
.bb-pane #b_br {
  background-position: 0 -270px;
}
.bb-pane #b_br:hover {
  background-position: -30px -270px;
}
.bb-pane #b_pl {
  background-position: 0 -300px;
}
.bb-pane #b_pl:hover {
  background-position: -30px -300px;
}
.bb-pane #b_left {
  background-position: 0 -510px;
}
.bb-pane #b_left:hover {
  background-position: -30px -510px;
}
.bb-pane #b_center {
  background-position: 0 -810px;
}
.bb-pane #b_center:hover {
  background-position: -30px -810px;
}
.bb-pane #b_right {
  background-position: 0 -210px;
}
.bb-pane #b_right:hover {
  background-position: -30px -210px;
}
.bb-pane #b_color {
  background-position: 0 -720px;
}
.bb-pane #b_color:hover {
  background-position: -30px -720px;
}
.bb-pane #b_spoiler {
  background-position: 0 -150px;
}
.bb-pane #b_spoiler:hover {
  background-position: -30px -150px;
}
.bb-pane #b_fla {
  background-position: 0 -630px;
}
.bb-pane #b_fla:hover {
  background-position: -30px -630px;
}
.bb-pane #b_yt {
  background-position: 0 0;
}
.bb-pane #b_yt:hover {
  background-position: -30px 0;
}
.bb-pane #b_tf {
  background-position: 0 -90px;
}
.bb-pane #b_tf:hover {
  background-position: -30px -90px;
}
.bb-pane #b_list {
  background-position: 0 -420px;
}
.bb-pane #b_list:hover {
  background-position: -30px -420px;
}
.bb-pane #b_ol {
  background-position: 0 -330px;
}
.bb-pane #b_ol:hover {
  background-position: -30px -330px;
}
.bb-pane #b_up {
  background-position: 0 -30px;
}
.bb-pane #b_up:hover {
  background-position: -30px -30px;
}
.bb-pane #b_img {
  background-position: 0 -540px;
}
.bb-pane #b_img:hover {
  background-position: -30px -540px;
}
.bb-pane #b_translit {
  background-position: 0 -120px;
}
.bb-pane #b_translit:hover {
  background-position: -30px -120px;
}
.bb-pane #b-font,
.bb-pane #b-size,
.bb-pane .bb-sel {
  float: left;
  margin-right: 4px;
}
.bb-pane .bb-sel select {
  font-size: 100%;
  margin: 4px 0 0 0;
  vertical-align: baseline;
}
.bb-sep {
  cursor: default !important;
}
.bb-btn + .tooltip {
  text-shadow: none;
}
.comments-editor textarea,
textarea[id^="dleeditcomments"],
.editorcomm textarea {
  width: 481px;
  height: 150px;

}
#entryform .bb-editor textarea,
.ui-widget-content textarea {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

  .appfown img{
    width:135px;
    float:left;
    padding:5px 10px;
  }
  .appfown:after{
    content:" ";
    display:block;
    clear:both;
  }
  
  
  .cat-cal{
    display:block;
    position:absolute;
    top:15px;
    padding:0px 5px;
    padding-right:10px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    background:rgba(255,255,255,0.6);
    font-size:14px;
    font-family: 'BebasBold', sans-serif;
    letter-spacing:.8px;
  }
  .cat-cal.anime{
    background:#FED000;
  }
  .cat-cal.manga{
    color:#fff;
    background:#4a0074;
  }
  
  .timer_cal smal{
    display:inline-block;
    line-height:25px;
    padding-top:10px;
  }
  
  
  
  .iChat_editor{
	overflow:hidden;  
  }
  
  .fpm-li-text img{
	  max-width:70%;
  }
  
  .share-soc{
  font-size:0.9em;
  border:red 1px solid;
  padding:10px;
}
  .soc-share-title{
    padding-bottom:10px;
  }
  .video_as iframe{
	  width:100%;
	  height:480px;
  }
  
  .clear+.clear+.wrapper.width1200{
	  margin-top:15px;
  }
  
  
  .donat{
    padding:10px;
  }
  .donat_text{
    padding:8px;
    font-size:14px;
  }
  .plash_polosa{
    padding:20px 20px 20px 20px;
    margin-bottom:10px;
  }
  .donat_sbor{
    text-align:center;
    padding-bottom:12px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	color:#fff;
	text-align: right;
  }
  .color_polosa{
     height:20px;
    background:#c0c0c0;
  }
  .color_polosa div{
    background:#FED000;
     height:20px;
  }
  
  .donat{
    background: url('/images/Fairy-Tail-1.jpg') no-repeat;
    background-size: cover;
    margin-bottom:15px;
    background-position:0px -90px;
    
  }
  .donat_text{
    color:#fff;
	text-align:right;
    /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);*/
  }
  .donat_text span{
	  background:rgba(254,208,0,1);
	  color:#000;
  }
  .donat .title2{
    padding:10px 0px;
    color:#fff;
	text-align: right;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  }
  
  
  .news .group1 a{
	  color: #ffcf00;
  }

  .avatar_cyber img{
	  max-width:100%;
  }
  
  .change-color, .change-color * {
	box-sizing: border-box;
  }
  
  .change-color{
	display: inline-flex; 
	justify-content: space-between; 
	align-items: center; 
	cursor: pointer;
	background-color: #c7c7c7; 
	height: 30px; 
	border-radius: 40px; 
	padding: 5px 0; 
	margin-left: 20px;
  }
  .change-color li{
	cursor: pointer; 
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	border-radius: 50%; 
	text-align: center; 
	color: #343434; 
	padding-right: 1px;
	margin: 0 5px;
  } 
  .change-color li.is-active{
	background-color:#fff; 
	color: #444;
  }
  
  .change-color li:nth-child(1){
	background-color:#fff;
	color:#FED000;
}

.act{
	color: #ff2525;
    border-bottom: 3px solid #4a0074;
    text-decoration: none;
}
  
/*   */

.dark-theme header{
	background-color:#000;
}
.dark-theme a{
    text-decoration:none;
	color: #9568cf;
}
.dark-theme a:hover{
    text-decoration:none;
	color: #fff;
}
.dark-theme header .logo a{
	background:url('/templates/new36/images/logo_dark-theme.png') no-repeat center;
}
.dark-theme header .menu .drowmenu{
	background: #c7c7c7;
}
.dark-theme header .menu.active > p, .dark-theme header .menu:hover > p{	
	background: #c7c7c7;
}
.dark-theme .menu__handle span {
	background: #c7c7c7;
}
.dark-theme .menu__handle::before, .menu__handle::after {
	background: #c7c7c7;
}
.dark-theme html, .dark-theme body{
	background-color: #202020;
	color: #c7c7c7;
}
.dark-theme .pagenav span{
   display:inline-block;
   padding:5px 10px;
   background:#c7c7c7;
   color:#000;
}
.dark-theme .user_panel_cyber a{
    background:#4a0074;
    display:block;
    margin-bottom:10px;
    color:#fff;
    font-family:'BebasBold', sans-serif;
    text-align:center;
    font-size:22px;
    padding:10px 0;
}
.dark-theme .user_panel_cyber a:hover{
    background:#FED000;
    color:#000;
}
.dark-theme .text-s h1{
    font-family:'BebasBold', sans-serif;
    color:#9568cf;
    font-size:24px;
}
.dark-theme .title-6 span{
	color:#9568cf;
}
.dark-theme .text-s h3{
	color:#9568cf;
}
.dark-theme .mess > div.mess-text > div{
	display:inline-block;
    margin-left:66px;
    background:rgba(100,100,100,0.1);
    padding: 13px;
	border-radius: 29px;
	border: 2px solid #313131;
	margin-bottom: 6px;
	color: #adacac;
	position:relative;
	margin-left:80px;  
	background: #202020; /* Old browsers */
	margin-right:10px;
 }
.dark-theme .mess > div.mess-text > div.group1 {
	color:#adacac;
	background: #520080;
	padding: 13px;
	border-radius: 29px;
	border: 2px solid #a0a0a0;
}
.dark-theme .news_text ul a{
	color:#c0c0c0;
}
.dark-theme .news_text ul b{
	color:#9568cf;
}
.dark-theme .news_header .tags a{
	color: #c0c0c0;
}
.dark-theme .news_text ul a:hover{
	background-color:#FED000;
	color:#000;
}
.dark-theme .news_header .tags{
	color:#9568cf;
}
.dark-theme .news-list .friends ul li a{
	color:#fff;
}
.dark-theme .news-list .friends ul li a:hover{
	color:#9568cf;
}
.dark-theme .top-w .date span{
	color:#9568cf;
}	
.dark-theme .button_all a{
	color:#000;
}
.dark-theme .button-s{
	color:#fff;
}
.dark-theme .button-s:hover{
    color:#000;
}
.dark-theme .button_bt{
    background: #FED000 none repeat scroll 0% 0%;
    color: #000;
    margin-top:10px;
    display:inline-block;
    padding:10px;
    font-weight:bold;
    text-transform:uppercase;
}
.dark-theme .button_bt:hover{
    background:none;
	color: #fff;
    padding-bottom:7px;
    border-bottom:3px solid #4a0074;
}
.dark-theme .left-panel-bottom{
    width:250px;
    background:#4a0074;
    color:#fff;
    margin-top:10px;
	position:relative;
}
.dark-theme .left-panel-bottom a{
    width:100%;
    color:#fff;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    padding:10px 0px;
    font-family:'BebasBold', sans-serif;
}
.dark-theme .left-panel-bottom a:hover{
    width:100%;
    color:#000;
    background:#FED000;
}
.dark-theme header .menu > p > span{
	color:#c7c7c7;
}
.dark-theme header .menu.active > p > span,header .menu:hover > p > span{
    background-position:0px -90px;
    color:#000;
}
.dark-theme .mini_nav ul li a{
	color:#c7c7c7;
}
.dark-theme .mini_nav ul li a:hover {
    text-decoration:none;
    color:#4a0074;
}
.dark-theme .panel{padding:0px 15px;border-left:1px solid #c7c7c7;margin:0px;display:inline-block;height:100%;vertical-align:middle;text-align:left;}
.dark-theme .list-nav ul{
    list-style:none;
    margin:0px;
    padding:0px;
    list-style-position: inside;
    text-align:left;
    font-family:'BebasBold', sans-serif;
 }
.dark-theme .list-nav ul li:first-child {border-left:none;}
.dark-theme .list-nav ul li{
    display:inline-block;
    width:179px;
    margin:0px;
    padding:0px;
    border-left:2px solid #a0a0a0;
    background-color:#4a0074;
    list-style-position: inside;
    position:relative;
    height:55px;
    line-height:55px;
    text-align:center;
}
.dark-theme .list-nav ul li:hover a{
    background:#FED000;
    color:#4a0074;
 }
.dark-theme .list-nav ul li a{
    color:#fff;
    display:inline-block;
    height:100%;
    width:100%;
    text-decoration:none;
    text-transform:uppercase;
    font-size:20px;
    letter-spacing: 1px;
 }
.dark-theme .list-nav ul li.icon-vip{width:175px;}
.dark-theme .mini_nav li.logout a{ 
    background:#4a0074;
    display:inline-block;
    color:#c7c7c7;
    text-transform:uppercase;
    border:none;
    border-radius:0px;
	padding-right:10px;
    font-size:18px;
    font-family:'BebasBold', sans-serif;
    cursor:pointer;
}  
.dark-theme .mini_nav li.logout a:hover{
    background:#FED000;
    color:#000;
 }
.dark-theme #news_set_sort a.sort-actv{
    color:#fff;
    border-bottom:2px solid #FED000;
 }
.dark-theme #news_set_sort a{
    font-family: "BebasBold",sans-serif;
    color:#9568cf;
}
.dark-theme .new_menu{
    background:url('/templates/new36/images/list_dark-theme.jpg?assd')no-repeat  top center;
    padding-bottom: 10px;
	transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-ms-transition: background-size 2s ease-in;
	-o-transition: background-size 2s ease-in;
	-webkit-transition: background-size 2s ease-in;
	background-attachment: fixed;
    background-position: center right;
    background-size: 45%;
  }
.dark-theme div.cat_anime.hid_ul{
	color:#000;
}
.dark-theme .cat-cal.anime{
    background:#FED000;
	color:#000;
 }
.dark-theme span.blod{
    color:#9568cf;
}
.dark-theme .news_header .rat_col_new span{
	color:#9568cf;	
}
.dark-theme .right-panel-bottom span{
	color:#9568cf;	
}
.dark-theme .right-anime .col-text{
    margin-top:12px;
	color:#000;
}
.dark-theme .right-anime{
	color:#000;
}
.dark-theme .frend_as.news-list .title-3 a:hover{
	color:#fff; 
	text-decoration:none;
}
.dark-theme .reason{
	color:#9568cf;		
}
.dark-theme  #dle-content .descripts img{
	max-width:100%;
	background-color: #808080;
}
.dark-theme [name="registration"] .info_reg{
    padding:10px;
    background:#333333;
    margin-bottom:10px;
}
.dark-theme [name="registration"] .info_reg a{
    color:#9568cf;
    text-decoration:underline;
}
.dark-theme [name="registration"] .info_reg a:hover{
    color:#9568cf;
    text-decoration:none;
}
.dark-theme [name="registration"] .tableform input[type=text],#registration .tableform input[type=password]{
	outline:none;
}
.dark-theme .title_quote,.dark-theme  .title_spoiler{
	background: #401a55;
}
.dark-theme .main-cal .anime_title_cal a{
    background:rgba(0,0,0,.5);
    display:block;
	color:#fff;
    height:32px;
    position:absolute;
    bottom:0px;
    width:100%;
    text-indent:10px;
    font-size:20px;
    line-height:32px;
}
.dark-theme .color_t a{
	color:#fff;
}
.dark-theme .coment_text{
    font-size:15px;
    color:#dedede;
}
.dark-theme .login_nav2  a{
    text-decoration:none;
    color:#c7c7c7;
}
.dark-theme .login_nav2 input{
	outline:none;
}
.dark-theme .login_nav2 a:hover{
    text-decoration:none;
    color:#4a0074;
}
.dark-theme .vk-top .icon-top{
    display:inline-block;
    height:35px;
    width:35px;
    background: url('/templates/new36/images/vk.svg') no-repeat top left; 
    background-size: contain;
     -webkit-filter: grayscale(100%) brightness(5) brightness(45%); 
    filter: grayscale(100%) brightness(10) brightness(75%);
    vertical-align:middle;
    cursor:pointer;
 }
.dark-theme .vk-top .icon-top:hover{
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
 }
.dark-theme .AS_com.com textarea{
	width:100%;
	outline:none;
	max-width:100%;
	background-color: #e8e8e8;
}
.dark-theme .search-block .sear_but{
	outline:none;
    display:inline-block;
    width:70%;
    height:30px;
    margin:10px auto;
    margin-left:20px;
    vertical-align:middle;
    padding-left:10px;
}
.dark-theme .pagenav a{
   display:inline-block;
   padding:5px 10px;
   background:#4a0074;
   color:#fff;
   font-family:'BebasBold', sans-serif;
   text-decoration:none;
}
.dark-theme .pagenav{
    font-family:'BebasBold', sans-serif;
}
.dark-theme .pagenav a:hover{
   background:#FED000;
   color:#000;
}

/*   - BB  */
 
.dark-theme .bb-pane:before,
.dark-theme .bb-pane:after {
  content: "";
  display: table;
}
.dark-theme .bb-pane:after {
  clear: both;
}
.dark-theme .bb-pane {
  *zoom: 1;
}
.dark-theme .bb-pane .bb-btn,
.dark-theme .bb-pane .bb-sep {
  width: 26px;
  height: 26px;
  margin: 0 4px 4px 0;
  float: left;
  background: url(/templates/new36/dleimages/go_dark-theme.png) no-repeat 0 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.dark-theme .bb-pane .bb-btn:hover,
.dark-theme .bb-pane .bb-sep:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dark-theme .bb-pane .bb-sep:hover {
  background-color: transparent;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.dark-theme .bb-pane #b_b {
  background-position: 0 -900px;
}
.dark-theme .bb-pane #b_b:hover {
  background-position: -30px -900px;
}
.dark-theme .bb-pane #b_i {
  background-position: 0 -570px;
}
.dark-theme .bb-pane #b_i:hover {
  background-position: -30px -570px;
}
.dark-theme .bb-pane #b_u {
  background-position: 0 -60px;
}
.dark-theme .bb-pane #b_u:hover {
  background-position: -30px -60px;
}
.dark-theme .bb-pane #b_s {
  background-position: 0 -180px;
}
.dark-theme .bb-pane #b_s:hover {
  background-position: -30px -180px;
}
.dark-theme .bb-pane .bb-sep {
  background-position: 0 -840px;
  width: 5px;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dark-theme .bb-pane #b_emo {
  background-position: 0 -660px;
}
.dark-theme .bb-pane #b_emo:hover {
  background-position: -30px -660px;
}
.dark-theme .bb-pane #b_url {
  background-position: 0 -450px;
}
.dark-theme .bb-pane #b_url:hover {
  background-position: -30px -450px;
}
.dark-theme .bb-pane #b_leech {
  background-position: 0 -480px;
}
.dark-theme .bb-pane #b_leech:hover {
  background-position: -30px -480px;
}
.dark-theme .bb-pane #b_mail {
  background-position: 0 -690px;
}
.dark-theme .bb-pane #b_mail:hover {
  background-position: -30px -690px;
}
.dark-theme .bb-pane #b_video {
  background-position: 0 -390px;
}
.dark-theme .bb-pane #b_video:hover {
  background-position: -30px -390px;
}
.dark-theme .bb-pane #b_audio {
  background-position: 0 -360px;
}
.dark-theme .bb-pane #b_audio:hover {
  background-position: -30px -360px;
}
.dark-theme .bb-pane #b_hide {
  background-position: 0 -600px;
}
.dark-theme .bb-pane #b_hide:hover {
  background-position: -30px -600px;
}
.dark-theme .bb-pane #b_quote {
  background-position: 0 -240px;
}
.dark-theme .bb-pane #b_quote:hover {
  background-position: -30px -240px;
}
.dark-theme .bb-pane #b_code {
  background-position: 0 -750px;
}
.dark-theme .bb-pane #b_code:hover {
  background-position: -30px -750px;
}
.dark-theme .bb-pane #b_br {
  background-position: 0 -270px;
}
.dark-theme .bb-pane #b_br:hover {
  background-position: -30px -270px;
}
.dark-theme .bb-pane #b_pl {
  background-position: 0 -300px;
}
.dark-theme .bb-pane #b_pl:hover {
  background-position: -30px -300px;
}
.dark-theme .bb-pane #b_left {
  background-position: 0 -510px;
}
.dark-theme .bb-pane #b_left:hover {
  background-position: -30px -510px;
}
.dark-theme .bb-pane #b_center {
  background-position: 0 -810px;
}
.dark-theme .bb-pane #b_center:hover {
  background-position: -30px -810px;
}
.dark-theme .bb-pane #b_right {
  background-position: 0 -210px;
}
.dark-theme .bb-pane #b_right:hover {
  background-position: -30px -210px;
}
.dark-theme .bb-pane #b_color {
  background-position: 0 -720px;
}
.dark-theme .bb-pane #b_color:hover {
  background-position: -30px -720px;
}
.dark-theme .bb-pane #b_spoiler {
  background-position: 0 -150px;
}
.dark-theme .bb-pane #b_spoiler:hover {
  background-position: -30px -150px;
}
.dark-theme .bb-pane #b_fla {
  background-position: 0 -630px;
}
.dark-theme .bb-pane #b_fla:hover {
  background-position: -30px -630px;
}
.dark-theme .bb-pane #b_yt {
  background-position: 0 0;
}
.dark-theme .bb-pane #b_yt:hover {
  background-position: -30px 0;
}
.dark-theme .bb-pane #b_tf {
  background-position: 0 -90px;
}
.dark-theme .bb-pane #b_tf:hover {
  background-position: -30px -90px;
}
.dark-theme .bb-pane #b_list {
  background-position: 0 -420px;
}
.dark-theme .bb-pane #b_list:hover {
  background-position: -30px -420px;
}
.dark-theme .bb-pane #b_ol {
  background-position: 0 -330px;
}
.dark-theme .bb-pane #b_ol:hover {
  background-position: -30px -330px;
}
.dark-theme .bb-pane #b_up {
  background-position: 0 -30px;
}
.dark-theme .bb-pane #b_up:hover {
  background-position: -30px -30px;
}
.dark-theme .bb-pane #b_img {
  background-position: 0 -540px;
}
.dark-theme .bb-pane #b_img:hover {
  background-position: -30px -540px;
}
.dark-theme .bb-pane #b_translit {
  background-position: 0 -120px;
}
.dark-theme .bb-pane #b_translit:hover {
  background-position: -30px -120px;
}
.dark-theme .bb-pane #b-font,
.dark-theme .bb-pane #b-size,
.dark-theme .bb-pane .bb-sel {
  float: left;
  margin-right: 4px;
}
.dark-theme .bb-pane .bb-sel select {
  font-size: 100%;
  margin: 4px 0 0 0;
  vertical-align: baseline;
}
.dark-theme .bb-sep {
  cursor: default !important;
}
.dark-theme .bb-btn + .tooltip {
  text-shadow: none;
}

/*  -   - BB  */

/*   - Torrent */ 

.dark-theme  .torrent {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.dark-theme  .torrent img {
    border: 0px!important; padding: 0px!important; margin: 0px!important;
}
.dark-theme  .torrent .title {
    height:50px;
    clear:left;
}
.dark-theme  .torrent .title a:hover{
    text-decoration: underline;
	color: #9568cf;
}
.dark-theme  .torrent .download, torrent .download a {
    width:174px;
    height:50px;
    background:#1b1b1b url('../img/tor_down_03_dark-theme.png') no-repeat top left;
    float:left;
}
.dark-theme  .torrent .info_d {
    height:50px;
    background:#1b1b1b repeat-x;
    text-decoration:none;
    font-weight:bold;
}
.dark-theme  .torrent .info_d1 {
    height:50px;
	font-size: 18px;
    margin-left:180px;
    padding-left:10px;
    display:table-cell;
    vertical-align:middle;
}
.dark-theme  .torrent .info_d1 span {
    color:#000;
    border-bottom: dashed 1px #000;
}
.dark-theme  .torrent .info_c {
    background:#6bba1d url('../img/tor_down_06.jpg') no-repeat;
    height:50px;
    width:5px;
    float:right;
}
.dark-theme .torrent .cont .bord_a1 {
    border-bottom:1px dashed #000;
    padding:5px;
}
.dark-theme .torrent .li_download {
    background:#9f9c9c url('../img/tor_down_11.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    display:inline-block;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
}
.dark-theme .torrent .li_download_a1 {
}
.dark-theme .torrent .li_download_a2 {
    margin-left:100px;
}
.dark-theme .torrent .li_distribute {
    background:#028e02 url('../img/tor_down_14.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    display:inline-block;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
}
.dark-theme .torrent .li_distribute_a1 {
}
.dark-theme .torrent .li_distribute_a2 {
    margin-left:100px;
}
.dark-theme .torrent .li_swing {
    background:#9d2e22 url('../img/tor_down_16.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
	display:inline-block;
    margin-top:-2px;
}
.dark-theme .torrent .li_swing_a1 {

}
.dark-theme .torrent .li_swing_a2 {
    margin-left:100px;
}
.dark-theme .torrent .li_list_a3 {
    padding:5px;
}
.dark-theme .torrent .li_list {
    background:#cecece url('../img/tor_down_18.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    float:left;
    color:#8f8f8f;
    margin-top:-2px;
}
.dark-theme .torrent .li_list_a1 {
    margin-left:110px;
    border-left:#b4b4b4 solid 2px;
    padding:0px 5px;
    color:#6a6a6a;
}
.dark-theme .torrent .li_distribute_m {
    background:#028e02 url('../img/tor_down_14.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
}
.dark-theme .torrent .li_swing_m {
    background:#9d2e22 url('../img/tor_down_16.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
}
.dark-theme .torrent .li_download_m {
    background:#9f9c9c url('../img/tor_down_11.jpg') repeat-x top left;
    padding:2px 5px;
    margin-right:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:-2px;
 }
.dark-theme .trackerFileTree .folder { font-weight: bold; padding-left: 18px; cursor: pointer; }
.dark-theme .trackerFileTree .folder i { font-style: normal; font-weight: normal; cursor: default; }
.dark-theme .trackerFileTree .next_folder { padding-left: 18px; }
.dark-theme .trackerFileTree img { vertical-align: middle; border: 0px; padding: 0px; margin: 0px; }
.dark-theme .trackerFileTree .folderOpen .next_folder { display: block; }
.dark-theme .trackerFileTree .folderClose .next_folder { display: none; }
.dark-theme .trackerFileTree .folderOpen { background: url('../img/folder_open.png') no-repeat; }
.dark-theme .trackerFileTree .folderClose { background: url('../img/folder_close.png') no-repeat; }
.dark-theme .trackerAllFolder { cursor: pointer; width: 16px; height: 16px; float: right; }
.dark-theme .trackerAllFolder.implode { background: url('../img/folder_implode.png') no-repeat; }
.dark-theme .trackerAllFolder.explode { background: url('../img/folder_explode.png') no-repeat; }

/*  -   - Torrent */ 

 .dark-theme div.group4{
	 color: #000;
}
.dark-theme div.group11{
	 color: #000;
}
.dark-theme .iChat_editor textarea{
  width:100%;
  height:100px;
  outline:none;
  padding-top:9px;
  border:#a0a0a0 solid 1px;
  border-top-width:1px;
  border-left:none;
  border-right:none;
  border-bottom:none;
  max-width:99.9%;
  background-color: #f2f2f2;
}
.dark-theme .iChat_bbeditor > span{
    display:inline-block;
    padding-top:3px;
    cursor:pointer;
 }
 .dark-theme .iChat_editor{
    border:#a0a0a0 solid 1px;
	background-color: #fff;
 }
.dark-theme .change-color li:nth-child(1){
	background-color:#c7c7c7;
	color:#000;
}
.dark-theme .change-color li:nth-child(2){
	background-color:#000;
	color:#FED000;
}
.dark-theme .act{
	color: #ff2525;
    border-bottom: 3px solid #4a0074;
    text-decoration: none;
}