/*
Website Name: Gramercy Mansion
Author: Tom Mentzel
Copyright 2015
Adventure Web Interactive
*/

@-ms-viewport {width: device-width;}

/* Normalize */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, hr {display: block;}
audio, canvas, video {
	display: inline-block;
	*display: inline;
 	*zoom: 1;
	vertical-align: middle;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {display: none;}
abbr[title] {border-bottom: 1px dotted;}
dfn {font-style: italic;}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
::-moz-selection {
	background: #ccc;
	text-shadow: none;
}
::selection {
	background: #ccc;
	text-shadow: none;
}

/* General */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
	background: #f3edd6;
	text-align: center;
	color: #2a2e33;
}
p, h1, h2, h3, h4, h5, h6, form, table, hr, pre, blockquote {margin: 0 0 20px;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
a {
	text-decoration: none;
	color: #641a1f;
}
a:focus {outline: thin dotted;}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
ul, ol, dl, menu {margin: 0 0 20px 40px;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {overflow: hidden;}
hr {
	margin: 0 0 20px;
	padding: 0;
	height: 1px;
	display: block;
	border: 0;
	border-top: 1px solid #ccc;
}
small {font-size: 80%;}
sub, sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
legend {
	white-space: normal;
	*margin-left: -7px;
}
label {
	margin: 0 0 4px;
	display: block;
}
input, textarea, select, button, .button {
	padding: 6px;
	width: 100%;
	height: 32px;
	height: auto\9;
	font: inherit;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
textarea {
	height: 120px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}
input[type="file"] {
	height: auto;
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #ccc\9;
}
input[type="file"]::-ms-value {
	background: #fff;
	border: none;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	padding: 0 8px;
	width: auto;
	height: 36px;
	background: #641a1f;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.button {
	line-height: 36px;
	display: inline-block;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {background: #762e2e;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
	position: relative;
	top: 1px;
}
button[disabled], html input[disabled] {cursor: default;}
ul.form-list {
	margin: 0 0 20px;
	max-width: 500px;
	list-style: none;
}
ul.form-list li {margin: 0 0 10px;}

/* Tools */
.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}
.desktop-view {
	display: block !important;
	visibility: visible;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after, .container:after {clear: both;}
.clearfix, .container {zoom: 1;}
.browsehappy {
	padding: 5px 0;
	text-align: center;
	background: #ccc;
	color: #000;
}

/* Structure */
.container {
	margin: 0 auto;
	max-width: 1170px;
	text-align: left;
}

/* Fixed Header Bar */
header .rowBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #641a1f;
	color: #fff;
	min-height: 48px;
	z-index: 10;
}
header .rowBox a {color: #fff;}
ul.social {
	float: left;
	list-style: none;
	margin: 0;
}
ul.social li {
	float: left;
	padding: 0 7px 0 0;
	font: 18px/40px Arial, Helvetica, sans-serif;
}
header address {
	float: right;
	font: 18px/40px Oswald, Arial, Helvetica, sans-serif;
}
header address a {margin: 0 0 0 20px;}
header address i {
	position: relative;
	bottom: 2px;
}
header .navArea {margin: 48px 0 0;}
header .navArea .container {position: relative;}

/* Header */
header .logo {
	position: absolute;
	left: 0;
	top: 6px;
}
header .tagline {
	font: 18px/20px Oswald, Arial, Helvetica, sans-serif;
	color: #641a1f;
	position: absolute;
	top: 15px;
	right: 0;
}
header .tagline a {color: #083545;}

/* Nav */
nav {
	float: right;
	margin: 45px 0 0;
}
ul.rNav, ul.rNav ul {
	margin: 0;
	list-style: none;
}
ul.rNav {zoom: 1;}
ul.rNav:before, ul.rNav:after {
	content: "";
	display: table;
}
ul.rNav:after {clear: both;}
ul.rNav li {
	margin: 0;
	float: left;
	position: relative;
	padding: 0 0 0 15px;
	line-height: normal;
	font: 13px Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}
ul.rNav > li > a {
	height: 64px;
	line-height: 64px;
}
ul.rNav a {
	color: #641a1f;
	border-bottom: 4px solid #f3edd6;
	text-decoration: none;
	display: block;
}
ul.rNav li:hover > a {border-color: #641a1f;}
ul.rNav li.current-menu-item a {
	color: #641a1f;
	font-weight: bold;
}
ul.rNav ul {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	display: none;
	background: rgba(100,26,31,0.8);
}
ul.rNav li:hover ul.sub-menu li a {color: #fff;}
ul.rNav li:hover > ul {
	width: auto;
	left: 15px;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}
ul.rNav ul li {
	width: 100%;
	padding: 0;
	text-transform: none;
}
ul.rNav ul a {
	padding: 3px 20px;
	width: 100%;
	border: 0;
	color: #fff;
}
ul.rNav ul a:hover {background: rgba(100,26,31,0.8);}
ul.rNav ul ul {
	top: 0;
	left: 100%;
}
#rNav-trigger {display: none;}

/* Banner */
.banner .item {
	height: 599px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.interior-banner .item {
	height: 550px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner img, .interior-banner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -975px;
	max-width: none;
}
.banner .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.banner .text {
	width: 417px;
	margin: 110px 0 0 75px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	overflow: hidden;
	padding: 30px 35px 0;
}
.banner h2 {
	margin: 0 0 22px;
	font: 700 21px/24px Oswald, Arial, Helvetica, sans-serif;
}
.banner p {
	font: 14px/24px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
.banner .owl-buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.banner .owl-prev,
.banner .owl-next {
	background: url(../img/arrow01.png) no-repeat;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: absolute;
	left: 2%;
	margin: 255px 0 0;
}
.banner .owl-next {
	background: url(../img/arrow02.png) no-repeat;
	right: 2%;
	left: auto;
}

/* Reservation */
.reservations {
	margin: -60px 0 30px;
	position: relative;
	z-index: 5;
}
.reservations .container {
	background: 2px scroll #dad5c0;
	border-radius: 5px;
	background: #e7e0d0 url(../img/bg-reservations.png) repeat-y;
}
.reservations .col01 {
	float: left;
	width: 250px;
	padding: 30px 0 15px;
}
.reservations .col01 h2 {
	color: #641a1f;
	font: 700 21px/22px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 30px;
}
.reservations .col01 p {
	font: 14px/16px "Open Sans", Arial, Helvetica, sans-serif;
	color: #373535;
	margin: 0 0 0 30px;
}
.reservations .col02 {
	float: right;
	width: calc(100% - 250px);
	padding: 15px 0;
	text-align: center;
}
.reservations .col02 h3 {
	font: 700 21px/22px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	color: #641a1f;
}
.reservations .col02 .reserve-btn {
	border: 1px solid #fff;
	background: #641a1f;
	padding: 0 15px;
	color: #fff;
	display: inline-block;
	margin: 6px 10px 0;
	vertical-align: top;
	font: 700 14px/35px "Open Sans", Arial, Helvetica, sans-serif;
}
.reservations .col02 .reserve-btn:hover {background: #73272a;}
.reservations .col02 img {
	border: 2px solid #63658c;
	display: inline-block;
	vertical-align: top;
}

/* Welcome & Interior */
.welcome aside, .interior-content aside {
	float: right;
	width: 342px;
	padding: 70px 0 0;
}
.special {
	width: 100%;
	height: 259px;
	background: url(../img/bg-specials.jpg) no-repeat;
	color: #fff;
	text-align: center;
}
.special h3 {
	padding: 80px 0 20px;
	margin: 0;
	text-transform: uppercase;
	font: 700 30px/32px "Open Sans", Arial, Helvetica, sans-serif;
}
.learn-more-btn, .view-all-btn {
	color: #fff;
	background: #641a1f;
	border-radius: 3px;
	display: inline-block;
	width: 175px;
	text-align: center;
	font: 20px/48px "Open Sans", Arial, Helvetica, sans-serif;
}
.learn-more-btn:hover, .view-all-btn:hover {background: #73272a;}
.welcome {padding: 0 0 70px;}
.interior-content {padding: 20px 0;}
.welcome article, .interior-content article {
	float: left;
	width: calc(100% - 382px);
}
.welcome article h1, .interior-content article h1 {
	text-align: center;
	color: #641a1f;
	margin: 0 0 25px;
	font: 30px/32px Oswald, Arial, Helvetica, sans-serif; 
}
.welcome article h1 span, .interior-content article h1 span {display: inline-block;}
.welcome article h1 span:after,
.welcome article h1 span:before,
.interior-content article h1 span:after,
.interior-content article h1 span:before {
	content: "";
	width: 45px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/ico01.png) no-repeat 50% 0;
}
.interior-content article h2 {
	color: #641a1f;
	margin: 0 0 20px;
	font: 24px/24px Oswald, Arial, Helvetica, sans-serif; 
}
.interior-content article h3 {
	color: #641a1f;
	margin: 0 0 25px;
	font: 21px/32px Oswald, Arial, Helvetica, sans-serif; 
}
.welcome article p, .interior-content article p {margin: 0 0 22px;}
.interior-content img {border: 1px solid #641a1f;}
.cta-btn {
	margin: 0 0 5px 0;
	padding: 0 10px 0 10px;
	color: #fff;
	background: #641a1f;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	font: 14px/48px "Open Sans", Arial, Helvetica, sans-serif;
}
.cta-btn:hover {background: #73272a;}
.note {font: 10px/48px "Open Sans", Arial, Helvetica, sans-serif;}
ul.list li {
	list-style: none;
	margin-bottom: 10px;
}
ul.list li:before {    
    font-family: 'FontAwesome';
    content: '\f068';
    margin: 0 5px 0 -16px;
}
.officiants {}
.officiants ul {
	margin: 0 -15px;
	list-style: none;
}
.officiants ul li {
	padding: 0 15px;
	width: 21%;
	float: left;
	color: #641a1f;
	text-align: center;
}
.officiants img {margin: 0 auto 15px auto;}
.interior-content .officiants h3 {
	margin: -30px 0 10px;
	font: 16px/26px Oswald, Arial, Helvetica, sans-serif;
}
table {
	font: 14px/15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	/*margin: 20px;*/
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding: 21px 25px 22px 25px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left: 20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
table tr {
	text-align: center;
	padding-left: 20px;
}
table td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}
table td {
	padding: 18px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {border-bottom: 0;}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
table a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration: underline;
}
.rental-left-column {
	float: left;
	width: 50%;
	margin: 0 0 20px 0;
}
.rental-right-column {
	float: right;
	width: 30%;
	margin: 0 0 20px 0;
	text-align: right;
}
.room-photo {
	float: left;
	width: 30%;
}
.room-info {
	float: left;
	width: 70%;
	padding: 0 0 0 15px;
}
hr.carved {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 2px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(221,221,221)),
      color-stop(0.5, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );
}
.contact-us-btn {
	margin: 25px 0 5px 0;
	padding: 0 10px 0 10px;
	color: #fff;
	background: #641a1f;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	font: 21px/48px "Open Sans", Arial, Helvetica, sans-serif;
	width: 100%;
}
.contact-us-btn:hover {background: #73272a;}
.video-container, .map-container {
	position: relative;
	padding: 0 0 36.25% 0;
	margin: 0 0 25px 0;
	height: 0;
	overflow: hidden;
	border: 1px solid #641a1f;
}
.video-container iframe,
.video-container object,
.video-container embed,
.map-container iframe,
.map-container object,
.map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #073c70;
}
.list-column {
	float: left;
	width: 50%;
}
.contact-info .row {
	float: left;
	width: 50%;
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	line-height: 40px;
}
.contact-info i {
	float: left;
	color: #fff;
	text-align: center;
	background: #641a1f;
	font-size: 24px;
	line-height: 42px;
	height: 38px;
	margin: 0 10px 20px 0;
	width: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.required-field {color: #641a1f;}
.wpcf7-quiz-label {display: inline-block;}
ul.sitemap-list {
	padding: 0 0 0 25px; 
	list-style: none; 
}
ul.sitemap-list li {margin-bottom: 10px;}
ul.sitemap-list li:before {    
    font-family: 'FontAwesome';
    content: '\f067';
    margin: 0 5px 0 -40px;
}
.sitemap-sub-list {
	margin-bottom: 0;
	padding-bottom: 0;
	list-style: none;
}

/* Room of the Month */
.room-of-the-month {
	background: #d7c999;
	position: relative;
	padding: 25px 0;
}
.room-of-the-month:before {
	position: absolute;
	content: "";
	width: 109px;
	height: 66px;
	left: 50%;
	margin: 0 0 0 -54px;
	top: -51px;
	background: url(../img/bg-room-month.png) no-repeat;
}
.room-of-the-month h2 {
	background: url(../img/line01.png) repeat-x 0 50%;
	text-align: center;
	color: #641a1f;
	font: 30px/32px Oswald, Arial, Helvetica, sans-serif;
}
.room-of-the-month h2 span {
	background: #d7c999;
	display: inline-block;
	padding: 0 40px;
}
.room-of-the-month .holder {background: #cdc096;}
.room-of-the-month .col {
	float: left;
	width: 50%;
	text-align: center;
}
.room-of-the-month h3 {
	color: #641a1f;
	margin: 0;
	padding: 40px 0 25px;
	font: 28px/36px Oswald, Arial, Helvetica, sans-serif;
}
.room-of-the-month .room-of-the-month-photo {
	width: 572px;
	height: 310px;
}
.room-of-the-month p {
	font: 16px/25px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 55px 25px;
}
.room-of-the-month-btn {
	color: #fff;
	background: #641a1f;
	border-radius: 3px;
	display: inline-block;
	width: 175px;
	text-align: center;
	font: 20px/48px "Open Sans", Arial, Helvetica, sans-serif;
}
.room-of-the-month-btn:hover {background: #73272a;}

/* About Us */
.about-us {padding: 40px 0;}
.about-us ul {
	margin: 0 -15px;
	list-style: none;
}
.about-us ul li {
	padding: 0 15px;
	width: 33.333%;
	float: left;
	color: #641a1f;
	text-align: center;
}
.about-us img {margin: 0 auto 15px;}
.about-us h2 {
	margin: 0 0 10px;
	font: 24px/26px Oswald, Arial, Helvetica, sans-serif;
}
.about-us p {
	margin: 0 0 15px;
	font: 14px/16px "Open Sans", Arial, Helvetica, sans-serif;
}
.about-us .learn-more-btn {
	width: 138px;
	font: 16px/38px "Open Sans", Arial, Helvetica, sans-serif;
}
.about-us .learn-more-btn:hover {background: #73272a;}

/* Partners */
.partners {
	background: #d7c999;
	padding: 25px 0;
}
.partners ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
.partners ul li {
	display: inline-block;
	height: 100px;
	padding: 50px 4px 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.partners ul li {
	display: inline-block;
	height: 115px;
	padding: 10px 4px 0;
}
}
.partners ul img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* Footer */
footer {
	background: #083545;
	color: #fff;
	padding: 25px 0 0;
}
footer a {color: #fff;}
footer a:hover {color: #d7c999;}
footer .col01 {
	float: left;
	width: 40%;
	margin: 0 4% 0 0;
}
footer .col01 a {color: #f1ead5;}
footer .col01 a:hover {color: #d7c999;}
footer h3 {
	font: 18px/20px Oswald, Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
}
footer h4 {
	font: 700 14px/16px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0;
}
footer p {
	font: 14px/16px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
}
footer .col02 {
	float: left;
	width: 29%;
	margin: 0 4% 0 0;
}
.email label {
	font: 14px/16px "Open Sans", Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 7px;
}
.email input[type=text] {
	width: 100%;
	border: 0;
	background: #ece6d2;
}
.email input[type=submit] {
	margin: 10px 0 0;
	background: url(../img/btn-submit.png) no-repeat;
	width: 104px;
	height: 28px;
	text-indent: -9999px;
	font: 0/0 Arial, Helvetica, sans-serif;
	border: 0;
	cursor: pointer;
}
footer .col03 {
	float: left;
	width: 20%;
}
footer address {font: 14px/16px "Open Sans", Arial, Helvetica, sans-serif;}
footer address span {
	display: block;
	padding: 0 0 20px 30px;
	position: relative;
}
footer address i {
	position: absolute;
	top: 3px;
	left: 0;
}
footer .rowBox {
	background: #f1ead5;
	padding: 15px 0;
	color: #737373;
}
footer .rowBox a {color: #737373;}
footer .rowBox p {
	float: right;
	margin: 0;
	text-align: right;
	font: 12px/20px "Open Sans", Arial, Helvetica, sans-serif;
}
footer .rowBox .links {
	float: left;
	width: 600px;
	text-align: left;
	list-style: none;
	font: 12px/20px "Open Sans", Arial, Helvetica, sans-serif;
}
footer .links li {
	padding: 0 8px 0 0;
	margin: 0 3px 0 0;
	display: inline-block;
}
footer .links li:after {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 5px 0 5px;
}
footer .links a:hover {color: #083545;}
footer #menu-footer-menu {
	list-style: none;
	margin: 0;
	
}
footer #menu-footer-menu li.current-menu-item a {color: #641a1f;}

/* Blog */
.blog h1, .archive h1, .single h1, .search h1 {
	background: none;
	margin: 0 0 10px;
	font: 21px/28px Oswald, Arial, Helvetica, sans-serif;
	color: #000;
}
#search-2, #recent-posts-2, #archives-2, #categories-2, #text-2, #blog_subscription-2, #rss_links-2 {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}
#search-2 li, #recent-posts-2 li, #archives-2 li, #categories-2 li, #text-2 li, #blog_subscription-2 li, #rss_links-2 li, widget_rss_links li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog aside, .single aside, .archive aside {
	float: right;
	width: 330px;
	background: #e5deca;
	margin: 12px 0;
	padding: 15px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blog .sidebar ul, .single .sidebar ul, .archive .sidebar ul {margin: 0;}
.blog .sidebar select, .single .sidebar select, .archive .sidebar select {height: 42px;}

/* Media Queries*/
@media screen and (max-width: 1169px) {
	.container {padding: 0 15px;}
	nav .container {padding: 0;}
	header .logo {left: 15px;}
	header .tagline {right: 15px;}
	nav {
		float: none;
		margin: 60px -15px 0;
	}
	nav .container {padding: 0;}
	#rNav-wrap {
		position: relative;
		text-align: center;
	}
	#rNav-trigger {
		display: block;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		text-align: right;
		margin: 0 15px 0 0;
	}
	#rNav-trigger div {
		display: inline-block;
		vertical-align: middle;
	}
	#rNav-trigger span {
		width: 40px;
		height: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #333;
		display: block;
	}
	#rNav-trigger span:first-child + span {margin: 5px 0;}
	ul.rNav {
		z-index: 9999;
		position: relative;
		top: 100%;
		width: 100%;
		background:#fff;
		display: none;
	}
	ul.rNav > li > a {
		height: auto;
		line-height: 1;
		padding: 20px;
		border:0;
	}
	ul.rNav li.rNav-back {background: #f1f1f1;}
	ul.rNav li.rNav-back:hover, ul.rNav li:hover {background: #ccc;}
	ul.rNav li.rNav-back a {text-transform: uppercase;}
	ul.rNav li.rNav-back a:before {
		content: "\25C0";
		padding: 0 10px 0 0;
		font-family: "Lucida Sans Unicode", "Arial Unicode MS";
	}
	a.rNav-parent:after {
		content: "\25B6";
		padding: 0 0 0 10px;
		font-family: "Lucida Sans Unicode", "Arial Unicode MS";
	}	
	ul.rNav ul {
		height: auto;
		opacity: 1;
		position: static;
		visibility: visible;
	}	
	ul.rNav li {
		position: static;
		display: block;
		float: none;
	}	
	ul.rNav a {
		display: block;
		float: none;
		text-decoration: none;
	}	
	ul.rNav ul a {
		padding: 0;
		width: auto;
	}	
	ul.rNav-trans {
		display: block;
		position: absolute;
		overflow: hidden;
	}	
	ul.rNav-trans li, ul.rNav-trans li a {
		overflow: hidden;
		white-space: nowrap;
	}	
	.reservations .col02 .btn01 {margin: 6px 5px 0;}
	.room-of-the-month .col {
		float: none;
		width: 100%;
	}
	.room-of-the-month .col img {margin: 0 auto;}
	.room-of-the-month p {margin: 0 0 25px;}
}
@media screen and (max-width: 960px) {
	.reservations .col02 img {display: none;}
	footer .rowBox p,
	footer .rowBox .links {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	ul.social {
		float: none;
		text-align: center;
	}
	ul.social li {
		display: inline-block;
		float: none;
	}
	header address {
		float: none;
		text-align: center;
	}
	header .navArea {margin-top: 80px;}
	header .logo {
		position: static;
		margin: 15px auto 0;
	}
	header .tagline {
		position: static;
		text-align: center;
	}
	.interior-banner .item {height: 250px;}
	nav {margin: 0 -15px;}
	#rNav-trigger {text-align: center;}
	.reservations .container {background: #ddd7c8;}
	.reservations .col01,
	.reservations .col02 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.reservations .col01 h2,
	.reservations .col01 p {margin-left: 0;}
	.welcome article, .interior-content article {
		float: none;
		width: 100%;
	}
	.welcome aside, .interior-content aside {
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	footer .col01,
	footer .col02,
	footer .col03 {
		float: none;
		margin: 0;
		padding: 0 0 20px;
		width: 100%;
	}
	footer ul.social {text-align: left;}
}
@media screen and (max-width: 600px) {
	header .rowBox {position: static;}
	header .navArea {margin: 0 0 50px 0;}
	.banner {display: none !important;}
	.services ul {margin: 0;}
	.services ul li {
		width: 100%;
		margin: 0 0 15px;
	}
	.welcome article h2 span:after,
	.welcome article h2 span:before,
	.interior-content article h2 span:after,
	.interior-content article h2 span:before {display: none;}
	.welcome aside, .interior-content aside {width: 100%;}
	.special {background-size: 100% 100%;}
}

@media screen and (max-width: 480px) {
	.room-of-the-month .room-of-the-month-photo {height: 200px;}
	.about-us ul li {
		float: none;
		width: 100%;
		margin: 0 0 25px 0;
	}
	.cta-btn {
		margin: 10px auto 10px auto; 
		display: block;
	}
	.contact-info .row {
		float: none;
		width: 100%;
	}
	footer .rowBox .links  {
		float: none;
		width: 100%;
	}
}

/* Print */
@media print {
* {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font: normal 10pt/1.2 Georgia, Times, "Times New Roman", serif !important;
	color: #000 !important;
	background: transparent !important;
	color: black !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
body {padding: .75cm !important;}
a, a:visited {text-decoration: underline;}
a[href]:after {content: " (" attr(href) ")";}
abbr[title]:after {content: " (" attr(title) ")";}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}
h1, h2, h3, h4, h5, h6 {font: bold 18pt/1.2 Arial, Helvetica, sans-serif !important;}
h2 {font-size: 16pt !important;}
h3 {font-size: 14pt !important;}
h4 {font-size: 12pt !important;}
h5, h6 {font-size: 10pt !important;}
code {font: 10pt Courier, monospace;}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {display: table-header-group;}
tr, img {page-break-inside: avoid;}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {page-break-after: avoid;}
@page {margin: 0.5cm !important;}
}
