/*! 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.
 */
/* line 22, ../../sass/base/_normalize.scss */
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.
 */
/* line 32, ../../sass/base/_normalize.scss */
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.
 */
/* line 43, ../../sass/base/_normalize.scss */
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.
 */
/* line 53, ../../sass/base/_normalize.scss */
[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.
 */
/* line 68, ../../sass/base/_normalize.scss */
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.
 */
/* line 83, ../../sass/base/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../../sass/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../../sass/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../../sass/base/_normalize.scss */
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.
 */
/* line 126, ../../sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../../sass/base/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../../sass/base/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../../sass/base/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../../sass/base/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../../sass/base/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../../sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../../sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../../sass/base/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../../sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../../sass/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../../sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../../sass/base/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../../sass/base/_normalize.scss */
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.
 */
/* line 231, ../../sass/base/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../../sass/base/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../../sass/base/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../../sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../../sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../../sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../../sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../../sass/base/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../../sass/base/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../../sass/base/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../../sass/base/_normalize.scss */
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.
 */
/* line 331, ../../sass/base/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../../sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../../sass/base/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../../sass/base/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../../sass/base/_normalize.scss */
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.
 */
/* line 384, ../../sass/base/_normalize.scss */
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.
 */
/* line 401, ../../sass/base/_normalize.scss */
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.
 */
/* line 414, ../../sass/base/_normalize.scss */
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.
 */
/* line 426, ../../sass/base/_normalize.scss */
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.
 */
/* line 443, ../../sass/base/_normalize.scss */
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.
 */
/* line 454, ../../sass/base/_normalize.scss */
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.
 */
/* line 466, ../../sass/base/_normalize.scss */
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).
 */
/* line 479, ../../sass/base/_normalize.scss */
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.
 */
/* line 492, ../../sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../../sass/base/_normalize.scss */
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.
 */
/* line 511, ../../sass/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../../sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 
     Website = ???? 
     Version = 1.0 
     Date = 1-Jan-2013 */
/* line 16, ../../sass/base/_boilerplate.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 20, ../../sass/base/_boilerplate.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/* line 25, ../../sass/base/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 30, ../../sass/base/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 35, ../../sass/base/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 44, ../../sass/base/_boilerplate.scss */
img {
  vertical-align: middle;
}

/* line 48, ../../sass/base/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 54, ../../sass/base/_boilerplate.scss */
textarea {
  resize: vertical;
}

/* line 58, ../../sass/base/_boilerplate.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 83, ../../sass/base/_boilerplate.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 90, ../../sass/base/_boilerplate.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 97, ../../sass/base/_boilerplate.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 102, ../../sass/base/_boilerplate.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 114, ../../sass/base/_boilerplate.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 123, ../../sass/base/_boilerplate.scss */
.invisible {
  visibility: hidden;
}

/* line 128, ../../sass/base/_boilerplate.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 133, ../../sass/base/_boilerplate.scss */
.clearfix:after {
  clear: both;
}

/* line 137, ../../sass/base/_boilerplate.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 146, ../../sass/base/_boilerplate.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 154, ../../sass/base/_boilerplate.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 158, ../../sass/base/_boilerplate.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 162, ../../sass/base/_boilerplate.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 172, ../../sass/base/_boilerplate.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 177, ../../sass/base/_boilerplate.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 182, ../../sass/base/_boilerplate.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 187, ../../sass/base/_boilerplate.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 191, ../../sass/base/_boilerplate.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 201, ../../sass/base/_boilerplate.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 207, ../../sass/base/_boilerplate.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
-  =BASE STYLES
----------------------------------------------------------------------*/
/* line 8, ../../sass/base/_base.scss */
body {
  background: #dadada;
  color: #555656;
  font: normal 100%/1.5 Verdana, Geneva, sans-serif;
}

/* line 13, ../../sass/base/_base.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* =Tags
-----------------------------------------------------------------------------*/
/* line 20, ../../sass/base/_base.scss */
h1 {
  color: #82212c;
  text-align: center;
  font-size: 1.25em;
  font-weight: normal;
}

