/********************************************
	Tag Resets
********************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
iframe,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100%;
	font-family: 'Heebo', sans-serif;
	font-style: normal;font-weight: 400;
	background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p	{
	font-size:1.16em; 
	line-height: 1.5em;
	margin: .6em 0;
	color: #000;
}
ol {
	font-size:1.15em; 
	line-height: 1.25em;
	color: #000;
	margin-left: 2em;
}
ol li {
	padding-bottom: .3em;
}
ul {
	font-size:1.25em; 
	line-height: 1.2em;
	color: #000;	
}
h1, h2, h5, h6 {
	padding: .6em 0 .3em 0;
	}
h1 {
	font-family:'Satisfy', cursive;
	font-size: 2.75em; 
	line-height: 2em;
	font-style: normal;
	font-weight: 400;
	}
h2 {
	font-family:'Satisfy', cursive;	
	font-size: 2.5em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: 400;padding: .6em 0 0 0;
	}

h3 {
	font-family:'Satisfy', cursive;
	font-size: 1.95em;letter-spacing: .5pt;
	line-height: 1em;
	font-style: normal;font-weight: 100;
	padding: 0;
	}

h4 {
	font-family: 'Heebo', sans-serif;
	font-size:1.35em; 
	line-height: 1.35em;
	font-style: normal;font-weight: 700;
	padding:0;
	}
h5 {
	font-family: 'Heebo', sans-serif;
	text-transform: uppercase;
	font-size:1.15em;
	line-height: 1em;
	font-weight: 900;
	}

/*----------------------------------------*/
/*----------- IE specific stuff ----------*/
/*----------------------------------------*/
.ie body {
	width:90%;
	margin:0 auto 0;
}
/* box-sizing polyfill, IE7 and below */

.ie .wrapper,
.ie .name,
.ie .email,
.ie input,
.ie textarea {
    *behavior: url("../js/boxsizing.htc");
}
/* Fluid Media, slightly more robust than img {max-width: 100%} */
	figure {
	    position: relative;
	}

	figure img,
	figure object,
	figure embed,
	figure video {
	    display: block;
	    max-width: 100%; 
	}

	img {
	    border: 0;
	    -ms-interpolation-mode: bicubic; /* for IE see below */
	}
	.ie .onethird,
	.ie .twothirds,
	.ie .twofourths figure {
		width: 100%;
		box-sizing: border-box;
	 }

/* "*" hack applies only to IE7 and below */

	.ie onethird,
	.ie .twothirds,
	.ie .twofourths figure {
		*width: auto;
	}
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}	
/*----------------------------------------*/
/*------------- all ------------*/
/*----------------------------------------*/	
body {
	background-color: #fff;
}
button {
	border-radius: 8px;
}
    
/*----------------------------------------*/
/*------------- header styles ------------*/
/*----------------------------------------*/
header {
	margin: 0 auto 0;
	padding:.5em 0 0 0;background-color: #335b8c;
}

.logoblock {
	margin: 0;padding: 0;
	}

#header .phone {
		background-color: transparent;color:#751502;padding: .25em 0;
		font-family: 'Heebo', sans-serif;font-weight: 900;font-size: 22pt;
	}
#header .phone a {
	text-decoration: none !important;
}
.tagline {
	font-family:'Satisfy', cursive;color:#fff !important;
	margin: 0;position: relative;z-index: 1200;
}
#topnav .phone {
		color: #0d59b6;float: left;padding: .35em 0 0 2em;
		font-family: 'Heebo', sans-serif;font-weight: 900;font-size: 24pt;
	}
#topnav .phone {
	text-decoration: none !important;color:#0d59b6 !important;
}
/*----------------------------------------*/
/*------------ home styles --------------*/
/*----------------------------------------*/
.homeimage {
	float: right;margin-left: 2em;width: 40%;
}
#seasonal { 
	width: 1200px;padding: 1em 0;margin: 0 auto;
	/*background: url(../img/homeimages/leaves.png) no-repeat right;*/ 
	/*background: url(../img/homeimages/blueskier.png) no-repeat right;*/
	/*background: url(../img/homeimages/bluefisher.png) no-repeat right;*/
	 background: url(../img/homeimages/bluecanoe.png) no-repeat left; 
}
.sblurb {
		font-family:'Satisfy', cursive;color:#364886 !important;
		margin: 0;padding: 2em 1em 2em 6em;font-size: 28pt;line-height: 36pt;
}
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 460px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 300px;
  width: 100%;
  z-index: -10;
}
.crossfade > figure:nth-child(1) { background-image: url('../img/homeslides/summer1.jpg'); }

