.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    margin-top: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: #B6985A;
    border-radius: 0px;
    font-size: 18px;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 10px;
}

.boxContent.white .owl-theme .owl-nav .owl-prev {
	margin-left: 0px;
}

.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 0px;
}

caption {
	margin-bottom:.5em;
	text-align:center;
}

.caption-title {
	text-transform: uppercase;
	font-size: 22px;
}

#mainwrapper {
	font-family: helvetica;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 768px)
{
	#mainwrapper {
		margin: 0px 10px 0px 10px;
	}
}

/* Image Box Style */
#mainwrapper .box {
	height: 310px;
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#mainwrapper .box img {
	position: absolute;
	left: 0;
}

/* Caption Common Style */
#mainwrapper .box .caption {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	/*color: #fff;*/
	z-index: 100;
	left: 0;
}

#mainwrapper .box .simple-caption {
	width: 98%;
	padding: 22px 0px 22px 0px;
	display: block;
	top: 0px;
	text-align: center;
}

#mainwrapper .box .simple-caption span a{
	text-decoration: unset;
}

.scroll {
   overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
	width: 5px;
}

.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.book-button {
	height: 38px;
	width: 170px;
	position: relative;
	margin-left: 50%;
	margin-right: 50%;
	margin-bottom: 18px;
	left: -85px;
	bottom: -18px;
	background-color: #B6985A;
	border: none;
	color: white;
	font-family: helvetica;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.book-button:hover {
	background-color: black;
}