html {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif; }

body {
  background: none;
  color: #000;
  font-size: 1em; }

a {
  color: #4f533a; }

p {
  margin-bottom: 1em;
  line-height: 1.3em; }

#header .title {
  font-size: 3em;
  margin: 0 0 0.2em 0; }

#header .slogan {
  font-size: 1.45em;
  margin: 0 0 0.2em 0; }

#header .contact-name {
  font-size: 1.45em;
  margin: 0 0 0.2em 0; }

#header .contact-phone {
  font-size: 2.2em;
  margin: 0 0 0.2em 0; }

h1 {
  margin: 0 0 0.2em 0;
  font-size: 3em; }

h2 {
  margin: 0 0 0.2em 0;
  font-size: 2.2em; }

h3 {
  margin: 0 0 0.2em 0;
  font-size: 1.45em; }

h4 {
  margin: 0 0 0.2em 0;
  font-size: 1.45em; }

h5 {
  margin: 0 0 0.2em 0;
  font-size: 1.2em;
  font-weight: bold; }

h6 {
  margin: 0 0 0.2em 0;
  font-weight: bold; }

.page-text h2,
.page-text h3 {
  font-weight: bold; }

.page-text h3 {
  margin-top: 0.8em;
  margin-bottom: 0.4em; }

strong {
  font-weight: bold; }

.small {
  font-size: small; }

em {
  font-style: italic; }

/* -----------------------------------------------------------------------------
   Main Areas
--------------------------------------------------------------------------------*/
#page {
  width: 99%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.area {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  clear: both; }

.area-inner {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  overflow: hidden;
  clear: both; }

#header {
  background: #fbf9ed;
  padding: 10px 0 0; }

#header-left {
  display: block;
  float: left;
  margin-bottom: 10px; }

#header-right {
  display: block;
  float: right;
  text-align: right;
  margin-bottom: 10px; }
  #header-right a {
    text-decoration: none; }

#header-left a {
  color: inherit;
  text-decoration: none; }

@media all and (max-width: 650px) {
  #header-left, #header-right {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    text-align: center; } }

#theme-switch {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000; }

#under-header .area-inner {
  width: 100%;
  max-width: 1800px; }

#map-bar {
  margin: 0 0 20px 0; }

#content .area-inner {
  min-height: 500px;
  padding: 20px 0; }

.col {
  float: left;
  display: block;
  margin: 0;
  overflow: hidden; }

#left-sidebar {
  width: 25%; }

#main-col {
  overflow: hidden;
  position: relative;
  margin: 0 0 0 2%;
  width: 73%; }

@media all and (max-width: 850px) {
  #left-sidebar {
    width: 33%; }
  #main-col {
    width: 65%; } }

@media all and (max-width: 725px) {
  #left-sidebar {
    width: 37%; }
  #main-col {
    width: 61%; } }

@media all and (max-width: 600px) {
  #left-sidebar {
    width: 40%; }
  #main-col {
    width: 58%; } }

@media all and (max-width: 500px) {
  #left-sidebar {
    width: 100%; }
  #main-col {
    width: 100%;
    margin-left: 0; }
  #content .area-inner {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .booking-button-outer {
    padding: 5px;
    /* display: none; */ }
  .tripadvisor-large {
    display: none; }
  .tripadvisor-small {
    display: block; } }

.tripadvisor-small {
  padding-top: 20px; }

.page-content-outer {
  background: none; }

.page-content-inner {
  padding: 20px; }

.block {
  background: none;
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden; }

.block-inner {
  overflow: hidden; }

.block.block-main {
  text-align: center; }
  .block.block-main .mobile-hide {
    text-align: left; }

#footer {
  text-align: center;
  color: #4f533a; }

#footer .area-inner {
  text-align: center;
  padding: 20px; }

#closure {
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 20px 0; }

/* -----------------------------------------------------------------------------
   Hover Edit
--------------------------------------------------------------------------------*/
.editable {
  position: relative; }

.editable:hover a.hover-edit {
  display: block; }

a.hover-edit {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100; }

/* -----------------------------------------------------------------------------
   Forms and buttons
--------------------------------------------------------------------------------*/
form.inline {
  display: inline; }

form.userform .errorlist {
  background: #ffcbcb;
  border: 1px solid #ff7a7a;
  padding: 5px;
  margin: 5px 0; }