.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../img/homeslides/summer2.jpg');
}

.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../img/homeslides/summer3.jpg');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../img/homeslides/summer4.jpg');
}

.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../img/homeslides/summer5.jpg');
}

@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
#slidebutton {
	text-align: center;margin: 0 auto 0;padding-top:180px;
}
#slidebutton a {
	color: #fff;	
}
#slidebutton .bbold {
	font-weight: 900;
}
#slidebutton button {
	background-color: #0d59b6;border: 1px solid #fff;
	font-family: 'Heebo', sans-serif;font-size: 1.75em;line-height: 1em;
  font-style: normal;font-weight: 300;text-transform: uppercase;
  letter-spacing: .5pt;padding: .5em 1.5em;margin: 0 auto 0;
}
/*----------------------------------------*/
/*------------ body styles --------------*/
/*----------------------------------------*/

#content {
	width: 100%;margin: 0 auto 0;
}
#content-home {
	position: relative; top:240px;left:0;
	width: 1200px;margin: 0 auto 0;
}
#content a {
	text-decoration: underline;
	font-weight: 500;
	color: #0e5fc2;
}
#content p {
	font-size:1.15em; 
	line-height: 1.4em;
	margin: 0;padding-bottom: .6em;
	color: #000;
	}
.first {
	font-family:'Satisfy', cursive;font-size: 26pt;
}
.map {
	margin: 0 0 1em;padding: 0;
}
.map iframe {
	width: 100% !important;height: 280px;
}
.small {
	font-size: 11pt !important;line-height: 13pt;padding: .3em 0 0 0 !important;margin: 0 !important;
}
ul.attractlist {
		list-style: none;
}
ul.attractlist li {
	padding-bottom:.5em;
}
/*--- Rooms and Rates styles -----*/
button.rates {
	background-color: #0d59b6;border: 1px solid #fff;
	font-family: 'Heebo', sans-serif;font-size: 1.15em;line-height: 1em;
  font-style: normal;font-weight: 300;text-transform: uppercase;
  letter-spacing: .5pt;padding: .5em 1.5em;margin: 0 auto 0;
}
button.rates a {
	color: #fff !important;text-decoration: none !important;
}
ul.groups {
	list-style: none;
	column-count: 2;column-gap: 20px;
	margin-bottom: 1em;font-weight: 500;font-size: 1em;
}
ul.groups li {padding-bottom: .25em;}
/*
.rates-t {  table styles
	margin: 0 auto;
	font-size: 1em;line-height: 1;
	width: 100%;border: 2px solid #000;
}
.rates-t td {
	border-bottom: 1px dotted #000;padding: .6em;
}
*/
#roomshow {
    width: 100%;
    margin: 0 auto;
    background-color:#ffffff;
	position: relative;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

ul.roomshave,
ul.motelhas {
	list-style-position: outside;margin-left: 1.5em;
	 }

.hr-id {
	margin: 2.4em auto 2.4em;
	text-align: center;
	background: transparent;
	border-top:2px solid #434343;
	padding-top: 30px;
}
.hr-id a {
	text-decoration: none;
	color: #af7403;
}
figcaption {
	font-size: 1.15em;line-height: 1.5em;padding: .3em 0 .4em 0;margin: 0 0 2em;
	border-bottom: 1px solid #ccc;
}
/*-------------*/
/*---columns---*/
/*-------------*/
.clearhere {
	clear:both;
}
.clearhere:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.clearhere {
    *zoom: 1; /* 3 */
    }
	.twofourths {
		float: left;
		width: 50%;
		padding:0 .65em;
	}
	.onethird {
		float: left;
		width: 33.33%;
		padding:0 .65em;
	}
	.twothirds {
		float: left;
		width: 66.66%;
		padding:0 .65em;
	}