/* line 26, ../../sass/base/_base.scss */
h2 {
  font-size: 0.875em;
  color: #82212c;
  margin-top: 1em;
  text-align: center;
}

/* line 32, ../../sass/base/_base.scss */
h3 {
  font-size: 0.75em;
  color: #666666;
  margin-top: 1em;
}

/* line 37, ../../sass/base/_base.scss */
h4 {
  font-size: 0.75em;
  color: #666666;
  margin-top: 2em;
  margin-bottom: 1em;
}

/* line 43, ../../sass/base/_base.scss */
p {
  font-size: 0.75em;
}

/* line 46, ../../sass/base/_base.scss */
article li {
  font-size: 0.75em;
}

/* =Links
-----------------------------------------------------------------------------*/
/* line 52, ../../sass/base/_base.scss */
a {
  -webkit-transition-property: color, border;
  -moz-transition-property: color, border;
  -o-transition-property: color, border;
  transition-property: color, border;
  -webkit-transition-duration: 0.4s, 0.4s;
  -moz-transition-duration: 0.4s, 0.4s;
  -o-transition-duration: 0.4s, 0.4s;
  transition-duration: 0.4s, 0.4s;
}

/* line 57, ../../sass/base/_base.scss */
a:link {
  color: #82212c;
}

/* line 60, ../../sass/base/_base.scss */
a:visited {
  color: #451217;
}

/* line 63, ../../sass/base/_base.scss */
a:hover {
  color: #bf3041;
}

/* line 66, ../../sass/base/_base.scss */
a:active {
  color: #bf3041;
}

/* external links */
/* line 70, ../../sass/base/_base.scss */
.extlink {
  background-image: url(../i/icon/extlink.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
}

/* clickable phone links */
/* line 77, ../../sass/base/_base.scss */
.phonelink {
  text-decoration: none;
}

/* this causes problem with Googlemaps*/
/* line 81, ../../sass/base/_base.scss */
img {
  max-width: 100%;
}

/* line 84, ../../sass/base/_base.scss */
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) {
  /* line 94, ../../sass/base/_base.scss */
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
}
/* line 6, ../../sass/helpers/_placeholders.scss */
.topsec, .botsec, .botsec__nav, .contact, .contactfull, .fpanel {
  overflow: hidden;
  *zoom: 1;
}

/* line 11, ../../sass/helpers/_placeholders.scss */
.goog-route__form, .bxGrades {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #AFAEA0;
  margin: 1em 0 1em 0;
  padding: 0.5em 5%;
  background: #dadada;
}
/* line 17, ../../sass/helpers/_placeholders.scss */
.goog-route__form ul, .bxGrades ul {
  padding-left: 20px;
}
/* line 20, ../../sass/helpers/_placeholders.scss */
.goog-route__form li, .bxGrades li {
  font-size: 0.6875em;
}

/* line 24, ../../sass/helpers/_placeholders.scss */
.bxFeature, .bxComments {
  margin: 1em 0 1em 0;
  background: #dadada;
}
/* line 27, ../../sass/helpers/_placeholders.scss */
.bxFeature h2, .bxComments h2 {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  background: #82212c;
  color: #fff;
  margin: 0;
  padding: 0.5em 5%;
}
/* line 36, ../../sass/helpers/_placeholders.scss */
.bxFeature .bxContent, .bxComments .bxContent {
  padding: 0.5em 5%;
}
/* line 39, ../../sass/helpers/_placeholders.scss */
.bxFeature ul, .bxComments ul {
  padding-left: 20px;
}
/* line 42, ../../sass/helpers/_placeholders.scss */
.bxFeature li, .bxComments li {
  font-size: 0.6875em;
}

