/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 
     Website = ???? 
     Version = 1.0 
     Date = 1-Jan-2013 */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
-  =BASE STYLES
----------------------------------------------------------------------*/
body {
  background: #444349;
  background-image: url(/i/stardust.png);
  color: #555656;
  font: normal 100%/1.5 Verdana, Geneva, sans-serif;
  /*    @include MQ(MNplus) {
          background-image: url(/i/rainbow-bg.jpg); // put large image for desktop here
          background-attachment: fixed;
          background-repeat: no-repeat;
      }
  */
}

table {
  font-size: inherit;
  font: 100%;
}

/* =Tags
-----------------------------------------------------------------------------*/
h1 {
  color: #938231;
  text-align: center;
  font-size: 1.25em;
  font-weight: normal;
}

h2 {
  font-size: 0.875em;
  color: #938231;
  margin-top: 1em;
  text-align: center;
}

h3 {
  font-size: 0.75em;
  color: #666666;
  margin-top: 1em;
}

h4 {
  font-size: 0.75em;
  color: #666666;
  margin-top: 2em;
}

p {
  font-size: 0.75em;
}

article li {
  font-size: 0.75em;
}

/* =Links
-----------------------------------------------------------------------------*/
a {
  -moz-transition-property: color, border;
  -o-transition-property: color, border;
  -webkit-transition-property: color, border;
  transition-property: color, border;
  -moz-transition-duration: 0.4s, 0.4s;
  -o-transition-duration: 0.4s, 0.4s;
  -webkit-transition-duration: 0.4s, 0.4s;
  transition-duration: 0.4s, 0.4s;
}

a:link {
  color: #288E2E;
}

a:visited {
  color: #17521b;
}

a:hover {
  color: #3bc843;
}

a:active {
  color: #3bc843;
}

/* external links */
.extlink {
  background-image: url(../i/icon/extlink.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
}

/* clickable phone links */
.phonelink {
  text-decoration: none;
}

/* this causes problem with Googlemaps*/
img {
  max-width: 100%;
}

figcaption {
  font-size: 0.6875em;
  /* 11px / 16px */
  margin-bottom: 15px;
}

/*-  MEDIA QUERIES
----------------------------------------------------------------------*/
/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
}
.topsec, .botsec, .botsec__nav, .contact, .contactfull, .bxFacilities, .fpanel, .photothumbs {
  overflow: hidden;
  *zoom: 1;
}

.ASavailOffer, .bxGrades, .goog-route__form {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #af9b39;
  margin: 1em 0 1em 0;
  padding: 0.5em 5%;
  background: #ede6c7;
}
.ASavailOffer ul, .bxGrades ul, .goog-route__form ul {
  padding-left: 20px;
}
.ASavailOffer li, .bxGrades li, .goog-route__form li {
  font-size: 0.6875em;
}

.bxFeature, .bxComments {
  margin: 1em 0 1em 0;
  background: #ede6c7;
}
.bxFeature h2, .bxComments h2 {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  background: #af9b39;
  color: #fff;
  margin: 0;
  padding: 0.5em 5%;
}
.bxFeature .bxContent, .bxComments .bxContent {
  padding: 0.5em 5%;
}
.bxFeature ul, .bxComments ul {
  padding-left: 20px;
}
.bxFeature li, .bxComments li {
  font-size: 0.6875em;
}

