@charset "UTF-8";
/* CSS Document */


/* 1200+  */
/****************************/
/* REGULAR					*/
/****************************/

@media (min-width: 1300px) {
	.container { width:900px;}
	#nav {display:block;}
	#dropNav {display:none;}
	.mobilehide { display:block;}
	.mobileshow { display:none;}
}

/* 992 <-> 1300  */
/****************************/
/* IPAD LANDSCAPE 			*/
/****************************/

@media (min-width: 992px) and (max-width: 1300px) {
	.container { width:900px;}
	#banner,
	#banner-history {
		width:900px;
	}
	
	#banner img,
	#banner-history #memory-txt img  {
		width:900px;
	}
	
	
	.borderbtn {
		font-size:12px;	
	}


	#nav {display:block;}
	#dropNav {display:none;}
	
	.subpage article h3 { 
		font-size:1em;
		padding:10px 0;
	}
	
	.mobilehide { display:block;}
	.mobileshow { display:none;}

}

/* 740 <-> 992  */
/****************************/
/* IPAD PORTRAIT 			*/
/****************************/

@media (min-width: 740px) and (max-width: 992px) {
	.container { width:740px;}
	
	#banner{
		width:100%;
		margin: 0 auto;
	}
	
	#banner-history {
		width:100%;
		margin: 0 auto;
		position: relative;	
	}
	.slidercover {
		margin:0;	
	}
	
	#slider {
		width:100%;	
	}
	
	.slides{
		height:380px;	
	}
	 
	#banner img {
		width:100%;	
	}
	
	#timeline  {
		height:350px;
		width:100%;	
	}
	
	#timeline img,
	#timeline ul li{
		height:350px;
		width:auto;
	}
	
	#banner-history #memory-txt img {
		width:100%;	
		height:350px;
	}
	
	#mamaslink img,
	#opentable img {
		width:80%;
		height:auto;	
	}
	
	#mamaslink {
		right:0;	
	}
	
	#opentable {
		left:0;	
	}
	
	.borderbtn {
		font-size:12px;	
	}
	
	.ammenities li {
		width:33%;
	}

	.ot-select { width:120px;}
	
	ul#nav li	{ margin-right:20px;}
	ul#nav li a {  font-size:12px;}
	#nav {display:block;}
	#dropNav {display:none;}
	
	.subpage article p {
	font-size:1em;	
	padding:0 0 5px;
	}
	
	.subpage article p.large {
	font-size:1.15em;	
	}
	.subpage article h3 { 
		font-size:.85em;
		padding:10px 0;
	}
	
	.row.ctarow {
	margin-left:0px;
	margin-right:0px;	
}

	.gc-r {text-align:center; margin-bottom:5px !important;}
	.gc-l {text-align:center; margin-bottom:10px !important;}
	
	.mobilehide { display:none;}
	.mobileshow { display:block;}
	
}

/* 480 <-> 750  */
/****************************/
/* IPHONE LANDSCAPE 		*/
/****************************/


@media (min-width: 480px) and (max-width: 740px) {
	.container { width:100%;}
	
	p,
article ul li {
	text-align:left;
}
	
	#banner{
		width:100%;
		margin: 0 auto;
	}
	
	#banner-history {
		width:100%;
		margin: 0 auto;
		position: relative;	
	}
	
	.slidercover {
		margin:0;	
	}
	
	#slider {
		width:100%;	
	}
	
	.slides {
		height:0;	
	}
	
	#banner img,
	#banner-history #memory-txt img,
	#timeline {
		width:100%;	
	}
	
	#timeline  {
		height:300px;
		width:100%;	
	}
	
	#banner-history #memory-txt img,
	#timeline img,
	#timeline ul li{
		height:300px;
		width:auto;
	}
	
	#banner-history #memory-txt img {
		width:100%;	
	}
	
	#mamaslink img,
	#opentable img {
		width:80%;
		height:auto;	
	}
	
	#mamaslink {
		right:0;	
	}
	#opentable {
		left:0;	
	}
	
	#logo {
		margin-top:30px;	
	}
	
	ul.btnrow li,
	.dirs .borderbtn {
		width:100%;
		margin:0 0 5px 0;
	}
	
	
	
	
	#linkA,
	#linkB,
	#linkC {
		margin-bottom:30px;	
		text-align:center;
	}
	
	
	.cta {
		width:279px;
		height:279px;
		margin:0 auto;
	}
	
	.ammenities li {
		width:100%;
	}
	
	ul.roombtns {
		margin:30px auto;	
	}
	ul.roombtns li {
		width:100%;
		margin:0 auto;
	}
	ul.roombtns li .borderbtn {
		width:90%;	
	}

	nav	{display:none;}
	#nav {display:none;}
	#dropNav {display:block;}
	
	.subpage article p {	
	padding:0 0 20px;
	}
	
	.subpage article h3 { 
		font-size:.85em;
		padding:10px 0;
	}
	
	footer div div div {
		margin-bottom:30px;	
	}
	
	footer p{
		text-align:center;	
	}
	
	.gc-r {text-align:center; margin-bottom:5px !important;}
	.gc-l {text-align:center; margin-bottom:10px !important;}
	
	
	.mobilehide { display:none;}
	.mobileshow { display:block;}
}