/* line 47, ../../sass/helpers/_placeholders.scss */
.btnAttractmap, .goog-route__butt, .fpanel__butt {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #484747;
  margin: 1em 0 1em 0;
  padding: 0.5em 1em 0.5em 1em;
  background: #82212c;
  -webkit-box-shadow: rgba(176, 230, 236, 0.8) 0 0 10px;
  -moz-box-shadow: rgba(176, 230, 236, 0.8) 0 0 10px;
  box-shadow: rgba(176, 230, 236, 0.8) 0 0 10px;
  color: white;
}
/* line 54, ../../sass/helpers/_placeholders.scss */
.btnAttractmap:hover, .goog-route__butt:hover, .fpanel__butt:hover {
  -webkit-box-shadow: #b0e6ec 0 0 20px;
  -moz-box-shadow: #b0e6ec 0 0 20px;
  box-shadow: #b0e6ec 0 0 20px;
}
/* line 58, ../../sass/helpers/_placeholders.scss */
.btnAttractmap a:link, .goog-route__butt a:link, .fpanel__butt a:link {
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
}
/* line 63, ../../sass/helpers/_placeholders.scss */
.btnAttractmap a:visited, .goog-route__butt a:visited, .fpanel__butt a:visited {
  color: white;
}
/* line 66, ../../sass/helpers/_placeholders.scss */
.btnAttractmap a:hover, .goog-route__butt a:hover, .fpanel__butt a:hover, .btnAttractmap a:active, .goog-route__butt a:active, .fpanel__butt a:active {
  color: #b0e6ec;
}

/* line 71, ../../sass/helpers/_placeholders.scss */
.localbkrv__photos img, .attGoogbubble img, .photobkr img, .photobkl img, .photobkc img {
  border: 1px solid #4f654c;
}

/* line 14, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/susy-1.0.9/sass/susy/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, ../../sass/layout/_layout-1.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, ../../sass/layout/_layout-1.scss */
#page {
  margin: 0px auto;
  width: 100%;
  max-width: 960px;
  background: white;
}
@media only screen and (min-width: 43.75em) {
  /* line 34, ../../sass/layout/_layout-1.scss */
  #page {
    width: 95%;
    margin: 0px auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 200px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 200px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 200px;
  }
}

