/** Table of Content 
- 	WRAPPER    	  							LENE 		000  		-		000
-	HEADER									LINE		000			-		000	
-	NAVIGATION								LINE		000			-		000	
-	BANNER									LINE		000			-		000	
-	FEATURES SECTION						LINE		000			-		000	
-	TOP SELLING BOOK SECTION				LINE		000			-		000	
-	LIMITED TIME OFFER SECTION 				LINE		000			-		000	
-	NEW ARRIVALS SECTION					LINE		000			-		000	
-	PRODUCT TAB SECTION						LINE		000			-		000	
-	AUTHOR OF THE YEAR SECTION				LINE		000			-		000	
-	BLOG AND TESTIMONIALS SECTION			LINE		000			-		000	
-	BANNER STYLE 2							LINE		000			-		000	
-	NEW ARRIVALS SUBSCRIPTION SECTION		LINE		000			-		000	
-	PRICING SECTION							LINE		000			-		000	
-	HIGHLIGHTED CHAPTERS SECTION			LINE		000			-		000	
-	FACTS AND REVIEWS SECTIO				LINE		000			-		000	
-	TESTIMONIALS STYLE 2					LINE		000			-		000	

End of Table of Conten*/
@font-face {
	font-family: 'museo';
	src: url('fonts/museo100-regular-webfont.eot');
	src: url('fonts/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo100-regular-webfont.woff') format('woff'), url('fonts/museo100-regular-webfont.ttf') format('truetype'), url('fonts/museo100-regular-webfont.svg#museo100') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'museo';
	src: url('fonts/museo300-regular-webfont.eot');
	src: url('fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo300-regular-webfont.woff') format('woff'), url('fonts/museo300-regular-webfont.ttf') format('truetype'), url('fonts/museo300-regular-webfont.svg#museo300') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'museo';
	src: url('fonts/museo500-regular-webfont.eot');
	src: url('fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo500-regular-webfont.woff') format('woff'), url('fonts/museo500-regular-webfont.ttf') format('truetype'), url('fonts/museo500-regular-webfont.svg#museo500') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'museo';
	src: url('fonts/museo700-regular-webfont.eot');
	src: url('fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo700-regular-webfont.woff') format('woff'), url('fonts/museo700-regular-webfont.ttf') format('truetype'), url('fonts/museo700-regular-webfont.svg#museo700') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'museo';
	src: url('fonts/museo900-regular-webfont.eot');
	src: url('fonts/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo900-regular-webfont.woff') format('woff'), url('fonts/museo900-regular-webfont.ttf') format('truetype'), url('fonts/museo900-regular-webfont.svg#museo900') format('svg');
	font-weight: 900;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
}
#wrapper {
	float: left;
	width: 100%;
}
/*HEADER START*/
#header {
	/* float: left; */
           display: inline-block;
	width: 100%;
}
#header .navbar-inverse .btn-navbar{
	background-image:none;
}
.head-topbar {
  background: #242424;
  color: #fff;
 /* min-height: 50px; */
  width: 100%;
}
.topbar-nav {
	float: none;
	width: 100%;
}
.topbar-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.topbar-nav ul li {
	float: left;
	margin-right:1px;
        float:left;
        line-height:50px;


}
.topbar-nav ul li a {
  color: #fff;
  display: block;
  padding: 0 12px;
  text-decoration: none;
}
.topbar-nav ul li a:hover {
  background: #98b827 ;
  color: #fff;
}
.topbar-right-box {
	float: right;
	width: 100%;
}
.topbar-right-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.topbar-right-box ul li {
	float: left;
	padding: 0 5px;
	font: 400 15px/15px 'Roboto', sans-serif;
	color: #ccc;
	position: relative;
}
.topbar-right-box ul li:before {
	content: '/';
	font-size: 16px;
	color: #ccc;
	padding: 0 5px;
	float: left;
}
.topbar-right-box ul li:first-child:before {
	display: none;
}
.topbar-right-box ul li span {
	float: left;
	font: 400 15px/15px 'Roboto', sans-serif;
	color: #ccc;
}
.topbar-right-box ul li a.account {
	font: 400 15px/15px 'Roboto', sans-serif;
	float: left;
	text-decoration: underline;
	padding: 0 0 0 5px;
}
.currency-box {
	float: right;
}
.currency-box a {
	font: 400 15px/15px 'Roboto', sans-serif;
	text-decoration: none;
	float: left;
	color: #ccc;
	margin: 0 4px;
}
.language-box {
	float: left;
}
.language-box a {
	font: 400 15px/15px 'Roboto', sans-serif;
	text-decoration: none;
	float: left;
	color: #ccc;
	margin: 0 3px;
}
.language-box strong {
	display: inline-flex;
}
.language-box strong span {
	margin: 0 4px;
}
.logo-row {
	float: left;
	width: 100%;
	background: url(../images/logo-row-pattren-bg.gif) repeat-x;
	padding: 30px 0 0 0;
	height: 130px;
}
strong.logo {
	float: left;
	margin: 0;
}
.cart-box {
	float: right;
	margin: 13px 0 0 30px;
}
.cart-box .btn-group > .btn:first-child {
	border-radius: 42px;
}
.cart-box .btn-group > .btn:last-child, .cart-box .btn-group > .dropdown-toggle {
	border-radius: 42px;
}
.cart-box .btn {
	border: 0;
	box-shadow: none;
	width: 70px;
	height: 50px;
	border-radius: 42px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-shadow: none;
	padding: 0;
	position: relative;
	background-image: none;
}
.cart-box .btn-group > .btn, .cart-box .btn-group > .dropdown-menu, .cart-box .btn-group > .popover {
	font-size: 20px;
	color: #fff;
	text-shadow: none;
}
.cart-box .btn span.count {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	border-radius: 100%;
	font: 400 12px/17px 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
}
.cart-box .dropdown-menu {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	left: inherit;
	right: 0;
	margin: 0;
	min-width: 358px;
	padding: 0;
	background:#fff;
}
.cart-box-outer .cart-box-inner {
	float: right;
	width: 100%;
	padding: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cart-box-outer .cart-box-inner strong.title {
	border-bottom: 1px solid #ccc;
	color: #888;
	display: block;
	font: italic 700 14px/14px 'Roboto', sans-serif;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.cart-box-outer .cart-box-inner strong.title a {
	text-decoration: none;
}
.cart-box-outer .cart-box-inner .cart-row {
	border-bottom: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.cart-box-outer .cart-box-inner .cart-row .thumb {
	float: left;
	margin: 0 15px 0 0;
	width: auto;
}
.cart-box-outer .cart-box-inner .cart-row .thumb img {
	width: auto;
}
.cart-box-outer .cart-box-inner .cart-row .text-box {
	overflow: hidden;
}
.cart-box-outer .cart-box-inner .cart-row a.close {
	border-radius: 0;
	color: #fff;
	float: right;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	width: 23px;
	padding: 0;
}
.cart-box-outer .cart-box-inner .cart-row .text-box a.text {
	color: #222;
	display: block;
	font: 600 16px/22px 'Roboto', sans-serif;
	padding: 0 0 20px 0;
	text-decoration: none;
}
.cart-box-outer .cart-box-inner .cart-row .text-box strong.amount {
	display: block;
	font: 500 16px/16px 'Roboto', sans-serif;
}
.cart-box-outer .cart-box-inner strong.subtotal {
	clear: both;
	color: #222;
	display: block;
	font: 700 16px/16px 'Roboto', sans-serif;
	padding: 0 0 20px;
}
.cart-box-outer .cart-box-inner a.btn-checkout {
	color: #fff;
	display: inline-block;
	font: 700 16px/16px 'Roboto', sans-serif;
	padding: 15px 58px;
	text-decoration: none;
}
.cart-box-outer .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.btn-row {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}
.top-search {
	float: right;
	width: 470px;
	margin: 13px 0 0 0;
}
.top-search form {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.top-search form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 22px;
	padding: 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 15px 'Roboto', sans-serif;
	color: #999;
	box-shadow: none;
	overflow: hidden;
	margin: 0;
}
.top-search form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 0 22px 22px 0;
}
/*NAVIGATION START*/
.navigation-row {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
	position: relative;
	z-index: 999;
}
.navigation-row:before {
	content: '';
	position: absolute;
	left: -25px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 25px solid #000;
	border-left: 25px solid transparent;
}
.navigation-row:after {
	content: '';
	position: absolute;
	right: -25px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 25px solid #000;
	border-right: 25px solid transparent;
}
.navigation-row .navbar {
	margin: 0;
}
.navigation-row .navbar-inverse .navbar-inner {
	background-image: none;
	background: #2f2f2f;
	border: 0;
}
.navigation-row .navbar-inner {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: auto;
}
#nav {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 100%;
}
#nav li {
	float: none;
	display: inline-block;
	position: relative;
}
#nav li:before {
	/*content: '|';*/
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: -5px;
	float: left;
}
#nav li:first-child:before {
	display: none;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 400 16px/50px 'Roboto', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li:hover > a {
}
.navigation-row .navbar-inverse .brand, .navigation-row .navbar-inverse .nav > li > a {
	text-shadow: none;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	width: auto;
        min-width:220px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0;
	display: none;
	list-style: none;
	z-index: 999;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 180px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	display: block;
	background: none;
	border-top: 1px solid #ccc;
}
#nav li ul li:first-child {
	border: 0;
}
#nav li ul li a {
	background: none;
	color: #333;
	font: 14px/14px 'Roboto', sans-serif;
	text-align: left;
	padding: 10px;
	display: block;
}
/*NAVIGATION END*/
/*HEADER END*/

