@charset "utf-8";
/* CSS Document */
#tag, #tagImage, #tagOuter, #bottomNav, #bottomRightContainer, #bottom{display:none}
#bottomMobile{
display:block;
width:100%;
opacity:1;
bottom:0;
}

.copyrightLand{
	display:block;
	font-color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em; 
	font-weight: normal;	
	padding-top:5px;
	padding-bottom:25px;
	text-align:center;background:url(../images/bottomBack.jpg) repeat-x;
	
}
.copyserif10 {
        font-family: Georgia, Times, serif;
        color: #838383;
		font-size:15px;
  }
.copyserif1gd {
        font-family: Georgia, Times, serif;
        font-size: 12px;
        color: #C08956;
}
.mainBody{
	max-width:1200px;
	width:100%;
	margin: 0 auto;
	overflow:hidden;
	zoom:1;
	padding-bottom:20px;
}
.mainLeft{
	display:none;	
}
.mainLeft2{
	padding-right:5%;
	padding-left:5%;
	padding-bottom:5%;
	width:100%;
}
.mainRight2{
	width:92%;
	padding-right:5%;
	padding-left:5%;
	float:left;
}
div#reserve{
	display:none;	
	}
.otherInfo{
	display:none;
}
.otherInfoMobile{
	display:block;
	width:25%;
	text-align:center;
	float:left;
	height:62px;
	background-color:#006990;
	margin-top:-5px;
	color:#fff;
	padding-bottom:3px;
	line-height:12px;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, serif;
	
}
.otherInfoMobile a{
    color:inherit;
	text-decoration:none;
}
#resBoxHome{
	display:none;
}
#reserveHome{
	display:none;
}
#res{
	width: 65px;
	height:48px;
	padding:2px;	
	margin-right:5%;
	margin-top:6px;
	float: right;
	background-color: #006990;
	border: 2px solid #006990; border-radius:0.5em;	
}
div#top{
	height:auto;
	background-color:#FFFDE9;
	width:100%;
	padding:0;
}

#topHolder{
	position:relative;
	height:90px;
	background:url(../images/background-1.jpg) repeat;
	margin:0;
}
.enlarge{
	display:none;
}
#photoShow{
	display:none;
}
#more{
	position:relative;
	display: block;
	width: 300px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/more-background.jpg) no-repeat;
	margin-top:10px;
	margin-bottom:20px;
}
.more1{
	font-family: Georgia, Times, serif;
	color:#006990;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width:100%;
	padding-top:7%;
}
.more2{
	font-family: Georgia, Times, serif;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:100%;
	padding-top:5%;
	line-height:25px;
}
.more2 a{
	color:#006990;
	text-decoration:none;
}
#image{display:none;}
#imageMobile{display:block;}
.navigation{display:none;}
.mobileNav{display:block;}
.menu-link { display: none;}
#logo3{
	width:50%;
	height:85px;
	margin-left:25%;
	margin-right:25%;
	position:absolute;
	text-align:center;
}
#logo{display:none;}
#logo2{display:none;}