/* line 45, ../../sass/layout/_layout-1.scss */
#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 white;
  /* to stop gap that shows page background */
  background: white;
}
/* line 38, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#maintable:after {
  content: "";
  display: table;
  clear: both;
}

/* header */
/* content ID */
@media only screen and (min-width: 56.4em) {
  /* line 59, ../../sass/layout/_layout-1.scss */
  .primcontent {
    width: 74.4186%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
  /* line 62, ../../sass/layout/_layout-1.scss */
  .clean .primcontent {
    width: 100%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 67, ../../sass/layout/_layout-1.scss */
  .primcontent__cont1 {
    width: 54.16667%;
    float: left;
    margin-right: 3.125%;
    display: inline;
  }
  /* line 70, ../../sass/layout/_layout-1.scss */
  .clean .primcontent__cont1 {
    width: 57.36434%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 75, ../../sass/layout/_layout-1.scss */
  .primcontent__cont2 {
    width: 42.70833%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
  /* line 78, ../../sass/layout/_layout-1.scss */
  .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) {
  /* line 83, ../../sass/layout/_layout-1.scss */
  .seccontent {
    width: 23.25581%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

@media only screen and (min-width: 30em) {
  /* line 88, ../../sass/layout/_layout-1.scss */
  .seccontent__cont1 {
    width: 48.83721%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}
@media only screen and (min-width: 56.4em) {
  /* line 88, ../../sass/layout/_layout-1.scss */
  .seccontent__cont1 {
    width: 100%;
    float: left;
    margin-right: 10%;
    display: inline;
  }
}

@media only screen and (min-width: 30em) {
  /* line 96, ../../sass/layout/_layout-1.scss */
  .seccontent__cont2 {
    width: 48.83721%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}
@media only screen and (min-width: 56.4em) {
  /* line 96, ../../sass/layout/_layout-1.scss */
  .seccontent__cont2 {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 104, ../../sass/layout/_layout-1.scss */
  .horiz2_1 {
    width: 42.70833%;
    float: left;
    margin-right: 3.125%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 109, ../../sass/layout/_layout-1.scss */
  .horiz2_2 {
    padding-left: 11.45833%;
    width: 54.16667%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

/* =Header (topsec-2)
-----------------------------------------------------------------------------*/
/* line 10, ../../sass/layout/_topsec-2.scss */
.topsec {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #484747;
  background-color: #484747;
}

@media only screen and (min-width: 37.5em) {
  /* line 17, ../../sass/layout/_topsec-2.scss */
  .topsec__logo {
    float: left;
  }
}

/* line 22, ../../sass/layout/_topsec-2.scss */
.topsec__logo img {
  max-width: 100%;
  padding: 1em 8px 0em;
}
@media only screen and (min-width: 37.5em) {
  /* line 22, ../../sass/layout/_topsec-2.scss */
  .topsec__logo img {
    padding: 1em 8px 1em;
  }
}

/* line 29, ../../sass/layout/_topsec-2.scss */
.topsec__contact {
  text-align: right;
}
@media only screen and (min-width: 37.5em) {
  /* line 29, ../../sass/layout/_topsec-2.scss */
  .topsec__contact {
    font-size: 1.75em;
  }
}

/* line 35, ../../sass/layout/_topsec-2.scss */
.topsec__contact--phone a, .topsec__contact--mobile a, .topsec__contact--email a {
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 37.5em) {
  /* line 35, ../../sass/layout/_topsec-2.scss */
  .topsec__contact--phone a, .topsec__contact--mobile a, .topsec__contact--email a {
    color: white;
    background: #82212c;
    border: 2px solid #666;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 3px 3px 3px 3px;
  }
}

/* =Navigation (primnav-1)
-----------------------------------------------------------------------------*/
/* line 27, ../../sass/layout/_primnav-1.scss */
#primnav {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 43.75em) {
  /* line 27, ../../sass/layout/_primnav-1.scss */
  #primnav {
    margin: 0px;
  }
}

@media only screen and (max-width: 43.75em) {
  /* line 34, ../../sass/layout/_primnav-1.scss */
  #nav-wrap {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    background: #484747;
  }
}

/* line 44, ../../sass/layout/_primnav-1.scss */
#primnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
  width: 100%;
  background: #82212c;
  float: left;
}
@media only screen and (max-width: 43.75em) {
  /* line 44, ../../sass/layout/_primnav-1.scss */
  #primnav ul {
    width: auto;
    font-size: 0.875em;
    background: #82212c;
    border: 2px solid #cccccc;
    margin-left: 8px;
  }
}

/* line 60, ../../sass/layout/_primnav-1.scss */
#primnav ul li {
  float: left;
  text-align: center;
}

/* line 64, ../../sass/layout/_primnav-1.scss */
#primnav ul a {
  float: left;
  display: block;
  padding: 0.2em 2em;
  line-height: 2em;
  text-decoration: none;
  color: white;
  background: transparent;
}
@media only screen and (max-width: 43.75em) {
  /* line 64, ../../sass/layout/_primnav-1.scss */
  #primnav ul a {
    width: 100%;
    background: none;
    display: inline;
    padding: 0.4em 2em;
    color: white;
    border: none;
    font-family: inherit;
  }
}

/* line 82, ../../sass/layout/_primnav-1.scss */
#primnav ul a:hover {
  color: #fef889;
  background-color: transparent;
}
@media only screen and (max-width: 43.75em) {
  /* line 82, ../../sass/layout/_primnav-1.scss */
  #primnav ul a:hover {
    background: transparent;
    border: none;
  }
}

/* line 90, ../../sass/layout/_primnav-1.scss */
#primnav ul .nav__here {
  color: #fef889;
  background-color: transparent;
}
@media only screen and (max-width: 43.75em) {
  /* line 90, ../../sass/layout/_primnav-1.scss */
  #primnav ul .nav__here {
    background: transparent;
    border: none;
  }
}

/* line 98, ../../sass/layout/_primnav-1.scss */
#primnav ul .nav__book {
  background-color: #ef5201;
}
@media only screen and (max-width: 43.75em) {
  /* line 98, ../../sass/layout/_primnav-1.scss */
  #primnav ul .nav__book {
    background: transparent;
  }
}

