@font-face {
	font-family:'zawgyi_bit';
	src:local('zawgyi_bit'),url('fonts/zawgyi_bit.ttf');
}
@font-face {
	font-family:'ZawgyiOne';
	src:local('ZawgyiOne'),url('fonts/ZawgyiOne.ttf');
}
a{
	text-decoration: none;
	color: inherit;
}
body{
/*background-image: url("images/main_top_bg.jpg");
background-position: 0px 0px;
background-size: 100% auto;

background-repeat: no-repeat;
*/
	margin: 0px;
	font-family:'ZawgyiOne'!important;

}
/********************************************Top Nav********/
#mobile_menu{

	display: none;
}
.top-nav-bar {
	background: #242424;
	color: #fff;
	float: left;
	width: 100%;
	border-top: 3px solid #EFCB3B;

	
}

.top-nav-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.top-nav li {
	float: left;
	margin-right: 1px;
	line-height: 50px;
}
.top-nav li a.active {
	background: #EFCB3B;
	color: #fff;
	text-decoration: none;
}


.top-nav li a.active_2 {
	background: rgba(239, 203, 59, 0.8);
	color: #fff;
	text-decoration: none;
	box-shadow: inset 0px 0px 3px black;
}
.top-nav li a {
	padding: 0 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.container-fluid{
	/*display: table;
	width: 100%!important;
	margin: 0px!important;
	min-width: 1000px!important;
	padding: 0px 10px!important;*/
	display: table;
	width: 73.5%;
	margin: 0 auto;

}

////////////////////////////////////////////////////////////////////////

/********************************************Top Nav********/
.top-nav-bar2 {
	background: #fafafa;
	color: #333;
	float: left;
	width: 100%;
	border-top: 3px solid #EFCB3B;
	
}

.top-nav-bar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.top-nav2 li {
	float: left;
	margin-right: 1px;
	line-height: 33px!important;
	display: block;

}

.top-nav2 li a.active {
	background: #fafafa;
	color: #333;
	text-decoration: none;

}

.top-nav2 li a.active_2 {
	background: rgba(239, 203, 59, 0.8);
	color: #333;
	text-decoration: none;
	box-shadow: inset 0px 0px 3px black;
}
.top-nav2 li a {
	padding: 0 11px;
	display: block;
	color: #333;
	text-decoration: none;
	font-family: arial,sans-serif;
	font-size: 12px;
	
}

.top-nav2 li a:hover {
    color: #ff9900;
    
  }

.top-nav2 li:hover{
	line-height: 33px;
    height: 31px;
    position: relative;
    float: left;
    border-bottom: 2px solid #ff9900;
}

.container-fluid2{
	/*width: 100%!important;
	margin: 0px!important;
	min-width: 1000px!important;*/
	display: table;
	width: 73.5%;
	margin: 0 auto;
	padding: 0px 10px!important;
	background: #fafafa;
	position: relative;
	height:33px!important;
}
/****************************Logo Region**************************/
.logo_region .logo_container{
	float: left;
	width: 20%;
}
.logo_region .submenu_container{
	float: right;
}
.logo_region .submenu_container ul{
	list-style: none;
	padding: 0px;
}
.logo_region .submenu_container ul li{
	display: inline-block;
	background: url(../images/nav-sep.png) left no-repeat;
	padding-left: 15px;
	margin-left: 9px;
	line-height: 45px;
}
.logo_region .submenu_container ul li a{
	font-weight: bold;
	color: #737373;
	text-decoration: none;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.logo_region input.search_box{
	display: inline-block;
	padding-left: 15px;
	margin-left: 9px;
	line-height: 45px;
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #efefef;
}
.logo_region input.search_btn{
	display: inline-block;
	padding: 0px 36px;
	line-height: 45px;
	background-color: #fdd000;
	border: 1px solid #efefef;
	margin-left: -4px;
}
/**********************************Top Ten Region*****************************/
.top_ten_item{
	float: left;
	margin: 10px 0px;
	min-height: 170px;
	padding: 2px;
	width: 146px;
}
.content_container{
	/*width: 100%;
	font-size: 14px;*/
	float: left;
	width: 68%;
	font-size: 14px;
}
.side_container{
	float: left;
	width: 32%;
	font-size: 14px;
}
.top_ten_item .book_img img,
.top_ten_item .cartoon_img img{
	width:107px!important;
	height:160px!important;
	box-shadow: 2px 2px 3px gray;
}
.top_ten_item .book_img,
.top_ten_item .cartoon_img{
	float: left;
	width:100%;
	height: 160px!important;
}

.top_ten_item .book_name,
.top_ten_item .cartoon_name{
	font-family: 'ZawgyiOne'!important;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
	height: 40px;
	text-shadow: none!important;
}

.top_ten_item .download{
	float: left;
	width: 100%;
	background-color: #EFCB3B;
}
.top_ten_item .book_summary{
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #737373;
	font-weight: bold;	
	display: none;
}
.top_ten_item .book_summary div{
	margin-bottom: 20px;
}
.top_ten_item .book_summary div .name{
	font-weight: normal;
}
.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px; 
}
/**********************************************************/
/*******************************Author List**********************/
.author_list_container::-webkit-scrollbar{
	border:1px solid #ededed;
	width:8px;
	background-color:#ebebeb;
	
}

.author_list_container::-webkit-scrollbar-track{
	border:1px solid #ededed;
	border-radius:10px;

} 
.author_list_container::-webkit-scrollbar-thumb:vertical{
	height: 5px;
	background-color: #EFCB3B;
	border: 5px solid transparent;
    border-radius: 50px;
    background-clip: content-box;
}
.block_title{
	/*font-family: "zawgyi_bit";*/
	font-family: 'Zawgyi-One'!important;
	font-size: 20px!important;
	border-bottom: 2px solid #EFCB3B;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.block_title .see_more{
	float: right;
	font-style: italic;
	font-size: 11px;
	padding: 5px 8px;
	background-color: yellow;
	border-radius: 6px;
	color: black;
	margin-top: 9px;
}

.author_list_region{
	margin-left: 15px;
	float: left;
	width: 30%;
	margin-bottom: 10px;
}
.author_list_container{
	float: left;
	border: 1px solid #eee;
	height: 355px;
	margin-top: 10px;
	overflow-y: scroll;
	width: 100%;
}
.author_list_item{
	font-family: "zawgyi_bit";
	color: #333;
	font-size: 15px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #eee;	
	float: left;
	width: 90%;
	text-shadow: 0px 1px 1px gray;
}
.author_list_item .name{
	float: left;
}
.author_list_item .count{
	float: right;
}
/*********************************************/
.main_container{
	/*margin: 0px!important;
	width:100%!important;
	display: table;
	min-width: 1000px!important;
    padding: 0px 10px!important;*/
    margin: 0 auto;
	width:73.5%;
	display: table;
}

#menu{

}
.side_block{
	float: left;
	width: 100%;
}

