html {
	-webkit-text-size-adjust: 100%; 
	/* Prevent scaling in landscape */
}

body {
 background-image: none;
}

#hotel_head {
	padding-top: 20px;
}

#hotel_hero {
	position: relative;
	background: #a4ccef;
}

#blue_grad {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	height: 275px;
}

#blue_grad img {
	height: 275px;
}

#award_winning {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	text-align: center;
}

#award_winning img {
	width: 600px;
	margin: 0px auto;
}

#head_lbh {
	position: absolute;
	/* top: 125px */
	top: 150px;
	left: 0;
	right: 0;
	text-align: center;
}

#head_lbh p {
	font-family: "minion-pro", serif;
	color: #3d588a;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

#hotel_hero img.main {
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width:100%;
	text-align: center;
}

#hotel_body {
	position: relative;
	min-height: 1000px;
	background: #fff;
	border: 10px solid #081a30;
	border-width: 35px 0 0 0;
}

#l_col {
	position: absolute;
	float: none;
	width: 30%;
	/* border: 1px solid red; */
	top:0;
	left:0;
	bottom: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #190f00;
	text-align: center;
	/* background: rgba(255,255,255,.3); */
	background: #063d75;
}

#r_col {
	float: right;
	width: 70%;
	padding: 20px 5% 100px 5%;
	color: #190f00;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* border: 1px solid green; */
	background: #fff;
	background: rgba(33,91,130,.05); 
	color: #08263c;
}

#r_col p {
	margin-top: 25px;
	font-size: 16px;
    line-height: 26px;
    color: #08263c;
    text-align: justify;
    text-justify: inter-word;
    text-shadow: 0px 0px 1px rgba(76, 49, 22, 0.2);
}

#r_col a {
	color: #114260;
	transition: color .3s;
}

#r_col a:hover {
	color: #105077;
}


#r_col p img.deco {
	width: 125px;
	float: left;
	margin-right: 10px;
}

#r_col p i {
	font-style: italic;
}

#r_col h1 {
	font-size: 24px;
	color: #03324f;
	font-weight: bold;
	line-height: 30px;
	margin: 40px 0 20px 0;
}

#r_col h2 {
	font-size: 21px;
	color: #03324f;
	line-height: 24px;
	font-style: italic;
}

#r_col h3 {
	font-size: 21px;
	color: #03324f;
	line-height: 26px;
	font-style: italic;
	margin: 0 0 20px 0;
}



#content {
 font-family: 'Libre Baskerville', serif;
 width: auto;
 padding-bottom: 100px;
 background-color: #074c84;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%232b5f96' fill-opacity='0.5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

#content .wrapper, #footer .wrapper {
	width: 1200px;
}

#content .wrapper {
	padding-top: 0px;
	margin-top: 0px;
}

#logo_cont {
	position: relative;
	/* border: 1px solid green; */
	padding: 50px 0;
	display: block;
}

#logo {
	position: relative;
	width: 75%;
	max-width: 275px;
	top: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	/* border: 1px solid red; */
}

#hj {
	max-width: 275px;
	margin: 15px auto;
	padding: 10px;
	font-size: .75em;
	text-align: center;	
}

#hj_award {
	display: block;
	width: 100%;
}

#hj_review {
	padding: 5px;
	background: rgba(255,255,255,1);
	font-family: 'proxima-nova', sans-serif;
}

#hj_review a {
	color: #4c3116;
}

#hj_review a:hover {
	color: #d2c49f;
}

#address, #address a {
	/* font-family: "minion-pro", serif; */
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}

#address {
	margin: 15px 0;
}

#tollfree, #tollfree a {
	/* font-family: "minion-pro", serif; */
	text-align:center;
	font-size: 28px;
	color: #fff;
	text-decoration:none;
	display: block;
	margin: 0px auto;
	line-height: 30px;
}

#tollfree a {
	/* text-shadow: 1px 1px rgba(0,0,0,.25); */
}