.ASavailButton, .fpanel__butt, .goog-route__butt, .form__butt, .btnAttractmap {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #8c8c8c;
  margin: 1em 0 1em 0;
  padding: 0.5em 1em 0.5em 1em;
  background: #af9b39;
  -moz-box-shadow: rgba(176, 230, 236, 0.8) 0 0 10px;
  -webkit-box-shadow: rgba(176, 230, 236, 0.8) 0 0 10px;
  box-shadow: rgba(176, 230, 236, 0.8) 0 0 10px;
  color: #ffffff;
}
.ASavailButton:hover, .fpanel__butt:hover, .goog-route__butt:hover, .form__butt:hover, .btnAttractmap:hover {
  -moz-box-shadow: #b0e6ec 0 0 20px;
  -webkit-box-shadow: #b0e6ec 0 0 20px;
  box-shadow: #b0e6ec 0 0 20px;
}
.ASavailButton a:link, .fpanel__butt a:link, .goog-route__butt a:link, .form__butt a:link, .btnAttractmap a:link {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
}
.ASavailButton a:visited, .fpanel__butt a:visited, .goog-route__butt a:visited, .form__butt a:visited, .btnAttractmap a:visited {
  color: #ffffff;
}
.ASavailButton a:hover, .fpanel__butt a:hover, .goog-route__butt a:hover, .form__butt a:hover, .btnAttractmap a:hover, .ASavailButton a:active, .fpanel__butt a:active, .goog-route__butt a:active, .form__butt a:active, .btnAttractmap a:active {
  color: #B0E6EC;
}

.photobkr img, .photobkl img, .photobkc img, .photothumbs img, .localbkrv__photos img, .attGoogbubble img {
  border: 1px solid #4f654c;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#page {
  margin: 0px auto;
  width: 100%;
  max-width: 960px;
  background: #ffffff;
}
@media only screen and (min-width: 43.75em) {
  #page {
    width: 95%;
  }
}

#maintable {
  *zoom: 1;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ffffff;
  /* to stop gap that shows page background */
  background: #ffffff;
}
#maintable:after {
  content: "";
  display: table;
  clear: both;
}

/* header */
/* content ID */
@media only screen and (min-width: 56.4em) {
  .primcontent {
    width: 74.4186%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
  .clean .primcontent {
    width: 100%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  .primcontent__cont1 {
    width: 54.16667%;
    float: left;
    margin-right: 3.125%;
    display: inline;
  }
  .clean .primcontent__cont1 {
    width: 57.36434%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  .primcontent__cont2 {
    width: 42.70833%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
  .clean .primcontent__cont2 {
    width: 40.31008%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

@media only screen and (min-width: 56.4em) {
  .seccontent {
    width: 23.25581%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

@media only screen and (min-width: 30em) {
  .seccontent__cont1 {
    width: 48.83721%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}
@media only screen and (min-width: 56.4em) {
  .seccontent__cont1 {
    width: 100%;
    float: left;
    margin-right: 10%;
    display: inline;
  }
}

@media only screen and (min-width: 30em) {
  .seccontent__cont2 {
    width: 48.83721%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}
@media only screen and (min-width: 56.4em) {
  .seccontent__cont2 {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  .horiz2_1 {
    width: 42.70833%;
    float: left;
    margin-right: 3.125%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  .horiz2_2 {
    padding-left: 11.45833%;
    width: 54.16667%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

/* =Header (topsec-2)
-----------------------------------------------------------------------------*/
.topsec {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8c8c8c;
  background-color: #8c8c8c;
}

@media only screen and (min-width: 37.5em) {
  .topsec__logo {
    float: left;
    width: 50%;
  }
}

.topsec__logo img {
  max-width: 100%;
  padding: 0;
}

.topsec__contact {
  text-align: right;
}

.topsec__contact--phone {
  display: block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 23.125em) {
  .topsec__contact--phone {
    display: inline;
    margin-bottom: 0em;
  }
}
@media only screen and (min-width: 37.5em) {
  .topsec__contact--phone {
    display: block;
    font-size: 1.75em;
  }
}

@media only screen and (min-width: 37.5em) {
  .topsec__contact--email {
    font-size: 1.125em;
  }
}

.topsec__contact--phone a, .topsec__contact--mobile a, .topsec__contact--email a {
  text-decoration: none;
  color: #ffffff;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 37.5em) {
  .topsec__contact--phone a, .topsec__contact--mobile a, .topsec__contact--email a {
    color: #ffffff;
    background: #af9b39;
    border: 2px solid #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 3px 3px 3px 3px;
  }
}

/* =Navigation (primnav-2)
-----------------------------------------------------------------------------*/
#primnav {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 43.75em) {
  #primnav {
    margin: 0px;
  }
}

@media only screen and (max-width: 43.75em) {
  #nav-wrap {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    background: #ffffff;
  }
}

#primnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
  width: 100%;
  background: #af9b39;
  float: left;
}
@media only screen and (max-width: 56.4em) {
  #primnav ul {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 43.75em) {
  #primnav ul {
    width: 250px;
    font-size: 0.875em;
    background: #af9b39;
    border: 2px solid #cccccc;
    margin-left: 8px;
  }
}

#primnav ul li {
  float: left;
  text-align: left;
}

#primnav ul a {
  float: left;
  display: block;
  padding: 0.2em 2em;
  line-height: 2em;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
}
@media only screen and (max-width: 46.875em) {
  #primnav ul a {
    padding: 0.4em 1.5em;
  }
}
@media only screen and (max-width: 43.75em) {
  #primnav ul a {
    width: 100%;
    background: none;
    display: inline;
    padding: 0.4em 2em;
    color: #ffffff;
    border: none;
    font-family: inherit;
  }
}

#primnav ul a:hover {
  color: #fef889;
  background-color: transparent;
}
@media only screen and (max-width: 43.75em) {
  #primnav ul a:hover {
    background: transparent;
    border: none;
  }
}

#primnav ul .nav__here, .nav-home #primnav ul .nav__home, .nav-avail #primnav ul .nav__avail, .nav-gallery #primnav ul .nav__gallery, .nav-local #primnav ul .nav__local, .nav-contact #primnav ul .nav__contact, .nav-find #primnav ul .nav__find {
  color: #fef889;
  background-color: transparent;
}
@media only screen and (max-width: 43.75em) {
  #primnav ul .nav__here, .nav-home #primnav ul .nav__home, .nav-avail #primnav ul .nav__avail, .nav-gallery #primnav ul .nav__gallery, .nav-local #primnav ul .nav__local, .nav-contact #primnav ul .nav__contact, .nav-find #primnav ul .nav__find {
    background: transparent;
    border: none;
  }
}

#primnav ul .nav__book {
  background-color: #ef5201;
}
@media only screen and (max-width: 43.75em) {
  #primnav ul .nav__book {
    background: transparent;
  }
}

