/*
==========================================
				DEFAULT CSS
==========================================
*/
/*.wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
section{
	float:left;
	width:100%;
	padding:70px 0px 40px;
}
section.kode-services-section{
	padding:20px 0px;
}
.kode-services-section .kode-service p{
	font-size:15px;
	color:#777;
}
section.buy-template{
	padding:50px 0px;
}
.buy-template .kode-btns{
	margin-top:7px;
}
.gray-bg{
	background-color:#f0f0f0;
}
.kode-content{
	float:left;
	width:100%;
	padding: 30px 0px 0px 0px;
}
.kode-content section:first-child{
	padding:40px 0px 40px;
}
.padding-tb-50{
	padding-top:70px;
	padding-bottom:40px;
}
/*
/*
==========================================
			BEST SELLERS
==========================================
*/

.kode-best-seller{
	float:left;
	width:100%;
}
.best-seller-pro{
	float:left;
	width:100%;
	padding:30px;
	background-color:#fff;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	border:solid 1px #f0f0f0;
}
.best-seller-pro figure{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.best-seller-pro figure img{
	float:left;
	width:100%;
}
.best-seller-pro h3{
	font-size:18px;
	font-weight:normal;
	margin:0px;
}
.best-seller-pro h3 a{
	 color:#333;
}
.best-seller-pro .kode-text{
	float:left;
	width:100%;
}
.best-seller-pro .kode-caption{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	padding:30px;
	text-align:center;
	opacity:0;
	margin-top:30px;
}
.best-seller-pro:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	opacity:0;
}
.best-seller-pro:hover:before{
	opacity:1
}
.best-seller-pro:hover .kode-caption{
	opacity:1;
	margin-top:-140px;
}
.best-seller-pro .kode-caption h3{
	font-weight:bold;
	font-size:22px;
	color:#fff;
	margin:0px 0px 10px 0px;
}
.best-seller-pro .kode-caption h3 a{
	color:#fff;
	text-decoration:none;
}
.best-seller-pro .kode-caption p{
	color:#fff;
}
.best-seller-pro .kode-caption .rating{
	margin-bottom:10px;
}
.best-seller-pro .kode-caption p.price{
	font-size:30px;
	margin:5px 0px 20px;
}
.best-seller-pro .kode-caption a.add-to-cart{
	display:inline-block;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 20px;
	border:solid 2px #fff;
	text-decoration:none;
	line-height:normal;
}
.best-seller-pro .kode-caption a.add-to-cart:hover{
	color:#000;
	background-color:#fff;
}

/*
=============================================
			HEADER 1
=============================================
*/
.header-1{
	position:static;
}
.header-1 .logo-container{
	padding:20px 0px;
}
.header-1 .top-strip p{
	font-size:12px;
	text-transform:uppercase;
	margin:0px;
	color:#fff;
}
.header-1 .top-strip{
	background-color:#2a2a2a;
}
.top-strip ul.my-account{
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
}
.top-strip ul.my-account li{
	float:left;
	margin:0px 10px;
}
.top-strip ul.my-account li a{
	display:block;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

.header-1 .kode-navigation ul{
	margin:0px;
	background:none;
}
.header-1 .kode-navigation ul li a{
	text-transform:uppercase;
	padding:16px 0px;
	
}
.header-1 .kode-navigation ul ul{
	background:none;
	padding:10px;
	background-color:#fff;
	top:110%;
}
.header-1 .kode-navigation ul ul li{
	border-top:dotted 1px #ccc;
	margin:0px;
}
.header-1 .kode-navigation ul ul li:first-child{
	border:none;
}
.header-1 .kode-navigation ul ul li:before{
	display:none;
}
.header-1 .kode-navigation ul ul li a{
	padding:10px 14px;
	text-transform:capitalize;
	font-size:15px;
	font-weight:400;	
	color:#666;
}
.header-1 .kode-navigation ul ul li a:hover{
	color:#fff;
}

/*
=============================================
			HEADING STYLE 2
=============================================
*/
.section-heading-1{
	float:left;
	width:100%;
	text-align:center;
	/*margin-bottom:36px;*/
	position:relative;
	margin-top:-5px;
}
.section-heading-1 h2{
	font-size:32px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
}
.kode-icon{
	float:left;
	width:100%;
}
.section-heading-1 .kode-icon:before, .section-heading-1 .kode-icon:after{
	content:"";
	position:absolute;
	left:35%;
	margin:auto;
	bottom:14px;
	width:150px;
	height:1px;
	background-color:#CCC;
}
.section-heading-1 .kode-icon:after{
	left:auto;
	right:35%;

}
.section-heading-1 i{
	font-size:20px;
	color:#333;
}
.section-heading-1.dark-sec h2,  .section-heading-1.dark-sec p, .section-heading-1.dark-sec p:after, .section-heading-1.dark-sec i{
	color:#fff;
}
.section-heading-1.dark-sec{
}
.section-heading-1.dark-sec p:before, .section-heading-1.dark-sec p:after{
	background-color:#fff;
}
.section-heading-1 p{
	margin-bottom:17px;
}
/*
=============================================
			TOP CATEGOREIS
=============================================
*/

.lib-categories-section{
	/*background-image:url(images/top-categories-bg.png);*/
	background-size:cover;
	position:relative;
}
.lib-categories-section:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	/*background-color:rgba(0,0,0,.8);*/
}*/
.lib-categories-section .container{
	position:relative;
}