#tollfree span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	color: #fff;
}


#breakfast_blurb, #reservations_button {
width: 75%;
min-width: 150px;
max-width: 300px;
margin: 20px auto;
}

#reservations_button {
position: relative;
text-align: center;
height: auto;
}

#reservations_button svg {
display: block;
width: 100%;
transition: all .3s;
}

#reservations_button svg:hover {
display: block;
width: 100%;
}

.res_inner {
/* fill:#ce0000; */
/* fill: #a9d8ff; */
fill:#ce0000;
transition: fill .5s;
}

.res_outer {
/* fill:#a9d8ff; */
fill:#ce0000;
transition: fill .5s;
}

#reservations_button a:hover .res_inner, #reservations_button a:hover .res_outer {
/* fill: #ba2631; */
fill: #ff1717;
}


#reservations_button p {
position: absolute;
display: block;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color: #fff;
width: 100%;
font-size: 18px;
font-weight:  600;
text-shadow: 1px 1px rgba(0,0,0,.5);
line-height: 22px;
text-transform: uppercase;
text-align: center;
/* border: 1px solid red; */
}

#breakfast_blurb div.hr {
position: relative;
height: 1px;
color: #fff;
background: transparent url(../images/white_grad.svg) top center no-repeat;
background-size:100%;
margin: 10px;
}

#cr_emb {
position: absolute;
height: 15px;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

#marq_top {
display: block;
width: 100%;
background: url(../images/breakfast_marquee_top.svg) top left no-repeat;
background-size: 100%;
padding: 20px 20px 0 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
color: #fff;
font-size: 18px;
text-shadow: 1px 1px rgba(0,0,0,.25);
line-height: 22px;
}

#marq_top span {
display: inline-block;
margin-top: 2px;
font-size: 14px;
line-height: 20px;
font-style: italic;
color: #fff;
}


#marq_bot {
display: block;
width: 100%;
height: 20px;
background: url(../images/breakfast_marquee_bot.svg) bottom left no-repeat;
background-size: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

#page_nav ul {
	list-style: none;
}

#page_nav li {
	display: inline-block;
	width: 115px;
	margin: 10px 5px 0 0;
}

#page_nav a {
	font-family: 'proxima-nova', sans-serif;
	display: block;
	font-size: 13px;
	width: auto;
	font-weight: 400;
	color: #215b82;
	line-height: 26px;
	padding: 5px 0px;
	border: 2px solid #215b82;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
	/* text-shadow: 1px 1px rgba(0,0,0,.25); */
	background: rgba(255,255,255,1);
	border-radius: 2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
}

#page_nav a.active {
	font-weight: 700; 
	background: rgba(255,255,255,1);
}

#page_nav a:hover, #page_nav a.active:hover {
	background: rgba(33,91,130,.1); 
	color: #215b82;
}

#page_nav a.reservations {
	border: 2px solid #ce0000;
	background: #ce0000;
	color:  #fff;
	font-weight: 700;
	/* text-shadow: 1px 1px rgba(255,255,255,.5); */
}

#page_nav a.reservations:hover {
	border: 2px solid #ff1717;
	background: #ff1717;
	color:  #fff;
}

.sm_show {
	display: none;
}

.mob_show, .mob_hide {
	text-align:center; 
}

#aaa_3d {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 100px;
}

#aaa_3d img {
	width: 100%;
}

.aaa_color {
	display: none;
}

.aaa_white {
	display: block;
}

.aaa_cont {
	margin: 0 0 25px 0;
}

#aaa_mob {
	width: 100px;
}

.info_wrap {
	border: 1px solid rgba(33,91,130,1);
	background: rgba(33,91,130,.1);
	padding: 20px;
	margin:  45px 0 20px 0;
}

#photo_full, #photos {
	margin: 50px 0;
	/* border: 1px solid blue; */
}