#primnav ul ul {
  border-top: 0px;
  border-bottom: 0px;
  font-size: 1em;
  width: 120%;
  /*	border-right: 2px solid #006;
  	border-bottom: 2px solid #006;
  	border-left: 2px solid #006; */
}
@media only screen and (max-width: 43.75em) {
  #primnav ul ul {
    width: 100%;
  }
}

#primnav ul .cust1 {
  width: 170%;
}
@media only screen and (max-width: 43.75em) {
  #primnav ul .cust1 {
    width: 100%;
  }
}

/*** Superfish ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
  z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu a {
  padding: 0.75em 1em;
  text-decoration: none;
}

.sf-menu a, .sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #fff;
}

.here {
  color: #AAFFFF !important;
}

.sf-menu li {
  /*	background-color: #76898e; */
}

.sf-menu li li {
  background: #af9b39;
}

.sf-menu li li li {
  background: #af9b39;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background: transparent;
  outline: 0;
  color: #fef889;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("/i/icon/arrows-ffffff.png") no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: .8em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background: url("/i/icon/shadow.png") no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

/************************************************************************************
Resp NAV
*************************************************************************************/
/* menu icon */
#menu-icon {
  display: none;
  /* hide menu icon initially */
}
@media only screen and (max-width: 43.75em) {
  #menu-icon {
    color: #ffffff;
    width: 92px;
    height: 30px;
    background: #af9b39 url(/i/icon/menu-icon.png) no-repeat 10px center;
    padding: 2px 10px 0 42px;
    cursor: pointer;
    display: block;
    /* show menu icon */
    margin-left: 5px;
  }
}