/*BANNER START*/
#banner {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 70px;
}
#banner img {
	display: block;
	width: 100%;
}
#banner .caption {
	position: absolute;
	left: 0;
	top: 189px;
	width: 100%;
	z-index: 99;
}
#banner .caption .thumb {
	float: left;
	margin: 0 30px 0 0;
}
#banner .caption .text-box {
	overflow: hidden;
}
#banner .caption .text-box span {
	font: 400 24px/24px 'museo';
	color: #fff;
	display: block;
	padding: 0 0 15px 0;
}
#banner .caption .text-box strong.title {
	display: block;
	font: 700 40px/40px 'museo';
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 10px 0;
}
#banner .caption .text-box h1 {
	display: block;
	font: 900 60px/60px 'museo';
	color: #fff;
	margin: 0 0 10px 0;
}
#banner .caption .text-box h2 {
	display: block;
	font: 500 60px/60px 'museo';
	color: #fff;
	margin: 0 0 20px 0;
}
#banner .caption .text-box a.btn-now {
	font: 300 20px/20px 'museo';
	color: #fff;
	float: left;
	padding: 16px 30px;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	z-index: 11;
	text-decoration: none;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}
#banner .caption .text-box a.btn-now:hover {
	color: #000;
}
#banner .caption .text-box a.btn-now:hover:before {
	width: 100%;
	opacity: 1;
}
#banner .caption .text-box a.btn-now:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #fff;
	z-index: -1;
	opacity: 0;
	border-radius: 3px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/*BANNER END*/

