/*
  Grid
*/
/*
  Typography
*/
/*
  User Interface Elements
*/
input[type="submit"],
button, .button,
a.button, .button-secondary,
input.button-secondary,
a.button-secondary {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Josefin Sans", arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
input[type="submit"]:hover,
button:hover, .button:hover, .button-secondary:hover, input[type="submit"]:visited,
button:visited, .button:visited, .button-secondary:visited {
  text-decoration: none;
}

/*
  Alerts mixin
*/
.alert-box, .alert-box.error, .alert-box.success, .alert-box.notice {
  border-width: 1px;
  border-style: solid;
  padding: 1.2em;
  padding-bottom: 0;
  margin-bottom: 1.2em;
  position: relative;
}
.alert-box a, .alert-box.error a, .alert-box.success a, .alert-box.notice a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.alert-box a:hover,
.alert-box a:active,
.alert-box a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.alert-box .close {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  display: block;
  line-height: 1;
}

/*
  Pagination mixin
*/
.pagination, .pagination-centered {
  width: 100%;
  overflow: hidden;
}
.pagination ul, .pagination-centered ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 1.2em 0;
}
.pagination ul li, .pagination-centered ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.pagination ul li:first-child, .pagination-centered ul li:first-child, .pagination ul li.first, .pagination-centered ul li.first {
  padding-left: 0;
}
.pagination ul li:last-child, .pagination-centered ul li:last-child {
  padding-right: 0;
}
.pagination ul li.last, .pagination-centered ul li.last {
  padding-right: 0;
}

/*
  Patterns
*/
.row, .header .inner, .main-nav ul {
  *zoom: 1;
}
.row:before, .header .inner:before, .main-nav ul:before, .row:after, .header .inner:after, .main-nav ul:after {
  display: table;
  content: "";
}
.row:after, .header .inner:after, .main-nav ul:after {
  clear: both;
}

input[type="submit"],
button, .button,
a.button, .button-secondary,
input.button-secondary,
a.button-secondary, input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border-radius: 3px;
}

/*
  Functions
*/
/*
  Reset
*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/*
  Base
  ---
  Default markup for the most common HTML elements, based on the settings file.
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font: 400 100%/1.2 "Josefin Sans", arial, sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #58595b;
  background-color: #404041;
  /*min-width: 620px;*/
}

::-moz-selection {
  background-color: #58595b;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #58595b;
  color: white;
  text-shadow: none;
}

hr {
  border: 1px solid #f2f2f3;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 1.2em;
}

/*
  Typography
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Strait", arial, sans-serif;
  font-weight: 600;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 3.125em;
  line-height: 1.152em;
  margin-bottom: 0.384em;
}

h2 {
  font-size: 1.9375em;
  line-height: 0.92903em;
  margin-bottom: 0.61935em;
  font-weight: normal;
  color: #a0b871;
}

h3 {
  font-size: 1.618em;
  line-height: 0.74166em;
  margin-bottom: 0.37083em;
  padding-top: 0.37083em;
}

h4 {
  font-weight: 400;
  font-size: 1.3125em;
  line-height: 1.37143em;
  margin-bottom: 0.91429em;
}

h5 {
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 1.51579em;
  margin-bottom: 1.01053em;
  font-family: "Josefin Sans", arial, sans-serif;
  color: black;
}

h6 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  padding-top: 0.6em;
}

p,
ol,
ul,
dl,
table,
address,
pre {
  line-height: 1.2em;
  margin-bottom: 1.2em;
}

ul,
ol,
blockquote {
  padding-left: 1em;
}

blockquote {
  font-style: italic;
}

table {
  text-align: left;
  width: 100%;
  font-family: "Josefin Sans", arial, sans-serif;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 2.74286em;
}

caption {
  font-family: "Josefin Sans", arial, sans-serif;
  text-align: left;
  border-bottom: 1px solid #d8d9da;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}

td,
th {
  padding: .25em 1em .25em 0;
  border-bottom: 1px solid #e6e6e6;
}

img {
  max-width: 100%;
}

/*
  Links
*/
a {
  text-decoration: none;
  color: #929497;
}
a:visited {
  color: #85878b;
}
a:hover {
  text-decoration: underline;
  color: #787a7e;
}
a:focus {
  outline: thin dotted;
  color: #787a7e;
}
a:hover, a:active {
  outline: 0;
}

