@font-face{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Roboto-Regular.eot);src:local('Roboto Regular'),
	local('Roboto-Regular'),
	url(../fonts/Roboto-Regular.eot) format('embedded-opentype'),
	url(../fonts/Roboto-Regular.woff) format('woff');
}
@font-face{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/RobotoCondensed-Regular.eot);src:local('Roboto Condensed Regular'),
	local('RobotoCondensed-Regular'),
	url(../fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'),
	url(../fonts/RobotoCondensed-Regular.woff) format('woff');
}
@font-face{
	font-family: 'Noticia Text';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NoticiaText-Regular.eot);src:local('Noticia Text'),
	local('NoticiaText-Regular'),
	url(../fonts/NoticiaText-Regular.eot) format('embedded-opentype'),
	url(../fonts/NoticiaText-Regular.woff) format('woff')
}
@font-face{
	font-family: 'Patrick Hand';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/PatrickHand-Regular.eot);src:local('Patrick Hand'),
	local('PatrickHand-Regular'),
	url(../fonts/PatrickHand-Regular.eot) format('embedded-opentype'),
	url(../fonts/PatrickHand-Regular.woff) format('woff')
}

body {
    background: #f4f4f4;
    color: #4E4E4E;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0px;
}
section, artilce, header, footer, aside {
	display: block;
}
img {
	max-width: 100%;
}
.media-left img
{
	max-width: none;
}
* {
	outline: none !important;
}
a, 
a:hover,
a:focus {
    color:#4E4E4E
}
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}
@media (min-width: 991px) {
	.sidebar {
		width: 28%;
	}
	.content {
		width: 72%;
	}
}
#body_chapter {
    background-image:none;
    background-color:#F4F4F4
}
#navigation {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #14425D;
}
#navigation .glyphicon-list {
    margin-right:5px;
}
#navigation li:nth-child(2) .dropdown-menu li {
	width: 33.3333%;
	float: left;
}
#navigation li:nth-child(2) .dropdown-menu {
    width: 360px;
}
.navbar-user {
	margin-top: 9px;
	margin-left: 10px
}
.search-input,
.btn-search {
	height: 35px; 
}
/*------------------------------
breadcrumb
------------------------------*/
.navbar-breadcrumb {
	background: rgb(234, 239, 242) none repeat scroll 0 0;
	border-top: 1px solid #476171;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}
.breadcrumb {
	font-family:'Roboto Condensed';
	background: transparent;
	height: 30px; line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li.active {
	color: #8d8d8d;
}
.breadcrumb li i {
	margin-right: 3px;
}
/*------------------------------
logo
------------------------------*/
.header-logo {
    margin-top: 5px;
	margin-right: 20px;
	line-height: 1;
}
.header-logo img {
	height: 30px;
}
/*------------------------------
section
------------------------------*/
.section {
	background: transparent;
	margin-bottom: 20px;
}
.section-header {
	border-bottom: 1px solid #ccc;
}
.section-header:before,
.section-header:after {
	content: ' ';
	display: table;
	clear: both;
}
.section-header .link {
	display: block;
	float: left;
	color: inherit;
}
.section-header .link:hover,
.section-header .link:focus {
	color: #31708f;
}
.section-header h2 {
	line-height: 40px;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	border-bottom: 1px solid #4e4e4e;
	margin: 0 5px -1px 0;
}
.section-header i {
	line-height: 40px;
	font-size: 16px;
}
.section-header .form-control {
	float: right;
	width: auto;
	height: 40px; line-height: 40px;
	background: #f4f4f4;
	border: 0; 
	border-bottom: 1px solid #4e4e4e;
	color: #4e4e4e;
	font-size: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: -1px;
}
/*------------------------------
hot comic
------------------------------*/
.group-hot-comic {
	margin-left: -7px;
	margin-right: -7px;
}
.hot-comic {
	width: 12.5%;
	float: left;
	padding: 14px 7px 0;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.hot-comic:hover {
	transform: scale(1.1);
}
.hot-comic:first-child {
	width: 25%;
}
.hot-comic a {
	display: block;
	position: relative;
}
.hot-comic .image {
	width: 100%;
	-webkit-box-shadow: 0 1px 2px #b5b5b5;
	-moz-box-shadow: 0 1px 2px #b5b5b5;
	box-shadow: 0 1px 2px #b5b5b5;
}
.hot-comic .name {
	position: absolute; z-index: 10;
	left: 0; right: 0; bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #f4f4f4;
	font-family: "Roboto Condensed"; font-size: 12px;
	text-align: center;
	text-shadow: 1px 2px 2px #000;
	padding: 5px 5px;
	margin: 0;
}
.full-label {
	background: transparent url('../images/full-label.png') no-repeat;
	display: block;
	position: absolute; z-index: 11;
	bottom: 10px;
	height: 50px;
	width: 34px;
	margin-left: -7px;
}
@media (max-width: 991px) {
	.hot-comic {
		width: 16.6666%;
	}
	.hot-comic:first-child {
		width: 16.6666%;
	}
}
@media (max-width: 768px) {
	.hot-comic {
		width: 25%;
	}
	.hot-comic:first-child {
		width: 25%;
	}
}
@media (max-width: 480px) {
	.hot-comic {
		width: 33.3333%;
	}
	.hot-comic:first-child {
		width: 33.3333%;
	}
}
@media (max-width: 360px) {
	.hot-comic {
		width: 50%;
	}
	.hot-comic:first-child {
		width: 50%;
	}
}
/*------------------------------
table comic
------------------------------*/
.table-comic {
	width: 100%;
}
.table-comic tbody > tr > td {
	border-top: 0;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	max-width: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.table-comic tbody > tr > td:first-child {
	border-left: 0;
}
.table-comic .name {
	width: 42%;
}
.table-comic .name h5 {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	margin: 0px;
}
.table-comic .name i {
	position: absolute;
	top: 3px; left: 0;
	font-size: 14px;
	color: #8c8c8c;
}
.table-comic .chapter a {
	color: #326094;
}
.table-comic .category,
.table-comic .chapter {
	width: 22%;
}
.table-comic .category a {
	color: #888;
}
.table-comic .release {
	width: 14%;
	color: #888;
}
.table-read-comic .name {
	width: 64%;
}
.table-read-comic .chapter {
	width: 36%;
}
@media screen and (max-width: 991px) {
	.table-comic .category,
	.table-comic .release {
		display: none;
	}
}
.fixed-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
.fixed-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.full-comic {
	padding: 10px;
}
.full-comic .image {
	margin-bottom: 5px;
}
.full-comic .name {
	font-size: 16px; font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0px;
}
.full-comic .comic-chapter a {
	color: #fff;
}
.full-comic .comic-chapter a:hover {
	text-decoration: none;
}

.comic-detail {
	padding: 30px 0 0;
	margin-bottom: 10px;
}
.comic-detail .wrap-image {
	position:relative;
	transform:perspective(300px) rotateY(-3deg);
	-moz-perspective:300px;
	-moz-transform:rotateY(-3deg);
	-webkit-transform:perspective(300) rotateY(-3deg);
	outline:1px solid transparent;
	box-shadow:5px 5px 20px #333;
	display:inline-block;
	margin-bottom: 40px;
}
.comic-detail .wrap-image .image {
	position:relative;
	vertical-align:middle;
	border:1px solid #5a2d18;
}
.comic-detail .wrap-image:before,
.comic-detail .wrap-image:after {
	position:absolute;
	top:2%;
	height:96%;
	content:' ';
	z-index:-1
}
.comic-detail .wrap-image:before {
	width:100%;
	left:7.5%;
	background-color:#5a2d18
}
.comic-detail .wrap-image:after {
	width:5%;
	left:100%;
	background-color:#EFEFEF;
	box-shadow:inset 0px 0px 5px #aaa;
	transform:perspective(300px) rotateY(20deg);
	-moz-transform:rotateY(20deg);
	-webkit-transform:perspective(300) rotateY(20deg)
}

.info-holder {
	padding-left: 0;
}
.info-holder .info {
    border-right: 1px solid #ddd;
    font-family: "Roboto Condensed",sans-serif; font-size: 13px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 5px;
}
.info-holder .info div {
    margin: 0 0 5px;
}
.info-holder .info h3 {
    font-size: 13px; font-weight: bold;
    margin-right: 5px;
	display: inline-block;
}
.desc {
	text-align: center;
}
.desc h3.title {
	border-bottom: 2px solid #ddd;
	font-family: "Roboto Condensed",Tahoma,sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 15px 7px;
	text-transform: uppercase;
	display: inline-block;
}
.desc .desc-text {
	font-family: "Arial",sans-serif;
	font-size: 12px;
	height: 204px;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
}
.desc .l-chapter {
	text-align: left;
}
.l-chapter .l-title {
	border-bottom: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	width: 100%;
}
.l-chapter .l-title > h3 {
	display: inline-block;
	font-family: "Roboto Condensed"; font-size: 16px;
	border-bottom: 1px solid #000;
	height: 30px;
	line-height: 30px;
}
.l-chapter .l-chapters, .list-chapter {
	font-family: "Roboto Condensed",sans-serif;
	list-style: outside none none;
	padding-left: 15px;
	text-align: left;
}
.l-chapter .l-chapters > li, .list-chapter > li {
	overflow: hidden;
	padding: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.l-chapter .l-chapters > li > span, .list-chapter > li > span {
	font-size: 10px;
	line-height: 20px;
	vertical-align: top;
}
.l-chapter .l-chapters > li > a, .list-chapter > li > a {
	display: inline;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
}

.list-chapter {
	padding: 10px 10px;
	max-height: 595px;
	overflow: auto;
}
.list-chapter .table {
	margin: 0;
}
.list-chapter .table th,
.list-chapter .table td {
	padding: 5px 8px;
}
.list-chapter td:visited,
.list-chapter a:visited {
	color: #999;
}

.nav-rank {
	border: 0;
	text-align: center;
	margin: 10px 0px 5px;
}
.nav-rank li {
	display: inline-block;
	float: none;
	margin: 3px 3px;
}
.nav-rank li > a {
	display: block;
	font-size: 12px;
	border: 1px solid #aaa;
	border-radius: 15px;
	cursor: pointer;
	padding: 5px 15px;
	text-align: center !important;
	text-transform: uppercase;
}
.nav-rank li > a:hover,
.nav-rank li.active > a,
.nav-rank li.active > a:hover,
.nav-rank li.active > a:focus {
	background-color: #4e4e4e;
	border: 1px solid #4e4e4e !important;
	color: #fff;
}
.top-item {
	font-size: 12px;
	height: 49px;
	line-height: 17px;
	padding: 6px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top-item + .top-item {
	border-top: 1px dashed #ccc;
}
.top-item .top-num {
	border: 1px solid #cbcbcb;
	border-radius: 16px;
	float: left;
	font-weight: 700;
	height: 31px;
	line-height: 29px;
	margin: 2px 10px 0 0;
	text-align: center;
	width: 31px;
}
.top-item .top-num.top-1 {
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
}
.top-item .top-num.top-2 {
	background-color: #5eb949;
	border-color: #5eb949;
	color: #fff;
}
.top-item .top-num.top-3 {
	background-color: #5cabb8;
	border: 1px solid #5cabb8;
	color: #fff;
}
.top-item .s-title {
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top-item h3 {
	font-size: 15px;
	margin: 0;
}
.top-item h3 a {
	color: #083767;
}

.sidebar .section-category {
	padding: 0 15px;
	background-color: #ecf0f1;
	border: 1px solid #d9e1e4;
}
.sidebar .section-category .category-item {
	padding: 7px 10px 7px;
	line-height: 1;
	display: inline-block; vertical-align: top;
	margin-right: -4px;
	width: 50%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidebar .section-category .category-item:nth-of-type(2n + 1) {
	padding-left: 40px;
	padding-right: 0px;
}
.sidebar .section-category .category-item:nth-of-type(2n + 2) {
	padding-left: 20px;
	padding-right: 0px;
}
.sidebar .section .comic-item {
	padding: 10px 10px;
	border-bottom: 1px dashed #eeeeee;
}
.sidebar .section .comic-item .label {
	font-family: arial; font-size: 12px;
	width: 22px;
	padding: 4px 0px;
	margin-right: 10px;
	float: left;
}
.sidebar .section .comic-item .group {
	overflow: hidden;
}
.sidebar .section .comic-item .name {
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidebar .section .comic-item .category {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidebar .section .comic-item .name a {
	color: #083767;
}
/*------------------------------
comic item
------------------------------*/
.comic-item {
	padding: 5px 0;
	border-top: 1px dashed #dddddd;
}
.comic-item:first-child {
	border-top: 0px;
}
.comic-item .media-left {
	width: 30%;
}
.comic-item .image {
	width: 100%;
}
.comic-item .name {
	font-size: 18px; font-weight: 700;
	position: relative;
	padding-left: 22px;
	margin-bottom: 4px;
}
.comic-item .name i {
	font-size: 16px;
	position: absolute;
	top: 4px; left: 0;
}
.comic-item .author {
	font-family: 'Roboto Condensed'; font-size: 15px; font-style: italic;
}
.comic-item .author i {
	font-size: 11px;
}
.comic-item .chapter {
	text-align: left;
}
.comic-item .chapter a {
	color: #31708f;
}
@media (max-width: 768px) {
	.comic-item .name {
		font-size: 15px;
	}
}
.label-title {
    padding: 1px 3px;
    font-size:13px;
    vertical-align:bottom;
    margin-left:5px
}
.label-full {
    border:1px solid #86AD86;
    color:#86AD86
}
.label-hot {
    border:1px solid #FD8383;
    color:#FD8383
}
.label-new {
    border:1px solid #8EB3FD;
    color:#8EB3FD
}
.label-full:before {
    content:"Full"
}
.label-hot:before {
    content:"Hot"
}
.label-new:before {
    content:"New"
}
/*------------------------------
pagination
------------------------------*/
.nav-pagination {
	text-align: center;
	margin-bottom: 40px;
}
.pagination,
.wp-pagenavi {
	display: inline-block;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	clear: none;
	margin: 0;
}
.pagination li > a,
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 12px; font-weight: 400;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: #f4f4f4;
	color: inherit;
	padding: 5px 10px;
	margin: 0;
}
.pagination > li > a:hover,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	font-weight: 400;
	text-decoration: none;
	background-color: #34495e;
	border-color: #34495e;
	color: #fff;
}
/*------------------------------
chapter
------------------------------*/
.single-chapter {
	position: relative;
}
.toggle-nav-open {
	border-radius: 8px;
	font-size: 24px;
	line-height: 1;
	padding: 16px 24px;
	position: absolute;
	left: 0; top: 0;
}
.toggle-nav-open:before {
	content: '\f077';
	font-family: FontAwesome;
}
.toggle-nav-open.active:before {
	content: '\f078';
}
.comic-title {
	text-transform: uppercase;
    font-family: 'Roboto Condensed'; font-size: 24px;
	padding: 0px 90px;
	margin-bottom: 5px;
}
.comic-title a {
    color: #690;
    text-shadow:0px 0px 1px #A0CF43;
}
.chapter-title {
	font-family: Arial; font-size: 16px;
	padding: 0px 90px;
}
.chapter-title a {
    color: #777777;
}
.chapter-start,
.chapter-end {
    margin: 10px auto;
    display: block;
}
.chapter-start {
    background: url('../images/spriteimg_op.png') -200px -27px no-repeat;
    width: 59px;
    height: 20px;
	border: 0;
}
.chapter-end {
    background: url('../images/spriteimg_op.png') 0 -51px no-repeat;
    width:277px;
    height:35px;
	border: 0;
}
.chapter-content {
	color: #3b3b3b;
	font-family: "Palatino Linotype","Tahoma","Times New Roman",serif;
	font-size: 22px;
	line-height: 180%;
	text-align: left;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    -webkit-user-drag: none; 
    user-drag: none;
	cursor: pointer;
}
.chapter-content img {
    max-width:100%;
    display:block;
    margin:0 auto
}
.chapter-bar {
	position: fixed; z-index: 99;
	bottom: 0; left: 0;
	width: 100%;
	background: #e1e1e1;
	text-align: center;
	padding: 15px 15px 12px;
	box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
}
.chapter-nav {
	font-family: Arial;
	text-align: center;
	margin-bottom: 10px;
}
.chapter-nav > .btn {
	width: 135px;
}
.chapter-nav > .btn-prev i {
	margin-right: 4px;
}
.chapter-nav > .btn-next i {
	margin-left: 4px;
}
.chapter-nav .dropdown {
	display: inline-block;
}
.chapter-nav .dropdown-menu {
	max-height: 300px;
	width: 300px;
	overflow: auto;
}
@media (max-width: 991px) {
	.toggle-nav-open {
		font-size: 16px;
		border-radius: 4px;
		padding: 7px 9px;
	}
	.comic-title,
	.chapter-title {
		padding: 0px 40px;
	}
}
@media (max-width: 768px) {
	.chapter-bar .btn {
		padding: 0.25rem 0.75rem;
	}
	.chapter-nav {
		margin: 0.625rem 0;
	}
	.chapter-nav > .btn {
		width: 40px;
	}
}

.footer {
    background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	color: #4e4e4e;
	font-family: Arial; font-size: 13px;
	padding: 15px 0 20px;
}
.footer a {
    color:#4E4E4E
}
.footer .text-right {
	font-weight: 700;
	padding-left: 15px;
}
.footer .tag-list a {
	background: #f3f3f3 none repeat scroll 0 0;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	display: inline-block;
	font-size: 12px;
	margin: 2px 2px 2px 0;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	transition: color 0.15s ease 0s, background 0.15s ease 0s, border 0.15s ease 0s;
	white-space: nowrap;
}
.footer .tag-list a:hover {
	background: #dae6ef;
	border-color: #dae6ef;
	color: #3e6d8e;
}
.backtop {
	font-size: 26px;
	line-height: 20px;
	margin-left: 15px;
	vertical-align: middle;
}

.textwidget {
	margin-bottom: 10px;
}
.textwidget * {
	max-width: 100%;
}
.widget-filter {
	background: #fff;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	box-shadow: 0px 0px 5px 0px #dddddd;
	-moz-box-shadow: 0px 0px 5px 0px #dddddd;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
}
.widget-filter .dropdown {
	display: inline-block;
	margin-bottom: 10px;
}
.widget-filter .dropdown li {
	float: none;
}
.filter-chucai {
	list-style: none;
}
.filter-chucai li {
	display: inline;
	margin-right: 10px;
}
.filter-chucai li a.active,
.dropdown-menu li a.active {
	color: #326094;
}

@media screen and (max-width: 480px) {
	.full-comic {
		width: 50%;
	}
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.ads {
	text-align: center;
	margin-bottom: 10px;
}
.ads iframe {
	max-width: 100%;
}
@media (max-width: 768px) {
	.ads {
		display: none;
	}
}

.setting {
	float: left;
}
.setting .dropdown-toggle {
	display: block;
	color: #f2f2f2;
	line-height: 20px;
	padding: 15px 15px;
}
.setting .dropdown-toggle:hover {
	color: #fff;
	text-decoration: none;
}
.setting .dropdown-toggle:focus {
	background-color: #e7e7e7;
	color: #555;
	text-decoration: none;
}
.setting .dropdown-menu {
	width: 300px;
	border-radius: 0px 0px 4px 4px;
	padding: 10px;
	margin: 0;
}

.loading {
	font-size: 36px;
	text-align: center;
	padding: 10px 10px 0px;
}

.page-contact {
	padding: 20px 15px;
}