#revcolumn .twofourths {
		float: none;
		width: 100%;
		padding:0;
	}

	.logoonethird {
		float: left;
		width: 29%;
		padding:1em 8.75em 0 0;margin: 0;
	}
/*----------------------------------------*/
/*------------- form styles --------------*/
/*----------------------------------------*/
form {
	margin:0;
	padding: 0;
	}
fieldset {
	margin: 0;
	padding:0;
	border: 0;
	}
.shortpara {
	margin: .3em 0 0 0;padding: 0;
	font-size: .8em;
}
label  {
    line-height: normal;
    font-size: 80%;
    text-align: left;
    position: relative;
    display: block;
    float: left;
    width: 96px;
    }
    
label.fieldLabel  {
    display: inline;
    float: none;
    }
    
input.formInputText  {
    font-size: .8em;
    color: #333;
    background-color: #fff;
    padding: 1px;
    border: solid 1px #333333;
    margin-left: 0;
    margin-bottom: 10px;
    height: 15px;
    }
.plobelow {
 	margin-bottom: 13px;
		}
    
input.formInputText:hover {
    background-color: #FFFBC6;
    border: solid 1px #333333;
    color: #000;
    cursor: pointer;
    }
    
input.formInputButtonL  {
    font-size: 90%;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 3px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
    cursor: pointer;
	margin: 0 10px 0 80px;    
	}

 textarea.message {
    font-size: 1em;
    color: #333;
    background-color: #fff;
    padding: 1px;
    border: solid 1px #333333;
    margin-left: 0;
    margin-bottom: 0px;
    width: 390px;
    height: 140px;
  }
 textarea.message:hover {
    background-color: #FFFBC6;
    border: solid 1px #333333;
    color: #000;
    cursor: pointer;
    }  

.bottrap {
	margin:0 0 0 -5000px;
}

/*----------------------------------------*/
/*------------ footer style --------------*/
/*----------------------------------------*/

footer {
	padding:1em 0;background-color: #335b8c;
	width: 100%;margin: 3em auto 0;text-align: center;
}
#footer-home {
	padding:1em 0;background-color: #335b8c;position: relative;top:280px;
	width: 100%;margin: 0 auto;text-align: center;
}
#footer-home .phone {
	font-size: 24pt;color: #fff;margin: 1em auto;
	line-height: 1;font-weight: 900;
}
#footer-home .phone a {
	color:#fff !important;text-decoration: none !important;
}
.wbmftr {
	color: #fff !important;margin-top:2em;
}
.btn-ftr {
	background-color: #751502;border: 1px solid #fff;
	font-family: 'Heebo', sans-serif;font-size: 1.5em;line-height: 1.25em;
  font-style: normal;font-weight: 300;text-transform: uppercase;
  letter-spacing: .5pt;padding: .25em 1.25em;margin: .25em auto;
}
.prm {
		font-family:'Satisfy', cursive;font-size: 1.3em;letter-spacing: 1pt;
		margin: 0;padding: 8px 0 0 0;color: #e9976e;
	}
address {
  margin: 1em 0 0;color: #fff;
  	font-family: 'Heebo', sans-serif;font-size: 1em;line-height: 1.25em;
  font-style: normal;text-transform: uppercase;
  letter-spacing: .5pt;text-align: center;
}
footer .phone {
	font-size: 24pt;color: #fff;margin: 1em auto;
	line-height: 1;font-weight: 900;
}
footer .phone a {
	color:#fff !important;text-decoration: none !important;
}
.ftrnav ul {
	list-style: none;text-align: center;
		font-family: 'Heebo', sans-serif;
	font-style: normal;font-weight: 500;
	text-transform: uppercase;margin-top:4em;
	font-size: 10pt !important;letter-spacing: .5pt;
}
.ftrnav li {
	padding-bottom: 1em !important;
}
.ftrnav ul a {
	color: #fff;text-decoration: none;background-color: transparent !important;
}
.email {
	color: #7aaaf3;padding: 0;margin: 0 auto;text-decoration: none;
	font-family: 'Heebo', sans-serif;font-size: 14pt;
}
#soc-ico {
	margin: 0 auto;
	padding: .3em 0 0 0;line-height: 1;
	font-size: 1.5em;
}
#soc-ico a {
	color:#000;
	text-decoration: none;
}
.copyr {
	font-size: .8em;padding-top: 1em;
}

