@charset "utf-8";
/* CSS Document */
/* On Load */
hidden { display:none;}
body {overflow-x:hidden;}
a:hover {text-decoration:none;}

.icons {background:url(../images/icons.png); background-repeat: no-repeat; background-position: top left; width:40px; height:40px;    display: inline-block;}
.ico-search {background-position:-80px 0;}

.page-header {
	margin:0;
	padding:5px 0 5px 0;
    background: #ee4037 !important;
}
.page-header a {color:#fff;font-size:24px;font-family:"Century Gothic";}
.header-search {margin-right:10px; position: relative; top: 3px;  }
.well {
    min-height: 10px;
    padding: 10px;
    margin-bottom:0;
    background: #fff;
    border: none;
}
.well-thick{
    min-height: 2px;
    padding: 7px;
    margin-bottom:0;
    background: #eae5e5;

}
.btn-primary {    
	background-color: #ff0000;
    border-color: #de7601;
}
.btn-primary:hover {    
	background-color: #f89b00;
    border-color: #de7601;
}


/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.closeMenu{
    text-align:left;
    width:100%;
    font-family:'GothamMedium';
        /*font-weight:400;*/
    font-size:28px;
    margin-top:5px;
    margin-left:5px;
}


/*-------------------------------*/
/*      Expand Search Box        */
/*-------------------------------*/

input[type=text].searchbox {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
input[type=text].searchbox:focus {
    width: 100%;
}

/*-------------------------------*/
/*           Home                */
/*-------------------------------*/
.home-banner {margin-bottom:20px; background:#333; }
.well-banner {text-align: center;}
.well-banner img {max-width: 100%;}
.home-thumb {margin-top:10px; margin-bottom:10px; }
.thumb-round {text-align:center;}
.thumb-round a img {max-width:100px; width:100%;} 
.thumb-round span {display:block; color:#333;}
.module-title {color:#333; font-weight:bold; margin-bottom:5px;}
.module-title span.glyphicon {font-size:14px; color:#999;}
.module-desc {color:#999}
.novel-list {margin-top:10px;}
.novel-text-list .novel-title {color: #666666;}
.container .row.novel-text-list {margin-left: 0; margin-right: 0;}
.novel-title {color:#333; font-weight:bold; margin-bottom:5px; margin-top:10px;}
.novel-author {color:#777; margin-bottom:5px;}
.novel-rate {margin-bottom:5px; color:#999; font-size:13px;}
.novel-rate .glyphicon-star {color:#ffc000;}
.novel-rate .glyphicon-star.empty {color:#999;}
.novel-desc, .novel-genre, .novel-status, .novel-views {color:#777;}
.slick-slide .novel-desc, .novel-list .novel-desc {font-size:12px; max-height:102px; overflow:hidden;}
.slick-slide .novel-title, .novel-list .novel-title {max-height:45px; overflow: hidden; text-align: center;}
.novel-item {margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ccc;}
.novel-details {margin-top:20px; margin-bottom:20px;}
.novel-details .novel-title {font-size:20px;}
.novel-details .novel-cover {text-align:right;}
.novel-content {text-align:center; margin-bottom:20px; padding-top:20px; border-top:1px solid #eee;}
.novel-content a {color:#88ECE3;}
.novel-value {font-size:12px;}
.novel-value span.premium {color:#00aeef; border:1px solid #00aeef; border-radius:10px; padding:2px 10px; display:inline-block;}
.novel-value span.free {color:#aae25e; border:1px solid #aae25e; border-radius:10px; padding:2px 10px; display:inline-block;}
h4.section-title {margin-top:20px; margin-bottom:20px;}
.comment-right {right:15px; position:absolute; color:#ff0000; font-size:14px;}
.novel-comments {border-bottom:1px solid #f5f5f5; padding-bottom:10px; margin-bottom:10px; margin-top:10px;}
.novel-comments.last {border-bottom:none; margin-bottom:0;}
.novel-commentpage .novel-comments.last {margin-bottom:70px;}
.novel-comments p {margin-bottom:5px;}
.novel-comments .user-pic {width:80px;}
.novel-comments .username {color:#333; font-weight:bold;}
.novel-comments .commentstxt {color:#777;}
.novel-comments .dates {color:#999; font-size:12px;}
.novel-commentinput {padding:10px;}
.novel-other {margin-bottom:80px;}
.novel-other .novel-publisher, .novel-other .novel-bookid {color:#777777; font-size:12px;}

.type3.pass-bg {background:url(../images/pass-banner.png) top left no-repeat #f067a6; background-size:contain;}
.type3 .novel-list {margin-top:20px;}
.type3 .slick-slide {padding-top:6px; padding-bottom:6px; background:#fff;}
.type3 .slick-slide .col-md-6 {padding-left:6px; padding-right:6px;}
@media (max-width: 600px) {
.type3.pass-bg {background-size:cover;}
}

/* SLICK-SLIDE */
.slick-list {
  padding: 0 15px;	
}
.slick-slide {
  margin: 0px 5px;
}
.slick-dots {
  bottom:-30px;
}
.slick-slide img {
  width: 100%;
}
.slick-slide .col-xs-6 {
  padding-left:0;
}
.slick-prev:before,
.slick-next:before {
	color: #aaa;
	display:block;
}
.slick-prev {
	left: 8px;	
}
.slick-next {
	right: 8px;	
}
	

/*-------------------------------*/
/*        Novel Details          */
/*-------------------------------*/
.sticky-footer {width:100%; position:fixed; bottom:0; background:#fff; border-top:1px solid #eee;}
.sticky-read a, .sticky-share a {padding:12px 0px;; display:block; text-align:center;}
.sticky-read a {background:#808080; color:#fff; font-weight:bold;}
.sticky-read a:hover {background:#808080;}
.sticky-share a {color:#999999;}
.sticky-share a:hover {color:#f89b00;}
.novel-ratebox .glyphicon-star {font-size:44px; margin-right:3%;}
.novel-ratebox .glyphicon-star:hover {color:#ff0000;}

/*-------------------------------*/
/*         Novel Reading         */
/*-------------------------------*/
.reading-content {margin:20px 0;}
.reading-navigation {margin:40px 0;}
.page-header .dropdown-menu {
    right: 0;
    left: auto;}
.page-header .dropdown-menu  a {
	font-size:14px;
}
.chapterlist {margin-top:10px;}
.chapterlist a {color:#333; display:block;  padding:12px 0;}
.chapterlist a.inactive {color:#ccc;}
.novel-passbox {background:url(../images/novel-passbg.png) repeat-x; padding-top:40px; padding-bottom:40px;}

.novel-passbox .passtitle {color:#ff0000; font-weight:bold;}
.novel-passblock {background:#fff; padding:10px; border-radius:10px;}
.novel-passbox .pricetxt {font-size:30px; }
.novel-passul {margin-bottom:40px; margin-top:20px;}
.novel-passbox li { list-style-image:url(../images/icon_tickGreen.png); padding-bottom:5px;}


/*-------------------------------*/
/*            Search             */
/*-------------------------------*/
.searchpagebox {background:#f5f5f5}
.wellsection {background:#f5f5f5; color:#999; padding:5px 0;}
.searchlist {background:#fff;}
.searchlist a {color:#333; display:block;  padding:15px 0;}
.searchlist .list-group-item {display:list-item; overflow:hidden; padding:0;}
.load-more .btn {margin-bottom:20px;}


/*-------------------------------*/
/*            Chart              */
/*-------------------------------*/

@media (min-width: 992px) {
	.chartbox .novel-item {border-bottom:0 none;}	
}


/*-------------------------------*/
/*      Different Screen         */
/*-------------------------------*/

@media (max-width: 767px) {

}

