/* ----------- FORMS ----------- */
.cornerforms {
	padding: 10px 0;
}
.box_reviews_and_comments {
	padding-top: 20px;
}
input, select, textarea {
	border: 1px solid #bcbab7;
	box-sizing: border-box;
	border-radius: 5px;
	color: #646565;
	font-family: inherit;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
input {
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
}
select {
	height: 30px;
	line-height: normal;
	padding: 6px 4px;
}
textarea {
	padding:4px 8px;
	resize: none;
	display: block;
}
.asterisk {
	color: #000000;
}
/* ----------- Headers ----------- */
h1 {
  color: #000000;
  font-family: "libre_baskervilleregular";
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

h2 {
  color: #000000;
  display: block;
  font-family: "libre_baskervilleregular";
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

h2.padbottom {
	display: block;
	margin: 0;
	padding-bottom: 15px;
}
h3 {
  color: #000000;
  display: block;
  font-family: "libre_baskervilleregular";
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

h4 {
	color: #000;
  font-size: 13px;
	font-weight: normal;
  font-family: "libre_baskervilleregular";
	margin: 0;
	display: block;
	padding-bottom: 5px;
  letter-spacing: 0.03em;
}
/* ----------- BOXES ----------- */
.box {
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b6c89f;
	padding: 15px 0px 16px 0px;
}
.box2 {
	display: block;
	padding: 15px 0px;
}
.boxspacer {
	display: block;
	height: 15px;
}
/* ----------- COLUMNS ----------- */
/* ----- 2 COLUMNS ----- */
.column21 {
	float: left;
	padding-right: 25px;
	width: 47%;
}
.column22 {
	float: left;
	width: 47%;
}
/* ----- 3 COLUMNS ----- */
.column31 {
	float: left;
	padding-right: 10px;
	width: 31%;
}
.column32 {
	float: left;
	padding-right: 10px;
	width: 32%;
}
.column33 {
	float: left;
	padding: 0px;
	width: 32%;
}
/* ----- 4 COLUMNS ----- */
.column41, .column42, .column43 {
	float: left;
	padding-right: 10px;
	width: 24%;
}
.column44 {
	float: left;
	width: 24%;
}
/* ----- 5 COLUMNS ----- */
.column51, .column52, .column53, .column54 {
	float: left;
	padding-right: 9px;
	width: 19%;
}
.column55 {
	float: left;
	width: 19%;
}
.baseline, .clearboth {
	clear: both;
	height: 0px;
}
/* ----------- LINKS ----------- */
.milestone {
	font-size: 12px;
	line-height: 18px;
}
.milestone2 {
	font-size: 11px;
	line-height: 18px;
}
.anchorlink {
	font-size: 11px;
	line-height: 18px;
}
a:link, a:visited {
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color:#610C07;
	outline: none;
}
a:hover {
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color: #6D8E56;
}
a.milestone:link, a.milestone:visited {
  color: #484848;
  height: 50px;
  line-height: 54px;
  white-space: nowrap;
}

a.milestone:hover {
 white-space: nowrap;
 color:#610c07;
}
/* ----------- BULLETS ----------- */
.cornerinner {
	padding: 6px 0px 10px 16px;
	float: right;
}
.box ul, .box2 ul, .hotelbox ul {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
}
.box ul li, .box2 ul li, .hotelbox ul li {
	background-image: url("/images_noindex/sprite.png");
	background-repeat: no-repeat;
	background-position: -247px 8px;
	height: 100%;
	line-height: 20px;
	margin: 0;
	padding: 0 0 6px 15px;
}
ul.anchor {
	background-color: #fff;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 10px 0 10px 10px;
}
ul.anchor li {
	background-image: url("/images_noindex/sprite.png");
	background-repeat: no-repeat;
	background-position: -208px -59px;
	line-height: 28px;
	margin: 0;
	padding: 0 15px 0 15px;
}
.box ul.padbottom li, .box2 ul.padbottom li {
	padding-bottom: 15px;
}
.box li.padbottom, .box2 li.padbottom {
	padding-bottom: 10px;
}
.box ul.padbottom li:last-child, .box2 ul.padbottom li:last-child {
	padding-bottom: 0px;
}
/* ----------- CALENDAR ----------- */

.reservation-holder {
	display: table;
	margin: 0 auto;
}
#reservation {
	background-color: #000;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 100px;
	height: 73px;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	width: 960px;
	z-index: 11;
}
#reservation .res-text {
	color: #ffffff;
	font-family: 'libre_baskervilleitalic';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 20px;
	margin-right: 0px;
	position: relative;
	top: 14px;
	width: 100px;
}
#reservationtable {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  top: 21px;
  width: auto;
}

#reservationtable ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#reservationtable ul li {
	display: block;
	float: left;
	padding-bottom: 0;
	padding-right: 10px;
	position: relative;
}
#reservationtable ul .last-child {
	padding-right: 0 !important;
}
#reservationtable ul li ul li {
	float: left;
	padding-right: 11px;
}
.rtitle {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 3px;
}
.rtitleinner {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 0;
}
.resinputbox {
  background:url("/images_noindex/sprite.png") no-repeat scroll -110px -214px;
  border: 1px solid #bcbab7;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-family: "libre_baskervilleitalic";
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 144px;
}
.resdropdown {
  background: url("/images_noindex/sprite.png") no-repeat scroll -152px -254px;
  border: 1px solid #bcbab7;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-family: "libre_baskervilleitalic";
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 8px;
  vertical-align: top;
  width: 104px;
}
.resinputboxinner {
  background-image: url("/images_noindex/sprite.png");
  background-position: right -524px;
  background-repeat: no-repeat;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 8px;
  vertical-align: top;
  width: 158px;
}
.resdropdowninner {
  background-image: url("/images_noindex/sprite.png");
  background-position: right -564px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 12px;
  height:30px;
  line-height:30px;
  margin: 0;
  padding: 0 0 0 8px;
  vertical-align: top;
  width: 93px;
}
.hasDatepicker {
  cursor: pointer;
}
.bankforreserv {
	bottom:0;
	display:block;
	height:1px;
	position:absolute;
	width:100%
}
.fixreservation {
	bottom:auto!important;
	top:148px;
        background:#000 !important;
}
/* ----------- Click Reservation----------- */
.outer-box {
	background-color: #CCDEAA;
	border: 1px solid #a6b787;
	color: #000000;
	margin: 30px auto 0;
	max-width: 960px;
	padding: 30px 0;
	text-align: center;
	width: 94%;
}
.pro-txt {
 font-weight: normal;
 font-size: 26px;
 line-height: 30px;
 margin-bottom: 20px;
 text-align: center;
 color: #610C07;
}
.lockimg {
	color: #610C07;
	font-size: 116px;
	height: 116px;
	padding: 20px 0;
}
.click-logo {
	padding-bottom: 20px;
	padding-top: 20px;
}
.vcard {
	font-size: 12px;
}
.fn {
	display: block;
	font-family: "muliregular";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.vcard {
	font-size: 11px;
	line-height: 20px;
}
/* ----------- Click Reservation----------- */


/* ----------- IMAGES ----------- */
.imgright {
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom: 10px;
	float: right;
}
.imgleft {
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
}
/* ----------- MODULE ----------- */
ul.modulelinks {
	display: inline-block;
	font-size: 13px;
	list-style: none outside none;
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: uppercase;
}
li.modulelink {
	display: inline-block;
	float: left;
	padding: 0px;
	margin-right: 1px;
}
.modulelinks a {
  color: #FFFFFF;
  background-color: #80a16a;
  display: inline-block;
  float: left;
  padding: 0 15px;
  height:33px;
  line-height:33px;
}
.modulelinks a:hover, .modulelinkON a {
  background-color: #610C07;
}

/* ----------- GUEST REVIEWS ----------- */
#socialreviews {
	float: left;
	margin: 20px auto 30px;
	width: 100%;
}
.review-right {
	float: left;
	margin-right: 0;
	position: relative;
	width: 31%;
}
.shellimg {
	line-height: 0;
	position: relative;
	z-index: 1;
}
.overdiv {
	background-color:#610d07;
	background-color:rgba(97, 13, 7, 0.6);
	height: 78px;
	position: absolute;
	text-align: center;
	top:64px;
	width: 100%;
	z-index: 5;
}
.reviewicon {
	height: 48px;
	padding: 19px 0 11px;
	text-align: center;
	width: 100%;
}
.descriptions {
	display: none;
	margin: 0 auto;
	text-align: center;
}
.reviewbuttons {
	padding-top: 10px;
}
.reviewbuttonsleft {
	float: left;
	width: 110px;
}
.reviewbuttonsright {
	float: right;
	width: 110px;
}
.shellimg > img {
	height: auto;
	width: 100%;
}
.button-row {
	margin: 0 auto;
	width: 100%;
}
.readbutton, .writebutton {
	display: inline-block;
	float: none;
	width: 30%;
}
.readbutton {
	margin-right: 5%;
}
#review-right2.review-right {
	margin: 0 3.4%;
}
.review-right:hover .overdiv {
	background: #610d07;
	background: rgba(97, 13, 7, 0.60);
	height: 100%;
	top: 0;
}
.review-right:hover .reviewicon {
	padding-top: 53px;
}
.review-right:hover .descriptions {
	display: block;
}
#review-wite-btn {
	display: none;
	float: right;
	width: 176px;
}
#reviewsheader2 {
	border-bottom: 1px solid #b6c89f;
	font-size: 19px;
	line-height: 32px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}
