/* OVERALL PAGING CSS - MOBILE FIRST */

h3{
	font: 5.5vw 'Great Vibes', cursive;
	margin: 20px 0;
    background: url(pxl.php) repeat-x 0% 75%;
	text-align: center;
	white-space: nowrap;
	clear: right;
}

#availability h3 {
	background: none;
	border-bottom: 1px solid #6d2305;
	line-height: .6em;
}

p{
	margin-bottom: 10px;
}

main ul, main ol { margin: 0 0 10px 20px; }

.slideshow-container {
	position: relative;
	margin-bottom: 20px;
}

.slideshow-container .mySlides {
	display: block;
	width: 100%;
    position: absolute;
	top: 0;
	opacity: 0;
	transition: 2s ease;
}

.slideshow-container .mySlides:first-of-type{
	position: relative !important;
}

.slideshow-container .dots{
	position: relative;
	top: -40px;
	text-align: center;
	margin-bottom: -25px;
}

.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}

.slideshow-container .dot:hover, .slideshow-container .dot.active{ background-color: #6d2305;}
.slideshow-container .prev:hover, .slideshow-container .next:hover{ color: #6d2305;}

/* ABOUT US */
dt {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

#about_us dt::after {
	content: " -";
}

dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

/* GALLERY */
#gallery>img {
	width: 47%;
	height: auto;
	margin: 1%;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

#gallery>img:hover {
	opacity: .8;
}

#overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
}

#overlay>picture {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
}
#overlay img {
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

#overlay .prev, #overlay .next, #overlay .fa-close {
  position: absolute;
  z-index: 101;
  cursor: pointer;
  padding: 16px;
  color: #fff !important;
  background-color: rgba(0,0,0,.5);
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}

#overlay .prev:hover, #overlay .next:hover, #overlay .fa-close:hover { color: #6d2305;}

#overlay .prev { top: 50%; left: 0; margin-top: -25px; }
#overlay .next { top: 50%; right: 0; margin-top: -25px; }
#overlay .fa-close { top: 0; right: 0; }

/* RATES */
#rates img.promo {
	display: block;
	margin: 10px auto;
	width: 50%;
	height: auto;
}
@media (min-width: 830px) {
	#rates img.promo {
		float: right;
		width: 35%;
	}
}
#rates table tr:nth-child(odd) { background: #efefef; }
#rates table tr:hover { background: #dfdfdf; }
#rates table td, main table th{ padding: 2px 5px; vertical-align: top; }
#rates table th { text-align: center; }
#rates table tr:last-child td { text-align: center; }
#rates table tr:not(:last-child) td:not(:first-child) { text-align: right; }

/* CONTACT */
#contact>div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#contact dt {
	width: 50px;
	text-align: left;
}

#contact dd { margin-left: 60px; }

#map {
	height: 200px;
	border: 1px solid #bfbfbf;
	margin-bottom: 20px;
}

/* AVAILABILITY */
.tab_disp { font-size: 70%; }

#availability>div:last-of-type {
	overflow: auto;
	margin: 0 auto;
	width: 200px;
}
@media (min-width: 350px) { #availability>div:last-of-type { width: 300px; } }
@media (min-width: 450px) { #availability>div:last-of-type { width: 400px; } }
@media (min-width: 550px) { #availability>div:last-of-type { width: 500px; } }
@media (min-width: 650px) { #availability>div:last-of-type { width: 600px; } }
@media (min-width: 830px) { #availability>div:last-of-type { width: 400px; } }
@media (min-width: 930px) { #availability>div:last-of-type { width: 500px; } }
@media (min-width: 1030px) { #availability>div:last-of-type { width: 600px; } }

/* PAYMENT */
#payment table { width: 100%; }

#payment table td:first-child {
	text-align: right;
}

#payment table td {
	padding: 3px 10px;
}
#payment table tr:nth-child(odd) td { background: #efefef; }

#payment>div {
	text-align: center;
	border: 1px solid #6d2305;
	padding: 20px;
	background: #efefef;
}

#payment>div img { width: 50%; }

#payment #wirepay{
	display: none;
	background: #fff;
	border: 1px solid #bfbfbf;
	padding: 10px;
	text-align: left;
}

#payment a.button{
	display: block;
	margin: 10px;
}

/* tablet mode */
@media (min-width: 830px) {
	
	h3 { font-size: 2em; }
	
	/* HOME */
	.slideshow-container {
		margin-bottom: 0;
	}
	
	/* CONTACT */
	#contact>div {
		width: 49%;
	}
	
	/* PAYMENT */
	#payment>table{
		float: left;
		width: 45%;
	}

	#payment>div{
		float: right;
		width: 45%;
	}

}

/* desktop mode */
@media (min-width: 1000px) {
	/* GALLERY */
	#gallery>img{
		width: 30%;
		height: auto;
		margin: 1%;
	}
}