#caverns, #Attractions, #Region {
	padding-top:100px;
}

.section-panel {
	display:table;
	overflow:hidden;
	min-height: 700px;
	width: 100%;
	position: relative;
	line-height: 1.5;
}

@media(min-width:992px) {
    .section-panel {
        height: 700px;
    }
}

.section-panel .header, .section-panel .learn-more {
	text-align:center;
}

.section-panel .fit-vids {
	margin-bottom: 5px;
}

.section-panel hr {
	width: 30%;
	border-top: 2px solid #c9c9c9;
}

.section-panel .row {
	display: table-cell;
}


/* align content to bottom of panel */
/* ########################*/
.content-bottom .row {
	vertical-align:bottom;
}

.content-bottom .inner-row {
	overflow: hidden;
	background: white;
}



/* align content to middle of panel */
/* ########################*/
.content-middle .row {
	vertical-align:middle;
}

.content-middle .inner-row {
	overflow: hidden;
	background: white;
}



/* content box only */
/* ############ */
.content-only .inner-row {
	overflow: hidden;
	background: white;
}

.content-only.section-panel {
	min-height:0;
}



/* transparent background box */
/* ##################### */
.section-panel .inner-row.transparent-box {
	background: url('../img/content-box-long.png') top left;
	margin: 20px auto 0 auto;
	padding: 40px;
	color:white;
}




/* desktop only */
@media(min-width:992px) {
	.section-panel .inner-row {
		display:table;
		padding: 20px
	}
	
	.section-panel .inner-row .vert-col {
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
	
	
	
	/* content - side align */
	.content-side .row {
		min-height: inherit;
		width: 50%;
		background: white;
		display:block;
	}
	
	.content-side .row .inner-row {
		vertical-align: middle;
		display: table;
		min-height: inherit;
	}
	
	
	
	/* content on the right */
	.content-right .row {
		float:right;
	}
	
	
	
	/* content box in the middle, NOT full width */
	.content-middle-square .row {
		vertical-align:middle;
	}

	.content-middle-square .inner-row {
		background: white;
		margin: 0 auto;
		width: 50%;
	}
	
	
	/* specific panel overrides */
	
	/* enlarge panel */
	section#Caverns-History {
		height:1000px;
	}
}


/* all mobile */
@media(max-width:991px) {
	.section-panel {
		padding-top:300px  !important;
	}

	.content-only.section-panel {
		padding-top:0 !important;
	}
	section#Motel-East.section-panel, section#Motel-West.section-panel{
		padding-top:0px  !important;
	}
	section#Motels.section-panel{
		padding-top:300px;
	}
	.section-panel .row {
		vertical-align:bottom;
	}

	.section-panel .inner-row {
		background: white;
		overflow: hidden;
		padding: 5px
	}
}


/* small mobile */
@media(max-width:490px) {
	.section-panel {
		min-height:0;
		padding-top:300px !important;
		background-size: initial !important;
	}
	
	.content-only.section-panel {
		padding-top:0 !important;
	}
	section#Motel-East.section-panel, section#Motel-West.section-panel{
		padding-top:0px  !important;
	}
	section#Motels.section-panel{
		padding-top:300px;
		background-size:490px!important;
		background-position: top;
	}
}