/* ----------- GUEST REVIEWS END ----------- */
/* ----------- Mainimage Slideshow CSS ----------- */

#mainimageholder IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 1.0;
}
#mainimageholder IMG.active {
	z-index: 10;
	opacity: 1.0;
}
#mainimageholder IMG.last-active {
	z-index: 9;
}
#mainimageslideshow {
	/*	left: 50%;
	margin-left: -480px;*/
	position: absolute;
	width: 100%;
}
/* ----------- 404 Page ----------- */
.oh {
	border-right: 1px solid #ccc;
	color: #000;
	font-size: 25px;
	margin-right: 15px;
	padding-right: 15px;
}
.errTop {
	font-size: 18px;
	line-height: 26px;
}
.er {
	color: #000;
	font-size: 18px;
}
.errSugg {
	font-size: 18px;
}
.er-maindiv {
	margin: 0 auto;
	padding-top: 25px;
	width: 100%;
}
.er-contentbox-wrap {
  background-color: #e3f1c6;
  border: 1px solid #c4d5a6;
  float: left;
  margin-right: 2%;
  padding-left: 0;
  text-align: center;
  width: 23.2%;
}
.er-contentbox-wrap.last-child {
	margin-right: 0;
}
.er-maindiv img {
	height: auto;
	width: 100%;
}
.er-contentbox-wrap .snippetbox {
	border: medium none;
	margin: 0;
	padding: 11px;
}
.er-title {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.er-or {
	float: left;
	font-size: 28px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
.er-back {
	float: left;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
.er-back .button {
	cursor: pointer;
	margin: 0 auto;
	width:300px;
	height: 32px !important;
	line-height: 32px !important;
}
#goog-wm-sb {
	background-color: #F47F00;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 13px;
	height: 32px !important;
	line-height: 32px !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 165px;
}
#goog-wm-sb:hover {
	background-color: #94A92D;
	color: #FFFFFF;
}
#goog-wm-qt {
	float: left;
	margin: 0 10px 0 0;
}
#goog-fixurl {
	margin: 0 auto;
	width: 533px;
}
/* ----------- Milestoen Dropdown CSS ----------- */
div.DropDownItem:hover {
	background-color: #80a16a !important;
	color: #FFFFFF !important;
}
.DropDownItems.out.enterleave {
  border: 1px solid #bcbab7;
  border-radius: 5px;
  margin-top: 3px;
  overflow: hidden;
}
.DropDownItems.out.enterleave .DropDownItem.in.enterleave {
	font-size: 12px;
	width: 94px;
	padding-left: 9px;
	cursor: pointer;
	color: #5E5E5E;
	background-color: #fff;
}
.DropDownItems.out.enterleave.contactdropdown.contactdropdownlist {
	margin-top:0px;
        border-radius:5px;
}
.DropDownItems.out.enterleave .DropDownItem.in.enterleave.contactdropdownlistwidth {
	width:83px;
}
/* ----------- Validation CSS ----------- */