.grid {
	padding: 0;
	max-width: 1300px;
	min-width: 300px;
	margin: 0 auto;
	list-style: none;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.grid li {
	display: inline-block;
	width: 23.5%;
	margin: 2% 2% 0 0;
	padding-top: 23.5%;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.grid li:nth-child(4n) {
	margin: 2% 0 0 0;
}

.grid li.full {
	float: none;
	display: block;
	/* display: inline-block; */
	width: auto;
	height: auto;
	margin: 0;
	padding: 0px;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.grid figure {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left:  0;
	margin: 0;
	background: #fff;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.grid figure img {
  position: relative;
  display: block;
  left: 50%;
  top: 50%; 
  height: 100%;
  width: auto;
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%,-50%);
  -moz-transform: scale(1) translate(-50%,-50%);
  transform: scale(1) translate(-50%,-50%);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: blur(0);
  -webkit-filter: blur(0);
  transition: transform .4s, opacity .2s;
}

.grid figure:hover img {
	-webkit-transform: scale(1.1) translate(-45%,-45%);
  -moz-transform: scale(1.1) translate(-45%,-45%);
  transform: scale(1.1) translate(-45%,-45%);
  opacity: .75;
}

.grid li.full figure img {
	width: 100%;
	height: auto;
}

.grid figure button {
	position: absolute;
	padding: 4px 20px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background: #212b62;
	opacity: 0;
	color: #ed4e6e;
}

.grid figcaption:hover {
	opacity: .3;
}

.grid figcaption h3 {
	font-size: .85em;
	margin: 0;
	padding: 0;
	color: #fff;
}

/*
.grid figcaption span:before {
	content: 'by ';
}
*/

.grid figcaption a {
	text-align: center;
	font-size: .75em;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 0px;
	display: inline-block;
	background: #555;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	/* transition: .5s all; */
}

.grid figcaption a:hover {
	background: #2d73a8;
}

.grid figcaption,
.grid figcaption h3,
.grid figcaption p {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden
	backface-visibility: hidden;
}

figure:hover img {
	transform: scale(1.1) translate(-50%,-50%);
	/* opacity: .8; */
}

figcaption a {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

ul.amenities, ul.amenities2, ul.rooms, ul.rooms2 {
display: inline-block;
width: 49%;
list-style-type: disc;
margin-before: 1em;
margin-after: 1em;
margin-start: 0;
margin-end: 0;
padding-start: 40px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0px 20px 0 0;
/*margin-top: 25px;*/
vertical-align: top;
}

ul.amenities li, ul.amenities2 li, ul.rooms li, ul.rooms2 li {
list-style-type: disc;
margin: 10px 5px 0 20px;
font-size: 14px;
line-height: 20px;
}

.content_add {
	clear: all;
	margin-top: 20px;
	padding-top: 20px;
}

#galleryoverflow {
visibility: hidden;
}



@media screen and (max-width: 768px) {	
#content {
 padding-bottom: 0px;
}	
	
#content .wrapper, #footer .wrapper {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}

#hotel_hero {
	overflow: hidden;
}

#blue_grad {
	width: 100%;
}

#hotel_hero img.main {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	min-width: 400px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#hotel_body {
	border-width: 15px 0px 0px 0px;
}

#logo_cont {
	/* height: 125px; */
}

#logo {
	/* position: absolute; */
	width: 100%;
	left: 0px;
	text-align: center;
}

#logo img {
	display: block;
	width: 75%;
	max-width:  250px;
	margin:0px auto;
}

#l_col {
	float: none;
	position: relative;
	width: auto;
	/* border: 1px solid red; */
	padding:0 0 25px 0;
}

#r_col {
	float: none;
	width: auto;
	padding: 20px 20px 50px 20px;
}

#r_col p {
	margin-top: 15px;
	font-size: 13px;
    line-height: 18px;
    text-align: left;
    /* text-justify: inter-word; */
    text-shadow: 0px 0px 1px rgba(76, 49, 22, 0.2);
}