@media only screen and (max-width: 43.75em) {
  #primnav li:hover, #primnav a:focus, #primnav a:hover, #primnav a:active {
    background: transparent;
  }

  /* main nav */
  #nav {
    clear: both;
    position: absolute;
    top: 30px;
    width: 250px;
    z-index: 10000;
    padding: 10px;
    display: none;
  }

  #nav li {
    clear: both;
    float: none;
  }

  /* dropdown */
  #nav ul {
    width: auto;
    position: static;
    display: block;
    border: none;
    background: inherit;
  }
}
@media only screen and (min-width: 43.75em) {
  /* ensure #nav is visible on desktop version */
  #nav {
    display: block !important;
  }
}
/************************************************************************************
MOBILE
*************************************************************************************/
@media only screen and (max-width: 43.75em) {
  .sf-sub-indicator {
    /*	background: transparent; */
  }

  .sf-menu ul li, .sf-menu li li {
    width: 90%;
  }

  .sf-menu li:hover, .sf-menu li.sfHover,
  .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: transparent;
  }

  .sf-menu li li {
    background: transparent;
  }

  /* #primnav ul {
  	font-size: 0.875em;	
  	width: 250px;
  	border-top-width: 0px;
  	border-bottom-width: 0px;
  } */
  #primnav ul ul, #primnav ul .cust1 {
    /*	width: $nav-mob-width; */
  }

  /* nav-wrap */
  #nav-wrap {
    position: relative;
    /*	border-bottom: 4px solid $clr-content-bg; */
    background-color: #af9b39;
    /* set to $clr-content-bg for tab  */
  }

  /* menu icon */
  #menu-icon:hover {
    background-color: #af9b39;
  }

  #menu-icon.active {
    background-color: #af9b39;
  }

  /* main nav */
  /*	#nav a, 
  	#nav ul a {
  	background: none;
  	display: inline;
  	padding: 5px 3px;
  	color: #FFF;
  	border: none;
  	font-family: inherit;
  	} */
  /*	#nav a:hover, 
  	#nav ul a:hover {
  		background: transparent;
  		color: #b7d0d4;
  	} */
  /*	#nav ul li {
  	margin: 10px 0 10px 7px;
  	}
  */
}
/* botsec footer-1 */
.botsec {
  background: #8c8c8c;
  border-top: 11px solid #af9b39;
  border-bottom: 1px solid #8c8c8c;
  /* to stop gap that shows page background */
}

.botsec-wrapper {
  *zoom: 1;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
.botsec-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.botsec p {
  color: #ffffff;
}

.botsec__nav {
  text-align: center;
}

.botsec__nav ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  font-size: 0.75em;
  width: 100%;
}

.botsec__nav ul li {
  float: left;
  text-align: center;
}

.botsec__nav ul a {
  padding: 0em 1em;
  margin: 0.5em 0em;
  line-height: 1em;
  text-decoration: none;
  float: left;
  display: block;
  border-right: 1px solid #ffffff;
}

.botsec__nav--last {
  border-right: none !important;
}

.botsec a:link {
  color: #e0d6a1;
  text-decoration: none;
}

.botsec a:visited {
  color: #cdbc67;
}

.botsec a:hover {
  color: #f3efda;
}

/* printpage */
.botsec__printpage p {
  font-size: 0.6875em;
  text-align: right;
  margin-top: 2em;
}

.botsec__printpage img {
  margin-left: 10px;
}

.botsec__copyright p {
  font-size: 0.625em;
  text-align: right;
}

/*-----------------------------------------------------------------------------
Availability CSS
-----------------------------------------------------------------------------*/
/* availability section */
.ASavailOffer {
  margin-bottom: 20px;
}

#ASavail {
  border-collapse: collapse;
  border-bottom: 1px solid #666666;
  width: 100%;
  margin: 10px auto;
}

#ASavail th {
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  background: #666666;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

#ASavail th a:link, #ASavail th a:visited {
  color: #ffffff;
}

#ASavail td {
  font-size: 0.75em;
  color: #555656;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media only screen and (max-width: 37.5em) {
  #ASavail td {
    font-size: 0.6875em;
  }
}