/*******************************************FEATURES SECTION START********************************************/
#content-holder {
  margin: 60px 0;
}
.features-section {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.features-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 19px 18px;
	margin-bottom: 30px;
}
.features-box .fa {
	float: left;
	font-size: 44px;
	border-right: 1px solid #ccc;
	padding: 20px 19px 20px 0;
	margin: 0 15px 0 0;
	text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.features-box .text-box {
	overflow: hidden;
}
.features-box .text-box h2 {
	font: 400 25px/25px 'Roboto', sans-serif;
	color: #333;
	margin: 0 0 15px 0;
}
.features-box .text-box h2 a {
	color: #333;
}
.features-box .text-box p {
	margin: 0;
	color: #777;
	font: 400 15px/20px 'Roboto', sans-serif;
}
.features-box:hover h2 a {
	color: #fff;
	text-decoration: none;
}
.features-box:hover p {
	color: #fff;
}
.features-box:hover .fa {
	color: #fff;
	border-color: #fff;
}
.features-box:hover {
	border: 1px solid rgba(0,0,0,0);
}
/*******************************************FEATURES SECTION END********************************************/

/******************************TOP SELLING BOOK SECTION START*******************************/
.top-selling-book {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.heading-style-1 {
	float: left;
	width: 100%;
}
.heading-style-1 h2 {
	font: 700 34px/34px 'Roboto', sans-serif;
	color: #222;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 0 18px 0;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.heading-style-1 h2:before {
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.top-book-box {
	float: left;
	width: 100%;
}
.top-book-box .frame {
	float: left;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.top-book-box .frame img {
	display: block;
	width: 100%;
}
.top-book-box .text-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	padding: 20px 13px;
	text-align: center;
	position: relative;
}
.top-book-box .text-box h3 {
	font: 400 14px/24px 'Roboto', sans-serif;
	color: #333;
	margin: 0 0 10px 0;
        min-height:50px;
}
.top-book-box .text-box h3 a {
	color: #333;
	text-decoration: none;
}
.top-book-box .text-box h3 span {
	display: block;
}
.top-book-box .text-box em {
	display: block;
	font: italic 700 13px/13px 'Roboto', sans-serif;
	padding: 0 0 10px 0;
}
.top-book-box .text-box strong.price {
	display: inline-block;
	font: 700 18px/24px 'Roboto', sans-serif;
	color: #333;
	float:none;
	border-left:none;
}
.top-book-box .text-box strong.cut-price {
	display: inline-block;
	font: 400 18px/24px 'Roboto', sans-serif;
}
.rating {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}
.rating li {
	display: inline-block;
	margin: 0 -1px;
}
.rating li a {
	text-decoration: none;
	font-size: 12px;
}
.btm-cart-row {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	margin: auto;
	z-index: 999;
}
.btm-cart-row a {
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	width: 45px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #fff;
}
.btm-cart-row a:hover {
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
}
.top-book-box:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.12);
}
.top-book-box:hover .text-box {
	border: 1px solid rgba(0,0,0,0);
	border-top: 0;
}
.top-book-box:hover .frame img {
	transform: translateY(0) translateX(-50px);
	-moz-transform: translateY(0) translateX(-50px);
	-webkit-transform: translateY(0) translateX(-50px);
	opacity: 0.8;
}
.top-selling-book .owl-carousel {
	float: left;
	width: 100%;
}
.top-selling-book .owl-carousel .owl-stage-outer {
	padding-bottom: 17px;
}
.top-selling-book .owl-theme .owl-dots .owl-dot span {
	background: #ccc;
	border-radius: 0px;
	display: block;
	height: 5px;
	margin: 0 3px;
	width: 20px;
}
.top-selling-book .owl-theme .owl-controls {
	margin: 20px 0 0 0;
}
/******************************TOP SELLING BOOK SECTION END*******************************/

/**************************************LIMITED TIME OFFER SECTION START***************************************/
.limited-time-offer {
	float: left;
	width: 100%;
	/*background: #f7f7f7;*/
	padding: 80px 0;
	margin-bottom: 275px;
	position: relative;
}
.limited-time-offer .owl-carousel {
	float: left;
	width: 100%;
        padding:0 0 20px 0;
}
.limited-time-offer .owl-carousel .owl-stage-outer {
	padding-bottom: 17px;
}
.limited-time-offer .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	color: #fff;
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0 3px;
	padding: 0;
}
.limited-time-offer .owl-next {
	position: absolute;
	top: -72px;
	right: 0;
}
.limited-time-offer .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 35px;
	display: block;
}
.limited-time-offer .owl-prev {
	position: absolute;
	right: 43px;
	top: -72px;
}
.limited-time-offer .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 35px;
	display: block;
}
.limited-time-offer .owl-prev:hover:before, .limited-time-offer .owl-next:hover:before {
	color: #fff;
}
.limited-time-offer .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border: 1px solid rgba(0,0,0,0);
}
.timer-box {
	width: 570px;
	display: block;
	background-image: url(../images/timer-pattren-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 30px 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -48px;
}
.timer-box:before {
	content: '';
	position: absolute;
	left: -48px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 48px solid #e1e1e1;
	border-left: 48px solid transparent;
}
.timer-box:after {
	content: '';
	position: absolute;
	right: -48px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 48px solid #e1e1e1;
	border-right: 48px solid transparent;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.timer-box .countdown-row {
	display: block;
	text-align: center;
}
.timer-box .countdown-section {
	display: inline-block;
	font-size: 75%;
	text-align: center;
	margin: 0 auto;
	width: 100px;
	padding: 10px 0;
	border-left: 1px solid #fff;
}
.timer-box .countdown-section:first-child {
	border: 0;
}
.timer-box .countdown-amount {
	font-size: 200%;
	font: 700 32px/32px 'Roboto', sans-serif;
	padding: 0;
	display: block;
	text-align: center;
	color: #fff;
}
.timer-box .countdown-period {
	display: block;
	font: 16px/16px 'Roboto', sans-serif;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	padding: 10px 0 0 0;
}
.limited-time-offer .top-book-box {
	margin-bottom: 30px;
}
/**************************************LIMITED TIME OFFER SECTION END***************************************/

/*****************************************NEW ARRIVALS SECTION START******************************************/
.new-arrivals-section {
	float: left;
	width: 100%;
}
.span12.new-arrivals-section{
	background-image: url(../images/newsletter-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-color: #000;
	padding-bottom:80px;
	padding-top:130px;
}
.new-arrivals-section strong.title {
	display: block;
	font: 900 60px/60px 'museo';
	color: #fff;
	text-align: center;
	padding: 0 0 40px 0;
}
.new-arrivals-section strong.title span {
	font-weight: 500;
}
.new-arrivals-section form {
	margin: 0 auto;
	width: 770px;
	display: block;
	position: relative;
}
.new-arrivals-section form input[type="text"] {
	float: left;
	width: 100%;
	padding: 0 20px;
	height: 60px;
	background: #fff;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
}
.new-arrivals-section form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 170px;
	border: 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 0 3px 3px 0;
}
.new-arrivals-section form button[type="submit"] span {
	font: 400 18px 'Roboto', sans-serif;
	color: #fff;
	padding: 0 0 0 8px;
}
.new-arrivals-section .news-box {
	float: left;
	width: 100%;
	margin: -260px 0 0 0;
}
.new-arrivals-section .news-box .frame {
	float: left;
	width: 100%;
	border: 8px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	background: #000;
	overflow: hidden;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
}
.new-arrivals-section .news-box .frame img {
	display: block;
	width: 100%;
}
.new-arrivals-section .news-box .frame .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.new-arrivals-section .news-box .frame .caption .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30%;
}
.new-arrivals-section .news-box .frame .caption span {
	display: block;
	text-align: center;
	font: 700 18px/18px 'Roboto', sans-serif;
	color: #fff;
	padding: 0 0 10px 0;
}
.new-arrivals-section .news-box .frame .caption strong.title-2 {
	font: 700 28px/28px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	line-height:35px;	
}
.new-arrivals-section .news-box:hover .frame img {
	opacity: 0.8;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*****************************************NEW ARRIVALS SECTION END******************************************/

/**************************************PRODUCT TAB SECTION START***************************************/
.product-tab {
	float: left;
	width: 100%;
	/* background: #f5f5f5; */
	padding: 80px 0 80px 0;
}
.product-tab .nav-tabs {
	border: 0;
        background:none;
       

}
.product-tab .nav {
	list-style: outside none none;
	margin-bottom: 50px;
	margin-left: 0;
	text-align: center;
	display: block;
}
.product-tab .nav-tabs > li, .product-tab .nav-pills > li {
	margin: 0;
	display: inline-block;
	float: none;
}
.product-tab .nav-tabs > li > a {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 30px;
	font: 700 18px/65px 'Roboto', sans-serif;
	color: #222;
	background: #fff;
	position: relative;
	outline: none;
}
.product-tab .nav-tabs li a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -9px;
	background: #e1e1e1;
	width: 30px;
	height: 20px;
}
.product-tab .nav-tabs li a:after {
	content: "\f0d8";
	font-size: 14px;
	color: #777;
	display: block;
	text-align: center;
	line-height: 20px;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
}
.product-tab .nav-tabs .active a:after {
	content: "\f0d7";
}
.product-tab .nav-tabs .active a:before {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
}
.product-tab .nav-tabs > li > a, .product-tab .nav-pills > li > a {
	margin-right: 0px;
	margin: 0;
}
.product-tab .nav-tabs > .active > a, .product-tab .nav-tabs > .active > a:hover, .product-tab .nav-tabs > .active > a:focus {
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
}
.product-tab .nav > li > a:hover, .nav > li > a:focus {
	color: #fff;
}
.product-tab .tab-content {
	float: left;
	width: 100%;
	overflow: inherit;
}
/**************************************PRODUCT TAB SECTION END***************************************/

/****************************************AUTHOR OF THE YEAR SECTION START*****************************************/
.author-year-section {
	float: left;
	width: 100%;
	background: #fff;
	padding:0px 0 80px 0;
}
/*.author-year-section .heading-style-1 h2{
	margin-bottom:100px;
}*/
.author-year-section .holder {
	float: left;
	width: 100%;
	border: 5px solid #ebebeb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 15px;
	height: 330px;
}
.author-year-section .holder .thumb {
	float: left;
	margin: 9px 30px 0 0;
	overflow: hidden;
	background: #000;
}
.author-year-section .holder .text-box {
	padding: 30px 0 0 0;
}
.author-year-section .holder .text-box strong.name {
	font: 400 26px/26px 'Roboto', sans-serif;
	color: #333;
	display: block;
	padding: 0 0 10px 0;
}
.author-year-section .holder .text-box em {
	font: italic 700 13px/13px 'Roboto', sans-serif;
	color: #333;
	display: block;
	padding: 0 0 10px 0;
}
.author-year-section .holder .text-box p {
	font: 400 15px/22px 'Roboto', sans-serif;
	color: #777;
	margin: 0 0 20px 0;
}
.author-social {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.author-social li {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	width: 36px;
	height: 36px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.12);
}
.author-social li a {
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #999;
	text-decoration: none;
}
.author-year-section .holder .text-box .frame {
	float: right;
	background: #000;
	overflow: hidden;
	margin: -55px 0 0 30px;
}
#author-slider .frame > img{
	width:250px;
	min-height:370px;
}
.author-year-section .holder .text-box .text-col {
	overflow: hidden;
}
.author-year-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	font-size: 0;
}
.author-year-section .owl-next {
	position: absolute;
	top: -22px;
	right: 94px;
}
.author-year-section .owl-next:before {
	content: "\f106";
	font-size: 20px;
	font-family: FontAwesome;
	color: #333;
	display: block;
	text-align: center;
	line-height: 33px;
}
.author-year-section .owl-prev {
	position: absolute;
	bottom: -22px;
	right: 94px;
}
.author-year-section .owl-prev:before {
	content: "\f107";
	font-size: 20px;
	font-family: FontAwesome;
	color: #333;
	display: block;
	text-align: center;
	line-height: 33px;
}
.author-year-section .owl-next:hover:before, .author-year-section .owl-prev:hover:before {
	color: #fff;
}
.author-year-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border: 1px solid rgba(0,0,0,0);
}
.author-year-section .holder .thumb:hover img {
	opacity: 0.6;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.author-social li a:hover {
	color: #fff;
}
.author-year-section .holder .text-box .frame:hover img {
	transform: scale(1.1);
	opacity: 0.6;
}
/****************************************AUTHOR OF THE YEAR SECTION END*****************************************/

/*******************************************BLOG AND TESTIMONIALS SECTION START********************************************/
.blog-testimonials-section {
	float: left;
	width: 100%;
	padding:20px 0 0px 0;
}
.blog-testimonials-section .blog-box {
	float: left;
	width: 100%;
}
.blog-testimonials-section .blog-box .frame {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}
.blog-testimonials-section .blog-box .frame strong.date {
	position: absolute;
	left: 0;
	top: 10px;
	width: 60px;
	height: 50px;
	font: 700 18px 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	padding: 10px 0 0 0;
}
.blog-testimonials-section .blog-box .frame strong.date em {
	display: block;
	font-size: 13px;
	font-style: italic;
}
.blog-testimonials-section .blog-box .frame img {
	display: block;
	width: 100%;
}
.blog-testimonials-section .blog-box .text-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	padding: 20px 20px 0 20px;
}
.blog-testimonials-section .blog-box .text-box h3 {
	font: 700 18px/18px 'Roboto', sans-serif;
	color: #333;
	margin: 0 0 10px 0;
}
.blog-testimonials-section .blog-box .text-box h3 a {
	color: #333;
}
.blog-testimonials-section .blog-box .text-box p {
	font: 400 15px/22px 'Roboto', sans-serif;
	color: #777;
	margin: 0 0 15px 0;
}
.btm-col {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 8px 0;
}
.btm-col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.btm-col ul li {
	float: left;
	padding: 5px 7px;
	border-left: 1px solid #ccc;
}
.btm-col ul li:first-child {
	border: 0;
	padding: 5px 7px 5px 0;
}
.btm-col ul li a {
	font: italic 700 12px/12px 'Roboto', sans-serif;
	text-decoration: none;
}
.btm-col ul li a .fa {
	padding: 0 6px 0 0;
}
.blog-testimonials-section .owl-carousel {
	float: left;
	width: 100%;
}
.blog-testimonials-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.blog-testimonials-section .owl-next {
	position: absolute;
	top: -67px;
	right: 0;
}
.blog-testimonials-section .owl-next:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 25px;
	display: block;
}
.blog-testimonials-section .owl-prev {
	position: absolute;
	top: -67px;
	right: 32px;
}
.blog-testimonials-section .owl-prev:before {
	content: "\f0d9";
	font-family: FontAwesome;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 25px;
	display: block;
}
.blog-testimonials-section .owl-next:hover:before, .blog-testimonials-section .owl-prev:hover:before {
	color: #fff;
}
.blog-testimonials-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border: 1px solid rgba(0,0,0,0);
}
.blog-testimonials-section .blog-box:hover .frame img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.7;
}
.blog-testimonials-section .blog-box:hover .text-box h3 a {
	text-decoration: none;
}
.testimonials-box {
	float: right;
	width: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 25px 30px 25px 60px;
	position: relative;
	margin-bottom: 30px;
}
.testimonials-box em {
	font: italic 18px/26px 'Roboto', sans-serif;
	color: #777;
}
.testimonials-box .thumb {
	width: 100px;
	height: 100px;
	position: absolute;
	left: -71px;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	background: #000;
}
.testimonials-box .thumb img {
	display: block;
	width: 100%;
}
.testimonials-box:hover .thumb img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0.6;
}
.blog-testimonials-section .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border-radius: 100%;
	display: block;
	height: 10px;
	margin: 0 3px;
	border: 2px solid #ccc;
	width: 10px;
}
.blog-testimonials-section .owl-dots {
	position: absolute;
	top: -57px;
	right: 0;
}
.blog-testimonials-section .owl-theme .owl-dots .owl-dot {
	float: right;
}
.blog-testimonials-section .owl-theme .owl-dots .owl-dot.active span, .blog-testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
	border: 2px solid rgba(0,0,0,0);
}
/*******************************************BLOG AND TESTIMONIALS SECTION END********************************************/