.side_block .buy_code_block{
	float: left;
	width: 96%;
	font-family: Calibri, Helvetica, Arial, sans-serif,zawgyi_bit;
	background: #f0cc3c;
	font-family: "Montserrat", sans-serif;
	padding: 14px 2%;
	font-size: 15px;
	text-shadow: 0px 0px 1px black;
	color: #121415;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid rgb(174, 174, 130);
	margin-bottom: 10px;
	margin-top: 15px;
	cursor: pointer;
}

#content_region{
	float: left;
	width: 100%;
	margin-top: 30px;
}
#shelf{
	float: left;
	width: 35%;
}
.container{
	float: left;
	width: 100%;
}
.first_shelf{
	float: right;
	width: 55%;
}

.first_shelf .row{
	float: left;
	width: 100%;
	background-image: url("images/shelf.png");
	background-repeat: no-repeat;
	background-position: 0% 90%;
	height: 245px;
	background-size: 100% 55px;
}
.first_shelf .row .book_item{
	float: left;
	padding: 15px;
	margin-left: 25px;
	margin-right: 25px;
}
.first_shelf .row .book_item img{
	width: 120px;
	box-shadow: 2px -1px 12px 1px #000;
	height: 160px;
}
.first_container{
	margin-top: 25px;
}
.character{
	width:40%;
	float: left;
	margin-left: 40px;
}
.character img{
	width:470px;
}

