/* ==========================================================================
    the mount styles
   ========================================================================== */

section.block_header div {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 40px;
}

section.details div {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

div.expandable_content {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 40px;
}

div.expandable_content:nth-child(even) {
	background-color: rgba(205,197,175,0.2);
}

div.expandable_content:nth-child(odd) {
	background-color: rgba(227,193,169,0.2);
}

div.expandable_content img {
	width: 100%;
	margin-bottom: 20px;
}

div.gallery_image {
	width: calc(100vw - 115px);
	height: calc((100vw - 115px) / 1.333);
	margin-bottom: 20px;
	position: relative;
}

div.gallery_image div.slide {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div.gallery_image div.slide img {
	width: 100%;
}

div.expandable_content h3 {
	margin-bottom: 20px;
}

div.short_body {
	padding-bottom: 20px;
}

div.expandable_copy {
	max-height: 0px;
	max-height: 0px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div.expandable_copy.expand {
	max-height: 10000px;
	padding-top: 20px;
}

a.book_link {
	display: inline-block;
	border: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #FFF;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 60px;
}

a.book_link:hover {
	opacity: 0.6;
}

a.explore_more_dark {
	display: inline-block;
	margin-bottom: 10px;
}

div.more_center {
	text-align: center;
}

@media only screen and (min-width: 800px) {

	div.expandable_content img {
		width: 350px;
		margin-bottom: 0px;
	}

	div.find_us p img {
		width: 100%;
		margin-left: 0px;
	} 

	div.gallery_image {
		width: 350px;
		height: 262px;
		margin-bottom: 0px;
	}

	div.expandable_content:nth-child(odd)>img, div.expandable_content:nth-child(odd)>div.gallery_image {
		float: left;
		margin-right: 20px;
	}

	div.expandable_content:nth-child(even)>img, div.expandable_content:nth-child(even)>div.gallery_image {
		float: right;
		margin-left: 20px;
	}

	div.more_center {
		text-align: left;
	}

}

@media only screen and (min-width: 1200px) {
    
}