@import 'https://fonts.googleapis.com/css?family=Kanit';
* {
	font-size: 16px;
}
body {
	font-family:kanit,sans-serif;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
a, a:hover {
	text-decoration: none;
}
@media (min-width: 768px){
	.main-ads{ max-width: 720px; }
}
@media (max-width: 768px) {
	.no-mobile { display: none; }
}
.sr-header{
	min-height: 8rem;
	background: url(https://i.imgur.com/iLT5Hmf.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.table-episode a {
	display:block;
	text-decoration:none;
}
#manga-content img {
	width: 100%;
	height: auto;
}
.manga-content img {
	width: 100%;
	height: auto;
}
.no-padding {
	padding: 0;
}
.main-logo {
	margin-top: 0.5rem;
}
.main-ads{
	margin-top: 1rem;
	border: 2px solid #222;
	border-radius: 5px;
}
.sub-navbar{
	min-height: 2.5rem;
	margin-bottom: 1rem;
}
.card {
	margin-bottom: 1rem;
}
footer{
	min-height: 3rem;
	padding: .7rem 0rem;
	clear: both;
	position:relative;
	font-size: 12px !important;
		bottom:0;
		width:100%;
}
.card-body {
	padding: 0.5rem;
}
.sr-card-body {
	padding: 1rem !important;
}
.card-body > .sr-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.card-body > .sr-title-sm {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.card-body > span {
	font-size: 14px;
	display: block;
}
.card-body > small {
	font-size: 12px;
	color: #999;
}
.sr-title-header {
	font-size: 18px;
	padding: .2rem .1rem;
	border-bottom: 1px solid #ccc;
}
a[class="card mb-3"]:hover {
	text-decoration: none;
}
.sr-title-series {
	font-size: 22px;
	padding: .2rem .1rem;
	border-bottom: 1px solid #ccc;
}
.sr-detail > div {
	display: block;
}
.sr-post-header {
	margin-bottom: .5rem;
}
.sr-post-header > small {
	color: #999;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color:#3b5998
}
.btn-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color:#3b5998
}
.btn-facebook.focus, .btn-facebook:focus {
    box-shadow: 0 0 0 .2rem rgba(59,89,152, .5)
}
.btn-facebook.disabled, .btn-facebook:disabled {
    background-color: #3b5998;
    border-color:#3b5998
}
.btn-facebook: not([disabled]):not(.disabled).active, .btn-facebook:not([disabled]):not(.disabled):active, .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #3b5998;
    border-color:#3b5998;
    box-shadow: 0 0 0 .2rem rgba(59,89,152, .5)
}
.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color:#1da1f2
}
.btn-twitter:hover {
    color: #fff;
    background-color: #1da1f2;
    border-color:#1da1f2
}
.btn-twitter.focus, .btn-twitter:focus {
    box-shadow: 0 0 0 .2rem rgba(29,161,242, .5)
}
.btn-twitter.disabled, .btn-twitter:disabled {
    background-color: #1da1f2;
    border-color:#1da1f2
}
.btn-twitter: not([disabled]):not(.disabled).active, .btn-twitter:not([disabled]):not(.disabled):active, .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #1da1f2;
    border-color:#1da1f2;
    box-shadow: 0 0 0 .2rem rgba(29,161,242, .5)
}
.login-credit {
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
.title_th {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.inz-img-top {
	border-radius: 76px;
	border: 3px solid #222;
	width: 76px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.manga-ep {
	transition: all .1s ease-in-out;
	line-height: 20px;
}
.manga-ep:hover {
	background: #007bff;
	color: #fff;
}
.nav-ep {
	background-color: #eee;
}
.search-bar {
	width: 100%;
	background-color: #eee;
	color: #999;
	height: 0;
	transition: all .2s ease-in-out;
}
.search-box {
	width: 90%;
	margin: 10px 0;
	padding: 5px;
	border:none;
	border-bottom: 1px solid #ccc !important;
	background: transparent;
}
.search-text {
	cursor: pointer;
}
.inz-col{height:270px; overflow:hidden}
.inz-a:hover .inz-img-thumbnail{opacity:.6}
.inz-a:hover .inz-thumbnail-title-box{margin-top:0}
.no-underline{text-decoration:none!important}
.inz-img-thumbnail{width:100%;height:270px;padding:0;border:1px solid rgba(0, 0, 0, 0.8);background-color:transparent;border-radius:0;max-width:100%;transition:opacity .2s ease-in-out}
.inz-thumbnail-title-box{height:70px;padding:2px 5px;color:#fff;background-color:rgba(0, 0, 0, 0.8);position:relative;margin-top:-70px;transition:all .2s ease-in-out}
.inz-thumbnail-title-box>.inz-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px}
.inz-thumbnail-title-box>.inz-title-sm{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:14px;}
.inz-thumbnail-title-box>.inz-detail{color:#ccc;font-size:12px !important}
.inz-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
.ads-fixed {
	position: fixed;
	top: 80px;
}
.ads-left{
	left: 10px;
}
.ads-right{
	right: 10px
}
.ads-close {
	cursor: pointer;
}
.manga-content {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.manga-content::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}