/*! 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;
  }

  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: #fff7d7;
  color: #303030;
  font: normal 100%/1.5 Verdana, Geneva, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

/* =Tags
-----------------------------------------------------------------------------*/
h1 {
  color: #d25400;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  font-family: "Architects Daughter", Georgia, "Times New Roman", Times, serif;
}

h2 {
  font-size: 1.5em;
  color: #d25400;
  margin-top: 1em;
  text-align: center;
  font-family: "Architects Daughter", Georgia, "Times New Roman", Times, serif;
}

h3 {
  font-size: 1.25em;
  color: #666666;
  margin-top: 1em;
  font-family: "Architects Daughter", Georgia, "Times New Roman", Times, serif;
}

h4 {
  font-size: 0.875em;
  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: #d25400;
}

a:visited {
  color: #863500;
}

a:hover {
  color: #ff7920;
}

a:active {
  color: #ff7920;
}

/* 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, .photothumbs {
  overflow: hidden;
  *zoom: 1;
}

.topsec__inner, .botsec-wrapper {
  margin: 0px auto;
  width: 95%;
  max-width: 960px;
}

.ASavailOffer, .goog-route__form {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #b8c6a5;
  margin: 1em 0 1em 0;
  padding: 0.5em 5%;
  background: #e9eee3;
}
.ASavailOffer ul, .goog-route__form ul {
  padding-left: 20px;
}
.ASavailOffer li, .goog-route__form li {
  font-size: 0.6875em;
}

.bxFeature, .bxComments, .bxNews, .bxGrades {
  margin: 1em 0 1em 0;
  background: #e9eee3;
}
.bxFeature h2, .bxComments h2, .bxNews h2, .bxGrades h2 {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  background: #b8c6a5;
  color: #d25400;
  margin: 0;
  padding: 0.5em 5%;
}
.bxFeature .bxContent, .bxComments .bxContent, .bxNews .bxContent, .bxGrades .bxContent {
  padding: 0.5em 5%;
}
.bxFeature ul, .bxComments ul, .bxNews ul, .bxGrades ul {
  padding-left: 20px;
}
.bxFeature li, .bxComments li, .bxNews li, .bxGrades li {
  font-size: 0.6875em;
}

.ASavailButton, .goog-route__butt, .form__butt, .btnAttractmap {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #d25400;
  margin: 1em 0 1em 0;
  padding: 0.5em 1em 0.5em 1em;
  background: #d25400;
  color: #ffffff;
}
.ASavailButton: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, .goog-route__butt a:link, .form__butt a:link, .btnAttractmap a:link {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
}
.ASavailButton a:visited, .goog-route__butt a:visited, .form__butt a:visited, .btnAttractmap a:visited {
  color: #ffffff;
}
.ASavailButton a:hover, .goog-route__butt a:hover, .form__butt a:hover, .btnAttractmap a:hover, .ASavailButton a:active, .goog-route__butt a:active, .form__butt a:active, .btnAttractmap a:active {
  color: #B0E6EC;
}

.localbkrv__photos img, .attGoogbubble img, .photobkr img, .photobkl img, .photobkc img, .photothumbs img {
  border: 1px solid #4f654c;
}

.bxComments {
  font-family: "Shadows Into Light",Georgia,"Times New Roman",Times,serif;
}

*, *:before, *:after {
  -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;
}

.content {
  border-top: 1px solid #ffffff;
  /* to stop gap that shows page background */
  border-bottom: 1px solid #ffffff;
  /* to stop gap that shows page background */
  background: #ffffff;
}