/*
  Forms
*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: .25em .5em;
  border: 1px solid #cccccc;
  font-family: "Josefin Sans", arial, sans-serif;
  color: #a5a6a7;
  background-color: white;
  -webkit-appearance: none;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  height: 1.2em;
  margin-bottom: 0em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  color: #58595b;
  outline-color: #cccccc;
  border-color: #999999;
}

textarea {
  height: auto;
}

label {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0em;
}

input[type="submit"],
button {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  font-size: 0.875em;
  line-height: 2.05714em;
  height: 2.05714em;
  margin-bottom: 0em;
  color: white;
  background-color: #88a452;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
input[type="submit"]:hover,
button:hover {
  color: white;
  background-color: #a0b871;
}
input[type="submit"]:active, input[type="submit"]:focus,
button:active,
button:focus {
  background-color: #95af60;
}
input[type="submit"]:visited,
button:visited {
  color: white;
}

@media only screen and (min-width: 59.0625em) {
  input[type="submit"],
  button {
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: 1em;
    line-height: 2.4em;
    height: 2.4em;
    margin-bottom: 0em;
    display: inline-block;
    width: auto;
  }
}
/*
  Responsive media embedding, like an iframe
*/
.media_embed {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.8em;
}
.media_embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
  Upgrade message for old browsers (.lt-ie7)
*/
.chromeframe {
  font-family: "Strait", arial, sans-serif;
  font-weight: 400;
  text-align: center;
  color: white;
  background-color: #58595b;
  margin: 0;
  padding: 1em;
}

/* Media Queries
------------------------------------------ */
/*
  Frame
*/
.holder {
  padding-top: 1.2em;
  padding-bottom: 0em;
}

.row {
  margin: 0 auto;
  max-width: 960px;
  padding-left: 1.875em;
  padding-right: 1.875em;
  text-align: center;
}
.row .row {
  padding: 0;
}

.home-holder {
  background: url("../img/home-pattern.png") repeat 0 0 transparent;
}

.home-white-holder {
  background-color: white;
  position: relative;
}
.home-white-holder p {
  width: 50%;
  margin: 0 auto 1.2em;
}
.home-white-holder:before {
  content: "";
  height: 14px;
  width: 100%;
  background: url("../img/home-tooth.png") repeat 0 0 transparent;
  position: absolute;
  left: 0;
  top: -14px;
}
.home-white-holder .row {
  text-align: center !important;
}

.white-holder {
  background-color: white !important;
}

/*
  Header
*/
.holder.twitter-holder {
  padding: 0px 0 0px 0;
}