.top-nav li:hover{
	background-color: rgba(255,255,255,0.2);
}
/*****************************Wunzinn Choice******************/
.wunzinn_crousal ul li{
	list-style: none;
	float: left;
	margin: 10px;
	height: 150px!important;
}
.wunzinn_crousal ul li img{
	width: 110px;
}
.wunzinn_crousal .crousal{
	width:1040px!important;
	padding: 10px;
}

.inner_title{
	margin-top: 10px;
	padding: 8px 2%;
	width: 96%;
	float: left;
	background-color: rgb(60, 60, 60);
	color: white;
	font-family: "Roboto", sans-serif;
}

.inner_title .half_block{
	width: 48%;
	border-bottom: 2px solid;
	padding: 4px 0px;
	color: #f0cc3c;
}

.inner_block{
	padding: 8px 2%;
	width: 96%;
	float: left;
	background-color: rgb(60, 60, 60);
	color: white;
	font-family: "Roboto", sans-serif;
}

.login_form_block{
	width: 50%;
	margin: 0 auto;
}

.login_textbox{
	width: 94%;
	padding: 7px 3%;
	margin-bottom: 10px;
	font-size: 18px;
	border-radius: 4px;
	border: 1px solid gray;
}

.login_btn{
	background: #f0cc3c;
	font-family: "Montserrat", sans-serif;
	padding: 12px 2%;
	font-size: 13px;
	color: #121415;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
}

/************** theme controls ******************/
.text_input{
	border:1px solid gray;
	padding: 5px 8px;
	border-radius: 4px;
}

.t14{
	font-size: 14px;
}

.button_input{
	background: #f0cc3c;
	font-family: "Montserrat", sans-serif;
	padding: 12px 2%;
	font-size: 13px;
	color: #121415;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	width: 76%;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
}

.inner_block .link_tag:hover{
	color: #121415;
	text-decoration: underline;
}

.code_buy{
	color: red;
}

/*************** book preview ****************/

.book_block{
	width: 96%;
	padding: 10px 2%;
	float: left;

	font-family: Calibri, Helvetica, Arial, sans-serif;
}

.book_block .book_thumb{
	width: 30%;
	float: left;
	padding: 10px 0px;
	margin: 10px 5px;
	line-height: 20px;
}

.book_block .book_thumb .thumb_block img{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	/*box-shadow: 2px 2px 3px gray;*/
}

.book_block .book_thumb .caption{
	font-size: 13px;
	margin-bottom: 15px;
}

.book_block .book_detail{
	width: 56%;
	float: left;
	padding: 10px 2%;
	margin: 0px 2%;
}





.book_block .book_detail .book_attri_title{
	width: 50%;
	float: left;
	border-bottom: 2px solid lightgray;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px gray;
	margin-right: 50%;
	padding-bottom: 5px;
}

.book_block .book_detail .summary{
	width: 100%;
	float: left;
	white-space: pre-wrap;
	line-height: 25px;
}

.b_title{
	color: red;
}

.detail{
	margin-bottom: 10px;
	color: rgb(84, 84, 84);
}

.disable{
	background-color: lightgray;
	color: gray;
	cursor: default;
}

/****** Footer ****************************/

.footer{
	/*padding: 0px 10px!important;
	min-width: 1000px!important;
	display: table;
	width: 100%!important;
	margin: 0px!important;
	font-family: Calibri, Helvetica, Arial, sans-serif;*/
	margin: 0 auto;
	width: 73.5%;
	display: table;

	font-family: Calibri, Helvetica, Arial, sans-serif;
}

.footer .link_row{
	float: left;
	width: 100%;
	border-top: 3px solid yellow;
}

.footer .company_row{
	float: left;
	width: 100%;
}

.footer .link_row .link_tag{
	float: left;
	padding: 10px 10px 10px 10px;
}

.footer .link_row .link_tag a{
	text-decoration: none;
}

.footer .company_row .company_tag{
	float: left;
	padding: 0px 10px 10px 10px;
	font-size: 11px;
	color: gray;
}

/********* PDF viewer *************/

.pdf_container{
	width: 100%;
	min-height: 685px;
	border: none;
}

/************* SEARCH BLOCK *******************/
.search_block{
	width: 100%;
	float: left;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}