/* header */
/* content ID */
.content__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}
.content__inner:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 56.4em) {
  .primcontent {
    width: 74.28571%;
    float: left;
    margin-right: 2.85714%;
  }
  .clean .primcontent {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 37.5em) {
  .primcontent__cont1 {
    width: 53.84615%;
    float: left;
    margin-right: 3.84615%;
  }
  .clean .primcontent__cont1 {
    width: 57.14286%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media only screen and (min-width: 37.5em) {
  .primcontent__cont2 {
    width: 42.30769%;
    float: right;
    margin-right: 0;
  }
  .clean .primcontent__cont2 {
    width: 40%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 56.4em) {
  .seccontent {
    width: 22.85714%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 30em) {
  .seccontent__cont1 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}
@media only screen and (min-width: 56.4em) {
  .seccontent__cont1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 30em) {
  .seccontent__cont2 {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.4em) {
  .seccontent__cont2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 56.4em) {
  .primcontent8 {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
  }
  .clean .primcontent8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 37.5em) {
  .primcontent8__cont1 {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
  .clean .primcontent8__cont1 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media only screen and (min-width: 37.5em) {
  .primcontent8__cont2 {
    width: 47.82609%;
    float: right;
    margin-right: 0;
  }
  .clean .primcontent8__cont2 {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 56.4em) {
  .seccontent4 {
    width: 31.42857%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 30em) {
  .seccontent4__cont1 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}
@media only screen and (min-width: 56.4em) {
  .seccontent4__cont1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 30em) {
  .seccontent4__cont2 {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.4em) {
  .seccontent4__cont2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 37.5em) {
  .horiz2_1 {
    width: 42.30769%;
    float: left;
    margin-right: 3.84615%;
  }
  .clean .horiz2_1 {
    width: 40%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media only screen and (min-width: 37.5em) {
  .horiz2_2 {
    width: 42.30769%;
    float: right;
    margin-right: 0;
  }
  .clean .horiz2_2 {
    width: 40%;
    float: right;
    margin-right: 0;
  }
}

@media print {
  .topsec, #primnav, .botsec__nav, .botsec__printpage {
    display: none;
  }
}
/* =Header
-----------------------------------------------------------------------------*/
.topsec {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b8c6a5;
  background-color: #b8c6a5;
}

@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;
}
@media only screen and (min-width: 37.5em) {
  .topsec__contact {
    padding-top: 5px;
  }
}

.topsec__contact--text {
  display: block;
}
@media only screen and (min-width: 24.375em) {
  .topsec__contact--text {
    display: inline;
  }
}
@media only screen and (min-width: 37.5em) {
  .topsec__contact--text {
    display: block;
    font-size: 1.25em;
    margin-right: 13px;
  }
}

.topsec__contact--phone, .topsec__contact--mobile {
  display: block;
}
@media only screen and (min-width: 24.375em) {
  .topsec__contact--phone, .topsec__contact--mobile {
    display: inline;
  }
}
@media only screen and (min-width: 37.5em) {
  .topsec__contact--phone, .topsec__contact--mobile {
    display: block;
    font-size: 1.5em;
  }
}

@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 {
  color: #ffffff;
  background: #d25400;
  border: 2px solid #666;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 3px 3px 3px;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 2.2em;
  text-decoration: none;
}
@media only screen and (min-width: 37.5em) {
  .topsec__contact--phone a, .topsec__contact--mobile a, .topsec__contact--email a {
    color: #d25400;
    background: transparent;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.5em;
  }
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 999;
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav__here, .nav-home .sm-simple .nav__home, .nav-avail .sm-simple .nav__avail, .nav-local .sm-simple .nav__local, .nav-contact .sm-simple .nav__contact, .nav-find .sm-simple .nav__find {
  color: #b8c6a5;
  background-color: transparent;
}
@media only screen and (max-width: 43.75em) {
  .nav__here, .nav-home .sm-simple .nav__home, .nav-avail .sm-simple .nav__avail, .nav-local .sm-simple .nav__local, .nav-contact .sm-simple .nav__contact, .nav-find .sm-simple .nav__find {
    background-color: transparent;
    border: none;
  }
}

.main-nav-wrap {
  background-color: #fff;
  border-bottom: solid 1px #b8c6a5;
}

.main-nav__cym, .main-nav__en {
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 45px !important;
}

.main-nav__cym {
  background-image: url("/i/flag-cym.gif") !important;
}

.main-nav__en {
  background-image: url("/i/flag-en.gif") !important;
}

.sm-simple {
  border: 0px solid green;
  background: #fff;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #d25400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #d25400;
  color: #fff;
}
.sm-simple a.disabled {
  color: #6c2b00;
}
.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 15px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 15px;
  border-left: 8px solid transparent;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 43.75em) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 12px 22px;
    color: #d25400;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #e9eee3;
  }
  .sm-simple a.current {
    background: #d25400;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #6c2b00;
  }
  .sm-simple a.has-submenu {
    padding-right: 36px;
  }
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 22px;
    width: 8px;
    height: 16px;
    font: 15px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 0px solid #e9eee3;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 0px solid green;
    background: #fff;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 22px;
  }
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -14px;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 0px solid #e9eee3;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #d25400 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #d25400 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 22px;
    padding-left: 36px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 22px;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 12px 22px;
  }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 22px;
    margin-right: -14px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 0px solid #e9eee3;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 12px 22px;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 22px;
    margin-right: -14px;
  }
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -14px;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 0px solid #e9eee3;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
.main-nav {
  background-color: #fff;
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 43.75em) {
  #main-menu {
    float: left;
    clear: none;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #d25400;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 43.75em) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* botsec footer-1 */
.botsec {
  background: #b8c6a5;
  border-top: 4px solid #d25400;
  border-bottom: 1px solid #b8c6a5;
  /* to stop gap that shows page background */
}

.botsec p {
  color: #d25400;
}

.botsec__nav {
  text-align: center;
}

.botsec__nav ul {
  margin: 1em 0 2em 0;
  padding: 0;
  list-style: none;
  font-size: 0.75em;
  width: 100%;
}

.botsec__nav ul li {
  float: left;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.botsec__nav ul a {
  padding: 0em 1em;
  margin: 0em 0em;
  line-height: 1em;
  text-decoration: none;
  float: left;
  display: block;
}

.botsec__nav ul li + li {
  border-left: 1px solid #d25400;
  /* left border second list item onwards */
}

.botsec a:link {
  color: #d25400;
  text-decoration: none;
}

.botsec a:visited {
  color: #863500;
}

.botsec a:hover {
  color: #ff7920;
}

/* 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;
}

/* general */
.AScrumb {
  font-size: .65em;
  text-align: left;
  margin: 10px 10px 10px 20px;
  padding: 0px;
}

.ASclear {
  clear: both;
}

/* page menu */
.ASpagedMenu {
  margin: 10px 30px;
  padding: 2px 4px;
  text-align: center;
}

.ASpagedMenu a {
  border: 1px solid #999;
  background-color: #FF9;
  margin: 2px;
  padding: 2px 4px;
  text-decoration: none;
  color: #393924;
}

.ASpagedMenu a:hover {
  background-color: #C6FFD5;
}

.ASpagedMenuHere {
  border: 1px solid #999;
  margin: 2px;
  padding: 2px;
  background-color: #FFF;
}

/*-----------------------------------------------------------------------------
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: #303030;
  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: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  margin-left: 5px;
}
@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;
    background: #d25400;
    border: 2px solid #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 3px;
  }
}

@media only screen and (max-width: 56.4em) {
  .contact__email, .contactfull__email {
    display: block;
    margin-top: 15px;
  }
}
/* full contact info */
.contactfull {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
}

@media only screen and (min-width: 37.5em) {
  .contactfull__col1 {
    width: 40%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media only screen and (min-width: 37.5em) {
  .contactfull__col2 {
    width: 57.14286%;
    float: right;
    margin-right: 0;
  }
}

/* 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: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #e9eee3;
  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;
}

#custAddress, #custEnquiry {
  width: 90%;
  height: 150px;
}

.form__submit {
  margin-left: 0px;
  margin-top: 10px;
}

.form__mess {
  background-color: #e9eee3;
  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: #e9eee3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  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;
  }
}

/* Responsive Slideshow */
.rslides, .noslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.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_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  background-color: #efd5b0;
}

.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: 0px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border-top: #d25400 solid 4px;
}

.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);
}

.rslides__caption {
  display: none;
}
@media only screen and (min-width: 43.75em) {
  .rslides__caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 350px;
    margin-left: 10%;
    margin-bottom: 20px;
    border: #ffffff solid 3px;
    border: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.25em;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10x;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(210, 84, 0, 0.8) url(/i/cd-top/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #d25400;
  opacity: 1;
}
@media only screen and (min-width: 37.5em) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 56.4em) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* Clearing floats */
.clear {
  clear: both;
  visibility: hidden;
  height: 1px;
}

.intro__first {
  font-size: 0.875em;
}

.soc-follow__icons {
  margin-left: 6px;
}

.soc-follow__icons img {
  margin-right: 6px;
}

.bxComments p {
  font-size: 0.875em;
}

.bxNews {
  background-color: #434345;
}
.bxNews h2 {
  background-color: #d25400;
  color: #fff;
}
.bxNews h3 {
  color: #efd5b0;
  font-weight: normal;
}
.bxNews p {
  color: white;
}
.bxNews a:link, .bxNews a:visited, .bxNews a:active {
  color: white;
}
.bxNews a:hover {
  color: #ffa76c;
}

.bxGrades {
  text-align: center;
  background-color: #fff;
}
.bxGrades img {
  text-align: center;
  margin: 5px;
  vertical-align: middle;
}

/* facilities */
.bxFacilities {
  border: 2px solid #b8c6a5;
  background: #ffffff;
  margin-bottom: 1em;
  margin-top: 1em;
}
.bxFacilities h2 {
  color: #d25400;
  margin-top: 0px;
  padding: 0.5em 5%;
  background: #b8c6a5;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}

.bxFacilitiesFull ul {
  padding-left: 0px;
}

.bxFacilities li {
  float: left;
  display: inline;
  width: 45%;
  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 (max-width: 32.5em) {
  .bxFacilities li {
    width: 90%;
  }
}

.bxFacilities ul .kit {
  border-left-color: #8E9BD3;
}

.bxFacilities ul .out {
  border-left-color: #6FBF7A;
}

/* 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;
}

.fancybox-main > img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}

.fancybox-main {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* 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;
}

.photothumbs-wide {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin: 0px 0px 2px;
}

.photothumbs-wide__enlarge {
  font-size: 0.6875em;
  text-align: left;
  padding-left: 20px;
  background-image: url(/i/icon/enlarge.gif);
  background-repeat: no-repeat;
}

.photothumbs-wide figure {
  float: left;
  width: 48%;
  padding-left: 2%;
}

.photothumbs-wide figure:nth-child(2n) {
  clear: left;
}

.photothumbs-wide img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 31.25em) {
  .photothumbs-wide figure:nth-child(2n) {
    clear: none;
  }

  .photothumbs-wide figure:nth-child(4n+2) {
    clear: left;
  }

  .photothumbs-wide figure {
    width: 23%;
    padding-left: 2%;
  }
}



.primlist li {
  color: #d25400;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}

.fb-video  {
  width: 100%;
}