/*********************************************BANNER STYLE 2 START*********************************************/
#banner-2 {
	float: left;
	width: 100%;
	position: relative;
}
#banner-2 img {
	width: 100%;
	display: block;
}
#banner-2 .caption {
	position: absolute;
	left: 0;
	top: 200px;
	width: 100%;
}
#banner-2 .caption .text-box {
	width: 540px;
	float: left;
}
#banner-2 .caption .text-box span {
	font: 400 24px/24px 'museo';
	color: #fff;
	display: block;
	padding: 0 0 15px 0;
}
#banner-2 .caption .text-box strong.title {
	display: block;
	font: 700 40px/40px 'museo';
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 15px 0;
}
#banner-2 .caption .text-box h1 {
	display: block;
	font: 900 60px/60px 'museo';
	color: #fff;
	margin: 0 0 15px 0;
}
#banner-2 .caption .text-box h2 {
	display: block;
	font: 500 60px/60px 'museo';
	color: #fff;
	margin: 0 0 25px 0;
}
#banner-2 .caption .text-box a.btn-now {
	font: 300 25px/25px 'museo';
	color: #fff;
	float: left;
	padding: 18px 40px;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	z-index: 11;
	text-decoration: none;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}
#banner-2 .caption .text-box a.btn-now b {
	font-weight: 700;
}
#banner-2 .caption .text-box a.btn-now:hover {
	color: #000;
}
#banner-2 .caption .text-box a.btn-now:hover:before {
	width: 100%;
	opacity: 1;
}
#banner-2 .caption .text-box a.btn-now:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #fff;
	z-index: -1;
	opacity: 0;
	border-radius: 3px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
