﻿.heading {
	color:#EC523F;
	line-height:38px;
}

.subheading {
	color:#6a727b;
    margin:2% 1%; 
	padding:0; 
	line-height:120%; 
	font-size:14px
}



.intro-book img {
	display: block;
	margin:0 auto;
	width:100%;
	transition: all 0.3s ease;
	max-width:450px;
}

@media(max-width:991px) {
	.intro-book img {
		width:450px;
		position: relative;
		margin:0 auto;
	}
}

header .intro-text { 
	position: relative;
}

@media(max-width:768px) {
	.intro-book img {
		width:250px;
		position: relative;
		margin:0 auto;
		bottom:-160px;
	}
}


section {
	padding:0; margin:0; width:100%; height:auto; float:left
}

section.call-to-action {
	background: #7cc576;
	padding:100px 0;
}

section.reviews {
	margin:0; width:100%; height:auto; float:left
}


.book-preview {
	display: inline-block;
	max-width:400px;
	width:80%;
	position: relative;
}

.book-preview .background-device {
	width:100%;
	position: absolute;
}

/* Owl Slider */
.owl-book {
	width:80%;
	display: inline-block;
	margin:0 auto;
}

.owl-book .item {
	box-shadow:0px 0px 1px rgba(0,0,0,.2);
}

.owl-book .item .overlay {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease;
}
.owl-book  .item:hover .overlay {
	opacity: 1;
}
.owl-book .item img {
	width:100%;
	margin:15% auto;
	transition: all 0.3s ease;
	border-radius:4px;
}
.owl-book .item:hover img {
}
.owl-book .item .overlay > a {
	position: absolute;
	display: inline-block;
	left:calc(50% - 25px);
	top:calc(50% - 25px);
	font-size:24px;
	line-height: 50px;
	width:50px;
	height: 50px;
	text-align: center;
	background: white;
	border-radius:50%;
	box-shadow:0px 1px 3px rgba(0,0,0,.3);
	color:#484d53;
}

.owl-book .item .overlay > a:hover {
	color:white;
	background: #7cc576;
}

.owl-reviews .item {
	padding:0 15px 30px 15px;
}

.owl-reviews .owl-controls {
	position: absolute;
	width:100%;
	top:calc(50% - 30px);
}

.owl-reviews .owl-controls .owl-prev,
.owl-reviews .owl-controls .owl-next {
	position: absolute;
	font-size:36px;
	color:#bbb;
	transition: all 0.3s ease;
}
.owl-reviews .owl-controls .owl-prev:hover,
.owl-reviews .owl-controls .owl-next:hover {
	color:#484d53;
}
.owl-reviews .owl-controls .owl-prev {
	left:-40px;
}
.owl-reviews .owl-controls .owl-next {
	right:-40px;
}

@media(max-width:768px) {
	.owl-reviews .owl-controls {
		position: relative;
		text-align: center;
		top:-30px;
	}

	.owl-reviews .owl-controls .owl-prev,
	.owl-reviews .owl-controls .owl-next {
		position: relative;
		display: inline-block;
		font-size:36px;
	}
	.owl-reviews .owl-controls .owl-prev {
	}
	.owl-reviews .owl-controls .owl-next {
	}
}

/* Review Styles */

.review {
	background: #fff;
	padding:15px;
	border-radius:2px;
	margin:10px 5px;
	height:385px;
	border: #E7E5E5 2px solid
}

.review img.reviewer-pic {
	margin:0 auto;
	margin:2% 2% 8% 2%;
	width:96%;
}

.review .reviewer-name {
	margin-top:0px;
	margin-bottom:0px;
}

.review .reviewer-city {
	margin:2% 0 3% 0;
	width:98%; 
	float:left;
	font-size:medium;
	color:#E95546
}

.review .rating {
	margin:0;
	margin-top:-40px;
}

.rating {
	display: inline-block;
	margin:25px 15px;
}

.rating span.rate {
	display: inline-block;
	height:15px;
	width:15px;
	border:5px solid #cccccc;
	border-radius:50%;
	margin:1px;
}

.rating span.rate.active {
	border-color:#ffc107;
}

.rate-amount {
	display: inline-block;
	font-family: 'Proxima Bold';
	font-size:18px;
	color:#bbbbbb;
	position: relative;
	top:-3px;
}

.rate-amount span {
	font-family: 'Proxima';
}




@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

.review {
	background: white;
	padding:15px;
	border-radius:2px;
	box-shadow:0 3px 5px rgba(0,0,0,.05);
	margin:10px 0;
	height:650px;
}

section.reviews {
	margin:0
}

.heading {
	color:#EC523F;
	font-family:'Proxima Bold';
	line-height:38px;; text-align:center
}

.rent{
	width:40%; height:auto; float:left; margin:4% 30% 2% 30%; padding:3% 2% 3% 10%; border-radius:5px; background:url('../images/rent.png') #39372E left center no-repeat; color:white; font-size:small; font-weight:normal; transition:0.5s
}




}