form.userform .helptext {
  display: block;
  font-size: 80%;
  color: #6c6c6c; }

form.userform .field-required {
  color: red;
  font-size: small;
  vertical-align: top; }

form.userform input[type="submit"],
.span-button,
.a-button {
  font-size: 1em;
  border: 0;
  background: #4f533a;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block; }

form.userform input[type="submit"]:hover,
.span-button:hover,
.a-button:hover {
  background: #686e4d;
  color: #ffffff; }

form.userform input[type="submit"].disabled {
  background: #e8e8e8;
  color: #111; }

.span-button,
.a-button {
  display: inline-block;
  margin: 0 5px 5px 0;
  text-decoration: none;
  text-align: center; }

.span-button.span-button-small,
.a-button.a-button-small {
  padding: 2px;
  margin: 0; }

.span-button.span-button-vsmall,
.a-button.a-button-vsmall {
  padding: 0;
  margin: 0; }

.span-button.span-button-inline,
.a-button.a-button-inline {
  display: inline; }

select {
  max-width: 100%; }

/*
@media all and (max-width: $size-mobile) {
  .userform select,
  .userform input[type="text"],
  .userform input[type="email"],
  .userform input[type="url"],
  .userform input[type="number"],
  .userform input[type="password"] { width: 100%; height: 2em; }
  .userform input[type="submit"] { width: 100%; margin-top: 0.5em;}
  .span-button.wide-when-small { width: 100%;}
}
*/
/* -----------------------------------------------------------------------------
   Form As P
--------------------------------------------------------------------------------*/
p.form-field-p .form-field-label {
  display: inline-block;
  min-width: 180px; }

p.form-field-p.widget-textarea .form-field-label,
p.form-field-p.widget-textarea .form-field-label label {
  vertical-align: top; }

.field-required {
  color: red;
  font-size: small;
  vertical-align: top; }

/* -----------------------------------------------------------------------------
   Fix list styling of text input with TinyMCE
--------------------------------------------------------------------------------*/
.input-text ul {
  list-style: disc outside none;
  padding-left: 2em;
  padding-bottom: 1em;
  overflow: hidden; }

.input-text ol {
  list-style-type: decimal;
  padding-left: 2em;
  padding-bottom: 1em;
  overflow: hidden; }

.input-text li {
  display: list-item;
  line-height: 1.2em; }

/* -----------------------------------------------------------------------------
   Content Images
--------------------------------------------------------------------------------*/
.content-images-outer {
  position: relative; }

.content-images {
  overflow: hidden; }

.content-images.full-width,
.content-images.full-width img {
  width: 100%; }

.content-images-inner {
  overflow: hidden; }

.content-images-buttons {
  position: absolute;
  overflow: hidden;
  z-index: 90;
  top: 0;
  right: 0; }

.content-images-button {
  overflow: hidden;
  float: left;
  cursor: pointer;
  width: 42px;
  height: 42px;
  display: block;
  line-height: 0;
  font-size: 0;
  margin-right: 5px; }

.content-images-button:hover {
  background: #f29d2f; }

.content-images-button.image-prev {
  background: url("/static/y/images/images/prev.png"); }

.content-images-button.image-full {
  background: url("/static/y/images/images/plus.png"); }

.content-images-button.image-full-close {
  background: url("/static/y/images/images/minus.png"); }

.content-images-button.image-next {
  background: url("/static/y/images/images/next.png");
  margin-right: 5px; }

#content-images-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  text-align: center; }

#content-images-fullscreen-inner {
  width: 100%;
  height: 100%; }

#content-images-fullscreen img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto; }

/* -----------------------------------------------------------------------------
   YouTube
--------------------------------------------------------------------------------*/
#main-col .youtube-container {
  margin-bottom: 20px; }

iframe#youtube {
  width: 100%; }

/* -----------------------------------------------------------------------------
   Maps
--------------------------------------------------------------------------------*/
.map-canvas {
  width: 600px;
  height: 350px; }

.map-canvas.fullwidth {
  width: 100%;
  height: 350px; }

/* -----------------------------------------------------------------------------
   Logo
--------------------------------------------------------------------------------*/
img#logo {
  max-width: 100%;
  max-height: 160px;
  padding-bottom: 20px; }

/* -----------------------------------------------------------------------------
   Mobile Hide
--------------------------------------------------------------------------------*/
/*
.mobile-hide .control {
    display: none;
    line-height: 0;
    overflow: hidden;
	a {
		overflow: hidden;
		display: block;
	    width: 100%;
	    font-weight: bold;
	    color: #fff;
	    background: #444;
	    background-image: url('/static/base/images/menu/menu-show2.png');
	    background-position: left 15px center;
	    background-repeat: no-repeat;
	    text-decoration: none;
	}
	
	a:link,
	a:visited {
	    color: #fff;
	    text-decoration: none;
	}
	
	a:hover,
	a:focus {
	    color: #fff;
	    text-decoration: none;
	}
	
	.a-inner {
	    display: block;
	    padding: 20px 10px 20px 49px;
	    line-height: 1em;
	}

}

@media all and (max-width: $size-mobile) {
  .mobile-hide .mobile-hidden {
    display: none;
  }
  .mobile-hide .control {
    display: block;
  }
}
*/
/* -----------------------------------------------------------------------------
   Mobile Hide New
--------------------------------------------------------------------------------*/
.mobile-menu-control-bar {
  display: none;
  overflow: hidden;
  background: #ffffff;
  /* Needed to allow use of rgba on buttons */ }
  .mobile-menu-control-bar a {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none; }
    .mobile-menu-control-bar a .a-inner {
      overflow: hidden;
      display: block;
      padding: 20px 15px 20px 15px; }
  .mobile-menu-control-bar a:link,
  .mobile-menu-control-bar a:visited {
    color: #ffffff;
    text-decoration: none; }
  .mobile-menu-control-bar a:hover,
  .mobile-menu-control-bar a:focus {
    color: #ffffff;
    text-decoration: none; }

a.mobile-menu-control-booking {
  text-align: left;
  background-color: #4f533a; }

a.mobile-menu-control-menu {
  text-align: right;
  background-color: rgba(79, 83, 58, 0.9);
  background-image: url("/static/base/images/menu/menu-show2.png");
  background-position: right 15px center;
  background-repeat: no-repeat; }
  a.mobile-menu-control-menu .a-inner {
    padding: 20px 49px 20px 10px; }

.mobile-hide .content {
  transition: max-height 0.5s ease;
  display: block;
  max-height: 2000px; }

@media all and (max-width: 500px) {
  .mobile-hide .mobile-hidden {
    max-height: 0;
    transition: max-height 0.05s ease; }
  .mobile-hide .mobile-menu-control-bar {
    display: block; } }

/* -----------------------------------------------------------------------------
   Menus
--------------------------------------------------------------------------------*/
.menu {
  text-align: left; }

ul.menu {
  overflow: hidden; }

a.menu-a:hover {
  background: #fbf9ed; }

a.menu-a.active {
  background: #f5f1dc; }

a.menu-a {
  color: inherit; }

/* -----------------------------------------------------------------------------
   Badges
--------------------------------------------------------------------------------*/
.unit-badges {
  width: 100%;
  margin-bottom: 10px; }
  .unit-badges img {
    max-width: 150px;
    max-height: 30px;
    margin-right: 10px; }

.site-badges {
  margin-bottom: 10px; }
  .site-badges img {
    margin-top: 10px;
    max-width: 100%;
    max-width: 150px;
    max-height: 30px;
    margin-right: 10px; }

/* -----------------------------------------------------------------------------
   Unit In List
--------------------------------------------------------------------------------*/
.unit-in-list {
  display: block;
  overflow: hidden;
  margin-bottom: 20px; }
  .unit-in-list p.description {
    font-size: 90%; }
  .unit-in-list .unit-in-list-image {
    float: left;
    margin-right: 20px; }
  .unit-in-list .unit-in-list-main {
    margin-left: 180px; }
  .unit-in-list .unit-in-list-summary {
    font-size: 1.1em;
    margin-bottom: 0.4em; }

.book-now {
  margin-top: 5px; }

.booking-button {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.social-bar img {
  margin: 5px;
  width: 30px;
  height: 30px; }

@media all and (max-width: 500px) {
  .hide-on-mobile {
    display: none; } }

@media all and (min-width: 501px) {
  .hide-on-desktop {
    display: none; } }

@media all and (max-width: 801px) {
  #header #header-left .title {
    font-size: 2.5em; }
  #header #header-left .slogan {
    font-size: 1.3em; } }

@media all and (max-width: 650px) {
  #header #header-right .contact-name, #header #header-right .contact-phone {
    font-family: inherit;
    font-size: inherit;
    display: inline-block; }
  #header #header-right .contact-name {
    margin-right: 10px; } }

@media all and (max-width: 500px) {
  #header #header-left .title {
    font-size: 2em; }
  #header #header-left .slogan {
    font-size: 1.3em; }
  img#logo {
    max-width: 150px;
    max-height: 150px;
    padding-bottom: 10px;
    /* Smaller than normal */ }
  .site-badges img, .unit-badges img {
    max-width: 75px;
    max-height: 25px; }
  .block {
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 5px; } }