.ValidField {
	background-image: url(/images_noindex/valid-bg.jpg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
.comentbox .ValidField {
	background-position: 98% 6% !important;
}
.ErrorField, .ErrorEmailField {
	border-color: #809f3f;
}
.ErrorEmailField {
	background-image: url(/images_noindex/invalid-bg.jpg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
span.ValidationErrors {
	color: #DD0000;
	display: none;
	font-size: 12px;
	padding-left: 10px;
	text-transform: capitalize;
}
/* -----------Sitemap----------- */

.sitemapwrap {
	margin: 15px auto 0;
	width: 540px;
}
.sitemappadbottom {
	padding-bottom: 19px;
}

/* ----------- OTHER ----------- */
#backtotop {
	background-color: #80a16a;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 5px;
	bottom: 10px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 21px;
	height: 40px;
	line-height: 43px;
	position: fixed;
	right: 11px;
	text-align: center;
	width: 40px;
	z-index: 18;
}
#backtotop:hover {
	background-color:#830501;
}
.subheader {
  border-bottom: 2px solid #b6c89f;
  margin-top: 20px;
  padding: 0 0 5px 2px;
}

.subheader h1, .subheader h2 {
  color: #000000;
  font-family: "libre_baskervilleregular";
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  margin: 0;
  padding: 0;
}

.clear {
	clear: both;
	height: 0px;
}
.padbottom {
	padding-bottom: 10px;
}
#breadcrumb {
	padding-top: 10px;
}
.reviewtitle_name {
  display: inline-block;
  padding:6px 10px 6px 0;
}
.ADAaccessible, #dynamicdiv {
	display: none;
}
option {
	padding: 0 0 0 5px;
}
.social-like {
	background: url("/images_noindex/blank.png") repeat scroll 0 0;
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.socialmediabuttons_wrap {
  display: none;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 32px;
  width: 150px;
}
.social_0 {
	line-height: 0;
	width: 90px;
}
.social_1 {
	width: 60px;
}
.fb_iframe_widget {
}
.socialmediabuttons {
	list-style: none;
}
.social_2 {
	margin-left: 12px;
}
.spbold {
	font-family: "ubuntubold";
	font-weight: normal;
}
.styled-select-ttd {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	width: 140px !important;
}
.styled-select-email {
}
.styled-select-dropdown {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	width: 99.5% !important;
}
.styled-select {
	background-color: #FFFFFF;
	background-image: url("/images_noindex/sprite.png");
	background-repeat: no-repeat;
	background-position: right -253px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	height: 30px;
	overflow: hidden;
}
.styled-select select {
	background:none;
	border:none;
	cursor: pointer;
}
/* ----------- Get Directions ----------- */

/* ----------- Get Directions ----------- */

.direction-form, .direction-to {
	width:40%;
	float:left;
}
.direction-btn {
	width:20%;
	float:right;
}
.saddr, .daddr {
	width: 85%;
	margin-left: 5px;
}
.button.direction-button {
	height: 32px !important;
	line-height: 32px !important;
}

/* ----------- Get Directions ----------- */
	
	
	/* ----------- CSS End ----------- */

#floatingbooknow {
 display:none;
 border: 1px solid rgba(255, 255, 255, 0.22);
  filter:opacity(1);
}