/************************************************************************************
Resp NAV
*************************************************************************************/
/* menu icon */
/* line 110, ../../sass/layout/_primnav-1.scss */
#menu-icon {
  display: none;
  /* hide menu icon initially */
}
@media only screen and (max-width: 43.75em) {
  /* line 110, ../../sass/layout/_primnav-1.scss */
  #menu-icon {
    color: white;
    width: 92px;
    height: 30px;
    background: #82212c 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) {
  /* line 127, ../../sass/layout/_primnav-1.scss */
  #primnav li:hover, #primnav a:focus, #primnav a:hover, #primnav a:active {
    background: transparent;
  }

  /* main nav */
  /* line 132, ../../sass/layout/_primnav-1.scss */
  #nav {
    clear: both;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 10000;
    padding: 10px;
    display: none;
  }

  /* line 141, ../../sass/layout/_primnav-1.scss */
  #nav li {
    clear: both;
    float: none;
  }

  /* dropdown */
  /* line 147, ../../sass/layout/_primnav-1.scss */
  #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 */
  /* line 160, ../../sass/layout/_primnav-1.scss */
  #nav {
    display: block !important;
  }
}
/* botsec footer-1 */
/* line 11, ../../sass/layout/_footer-1.scss */
.botsec {
  background: #484747;
  border-top: 11px solid #82212c;
  /* to stop gap that shows page background */
  border-bottom: 1px solid #484747;
  /* to stop gap that shows page background */
}

/* line 17, ../../sass/layout/_footer-1.scss */
.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;
}
/* line 38, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.botsec-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, ../../sass/layout/_footer-1.scss */
.botsec p {
  color: white;
}

/* line 23, ../../sass/layout/_footer-1.scss */
.botsec__nav {
  text-align: center;
}

/* line 27, ../../sass/layout/_footer-1.scss */
.botsec__nav ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  font-size: 0.75em;
  width: 100%;
}

/* line 34, ../../sass/layout/_footer-1.scss */
.botsec__nav ul li {
  float: left;
  text-align: center;
}

/* line 38, ../../sass/layout/_footer-1.scss */
.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 white;
}

/* line 47, ../../sass/layout/_footer-1.scss */
.botsec__nav--last {
  border-right: none !important;
}

/* line 52, ../../sass/layout/_footer-1.scss */
.botsec a:link {
  color: #bef8d6;
  text-decoration: none;
}

/* line 56, ../../sass/layout/_footer-1.scss */
.botsec a:hover {
  color: #85f1b3;
}

/* line 59, ../../sass/layout/_footer-1.scss */
.botsec a:visited {
  color: #bef8d6;
}

/* printpage */
/* line 63, ../../sass/layout/_footer-1.scss */
.botsec__printpage p {
  font-size: 0.6875em;
  text-align: right;
  margin-top: 2em;
}

/* line 68, ../../sass/layout/_footer-1.scss */
.botsec__printpage img {
  margin-left: 10px;
}

/* line 71, ../../sass/layout/_footer-1.scss */
.botsec__copyright p {
  font-size: 0.625em;
  text-align: right;
}

/* contact footer */
/* line 9, ../../sass/components/_contact-1.scss */
.contact {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 14, ../../sass/components/_contact-1.scss */
.contact p {
  text-align: center;
}

/* line 17, ../../sass/components/_contact-1.scss */
.contact__qrcode {
  display: none;
}
@media only screen and (min-width: 56.4em) {
  /* line 17, ../../sass/components/_contact-1.scss */
  .contact__qrcode {
    display: block;
    float: right;
    margin-left: 2%;
  }
}

/* line 25, ../../sass/components/_contact-1.scss */
.contact__qrcode p {
  font-size: 0.625em;
  padding: 0px;
  margin: 0px;
}

/* line 30, ../../sass/components/_contact-1.scss */
.contact__email, .contact__skype {
  margin-left: 15px;
}

/* line 33, ../../sass/components/_contact-1.scss */
.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) {
  /* line 33, ../../sass/components/_contact-1.scss */
  .contact__phone a, .contact__mobile a, .contact__email a, .contactfull__phone a, .contactfull__mobile a, .contactfull__email a {
    color: white;
    border: 2px solid #666;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 3px 3px 3px 23px;
  }
}