.ASavailrow0 td {
  background-color: #ffffff;
  border-top: 1px solid #666666;
}

.ASavailrow1 td {
  background-color: #f2f2f2;
  border-top: 1px solid #666666;
}

/* rows with text */
.ASavailrow0t {
  background-color: #ffffff;
}

.ASavailrow1t {
  background: #f2f2f2;
}

.ASavailtext {
  font-size: .9em;
  line-height: 1.1em;
}

.ASavailButton {
  margin: 0;
}

.ASshortBreak {
  color: #060;
  border: 1px solid #060;
  font-size: 0.9em;
  background: #FFFF99;
  padding-right: 3px;
  padding-left: 3px;
}

/* availability colours */
.ASdayAvail {
  background: #006600;
  color: #FFFFFF;
  margin: 1px;
  padding: 2px;
}

.ASdayBooked {
  background: #999999;
  color: #FFFFFF;
  margin: 1px;
  padding: 2px;
  text-decoration: line-through;
}

.ASdayReserve {
  background: #FFAC2F;
  color: #FFFFFF;
  margin: 1px;
  padding: 2px;
  text-decoration: line-through;
}

.ASdayClosed {
  background: #000000;
  color: #FFFFFF;
  margin: 1px;
  padding: 2px;
  text-decoration: line-through;
}

/* contact footer */
.contact {
  margin-top: 1em;
  margin-bottom: 1em;
}

.contact p {
  text-align: center;
}

.contact__qrcode {
  display: none;
}
@media only screen and (min-width: 56.4em) {
  .contact__qrcode {
    display: block;
    float: right;
    margin-left: 2%;
  }
}

.contact__qrcode p {
  font-size: 0.625em;
  padding: 0px;
  margin: 0px;
}

.contact__email, .contact__skype {
  margin-left: 15px;
}

.contact__phone a, .contact__mobile a, .contact__email a, .contactfull__phone a, .contactfull__mobile a, .contactfull__email a {
  text-decoration: none;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 56.4em) {
  .contact__phone a, .contact__mobile a, .contact__email a, .contactfull__phone a, .contactfull__mobile a, .contactfull__email a {
    color: #ffffff;
    border: 2px solid #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 3px 3px 3px 23px;
  }
}

.contact__phone a, .contactfull__phone a {
  background: url(/i/icon/telephone.png) no-repeat;
}

.contact__mobile a, .contactfull__mobile a {
  background: url(/i/icon/phone.png) no-repeat;
}

.contact__email a, .contactfull__email a {
  background: url(/i/icon/computer.png) no-repeat;
}

@media only screen and (max-width: 56.4em) {
  .contact__phone a, .contactfull__phone a {
    background: #af9b39 url(/i/icon/telephone.png) no-repeat 3px 3px;
  }

  .contact__mobile a, .contactfull__mobile a {
    background: #af9b39 url(/i/icon/phone.png) no-repeat 3px 3px;
  }

  .contact__email a, .contactfull__email a {
    background: #af9b39 url(/i/icon/computer.png) no-repeat 3px 3px;
  }

  .contact__email, .contactfull__email {
    display: block;
    margin-top: 15px;
  }
}
/* full contact info */
.contactfull {
  width: 100%;
  float: left;
  margin-right: 2.32558%;
  display: inline;
  margin-bottom: 2em;
}