.search_block .search_form{
	width: 90%;
	padding: 10px 5%;
}
.search_block .search_form .search_textbox{
	width:80%;
	padding:5px 8px;
	margin-bottom: 10px;
	font-size: 18px;
	border-radius: 4px;
	border:1px solid gray;
}
.search_block .search_form .search_btn{
	background: #f0cc3c;
	font-family: "Montserrat", sans-serif;
	padding: 5px 20px;
	font-size: 13px;
	color: #121415;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	margin-bottom: 10px;

}

.search_block .search_form .adv_search{
	background: #f0cc3c;
	font-family: "Montserrat", sans-serif;
	padding: 5px 20px;
	font-size: 13px;
	color: #121415;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	margin-bottom: 10px;

}

.result_block{
	width: 100%;
	float: left;
	font-family: "Montserrat", sans-serif;
}

.result_block .result_book{
	width: 100%;
	float: left;
}
.result_block .result_author{
	width: 100%;
	float: left;
}
.result_block .result_category{
	width: 100%;
	float: left;
}
.result_block .result_title{
	border-bottom: 1px solid gray;
	color: #111111;
	font-weight: bold;
	text-shadow: #111111;
	font-size: 16px;
}
.result_block .result{
	width: 100%;
	float: left;
	font-family: "Montserrat", sans-serif;
	margin: 10px 0px 20px 0px;
}

.no_result{
	padding: 10px 2px;
	color: gray;
}

.text_item{
	width: 50%;
	float: left;
}

.list_item_text:hover{
	color: yellow;
	background-color: black;
}

.list_item_text{
	float: left;
	margin: 15px 2% 0px 2%;
	min-height: 20px;
	width: 96%;
	text-shadow: 0px 1px 1px gray;
	background-color: rgb(229, 229, 229);
	padding: 10px 0px;
	border-top: 3px solid rgb(110, 110, 110);
}

/************* ACCOUNT LOGIN *******************/

.account_login a{
	float:right;
	margin-right: 1px;
	line-height: 50px;
	text-decoration: none;
	color: white;
}

.account_login a:hover{
	color: yellow;
}

.account_login{
	float:right;
	margin-right: 1px;
	line-height: 50px;
	text-decoration: none;
	color: white;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}
/************************************************/
.about_item{
line-height: 25px;
  margin-bottom: 15px;
}
div.highlight{
	  font-family: 'zawgyi_bit';
  font-size: 18px;
  color: #EFCB3B;
    margin-bottom: 10px;
}
.post_title{
	font-family: 'zawgyi_bit'!important;
}

#btn{
	
	float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

#more_btn,
#more_btn1{
	padding: 10px 9px;
    font-size: 13px;
    color: #444;
    text-align: center;
    border: 1px solid rgba(174, 174, 130, 0.12);
    margin-bottom: 10px;
    margin-top: 15px;
    cursor: pointer;
    width: 13%;
    margin: 0 auto;
    border-radius: 3px;
    font-family: 'zawgyi_bit';
    background-color: rgb(235, 235, 235);
}

ul.tab{

	float: left;
	width: 100%;
	padding: 2px;
	margin: 0px;
}
ul.tab li{

    float: left;
    border-right: 1px solid #dfdfdf;
    margin-right: 20px;
    list-style-type: none!important;
    padding-right: 20px;
    font-size: 17px;
}
ul.tab li a{

	font-size: 15px;
	padding: 0 12px;
	display: block;
	text-decoration: none;

}

.tab li a.active_tab {
	font-weight: bold;
	font-size: 17px;
}

.tab li a.active_tab:after{

	line-height: 20px;
	border-bottom: 1px solid #111;
}
.block_quote,
.block_short{

	float: left;
	width: 100%;
	display: block;
}

.block_quote ul,
.block_short ul{

	list-style: none;

}
.block_quote ul li,
.block_short ul li{

	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dedede;
}
.quote{

	padding: 10px 0px;
	float: left;
	width: 100%;

}
.like,
.share{

	margin-top: 4px!important;
	float: left;
	margin-right: 3px; 
	width:10%;
	padding: 0px;
	display: inline-block;
}
.like span,
.share span{

	font-weight: normal!important;
	font-size: 13px!important;
	font-family: 'zawgyi_bit'!important;
	color: #333!important;
}
.digest_block{

	display: block;
    width: 100%;
    float: left;
}
.digest_thumb{

	float: left;
    width: 100%;
    margin-bottom: 10px;
}
.digest_block{

	width: 100%;
}