#banner-2 .caption .thumb {
	float: right;
	margin: -60px 0 0 0;
}
#banner-2 .caption .thumb img {
	width: auto;
}
#banner-2 .caption .thumb:hover {
	margin: -90px 20px 0 0;
}
#banner-2 .owl-carousel .owl-stage {
	padding: 0 0 120px 0;
}
/*********************************************BANNER STYLE 2 END*********************************************/

/*********************************************NEW ARRIVALS SUBSCRIPTION SECTION START**********************************************/
.new-arrivals-section-2 {
	float: left;
	width: 100%;
	background: #000 url(../images/new-arrivals-section-2-bg.png) no-repeat left top/cover;
	padding: 80px 0 0 0;
	margin-bottom: 160px;
}
.new-arrivals-section-2 strong.title {
	display: block;
	text-align: center;
	font: 500 57px 'Roboto', sans-serif;
	color: #fff;
	padding: 0 0 50px 0;
}
.new-arrivals-section-2 strong.title b {
	font-weight: 900;
}
.new-arrivals-section-2 .thumb {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 0 -66px 0;
	z-index: 9;
}
/*********************************************NEW ARRIVALS SUBSCRIPTION SECTION END**********************************************/

/***************************************************PRICING SECTION START****************************************************/
.pricing-section {
	float: left;
	width: 100%;
	padding: 0 0 80px 0;
}
.pricing-box {
	float: left;
	width: 100%;
	border: 5px solid #ebebeb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 50px;
	text-align: center;
}
.pricing-box h3 {
	font: 400 26px 'Roboto', sans-serif;
	color: #333;
	margin: 0 0 30px 0;
	text-align: center;
	display: block;
}
.pricing-box strong.amount {
	font: 900 58px 'Roboto', sans-serif;
	color: #222;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0 60px 10px 60px;
	position: relative;
	margin: 0 0 30px 0;
}
.pricing-box strong.amount:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	width: 50px;
	height: 3px;
}
.pricing-box strong.amount sup {
	font-weight: 500;
	font-size: 35px;
}
.pricing-box strong.amount sub {
	font-weight: 500;
	font-size: 35px;
	bottom: -2px;
}
.pricing-box ul {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
}
.pricing-box li {
	display: block;
	overflow: hidden;
	font: 400 17px/17px 'Roboto', sans-serif;
	color: #777;
	text-align: left;
	padding: 20px 0 0 0;
}
.pricing-box li:first-child {
	padding: 0;
}
.pricing-box li .fa {
	padding: 4px 15px 0 0;
	font-size: 12px;
	float: left;
}
.pricing-box a.btn-now {
	font: 300 20px/20px 'museo';
	color: #fff;
	display: inline-block;
	padding: 16px 20px;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	z-index: 11;
	text-decoration: none;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	margin-bottom: 10px;
}
.pricing-box a.btn-now:hover {
	color: #fff;
}
.pricing-box a.btn-now:hover:before {
	width: 100%;
	opacity: 1;
}
.pricing-box a.btn-now:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #222;
	z-index: -1;
	opacity: 0;
	border-radius: 3px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/***************************************************PRICING SECTION END****************************************************/