/****************************/
/* IPHONE PORTRAIT 			*/
/****************************/

@media (max-width: 480px) {
	.container { width:100%;}
	
	#banner{
		width:100%;
		margin: 0 auto;
	}
	
		p,
article ul li {
	text-align:left;
}
	
	#banner-history {
		width:100%;
		margin: 0 auto;
		position: relative;	
	}
	
	.slidercover {
		margin:0;	
	}
	
	#slider {
		width:100%;	
	}
	
	.slides {
		height:0;	
	}
	
	#banner img,
	#banner-history #memory-txt img,
	#timeline {
		width:100%;	
	}
	
	#timeline  {
		height:250px;
		width:100%;	
	}
	
	#banner-history #memory-txt img,
	#timeline img,
	#timeline ul li{
		height:250px;
		width:auto;
	}
	
	#banner-history #memory-txt img {
		width:100%;	
	}
	
	ul.btnrow li,
	.dirs .borderbtn {
		width:100%;
		margin:0 0 15px 0;
	}
	
	#mamaslink img,
	#opentable img {
		width:80%;
		height:auto;	
		
	}
	
	#mamaslink {
		right:0;	
		position:inherit;
	}
	
	#opentable {
		left:0;	
		position:inherit;
	}
	
	
	#logo {
		margin-top:0px;	
	}
	
	#logo img {
		width:100%;
		height:auto;	
	}
	
	
	.slides {
		height:0px;	
	}
	
	#banner img {
		width:100%;	
	}
	
	header a {
		font-size:10px;
	}	
	
	.smshow { display:inline;}
	.smhide { display:none;}
	nav	{display:none;}
	#nav {display:none;}
	#dropNav {display:block;}
	
	.subpage article p {	
	padding:0 0 20px;
	}
	
	.subpage article h3 { 
		font-size:.8em;
		padding:10px 0;
	}
	
	footer p {
	font-size:10px;
	}
	
	
	#linkA,
	#linkB,
	#linkC {
		margin-bottom:30px;	
		text-align:center;
	}
	
	ul.menus li {
		width:100%;	
	}
	
	.borderbtn {
		width:90%;
		font-size:12px;	
	}
	
	.bluebtn {
		width:90%;
		padding:15px 0;	
	}
	
	.opentable ul li {
		margin: 0 0 20px;
		width: 80%;
		display: inline-block;
		text-align: center;
	}
	
	.opentable ul li p{
		text-align:center !important;
	}
	
	#ot-btn {
		margin: 0 auto;
		width: 80%;
	}	
	
	
	.cta {
		width:279px;
		height:279px;
		margin:0 auto 15px;
	}
	
	.ammenities li {
		width:100%;
	}
	
	ul.roombtns {
		margin:30px auto;	
	}
	ul.roombtns li {
		width:100%;
		margin:0 auto;
	}
	ul.roombtns li .borderbtn {
		width:90%;	
	}
	
	.gc-r {text-align:center; margin-bottom:5px !important;}
	.gc-l {text-align:center; margin-bottom:10px !important;}
	
	.mobilehide { display:none;}
	.mobileshow { display:block;}
	
}