@media only screen and (min-width: 37.5em) {
  .contactfull__col1 {
    width: 40.31008%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  .contactfull__col2 {
    width: 57.36434%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

/* tariff table */
.tblTariff {
  border: 2px solid #af9b39;
  font-weight: normal;
  background: #ffffff;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 30px;
}

.tblTariff caption {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #af9b39;
  font-size: 0.875em;
}

.tblTariff th {
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  color: #464646;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tblTariff td {
  padding: 5px;
  margin: 0px;
  color: #464646;
  font-size: 0.75em;
  text-align: center;
}

.tblTariff tr .left {
  text-align: left;
}

.tblTariff__notes {
  font-weight: normal;
  margin-top: 2em;
  margin-right: 0px;
  margin-left: 40px;
  list-style-type: square;
  padding: 0px;
  text-align: left;
}

.tblTariff__notes li {
  font-size: 0.91667em;
}

/* credit cards horizontal */
.tblTariff__cards {
  margin-top: 2px;
  margin-bottom: 5px;
}

.tblTariff__cards img {
  vertical-align: middle;
  padding: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.tblTariff li li {
  margin-right: 0px;
}

/* facilities */
.bxFacilities {
  border: 2px solid #CCCCCC;
  background: #FFFFFF;
  margin-bottom: 1em;
  padding-top: 1em;
  margin-top: 1em;
}

.bxFacilities ul {
  padding-left: 0px;
}

.bxFacilities li {
  float: left;
  display: inline;
  width: 80%;
  margin-left: 3%;
  margin-bottom: 10px;
  border-left: 4px solid #CCCCCC;
  padding-left: 3%;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.2em;
}
@media only screen and (min-width: 30em) {
  .bxFacilities li {
    width: 45%;
  }
}

.bxFacilities ul .kit {
  border-left-color: #8E9BD3;
}

.bxFacilities ul .out {
  border-left-color: #6FBF7A;
}

/* Responsive Slideshow */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: #af9b39 solid 7px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  /* reset */
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
}

.rslides {
  margin: 0 auto;
}

.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/i/resp-slide/themes.gif") no-repeat left top;
  margin-top: -45px;
}

.centered-btns_nav:active {
  opacity: 1.0;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}

.transparent-btns_nav.next {
  left: auto;
  right: 0;
}

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("/i/resp-slide/themes.gif") no-repeat left 50%;
  width: 38px;
}

.large-btns_nav:active {
  opacity: 1.0;
}

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 5px;
  text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  margin-left: 0px;
  /* reset */
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

/* Clearing floats */
.clear {
  clear: both;
  visibility: hidden;
  height: 1px;
}

.intro__first {
  font-size: 0.875em;
}

.soc-follow__icons {
  margin-left: 0px;
}

.soc-follow__icons img {
  margin-right: 6px;
}

.bxGrades {
  text-align: center;
  background-color: #fff;
}
.bxGrades img {
  text-align: center;
  margin: 5px;
  vertical-align: middle;
}

.fpanel {
  border: solid #8c8c8c 1px;
  margin: 1em 0;
  padding: 0 3% 1em 3%;
}
.fpanel h2 {
  text-align: left;
  border-bottom: solid #8c8c8c 1px;
}

.fpanel__butt {
  font-size: 0.875em;
}

/* Trip Advisor Certificate */
.WidgTripAdvCert {
  clear: both;
}

/* floating photos */
.photobkr {
  float: right;
}

.photobkl {
  float: left;
}

.photobkc {
  margin-right: auto;
  margin-left: auto;
}

.photobkr, .photobkl, .photobkc {
  text-align: center;
  clear: both;
  margin: 0px 0px 2px;
}

.photobkr img, .photobkl img {
  display: block;
  margin-top: 0;
}

.photobkc img {
  display: block;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
}

.topimage {
  border-bottom: #af9b39 solid 7px;
}

/* thumbs */
/* thumbs */
.photothumbs {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin: 0px 0px 2px;
}

.photothumbs__enlarge {
  font-size: 0.6875em;
  text-align: left;
  padding-left: 20px;
  background-image: url(/i/icon/enlarge.gif);
  background-repeat: no-repeat;
}

.photothumbs figure {
  float: left;
  width: 48%;
  padding-left: 2%;
}

.photothumbs figure:nth-child(2n) {
  clear: left;
}

.photothumbs img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 31.25em) {
  .photothumbs figure:nth-child(2n) {
    clear: none;
  }

  .photothumbs figure:nth-child(4n+2) {
    clear: left;
  }

  .photothumbs figure {
    width: 23%;
    padding-left: 2%;
  }
}
.primlist li {
  font-weight: bold;
  color: #938231;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

/* googlemap find us module */
/* ---------------------------------------------------------------------- */
.goog-find #map {
  width: 100%;
  height: 400px;
  border: 1px solid #666;
  margin: 10px auto;
}
@media only screen and (max-width: 37.5em) {
  .goog-find #map {
    height: 300px;
  }
}

