/*
Theme Name: ODStream
Theme URI: https://www.facebook.com/otakudesu.fanshare
Description: Theme Streaming, Batch, Lengkap
Author: Otaku Desu
Author URI: https://www.facebook.com/otakudesu.fanshare
Version: V.1.6
Tags: Theme Otaku Desu
*/
/* -- RESET CSS -- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	direction: ltr;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style-type: circle;
}

blockquote,q {
	margin: 5px 0;
	quotes: none;
	background: #FAFAFA;
	border-left: 3px solid #F2F2F2;
	padding: 5px 10px;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #ec4545;
	text-decoration: none;
	transition: .0s linear;
	-moz-transition: .0s linear;
	-webkit-transition: .0s linear;
}

:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
	transition: .0s linear;
	-moz-transition: .0s linear;
	-webkit-transition: .0s linear;
}

.venutama p {
	margin: 5px 0;
	color: #bfbfbf;
}

.clear {
	clear: both;
}

.fsa p {
	margin: 0;
}

.bx-pager {
	display: none;
}

.fright {
	float: right;
	margin: -30px 10px 0px;
}

.fright a {
	color: #eee;
	background: #0065ad;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 8px;
	font-size: 10px;
}

.fright a:hover {
	background: #333;
	text-decoration: none;
}

body {
	line-height: normal;
	font: 13px 'Droid Sans',sans-serif !important;
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}

img.aligncenter {
	max-width: 100%;
	margin: auto;
	display: block;
	height: auto;
}

.wowmaskot {
	background: url(#),url(#);
	background-position: left -90px bottom -120px,right -90px bottom -120px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 340px;
}

hr {
	border: 1px solid #333 !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.center {
	margin: 0 auto;
	max-width: 1000px;
}

#venkonten {
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
	background: #171616;
	padding: 10px;
}

.vezone {
	overflow: hidden;
}

a.back-to-top {
	display: none;
	width: 80px;
	height: 100px;
	opacity: .5;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: url(#) no-repeat center 43%;
	transition: .25s linear;
}

a:hover.back-to-top {
	opacity: 1;
	transition: .25s linear;
}

.iklan {
	margin-bottom: 10px;
	overflow: hidden;
}

.iklanxs {
	border: 1px solid #ccc;
	width: 745px;
	height: 80px;
	float: left;
	padding: 1px;
}

.iklanxs img {
	width: 740px;
	height: 76px;
}

.iklans {
	border: 1px solid #ccc;
	width: 235px;
	height: 80px;
	float: right;
	padding: 1px;
}

.iklans img {
	width: 230px;
	height: 76px;
}

#cssmenu {
	padding: 0;
	position: relative;
	margin: 0px auto 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#cssmenu .current-menu-item a {
	background: var(--col_bg_menu_hd);
	color: #fff;
}

#cssmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#cssmenu ul:after,#cssmenu:after {
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cssmenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

#cssmenu ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu ul li a:hover {
	background: var(--col_bg_menu_hd_hv);
	color: #fff;
	transition: .2s ease-in-out;
}

#cssmenu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
	z-index: 9999;
}

#cssmenu ul li ul li {
	max-height: 0;
	position: absolute;
	-webkit-transition: max-height 0.5s ease-out;
	-moz-transition: max-height 0.5s ease-out;
	-ms-transition: max-height 0.5s ease-out;
	-o-transition: max-height 0.5s ease-out;
	transition: max-height 0.5s ease-out;
}

#cssmenu ul li ul li.has-sub:after {
	display: block;
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #000000;
	z-index: 1;
	top: 13px;
	right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:after {
	right: auto;
	left: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:before {
	right: auto;
	left: 15px;
	border-left-color: transparent;
}

#cssmenu > ul > li.has-sub > a:after {
	content: "\f101";
	font-family: fontawesome;
	color: #fff;
	margin-left: 5px;
}

#cssmenu ul li ul li a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	display: block;
	padding: 10px 10px;
	width: 180px;
}

#cssmenu ul li ul li a:hover {
	color: #fff;
}

#cssmenu ul li ul li:hover > a,#cssmenu ul li ul li.active > a {
}

#cssmenu ul li ul li:hover:after,#cssmenu ul li ul li.active:after {
	background: #4cb6ea;
}

#cssmenu ul li ul li:hover > ul {
	left: 100%;
	top: 0;
}

#cssmenu ul li ul li:hover > ul > li {
	max-height: 72px;
	position: relative;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu.align-center > ul > li {
	float: none;
	display: inline-block;
}

#cssmenu.align-center > ul {
	text-align: center;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right > ul {
	float: right;
}

#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}

#cssmenu.align-right ul ul li:hover > ul {
	right: 100%;
	left: auto;
}

#cssmenu.align-right ul ul li a {
	text-align: right;
}

#cssmenu > ul > li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	color: #fff-webkit-transition:height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}

#cssmenu > ul > li.has-sub > a {
	padding-bottom: 16px;
}

#cssmenu > ul > li > a {
	color: #fff;
	padding: 16px 18px;
	font-weight: 600;
	font-size: 13px;
	z-index: 2;
	text-transform: uppercase;
	position: relative;
	transition: .2s ease-in-out;
}

#cssmenu > ul > li:hover:after,#cssmenu > ul > li.active:after {
	height: 100%;
}

#cssmenu > ul > li:hover > a,#cssmenu > ul > li.active > a {
}

#cssmenu > ul > li:hover > a:after,#cssmenu > ul > li.active > a:after {
}

#cssmenu > ul > li:hover > a:before,#cssmenu > ul > li.active > a:before {
	border-top-color: #ffffff;
}

#cssmenu > ul > li:hover > ul {
	left: 0;
}

#cssmenu > ul > li:hover > ul > li {
	max-height: 72px;
	position: relative;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu > ul > li > a {
	display: block;
}

#cssmenu > ul > li {
	width: auto;
}

#cssmenu > ul > li > ul {
	background: #FFF;
	box-shadow: 0px 0px 1em rgba(51,51,51,0.46);
}

#cssmenu > ul > li > ul > li {
}

#menu {
	margin: 0 auto 15px;
	background: #222;
	z-index: 99999;
	border-bottom: 5px solid #00adff;
}

#menu .search {
	float: right;
	position: relative;
	bottom: 38px;
	right: 10px;
}

#menu .search #form {
	float: left;
	margin: -12px 0px;
	position: relative;
	top: 9px;
}

#menu .search #form #s {
	width: 225px;
	color: #333;
	padding: 9px 10px;
	border: none;
	background: #fff;
	font-size: 13px;
	font-family: "Droid Sans";
}

#pilih {
	padding: 9px 0px;
	background: #171717;
	color: #ccc;
	border: 1px solid #222;
}

#cari {
	padding: 9.2px 12px;
	background: #151515;
	color: #ccc;
	border: none;
}

.menux {
	background: #000000;
	z-index: 99;
	overflow: hidden;
}

.menux ul {
	margin: 0 auto;
	list-style: none;
	padding: 0;
	display: block;
}

.menux ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.menux ul li a {
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 13px;
	z-index: 2;
	display: inline-block;
}

.sip {
	float: right;
}

.surprise a {
	color: #fff;
	padding: 7px 10px;
	font-weight: 600;
	font-size: 11px;
	display: block;
	margin-top: 3px;
	text-transform: uppercase;
	background: #333;
	border-radius: 2px;
	transition: .2s linear;
	margin-right: 5px;
	float: left;
}

.surprise a:hover {
	background: #fff;
	color: #333;
	transition: .2s linear;
	text-decoration: none;
}

#header {
	margin: 0px auto 0px;
	height: 80px;
	background: #2a2a2a;
}

.logo {
	float: left;
	position: relative;
	margin-top: 12px;
}

.logo img {
	max-width: 230px;
	height: auto;
}

.headads {
	float: right;
	max-width: 670px;
	max-height: 90px;
	margin-top: 10px;
	background: url(inc/img/ads.png);
}

.headadsku {
	float: right;
	width: 700px;
	height: 90px;
	margin-top: 7px;
}

.headadsku img {
}

.cukdere span {
	font-size: 14px;
	padding: 0px;
	color: #333;
	font-weight: 600;
}

.cukdere {
	padding: 8px;
	background: #333;
	color: #ccc;
}

.kategoz {
	border-bottom: 4px solid #2a2a2a;
	padding: 5px 0px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 13px;
}

.kategoz a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kategoz span {
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
}

.venser {
	overflow: hidden;
	width: 69%;
	float: left;
}

.venutama {
	overflow: hidden;
}

.rapiz {
	overflow: hidden;
}

.rapizatas {
	overflow: hidden;
	height: 209px;
}

.iconf {
	float: right;
	color: #fff;
	font-size: 10px;
	padding: 4px 5px;
	margin: -3px;
	background: #00adff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.iconf a {
	color: #fff;
	text-decoration: none;
}

.rvad {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 4px solid #00adff;
	padding: 7px;
	background: #333;
}

.rvad h1 {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	float: left;
}

.rseries {
}

.navileft {
	padding: 1px;
}

.navileft .now {
	background: #00adff;
	color: #fff;
}

.navileft strong {
	padding: 4px 8px;
	color: #999;
	font-size: 13px;
	background: #f1f1f1;
}

.navileft a {
	padding: 4px 8px;
	color: #666;
	font-size: 13px;
	background: #f1f1f1;
}

.navileft a:hover {
	background: #00adff;
	text-decoration: none;
	color: #fff;
}

.navileft a strong:hover {
	background: #264d69;
}

.naviright {
	padding: 4px 8px;
	color: #fff;
	font-size: 13px;
	background: #00adff;
	margin-right: 3px;
}

.rseries .rapi .venz ul li {
	padding-bottom: 5px;
	width: 19%;
	float: left;
	margin-bottom: 11px;
	margin: 0px 3px;
	list-style: none;
	position: relative;
	overflow: inherit;
	height: 190px;
}

.rseries .rapi .venz ul li .thumb a {
	text-decoration: none;
}

.rseries .rapi .venz ul li .thumb {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.rseries .rapi .venz ul li .thumb img {
	width: 100%;
	height: auto;
	transform: scale(1.0);
	height: 180px;
}

.rseries .rapi .venz ul li .thumb img:hover {
	opacity: .4;
}

.rseries .rapi .venz ul li .thumb a:hover .overlay {
	opacity: 1;
}

.thumbz {
	background: #222;
	width: 100%;
	height: 170px;
}

.detpost {
	margin: 0px 3px;
}

h2.episodeye {
	color: #333;
	bottom: 0px;
	font-weight: 500;
	padding: 5px 0px;
	font-size: 13px;
	transition: .3s linear;
	text-align: center;
}

h2.episodeye a {
	color: #fff;
}

h2.episodeye a:hover {
	text-decoration: underline;
}

.epz {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.63);
	color: #fff;
	padding: 4px;
	font-size: 12px;
	height: 23px;
	width: 93px;
}

.epz span {
	font-size: 13px;
}

.epztipe {
	position: absolute;
	z-index: 1;
	background: rgba(24,53,245,0.69);
	color: #fff;
	padding: 4px;
	font-size: 12px;
	height: 23px;
	right: 0px;
	transform: translate(0,300%);
	border-radius: 4px 0 0 4px;
}

.epztipe2 {
	position: absolute;
	z-index: 1;
	background: rgba(24,53,245,0.69);
	color: #fff;
	padding: 4px;
	font-size: 15px;
	height: 23px;
	right: 0px;
	transform: translate(0,300%);
	border-radius: 4px 0 0 4px;
}

.overlay {
	position: absolute;
	color: #fff;
	overflow: hidden;
	margin: 37px 23px;
	font-size: 3em !important;
}

.lexot {
	font-size: 14px;
	line-height: 25px;
	color: #333;
	margin-bottom: 20px;
}

.lexot a {
	color: #ff530e;
}

.lexot ul {
	display: list-item;
	list-style-type: disc;
}

.lexot li {
	display: list-item;
	margin-left: 1.5em;
}

.lexot img {
	display: block;
	margin: auto;
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 2px;
}

.lexot p {
	margin: 10px 0;
}

#breadcrumbs {
	color: #333;
}

#breadcrumbs a {
	color: #333;
}

.jdlr {
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.jdlr h1 {
	font-size: 17px;
	color: #333;
}

.jdlrx {
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 4px solid #00adff;
}

.jdlrx h1 {
	font-size: 15px;
	color: #e8e8e8;
}

.jdlpot {
	margin-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.jdlpot h1 {
	font-size: 15px;
	color: #666;
	border-bottom: 2px solid #333;
	padding-bottom: 5px;
}

.line-titles {
	position: relative;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	display: block;
}

.cukder {
	margin: auto;
	overflow: hidden;
	background-color: #2d2d2d;
}

.cukder img {
	width: 190px;
	height: 246px;
	padding: 1px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.cukder p {
	color: #adabab;
	line-height: 20px;
	font-size: 13px;
}

.cukdere h2 {
	font-size: 13px;
	color: #333;
}

.cukder a {
}

.fotoanime {
	margin: auto;
	overflow: hidden;
	float: left;
	background-color: #2d2d2d;
	width: 100%;
}

.fotoanime img {
	width: 190px;
	height: 246px;
	padding: 1px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.fotoanime p {
	color: #333;
	line-height: 20px;
	font-size: 13px;
}

.fotoanime a {
}

.infozw {
	background: #333;
	color: #eaeaea;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 15px;
}

.fleft {
	float: right;
}

.infozingle {
	overflow: hidden;
	width: 73%;
	color: #adabab;
}

.infozingle p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0px;
	line-height: 22px;
	color: #adabab;
	;padding: 0px;
}

.infozingle b {
	display: block;
	float: left;
	width: 95px;
	color: #adabab;
}

.infozingle a {
	color: #adabab;
}

.sinopc p {
	line-height: 25px;
	color: #adabab;
	padding: 5px;
}

.recom {
	float: left;
	width: 100%;
}

.recom ul li {
	padding-bottom: 0px;
	width: 20%;
	float: left;
	overflow: hidden;
	margin-bottom: 8px;
	margin: 0px;
}

.areagambar {
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}

.recom ul li .gambarcuk {
	position: relative;
	overflow: hidden;
	width: 140px;
}

.recom ul li .gambarcuk img {
	width: 140px;
	height: 185px;
	transform: scale(1.0);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in;
}

.recom ul li .gambarcuk a:hover h2.jdlflm {
	height: 65px;
	transition: .3s linear;
}

h2.jdlflm {
	color: #fff;
	bottom: 0px;
	background: rgba(17,17,17,0.63);
	width: 100%;
	font-weight: 500;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	height: 25px;
	transition: .3s linear;
	text-align: center;
}

h2.jdlflm a {
	color: #fff;
}

.venz ul li .thumb a:hover h2.jdlflm {
	height: 65px;
	transition: .3s linear;
}

.recom ul li .gambarcuk a:hover .ratec {
	background: rgb(0,173,255);
}

.ratec {
	position: absolute;
	z-index: 1;
	margin: 5px;
	background: rgba(0,0,0,0.69);
	padding: 4px;
	color: #fff;
	top: 0;
}

.recomx {
	overflow: hidden;
}

.recomx ul li {
	float: left;
	list-style: none;
	margin-right: 3px;
	margin-bottom: 10px;
}

.zeeb {
	overflow: hidden;
	float: left;
	width: 144px;
	margin-left: 1px;
	position: relative;
}

.zeeb img {
	width: 144px;
	height: 210px;
	border: 1px solid #000;
	padding: 1px;
}

.zeeb h2 {
	font-size: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 144px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 2px 2px;
	padding: 6px;
	background: rgba(0,0,0,0.61);
}

.zeeb a {
	color: #fff;
	text-decoration: none;
}

.inzserjdl {
	display: block;
	font-size: 14px;
	font-weight: 700;
	background: #006596;
	color: #fff;
	line-height: 30px;
	padding: 0 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inzser {
	padding: 10px;
	background: #222;
}

.inzser img {
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 10px;
}

.inzser .rapi {
	font-size: 11px;
	line-height: 18px;
	color: #aaa;
}

.inzser .rapi span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inzser .rapi b {
	color: #aaa;
}

.inzser .rapi a {
	color: #aaa;
}

.inzser .rapi .sinz {
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 168px;
}

.inzser .rapi .sinz p {
	margin: 0;
}

.socialshare a {
	padding: 3px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 70px;
	float: left;
	border-radius: 2px;
	margin-right: 5px;
}

.socialshare a:hover {
	text-decoration: none;
}

.socialshare {
	float: right;
	margin: 5px 10px;
}

.socialshare .sfb:hover {
	background: #1D459A;
	opacity: 1;
}

.socialshare .stw:hover {
	background: #0ea5e2;
	opacity: 1;
}

.socialshare .sgp:hover {
	background: #cc0404;
	opacity: 1;
}

.socialshare .sfb {
	background: rgba(0,65,204,0.65);
}

.socialshare .stw {
	background: #42c8ff;
}

.socialshare .sgp {
	background: #e60000;
}

.fsd {
	position: absolute;
	bottom: 7px;
	right: 3px;
	padding: 3px 3px;
	font-size: 10px;
	background: rgba(51,51,51,0.77);
	color: #eaeaea;
}

#wiburekomended {
	background: #fff;
	padding: 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: auto auto 15px;
	color: #999;
	max-width: 1035px;
}

#wiburekomended h2 {
	margin: 0;
	background: #000;
	float: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	padding: 7px;
	color: #ccc;
}

#wiburekomended a {
	margin-top: 0;
	font-size: 12px;
	color: #333;
	padding: 0px 7px;
	font-weight: 500;
	line-height: 27px;
}

#wiburekomended a:hover {
	text-decoration: underline;
}

.fjtime {
	background: #0065ad;
	padding: 2px;
	color: #fff;
	font-size: 11px;
}

.disqusmen {
	padding: 10px;
	margin: 10px 0px;
	background: #F2F2F2;
	border: 1px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.comment a {
	color: #51504a;
	text-decoration: none;
}

.commentlist li .avatar {
	float: left;
	background: #fff;
	margin-right: 10px;
	border: 3px solid #eee;
	border-radius: 99px;
	width: 42px;
	height: 42px;
}

.commentlist cite,.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #555;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 15px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
	float: right;
	font-size: 11px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	color: #444444;
}

h3#comments {
	padding: 0;
	margin: 10px 0 10px 0px;
	color: #555;
	font-size: 1.17em;
	font-family: arial;
	width: 100%;
}

#respond {
	margin: 0;
	padding: 0;
	color: #555;
	font-family: arial;
}

h3.respond {
	padding: 0;
	margin: 10px 0 10px 0px;
	color: #444444;
}

#respond h3 {
	font-size: 1.17em;
	width: 100%;
	padding: 0;
	margin: 10px 10px 10px 0px;
	color: #444444;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
	font-family: arial;
}

.commentlist li {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0px 0px 10px;
	padding: 10px;
	list-style: outside none none;
	border: 1px dotted #DDD;
	box-shadow: 1px 2px 3px #CCC;
}

.commentlist li ul li {
	background-color: #FFFFFF;
	margin-right: -5px;
	margin-left: 10px;
	margin-top: 10px;
	border: none;
	box-shadow: none;
}

.comment-author {
	min-height: 60px;
	border-bottom: 1px solid #CCC;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0 5px 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -44px 0px;
	display: block;
}

input {
	font-family: "Trebuchet MS";
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#author,#email {
	height: 25px;
	width: 200px!important;
	font-size: 14px;
	border: 2px solid #CCC!important;
	border-radius: 5px;
	padding: 13px 5px!important;
}

#cancel-comment-reply-link {
	font-size: 11px;
	margin: 0px 10px;
}

.comment-notes {
	display: none;
}

#commentform {
	margin: 5px 10px 25px 0;
}

textarea {
	width: 98%;
	height: 80px;
	border-radius: 5px;
	border: 2px solid #CCC;
	font-size: 15px;
	padding: 10px 5px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0px 0px 5px auto;
	float: right;
	background: #333;
	border: 1px solid #333;
	color: #eee;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	width: 130px;
}

.reply {
	width: 44px;
	padding: 2px;
	text-align: center;
	color: #888;
	border: 1px solid #DDD;
	background: #FAFAFA;
}

.reply a {
	color: #777;
}

.says {
	display: none;
}

.polarpost {
	padding: 2px 2px;
	background: #fff;
	display: inline-block;
	margin-bottom: 7px;
	width: 100%;
	box-shadow: 1px 1px 1em #ddd;
}

.polarpost:hover {
	background: #00adff;
	text-decoration: none;
	color: #fff;
}

.polarpost:hover h2,.polarpost:hover a {
	color: #fff;
}

.polarco {
	overflow: hidden;
	padding: 0px 3px;
}

.polarjdl {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px !important;
	color: #999;
	float: left;
}

.polarjdl h2 {
	font-size: 12px;
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
	color: #555;
}

.polarjdl a {
	color: #555;
	text-decoration: none;
}

.polarpostx {
	padding: 2px 2px;
	background: #fff;
	display: inline-block;
	margin-bottom: 7px;
	width: 100%;
	box-shadow: 1px 1px 1em #ddd;
}

.polarcox {
	overflow: hidden;
	padding: 0px 3px;
}

.polargambarx {
	float: left;
	margin: 0;
	margin-left: 5px;
}

.polargambarx img {
	width: 40px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 1px;
}

.polarjdlx {
	margin-bottom: 7px;
	margin-top: 2px;
	color: #006798;
	padding: 0px 5px;
}

.polarjdlx h2 {
	font-size: 13px;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 290px;
	color: #006798;
}

.polarjdlx a {
	color: #006798;
}

.genreser {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #777;
	padding: 0 5px;
}

.genreser a {
	color: #777;
}

.barusan {
	margin: 5px 0px;
	font-size: 12px;
}

.barusan a {
	color: #555;
}

ul#tabmenu {
	margin: auto;
	color: #999;
}

ul#tabmenu li {
	margin-right: 0px;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 20px;
}

ul#tabmenu li a {
	background: #0065ad;
	padding: 5px 9px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.53);
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

ul#tabmenu li a:hover {
	background: #333;
	text-decoration: none;
	color: #fff;
}

.yo {
	padding: 8px;
	background: #eaeaea;
}

.toolvid {
	padding: 7px;
	overflow: hidden;
}

.tagser {
	margin: 15px 0 5px;
	margin-top: 15px;
	font-size: 12px;
}

.tagser a {
	color: #333;
}

.tagser span {
	font-weight: bold;
	font-weight: 14px;
}

.episodesmoke {
	padding: 5px;
}

.tabcontents {
	margin-top: 10px;
	margin-bottom: 10px;
}

#embed_holder {
	position: relative;
	width: 100%;
	height: auto;
}

.player-embed {
	margin: auto;
}

.lightszone {
	overflow: hidden;
	margin-bottom: 3px;
}

#lightsVideo {
	position: relative;
	z-index: 102;
}

#switch {
}

#switch a:hover {
	text-decoration: underline;
}

.lightSwitcher {
	cursor: pointer;
	z-index: 101;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
}

.lightSwitcher:hover {
	text-decoration: underline;
}

.turnedOff {
	color: #fff;
}

#selectcog {
	padding: 6px 10px;
	background: #2a2a2a;
	width: 205px;
	font-size: 12px;
	font-family: "Droid Sans";
	border: 1px solid #444;
	color: #ccc;
	margin-right: 5px;
	border: 2px solid #0065ad;
}

option {
	padding: 5px;
	line-height: 20px;
	background: #333;
}

#switch a {
	color: #333;
}

#lightsoff {
	background: rgba(0,0,0,0.93);
	opacity: 0.99;
	filter: alpha(opacity=90);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.arealinker {
	background-color: #eaeaea;
	text-align: center;
	margin-bottom: 15px;
}

.arealinker a {
	color: #333;
}

.arealinker p {
	padding: 10px;
	color: #333;
	margin: 0 !important;
}

.dlbod {
	overflow: hidden;
	margin-top: -10px;
}

.name {
	background: #0065ad;
	padding: 7px;
	font-weight: bold;
	color: #fff;
}

#streamads {
	position: absolute;
	z-index: 9999;
	width: 100%;
}

.ads {
	width: 300px;
	position: relative;
	overflow: hidden;
	margin-top: 10%;
}

.tupads {
	background-color: #00adff;
	color: #FFF;
	font-size: 12px;
	padding: 8px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.47);
}

.adsv {
	background-color: #000;
	overflow: hidden;
	position: relative;
	max-width: 300px;
	max-height: 250px;
}

.daftarkartun {
	overflow: hidden;
}

.abjtext {
	padding: 0;
	text-align: center;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 10px;
}

.abjtext a {
	display: block;
	font-weight: 700;
	padding: 4px 0;
	width: 3.39%;
	color: #e2e0e0;
	font-size: 11px;
	float: left;
	margin: 1px;
	border: 1px solid #ccc;
}

.abjtext a:hover {
	border: 1px solid #777;
	text-decoration: none;
}

#abtext {
	overflow: hidden;
}

.bariskelom {
	position: relative;
	margin-bottom: 10px;
}

.barispenz {
	font-weight: 700;
	font-size: 15px;
	border-bottom: 2px solid #0065ad;
	margin-bottom: 5px;
	padding: 5px;
	text-transform: uppercase;
	position: relative;
}

.barispenz a {
	color: #e2e0e0;
}

.penzbar {
	line-height: 21px;
	list-style: none;
	color: #ccc;
}

.jdlbar {
	line-height: 21px;
	font-weight: 700;
	margin-right: 10px;
	float: left;
	width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jdlbar ul li {
	color: #666 !important;
}

.jdlbar a {
	font-size: 13px;
	color: #e2e0e0;
	font-weight: 500;
}

.jdlbar a:hover {
}

.episodelist {
	margin-top: 5px;
	margin-bottom: 15px;
}

.smokelister {
	font-size: 13px;
	margin-bottom: 0px;
	padding: 0px;
	overflow: hidden;
	background: #6e7aff;
}

.monkey {
	padding: 0 7px;
	line-height: 30px;
	width: 60px;
	text-align: center;
	margin-right: 1px;
	color: #ccc;
	float: left;
	display: block;
}

.monktit {
	padding: 0 7px;
	line-height: 30px;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-right: 1px;
	color: #fff;
	float: left;
	display: block;
}

h1.inforole {
	font-size: 13px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	padding: 5px;
	text-transform: uppercase;
	font-family: segoe ui;
}

.smokelister .monkeys {
	line-height: 30px;
	width: 129px;
	text-align: center;
	color: #fff;
	background: #ec4545;
	float: left;
	display: block;
}

.episodelist .smokelister .dlz {
	padding: 0;
	line-height: 30px;
	width: 95px;
	text-align: center;
	color: #ccc;
	float: left;
	display: block;
}

.episodelist ul {
	overflow: hidden;
	display: block;
}

.episodelist ul li {
	line-height: 30px;
	width: 100%;
	font-size: 11px;
	margin-bottom: 1px;
	overflow: hidden;
	display: inline-block;
	padding: 0px 5px;
	color: #c5c3c3;
}

.episodelist ul li:nth-child(2n+1) {
	background: #403c3c;
}

.episodelist ul li a {
	color: #c5c3c3;
	font-size: 13px;
}

.episodelist ul li a:hover {
	text-decoration: underline;
}

.episodelist ul li .monkey {
	width: 130px;
	display: block;
	text-align: center;
	overflow: hidden;
	background: #ca566f;
	position: relative;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: right;
	left: 7px;
}

.episodelist ul li .monktit {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	float: left;
}

.episodelist ul li .monktit:nth-child(odd) {
	background: #f1f1f1;
}

.episodelist ul li .monktit:nth-child(even) {
	background: #fafafa;
}

.episodelist ul li .monkeys {
	float: left;
	display: block;
	width: 120px;
	text-align: center;
	color: #333;
	font-size: 13px;
}

.episodelist ul li .dlv {
	float: left;
	display: block;
	width: 134px;
	text-align: center;
	padding: 0px 5px;
	background: #E5E8F0;
}

.episodelist ul li .dlv a {
}

.chivsrc {
	margin-top: 0px;
}

.chivsrc li {
	padding-bottom: 5px;
	overflow: hidden;
	margin-bottom: 8px;
	width: 48%;
	float: left;
	list-style: none;
	height: 145px;
	margin-right: 10px;
	color: #fff;
}

.chivsrc li img {
	float: left;
	width: 120px;
	height: 140px;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 1px;
}

.chivsrc li span {
	font-size: 12px;
	display: block;
	margin: 0px 0;
}

.chivsrc li .set p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	color: #333;
}

.chivsrc h2 {
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 5px;
}

.chivsrc a {
	color: #fff;
}

.chivsrc a:hover {
}

.set {
	line-height: 20px;
}

#sidebar {
	float: right;
	width: 30%;
}

.sinop {
	padding: 2px 10px;
}

.section {
	margin-bottom: 10px;
	overflow: hidden;
}

.section h3 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 8px;
	background: #333;
}

.aduh {
	margin: auto;
	padding: 5px 6px;
	background: #191616;
}

.aduh::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.aduh::-webkit-scrollbar-thumb {
	background-color: #00adff;
}

.aduh::-webkit-scrollbar-track {
	background-color: #eaeaea;
}

.aduh::-moz-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.aduh::-moz-scrollbar-thumb {
	background-color: #00adff;
}

.aduh::-moz-scrollbar-track {
	background-color: #eaeaea;
}

#sidebar .section .textwidget {
	padding-top: 5px;
	line-height: normal;
}

.tagcloud {
	line-height: 35px;
}

.tagcloud a {
	color: #666;
	background: #f1f1f1;
	padding: 7px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .2s linear;
	border-radius: 3px;
	margin-right: 1px;
	font-family: "Droid Sans";
}

.tagcloud a:hover {
	text-decoration: none!important;
	background: #0065ad;
	color: #fff!important;
	transition: .2s linear;
}

.responsive-embed-stream {
	position: relative;
	padding-bottom: 51%;
	padding-top: 44px;
	height: 0;
	overflow: hidden;
}

.responsive-embed-stream iframe,.responsive-embed-stream object,.responsive-embed-stream embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 1px;
}

#footzer {
	overflow: hidden;
	padding: 20px 0px;
	font-size: 13px;
	color: #bbb;
}

#footzer .center {
	position: relative;
	text-align: left;
	overflow: hidden;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0;
}

#footzer .stbwid {
	float: left;
	width: 30%;
	line-height: normal;
	margin: 8px 30px 15px 0;
}

#footzer .stbwid h3 {
	font-size: 14px;
	padding: 7px 0;
	margin-bottom: 5px;
	color: #999;
	border-bottom: 4px solid #333;
}

#footzer .stbwid ul {
	margin: 0;
}

#footzer .stbwid ul li {
	padding: 1px 0;
	margin: 0;
	font-size: 13px;
	line-height: 19px;
}

#footzer .stbwid ul li a {
	color: #bbb;
}

#footzer .stbwid ul li a:hover {
}

#footer {
	padding: 10px;
	background-position: bottom left;
	background-color: #121212;
	color: #ccc;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
	margin-top: 10px;
	border-top: 3px solid #00adff;
}

#footer .centermenu {
	overflow: hidden;
	text-align: center;
	border-top: 3px solid #353535;
	border-bottom: 1px solid #000;
	background: #2A2A2A;
}

#footer a {
	color: #BABABA;
}

#footer a:hover {
	text-decoration: underline;
}

#credit {
	overflow: hidden;
	color: #999;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding: 8px;
	background: #000;
	text-shadow: 1px 1px 1px #000;
	line-height: 20px;
}

#credit a {
	color: #999;
}

#footer .left {
}

#footer .left ul li {
	float: left;
	list-style: none;
}

.pagination {
	line-height: 28px;
	font-size: 14px;
	border-radius: 0 !important;
	font-weight: 600;
	display: block !important;
	margin: 0 auto !important;
	margin-top: 5px !important;
	text-align: center;
	margin-bottom: 10px;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	background: #0063a9;
}

.keyword {
	font-size: 12px;
	border-left: 3px solid #99C5EF;
	border-right: 3px solid #99C5EF;
	border-bottom: 3px solid #0f7ece;
	border-top: 3px solid #0f7ece;
	padding: 5px;
	height: 30px;
	line-height: 16px;
	overflow: auto;
	color: #d4cdcd;
	margin-bottom: 10px;
},.keying {
	font-size: 12px;
	border-left: 3px solid #99C5EF;
	border-right: 3px solid #99C5EF;
	border-bottom: 3px solid #EFCB99;
	border-top: 3px solid #EFCB99;
	padding: 5px;
	height: 30px;
	line-height: 16px;
	overflow: auto;
	color: #333;
},.subheading h2 {
	margin-bottom: 10px;
}

.info1 li span {
	margin-right: 5px;
}

.info1 li a {
	margin-right: 10px;
	color: #333;
	border-bottom: 1px solid #B8D2EB;
}

.info1 li a:hover {
	border-bottom: 1px solid #90ACC7;
}

.subheading h2 {
	font-size: 13px;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
	background: #bfbfbf;
	margin-bottom: 5px;
	color: #171616;
}

#recommend-anime-series {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
}

#recommend-anime-series .judul-recommend-anime-series {
	padding: 8px 5px;
	border-bottom: 2px solid #3598DB;
	background-color: #222222;
	color: #EEEEEE;
	text-align: center;
	display: block;
	overflow: hidden;
}

#recommend-anime-series .judul-recommend-anime-series h3.judul-konten {
	margin: 0;
}

#recommend-anime-series .isi-recommend-anime-series {
	display: block;
	overflow: hidden;
	padding: 10px 5px;
	background-color: #EEEEEE;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten {
	float: left;
	width: 20%;
	overflow: hidden;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten .gambar-konten {
	display: block;
	padding: 0 5px;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten .gambar-konten .isi-anime {
	display: block;
	padding: 3px 3px 0 3px;
	border: 1px solid #DDD;
	position: relative;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten .gambar-konten img {
	width: 100%;
	height: auto;
	min-height: 160px;
	max-height: 160px;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten .gambar-konten .judul-anime {
	position: absolute;
	padding: 7px 0;
	text-align: center;
	left: 0;
	cursor: pointer;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten .gambar-konten .judul-anime a {
	color: #FFF;
	display: block;
	overflow: hidden;
	padding: 0 5px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten .gambar-konten .judul-anime:hover {
	background-color: rgba(0,0,0,0.7);
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten .gambar-konten img:hover {
	opacity: .8;
}

#rekomendasi-anime-series {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
}

#rekomendasi-anime-series h4 {
	margin-bottom: 0px;
}

#rekomendasi-anime-series h4 {
	padding: 8px 5px;
	border-bottom: 2px solid #3598DB;
	background-color: #222222;
	color: #EEEEEE;
	text-align: center;
	display: block;
	overflow: hidden;
	font-size: 15px;
}

#rekomendasi-anime-series ul {
	overflow: hidden;
	padding: 10px 5px;
	width: 102%;
	background-color: #EEEEEE;
}

#rekomendasi-anime-series ul li {
	float: left;
	width: 18%;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-right: 6px;
	margin-left: 6px;
}

#rekomendasi-anime-series ul li .gambar-kontenku {
	display: block;
	padding: 0 5px;
}

#rekomendasi-anime-series ul li .gambar-kontenku .isi-animeku {
	display: block;
	padding: 3px 3px 0 3px;
	border: 1px solid #DDD;
	position: relative;
}

#rekomendasi-anime-series ul li .gambar-kontenku .isi-animeku .judul-animeku {
	position: absolute;
	padding: 7px 0;
	text-align: center;
	left: 0;
	cursor: pointer;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
}

#rekomendasi-anime-series ul li img {
	width: 100%;
	height: auto;
	min-height: 160px;
	max-height: 160px;
}

#rekomendasi-anime-series ul li p {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background: rgba(0,0,0,.48);
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	max-height: 90px;
	white-space: nowrap;
}

#rekomendasi-anime-series .judul-rekomendasi-anime-series {
	padding: 8px 5px;
	border-bottom: 2px solid #3598DB;
	background-color: #222222;
	color: #EEEEEE;
	text-align: center;
	display: block;
	overflow: hidden;
}

#rekomendasi-anime-series .judul-rekomendasi-anime-series h3.judul-konten {
	margin: 0;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series {
	display: block;
	overflow: hidden;
	padding: 10px 5px;
	background-color: #EEEEEE;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten {
	float: left;
	width: 20%;
	overflow: hidden;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten .gambar-konten {
	display: block;
	padding: 0 5px;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten .gambar-konten .isi-anime {
	display: block;
	padding: 3px 3px 0 3px;
	border: 1px solid #DDD;
	position: relative;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten .gambar-konten img {
	width: 100%;
	height: auto;
	min-height: 160px;
	max-height: 160px;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten .gambar-konten .judul-anime {
	position: absolute;
	padding: 7px 0;
	text-align: center;
	left: 0;
	cursor: pointer;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten .gambar-konten .judul-anime a {
	color: #FFF;
	display: block;
	overflow: hidden;
	padding: 0 5px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten .gambar-konten .judul-anime:hover {
	background-color: rgba(0,0,0,0.7);
}

#rekomendasi-anime-series .isi-rekomendasi-anime-series .isi-konten .gambar-konten img:hover {
	opacity: .8;
}

.sharing,h1.title1 {
	margin-bottom: 10px;
}

.sharing li div.sharecount {
	clear: both;
	text-align: center;
	display: block;
	background: #fff;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #ddd;
	color: #333;
	transition: .2s;
	white-space: nowrap;
	overflow: hidden;
}

.sharing li a {
	font-size: 13px;
	float: left;
	padding: 5px 10px;
	margin-right: 5px;
	background: #eee;
	border: 1px solid #ddd;
	color: #444;
	position: relative;
	transition: .1s;
}

.sharing li a span.fa {
	padding: 6px 10px;
	border-radius: 3px;
	background: #ddd;
}

.sharing li a:hover {
	color: #fff;
	border: 1px solid transparent;
}

.sharing li:nth-child(1) span.fa {
	color: #44B1E8;
}

.sharing li:nth-child(2) span.fa {
	color: #84D2F8;
}

.sharing li:nth-child(3) span.fa {
	color: #D54848;
}

.sharing li:nth-child(4) span.fa {
	color: #FF9393;
}

.sharing li:nth-child(1):hover a {
	background: #278FD5;
}

.sharing li:nth-child(2):hover a {
	background: #4DC3F2;
}

.sharing li:nth-child(3):hover a {
	background: #FF2424;
}

.sharing li:nth-child(4):hover a {
	background: #FF4646;
}

.li,ul {
	list-style: none;
	list-style-type: none;
	list-style-position: initial;
	list-style-image: initial;
}

.mirrorstream h3 {
	float: left;
	margin-right: 10px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
}

.mirrorstream ul {
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	color: #eee;
	text-decoration: none;
	display: inline-block;
	width: 32%;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	padding: 4px;
}

.mirrorstream li {
	display: none;
	cursor: pointer;
}

.mirrorstream li a {
	color: #fff;
}

.mirrorstream ul li:nth-child(2n+1) {
	background: #545655;
}

.mirrorstream span {
	font-size: 16px !important;
	line-height: 18px;
}

.socialshare a:hover {
	text-decoration: none;
	color: #fff;
}

.mirrorstream {
	overflow: hidden;
	margin-top: 10px;
}

.mirrorstream .m360p {
	background: #727679;
}

.mirrorstream .m480p {
	background: #2699d0;
	opacity: 1;
}

.mirrorstream .m720p {
	background: #b93535;
	opacity: 1;
}

.mirrorstream .shre {
	float: right;
	background: #198ef3;
	color: #fff;
	font-size: 13px !important;
	padding: 6px;
	border-radius: 3px;
	text-align: center;
}

.gantol {
	margin-bottom: 10px;
}

.gantol h3 {
	padding: 5px 0;
	color: #333;
	margin-bottom: 7px;
	border-bottom: 3px solid #444;
	position: relative;
	font-size: 13px;
}

.gantol h3:after {
	width: 70%;
	border-bottom: 3px solid #7b7bfb;
	content: "";
	bottom: -3px;
	right: 0;
	position: absolute;
}

.tutupx {
	-border-left: 4px solid rgba(255,131,70,0.89);
	border-left-width: 4px;
	border-left-style: solid;
	-border-left-color: rgba(255,131,70,0.89);
	padding-left: 7px;
	padding-bottom: 7px;
	transition: .3s;
}

.download {
	margin-bottom: 10px;
	font-size: 13px;
}

.download p {
	color: #333;
}

.download h4 {
	font-size: 13px;
	padding: 5px;
	background: #ff8346;
	color: #fff;
	border-left: 5px solid #47516E;
}

.download li {
	margin-bottom: 3px;
	display: block;
}

.download a {
	padding: 0 13px 0 10px;
	color: #2168B0;
	border-right: 1px dashed #377BC0;
}

.download a:visited {
	color: #E1933F;
}

.download ul {
	margin: 5px 0;
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #e5e5e5;
}

.download strong {
	background: #ff8346;
	padding: 5px 5px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

.download blockquote strong {
	border-right: 5px solid #5B6DA5;
	color: #fff;
}

.download blockquote h4 {
	border-bottom: 5px solid #47516E;
	margin-bottom: 5px;
}

.download blockquote {
	border-bottom: 3px solid #ABB6D7;
	padding-bottom: 15px;
	margin: 0 0 15px;
}

.download iframe {
	width: 100%;
	height: auto;
	border: none;
}

.download b,.download h3 {
	border-radius: 3px;
	color: #fff;
}

.download h3 {
	padding: 5px;
	font-size: 13px;
	margin: 10px 0;
	background: #ff8346;
	border-left: 5px solid #47516E;
}

.download b {
	padding: 4px;
	background: #529AC6;
	font-size: 11px;
	margin-left: 10px;
}

.boxdownload2 li a {
	border-right: none;
}

.boxdownload2 li {
	float: left;
	width: 32.3%;
	margin-right: 1%;
	line-height: 25px;
}

ul.boxdownload2 {
	border: none;
	background: #fff;
	overflow: hidden;
}

.boxdownload2 b {
	text-align: center;
	width: 80px;
	background: #F45555;
	display: inline-block;
	color: #fff;
}

.download i {
	background: #ff8346;
	display: inline-block;
	padding: 5px 6px;
	text-align: center;
	color: #fff;
}</p>@media screen and (max-width:1170px) {
	.fixing1 .shabjad{left: 0;
}}

@media screen and (max-width:990px) {
	.downloadanime {
		text-align: center;
	}

	.downloadanime strong {
		width: 90%;
		margin: 5px auto;
	}

	.downloadanime a {
		line-height: 30px;
	}

	.footerwidget h3 {
		font-size: 16px;
	}

	.about p {
		font-size: 14px;
	}

	.tableinfo {
		overflow: visible;
	}

	.coverthumbnail2 {
		float: none;
		margin: auto;
	}

	.tableinfo h5 {
		font-size: 15px;
	}

	.lettergroup li {
		width: 100%;
	}

	.downloadbaru li em {
		position: static;
		display: block;
		height: 25px;
		text-align: center;
		line-height: 25px;
		border-radius: 3px;
		width: 80px;
		margin: 3px auto;
	}

	.tambsingle li {
		display: inline-block;
	}

	.tambsingle li a {
		float: none;
	}

	.tambsingle li.ongosing,.tambsingle li.harsing {
		float: none;
		display: block;
	}
}

@media screen and (max-width:340px) {
	.sharing li {
		white-space: nowrap;
		overflow: hidden;
	}

	.trailer iframe {
		height: 250px;
	}

	.liveaction {
		width: 100%;
		margin-right: 0;
	}

	.info {
		clear: both;
	}

	.sticky .thumbnail {
		height: 200px;
	}
}

.alert {
	padding: 15px;
	margin-bottom: 21px;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #3fb618;
	border-color: #4e9f15;
	color: #ffffff;
}

.alert-success hr {
	border-top-color: #438912;
}

.alert-success .alert-link {
	color: #e6e6e6;
}

.alert-info {
	background-color: rgba(255,131,70,0.89);
	border-color: #0505bf;
	color: #ffffff;
}

.alert-info hr {
	border-top-color: #693c96;
}

.alert-info .alert-link {
	color: #e6e6e6;
}

.alert-warning {
	background-color: #ff7518;
	border-color: #ff4309;
	color: #ffffff;
}

.alert-warning hr {
	border-top-color: #ee3800;
}

.alert-warning .alert-link {
	color: #e6e6e6;
}

.alert-danger {
	background-color: #ff0039;
	border-color: #f0005e;
	color: #ffffff;
}

.alert-danger hr {
	border-top-color: #d60054;
}

.alert-danger .alert-link {
	color: #e6e6e6;
}

.data {
	margin-bottom: 8px;
	position: relative;
	right: 10px;
}

.totalepisode {
	position: absolute;
	right: 0;
	top: 0;
	width: 135px;
}

.total {
	font-size: 27px;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	font-family: 'Open sans',sans-serif;
	background: #FFF;
}

.total a {
	color: #222;
}

.totalepisode h5 {
	border-bottom: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 1px;
	background: #313B42;
	color: #FFF;
}

.totalepisode h6 {
	margin: 0;
	font-size: 12px;
	font-family: 'Open sans',sans-serif;
	text-align: center;
	padding: 3px 0;
	background: #ff8346;
	color: #FFF;
}

.thumbnail {
	border-bottom: 3px solid #ff8346;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 11px;
}

.thumbnail img {
	width: 100%;
	height: 400px;
	padding: 4px;
	margin-top: 0;
	border-radius: 0;
	background: #000000;
}

.cover {
}

.cover img {
	width: 100%;
	height: 400px;
	padding: 4px;
	margin-top: 0;
	border-radius: 0;
	background: #000000;
}

.coverthumbnail {
	padding-left: 25px;
}

.coverthumbnail img {
	width: 175px;
	height: 255px;
	padding: 4px;
	margin-top: 0;
	border-radius: 0;
	background: #ff8346;
	position: absolute;
	bottom: -40px;
}

.info table {
	font-size: 12px;
	width: 100%;
}

.infoku {
}

.infoku table {
	font-size: 12px;
	width: 100%;
}

.infoku tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.infoku tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	margin-bottom: 1px;
}

.infoku .tablex {
	width: 20%;
	border-left: 5px solid #ff8346;
	border-bottom: 1px solid #ccc;
}

.infoku table td {
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.infoku table td a {
	color: #fff;
	background: #ff8346;
	padding: 2px 4px;
	border-radius: 3px;
	transition: .2s;
	margin-right: 3px;
}

.infoku h4 {
	padding: 4px 0 10px;
	border-bottom: 3px solid #ff8346;
	margin-bottom: 10px;
	color: #333;
	font-size: 15px;
}

.atas {
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 4px solid #ff8346;
	font-size: 15px;
}

.atas h1 {
	font-size: 15px;
	color: #333;
}

.review {
	text-align: justify;
	font-size: 13px;
	margin: 10px 0;
	background: #ff8346;
	border: 3px solid #000;
	padding: 10px;
	line-height: 23px;
}

.isireview {
	text-align: justify;
	font-size: 13px;
	margin: 10px 0;
	background: #ff8346;
	border: 3px solid #000;
	padding: 10px;
	line-height: 23px;
	color: #fff;
}

.infodate {
	margin-bottom: 7px;
	float: right;
}

.infodate li,ul {
	list-style: none;
}

.infodate li {
	font-size: 12px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 3px;
	color: #333;
	margin-right: 3px;
	float: left;
}

.infodate li span {
	margin-right: 5px;
}

.linken {
	margin-bottom: 7px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #5690C6;
	padding: 7px 0;
	position: relative;
}

.linken li,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.linken li {
	transition: 0.2s;
}

.linken li a {
	float: left;
	display: inline-block;
	padding: 0 7px;
	color: #333;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 3px;
	height: 30px;
	line-height: 30px;
}

.linken i {
	display: none;
}

.linken li.harsing {
	background: #6EDF4C;
	padding: 0 7px;
	position: relative;
}

.linken li.ongosing {
	background: rgba(55,52,255,0.51);
	padding: 0 7px 0 0;
	border: 1px solid:#000;
}

.linken li.ongosing b {
	color: #fff;
	background: #ff8346;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding: 0 7px;
	margin-right: 5px;
}

.linken li.ongosing,.linken li.harsing {
	display: inline-block;
	font-size: 13px;
	float: right;
	margin-right: 3px;
	line-height: 30px;
	height: 30px;
}

.infokus3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.kontent {
	text-align: justify;
	font-size: 13px;
	margin: 10px 0;
	background: #ff8346;
	padding: 10px;
	line-height: 23px;
	color: #fff;
}

.kontent h4 {
	border-bottom: 3px solid #000000;
	margin-bottom: 10px;
	color: #333;
	font-size: 15px;
}

.downloadanime {
}

.downloadanime h4 {
	font-size: 13px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-align: center;
	background: #f9f9f9;
	margin-bottom: 5px;
}

.downloadanime h3 {
	padding: 5px;
	font-size: 13px;
	margin: 10px 0;
	background: #ff8346;
	border-left: 5px solid #47516E;
	color: #fff;
}

.downloadanime ul {
	margin: 5px 0;
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #e5e5e5;
}

.downloadanime li {
	margin-bottom: 3px;
	display: block;
}

.downloadanime strong {
	background: #ff8346;
	padding: 5px 5px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

.downloadanime i {
	background: #ff8346;
	display: inline-block;
	padding: 5px 6px;
	text-align: center;
	color: #fff;
}

.downloadanime a {
	padding: 0 13px 0 10px;
	color: #2168B0;
	border-right: 1px dashed #377BC0;
}

.downloadanime a:visited {
	color: #E1933F;
}

.penutupan {
}

.penutupan h4 {
	padding: 5px 0;
	color: #333;
	margin-bottom: 7px;
	border-bottom: 3px solid #444;
	position: relative;
	font-size: 13px;
}

.penutupan p {
	border-left: 4px solid rgba(255,131,70,0.89);
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: rgba(255,131,70,0.89);
	padding-left: 7px;
	padding-bottom: 7px;
	transition: .3s;
}

.sharer {
}

.sharer h4 {
	font-size: 13px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-align: center;
	background: #f9f9f9;
	margin-bottom: 5px;
}

.pagekeyword {
	margin-bottom: 10px;
}

.pagekeyword h4 {
	font-size: 13px;
	color: #333;
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.pagekeyword h4 span {
	color: #FF7D1F;
}

.keywordku {
	font-size: 12px;
	border-left: 3px solid #99C5EF;
	border-right: 3px solid #99C5EF;
	border-bottom: 3px solid #EFCB99;
	border-top: 3px solid #EFCB99;
	padding: 10px;
	height: 30px;
	line-height: 16px;
	overflow: auto;
	color: #333;
}

.subheading2 {
}

.subheading2 h2 {
	font-size: 13px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-align: center;
	background: #f9f9f9;
	margin-bottom: 15px;
	margin-top: 50px;
}

.musim {
	color: #fff;
	background: #559BF7;
	padding: 2px 4px;
	border-radius: 3px;
	transition: .2s;
	margin-right: 3px;
}

.tags {
	margin-bottom: 10px;
	margin-top: 10px;
}

.tags a {
	background: #ff8346;
	padding: 5px 5px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

.tags h4 {
	background: #ff8346;
	padding: 5px 5px;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 14px;
}

.tags li {
	list-style: none;
	display: inline-block;
}

@media screen and (max-width:540px).linken {
	text-align:center;
}

.totalepisode h6 a {
	color: #fff;
}

@media only screen and (max-width:720px) .kiri {
	float:left;width:100%;
}

@media only screen and (max-width:520px) .kiri {
	float:left;width:100%;
}

@media only screen and (max-width:320px) .kiri {
	float:left;width:100%;
}

.yondarkness-box {
	background-color: #4a4848;
	font-family: Arial,Tahoma,'Lucida Sans Unicode','Lucida Grande';
	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 20px;
	outline: 0px;
	overflow: hidden;
	padding: 20px;
	vertical-align: baseline;
	width: 100%;
}

.yondarkness-title {
	background-color: #444446;
	background-position: 7px 6px;
	background-repeat: no-repeat no-repeat;
	border: 1px;
	color: #ffffff;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px;
	outline: 0px;
	padding: 10px 0px 10px 0px;
	vertical-align: baseline;
	width: 100%;
}

.yondarkness-item {
	background-color: #ffffff;
	background-position: 7px 6px;
	background-repeat: no-repeat no-repeat;
	border: 0px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 2px;
	outline: 0px;
	padding: 10px 0px 10px 0px;
	vertical-align: baseline;
	width: 100%;
}

.anime-box {
	background-color: #4a4848;
	font-family: Arial,Tahoma,'Lucida Sans Unicode','Lucida Grande';
	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 20px;
	outline: 0px;
	overflow: hidden;
	padding: 20px;
	vertical-align: baseline;
	width: 100%;
}

.anime-title {
	background-color: #444446;
	background-position: 7px 6px;
	background-repeat: no-repeat no-repeat;
	border: 1px;
	color: #ffffff;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px;
	outline: 0px;
	padding: 10px 0px 10px 0px;
	vertical-align: baseline;
	width: 100%;
}

.anime-item {
	background-color: #ffffff;
	background-position: 7px 6px;
	background-repeat: no-repeat no-repeat;
	border: 0px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 2px;
	outline: 0px;
	padding: 10px 0px 10px 0px;
	vertical-align: baseline;
	width: 100%;
}

.carousel {
	margin: 0 15px 5px;
	height: 200px;
	overflow: hidden;
}

.carousel-cell {
	width: 14%;
	height: 200px;
	margin-right: 10px;
	counter-increment: carousel-cell;
}

.carousel-cell img {
	width: 100%;
	height: 200px;
}

.carousel-cell:before {
	display: block;
	text-align: center;
	line-height: 200px;
	font-size: 80px;
	color: #fff;
}

.skoranime {
	left: 0;
	background: #F14F4F;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	border-radius: 0 4px 4px 0;
	z-index: 1;
	padding: 5px 7px;
	color: #fff;
	opacity: .8;
	position: absolute;
	top: 50%;
	font-size: 12px;
}

.pagenavix {
}

.pagenavix a {
	padding: 4px 8px;
	color: #666;
	font-size: 13px;
	background: #f1f1f1;
	margin: 2px;
}

.pagenavix span {
	padding: 4px 8px;
	color: #666;
	font-size: 13px;
	background: #f1f1f1;
	margin: 2px;
}

.newnime {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.63);
	color: #fff;
	padding: 4px;
	font-size: 10px;
	transform: translate(0,130%);
}

.odads {
}

.odads img {
	max-width: 323px;
	height: auto;
}

@media only screen and (max-width:800px) {
	#menu {
		width: 100%;
	}

	#abtext.jdlbar {
		width: 96%;
	}

	#cssmenu > ul > li {
		width: 50%;
	}

	#sidebar,.search#footzer .center,#footer,#wiburekomended,#venkonten,#header,#dsx,.venser,.venutama,.centerz,.center,.arealinker,.fb-comments,.dsx,#iklan {
		width: 100% !important;
	}

	.recomx {
		display: none;
	}

	#menu .search {
		float: none;
		position: unset;
		bottom: 38px;
		right: 10px;
	}

	.search {
		display: block;
		overflow: hidden;
		background: #171717;
		padding: 1px 1px 30px 10px;
		float: none;
		position: unset;
		padding: 1px 1px 30px 10px;
	}

	#menu .search #form {
		width: 100%;
	}

	#menu .search #form #s {
		width: 95%;
	}

	.leftz {
		display: none;
	}

	.chivsrc li {
		float: none;
		width: 100%;
	}{	width:100%;
}

.footercada {
	width: 100%;
	text-align: center;
}

#footzer .stbwid {
	width: 100%;
	margin: auto !important;
}

.zeebs,.zeebz img,.zeebz {
	width: 174px;
}

.zeebr {
	width: 168px;
}

.monktit {
	599px !important;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten {
	width: 33.333333333333336%;
}

.rapizatas {
	display: none;
}}

@media only screen and (max-width:760px) {
	.infozingle {
		width: 100%;
	}

	.fotoanime img {
		width: 30%;
		height: auto;
		float: none;
		display: block;
		margin: auto;
	}
}

@media only screen and (max-width:540px) {
	.sharing li {
		width: 48%;
		margin-bottom: 2%;
		margin-right: 2%;
		float: left;
	}

	.sharing li a {
		width: 155px;
	}

	.sharing li div.sharecount {
		width: 124px;
	}

	.kategoz {
		font-size: 13px;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		max-width: 220px;
		height: auto;
	}

	.menux ul li a {
		color: #fff;
		padding: 10px 10px;
		font-weight: 600;
		font-size: 11px;
		z-index: 2;
		display: inline-block;
	}

	.headadsku {
		float: right;
		width: 100%;
		height: 100%;
		position: relative;
		margin-top: 12px;
	}

	.headadsku img {
		width: 100%;
	}

	.rseries .rapi .venz ul li {
		width: 31%;
	}
}

@media only screen and (max-width:480px) {
	.zeebzr,.zeebsr,.zeebz,.zeebs {
		width: 163px;
		!important;
	}

	.zeebzr img,.zeebsr img,.zeebz img,.zeebs img {
		width: 163px;
		!important;
	}

	.zeebzr img {
		width: 152px;
		height: 200px;
	}

	.rseries .rapi .venz ul li .thumb {
		width: 100%;
	}

	.rseries .rapi .venz ul li,.recom ul li {
		width: 47% !important;
	}

	.navbar {
		margin-bottom: 0 !important;
	}

	.lexot li {
		margin-left: 0;
	}{	width:100%;
}

.abjtext a {
	width: 10% !important;
}

.zeebr {
	width: 154px !important;
}

.rseries .rapi .venz ul li {
	width: 100%;
}

.recomx {
	display: none;
}

.episor,.episox {
	width: 100%;
}

.episox {
	top: 25px;
}

#todaymenu {
	display: none;
}

.flir {
	float: none;
}

.flir a {
	padding: 5px 2px !important;
}

.socialshare a {
	display: inline;
}

.infozingle p {
	float: none;
	width: 100%;
}

.rseries .rapi .venz ul li .thumb a:hover span.watcher {
	width: 155px !important;
}

#recommend-anime-series .isi-recommend-anime-series .isi-konten {
	width: 50%;
}

.cukder img {
	width: 45%;
	height: auto;
	float: none;
	display: block;
	margin-left: 25%;
}

@media only screen and (max-width:320px) {
	.zeebzr,.zeebsr,.zeebz,.zeebs {
		width: 135px;
		!important;
	}

	.zeebzr img,.zeebsr img,.zeebz img,.zeebs img {
		width: 135px;
		!important;height: 170px !important;
	}

	.thumbz#selectcog {
		width: 160px;
	}

	.zeebr {
		width: 127px !important;
	}

	#recommend-anime-series .isi-recommend-anime-series .isi-konten {
		width: 50%;
	}

	.sharing li div.sharecount {
		width: 124px;
	}

	.fotoanime img {
		width: 50%;
	}
}
