html,body{
		height:100%;
		width:100%;
	  position:fixed;
	  top:0px;
	  left:0px;
	}
	 HTML,BODY{
    padding:0px;
    margin:0px;
    font-family: 'Roboto Condensed', sans-serif;
	overflow:hidden;
  }
  .logo{
    left:3px;
    top:3px;
    position:absolute;
    background:url('/templates/mobil/images/logo.png') no-repeat;
    height:45px;
    width:180px;

  }
  .menu-icon{
    right:3px;
    top:3px;
    height:45px;
    width:45px;

  }
  .menu-icon a{

    height:100%;
    background:url('/templates/mobil/images/menu.png?s') no-repeat center;
    display:block;
    width:100%;
  }
  .logo a{
    display:block;
    height:45px;
    opacity:0;
  }
  .menu-icon{
    position:absolute;
    -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
  }
  .menu-icon.active_menu{
    background-color:rgba(90,0,170,0.7); 
    border-radius:4px;
   
  }
  .menu-icon.active_menu a{
    -webkit-transition: filter .3s ease-out;
     -moz-transition: filter .3s ease-out;
     -o-transition: filter .3s ease-out;
     transition: filter .3s ease-out;
    -webkit-filter:  invert(100%);
    -moz-filter:  invert(100%);
    -o-filter:  invert(100%);
    filter:  invert(100%);
  }
  .head-bar{
    background:#E6E6E6;
    position:relative;
    height:50px;
    border-bottom:1px solid #808080;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
  }
  .body{
    background:#C4C4C4;
    overflow:auto;
  }
  .menu-toogle{
   width:250px;
    background:#252525;
    position:absolute;
    top:50px;
    left:-255px; 
    -webkit-transition: left .3s ease-out;
     -moz-transition: left .3s ease-out;
     -o-transition: left .3s ease-out;
     transition: left .3s ease-out;
	z-index: 100000000;
  }
  .menu-toogle.active_menu{
    left:0px;
  }
  .menu ul{
    list-style:none;
    width:100%;
    padding:0px;
  }
  .menu ul li{
    margin:5px;
    background:rgba(0,0,0,0.3);
    display:block;
  }
  .menu ul li a {
    color:#fff;
    text-decoration:none;
    display:block;
    height:100%;
    font-family:"BebasBold";
    font-size:20px;
    padding:7px 10px;
  }
  
  .table .tab{
    display:none;
  } 
  .table .tab.active-tab{ 
    height:auto;
    display:block;
  }
  .table{
    margin-top:5px;
    /*overflow:hidden;*/
  }
  .main{
    padding:5px;
  }
  .scroll-table{
    overflow:hidden;
  }
  .panel-tab a{
    display:inline-block;
    min-width:80px;
    font-family:"BebasBold";
    font-size:20px;
    text-align:center;
    text-decoration:none;
    color:#000;
    padding-top:5px;
    padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	marign-right:5px;
    border-bottom:3px solid #4a0074;
  }
  .panel-tab a.active-tab{
    border-bottom-color:#FED000;
    color:#4a0074;
  }
  
   .table:after, .plash:after{
     content:" ";
     display:block;
     clear:both;
   }

  .plash{
    background:#fff;
    margin-bottom:5px;
    padding:5px;
  }
  .plash .poster{
    float:left;
    padding-right:5px;
  }
  .plash-title{
    padding:3px;
    
    font-family:"BebasBold";
  }
  .plash a{
    color:#000;
    text-decoration:none;
	display: block;
	height: 100%;
  }
  .plash a:after{
	  content:" ";
	  display:block;
	  clear:both;
  }
  .plash .poster img{
    width:64px;
  }
  .plash .date{
    text-align:right;
    color:#9F9F9F;
    margin-top:3px;
  }
  .main #dle-content{
    margin:-5px;
  }
  .fulstory-info{
    background-repeat:no-repeat;
    min-height:300px;
	background-size: 100% auto;
  }
  .ful-cat{
    background:rgba(254,208,0,0.7);
    padding:5px;
    color:rgb(124,32,202);
  }
  .ful-cat a{
    color:#000;
  }
  .fulstory-info h1{
    font-size:21px;
    color:#fff;
    margin:0px;
    margin-top:0px;
    padding:3px 5px;
    font-weight:normal;
    background:rgba(0,0,0,.7);
    font-family:"BebasBold";
  }
  .table-2 .panel-tab a{
    float:left;
    display:block;
    width:50%;
    background:#4a0074;
    padding:10px 0px;
    border:none;
    color:rgb(254,208,0);
  }
  .table-2 .panel-tab a.active-tab{
    background:rgb(254,208,0);
    color:#000;
  }
  .table-2 .panel-tab:after{
    content:" ";
    display:block;
    clear:both;
  }
  .table-2 .table{
    margin-top:0px;
  }
  .table-2 .tab{
    display:none;
    float:none;
    margin-top:0px;

  }
   .table-2 .tab.active-tab{
    float:none;
     background:#fff;
     display:block;
   }
  .info-tab .descripts{
    padding:5px;
    color:#8B8B8B;
    font-size:14px;
  }
  .info-tab ul{
    margin:0px;
    list-style:none;
    padding:5px;
  }
  .info-tab li{
    padding-left:5px;
    margin-left:0px;
  }
  .info-tab a{
    color:#4a0074;
  }
  
  .videlist img{
    width:200px;
  }
  .videlist a{
	cursor: default;
  }
  .playvid{
    float:left;
    width:200px;
	height: 120px;
    margin-top:0px;
    margin-right:5px;
    position:relative;
	display:inline-block;
	cursor: default;
	background:#000;
  }
  .videoas{
    background:#000;
  }
  .videoas:after{
    content:" ";
    display:block;
    clear:both;
  }
  .playvid a:before{
    position:absolute;
    content:" ";
    display:block;
    width:64px;
    height:64px;
    left:50%;
    margin-left:-25px;
    top:20px;
    background:url('/templates/smartphone/images/Play_purple.png') no-repeat;
    background-size:50px;
  }
  .playvid span{
    position:absolute;
    left:0px;
    bottom:0px;
    font-family: "BebasBold";
    display:block;
    width:100%;
    background:rgba(150,150,150,.7);
    text-align:center;
    font-size:20px;
    padding:5px 0px;
    color:#000;
  }
  .table-2 .videlist{
    width:100%;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
  }
  .table-2 .videlist::-webkit-scrollbar {
        display: none;
   }
  
  #videoonly,#MT_overroll{
    height:250px;
    width:100%;
    margin:0px;
    padding:0px;
  }
  .com_background{
    background:#6f10a6;
    
  }
  .com_background .avatar{
    float:left;
    margin-left:5px;
    margin-top:5px;
    margin-right:5px;
  }
  .com_background .avatar img{
    width:64px;
    border:2px solid #FED000;
  }
  .com_background .avatar{
    min-width:64px;
    min-height:64px;
    /*background:#FED000;*/
  }
  .comment{
    background:#fff;
  }
   .comm-short p{
     margin:0px;
   }
  .comm-short *{
	word-wrap: break-word;
  }
  .comm-short{
    clear:both;
	word-wrap: break-word;
    margin-top:0px;
    padding:5px 3px;
  }
  .prof-top{
    padding:2px;
  }
  .prof-top a{
    font-family:"BebasBold";
    color:#fff;
    text-decoration:none;
    font-size:22px;
  }
  .prof-bottom{
    font-family:"BebasBold";
    font-size:20px;
    padding:0px;
    padding-bottom:2px;
	color: #c7c7c7;
  }
  #addcform .mceToolbar, #addcform .mceStatusbar{
    display:none;
  }
  #comments_tbl {
    max-width:100%;
    max-height:70px;
   
  }
  #comments_ifr{
    max-height:70px;
  }
  .input-comment{
    float:left;
    width:85%;
  }
  .clr{
    clear:both;
  }
  #addcform > .fieldsubmit{
    float:left;
    width:25%;
    margin:-3px;
  }
  #addcform{
    border:3px solid #4a0074;
    margin-bottom:5px;
  }
  #addcform .fieldsubmit .button_c{
    height:82px;
    display:block;
    border:0px solid #FED000;
    background:#4a0074;
    width:100%;
    font-size:24px;
    color:#FED000;
    font-family:"BebasBold";
    cursor:pointer;
    
  }
  #addcform .mceToolbar, #addcform .mceStatusbar{
    display:none;
  }
  #comments_tbl {
    max-width:100%;
    max-height:80px;
  }
  #comments_ifr{
    max-height:80px;
  }
  .input-comment{
    float:left;
    width:75%;
  }
  .fieldsubmit{
    height:80px;
  }
  .clr, .clear{
    clear:both;
  }
  .manga_vid{
    width:100px;
    float:left;
    text-align:center;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
  }
  .manga_vid a{
    padding:10px;
    display:block;
    font-family: "BebasBold";
    border:3px solid #4a0074;
    background:#fff;
    color:#000;
    text-decoration:none;
  }
  .read_manga{
    position:absolute;
    top:60px;
    width:300px;
    height:380px;
    
    background:#fff;
    left:50%;
    margin-left:-150px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 3px 8px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 3px 8px 0px rgba(50, 50, 50, 0.45);
    display:none;
    -webkit-transition: all 1s ease-in 0.5s;
     -moz-transition: all 1s ease-in 0.5s;
     -o-transition: all 1s ease-in 0.5s;
     transition: all 1s ease-in 0.5s;
    opacity:0;
  }
  .glav{
	  white-space: normal;
  }
  .read_manga.manga_activ{
    -webkit-transition: all 1s ease-in 0.5s;
     -moz-transition: all 1s ease-in 0.5s;
     -o-transition: all 1s ease-in 0.5s;
     transition: all 1s ease-in 0.5s;
    opacity:1;
    display:block;
	z-index:10000;
  }
  .tom-title{
    background:#4a0074;
    color:#fff;
    font-family: "BebasBold";
    font-size:24px;
    padding:5px 10px;
  }
  .glav a {
    display:block;
    padding:5px 10px;
    background:#FED000;
    color:#000;
    margin-bottom:5px;
    text-decoration:none;
  }
  .close-manga{
    background:#fff;
    display:block;
    height:30px;
    width:30px;
    text-align:center;
    font-family:arial;
      text-decoration:none;
    border:#4a0074 2px solid;
    color:#000;
    right:0px;
    top:0px;
    position:absolute;
  }
  .scroll{
  height:350px;
  overflow-y:scroll;
  }
  .all_link a{
    background:#FED000;
    display:block;
    text-align:center;
    padding:10px;
    font-family: "BebasBold";
    text-decoration:none;
    font-size:24px;
    color:#000;
  }
  .pagenav{
    padding:5px;
    font-family: "BebasBold";

  }
  .button_nav a{
    float:left;
    display:block;
    width:50%;
    text-align:center;
    font-size:24px;
    padding-top:8px;
    padding-bottom:8px;
  }
  .button_nav span{
    float:left;
    display:block;
    width:50%;
    text-align:center;
    font-size:24px;
    padding-top:8px;
    padding-bottom:8px;
    color:rgb(100,100,100);
  }
  .button_nav.l a{
    background:#FED000;
    color:#000;
    text-decoration:none;
  }
  .button_nav.r a{
    background:#4a0074;
    color:#FED000;
    text-decoration:none;
  }
  .timer_do{
    position:relative;
    top:100px;
    display:inline;
    background:rgba(254,208,0,.7);
    padding:10px;
    width:120px;
    text-align:center;
    font-family: "BebasBold";
    font-size:18px;
    display:none;
  }
  .timer_do span{
    display:block;
  }
  .berrors{
    background:#fff;
    padding:10px;
  }
  .search_mobil{
   margin-bottom:10px;
  }
  .search_mobil input[type="text"]{
    width:74%;
    border:2px solid #4a0074;
    height:20px;
    padding:5px;
  }
  .search_mobil input[type="submit"]{
    background:#FED000;
    border:none;
    font-size:24px;
    vertical-align:top;
    height:34px;
    width:20%;
    font-family: "BebasBold";
  }
   .login_nav3 .avatar{
    border-radius:100%;
    height:100px;
    width:100px;
    margin:auto;
    margin-top:10px;overflow: hidden;
  }
  .login_nav3{
    margin:10px;
    background:rgba(255,255,255,.04);
    padding-top:5px;
  }
  .mini_nav ul{
    margin:0px;
    padding:0px;
    padding-top:10px;
    list-style:none;
  }
  .mini_nav ul li{
    padding:4px 10px;
    background:rgba(111,16,166,0.7);
  }
  .mini_nav ul li a{
    color:#C4C4C4;
    border-bottom:1px dashed #FED000;
    text-decoration:none;
  }
  .login_nav2{
    margin:10px;
    background:rgba(255,255,255,.04);
    padding:10px;
  }
  .input_t_mob input{
    width:100%;
    height:30px;
    border:1px solid #C4C4C4;
    padding:5px;
    margin-bottom:5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    
  }
  .button_vhod input{
    width:100%;
    background:#4a0074;
    border:none;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    color:#FED000;
    text-transform:uppercase;
    font-family: "BebasBold";
    font-size:20px;
    padding:5px;
  }
  .mini_menu_link{
    margin-top:10px;
  }
  .mini_menu_link a{
    display:block;
    text-decoration:none;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    padding:6px 10px;
    background:rgba(9,92,167,0.7);
    color:#FED000;
    border-bottom:1px dashed #FED000;
  }
  .mini_menu_link a:last-child{
    border:none;
  }
  
  .new-le-s img{
	  max-width:100%;
  }
  
  
  .vip_traf{
    width: 140px;
	
    background:url('/templates/new/img/1.png') no-repeat center top;
    background-size:150px;
	display:inline-block;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	margin-bottom:10px;
	margin-top:10px;
  }
  .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(85,174,203);
    background: rgb(135,224,253); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
  }
    .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;
  }
  .jw-title-primary,.jw-title-secondary{
	  box-sizing:border-box;
  }
  #videoonly,#MT_overroll{
	  position:relative;
  }
  #videoplayer,#MT_overroll{
	  top:0px;
	  left:0px;
	  width:100%;
	  height:100%;
	  position:absolute;
  }
  
  .error_copy{
    background:#4a0074 url('/templates/new36/images/copyright.png') no-repeat 10px center  / 80px;
    color:#fff;
    padding:5px 15px;
  }
  .error_copy p{
   padding-left:85px;
  }
  .as-act{
   background-color: #ffffff;
   padding-top: 25px;
   padding-bottom: 10px;
  }
  .as-act  a{
   border-bottom: 3px solid #4a0074;  
   text-decoration: none;
  }
  .new_year body{
  }
  .new_year body .logo:before{
    content:" ";
    display:block;
    position:absolute;
    height:50px;
    width:200px;
    top:25px;
    left:0px;
    background:url('/templates/new36/images/new_year.png') no-repeat left bottom;
    background-size:200px;
	z-index: 900000100;
  }
  .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 .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;
  }
  .act{
	color: #ff2525;
    border-bottom: 3px solid #4a0074;
    text-decoration: none;
  }