.twitter-holder {
  background-color: #fff;
  height:58px; overflow:hidden;
  border-top: 1px solid #dfe5d6;
}
.twitter-holder .twitter-feed {
  float: left;
  color: #cccccc;
  font-family: "Strait", arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  text-transform: uppercase;
  /* background: url("../img/twitter-icon.png") no-repeat left center transparent;
  padding-left: 2em; */
}
.twitter-holder .lang-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 16px 0 0 0;
}
.twitter-holder .lang-nav li, .twitter-holder .lang-nav a {
  display: block;
  float: left;
  zoom: 1;
}
.twitter-holder .lang-nav li a {
  border-right: 1px solid #a0b871;
  padding-right: .5em;
  margin-right: .5em;
}
.twitter-holder .lang-nav li:last-child a {
  border-right: none;
  padding-right: 0em;
  margin-right: 0em;
}
.twitter-holder .lang-nav a {
  color: #a0b871;
  text-transform: uppercase;
  font-family: "Strait", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.8em;
  margin-bottom: 0em;
  font-weight: 400;
  letter-spacing: 1px;
}
.twitter-feed .lang-nav  a, .twitter-feed em{float:left;}
.twitter-feed em{font-style:normal; color:#fff; line-height:1.8em; font-size:1.2em; padding-left:12px;}

.header-holder {
  background: url("../img/header-bg.png") repeat-x left bottom #a0b871;
  border-bottom: 3px solid #99a57f;
  padding-top: 1.2em;
  padding-bottom: 0em;
}

.logo {
  margin: 0 auto;
  width: 170px;
  height: 55px;
  text-indent: -9999px;
  padding-top: 0;
  margin: 0 auto;
}
.logo a {
  width: 100%;
  height: 100%;
  background: url("../img/logo.png") no-repeat 0 0 transparent;
  display: block;
}

.main-nav {
  width: 100%;
  overflow: hidden;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
}
.main-nav ul li {
  margin-left: 0px;
  margin-right: 15px;
  display: inline !important;
}
.main-nav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Strait", arial, sans-serif;
  font-size: 1.25em;
  line-height: 0.96em;
  margin-bottom: 0.48em;
  font-weight: 400;
  border-bottom: 2px solid #a0b871;
}
.main-nav a:hover,
.main-nav .selected a {
  border-bottom: 2px solid white;
}

.book-button {
  width: 134px;
  height: 41px;
  background: url("../img/book-button.png") no-repeat 0 0 transparent;
  color: #6d6e70;
  text-transform: uppercase;
  display: block;
  padding-left: 52px;
  font-size: 0.8125em;
  line-height: 43px;

  font-family: "Strait", arial, sans-serif;
  margin: 0 auto 2em;
  font-weight: 400;
  letter-spacing: 1px;
}
.book-button:hover {
  text-decoration: none;
}

.main-holder {
  background: url("../img/main-pattern.png") repeat 0 0 transparent;
}

/*
  Doormat
*/
.doormat-holder {
  padding-bottom: 1.2em;
}

/*
  Footer
*/
.holder.footer-holder {
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}

.footer-holder {
  background-color: #404041;
  color: #e6e7e8;
  text-transform: uppercase;
  font-size: 0.8125em;
  line-height: 1.47692em;
  margin-bottom: 0em;
  position: relative;
}
.footer-holder a {
  color: #e6e7e8;
}
.footer-holder:before {
  content: "";
  height: 14px;
  width: 100%;
  background: url("../img/footer-tooth.png") repeat 0 0 transparent;
  position: absolute;
  left: 0;
  top: -14px;
}

.logo-footer {
  width: 140px;
  height: 46px;
  background: url("../img/logo-footer.png") 0 0 transparent;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}

.fb-follow,
.twitter-follow {
  display: inline-block;
  width: 41px;
  height: 41px;
  text-indent: -9999px;
  margin-right: 10px;
  position: relative;
  top: -15px;
  background-repeat: no-repeat;
}

.fb-follow {
  background: url("../img/fb-icon.png");
}

.twitter-follow {
  background: url("../img/tw-icon.png");
}