/****************************************************HIGHLIGHTED CHAPTERS SECTION START*****************************************************/
.highlighted-chapters {
	float: left;
	width: 100%;
	/* background: #f7f7f7; */
	padding: 80px 0;
}
.chapter-box {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.chapter-box .frame {
	float: left;
	width: 100%;
	padding: 4px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.chapter-box .text-box {
	float: left;
	width: 100%;
}
.chapter-box .text-box strong.number {
	font: 700 18px/18px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0,0,0,0.3);
	padding: 20px 9px;
	float: left;
	margin: 0 10px 0 0;
}
.chapter-box .text-box h3 {
	font: 700 18px/18px 'Roboto', sans-serif;
	color: #fff;
	margin: 20px 0;
}
.chapter-box .text-box h3 a {
	color: #fff;
        padding:0 0 0 10px;
}
.highlighted-chapters .owl-carousel {
	float: left;
	width: 100%;
}
.highlighted-chapters .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	margin: auto;
	padding: 0;
	font-size: 0;
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
}
.highlighted-chapters .owl-theme .owl-controls .owl-next {
	position: absolute;
	right: -65px;
	top: 0;
	background: #fff;
	bottom: 0;
	margin: auto;
}
.highlighted-chapters .owl-theme .owl-controls .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 35px;
	color: #333;
	text-align: center;
	display: block;
}
.highlighted-chapters .owl-theme .owl-controls .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 35px;
	color: #333;
	text-align: center;
	display: block;
}
.highlighted-chapters .owl-theme .owl-controls .owl-next:hover:before, .highlighted-chapters .owl-theme .owl-controls .owl-prev:hover:before {
	color: #fff;
}
.highlighted-chapters .owl-theme .owl-controls .owl-prev {
	position: absolute;
	left: -65px;
	top: 0;
	background: #fff;
	bottom: 0;
	margin: auto;
}
.highlighted-chapters .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0);
}
.chapter-box .frame:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/****************************************************HIGHLIGHTED CHAPTERS SECTION END*****************************************************/