/* -----------------------------------------------------------------------------
   Panels
--------------------------------------------------------------------------------*/
.panel {
  background: none;
  overflow: hidden;
  /* margin-bottom: 20px; */ }

.panel-title {
  clear: both;
  overflow: hidden;
  padding: 15px;
  font-size: 2.2em;
  font-weight: normal; }

.panel-text-inner {
  padding: 15px; }

/* -----------------------------------------------------------------------------
   Panel Images
--------------------------------------------------------------------------------*/
.panels {
  /* Splash */
  /* Thin */
  /* Inset Left */
  /* Inset Right */ }
  .panels .content-images-outer img {
    width: 100%; }
  .panels .has-images.image-position-3 .content-images-outer,
  .panels .has-images.image-position-4 .content-images-outer {
    display: inline-block;
    width: 30%;
    float: left;
    margin-bottom: 15px; }
  .panels .has-images.image-position-3 .panel-text,
  .panels .has-images.image-position-4 .panel-text {
    width: 70%;
    margin-left: 30%; }
  .panels .has-images.image-position-3 .panel-text-inner,
  .panels .has-images.image-position-4 .panel-text-inner {
    padding-left: 20px; }
  @media all and (max-width: 900px) {
    .panels .has-images.image-position-3 .content-images-outer,
    .panels .has-images.image-position-4 .content-images-outer {
      width: 40%; }
    .panels .has-images.image-position-3 .panel-text,
    .panels .has-images.image-position-4 .panel-text {
      width: 60%;
      margin-left: 40%; } }
  @media all and (max-width: 700px) {
    .panels .has-images.image-position-3 .content-images-outer,
    .panels .has-images.image-position-4 .content-images-outer {
      width: 40%;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
    .panels .has-images.image-position-3 .panel-text,
    .panels .has-images.image-position-4 .panel-text {
      width: 100%;
      margin-left: 0; } }
  @media all and (max-width: 500px) {
    .panels .has-images.image-position-4 .content-images-outer {
      width: 100%;
      display: block;
      float: none;
      margin: 0; }
    .panels .has-images.image-position-4 .panel-text {
      width: 100%;
      margin-left: 0; } }
  .panels .has-images.image-position-6 .content-images-outer,
  .panels .has-images.image-position-7 .content-images-outer {
    display: inline-block;
    width: 30%;
    float: right; }
  .panels .has-images.image-position-6 .panel-text,
  .panels .has-images.image-position-7 .panel-text {
    width: 70%;
    margin-right: 30%; }
  .panels .has-images.image-position-6 .panel-text-inner,
  .panels .has-images.image-position-7 .panel-text-inner {
    padding-right: 20px; }
  @media all and (max-width: 900px) {
    .panels .has-images.image-position-6 .content-images-outer,
    .panels .has-images.image-position-7 .content-images-outer {
      width: 40%; }
    .panels .has-images.image-position-6 .panel-text,
    .panels .has-images.image-position-7 .panel-text {
      width: 60%;
      margin-right: 40%; } }
  @media all and (max-width: 700px) {
    .panels .has-images.image-position-6 .content-images-outer,
    .panels .has-images.image-position-7 .content-images-outer {
      width: 40%;
      float: right;
      margin-left: 20px;
      margin-bottom: 20px; }
    .panels .has-images.image-position-6 .panel-text,
    .panels .has-images.image-position-7 .panel-text {
      width: 100%;
      margin-left: 0; } }
  @media all and (max-width: 500px) {
    .panels .has-images.image-position-7 .content-images-outer {
      width: 100%;
      display: block;
      float: none;
      margin: 0; }
    .panels .has-images.image-position-7 .panel-text {
      width: 100%;
      margin-right: 0; } }
/* Gallery */
.gallery-images-outer .gallery-images-inner {
  display: flex;
  flex-wrap: wrap; }

.gallery-images-outer .gallery-image {
  box-sizing: border-box;
  padding: 10px;
  max-width: 33.3%;
  max-height: 300px; }
  .gallery-images-outer .gallery-image img {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%; }
  @media all and (max-width: 700px) {
    .gallery-images-outer .gallery-image {
      padding: 5px; } }
@font-face {
  font-family: 'open_sansregular';
  src: url("/static/base/fonts/opensans_regular/OpenSans-Regular-webfont.eot");
  src: url("/static/base/fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/base/fonts/opensans_regular/OpenSans-Regular-webfont.woff") format("woff"), url("/static/base/fonts/opensans_regular/OpenSans-Regular-webfont.ttf") format("truetype"), url("/static/base/fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'philosopher-regular';
  src: url("/static/base/fonts/philosopher-regular/philosopher-regular-webfont.woff2") format("woff2"), url("/static/base/fonts/philosopher-regular/philosopher-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* -----------------------------------------------------------------------------
   Block Menus
--------------------------------------------------------------------------------*/
.block-menu.vertical {
  display: block;
  border: none; }
  .block-menu.vertical li:last-child a.menu-a {
    border-bottom: none; }
  .block-menu.vertical li a.menu-a {
    border-bottom: none; }
  .block-menu.vertical ul ul {
    border-bottom: none; }
  .block-menu.vertical li a.menu-a {
    margin: 0; }
  .block-menu.vertical ul ul li a.menu-a {
    padding-left: 40px;
    border-bottom: none; }
  .block-menu.vertical ul ul li li a.menu-a {
    padding-left: 60px; }
  .block-menu.vertical ul ul li li li a.menu-a {
    padding-left: 80px; }
  .block-menu.vertical a.menu-a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 3px;
    padding-left: 20px;
    text-decoration: none; }
  .block-menu.vertical li.haschildren.collapsed a.menu-a:first-child {
    background-image: url("/static/base/images/menu/right_normal.png");
    background-repeat: no-repeat;
    background-position: left 3px center; }
  .block-menu.vertical li.haschildren.collapsed ul li.leaf a.menu-a:first-child {
    background-image: none; }
  .block-menu.vertical li.haschildren.expanded a.menu-a:first-child {
    background-image: url("/static/base/images/menu/down_normal.png");
    background-repeat: no-repeat;
    background-position: left 3px center; }
  .block-menu.vertical li.haschildren.expanded ul li.leaf a.menu-a:first-child {
    background-image: none; }

@media all and (max-width: 501px) {
  .block-menu a.menu-a .a-inner {
    padding-top: 0.3em;
    padding-bottom: 0.3em; } }

.page-text {
  padding: 15px; }

.page-content-inner {
  padding: 0; }

#left-sidebar .block {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

@media all and (max-width: 501px) {
  body .block {
    margin-bottom: 0; } }

html {
  font-family: open_sansregular, Arial, Helvetica, "Nimbus Sans L", sans-serif; }

#header {
  border-bottom: 2px solid #4f533a;
  line-height: normal;
  color: #4f533a; }
  #header .title, #header .slogan, #header .contact-name, #header .contact-phone {
    font-family: philosopher-regular, Arial, Helvetica, "Nimbus Sans L", sans-serif; }

body.page-large-photos #header {
  border-bottom: none; }

@media all and (max-width: 500px) {
  #header {
    border-bottom: none; } }

h1, h2, h3, h4, h5, h6 {
  font-family: philosopher-regular, Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #4f533a;
  line-height: normal; }

.mobile-hide .control a {
  font-family: philosopher-regular, Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #4f533a; }

.panel-title {
  color: #4f533a;
  line-height: normal;
  background: #fbf9ed;
  font-family: philosopher-regular, Arial, Helvetica, "Nimbus Sans L", sans-serif;
  margin: 0;
  line-height: 1.4em; }

.block-menu ul li a.menu-a,
.a-button {
  font-family: philosopher-regular, Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1.1em; }

span.block-menu.vertical a.menu-a {
  border-radius: 10px; }

.page-text h2,
.page-text h3 {
  font-weight: normal; }