.lib-categories-section .nav-tabs{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	background-color:##f2efef91;
	text-align:center;
}
.lib-categories-section .nav-tabs > li{
	float:none;
	display:inline-block;
}
.lib-categories-section .nav-tabs > li > a{
	padding:19px 20px;
	border-radius:0;
	color:#333;
	border:none;
}
.lib-categories-section .nav-tabs > li.active > a, .lib-categories-section .nav-tabs > li.active > a:focus{
	color:#000;
	border:none;
	outline:none;
}
.lib-categories-section .best-seller-pro:hover{
	z-index:10;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
}
.lib-categories-section .bx-pager{
	display:none;
}
.lib-categories-section .bx-wrapper .bx-controls-direction a{
	background-color:#fff;
	color:#333;
	height:60px;
	width:60px;
	margin:0px;
	line-height:58px;
	top:-90px;
	left:0px;
	
}
.lib-categories-section .bx-wrapper .bx-controls-direction a:hover{
	color: #fff;
}
.lib-categories-section .bx-wrapper .bx-controls-direction a.bx-prev{
	border-right:solid 3px #000;
}
.lib-categories-section .bx-wrapper .bx-controls-direction a.bx-next{
	border-left:solid 3px #000;
}
.lib-categories-section .bx-wrapper .bx-controls-direction a.bx-next{
	left:auto;
	right:0px;
}
.lib-categories-section .bx-wrapper .bx-controls-direction a:before{
	content:"\f177";
	font-family:FontAwesome;
	font-size:20px;
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	text-align:center;
}
.lib-categories-section .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f178";
}
/*
=============================================
			PAPULAR BOOKS SECTION
=============================================
*/

.lib-papular-books{
	padding:70px 0px;
}
.lib-papular-books .nav-tabs{
	float:left;
	width:50%;
	text-align:center;
	margin:-24px 0px 0px 0px;
	border:none;
	float:right;
}
.lib-papular-books .tab-content{
	float:left;
	width:50%;
	padding:0px 15px;
}
.lib-papular-books .nav-tabs > li{
	margin-top: 24px;
}
.lib-papular-books .nav-tabs > li > a{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#333;
	padding:0px;
	float:left;
}
.lib-papular-books .nav-tabs > li > a:hover, .lib-papular-books .nav-tabs > li.active > a, .lib-papular-books .nav-tabs > li.active > a:focus{
	color:#fff;
	outline:none;
}
.lib-papular{
	float:left;
	width:100%;
	border:solid 1px #CCC;
	padding:10px 20px 10px 10px;	
}
.lib-papular .kode-thumb{
	float:left;
}
.lib-papular .kode-thumb img{
	float: left;
	width: 100%;
}
.lib-papular .kode-text{
	padding:10px 0px 0px 270px;
}
.lib-papular .kode-text h2{
	font-size:19px;
	margin-bottom:10px;
}
.lib-papular .kode-text h4{
	font-size:14px;
	margin: 0px 0px 10px;
}
.lib-papular .lib-price{
	float:left;
	width:100%;
}
.lib-papular .lib-price h3{
	float:left;
}
.lib-papular .lib-price a{
	float:right;
	color:#333;
	font-weight:bold;
}
.lib-papular .lib-price a:hover{
	text-decoration: underline;
}

.lib-papular-thumb{
	float:left;
	width:100%;
	border:solid 1px #CCC;
	padding:5px;
}
.lib-papular-thumb img{
	width:100%;
	float:left;
}
.lib-papular-books .rating {
	text-align: left;
}
.lib-papular-books .rating > span{
	color: #000;
}