.goog-find img {
  max-width: none;
}

.goog-route form {
  margin: 0px;
  padding: 0px;
}

.goog-find__bubble {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

.goog-find__map {
  margin-top: 30px;
  background: #F2F2F2;
}

.goog-route__form {
  width: 100%;
}

.goog-route__form h3 {
  margin-top: 0.5em;
}

.goog-route__butt {
  margin-top: 10px;
  padding: 0.5em 2em;
}

.goog-route form #saddr {
  margin-bottom: 10px;
}

.form__butt {
  margin-left: 20px;
}

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}

/* enquiry form */
.enquireform {
  padding: 10px 1.5%;
  border: 2px solid #CCC;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #ede6c7;
  margin: 10px 0% 30px;
}

.enquireform label.error {
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
  display: block;
}

.form__col1 p, .form__col2 p {
  padding-right: 3px;
  padding-left: 3px;
}

.form__col1 {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 2%;
}
@media only screen and (max-width: 43.75em) {
  .form__col1 {
    width: 95%;
    float: none;
    text-align: left;
    margin-left: 5%;
  }
}

.form__col2 {
  width: 69%;
  float: left;
}
@media only screen and (max-width: 43.75em) {
  .form__col2 {
    width: 95%;
    float: none;
    margin-left: 5%;
  }
}

.enquireform fieldset {
  border: 1px solid #CCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 10px;
}

.enquireform legend {
  padding-left: 5px;
  margin-left: 50px;
  padding-right: 5px;
  color: #000;
  font-size: 0.9em;
}

.enquireform .repeatEmail {
  display: none;
}

#custAddress, #custEnquiry {
  width: 90%;
  height: 150px;
}

.form__submit {
  margin-left: 0px;
  margin-top: 10px;
}

.form__mess {
  background-color: #ede6c7;
  margin: 10px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  border: 2px solid #999;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

p .form__mess--error {
  color: #FF0000;
}

/* local area page */
/* ---------------------------------------------------------------------- */
/* localphotos */
.localbkrv {
  float: right;
  text-align: center;
  clear: both;
  border: 2px solid #CCC;
  padding-top: 5px;
  background-color: #ede6c7;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0em 0px 2px 10px;
}
@media only screen and (max-width: 30em) {
  .localbkrv {
    float: none;
    margin: 10px 0px 2px;
  }
}

@media only screen and (max-width: 30em) {
  .localbkrv__photos figure {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 26.25em) {
  .localbkrv__photos figure {
    float: none;
    width: 100%;
  }
}

.localbkrv__photos figcaption, .localbkrv p {
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 0px;
  font-size: 0.6875em;
}

.localbkrv__photos img {
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 30em) {
  .localbkrv__photos img {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/* googlemap attractions module */
.locPanel {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3em;
}

.locPanel #map {
  border: 1px solid #999;
  height: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 30em) {
  .locPanel #map {
    height: 300px;
  }
}

.locPanel #map div {
  line-height: normal !important;
  /* fix scrollbar showing */
}

.locPanel #map img {
  max-width: none;
}

.btnAttractmap {
  margin-left: 20px;
  padding: 0.5em 2em;
}

.attGoogbubble {
  font-size: 11px !important;
  color: #333333;
  width: 300px;
  line-height: normal;
  /* stops potential scroll bars */
}
@media only screen and (max-width: 30em) {
  .attGoogbubble {
    font-size: 10px;
    width: 250px;
  }
}

.attGoogbubble a {
  font-size: 11px !important;
}

.attGoogbubble img {
  float: right;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 10px;
}
@media only screen and (max-width: 30em) {
  .attGoogbubble img {
    display: none;
  }
}