/* ---------- Footer -------------*/
#note {
background: url("/images_noindex/note-bg.jpg") repeat-x #74130C;	
clear: both;
	position: relative;
	width: 100%;
}
footer {
  clear: both;
  color: #fdf7dd;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
  padding:34px 0 41px 0;
  width: 960px;
}
footer ul li {
	list-style:none;
}

.hotel-name {
  text-transform: uppercase;
}
.googleaddress, .footerLink, .ftr-rightcontent.ftr-rightcontent3 {
	float: left;
	margin-right: 133px;
}
.ftr-rightcontent.ftr-rightcontent3 {
	width: 195px;
}
.ftr-txt {
	padding-bottom: 15px;
	width: 180px;
}
.popular-links {
	float: left;
}
.information {
	float: right;
}
.title-f {
  display: block;
  font-family: "kuraleregular";
  letter-spacing: 0.05em;
  font-size: 13px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.pipe.mobilefooterpipeblock1, .pipe.mobilefooterpipeblock {
	display: none;
}
.social-media li a {
	background-image: url(/images_noindex/social-sprite.png);
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 15px;
}
.social-media li .fb {
	background-position: 0 1px;
}
.social-media li .tw {
	background-position: 0 -19px;
}
.social-media li .gp {
	background-position: 0 -39px;
}
.social-media li .pin {
	background-position: 0 -79px;
}
.social-media li .fl {
	background-position: 0 -119px;
}
.social-media li .yt {
	background-position: 0 -99px;
}
.social-media li .fb:hover {
	background-position: 0 -333px;
}
.social-media li .tw:hover {
	background-position: 0 -353px;
}
.social-media li .gp:hover {
	background-position: 0 -373px;
}
.social-media li .pin:hover {
	background-position: 0 -413px;
}
.social-media li .fl:hover {
	background-position: 0 -453px;
}
.social-media li .yt:hover {
	background-position: 0 -433px;
}
.text-soc {
	display: inline-block;
	text-transform: capitalize;
	padding-left: 10px;
}
.icon-s {
	display: none;
	font-size: 15px;
	margin-top: -3px;
	vertical-align: middle;
}
img.gplussvg {
    display: none;
}
.gplussvg {
    display: none;
}

footer a.nav:link, footer a.nav:visited, footer a:link, footer a:visited {
	color: #fdf7dd;
}
footer a.navON:link, footer a.navON:visited, footer a.navON:hover, footer a.nav:hover, footer a:hover {
	color: #80a16a;
}
#owner {
  background:#EDF4E4;
  text-align: center;
}
#owner:empty {
	display: none;
}