/***************************************************FACTS AND REVIEWS SECTIO START****************************************************/
.facts-reviews-section {
	float: left;
	width: 100%;
	padding: 0px 0 0px 0;
}
.fact-box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.fact-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 40px 0 0 0;
}
.fact-box .caption strong.number {
	display: block;
	text-align: center;
	font: 900 36px 'Roboto', sans-serif;
	color: #fff;
}
.fact-box .caption span.text {
	display: block;
	text-align: center;
	font: 400 17px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.fact-box .caption span.text b {
	display: block;
	font-weight: 400;
}
.fact-box:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.video-box {
	float: left;
	width: 100%;
}
/***************************************************FACTS AND REVIEWS SECTIO END****************************************************/

/******************************************TESTIMONIALS STYLE 2 START*******************************************/
.testimonials-style-2 {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}
.testimonials-box-2 {
	float: left;
	width: 100%;
	padding: 50px 90px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
.testimonials-box-2 h2 {
	display: inline-block;
	text-align: center;
	font: 700 32px 'Roboto', sans-serif;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	position: relative;
	margin: 0 0 50px 0
}
.testimonials-box-2 h2:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	width: 50px;
	height: 3px;
	background: #fff;
}
.testimonials-box-2 .fa {
	display: block;
	text-align: center;
	font-size: 54px;
	color: #fff;
	margin: 0 0 30px 0;
}
.testimonials-box-2 em {
	display: block;
	text-align: center;
	font: italic 400 24px/36px 'Roboto', sans-serif;
	color: #fff;
}
.testimonials-style-2 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	margin: auto;
	padding: 0;
	font-size: 0;
	width: 45px;
	height: 45px;
	border: 1px solid #ccc;
}
.testimonials-style-2 .owl-next {
  bottom: -80px;
  position: absolute;
  right: 450px;
  top: 255px;
}
.testimonials-style-2 .owl-prev {
	position: absolute;
	bottom: -80px;
	left: -60px;
	right: 0;
	margin: auto;
        top:255px;

}
.testimonials-style-2 .owl-next:before {
	content: "\f178";
	font-size: 16px;
	color: #333;
	line-height: 45px;
	text-align: center;
	display: block;
	font-family: FontAwesome;
}
.testimonials-style-2 .owl-prev:before {
	content: "\f177";
	font-size: 16px;
	color: #333;
	line-height: 45px;
	text-align: center;
	display: block;
	font-family: FontAwesome;
}
.testimonials-style-2 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #fff;
	border: 1px solid rgba(0,0,0,0);
}
/******************************************TESTIMONIALS STYLE 2 END*******************************************/

/*****************Chapter Detail Page**********************/
.book-frame img{
	width:100%;
	height:auto;
}
.download-btn {
    border: 0 none;
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    text-decoration:none;
    padding: 10px 14px;
    text-transform: uppercase;
    width: 150px;
    text-align:center;
}