#r_col p img.deco {
	width: 70px;
	float: left;
	margin-right: 10px;
}

#r_col h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 20px 0;
}

#r_col h2 {
	margin-bottom: 40px;
}

#r_col h3 {
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 0 0;
}



#hj_award {
	margin: 0 auto;
	max-width: 275px;
	min-width: 150px;
}

#tollfree {
	padding: 0 0 0 0;
}

#tollfree a {
	font-size: 28px;
}

#tollfree span {
	font-size: 10px;
	line-height: 14px;
}

#marq_top {
font-size: 16px;
line-height: 19px;
}

#marq_top span {
font-size: 12px;
line-height: 17px;
}

#blue_grad img {
	height: 100px;
}

#award_winning {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	text-align: center;
}

#award_winning img {
	width: 60%;
	margin: 0px auto;
}

#head_lbh {
	position: absolute;
	/* top: 125px */
	top: 100px;
	left: 0;
	right: 0;
	text-align: center;
}

#head_lbh p {
	font-family: "minion-pro", serif;
	color: #3d588a;
	font-size: 4vw;
	text-transform: uppercase;
	font-weight: bold;
}

#page_nav li {
	width: 47%;
	display: inline-block;
	margin: 10px 5px 0 0;
}

#page_nav li:nth-child(even) {
	margin:10px 0 0 0;
}

.sm_show {
	display: block;
}

#aaa_3d {
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 75px;
}

#aaa_3d img {
	width: 100%;
}

#aaa_mob {
	width: 100px;
}

.grid {
	padding: 6px 0 0 0;
	max-width: 1300px;
	min-width: 0px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
}

.grid li {
	/* float: left; */
	display: inline-block;
	width: 49%;
	margin: 2% 2% 0 0;
	padding-top: 49%;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.grid li:nth-child(2n) {
	margin: 2% 0 0 0;
}

ul.amenities, ul.rooms {
float: none;
width: auto;
padding: 0px 20px 0 0;
margin-top: 25px;
}

ul.amenities2, ul.rooms2 {
float: none;
width: auto;
padding: 0px 20px 0 0;
margin-top: 0px;
}

ul.amenities li, ul.amenities2 li, ul.rooms l1, ul.rooms2 li {
margin: 10px 5px 0 20px;
font-size: 13px;
line-height: 18px;
}


}

@media screen and (min-width: 769px) and (max-width: 900px) {
#content .wrapper {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0px;
	margin-right: 0px;
}

#logo_cont {
}

#logo {
	width: 125px;
	left: 0;
	/* border: 1px solid red; */
}

#tollfree, #tollfree a {
	font-size: 22px;
}

#award_winning {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	text-align: center;
}

#award_winning img {
	width: 500px;
	margin: 0px auto;
}

ul.amenities, ul.rooms {
float: none;
width: auto;
padding: 0px 20px 0 0;
margin-top: 25px;
}

ul.amenities2, ul.rooms2 {
float: none;
width: auto;
padding: 0px 20px 0 0;
margin-top: 0px;
}

ul.amenities li, ul.amenities2 li, ul.rooms l1, ul.rooms2 li {
margin: 10px 5px 0 20px;
font-size: 13px;
line-height: 18px;
}

}

@media screen and (min-width: 769px) and (max-width: 1250px) {
#content .wrapper, #footer .wrapper {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#content .wrapper {
	margin-top: 0;
	padding-top: 0;
}

#head_lbh {
	font-size: 24px;
}

.sm_show {
	display: block;
}

#aaa_3d {
	position: absolute;
	right: 3%;
	width: 13%;
}

#aaa_3d img {
	width: 100%;
}

#aaa_mob {
	width: 100px;
}

}

@media screen and (min-width: 1079px) and (max-width: 1250px) {
	#content .wrapper, #footer .wrapper {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

#content .wrapper {
	margin-top: 0;
	padding-top: 0;
}


}