/* ---------- New Footer  End  -------------*/

.star-holder {
	float: left;
}
.flex-viewport li {
	width: 0;
}
/*------------------ Email Pop UP-------------*/
#popup-form {
	display:none;
}
.formbox3 .popup-close {
	right: -12px;
	top: -12px;
}
.formbox3 {
	background: none repeat scroll 0 0 #fdfdfd;
	border-radius: 6px;
	margin: 0 auto;
	padding: 20px;
	width: 285px;
}
#popup-form .email-frmfieldset {
	margin: 0 0 8px;
	width: 100%;
}
#popup-form .emailforminputbox {
	width:100%;
}
#popup-form .fresh-icon {
	margin-left: 7px;
}
#popup-form #imgcode-home {
	float: right;
	width: 120px;
}
#modelBackground {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#popup-form .title-f {
	color: #545454;
	font-family: "ubuntumedium";
	font-size: 20px;
	text-align: center;
}
.popup-close, .icon-close {
	background-color: #610d07;
	border: 2px solid #ffffff;
	border-radius: 30px;
	color: #ffffff !important;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 25px;
}
#quick-signup.button {
  font-size: 11px;
  letter-spacing: 1px;
}
#popup-form .email-frmfieldset {
	float: none;
	margin-right: 0;
	width: inherit;
}
#popup-form .commentinput {
  line-height: 0;
  margin-bottom: 0;
  padding: 0;
}
.icon-spinner6 {
	color: #610C07;
	display: inline-block;
	font-size: 19px;
	line-height: 34px;
	vertical-align: top;
	width: 22px;
}