.FONTS {
	font-family: 'museo';
	font-family: 'Roboto', sans-serif;
}
.currency-box a, .language-box a, #nav li a, .features-box .text-box h2 a, .features-box .fa, .features-box, .features-box .text-box p, .btm-cart-row a, .top-book-box, .top-book-box .text-box, .top-book-box .frame img, .top-selling-book .owl-theme .owl-dots .owl-dot span, .limited-time-offer .owl-prev:before, .limited-time-offer .owl-next:before, .limited-time-offer .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .new-arrivals-section .news-box .frame img, .product-tab .nav-tabs > li > a, .author-year-section .owl-next:before, .author-year-section .owl-next:after, .author-year-section .owl-theme .owl-controls .owl-nav [class*="owl-"], .author-year-section .holder .thumb img, .author-social li a, .author-year-section .holder .text-box .frame img, .blog-testimonials-section .owl-theme .owl-controls .owl-nav [class*="owl-"], .blog-testimonials-section .owl-next:before, .blog-testimonials-section .owl-prev:before, .blog-testimonials-section .blog-box .frame img, .blog-testimonials-section .blog-box .text-box h3 a, .testimonials-box .thumb img, .testimonials-box, #banner-2 .caption .thumb, .highlighted-chapters .owl-theme .owl-controls .owl-nav [class*="owl-"], .highlighted-chapters .owl-theme .owl-controls .owl-next:before, .highlighted-chapters .owl-theme .owl-controls .owl-prev:before, .chapter-box .frame img, .fact-box img, .testimonials-style-2 .owl-theme .owl-controls .owl-nav [class*="owl-"], .testimonials-style-2 .owl-next:before, .testimonials-style-2 .owl-prev:before {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}

.dropdown-menu .product_list_widget li{  
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:20px;
}
.widget_shopping_cart_content .amount {
    color: #98b827;
}
.widget_shopping_cart_content .quantity {
    color: #98b827;
}
.widget_shopping_cart_content .total > strong {
    color: #000;
}
.widget_shopping_cart_content .total,.widget_shopping_cart_content .buttons{
	margin:10px;
}
.dropdown-menu::before {
    background: #98b827 none repeat scroll 0 0;
    color: #fff;
    content: "X";
    display: block;
    float: right;
    font-size: 14px;
    height: 25px;
    margin-left: 10px;
    text-align: center;
    width: 25px;
    cursor:pointer;
    font-weight:600;
}
.dropdown-menu > .cart-item > a{
	color:#888888;
}
.dropdown-menu > .cart-item > a:hover{
	background:#98b827;
	color:#fff;
}
.contact-page #commentform #comment {
    height:200px !important;
	resize: none;
    width: 50% !important;
}

/* New CSS */
#limited-offer .item {
  margin: 0 14px;
}
.limited-time-offer .owl-buttons [class*="owl-"]{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  margin: 0 3px;
  padding: 0;
  width: 35px;
}
.limited-time-offer .owl-buttons [class*="owl-"]:hover , .blog-testimonials-section .owl-buttons [class*="owl-"]:hover , .author-year-section .owl-buttons [class*="owl-"]:hover , .highlighted-chapters .owl-buttons [class*="owl-"]:hover{
 background-color:#98b827;
}
#blog-slider .owl-item {
  margin: 0 15px 0 0;
  max-width: 270px;
}
.blog-testimonials-section .owl-buttons [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 0;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 25px;
}
.author-year-section .owl-buttons [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 0;
  height: 35px;
  margin: 0;
  padding: 0;
  width: 35px;
}
.product-tab .tab-content .span3 {
  margin: 40px 30px 0 0;
  width: 22%;
}
.top-slider #banner-2 .owl-wrapper {
  padding: 0 0 160px;
}
.facts-reviews-section .span4 {
  margin: 0 20px 0 0 !important;
  width: 260px !important;
}
#chapters-slider .owl-item {
  margin: 0 25px 0 0;
  max-width: 370px;
  width: 100%;
}
.highlighted-chapters .owl-buttons [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 0;
  height: 35px;
  margin: auto;
  padding: 0;
  width: 35px;
}
.testimonials-style-2 .owl-buttons [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 0;
  height: 45px;
  margin: auto;
  padding: 0;
  width: 45px;
}
.testimonials-style-2 .owl-buttons [class*="owl-"]:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
}


/*New CSS*/

.row-fluid .cp-page-float-left .span12.author-year-section {
  margin-bottom: 0;
}
.row-fluid .cp-page-float-left .features-section {
  float: left;
  margin-bottom: 50px;
  margin-left: 0;
  width: 100%;
}
.row-fluid .cp-page-float-left .features-section .span4 {
  margin: 0 20px 0 0;
}
.cp-page-float-left .page-item .new-arrivals-section-2 {
  margin-bottom: 160px;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span12.pricing-section {
  margin-bottom: 0;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .pricing-section .span6 {
  margin: 0 20px 0 0;
}
.row-fluid .cp-page-float-left .span6.facts-reviews-section {
  margin: 0 20px 0 0;
}
.row-fluid .cp-page-float-left .span12.highlighted-chapters {
  margin-bottom: 0;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span12.blog-testimonials-section {
  margin-bottom: 0;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span12.top-selling-book {
  margin-bottom: 0;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span12.limited-time-offer {
 
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span12.new-arrivals-section {
  margin-bottom: 0;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span12.product-tab {
  margin-bottom: 0;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span12.author-year-section {
  margin-bottom: 0;
  margin-left: 0;
}
.row-fluid .cp-page-float-left .span6.blog-testimonials-section {
  margin: 0 20px 0 0;
}
#top-book .item{
	margin:0 12px;
}
.top-selling-book .owl-carousel .owl-wrapper{
	padding-bottom:18px;
}
.chapter-box .frame > p {
  padding: 5px;
}