body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	margin: 0 0 20px;
	color: #1e293d;
	line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1e293d;
}
p a {
	color: #555;
}
p a:hover {
	text-decoration: underline;
	outline: none;
}
p {
	letter-spacing: normal;
	line-height: 24px;
	color: #555;
}
a {
	color: #555;
	text-decoration: none;
	outline: none;
	display: inline-block;
	cursor: pointer;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
section {
	clear: both;
}
section + section {
	margin-top: 50px;
}
.row + .row {
	margin-top: 30px;
}
img {
	max-width: 100%;
}
iframe {
	border: 0;
	width: 100%;
}
button {
	background: none;
	border: 0;
	border-radius: 0;
	outline: none !important;
}
textarea {
	border-radius: 0 !important;
	resize: none;
	height: auto !important;
}
#spinner {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	top: 0;
	display: none;
}
.spinner {
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.main-content {
	min-height: 250px;
}
.main-heading-holder {
	text-align: center;
}
.main-heading {
	display: inline-block;
	padding: 0 0 50px;
}
.main-heading p {
	margin: 0;
	font-size: 20px;
}
.main-heading h2 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.main-heading h2::before,
.main-heading h2::after {
	content: "";
	position: absolute;
	width: 58px;
	height: 6px;
	top: 50%;
	margin: -2px 0 0;
}
.main-heading h2::before {
	right: 100%;
	background: url(/images/heading-left-line.png) no-repeat;
}
.main-heading h2::after {
	left: 100%;
	background: url(/images/heading-right-line.png) no-repeat;
}
.sec-heading {
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.sec-heading::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.sec-heading h2 {
	font-size: 24px;
	margin: 0;
	float: left;
	padding: 0;
}
.sec-heading h3, .sec-heading h4 {
	font-size: 18px;
	margin: 0;
	float: left;
	padding: 0;
}
.sec-heading::before {
	content: "";
	position: absolute;
	width: 70px;
	border-bottom: 3px solid;
	bottom: -2px;
	left: 0;
}
.sec-heading .view-all {
	float: right;
	color: #999;
	line-height: 20px;
	margin: 7px 0 0;
}
.sec-heading .view-all i {
	margin: 0 0 0 6px;
}
.btn-1 {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
	color: #fff;
	/*z-index: 11;*/
	text-decoration: none;
	-webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	-moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	outline: none;
}
.btn-1 .fa {
	font-size: 20px;
	float: right;
	margin: 0 0 0 10px;
}
.btn-1:hover {
	color: #fff;
}
.btn-1:hover:before {
	width: 100%;
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
}
.btn-1:before {
	content: '';
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	opacity: 0;
}
.btn-1.shadow-0 {
	box-shadow: none;
}
.btn-1.full-width {
	width: 100%;
}
.btn-1.blank {
	background: #f2f2f2;
	color: #999;
}
.btn-1.sm {
	padding: 5px 10px;
}
.btn-dark {
	background: #252525;
	color: #ffffff;
}
label.error {
	color: #ff0000;
	font-weight: normal;
	margin: 3px 0 0;
}
.pagination-holder {
	text-align: center;
}
.pagination {
	/*margin: 0;*/
}
.pagination-holder ul li {
	margin: 0 0 0 10px;
	float: left;
}
.pagination-holder ul li:first-child {
	margin: 0;
}
.pagination-holder ul li a {
	border: 0;
	padding: 0 12px;
	height: 36px;
	line-height: 32px;
	display: block;
	box-shadow: none;
	color: #555;
}
.pagination-holder ul li.active a {
	border: 1px solid;
	border-radius: 100%;
	background: none;
}
.pagination-holder ul li a:hover {
	background: none;
}
.tc-breadcrumb ul {
	display: inline-block;
}
.tc-breadcrumb li {
	float: left;
	color: #656565;
}
.tc-breadcrumb li a {
	float: left;
	font-weight: bold;
}
.tc-breadcrumb li::before {
	float: left;
	line-height: 22px;
	content: "\f111";
	font-family: fontawesome;
	margin: 0 10px;
	font-size: 7px;
}
.tc-breadcrumb li:first-child::before {
	display: none;
	margin: 0;
}
.social-icons li {
	display: inline;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	border: 0 none !important;
}
.social-icons li:first-child {
	margin: 0;
}
.social-icons li a {
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px;
	border-radius: 5px;
	color: #fff;
}
.social-icons-stories li a {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.social-icons li a.mail {
	background: #1d89cf;
}
.social-icons li a.facebook {
	background: #3c5899;
}
.social-icons li a.youtube {
	background: #ff0000;
}
.social-icons li a.google {
	background: #d34836;
}
.social-icons li a.linkedin {
	background: #007bb6;
}
.social-icons li a.twitter {
	background: #5ea9dd;
}
.social-icons li a.instagram {
	background: #D0307D;
}
.overlay-dark {
	position: relative;
}
.overlay-dark::before, .overlay-dark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.position-center-x {
	position: absolute;
	left: 10%;
	top: 35%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.position-center-y {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.p-absolute {
	position: absolute;
}
.p-relative {
	position: relative;
}
.z-index-2 {
	z-index: 2;
}
.font-italic {
	font-style: italic
}
.white-bg {
	background: #fff;
}
.gray-bg {
	background: #f5f5f5;
}
.text-white {
	color: #fff;
}
.font-bold {
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.d-inline-block {
	display: inline-block;
}
.d-block {
	display: block;
}
.h-white h1, .h-white h2, .h-white h3, .h-white h4, .h-white h5, .h-white h6 {
	color: #fff;
}
.p-white p {
	color: #fff;
}
.h-m-0 h1, .h-m-0 h2, .h-m-0 h3, .h-m-0 h4, .h-m-0 h5, .h-m-0 h6 {
	margin: 0;
}
.p-m-0 p {
	margin: 0;
}
.h-white h1 a, .h-white h2 a, .h-white h3 a, .h-white h4 a, .h-white h5 a, .h-white h6 a {
	color: #fff;
}
.p-white p {
	color: #fff;
}
.h-m-0 h1 a, .h-m-0 h2 a, .h-m-0 h3 a, .h-m-0 h4 a, .h-m-0 h5 a, .h-m-0 h6 a {
	margin: 0;
}
.p-m-0 p a {
	margin: 0;
}
.navbar-brand {
	height: auto;
	width: auto;
	padding: 0;
}
.tc-padding-top {
	padding-top: 108px;
}
.tc-padding-bottom {
	padding-bottom: 108px;
}
.tc-padding {
	padding: 108px 0;
}
.tc-margin {
	margin: 108px 0;
}
.tc-margin-top {
	margin-top: 80px;
}
.tc-margin-bottom {
	margin-bottom: 80px;
}
.btn-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-list li {
	float: left;
	margin: 0 0 0 30px;
	width: 46%;
}
.btn-list li:first-child {
	margin: 0;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.border-0 {
	border: 0 !important;
}
.m-lef-0 {
	margin-left: 0;
}
.m-right-0 {
	margin-right: 0;
}
.w-100-pre {
	width: 100%;
}
.h-100-pre {
	height: 100%;
}
.right-0 {
	right: 0;
}
.left-0 {
	left: 0;
}
.top-0 {
	top: 0;
}
.bottom-0 {
	bottom: 0;
}
.has-layout {
	float: left;
	width: 100%;
}
.box-layout {
	width: 1250px;
	margin: 50px auto;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.39);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.39);
}
.wrapper {
	position: relative;
	overflow: hidden;
}
.topbar {
	background: #1e293d;
	padding: 15px 0;
}
.cart-option {
	float: right;
	margin: 0 30px 0 0;
}
.cart-option ul li {
	float: left;
	margin: 0 0 0 30px;
}
.cart-option ul li:first-child {
	margin: 0;
}
.cart-option ul li a {
	color: #fff;
}
.cart-option ul li a i {
	font-size: 16px;
	margin: 0 10px 0 0;
}
.add-cart a {
	position: relative;
}
.add-cart a i {
	margin: 0 !important;
}
.add-cart a span {
	height: 16px;
	width: 16px;
	border-radius: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	right: -8px;
	font-size: 10px;
	line-height: 14px;
	border: 1px solid #1e293d;
}
.topbar .social-icons {
	margin: -2px 0 0;
}
.logincontrol {
	color: #ffffff;
}
.logincontrol i {
	font-size: 16px;
	margin: 0 10px 0 0;
}
.nav-holder {
	padding: 15px 0;
	background: #fff;
}
.nav-holder.style-1 {
	padding: 15px 0 0;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.28);
	-moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.28);
	box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.28);
}
.responive-nav {
	background: #fff;
	padding: 40px 0;
	overflow: auto;
	z-index: 1000;
}
.respoinve-nav-list li {
	border-bottom: 1px solid #cccccc;
}
.respoinve-nav-list li a {
	padding: 15px;
	display: block;
}
.respoinve-nav-list li a:hover {
	background: rgba(0, 0, 0, 0.1);
}
.respoinve-nav-list > li:last-child > a {
	border-bottom: 0;
}
.responsive-btn {
	display: block;
	padding: 10px 0;
	position: absolute;
	bottom: -57px;
	z-index: 1;
	right: 50px;
}
.responsive-btn {
	display: none;
}
.logo {
	float: left;
}
.navigation {
	float: right;
	margin: 10px 30px 0 0;
}
.navigation > ul > li {
	float: left;
	position: relative;
}
.navigation > ul > li::before {
	content: "/";
	float: left;
	margin: 30px 0 0;
	color: #ececec;
	font-size: 16px;
}
.navigation > ul > li:first-child::before {
	display: none;
}
.navigation > ul > li > a {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 30px 20px;
	position: relative;
}
.navigation > ul > li a i {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 16px;
	margin: 0 0 0 -10px;
	color: #636363;
}
.navigation > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	bottom: 0;
	border-bottom: 4px solid;
	visibility: hidden;
	opacity: 0;
}
.navigation > ul > li.active a::before {
	visibility: visible;
	opacity: 1;
}
.navigation ul li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	top: 80%;
	border-radius: 0 0 4px 4px;
	position: absolute;
	width: 230px;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	z-index: 999;
	border-bottom: 3px solid;
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(50, 50, 50, 0.24);
	-moz-box-shadow: inset 0 2px 3px 0 rgba(50, 50, 50, 0.24);
	box-shadow: inset 0 2px 3px 0 rgba(50, 50, 50, 0.24);
}
.navigation ul li ul li {
	position: relative;
	float: none;
	border-bottom: 1px solid #e8e8e8;
}
.navigation ul li ul li:last-child {
	border: 0;
}
.navigation ul li ul li a {
	width: 100%;
	position: relative;
	color: #333;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-transform: capitalize;
	text-align: left;
}
.navigation ul li ul li a:hover {
	color: #fff;
}
.navigation ul li ul li a::before {
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 0;
	top: 0;
}
.navigation ul li ul li a:hover::before {
	width: 100%;
}
.navigation ul li.dropdown-icon > a::after {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	margin: 0 0 0 5px;
}
.navigation ul li ul li.dropdown-icon > a::after {
	content: "\f105";
	margin: 0 0 0 40px;
}
.navigation ul li ul li a i {
	color: #666;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -7px 0 0;
}
.navigation ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.navigation ul li > ul li ul {
	left: 110%;
	top: 0 !important;
}
.navigation ul li ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
}
.mega-dropdown-wrapper {
	position: relative;
}
.categories-list h6 {
	font-weight: bold;
	text-transform: uppercase;
}
.categories-list a {
	margin: 0 0 10px;
	display: block;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	font-size: 12px;
}
.categories-list a:last-child {
	margin: 0;
}
.search-bar {
	float: right;
	margin: 20px 0 0;
}
.search-bar a {
	height: 34px;
	width: 34px;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	background: #0c2c40;
	border: 0;
}
.search-bar .sub-btn:hover {
	color: #fff;
}
.main-slider {
	position: relative;
	overflow: hidden;
}
.main-slider .item {
	position: relative;
}
.banner-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.banner-overlay .full-width {
	width: 100% !important;
}
.book-1 .bk-cover {
	background-image: url(/images/banner-2/img-01.jpg);
	background-repeat: no-repeat;
}
.book-2 .bk-cover {
	background-image: url(/images/banner-2/img-02.jpg);
	background-repeat: no-repeat;
}
.book-3 .bk-cover {
	background-image: url(/images/banner-2/img-03.jpg);
	background-repeat: no-repeat;
}
.book-1 .bk-front > div, .book-1 .bk-back, .book-1 .bk-left, .book-1 .bk-front:after {
	background-color: #ffc219;
}
.book-2 .bk-front > div, .book-2 .bk-back, .book-2 .bk-left, .book-2 .bk-front:after {
	background-color: #11767f;
}
.book-3 .bk-front > div, .book-3 .bk-back, .book-3 .bk-left, .book-3 .bk-front:after {
	background-color: #a8cfee;
}
.bk-back p {
	padding: 30px !important;
	color: #fff !important;
}
.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out; /*margin-left: 30px;margin-top: 5px;*/
}
.margin-bt-30 {
	margin-bottom: 30px;
}
.margin-tp-30 {
	margin-top: 30px;
}
.meta-image {
	margin: 0 0 20px;
	text-align: center;
}
.panel-body p {
	margin: 0;
}
.panel-body p + p {
	margin: 15px 0 0;
}
.panel-body span.label {
	display: inline-block;
	margin: 0 0 10px;
}
.reditect-text {
	text-align: center;
}
.reditect-text i {
	font-size: 24px;
}
.reditect-text span {
	display: block;
}
@keyframes floating {
	0% {
		transform: translate(0, 0);
	}
	65% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.scaling {
	float: left;
	animation-name: scale;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes scale {
	0% {
		transform: scale(0.9);
	}
	65% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}
.upcoming-release {
	background: url(/images/pattern-2.jpg) repeat;
	padding: 50px 0;
	overflow: hidden;
}
.release-heading {
	background: #1e293d;
	padding: 18px 30px;
	width: 53%;
}
.release-heading h5 {
	margin: 0;
	text-transform: capitalize;
	font-size: 18px;
}
.upcoming-slider {
	position: relative;
	min-height: 230px;
}
.upcoming-sliders::before {
	content: "";
	background: url(/images/pattern-2.jpg) repeat;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	-webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
}
.release-book-detail {
	background: #1e293d;
	padding: 17px 30px;
	border-radius: 30px;
	margin: -20px 0 0;
	position: relative;
	width: 38.2%;
	float: left;
}
.release-book-detail .detail {
	width: 60%;
	float: left;
}
.release-book-detail .detail span {
	font-size: 28px;
	font-weight: bold;
}
.release-book-detail .detail h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: normal;
}
.release-book-detail .detail p {
	margin: 0 0 10px;
}
.release-book-detail .detail {
	margin: 30px 0 0;
}
.release-book-detail .detail-img {
	float: right;
}
.release-book-detail .detail-img img {
	border-radius: 4px;
}
.bx-wrapper {
	margin: 0;
}
.release-book-detail i {
	float: right;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.bx-wrapper .bx-controls-direction {
	position: absolute;
	right: -754px;
	top: -39px;
}
.bx-wrapper .bx-controls-direction a {
	position: static !important;
	float: left;
	margin: 0;
	color: #fff;
}
.bx-wrapper .bx-controls-direction a:first-child {
	margin: 0;
}
.release-book-detail .bx-controls .bx-prev::before,
.release-book-detail .bx-controls .bx-next::before {
	font-family: FontAwesome;
}
.release-book-detail .bx-controls .bx-prev::before {
	content: "\f104";
}
.release-book-detail .bx-controls .bx-next::before {
	content: "\f105";
}
.release-thumb-holder {
	padding: 20px 0 0 0;
	float: right;
	width: 57%;
}
.release-thumb-holder::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.release-thumb {
	float: right;
}
.release-thumb li {
	display: inline-block;
	margin: 0 -4px 0 19px;
	vertical-align: top;
}
.release-thumb li:first-child {
	margin: 0;
}
.release-thumb li a {
	position: relative;
}
.release-thumb li a {
	border-radius: 10px;
	text-align: center;
}
.release-thumb li a > span {
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 13px;
}
.release-thumb li a .b-shadow {
	display: block;
	margin: 10px 0;
}
.release-thumb a.active {
	padding: 10px 25px;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	-moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
}
.plus-icon {
	height: 39px;
	width: 39px;
	line-height: 37px;
	text-align: center;
	border-radius: 100%;
	font-size: 25px !important;
	color: #fff;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -20px !important;
	font-weight: bold;
	visibility: hidden;
	opacity: 0;
}
.release-thumb a.active .plus-icon {
	visibility: visible;
	opacity: 1;
}
.product-box {
	border: 1px solid #e7e7e7;
	position: relative;
	background: #ffffff;
}
.product-box .sale-batch {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	border-radius: 100%;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	z-index: 1;
}
.product-img {
	padding: 10px;
	text-align: center;
	position: relative;
}
.product-img img {
	-webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	-moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	width: 100%;
}
.product-img a {
	display: block;
}
.product-detail {
	padding: 20px 20px;
	position: relative;
	z-index: 2;
}
.product-detail > span {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.product-detail h5 {
	font-size: 16px;
	margin: 0 0 10px;
}
.product-detail p {
	margin: 0;
}
.categories-list-home {
	position: relative;
	margin-bottom: 15px;
}
.categories-list-home .product-img {
	height: 192px;
}
.categories-list-home .product-detail {
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}
.categories-list-home .product-detail h5 {
	padding: 10px 5px;
	margin: 0;
}
.categories-list-home .product-detail h5 a {
	color: #ffffff;
}
.rating-nd-price {
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 15px;
}
.rating-nd-price strong {
	float: left;
	font-weight: bold;
	font-size: 22px;
	line-height: 20px;
}
.rating-nd-price strike {
	color: #666666;
	font-size: 18px;
}
.rating-nd-price span {
	background: #1e293d;
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 13px;
	padding: 2px 4px;
}
.rating-nd-price ul {
	float: right;
	margin: 3px 0 0;
}
.quick-buy {
	float: right;
	margin-top: -5px;
}
.aurthor-detail {
	overflow: hidden;
	padding: 15px 0 0;
}
.aurthor-detail span {
	float: left;
	text-transform: capitalize;
}
.aurthor-detail span img {
	border-radius: 100%;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.aurthor-detail a {
	margin: 5px 0 0;
	float: right;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
	background: #f3f3f3;
}
.product-detail::before, .product-detail::after {
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	content: "";
	height: 8px;
	position: absolute;
	background: #ffffff;
}
.product-detail::before {
	bottom: -9px;
	left: 3px;
	width: 98.6%;
}
.product-detail::after {
	bottom: -17px;
	height: 8px;
	left: 6px;
	width: 96.6%;
}
.tabs-nav-holder {
	overflow: hidden;
	position: relative;
	margin: 0 0 30px;
}
.tab-content > .tab-pane {
	padding: 10px;
}
.tab-content > .active {
	height: auto;
}
.tabs-nav-holder::before {
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #e7e7e7;
	height: 100%;
	width: 92%;
	left: 0;
	z-index: -1;
}
.recomended-products {
	background: url(/images/staff-bg.jpg) repeat;
	padding: 50px 0;
}
.recomend-slider {
	padding: 20px;
	/*background: url(/images/book-shelf-img.png) no-repeat 40px 80px;*/
}
.recomend-slider .owl-prev, .recomend-slider .owl-next {
	border-radius: 0;
	background: none;
	border: 1px solid #999;
	color: #999;
	height: 45px;
	width: 45px;
	line-height: 44px;
}
.recomend-slider .owl-prev {
	right: 100%;
	left: auto;
}
.recomend-slider .owl-next {
	left: 100%;
}
.recomend-slider .owl-prev:hover, .recomend-slider .owl-next:hover {
	background: #1e293d;
	border-color: #1e293d;
}
.recomend-slider .item {
	background: #ffffff;
	text-align: center;
	padding: 20px;
	border: 1px solid #cccccc;
}
.recomend-slider .item p {
	margin: 10px 0 0;
}
.open-book-view .modal-content {
	background: rgba(0, 0, 0, 0.4);
	padding: 40px;
}
.open-book-view .close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	color: #fff;
	opacity: 1;
}
.view-page {
	position: fixed;
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#magazine {
	width: 350px;
	height: 300px;
}
#magazine .turn-page {
	background-color: #ccc;
	background-size: 100% 100%;
}
.book-collection .nav-tabs {
	float: left;
	width: 100%;
	margin: 0;
}
.services-list .col-sm-6:nth-child(2n+1) {
	clear: both;
}
.sidebar {
	background: #f8f8f8;
}
.sidebar h4 {
	font-weight: bold;
	border-bottom: 1px solid #f8f8f8;
	padding: 15px;
	margin: 0;
	background: #f8f8f8;
	font-size: 16px;
}
.sidebar ul {
	height: 584px;
	overflow-y: scroll;
}
.sidebar ul li {
	position: relative;
}
.sidebar ul li.active {
	background: #ff851d;
}
.sidebar ul li.active a {
	color: #ffffff;
}
.sidebar ul li a {
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}
.sidebar ul li::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.sidebar ul li.ui-state-active::before {
	color: #fff;
	width: 100%;
}
.sidebar ul li.ui-state-active a {
	color: #fff;
}
#book-collections-tabs {
}
/*
#book-collections-tabs .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#book-collections-tabs .row div {
    display: flex;
    flex-direction: column;
}
*/
.collection-content {
	overflow-x: auto;
	height: 100%;
}
.collection-content::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.collection-content .s-product {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	margin: 0 0 20px;
}
.collection-content .s-product a {
	position: relative;
}
.collection-content .s-product span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
	background: #ff851d;
	color: #ffffff;
	font-size: 15px;
	padding: 10px;
}
.collection-content .s-product:hover img {
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.collection-content .s-product:hover span {
	display: block;
}
.services-text strong {
	text-transform: uppercase;
	display: block;
	margin: 0 0 15px;
	font-weight: normal;
}
.services-text h3 {
	line-height: 35px;
	font-size: 22px;
}
.service-column {
	padding: 0 0 0 60px;
	position: relative;
	margin: 0 0 30px;
}
.service-column .service-icon {
	height: 45px;
	width: 45px;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	background: #1e293d;
	text-align: center;
	color: #fff;
	font-size: 25px;
	border-radius: 100%;
}
.service-column p {
	margin: 0;
}
.service-column h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0 0;
}
.service-column a {
	color: #ff851d;
}
.aurthor-img {
	border: 10px solid rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	-moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
	box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.67);
}
.follow ul li:first-child {
	color: #fff;
	line-height: 25px;
}
.latest-section h2 {
	margin: 0;
}
.tweet {
	background: #55acee;
	padding: 50px 0;
}
.tweet-slider .item {
	padding: 0 100px 0 90px;
	overflow: hidden;
}
.tweet-slider .item p {
	font-size: 18px;
	color: #1f2539;
	margin: 0 0 10px;
}
.tweet-slider .item p a {
	display: inline-block;
	color: #fff;
	padding: 0;
}
.tweet-slider .item p strong {
	color: #fff;
	font-weight: normal;
}
.tweet-slider .item ul li {
	float: left;
	margin: 0 0 0 10px;
	color: #fff;
}
.tweet-slider .item ul li:first-child {
	margin: 0;
}
.tweet-slider .item ul li i {
	margin: 0 5px 0 0;
}
.twit-icon {
	position: absolute;
	left: 0;
	height: 54px;
	line-height: 54px;
	width: 54px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
}
.tweet-slider .owl-nav {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -20px 0 0 0;
}
.tweet-slider .owl-prev, .tweet-slider .owl-next {
	background: none;
	border: 1px solid #fff;
	margin: 0;
	border-radius: 100%;
	float: left;
	position: static;
	height: 26px;
	line-height: 24px;
	width: 26px;
	font-size: 14px;
	color: #fff;
}
.tweet-slider .owl-next {
	margin: 0 0 0 10px;
}
.tweet-slider .owl-prev::before, .tweet-slider .owl-next::before {
	font-family: fontawesome !important;
}
.tweet-slider .owl-prev::before {
	content: "\f104";
}
.tweet-slider .owl-next::before {
	content: "\f105";
}
#footer {
	background: #06080f;
	padding: 60px 0 0;
	float: left;
	width: 100%;
}
.footer-columns {
	padding: 0 0 60px;
}
.footer-ad-banner {
	text-align: center;
	margin: 0 0 35px;
}
.logo-column {
}
.logo-column a {
	margin: 0 0 30px;
}
.logo-column p {
	color: #b5b5b5;
}
.address-list li {
	margin: 0 0 15px;
	color: #b5b5b5;
}
.address-list li:last-child {
	margin: 0;
}
.address-list li i {
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 100%;
	background: #0c0f17;
	margin: 0 10px 0 0;
}
.footer-column {
	padding: 35px 0 0;
}
.footer-column h4 {
	margin: 0 0 40px;
	font-size: 16px;
}
.footer-links li {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
.footer-links li:hover {
	padding: 0 0 0 30px;
}
.footer-links li:hover::before {
	left: 10px;
}
.footer-links li:last-child {
	margin: 0;
}
.footer-links li::before {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #b5b5b5;
}
.footer-links li a {
	color: #b5b5b5;
	text-transform: uppercase;
}
.newsletter p {
	color: #b5b5b5;
	margin: 0 0 20px;
}
.newsletter-input {
	position: relative;
	margin: 0 0 30px;
}
.newsletter-input i {
	height: 48px;
	line-height: 48px;
	color: #b5b5b5;
	font-size: 16px;
	position: absolute;
	left: 0;
	width: 48px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.newsletter-input input {
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #b5b5b5;
	padding: 0 100px 0 60px;
	height: 48px;
	line-height: 48px;
	width: 100%;
	border-radius: 0;
	font-weight: 400;
	width: 100%;
	background: none;
	box-shadow: none;
}
.newsletter-input button {
	position: absolute;
	right: 0;
	height: 47px;
	padding: 0 20px;
	border: 0;
	color: #fff;
	top: 1px;
}
.sub-foorer {
	background: #0a0f19;
	padding: 10px 0;
}
.sub-foorer p {
	color: #b5b5b5;
	font-size: 12px;
	margin: 0;
}
.back-top {
	color: #b5b5b5;
	font-size: 12px;
	float: right;
}
.back-top i {
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background: #080b14;
	margin: 0 0 0 10px;
}
.cards-list {
	float: right;
	margin: 0 30px 0 0;
}
.cards-list li {
	float: left;
	margin: 0 0 0 5px;
}
.modal-content > strong {
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #1f2539;
}
.social-options {
	margin: 0 0 10px;
	text-align: center;
}
.social-options ul li {
	overflow: hidden;
	display: inline-block;
	margin: 0;
	padding: 5px;
}
.social-options ul li a {
	height: 50px;
	color: #fff;
	border-radius: 3px;
	position: relative;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 50px;
	text-align: center;
}
.social-options ul li a i {
	height: 100%;
	line-height: 50px;
	text-align: center;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}
.social-options ul li a.facebook {
	background: #4b6ea9;
}
.social-options ul li a.youtube {
	background: #ff0000;
}
.social-options ul li a.twitter {
	background: #00d7fa;
}
.social-options ul li a.google {
	background: #dd4c3b;
}
.social-options ul li a.instagram {
	background: #D0307D;
}
.quick-view {
	background: rgba(0, 0, 0, 0.7);
}
.quick-view .modal-content {
	padding: 50px;
	width: 880px;
}
.quick-view .single-product-detail {
	margin: 0;
}
.quick-view .close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
}
.quick-view .prics {
	font-size: 20px;
	display: block;
	margin: 0 0 10px;
}
.quick-view .prics .was {
	color: #999;
	margin: 0 10px 0 0;
}
.inner-banner::before {
	background: rgba(0, 0, 0, 0.7);
}
.inner-page {
	margin: 50px 0;
}
.inner-page-heading h1 {
	margin: 0;
	font-size: 25px;
	font-weight: bold;
}
.breadcrumb-holder {
	text-align: right;
}
.breadcrumbs {
	color: #555;
}
.breadcrumbs ul li {
	font-size: 12px;
	display: inline-block;
}
.breadcrumbs ul li a {
	color: #999;
}
.breadcrumbs ul li::before {
	content: "/";
	margin: 0 5px;
}
.breadcrumbs ul li:first-child::before {
	display: none;
}
.authors-filter {
	margin: 0 0 50px;
	overflow: hidden;
}
.authors-filter ul li {
	float: left;
}
.authors-filter ul li a {
	color: #999;
	padding: 15px 14px;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}
.authors-filter ul li a.selected {
	background: #f6f6f6;
}
.authors-filter ul li a.selected::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -1px;
	border-bottom: 1px solid;
	left: 0;
}
.author-list > li {
	padding: 0 0 50px;
	margin: 0 0 50px;
	border-bottom: 1px solid #f3f3f3;
}
.author-list li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.author-list-widget {
	position: relative;
	padding: 0 0 0 150px;
}
.author_listing_icons {
	position: absolute;
	top: 0;
	right: 0;
}
.author-list-widget:hover .overlay {
	visibility: visible;
	opacity: 1;
}
.author-list-widget:hover .overlay a {
	margin: 0;
}
.arthor-list-img {
	position: absolute;
	left: 0;
	top: 0;
}
.arthor-list-img .overlay {
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
}
.arthor-list-img .overlay a {
	height: 38px;
	line-height: 34px;
	width: 38px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.9);
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 0;
}
.author-list-detail h5 {
	margin: 0 0 15px;
}
.author-list-detail span {
	color: #555;
	margin: 0 0 14px;
	display: block;
}
.author-list-detail p {
	font-size: 14px;
	margin: 0 0 15px;
}
.author-list-detail .btn-1 {
	box-shadow: none;
}
.aside-widget {
	margin: 0 0 40px;
	overflow: hidden;
}
.aside-widget > h6 {
	padding: 0 0 15px;
	border-bottom: 5px solid #f5f5f5;
	margin: 0 0 25px;
	font-size: 17px;
}
.aside-widget h2 {
	margin: 0 0 10px;
}
.books-post-widget {
	clear: both;
	overflow: visible;
	margin: 0 0 15px;
}
.books-post-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}
.books-post-widget h6 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}
.books-post-widget a {
	display: inline;
}
.books-post-widget span {
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
}
.arthor-detail-column {
	padding: 30px;
	text-align: center;
	border: 1px solid #ececec;
}
.arthor-detail-column .arthor-img {
	position: relative;
	display: inline-block;
}
.arthor-detail-column .arthor-img .edit-tag {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #1e293d;
	font-size: 12px;
	padding: 0 10px 0 40px;
	color: #fff;
}
.arthor-detail-column .arthor-img .edit-tag i {
	position: absolute;
	left: 0;
	height: 100%;
	padding: 0 10px;
	line-height: 26px;
	background: #505866;
}
.arthor-detail {
	padding: 30px 20px;
}
.arthor-detail h6 {
	margin: 0 0 5px;
}
.arthor-detail > span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 30px;
}
.arthor-progress span {
	color: #333;
	margin: 0 0 20px;
	display: inline-block;
}
.arthor-progress .progress {
	margin: 0;
}
.arthor-progress .progress[value], base::-moz-progress-bar {
	border-radius: 10px;
	background: #f7f7f7;
	height: 10px;
}
.comments-status {
	background: #f7f7f7;
	padding: 15px 0;
	overflow: hidden;
	margin: 0 0 30px;
}
.comments-status li {
	float: left;
	width: 33%;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid #fff;
}
.comments-status li:last-child {
	border: 0;
	border-left: 1px solid #fff;
}
.comments-status li i {
	display: block;
	margin: 0 0 5px;
}
.comments-spinner {
	display: none;
	text-align: center;
	margin: 15px 0 0;
}
.social-activity p {
	font-size: 13px;
}
.social-activity .social-icons {
	display: inline-block;
}
.single-arthor-widget {
	margin: 0 0 60px;
}
.single-arthor-widget:last-child {
	margin: 0;
}
.single-arthor-widget h5 {
	font-size: 19px;
	padding: 0 0 15px;
	border-bottom: 3px solid #f5f5f5;
	margin: 0 0 25px;
}
.single-arthor-widget h5 i {
	margin: 0 10px 0 0;
	color: #dcdcdc;
}
.author-overview p {
	line-height: 22px;
	margin: 0 0 20px;
}
.author-overview p:last-child {
	margin: 0;
}
.recommended-book-img {
	margin: 0 0 15px;
}
.recommended-book-detail h6 {
	margin: 0 0 5px;
	font-size: 14px;
}
.recommended-book-detail span {
	font-size: 12px;
	color: #555;
	display: block;
}
.author-p-detail ul li {
	margin: 0 0 30px;
}
.author-p-detail ul li:last-child {
	margin: 0;
}
.author-p-detail ul li h6 {
	color: #999;
	font-size: 16px;
}
.author-p-detail ul li h6 span {
	color: #333;
}
.author-p-detail ul li h6 i {
	margin: 0 10px 0 0;
	font-size: 8px;
}
.author-p-detail ul li p {
	margin: 0;
}
.aside-widget .search-bar.style-2 {
	width: 100%;
}
.Category-list li a {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	display: block;
}
.Category-list li a:hover {
	margin: 0 0 0 20px;
}
.Category-list li a:hover::before {
	margin: 0 20px 0 0;
}
.Category-list li a::before {
	content: "\f105";
	font-family: fontawesome;
	margin: 0 10px 0 0;
	color: #ccc;
}
.Category-list li:first-child a {
	padding-top: 0;
}
.Category-list li:last-child a {
	padding-bottom: 0;
	border: 0;
}
.Category-list li.active a {
	color: #ff851d;
	margin: 0 0 0 20px;
}
.reading-list .form-group, .weekly-newsletter .form-group {
	position: relative;
}
.reading-list .form-group .form-control, .weekly-newsletter .form-group .form-control {
	padding-left: 40px;
}
.reading-list .form-group i, .weekly-newsletter .form-group i {
	position: absolute;
	left: 15px;
	top: 10px;
	color: #ccc;
}
.tags-list {
	margin: 0 0 0 -2px;
}
.tags-list li {
	float: left;
	margin: 0 0 5px 2px;
}
.tags-list li a {
	font-size: 12px;
	padding: 0 14px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	background: #f9f9f9;
	text-transform: uppercase;
}
.tags-list li a:hover {
	color: #fff;
}
.large-blog-post h3 {
	font-size: 24px;
	line-height: 36px;
}
.large-blog-img {
	margin: 0 0 30px;
}
.blog-slider .owl-controls {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -30px;
	bottom: 30px;
}
.blog-slider .owl-dots {
	margin: 0;
}
.blog-slider .owl-dot {
	height: 10px;
	width: 10px;
	border-radius: 100%;
	border: 1px solid #fff;
	background: none;
}
.blog-slider .owl-dot.active {
	background: #fff;
}
.left-border {
	padding: 0 0 0 30px;
	position: relative;
}
.left-border::before {
	content: "";
	position: absolute;
	left: 0;
	width: 9px;
	height: 100%;
	background: url(/images/border-left.jpg) repeat-y;
}
.meta-post {
	margin: 0 0 10px;
	overflow: hidden;
}
.meta-post li {
	display: inline-block;
	font-size: 13px;
	color: #999;
}
.meta-post li span {
	color: #555;
}
.meta-post li i {
	margin: 0 10px 0 0;
}
.meta-post li:first-child::before {
	display: none;
}
.meta-post li::before {
	content: "/";
	float: left;
	margin: 0 10px;
}
.meta-post h1, .meta-post h2, .meta-post h3, .meta-post h4, .meta-post h5 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #999;
}
.post-m-widget {
	margin: 0 0 80px;
}
.post-thumnail-slider .bx-wrapper {
	margin: 0 0 9px;
}
.post-thumnail-slider #thumbnail {
	overflow: hidden;
}
.post-thumnail-slider #thumbnail a {
	display: inline-block;
	margin: 0 0 0 9px;
	vertical-align: top;
	width: 15%;
}
.post-thumnail-slider #thumbnail a:first-child {
	margin: 0;
}
.post-thumnail-slider .post-thumbnail li .overlay a {
	height: 68px;
	line-height: 68px;
	width: 68px;
	border-radius: 100%;
	background: #1e293d;
	color: #fff;
	font-size: 25px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	margin: 30px 0 0;
}
.post-thumnail-slider .post-thumbnail li:hover .overlay a {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
h3 span {
}
h3 span a {
	color: #C2141A;
}
.date {
	color: #555;
	font-size: 13px;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.date i {
	margin: 0 10px 0 0;
}
.large-blog-img.video iframe {
	height: 460px;
}
.blog-grid .grid-blog {
	margin: 0 0 60px;
}
.event-map {
	height: 480px;
	margin: 0 0 30px;
}
.comments-holder {
	margin: 0 0 60px;
}
.comments-holder > ul > li {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}
.comments-holder > ul > li > img {
	position: absolute;
	margin: -10px 0 0 0;
	border-radius: 100%;
}
.comments-holder ul li:last-child {
	margin: 0;
}
.comment {
	padding: 0 0 0 100px;
}
.comment h6 {
	margin: 0 0 20px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.comment h6 span {
	color: #555;
	margin: 0 0 0 10px;
}
.comment p {
	margin: 0 0 20px;
	font-size: 14px;
}
.comment .replay-btn {
	font-size: 14px;
}
.comment .replay-btn i {
	margin: 0 10px 0 0;
}
.sending-form .form-group {
	position: relative;
}
.sending-form .form-group .form-control {
	padding-left: 40px;
}
.sending-form .form-group i {
	position: absolute;
	left: 15px;
	top: 10px;
	color: #ccc;
}
.blog-detail-single {
	margin: 0 0 50px;
}
.blog-detail-single:nth-child(2n+1) {
	clear: left;
}
.blog-detail-single .imagecolumn {
	margin: 0 0 20px;
}
.search-bar.style-3 .sub-btn {
	background: none;
	color: #575655;
}
.offer-price {
	color: #999;
}
.product-sort {
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px solid #eee;
	margin: 0 0 30px;
}
.product-sort .sort-dropdown label {
	float: left;
	line-height: 32px;
	margin: 0 20px 0 0;
}
.product-sort .sort-dropdown select {
	height: 32px;
	border: 1px solid #eee;
	padding: 0 10px;
	color: #999;
	background: #ffffff;
}
.product-grid-holder {
	margin: 0 0 50px;
}
.product-grid-holder .product-box {
	margin: 0 0 50px;
}
.product-grid-holder .rating-nd-price {
	border-top: 1px solid #e7e7e7;
	padding: 20px 0 0;
	border-bottom: 0;
}
.add-cart-alert {
	overflow: hidden;
	border-top: 1px solid;
	padding: 30px;
	background: #f7f7f7;
	margin: 0 0 40px;
}
.add-cart-alert p {
	float: left;
	margin: 0;
	line-height: 40px;
}
.add-cart-alert p i {
	margin: 0 10px 0 0;
}
.product-thumnbnail {
	text-align: center;
	margin: 0 0 20px;
}
.product-thumnbnail .bx-wrapper {
	border: 1px solid #e3e3e3;
	overflow: hidden;
	text-align: center;
}
.product-thumnbnail .bx-wrapper ul li {
	padding: 50px 0;
}
.product-thumnbnail .bx-wrapper ul li > img {
	display: inline-block;
	-webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.75);
}
.product-thumnbnail .bx-wrapper ul li .expand {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background: #1e293d;
	position: absolute;
	left: 0;
	top: 0;
}
.product-thumnbnail #product-thumbs a {
	float: left;
	padding: 15px 29.8px;
	border-left: 1px solid #e3e3e3;
	border-top: 0;
	border-bottom: 1px solid #e3e3e3;
}
.product-thumnbnail #product-thumbs a:last-child {
	border-right: 1px solid #e3e3e3;
}
.product-thumnbnail #product-thumbs {
	display: inline-block;
}
.availability {
	text-transform: capitalize !important;
	color: #999;
	margin: 0 0 20px;
	display: block;
}
.availability strong {
	font-weight: normal;
}
.availability strong i {
	margin: 0 2px 0 0;
}
.single-product-detail h3 {
	font-size: 24px;
}
.single-product-detail h4 {
	font-size: 18px;
	margin: 0;
}
.quantity-box {
	overflow: hidden;
	margin: 0 0 20px;
}
.quantity-box label {
	float: left;
	margin: 0 10px 0 0;
	line-height: 32px;
}
.sp-quantity button, .sp-quantity input {
	display: inline-block;
	outline: 0 none;
}
.sp-minus {
	width: 30px;
	height: 30px;
	border: 1px solid #f2f2f2;
	text-align: center;
	color: #999;
	cursor: pointer;
}
.sp-input {
	width: 50px;
	height: 30px;
	border: 0 none;
	text-align: center;
}
.sp-plus {
	width: 30px;
	height: 30px;
	border: 1px solid #f2f2f2;
	border-left: 0 solid #f2f2f2;
	text-align: center;
	color: #999;
	cursor: pointer;
}
.cart-total {
	margin: 0 auto;
	width: 50%;
}
.address-row {
	background: #f7f7f7;
	border: 1px solid #eeeeee;
	display: table;
	width: 100%;
	padding: 10px;
	margin: 0 0 10px;
	border-radius: 3px;
}
.address-row.selected {
	background: #cccccc;
}
.address {
	display: table-cell;
}
.address-select {
	display: table-cell;
	width: 100px;
	text-align: center;
}
.single-product-detail .btn-list li {
	width: auto;
	margin: 0 0 0 5px;
}
.single-product-detail .btn-list li .btn-1 i {
	padding: 0;
}
.reviews-list {
	margin: 0 0 60px;
}
.reviews-list ul li > img, .reviews-list ul li a > img {
	position: absolute;
}
.reviews-list > ul > li {
	margin: 0 0 30px;
}
.reviews-list > ul > li:last-child {
	margin: 0;
}
.reviews-list ul li .comment {
	padding: 0 0 0 70px;
}
.reviews-list ul li .comment h6 {
	float: left;
	font-weight: bold;
	color: #333;
}
.reviews-list ul li .comment h6 span {
	margin: 0 10px;
	color: #999;
}
.reviews-detail {
	overflow: hidden;
}
.reviews-list ul li .comment p {
	margin: 0;
}
.add-review {
	margin: 0 0 60px;
}
.add-review h5 {
	font-size: 18px;
	font-weight: bold;
}
.add-review h6 {
	font-weight: bold;
	font-size: 14px;
}
.add-review form {
	width: 85%;
}
.tabs-nav ul li {
	margin: 0 0 6px;
}
.tabs-nav ul li:last-child {
	margin: 0;
}
.tabs-nav ul li a {
	padding: 15px 20px;
	background: #f9f9f9;
	font-weight: bold;
}
.disc-reviews-tabs .tabs-nav ul li.ui-tabs-active a {
	color: #fff;
}
.description {
	margin: 0 0 60px;
}
.description p:last-child {
	margin: 0;
}
.description .check-list li::before {
	content: "\f046";
	margin: 0 10px 0 0;
	font-family: fontawesome;
}
.description .check-list li {
	margin: 0 0 10px;
}
.description .check-list li:last-child {
	margin: 0;
}
.single-boook-detail {
	margin: 0 0 60px;
}
.disc-nd-Description .product-box {
	margin: 0 0 50px;
}
.disc-nd-Description .rating-nd-price {
	border-top: 1px solid #e7e7e7;
	padding: 20px 0 0;
	border-bottom: 0;
}
.book-list-widget {
	position: relative;
	padding: 30px;
	border: 1px solid #ececec;
	overflow: hidden;
	margin: 0 0 40px;
}
.book-list-widget:last-child {
	margin: 0;
}
.book-list-widget .detail {
	padding: 0 0 0 170px;
	min-height: 165px;
}
.book-list-widget .detail > span {
	font-size: 13px;
	display: block;
	margin: 0 0 10px;
}
.book-list-widget .detail p:last-child {
	margin: 0;
}
.book-list-container {
	margin: 0 0 30px;
}
.book-list-detail > a {
	float: left;
}
.book-list-detail > a span {
	display: block;
	text-align: center;
	background: #252525;
	color: #ffffff;
	padding: 8px 0;
	margin: 2px 0 0;
}
.book-list-detail .detail-status {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #252525;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 3px;
}
.book-list-detail p {
	margin: 0 0 10px;
	padding: 0;
}
.book-list-detail .book-name {
	margin: 0 0 15px;
}
.book-list-detail h5 {
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.book-list-detail h5 span {
	font-weight: normal;
	color: #999;
	margin: 0 10px;
}
.book-list-detail .book-name {
	overflow: hidden;
}
.book-list-detail .book-name h5 {
	margin: 0;
}
.address-column {
	text-align: center;
}
.address-column h6 {
	font-weight: bold;
}
.address-icon {
	height: 70px;
	width: 70px;
	line-height: 70px;
	margin: 0 0 30px;
	text-align: center;
	border-radius: 100%;
	background: #f8f8f8;
	color: #555;
	font-size: 20px;
	display: inline-block;
}
.address-column strong {
	font-size: 14px;
	margin: 0 0 10px;
	display: block;
}
.address-column .social-icons {
	display: inline-block;
}
.address-column .social-icons li a {
	height: 23px;
	width: 23px;
	line-height: 23px;
	font-size: 12px;
}
.address-column:hover .address-icon {
	color: #fff;
}
.address-column p:last-child {
	margin: 0;
}
.contant-map {
	height: 660px;
}
.error-area {
	width: 67%;
	margin: 0 auto;
}
.error-heading {
	position: relative;
	padding: 0 0 0 272px;
	margin: 0 0 30px;
}
.error-heading > span {
	position: absolute;
	left: 0;
	font-size: 150px;
	line-height: 116px;
	font-weight: 800;
}
.error-heading h2 {
	font-size: 65px;
	font-weight: bold;
	line-height: 62px;
	margin: 0;
}
.error-heading h2 span {
	display: block;
}
.error-area p {
	font-size: 18px;
	text-align: center;
}
.error-area form {
	position: relative;
}
.error-area form .btn-1 {
	position: absolute;
	right: 0;
	height: 100%;
	padding: 0 35px;
	border-radius: 0;
}
.tabbable.custom-tabs > .nav-tabs, .tabbable.custom-tabs > .nav-tabs > li, .tabbable.custom-tabs > .nav-tabs > li > a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background-color: none;
	background-image: none
}
.tabbable.custom-tabs > .nav-tabs > li > a {
	padding: 20px 25px;
	margin-right: 3px;
	background-color: #e6e6e6;
	color: #737373;
}
.tabbable.custom-tabs > .nav-tabs > li > a > [class*="fa"] {
	display: inline-block;
	min-width: 15px;
	text-align: left;
	font-size: 1.3em
}
.tabbable.custom-tabs > .nav-tabs > li.active > a {
	background-color: #f5f5f5;
	color: #696969;
}
.tabbable.custom-tabs > .tab-content {
	background-color: #f5f5f5;
	padding: 10px 20px 20px 20px;
}
.center-block {
	float: none;
}
.share-icons i {
	border: 1px solid #dddddd;
	padding: 10px 15px;
	border-radius: 10px;
}
.share-icons a:hover i {
	background: #ff851d;
	color: #ffffff;
}
#list-mgr {
	position: relative;
}
#list-mgr .checkbox {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px;
}
.layer {
	position: absolute;
	background: rgba(128, 128, 0, .1);
	width: 100%;
	height: 100%;
	z-index: 999;
}
#story-trail-container {
	max-height: 250px;
	border: 1px solid #dddddd;
	overflow: auto;
}
.story-trail {
	text-align: left;
	padding: 10px;
}
.story-trail p {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
	font-size: 15px;
	font-weight: 700;
}
.story-trail span {
	display: block;
	font-size: 12px;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.loading-text {
	font-size: 16px;
	text-align: center;
}
.alert-sm {
	padding: 5px;
	font-size: 13px;
	margin: 15px 0 0;
}
#search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 999;
}
#search.open {
	-webkit-transform: translate(0px, 0) scale(1, 1);
	-moz-transform: translate(0px, 0) scale(1, 1);
	-o-transform: translate(0px, 0) scale(1, 1);
	-ms-transform: translate(0px, 0) scale(1, 1);
	transform: translate(0px, 0) scale(1, 1);
	opacity: 1;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #ff851d;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
