/* SLIDER */
.owl-stage { margin: 0 auto !important; }
.owl-stage-outer { text-align: center !important; }


/* BOOK CLUB */
.book-club #offer {
	background: #fdfdfd;
}

.book-club li.package li.plan-price.active {
	background: #EAEAEA !important;
}
.book-club li.package.selected li.plan-price.active {
	background: #d5eece !important;
}
.book-club li.package.selected li.plan-price.active .period.discount {
	font-weigth: bold !important;
}
.book-club .price-table > ul.three-column > li {
	width: calc(100%/3) !important;
}
.book-club p.dropcaps {
	float: none !important;
	margin-bottom: 20px !important;
}

.book-club .iconbox.iconbox-frame p {
	font-size: 16px !important;
}
.book-club .icon-box-vertical .content p {
	font-size: 16px !important;
}
.book-club .faqlist h2 {
	font-ize: 16px !important;
	color: #37b6bd !important;
}
.book-club .faqlist p {
	font-ize: 14px !important;
	color: #666 !important;
}

.book-club .icon-box-vertical a {
	top: -10px !important;
}
.book-club .content h2 {
	font-size: 20px !important;
}
.book-club .package p.package-details {
	font-size: 16px !important;
}
.book-club .plan-price .period {
	font-size: 18px !important;
	margin: 0 auto !important;
}
.book-club .button, .book-club .section-title, .book-club .package h2.package-title {
	font-weight: 700 !important;
}
.book-club .plan-price .value {
	font-weight: 600 !important;
}

.book-club p.dropcaps.left { float: left !important; }

.book-club .more-details {
	cursor: pointer;
}

.book-club .icon-box-vertical.icon-left .content {
	padding: 0px 0px 0 100px !important;
}
.book-club .icon-box-vertical.icon-right .content {
	padding: 0px 100px 0 0px !important;
}

@media only screen and (max-width: 1500px) {
	.book-club .home .button { width: 100%; }
}

@media only screen and (max-width: 767px) {
	.book-club .home .button { width: 90%; }
	
	.book-club .plan-price .value { font-size: 36px !important; }
	
	.book-club .plan-price .period { font-size: 16px !important; }
	
	.book-club .site-container .site-wrapper section .price-table > ul > .package {
		padding: 0 !important;
	}
}