/* ******************************************
	Media Queries for screen wider than 77.625em (1242px) ^
****************************************** */
@media screen and (min-width: 77.625em) {
	.hide-vlg {
		display: none;
	}
	header {
		background: url(../img/WBMbacklong.jpg) no-repeat center 30%;
		background-size: cover;height: 240px;
	}
	.tagline {
		top:13px;
		font-size: 50pt;padding: 0 0 0 600px;
	}
	.container {
		width: 1200px;
		margin: 0 auto 0;
		padding:0;
	}
	.logoblock img {
		height:160px;margin: 0;
	}
	#header .phone {
		display: none;
	}
	#topnav .phone {margin-right: 6%;}
	#content {
		width: 1200px;
		margin: 0 auto 0;
		padding: 0 1em;
	}
	#roomshow {
       padding-bottom: 65%;
       }
}

/* ******************************************
	Media Queries for screen wider than 56.25em (900px) and less than 77.5em (1240px)
****************************************** */
@media screen and (min-width: 56.25em) and (max-width: 77.5em) {
	.hide-lg {
		display: none;
	}
	header {	
		background: url(../img/WBMbacklong.jpg) no-repeat center 1%;
		background-size:cover;height: 190px;
	}
	.container {
		width: 100%;
		margin: 0 auto 0;
		padding:0;
	}
	.logoblock {
		margin: 0;padding: 0 0 0 2em;
	}
	.logoblock img {
		height:140px;margin: 0;
	}
	.tagline {
		top:-5px;
		font-size: 38pt;line-height: 1;
		margin: 0;padding: 0 0 0 500px;
	}
	#header .phone {
		display: none;
	}
	#topnav .phone {
		margin-right: 3%;
		}
	.crossfade > figure {
	height: 300px;
	top: 250px;
  }
  #content-home {
	top:70px;left:0;
	width: 95%;margin: 0 2em 0;
}
	#content {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 1em;
	}
#seasonal {
	width: 100%;padding: 1em;margin: 0 auto;
}
.sblurb {
		margin: 0;padding: 2em 1em 2em 4em;font-size: 28pt;line-height: 36pt;
}
#roomshow {
    padding-bottom: 64%;
       }
#footer-home {
	top:60px;
}
}


/* ******************************************
	Media Queries for screen width less than 56.25em (900px)
****************************************** */
@media screen and (max-width: 56.25em) {  
	.hide-sm {
		display: none;
	}
	header {	
		background: url(../img/WBMbackshort.jpg) no-repeat center 48%;
		background-size: cover;height: 180px;
	}
	.container {
		width: 100%;
		margin: 0 auto 0;
		padding:.6em 0;
	}
	.logoblock {
		margin: 0;padding: 0 0 0 2em;
	}
	.logoblock img {
		height:120px;margin: 0;
	}
	.tagline {
		top:-34px;
		font-size: 28pt;line-height: 1;
		margin: 0;padding: 0 0 0 400px;
	}
	#header .phone {
		margin-left: .5em;
	}
	#header .phone a {
		color:#751502;
	}
		#topnav .phone {
		display: none;
	}
	.crossfade > figure {
	height: 310px;
	top: 200px;
  }
  #slidebutton {
	padding-top:120px;
}
	  #content-home {
	top:130px;left:0;
	width: 92%;margin: 0 2em 0;
}
	#content {
		padding: 0 1.2em 0 1.2em;
	}
	#content a {
		background-color: transparent !important;
	}
	h2 {clear: both;}
	#seasonal {
	width: 100%;padding: 1em;margin: 0 auto;
}
.sblurb {
		margin: 0;padding: 1.5em 1.5em 1.5em .5em;font-size: 26pt;line-height: 34pt;
}
#roomshow {
    padding-bottom: 62%;
       }
#revcolumn .twofourths {
		float: left;
		width: 50%;
		padding:0 .65em;
	}
#roomsrates .onethird {
		float: none !important;
		width: 100%;
		padding:0 0 1.2em 0;
}
#roomsrates .twothirds {
		float: none !important;
		width: 100%;
		padding:0 0 1.2em 0;
}
}