#search input[type="text"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0;
	margin: 0 auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}
.author-meta-image {
	float: left;
}
#top-books-category-mobile {
	padding: 0 10px 10px;
}
ul.small-list {
}
ul.small-list li {
	width: 64px;
	height: 64px;
	padding: 5px;
}
div.tagsinput span.tag {
	border: 1px solid #a5d24a;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	background: #cde69c;
	color: #638421;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.tagsinput span.tag a {
	font-weight: bold;
	color: #82ad2b;
	text-decoration: none;
	font-size: 12px;
}
div.tagsinput div {
	clear: both;
}
.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}
#single-page img {
	margin: 0 15px 15px 0;
}
#single-page ul, #single-page ol {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: decimal;
}
#single-page ul li, #single-page ol li {
	line-height: 25px;
}
.team-list img {
	float: left;
	margin: 0 20px 0 0;
}
#image_control_main {
	position: relative;
	width: 200px;
	height: 300px;
	margin: 0 auto 20px;
}
#image_control {
	width: 200px;
	height: 300px;
	margin: 0 auto;
}
#drag_heading, #drag_footer {
	position: absolute;
}
#drag_heading {
	top: 10px;
	left: 10px;
}
#drag_footer {
	bottom: 10px;
	left: 10px;
}
#story-content {
	margin-top: 20px;
}
#story-content, #story-content p {
	font-size: 15px;
}
#story_tail {
	position: relative;
}
.fadeout {
	position: relative;
	bottom: 4em;
	height: 4em;
	background: -webkit-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 9) 100%
	);
}
.imagecolumn {
	max-width: 150px;
}
.table > tbody > tr > td {
	vertical-align: middle;
}
.table > thead > tr > th {
	background: #f3f3f3;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}