/* line 47, ../../sass/components/_contact-1.scss */
.contact__phone a, .contactfull__phone a {
  background: url(/i/icon/telephone.png) no-repeat;
}

/* line 50, ../../sass/components/_contact-1.scss */
.contact__mobile a, .contactfull__mobile a {
  background: url(/i/icon/phone.png) no-repeat;
}

/* line 53, ../../sass/components/_contact-1.scss */
.contact__email a, .contactfull__email a {
  background: url(/i/icon/computer.png) no-repeat;
}

@media only screen and (max-width: 56.4em) {
  /* line 57, ../../sass/components/_contact-1.scss */
  .contact__phone a, .contactfull__phone a {
    background: #82212c url(/i/icon/telephone.png) no-repeat 3px 3px;
  }

  /* line 60, ../../sass/components/_contact-1.scss */
  .contact__mobile a, .contactfull__mobile a {
    background: #82212c url(/i/icon/phone.png) no-repeat 3px 3px;
  }

  /* line 63, ../../sass/components/_contact-1.scss */
  .contact__email a, .contactfull__email a {
    background: #82212c url(/i/icon/computer.png) no-repeat 3px 3px;
  }

  /* line 66, ../../sass/components/_contact-1.scss */
  .contact__email, .contactfull__email {
    display: block;
    margin-top: 15px;
  }
}
/* full contact info */
/* line 72, ../../sass/components/_contact-1.scss */
.contactfull {
  width: 100%;
  float: left;
  margin-right: 2.32558%;
  display: inline;
  margin-bottom: 2em;
}

@media only screen and (min-width: 37.5em) {
  /* line 77, ../../sass/components/_contact-1.scss */
  .contactfull__col1 {
    width: 40.31008%;
    float: left;
    margin-right: 2.32558%;
    display: inline;
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 82, ../../sass/components/_contact-1.scss */
  .contactfull__col2 {
    width: 57.36434%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline;
  }
}

/* tariff table */
/* line 7, ../../sass/components/_tariff-1.scss */
.tblTariff {
  border: 2px solid #82212c;
  font-weight: normal;
  background: white;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 30px;
}

/* line 15, ../../sass/components/_tariff-1.scss */
.tblTariff caption {
  color: white;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #82212c;
  font-size: 0.875em;
}

/* line 22, ../../sass/components/_tariff-1.scss */
.tblTariff th {
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  color: #464646;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 30, ../../sass/components/_tariff-1.scss */
.tblTariff td {
  padding: 5px;
  margin: 0px;
  color: #464646;
  font-size: 0.75em;
  text-align: center;
}

/* line 37, ../../sass/components/_tariff-1.scss */
.tblTariff tr .left {
  text-align: left;
}

/* line 40, ../../sass/components/_tariff-1.scss */
.tblTariff__notes {
  font-weight: normal;
  margin-top: 2em;
  margin-right: 0px;
  margin-left: 40px;
  list-style-type: square;
  padding: 0px;
  text-align: left;
}

/* line 49, ../../sass/components/_tariff-1.scss */
.tblTariff__notes li {
  font-size: 0.91667em;
}

/* credit cards horizontal */
/* line 53, ../../sass/components/_tariff-1.scss */
.tblTariff__cards {
  margin-top: 2px;
  margin-bottom: 5px;
}

/* line 57, ../../sass/components/_tariff-1.scss */
.tblTariff__cards img {
  vertical-align: middle;
  padding: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

/* line 65, ../../sass/components/_tariff-1.scss */
.tblTariff li li {
  margin-right: 0px;
}

/* local area page */
/* ---------------------------------------------------------------------- */
/* localphotos */
/* line 9, ../../sass/components/_localarea-1.scss */
.localbkrv {
  float: right;
  text-align: center;
  clear: both;
  border: 2px solid #CCC;
  padding-top: 5px;
  background-color: #dadada;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0em 0px 2px 10px;
}

/* line 19, ../../sass/components/_localarea-1.scss */
.localbkrv__photos figcaption, .localbkrv p {
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 0px;
  font-size: 0.6875em;
}

/* line 27, ../../sass/components/_localarea-1.scss */
.localbkrv__photos img {
  margin-right: 10px;
  margin-left: 10px;
}

/* googlemap attractions module */
/* line 33, ../../sass/components/_localarea-1.scss */
.locPanel {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3em;
}

/* line 38, ../../sass/components/_localarea-1.scss */
.locPanel #map {
  border: 1px solid #999;
  height: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 45, ../../sass/components/_localarea-1.scss */
.locPanel #map div {
  line-height: normal !important;
  /* fix scrollbar showing */
}

/* line 48, ../../sass/components/_localarea-1.scss */
.locPanel #map img {
  max-width: none;
}

/* line 51, ../../sass/components/_localarea-1.scss */
.btnAttractmap {
  margin-left: 20px;
  padding: 0.5em 2em;
}

/* line 56, ../../sass/components/_localarea-1.scss */
.attGoogbubble {
  font-size: 11px !important;
  color: #333333;
  width: 300px;
  line-height: normal;
  /* stops potential scroll bars */
}

/* line 62, ../../sass/components/_localarea-1.scss */
.attGoogbubble a {
  font-size: 11px !important;
}

/* line 65, ../../sass/components/_localarea-1.scss */
.attGoogbubble img {
  float: right;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 10px;
}

@media only screen and (max-width: 30em) {
  /* line 73, ../../sass/components/_localarea-1.scss */
  .locPanel #map {
    height: 300px;
  }

  /* line 76, ../../sass/components/_localarea-1.scss */
  .attGoogbubble {
    font-size: 10px;
    width: 250px;
  }

  /* line 80, ../../sass/components/_localarea-1.scss */
  .attGoogbubble img {
    display: none;
  }

  /* line 83, ../../sass/components/_localarea-1.scss */
  .localbkrv {
    float: none;
    margin: 10px 0px 2px;
  }

  /* line 87, ../../sass/components/_localarea-1.scss */
  .localbkrv__photos figure {
    float: left;
    width: 50%;
  }

  /* line 91, ../../sass/components/_localarea-1.scss */
  .localbkrv__photos img {
    margin-right: 0px;
    margin-left: 0px;
  }
}
/* googlemap find us module */
/* ---------------------------------------------------------------------- */
/* line 8, ../../sass/components/_findus-1.scss */
.goog-find #map {
  width: 100%;
  height: 400px;
  border: 1px solid #666;
  margin: 10px auto;
}
@media only screen and (max-width: 37.5em) {
  /* line 8, ../../sass/components/_findus-1.scss */
  .goog-find #map {
    height: 300px;
  }
}