/* ******************************************
	Media Queries for screen less than 41.875em (670px)
	creates one column layout
****************************************** */
@media screen and (max-width: 41.875em) {
	.show-vsm {
		display: block;
	}
	.hide-vsm {
		display: none;
	}
	header {	
	background: url(../img/WBMbackshort.jpg) no-repeat center 28%;
		background-size: cover;height: auto;
	}
	.container {
		margin: 0 auto 0;text-align: center;
		padding:0;position: static;
	}
	.logoblock {
	margin: 0 auto 0;padding: 0;
	width: 270px;
	}
		.logoblock img {
		height:120px;margin: 0;
	}
		#header .phone {
		margin: 0;background-color: #751502;color:#fff;padding: .25em 0;
	}
	#header .phone a {
		color:#fff !important;
	}
	.tagline {
		position: static !important;
		font-size: 28pt;line-height: 1;
		margin: .25em auto 0;padding: 0;
	}
	.crossfade > figure {
	height: 340px;
	top: 200px;
  }
	#content-home {
	top:120px;left:0;
	width: 90%;margin: 0 1em 0;
	}

	#content {
		padding: 0 1.2em 0;margin: 0;
	}

.groups ul {
		list-style: none;
	column-count: 1;
}
	h6 {
		margin-top: 2em;
	}
	h4 {
		padding-top: .9em;
	}
ul.groups {
	list-style: none;
	column-count: 1;column-gap: 0;
	margin-bottom: 1em;font-weight: 500;font-size: 1.2em;
}
	.twofourths {
		float: none;
		width: 100%;
		text-align: center;
		padding:0 0 1.2em 0;
		margin: 0 auto 0;
	}
	.onethird {
		float: none;display: block;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding:0;
	}
	.twothirds {
		float: none;display: inline-block;
		width: 100%;
		margin: 0 auto 0;
		padding:0 .65em .65em;
	}
#revcolumn .twofourths {
		float: none;
		width: 100%;
		padding: 0;
	}
	#footer-home figure {
		margin: 2em auto 1em;display: inline-block;text-align: center;
		top:0;
	}
	footer figure {
		margin: 2em auto 1em;display: inline-block;text-align: center;
	}
.prm {
		font-size: 1.6em;
	}
.ftrnav ul {
	display: none;
}
.wbmftr {
	margin-top:.5em;
}
}
/* ******************************************
	Media Queries for screen less than 24.125em (386px)
****************************************** */
@media screen and (max-width: 24.125em) {

	.container{
		margin: 0 auto 0;
		padding:0;position: static;
	}
		header {	
	background: url(../img/WBMbackshort.jpg) no-repeat center -12px;
		background-size: cover;height: auto;text-align: center;
	}
	.logoblock {
	margin: 0 auto 0;padding: 0;
	width: 180px;text-align: center;
	}
	.logoblock img {
		height:100px;margin: 0 auto;
	}
	#header .phone {
			font-size: 14pt;
		}
.crossfade > figure {
	height: 280px;
	top: 200px;
  }

	#content-home {
	top:110px;left:0;
	width: 90%;margin: 0 1em 0;
	}
	.prm {
		padding-left:1em;padding-right: 1em;
	}
	.hide-vvsm {
		display: none;
	}
	footer figure {
		margin: 2em 2em 1em;text-align: center;
	}
}
/*----------------------------------------*/
/*---------- back to top styles ----------*/
/*----------------------------------------*/
#back-top {
	position: fixed;
	bottom: 2em;
	right: .5em;
}

#back-top a {
	width: 58px;
	display: block;
	text-align: center;
	font-family: 'Marck Script', cursive;
	ont-weight: normal;
	letter-spacing: .85pt;
	font-size:1em;line-height: 1;
	text-decoration: none;
	color: #fff;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #fff;
}

/* arrow icon (span tag) */
#back-top span {
	width: 58px;
	height: 30px;
	display: block;
	margin-bottom: 0;
	background: transparent url(../img/up.png) no-repeat center center;


	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/*#back-top a:hover span {
	background-color: #777;
}*/
/* ******************************************
	Media Queries for screen wider than 62.5em (1000px)
****************************************** */
@media screen and (min-width: 62.5em) {
		#back-top {
		right: 6em;
	}
}