.follow-text {
  margin: 15px 10px 0 0;
  display: inline-block;
}
p.wsby{text-align:right; font-size:11px; padding-right:40px; color:#999; font-weight:600; }

/* media queries
------------------------------------------ */
@media only screen and (min-width: 59.0625em) {
  
  .row {
    padding: 0;
    text-align: left;
  }
  .row .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .header,
  .footer,
  .twitter {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    float: left;
    margin-left: 0px;
    margin-right: 40px;
  }

  .main-nav {
    display: block !important;
    width: auto;
    float: left;
    padding-top: 0em;
    padding-bottom: 1.2em;
  }

  .book-button {
    float: right;
    margin: 0;
  }

  .main-nav-trigger {
    display: none;
  }

  .intro-holder {
    padding-top: 2.4em;
  }

  .holder {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .row {
    max-width: 1020px;
  }

  .header-holder .inner {
    padding-top: 1.2em;
    padding-bottom: 0em;
  }

  .header {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .doormat-holder {
    padding-bottom: 2.4em;
  }

  .footer {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-col-3 {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .doormat-col-4 {
    width: 33.33333%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
  Forms
  ---
  Object-oriented classes for form-like elements.
*/
input.inputText,
input.inputPassword,
input.inputSearch,
input.inputDate {
  padding: 0 .5em;
  border: 1px solid #cccccc;
  font-family: "Josefin Sans", arial, sans-serif;
  color: #a5a6a7;
  background-color: white;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.8em;
  height: 1.8em;
  margin-bottom: 0em;
}
input.inputText:focus,
input.inputPassword:focus,
input.inputSearch:focus,
input.inputDate:focus {
  color: #58595b;
  outline-color: #a0b871;
  border-color: #999999;
}

.button,
a.button {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  font-size: 0.875em;
  line-height: 2.05714em;
  height: 2.05714em;
  margin-bottom: 0em;
  color: white;
  background-color: #88a452;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.button:hover,
a.button:hover {
  color: white;
  background-color: #a0b871;
}
.button:active, .button:focus,
a.button:active,
a.button:focus {
  background-color: #95af60;
}
.button:visited,
a.button:visited {
  color: white;
}

.button-secondary,
input.button-secondary,
a.button-secondary {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  font-size: 0.875em;
  line-height: 2.05714em;
  height: 2.05714em;
  margin-bottom: 0em;
  color: white;
  background-color: #3f4041;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}
.button-secondary:hover,
input.button-secondary:hover,
a.button-secondary:hover {
  color: white;
  background-color: #58595b;
}
.button-secondary:active, .button-secondary:focus,
input.button-secondary:active,
input.button-secondary:focus,
a.button-secondary:active,
a.button-secondary:focus {
  background-color: #4b4c4e;
}
.button-secondary:visited,
input.button-secondary:visited,
a.button-secondary:visited {
  color: white;
}

@media only screen and (min-width: 59.0625em) {
  .button,
  a.button,
  .button-secondary,
  input.button-secondary,
  a.button-secondary {
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: 1em;
    line-height: 2.4em;
    height: 2.4em;
    margin-bottom: 0em;
    display: inline-block;
    width: auto;
  }
}
/*
  User Content Defaults
*/
/*
  module: main
*/
figure img {
  border: 13px solid #e3e2d6;
}

.main-row {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.subtext {
  text-align: center;
}

.subtitle {
  color: #808184;
}

.gmaps-container {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 3em;
}

.gmaps-container iframe,
.gmaps-container object,
.gmaps-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-row {
  border-bottom: 1px solid #e4e4e2;
  padding-top: 2.4em;
}

.big-book-button {
  margin: 0 auto;
  display: block;
  width: 178px;
  height: 178px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 100px;
  color: white;
  background: url("../img/big-book-button.png") no-repeat 0 0 transparent;
  font-weight: 700;
  margin-top: 1.2em;
  margin-bottom: 2.4em;
}
.big-book-button:hover {
  color: white;
}

h2.dark {
  color: #6d6e70;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.middle {
  text-align: center;
}

h4.grey {
  color: #808184;
  text-transform: uppercase;
}

.other-rooms {
  list-style: none;
  margin: 0;
  padding: 0;
}
.other-rooms li {
  border-bottom: 1px dashed #b8babb;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.other-rooms li:before {
  content: "•";
  color: #a6a8ab;
  font-size: 1.1875em;
  line-height: 0em;
  margin-bottom: 0em;
}
.other-rooms li a {
  padding-left: 10px;
  font-size: 1.1875em;
  line-height: 1.01053em;
  margin-bottom: 0em;
  color: black;
}

.grey-col {
  background-color: rgba(177, 177, 160, 0.22);
  padding: 1em 1em 4em 1em;
}

.pricetag {
  font-size: 1.3125em;
  line-height: 0.91429em;
  margin-bottom: 0.91429em;
  font-weight: 700;
}

.people {
  color: #a0b871;
  border-right: 1px solid #58595b;
  padding-right: .5em;
}

/*
  Room Cards
*/
.room-card-container {
  background: url("../img/roomcard-shadow.png") no-repeat 0 10px transparent;
  background-size: contain;
  padding: 10px;
  max-width: 475px;
  margin: 0 auto;
}

.room-card {
  border: 8px solid #FFF;
  position: relative;
  max-width: 475px;
}
.room-card .room-card-price {
  position: absolute;
  display: block;
  width: 190px;
  height: 190px;
  background-color: rgba(160, 184, 113, 0.8);
  border-radius: 50%;
  top: 35px;
  left: 115px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2.4em;
  padding-bottom: 0em;
}
.room-card .room-card-price span {
  display: block;
  font-family: "Strait", arial, sans-serif;
  font-size: 3.1875em;
  line-height: 1.12941em;
  margin-bottom: 0.37647em;
  border-bottom: 2px solid white;
  width: 125px;
  margin: 0 auto;
  margin-top: 0em;
  margin-bottom: 0.3em;
  font-weight: 400;
}

.room-rates .room-card-link {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 184, 113, 0.8);
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-top: 7.2em;
  padding-bottom: 0em;
  top: 0;
  visibility: hidden;
}
.room-rates .room-card-link span {
  width: 170px;
  display: block;
  margin: 0 auto;
  font-size: 1.75em;
  line-height: 0.68571em;
  margin-bottom: 0.68571em;
  font-family: "Strait", arial, sans-serif;
  text-align: center;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: .5em 0;
}
.room-rates:hover .room-card-link {
  visibility: visible;
}

.room-card-title {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 10px;
}
.room-card-title .room-card-info {
  font-weight: bold;
  padding-top: 0em;
  padding-bottom: 0.6em;
}
.room-card-title .people {
  color: #a0b871;
  border-right: 1px solid #58595b;
  padding-right: .5em;
}

.small-print {
  color: #a6a8ab;
}

.homeslider-container {
  background: url("../img/homeslider-shadow.png") no-repeat 0 5px transparent;
  background-size: contain;
  padding: 10px;
}
.homeslider-container .homeslider {
  border: 8px solid white;
  position: relative;
}

.room-choice {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  color: #6d6e70;
  font-size: 1.5em;
  line-height: 0.8em;
  margin-bottom: 0.8em;
}
.room-choice span {
  display: block;
  padding-top: 0em;
  padding-bottom: 0.6em;
}
.room-choice a {
  color: black;
  font-family: "Strait", arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #a0b871;
}
.room-choice a:last-child {
  border: 0 none;
  padding-right: 0;
  margin-right: 0;
}

.lt-ie9 .main-row {
  padding: 1.2em 0;
}

/* media queries
------------------------------------------ */
@media only screen and (min-width: 59.0625em) {
  .main-col-4 {
    width: 33%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-col-5 {
    width: 41.66667%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-col-6 {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-col-7 {
    width: 58.33333%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-col-12 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content {
    width: 66.66667%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Room Detail */
  .room-detail-holder {
    padding-top: 1.2em;
    padding-bottom: 0em;
  }
  .room-detail-holder .row {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .room-detail-holder .room-detail-row {
    background-image: -o-linear-gradient(left, transparent 58.3333%, rgba(177, 177, 160, 0.22) 58.3333%, rgba(177, 177, 160, 0.22) 98%, transparent 98%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(58.3333%, transparent), color-stop(58.3333%, rgba(177, 177, 160, 0.22)), color-stop(98%, rgba(177, 177, 160, 0.22)), color-stop(98%, transparent));
    background-image: linear-gradient(left, transparent 58.3333%, rgba(177, 177, 160, 0.22) 58.3333%, rgba(177, 177, 160, 0.22) 98%, transparent 98%);
  }
  .room-detail-holder .room-detail-row > div {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .room-detail-holder .room-detail-row .grey-col {
    background-color: transparent;
    padding: 1em 2em 4em 1em;
  }

  /* Room Cards */
  .room-card figure {
    background: url("../img/room-card-shadow-green.png") no-repeat 0 0 transparent;
    background-size: 100% 95%;
    padding: 10px 10px 20px;
    width: 100%;
  }
  .room-card figure a {
    display: inline-block;
    width: 100%;
    height: 95%;
  }
  .room-card figure a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: 0.35;
  }
}
/*
  module: intro
*/
.intro-holder {
  padding-top: 0em;
  background-color: #f0edd6;
}

.intro {
  padding-top: 3.6em;
  padding-bottom: 2.4em;
}
.intro h1 {
  font-weight: 400;
  font-family: "Josefin Sans", arial, sans-serif;
  text-transform: uppercase;
  color: #a0b871;
  text-align: center;
}
.intro h1:before, .intro h1:after {
  content: "•";
  margin: .3em;
}
.intro p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 0.96em;
}

/* media queries
-------------------------------------- */
@media only screen and (min-width: 59.0625em) {
  .intro {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
  module: grid
*/
.grid-12 {
  margin-bottom: 1.2em;
}
.grid-12 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-11 {
  margin-bottom: 1.2em;
}
.grid-11 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-10 {
  margin-bottom: 1.2em;
}
.grid-10 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-9 {
  margin-bottom: 1.2em;
}
.grid-9 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-8 {
  margin-bottom: 1.2em;
}
.grid-8 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-7 {
  margin-bottom: 1.2em;
}
.grid-7 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-6 {
  margin-bottom: 1.2em;
}
.grid-6 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-5 {
  margin-bottom: 1.2em;
}
.grid-5 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-4 {
  margin-bottom: 1.2em;
}
.grid-4 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-3 {
  margin-bottom: 1.2em;
}
.grid-3 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-2 {
  margin-bottom: 1.2em;
}
.grid-2 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-1 {
  margin-bottom: 1.2em;
}
.grid-1 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.grid-14 {
  margin-bottom: 1.2em;
}
.grid-14 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
}

.perc-3 {
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
  display: inline;
  float: left;
  margin-bottom: 1.2em;
}
.perc-3 .inner {
  padding: 1em;
  font-family: "Josefin Sans", arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.37143em;
  margin-bottom: 0em;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

/* media queries
-------------------------------------- */
@media only screen and (min-width: 20em) {
  
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-14 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 59.0625em) {
  .grid-1 {
    width: 8.33333%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    width: 16.66667%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    width: 33.33333%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    width: 41.66667%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7 {
    width: 58.33333%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    width: 66.66667%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9 {
    width: 75%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .perc-3 {
    width: 21.66667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    display: inline;
    float: left;
  }

  .push-left-3 {
    left: 25%;
  }

  .push-left-4 {
    left: 33.33333%;
  }

  .push-left-5 {
    left: 50%;
  }

  .push-left-6 {
    left: 50%;
  }

  .push-left-7 {
    left: 58.33333%;
  }

  .push-left-8 {
    left: 66.66667%;
  }

  .push-left-9 {
    left: 75%;
  }

  .pull-left-3 {
    left: -25%;
  }

  .pull-left-4 {
    left: -33.33333%;
  }

  .pull-left-5 {
    left: -41.66667%;
  }

  .pull-left-6 {
    left: -50%;
  }

  .pull-left-7 {
    left: -58.33333%;
  }

  .pull-left-8 {
    left: -66.66667%;
  }

  .pull-left-9 {
    left: -75%;
  }

  .last-col {
    margin-bottom: 0;
    float: right;
  }
}
/*
  module: forms
*/
/*
  module: UI
*/
/* Alerts */
.alert-box {
  border-color: #999999;
  color: #FFF;
  background-color: #cccccc;
}
.alert-box a {
  color: #FFF;
}

.alert-box.error {
  border-color: #8b0800;
  color: #fae7e6;
  background-color: #d00c00;
}
.alert-box.error a {
  color: #fae7e6;
}

.alert-box.success {
  border-color: #4c721f;
  color: #f1f7eb;
  background-color: #72aa2e;
}
.alert-box.success a {
  color: #f1f7eb;
}

.alert-box.notice {
  border-color: #e6901e;
  color: #332d1c;
  background-color: #ffe38a;
}
.alert-box.notice a {
  color: #332d1c;
}

/* Pagination */
.pagination-centered .inner {
  float: left;
  position: relative;
  left: 50%;
}
.pagination-centered ul {
  overflow: hidden;
  position: relative;
  left: -50%;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 80px;
  height: 80px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  opacity: 0.8;
  background: url(../img/direction-nav-next.png) no-repeat 0 0;
  right: 36px;
}

.flex-direction-nav .flex-prev {
  opacity: 0.8;
  background: url(../img/direction-nav-prev.png) no-repeat 0 0;
  left: 36px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 25px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 21px;
  height: 21px;
  display: block;
  background: #666;
  border: 5px solid white;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: #a0b871;
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: #a0b871;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
  p.wsby{text-align:center; padding-right:0px; color:#999;}
  
}
@media screen and (max-width: 980px) {
  .flex-control-nav {
    bottom: 10px;
  }
   p.wsby{text-align:center;  padding-right:0px; color:#999;}
}
@media print {
  /*
    Print stylesheet
  */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
}

  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid #ccc;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}

.slicknav_menu {display: none; font-size: 16px;}
.slicknav_menu:before, .slicknav_menu:after {content: " "; display: table;}
.slicknav_menu:after {clear: both;}
.slicknav_menu .slicknav_menutxt {display: block; float: left; color: #fff; margin-top: 2px;}
.slicknav_menu .slicknav_icon-bar {background-color: #fff; border-radius: 2px; display: block; height: 3px; width: 25px;}
.slicknav_menu .slicknav_icon {float: right;}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {margin-top: 5px;}
.slicknav_btn {cursor: pointer; display: block; line-height: 1.125em; padding: 10px; position: relative; vertical-align: middle; background-color: none; border-radius: 4px; border: 1px solid #e5e5e5; text-decoration: none; overflow: hidden;}
.slicknav_nav {clear: both; color: #333; font-size: 1.2em; margin: 0; padding: 20px 0; z-index: 999;}
.slicknav_nav ul, .slicknav_nav li {display: block;}
.slicknav_nav ul {margin: 20px 0; padding: 0;}
.slicknav_nav li {height: 40px; line-height: 20px; margin: 0; border-bottom: 1px solid #7c8f57;}
.slicknav_nav li:last-of-type {border-bottom: 0;}
.slicknav_nav li a {height: 40px; padding: 10px 0; display: block; color: #fff; margin: 2px 5px; text-decoration: none; font-weight: 300; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.slicknav_nav li a:hover {color: #495432;}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {display: inline;}
.slicknav_nav, .slicknav_nav ul {list-style: none outside none; overflow: hidden;}
.slicknav_menu .nav-logo {display: none;}
.slicknav_logo {display: none;}

@media screen and (max-width: 650px) {

    .main-nav {display: none;}
    .slicknav_menu {display: block; width: 100%; padding: 0; z-index: 999; margin: 1em 0;}

}