/* line 17, ../../sass/components/_findus-1.scss */
.goog-find img {
  max-width: none;
}

/* line 20, ../../sass/components/_findus-1.scss */
.goog-route form {
  margin: 0px;
  padding: 0px;
}

/* line 24, ../../sass/components/_findus-1.scss */
.goog-find__bubble {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

/* line 29, ../../sass/components/_findus-1.scss */
.goog-find__map {
  margin-top: 30px;
  background: #F2F2F2;
}

/* line 33, ../../sass/components/_findus-1.scss */
.goog-route__form {
  width: 100%;
}

/* line 37, ../../sass/components/_findus-1.scss */
.goog-route__form h3 {
  margin-top: 0.5em;
}

/* line 40, ../../sass/components/_findus-1.scss */
.goog-route__butt {
  margin-top: 10px;
  padding: 0.5em 2em;
}

/* line 45, ../../sass/components/_findus-1.scss */
.goog-route form #saddr {
  margin-bottom: 10px;
}

/* Responsive Slideshow */
/* line 5, ../../sass/components/_slideshow-2.scss */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: #484747 solid 7px;
}

/* line 15, ../../sass/components/_slideshow-2.scss */
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 24, ../../sass/components/_slideshow-2.scss */
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

/* line 30, ../../sass/components/_slideshow-2.scss */
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
}

/* line 37, ../../sass/components/_slideshow-2.scss */
.rslides {
  margin: 0 auto;
}

/* line 41, ../../sass/components/_slideshow-2.scss */
.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
}

/* line 48, ../../sass/components/_slideshow-2.scss */
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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;
}