#social{display:none;}
#phone{display:none;}
#fnav{display:none;}
#bottom{width:100%;
opacity:1;}
.copyright{
	font-color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em; 
	font-weight: normal;	
	padding-top:5px;
	padding-bottom:25px;
	text-align:center;
	background:url(../images/bottomBack.jpg) repeat-x;
}
.directions{
	width:275px;
	height:200px;
}
.menu { 
  float: left;
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.menuButton{margin-left:5%; width:20%; position:absolute; z-index:9999;}
.menu ul { 
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
}
.menu ul li { padding: 0px; }
.menu > ul > li { display: inline-block; }
.menu ul li a { display: block; text-decoration: none; color: #000; font-size: 15px; }
.menu ul li > a { height:20px; padding: 19px 12px; }
.menu ul ul { 
  display: none; 
  position: absolute; 
  top:100%;
  min-width: 160px;
  background-color: #f4f4f4;
  border: 1px solid #CCC;
}
.menu ul li:hover > ul { display: block; }
.menu ul ul > li { position: relative; }
.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto; background-color: #f4f4f4; }
.menu ul ul > li a:hover { background-color: #006990; color: #fff; }
.menu ul ul ul { position: absolute; left: 100%; top:0; }

@media all and (max-width: 1225px) {
  .example-header .mobileNav { width: 100%; }
  
  a.menu-link { display: block; color: #fff; background-color: #006990; float: left; text-decoration: none; padding: 15px 10px; margin-top:10px; border: 2px solid #006990; border-radius:0.5em;}
  .menu { clear: both; min-width: inherit; float: none; }
  .menu, .menu > ul ul { overflow: hidden; max-height: 0; background-color: #f4f4f4; }
  .menu > li > ul.sub-menu { padding: 0px; border: none; }
  .menu.active, .menu > ul ul.active { max-height: 55em; }
  .menu ul { display: inline; }
  .menu > ul { border-top: 1px solid #808080; }
  .menu li, .menu > ul > li { display: block; }
  .menu li a { color: #000; display: block; padding: 0.8em; border-bottom: 1px solid #808080; position: relative; }
  .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
    font-size: 15px;
    padding: 0.55em 0.5em;
  }
  .menu li.has-submenu > a.active:after {
    content: "-";
  }
  .menu ul ul > li a { background-color: #e4e4e4; height:20px; padding: 19px 18px 19px 30px; }
  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }
}
.sidebar
{
	width: 280px;
	display: block;
	clear: both;
	
}

.sidebar ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.sidebar ul a
{
	color: #006990;
	display: block;
	padding: 14px 20px 9px 0px;
	font-size: 17px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px dotted #b7a489;
}

.sidebar ul li a:hover
{
	color: #c08956;
	font-size: 20px;
}

.sidebar ul li
{
	margin: 0px;
	padding: 0px;
}
#ratesContainerMain{
	width:400px;
	margin-left:0;
	margin-right:auto;
}
#ratesContainer1{
	font-size:10px;
	width:100%;
	height:150px;	
}
#ratesContainer2{
	font-size:10px;
	width:100%;
	height:280px;	
}
#ratesContainer3{
	font-size:10px;
	width:100%;
	height:200px;	
}
#ratesContainerGuest{
	font-size:10px;
	width:100%;
	height:150px;	
}
div#rates{float:left;width:19%;}
div#ratesType{float:left;width:19%;}
div#rates2{float:left;width:13%; min-width:15%;}
div#rates3{float:left;width:27%; min-width:15%;}
div#rates4{float:left;width:80px; min-width:15%;}
div#rates5{float:left;width:80px; min-width:15%;}
div#rates6{float:left;width:45px; min-width:15%;}
div#rates7{float:left;width:95px; min-width:15%;}
div#rates3Up{float:left;width:27%;height:30px;}
div#rates4Up{float:left;width:80px;height:30px;}
div#rates5Up{float:left;width:80px;height:30px;}
div#rates6Up{float:left;width:45px;height:30px;}
.bike1{
	width:33%;
	float:left;
	padding:3px 0px 3px 3px;
	border-style:solid;
	border-color:#cccccc;
	border-width:2px;
	height:15px;
	display:table-cell;
	font-size:10px;
}
.bike2{
	width:14%;
	float:left;
	padding:3px 0px 3px 3px;
	border-style:solid;
	border-color:#cccccc;
	border-width:2px;
	height:15px;
	font-size:10px;
}
.bike3{
	width:33%;
	float:left;
	padding:3px 0px 3px 3px;
	border-style:solid;
	border-color:#cccccc;
	border-width:2px;
	height:55px;
	display:table-cell;
}
.bike4{
	width:14%;
	float:left;
	padding:3px 0px 3px 3px;
	border-style:solid;
	border-color:#cccccc;
	border-width:2px;
	height:55px;
	font-size:13px;
}
#boutique1{
	
	width:100%;
}
#boutique2{
	margin-top:-30px;	
	width:100%;
}
#contactFull{
	display:none;
}
#contactMobile{
	display:block;
}
.currentRates{
	display:none;
}
.currentRatesMobile{
	display:block;
	font-size:16px;
	font-weight:bold;
}
.floorPlans{
	width:150px;
	float:left;
}
.floorPlans2{
	width:200px;
	float:left;
}
.specialPhotos{
	text-align:left;
	width:35%;
	float:left;
	height:130px;
	padding-right:40px;
}
.specialPhotos2{
	text-align:left;
	width:30%;
	float:left;
	height:130px;
	padding-right:40px;
}
.panoSmall{
	display:block;
	height:35px;
}
.panoFull{
	display:none;
}
.tour{
	width:100%;
	text-align: center;
	
	margin: auto;	
	padding-bottom: 30px;
}
.tourHolder{
	width: 100%;
	text-align: center;
	margin: auto;
}
.tourText{
	padding-top: 5px;
	font-weight: bold;
}
.tourTextTop{
	display: block;
}
#specials{
	display: none;
}
#specialsSmall{
	display: block;
	padding: 15px 0 15px 0;	
}
#mainText{
	display: block;
	width: 95%;
	margin: 0 auto;
}
#tagline{
	display: none;
}
#taglineBG{
	display: none;
}
#specials{display:none;}
#specialsSmall{
	width:80%;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	border:#006990 medium solid;
	border-radius:5px;
	width:300px;	
}
#specialsSmall2{
	margin-top:70px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	
}
.specials1Small{
	font-size:15px;
	font-weight:bold;
	width:140px;
}
.specials2Small{	
	font-size:16px;
}
.specials3Small{
	padding-right:15px;	
}
.cheese{
	display: none;
}
.suiteImages{
	display: block;
}
.anniversaryHolder{
	width: 100%;
	float: clear;
}
.anniversary{
	width: 70%;	
	text-align: center;
	margin: 0 auto;
}
.anniversaryText{
	font-size: 20px; 
	line-height: 30px;
	color: #C08956;
}
.watersportsPics{
	display: none; !important;
}
.hassleFree{
	width: 100%;
	background-color: #fffde9;
	padding: 20px 0 20px 0;
}
.hassleFreeInner{
	margin: 0 auto;
	width: 90%;
	color: #006990;
	text-align: center;
}
.hiking{
	width: 70%;	
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
	
}
.hikingHolder{
	width: 100%;
	float: clear;
}