/* line 64, ../../sass/components/_slideshow-2.scss */
.centered-btns_nav:active {
  opacity: 1.0;
}

/* line 68, ../../sass/components/_slideshow-2.scss */
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

/* line 74, ../../sass/components/_slideshow-2.scss */
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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%;
}

/* line 90, ../../sass/components/_slideshow-2.scss */
.transparent-btns_nav.next {
  left: auto;
  right: 0;
}

/* line 95, ../../sass/components/_slideshow-2.scss */
.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: black url("/i/resp-slide/themes.gif") no-repeat left 50%;
  width: 38px;
}

/* line 109, ../../sass/components/_slideshow-2.scss */
.large-btns_nav:active {
  opacity: 1.0;
}

/* line 113, ../../sass/components/_slideshow-2.scss */
.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}

/* line 121, ../../sass/components/_slideshow-2.scss */
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

/* line 127, ../../sass/components/_slideshow-2.scss */
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 5px;
  text-align: center;
}

/* line 134, ../../sass/components/_slideshow-2.scss */
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

/* line 144, ../../sass/components/_slideshow-2.scss */
.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;
}

/* line 164, ../../sass/components/_slideshow-2.scss */
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

/* Clearing floats */
/* line 7, ../../sass/components/_others.scss */
.clear {
  clear: both;
  visibility: hidden;
  height: 1x;
}

/* social share */
/* line 16, ../../sass/components/_others.scss */
.soc-share {
  text-align: right;
  padding-top: -20px;
}

/* line 20, ../../sass/components/_others.scss */
.soc-share__icons img {
  margin-left: 8px;
}

/* social follow */
/* line 24, ../../sass/components/_others.scss */
.soc-follow__icons {
  margin-left: 6px;
}

/* line 27, ../../sass/components/_others.scss */
.soc-follow__icons img {
  margin-right: 6px;
}

/* line 35, ../../sass/components/_others.scss */
.bxGrades {
  text-align: center;
}
/* line 38, ../../sass/components/_others.scss */
.bxGrades img {
  text-align: center;
  margin: 5px;
  vertical-align: middle;
}

/* Trip Advisor Certificate */
/* line 48, ../../sass/components/_others.scss */
.WidgTripAdvCert {
  clear: both;
}

/* line 56, ../../sass/components/_others.scss */
.fpanel h2 {
  text-align: left;
  border-bottom: solid #484747 1px;
}

/* line 61, ../../sass/components/_others.scss */
.fpanel__butt {
  font-size: 0.875em;
}

/* floating photos */
/* line 70, ../../sass/components/_others.scss */
.photobkr {
  float: right;
}

/* line 73, ../../sass/components/_others.scss */
.photobkl {
  float: left;
}

/* line 76, ../../sass/components/_others.scss */
.photobkc {
  margin-right: auto;
  margin-left: auto;
}

/* line 80, ../../sass/components/_others.scss */
.photobkr, .photobkl, .photobkc {
  text-align: center;
  clear: both;
  margin: 0px 0px 2px;
}

/* line 85, ../../sass/components/_others.scss */
.photobkr img, .photobkl img {
  display: block;
  margin-top: 0;
}

/* line 90, ../../sass/components/_others.scss */
.photobkc img {
  display: block;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
}

/* line 97, ../../sass/components/_others.scss */
.topimage {
  border-bottom: #484747 solid 7px;
}

/* line 104, ../../sass/components/_others.scss */
.primlist li {
  font-weight: bold;
  color: #82212c;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

/* YouTube video */
/* line 111, ../../sass/components/_others.scss */
.ytvideo-wrap {
  width: 70%;
  margin-left: 15%;
}

/* line 115, ../../sass/components/_others.scss */
.ytvideo {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 62.3214285%;
}

/* line 124, ../../sass/components/_others.scss */
.ytvideo iframe,
.ytvideo object,
.ytvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 0%;
  margin-left: 0%;
}

@media screen and (max-width: 600px) {
  /* line 134, ../../sass/components/_others.scss */
  .ytvideo-wrap {
    width: 90%;
    margin-left: 5%;
  }
}
