html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
}
.font-family-bold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.font-family-regular {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
.font-size-smaller {
  font-size: 14px;
  line-height: 18px;
}
.font-size-small {
  font-size: 16px;
  line-height: 21.6px;
}
.font-size-normal {
  font-size: 18px;
  line-height: 27px;
}
.font-size-medium {
  font-size: 20px;
  line-height: 27px;
}
.font-size-large {
  font-size: 30px;
  line-height: 36px;
}
.font-size-larger {
  font-size: 40px;
  line-height: 39.6px;
}
.font-size-largest {
  font-size: 56px;
  line-height: 54px;
}
.no_selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  color: #111111;
  background-color: #FFFFFF;
}
body.modal-open {
  overflow: hidden;
}
a,
a:visited {
  color: #CC564C;
  text-decoration: none;
}
a:hover {
  color: #CC564C;
  text-decoration: underline;
}
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 56px;
  line-height: 54px;
  color: #C4BDC0;
  margin-bottom: 36px;
  margin-right: 20px;
  text-transform: none;
}
h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 40px;
  line-height: 39.6px;
  color: #C4BDC0;
  margin-bottom: 36px;
  text-transform: none;
  margin-right: 60px;
}
h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #111111;
  margin-bottom: 18px;
}
.grey {
  color: #C4BDC0;
}
.small {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 21.6px;
}
p,
.p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 18px;
  line-height: 27px;
  color: #111111;
  margin-bottom: 27px;
}
p img {
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.wrapper {
  z-index: 100;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 27px 0 27px;
  overflow: hidden;
  position: relative;
}
.path {
  display: none;
}
.button {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21.6px;
  color: #FFFFFF;
  display: inline-block;
  padding: 18px 36px;
  margin-bottom: 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #CC564C;
  border: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:visited {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}
.button:hover {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #E7D0A3;
  color: #FFFFFF;
  text-decoration: none;
}
.button.negative {
  background: #E7D0A3;
}
.button.negative:hover {
  background-color: #CC564C;
}
.upper {
  text-transform: uppercase;
}
.th {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.th.hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.floatright {
  float: right;
}
header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
  transition: top 0.2s ease-in-out;
  background-color: #FFFFFF;
  height: auto;
  padding: 36px 0;
}
@media only screen and (max-width: 600px) {
  header {
    padding: 18px 0;
  }
}
.logo {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(33.33333333333333% - 34px);
  width: -o-calc(33.33333333333333% - 34px);
  width: -webkit-calc(33.33333333333333% - 34px);
  width: calc(33.33333333333333% - 34px);
  margin: 0 17px;
  overflow: hidden;
  overflow: visible;
}
.logo img {
  width: auto;
  height: 72px;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .logo {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(75% - 34px);
    width: -o-calc(75% - 34px);
    width: -webkit-calc(75% - 34px);
    width: calc(75% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .logo {
    overflow: visible;
  }
  .logo img {
    height: 45px;
    padding-top: 18px;
  }
}
.nav_open {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .nav_open {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(25% - 34px);
    width: -o-calc(25% - 34px);
    width: -webkit-calc(25% - 34px);
    width: calc(25% - 34px);
    margin: 0 17px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 100;
    display: block;
    height: 54px;
    margin-top: 27px;
  }
  .nav_open .nav_bar {
    position: absolute;
    top: 12px;
    right: 0;
    width: 34px;
    height: auto;
    -webkit-transition: top 0.1s linear;
    -moz-transition: top 0.1s linear;
    -ms-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
  }
  .nav_open:hover .nav_bar_1 {
    top: 7px;
  }
  .nav_open:hover .nav_bar_2 {
    top: 17px;
  }
  .nav_open.open .nav_bar_1 {
    top: 12px;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
  }
  .nav_open.open .nav_bar_2 {
    top: 12px;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
  }
}
@media only screen and (max-width: 600px) {
  .nav_open img {
    height: 54px;
  }
}
nav {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(66.66666666666666% - 34px);
  width: -o-calc(66.66666666666666% - 34px);
  width: -webkit-calc(66.66666666666666% - 34px);
  width: calc(66.66666666666666% - 34px);
  margin: 0 17px;
  overflow: hidden;
  position: relative;
}
nav ul {
  float: right;
  padding-top: 36px;
}
nav ul li {
  float: left;
  margin-left: 20px;
  text-transform: lowercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav ul li a,
nav ul li a:visited {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 20px;
  line-height: 27px;
  color: #111111;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
nav ul li a:hover {
  color: #C4BDC0;
  text-decoration: none;
}
nav ul li.active a,
nav ul li.active a:visited {
  color: #CC564C;
  text-decoration: none;
}
nav ul.languages {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
}
nav ul.languages li {
  margin-left: 10px;
}
nav ul.languages li a,
nav ul.languages li a:visited {
  font-size: 16px;
  line-height: 21.6px;
}
nav ul.small {
  position: absolute;
  top: 0;
  right: 110px;
  padding-top: 0;
}
nav ul.small li {
  margin-left: 10px;
}
nav ul.small li a,
nav ul.small li a:visited {
  font-size: 16px;
  line-height: 21.6px;
}
@media only screen and (max-width: 1000px) {
  nav {
    width: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
    position: relative;
    z-index: 99;
    width: 100%;
  }
  nav ul {
    margin-bottom: 36px;
    overflow: hidden;
    float: none;
  }
  nav ul li {
    float: none;
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
    text-align: right;
    text-transform: lowercase;
    margin-bottom: 9px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  nav ul li.nav_1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  nav ul li.nav_2 {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  nav ul li.nav_3 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  nav ul li.nav_4 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  nav ul li.nav_5 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  nav ul li.nav_6 {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  nav ul li.nav_7 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  nav ul li a,
  nav ul li a:visited {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 40px;
    line-height: 39.6px;
    color: #111111;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
  }
  nav ul li a:hover {
    color: #C4BDC0;
    text-decoration: none;
  }
  nav ul li.active a,
  nav ul li.active a:visited {
    color: #CC564C;
    text-decoration: none;
  }
  nav ul.languages {
    position: relative;
    top: auto;
    right: auto;
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  nav ul.languages li {
    width: auto;
    display: block;
    margin: 0;
    float: right;
    text-align: right;
    text-transform: lowercase;
    margin-left: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  nav ul.languages li a,
  nav ul.languages li a:visited {
    font-size: 20px;
    line-height: 27px;
  }
  nav ul.small {
    position: relative;
    top: auto;
    right: auto;
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  nav ul.small li {
    width: auto;
    display: block;
    margin: 0;
    float: none;
    text-align: right;
    text-transform: lowercase;
    margin-left: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  nav ul.small li a,
  nav ul.small li a:visited {
    font-size: 20px;
    line-height: 27px;
  }
  nav.open {
    width: auto;
    height: auto;
    visibility: visible;
  }
  nav.open ul li {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  nav.open ul.languages {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  nav.open ul.small {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper-cover {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.cover {
  position: relative;
  overflow: visible !important;
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  margin: 0 17px;
  overflow: hidden;
  background-color: #CC564C;
  padding-bottom: 18px;
}
@media only screen and (max-width: 800px) {
  .cover {
    width: 100%;
    margin: 0;
  }
}
.slider {
  position: relative;
  z-index: 1000;
}
.top100 {
  position: absolute;
  bottom: 0;
  right: 34px;
  width: 150px;
  z-index: 100000;
}
.top100 img {
  width: 150px;
  height: auto;
}
.no_cover {
  width: 100%;
}
.flex-container a:active,
.slider a:active,
.flex-container a:focus,
.slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
}
.slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.slider .slides img {
  width: 100%;
  display: block;
  height: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.slides {
  position: relative;
  z-index: 10;
}
.slider {
  position: relative;
  zoom: 1;
}
.slides li {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.slider .slides {
  zoom: 1;
}
.loading {
  background: #FFFFFF url(../images/layout/loading.svg) no-repeat center center;
}
.navigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10000;
  margin-top: -30px;
}
.navigation .control {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer !important;
}
.navigation .control .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 5px;
  margin-left: -16px;
  background-color: #CC564C;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
.navigation .control.prev {
  left: 0;
}
.navigation .control.prev .line.line1 {
  top: 18px;
  -webkit-transform: rotate(135deg) !important;
  -moz-transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
  -o-transform: rotate(135deg) !important;
}
.navigation .control.prev .line.line2 {
  top: 36px;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
}
.navigation .control.next {
  right: 0;
}
.navigation .control.next .line.line1 {
  top: 18px;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
}
.navigation .control.next .line.line2 {
  top: 36px;
  -webkit-transform: rotate(135deg) !important;
  -moz-transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
  -o-transform: rotate(135deg) !important;
}
.navigation .control:hover .line {
  background-color: white;
}
.flex-direction-nav {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(8.333333333333332% - 34px);
  width: -o-calc(8.333333333333332% - 34px);
  width: -webkit-calc(8.333333333333332% - 34px);
  width: calc(8.333333333333332% - 34px);
  margin: 0 17px;
  overflow: hidden;
  margin-left: -moz-calc(91.66666666666666% + 17px);
  margin-left: -o-calc(91.66666666666666% + 17px);
  margin-left: -webkit-calc(91.66666666666666% + 17px);
  margin-left: calc(91.66666666666666% + 17px);
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background: #111111 url(../images/layout/slider_next.png) no-repeat 0 0;
  float: left;
  margin-left: 3px;
}
.flex-direction-nav .flex-prev {
  background: #111111 url(../images/layout/slider_prev.png) no-repeat 0 0;
  float: left;
}
.flex-direction-nav a:hover {
  opacity: 1;
}
.no_slider {
  width: 100%;
  margin-top: 162px;
}
@media only screen and (max-width: 700px) {
  .top100 {
    width: 100px;
  }
  .top100 img {
    width: 100px;
  }
}
.content_wrap {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(83.33333333333334% - 34px);
  width: -o-calc(83.33333333333334% - 34px);
  width: -webkit-calc(83.33333333333334% - 34px);
  width: calc(83.33333333333334% - 34px);
  margin: 0 17px;
  overflow: hidden;
  margin-left: -moz-calc(8.333333333333332% + 17px);
  margin-left: -o-calc(8.333333333333332% + 17px);
  margin-left: -webkit-calc(8.333333333333332% + 17px);
  margin-left: calc(8.333333333333332% + 17px);
  border-bottom: 1px solid #C4BDC0;
}
.content {
  display: block;
  margin: 0 -17px;
  *zoom: 1;
  padding: 18px 0 54px 0;
  clear: both;
}
.content:before,
.content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}
.video,
.map {
  border-top: 1px solid #C4BDC0;
  border-bottom: 1px solid #C4BDC0;
  padding: 36px 0;
  margin-bottom: 36px !important;
}
.price_list {
  background-color: #C4BDC0;
  color: #FFFFFF;
  width: 100%;
  min-width: 600px;
}
.price_list tr {
  border-bottom: 1px solid #FFFFFF;
}
.price_list tr td,
.price_list tr th {
  width: 16.66666667%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21.6px;
  font-weight: lighter;
  color: #FFFFFF;
  padding: 18px;
}
.price_list tr td.price,
.price_list tr th.price {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 20px;
  line-height: 27px;
}
.price_list tr td.title,
.price_list tr th.title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 40px;
  line-height: 39.6px;
  text-transform: lowercase;
}
.price_list tr th {
  text-align: left;
}
.price_list tr .chf {
  width: 100%;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21.6px;
}
.gtos {
  width: 120px;
  height: auto;
}
.swipe {
  display: none;
}
.gallery {
  border-top: 1px solid #C4BDC0;
  padding-top: 36px;
}
.gallery ul {
  display: block;
  margin: 0 -17px;
  *zoom: 1;
}
.gallery ul:before,
.gallery ul:after {
  content: "";
  display: table;
}
.gallery ul:after {
  clear: both;
}
.gallery ul li {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(20% - 34px);
  width: -o-calc(20% - 34px);
  width: -webkit-calc(20% - 34px);
  width: calc(20% - 34px);
  margin: 0 17px;
  overflow: hidden;
  margin-bottom: 18px;
}
.gallery ul li img {
  width: 100%;
  height: auto;
}
.rooms h3 {
  font-size: 30px;
  line-height: 36px;
}
.rooms ul {
  display: block;
  margin: 0 -17px;
  *zoom: 1;
}
.rooms ul:before,
.rooms ul:after {
  content: "";
  display: table;
}
.rooms ul:after {
  clear: both;
}
.rooms ul li {
  border-top: 1px solid #C4BDC0;
  padding-top: 36px;
  clear: both;
  margin-bottom: 36px;
  overflow: hidden;
}
.rooms ul li .room-img,
.rooms ul li .room-desc {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(50% - 34px);
  width: -o-calc(50% - 34px);
  width: -webkit-calc(50% - 34px);
  width: calc(50% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.ttt {
  margin-bottom: 54px;
}
.events_title {
  border-top: 1px solid #C4BDC0;
  padding-top: 18px;
  overflow: hidden;
}
.events_button {
  margin-bottom: 36px;
}
.events ul {
  display: block;
  margin: 0 -17px;
  *zoom: 1;
}
.events ul:before,
.events ul:after {
  content: "";
  display: table;
}
.events ul:after {
  clear: both;
}
.events ul li {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(25% - 34px);
  width: -o-calc(25% - 34px);
  width: -webkit-calc(25% - 34px);
  width: calc(25% - 34px);
  margin: 0 17px;
  overflow: hidden;
  border-top: 1px solid #C4BDC0;
  padding-top: 6px;
}
.events ul li p.date {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 20px;
  line-height: 27px;
  font-size: 26px;
  font-weight: lighter !important;
  color: #C4BDC0;
  margin-bottom: 9px;
}
.events ul li h4 {
  line-height: 18px !important;
  margin-bottom: 9px;
}
.events ul li h4 a,
.events ul li h4 a:visited {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.events ul li p.location {
  font-size: 14px;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-weight: lighter !important;
}
.events ul li:nth-child(4n+1) {
  clear: both;
}
.news ul {
  display: block;
  margin: 0 -17px;
  *zoom: 1;
}
.news ul:before,
.news ul:after {
  content: "";
  display: table;
}
.news ul:after {
  clear: both;
}
.news ul li {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(33.33333333333333% - 34px);
  width: -o-calc(33.33333333333333% - 34px);
  width: -webkit-calc(33.33333333333333% - 34px);
  width: calc(33.33333333333333% - 34px);
  margin: 0 17px;
  overflow: hidden;
  margin-bottom: 36px !important;
}
.news ul li h4 {
  line-height: 21.6px !important;
  margin-bottom: 18px;
}
.news ul li h4 a,
.news ul li h4 a:visited {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.news ul li p {
  font-size: 16px;
  line-height: 21.6px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-weight: lighter !important;
}
.news ul li p.more {
  margin-top: -9px;
}
.news ul li:nth-child(3n+1) {
  clear: both;
}
.mapped-image-wrap {
  margin: 36px 0;
  padding: 36px 0;
  border-top: 1px solid #C4BDC0;
}
#map {
  width: 100%;
  height: 500px;
}
.form {
  display: block;
  margin: 0 -17px;
  *zoom: 1;
}
.form:before,
.form:after {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .form {
    width: 100%;
    margin: 0;
  }
}
.form .form-group {
  padding: 0 0 18px 0;
  min-height: 108px;
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.form .form-group .title-row {
  overflow: visible;
}
@media only screen and (max-width: 800px) {
  .form .form-group {
    width: 100%;
    margin: 0;
  }
}
.form .form-group .field {
  height: 100%;
}
.form .form-group .field label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 18px;
  line-height: 27px;
  color: #C4BDC0;
  width: 100%;
  display: inline-block;
  clear: both;
  margin: 9px 0;
  text-transform: lowercase;
}
.form .form-group .field .select,
.form .form-group .field .text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 18px;
  line-height: 27px;
  color: #111111;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 5px;
  background-color: #FFFFFF;
  border: 1px solid #C4BDC0;
  height: 36px !important;
  width: 100%;
  clear: both;
  float: left;
}
.form .form-group .field.field-big {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(29.166666666666668% - 34px);
  width: -o-calc(29.166666666666668% - 34px);
  width: -webkit-calc(29.166666666666668% - 34px);
  width: calc(29.166666666666668% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .form .form-group .field.field-big {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(33.33333333333333% - 34px);
    width: -o-calc(33.33333333333333% - 34px);
    width: -webkit-calc(33.33333333333333% - 34px);
    width: calc(33.33333333333333% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .form .form-group .field.field-big {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
.form .form-group .field.field-small {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(20.833333333333336% - 34px);
  width: -o-calc(20.833333333333336% - 34px);
  width: -webkit-calc(20.833333333333336% - 34px);
  width: calc(20.833333333333336% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .form .form-group .field.field-small {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(16.666666666666664% - 34px);
    width: -o-calc(16.666666666666664% - 34px);
    width: -webkit-calc(16.666666666666664% - 34px);
    width: calc(16.666666666666664% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .form .form-group .field.field-small {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
.form .form-group .field.field-big-vb {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(29.166666666666668% - 34px);
  width: -o-calc(29.166666666666668% - 34px);
  width: -webkit-calc(29.166666666666668% - 34px);
  width: calc(29.166666666666668% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .form .form-group .field.field-big-vb {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .form .form-group .field.field-big-vb {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
.form .form-group .field.field-small-vb {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(16.666666666666664% - 34px);
  width: -o-calc(16.666666666666664% - 34px);
  width: -webkit-calc(16.666666666666664% - 34px);
  width: calc(16.666666666666664% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .form .form-group .field.field-small-vb {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(33.33333333333333% - 34px);
    width: -o-calc(33.33333333333333% - 34px);
    width: -webkit-calc(33.33333333333333% - 34px);
    width: calc(33.33333333333333% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .form .form-group .field.field-small-vb {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(33.33333333333333% - 34px);
    width: -o-calc(33.33333333333333% - 34px);
    width: -webkit-calc(33.33333333333333% - 34px);
    width: calc(33.33333333333333% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
.form .form-group .field.button-container .button {
  margin-top: 36px;
  margin-bottom: 0;
  width: 100%;
  height: 54px !important;
}
@media only screen and (max-width: 1000px) {
  .form .form-group .field.button-container {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(50% - 34px);
    width: -o-calc(50% - 34px);
    width: -webkit-calc(50% - 34px);
    width: calc(50% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-left: -moz-calc(25% + 17px);
    margin-left: -o-calc(25% + 17px);
    margin-left: -webkit-calc(25% + 17px);
    margin-left: calc(25% + 17px);
  }
}
@media only screen and (max-width: 600px) {
  .form .form-group .field.button-container {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
.ui-widget {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: lighter !important;
  font-size: 18px !important;
  line-height: 27px !important;
  text-transform: lowercase;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: lighter !important;
  font-size: 18px !important;
  line-height: 27px !important;
  text-transform: lowercase;
}
.ui-autocomplete.ui-menu.ui-corner-all,
.ui-autocomplete.ui-menu .ui-menu-item > a.ui-corner-all,
.ui-datepicker.ui-corner-all,
.ui-datepicker-header.ui-corner-all,
.ui-datepicker-next.ui-corner-all,
.ui-datepicker-prev.ui-corner-all {
  border-radius: 0;
}
.ui-datepicker {
  border: 1px solid #111111 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 800px) {
  .ui-datepicker {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.ui-datepicker .ui-datepicker-header {
  overflow: hidden !important;
  padding: 0 !important;
  background-color: #CC564C !important;
  background-image: none !important;
}
.ui-datepicker .ui-datepicker-header a {
  border-radius: 0 !important;
  top: 0 !important;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #E7D0A3 !important;
  color: #FFFFFF !important;
  border-color: #E7D0A3 !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  top: 0 !important;
  left: 0 !important;
  border-top: 0 !important;
  border-left: 2px solid #E7D0A3 !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  top: 0 !important;
  right: 0 !important;
  border-top: 0 !important;
  border-right: 2px solid #E7D0A3 !important;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 !important;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #C4BDC0 !important;
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: transparent !important;
  border-color: transparent !important;
  text-align: center !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #E7D0A3 !important;
  border-color: #E7D0A3 !important;
  color: #FFFFFF !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  color: #FFFFFF !important;
  background: #E7D0A3 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-hover {
  border-color: #E7D0A3 !important;
  color: #FFFFFF !important;
}
.ui-datepicker td,
.ui-datepicker th {
  width: 14% !important;
  padding: 0 !important;
  line-height: 36px !important;
}
.block-reservation {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  margin: 0 17px;
  overflow: hidden;
  background-color: #CC564C;
  padding-top: 0;
  margin-bottom: 54px;
}
.block-reservation h3 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  margin: 0 17px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.block-reservation h3 span {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: lighter !important;
}
.block-reservation h3 a {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.block-reservation .button {
  background-color: #E7D0A3 !important;
  color: #FFFFFF;
}
.block-reservation.pt {
  padding-top: 18px;
}
@media only screen and (max-width: 800px) {
  .block-reservation {
    width: 100%;
    margin: 0;
    margin-bottom: 36px;
  }
}
.fancybox-title .child {
  font-size: 20px !important;
  line-height: 27px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: lighter !important;
  text-transform: lowercase;
  padding: 18px 18px !important;
}
.fancybox-title .child p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.block {
  clear: both;
  overflow: hidden;
}
.block .col_1 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(10% - 34px);
  width: -o-calc(10% - 34px);
  width: -webkit-calc(10% - 34px);
  width: calc(10% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_2 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(20% - 34px);
  width: -o-calc(20% - 34px);
  width: -webkit-calc(20% - 34px);
  width: calc(20% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_3 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(30% - 34px);
  width: -o-calc(30% - 34px);
  width: -webkit-calc(30% - 34px);
  width: calc(30% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_4 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(40% - 34px);
  width: -o-calc(40% - 34px);
  width: -webkit-calc(40% - 34px);
  width: calc(40% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_4:nth-child(3n+4) {
  clear: left;
}
.block .col_5 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(50% - 34px);
  width: -o-calc(50% - 34px);
  width: -webkit-calc(50% - 34px);
  width: calc(50% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_6 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(60% - 34px);
  width: -o-calc(60% - 34px);
  width: -webkit-calc(60% - 34px);
  width: calc(60% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_7 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(70% - 34px);
  width: -o-calc(70% - 34px);
  width: -webkit-calc(70% - 34px);
  width: calc(70% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_8 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(80% - 34px);
  width: -o-calc(80% - 34px);
  width: -webkit-calc(80% - 34px);
  width: calc(80% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_9 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(90% - 34px);
  width: -o-calc(90% - 34px);
  width: -webkit-calc(90% - 34px);
  width: calc(90% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
.block .col_10 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  margin: 0 17px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .content_wrap {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-left: -moz-calc(0% + 17px);
    margin-left: -o-calc(0% + 17px);
    margin-left: -webkit-calc(0% + 17px);
    margin-left: calc(0% + 17px);
  }
  .content {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .content:after {
    clear: both;
  }
  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(50% - 34px) !important;
    width: -o-calc(50% - 34px) !important;
    width: -webkit-calc(50% - 34px) !important;
    width: calc(50% - 34px) !important;
    margin: 0 17px !important;
    overflow: hidden !important;
  }
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_11,
  .col_12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 34px) !important;
    width: -o-calc(100% - 34px) !important;
    width: -webkit-calc(100% - 34px) !important;
    width: calc(100% - 34px) !important;
    margin: 0 17px !important;
    overflow: hidden !important;
  }
  .gallery ul {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  .gallery ul:before,
  .gallery ul:after {
    content: "";
    display: table;
  }
  .gallery ul:after {
    clear: both;
  }
  .gallery ul li {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(25% - 34px);
    width: -o-calc(25% - 34px);
    width: -webkit-calc(25% - 34px);
    width: calc(25% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .rooms ul {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  .rooms ul:before,
  .rooms ul:after {
    content: "";
    display: table;
  }
  .rooms ul:after {
    clear: both;
  }
  .rooms ul li {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
  .rooms ul li .room-img,
  .rooms ul li .room-desc {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(50% - 34px);
    width: -o-calc(50% - 34px);
    width: -webkit-calc(50% - 34px);
    width: calc(50% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 800px) {
  .price_list tr td,
  .price_list tr th {
    width: 16.66666667%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 21.6px;
  }
  .price_list tr td.price,
  .price_list tr th.price {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 21.6px;
  }
  .price_list tr td.title,
  .price_list tr th.title {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 21.6px;
  }
  .events ul,
  .news ul {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  .events ul:before,
  .news ul:before,
  .events ul:after,
  .news ul:after {
    content: "";
    display: table;
  }
  .events ul:after,
  .news ul:after {
    clear: both;
  }
  .events ul li,
  .news ul li {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(33.33333333333333% - 34px);
    width: -o-calc(33.33333333333333% - 34px);
    width: -webkit-calc(33.33333333333333% - 34px);
    width: calc(33.33333333333333% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-bottom: 36px !important;
  }
  .events ul li:nth-child(3n+1),
  .news ul li:nth-child(3n+1) {
    clear: none;
  }
  .events ul li:nth-child(2n+1),
  .news ul li:nth-child(2n+1) {
    clear: both;
  }
  #map {
    width: 100%;
    height: 400px;
  }
  .rooms ul li .room-img,
  .rooms ul li .room-desc {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
  .wrapper-booking {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  .swipe {
    display: block;
    width: 60px;
    height: auto;
    margin: 18px auto 18px auto;
  }
  .rooms ul li .room-img,
  .rooms ul li .room-desc {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .col {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 34px) !important;
    width: -o-calc(100% - 34px) !important;
    width: -webkit-calc(100% - 34px) !important;
    width: calc(100% - 34px) !important;
    margin: 0 17px !important;
    overflow: hidden !important;
  }
  .gallery ul {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  .gallery ul:before,
  .gallery ul:after {
    content: "";
    display: table;
  }
  .gallery ul:after {
    clear: both;
  }
  .gallery ul li {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .events ul,
  .news ul {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  .events ul:before,
  .news ul:before,
  .events ul:after,
  .news ul:after {
    content: "";
    display: table;
  }
  .events ul:after,
  .news ul:after {
    clear: both;
  }
  .events ul li,
  .news ul li {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(50% - 34px);
    width: -o-calc(50% - 34px);
    width: -webkit-calc(50% - 34px);
    width: calc(50% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-bottom: 36px !important;
  }
  .events ul li:nth-child(3n+1),
  .news ul li:nth-child(3n+1) {
    clear: none;
  }
  .events ul li:nth-child(2n+1),
  .news ul li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .events ul,
  .news ul {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  .events ul:before,
  .news ul:before,
  .events ul:after,
  .news ul:after {
    content: "";
    display: table;
  }
  .events ul:after,
  .news ul:after {
    clear: both;
  }
  .events ul li,
  .news ul li {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-bottom: 36px !important;
  }
  .events ul li:nth-child(2n+1),
  .news ul li:nth-child(2n+1) {
    clear: none;
  }
}
.mb {
  margin-bottom: 18px !important;
}
.wrapper-map .mapped-image {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  margin: 0 17px;
  overflow: hidden;
  height: auto;
  border-bottom: 18px solid #CC564C;
  border-top: 1px solid #C4BDC0;
}
.mt {
  margin-top: 36px !important;
}
.col ul {
  margin-bottom: 36px;
}
.col ul li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 18px;
  line-height: 27px;
  color: #111111;
  margin-bottom: 27px;
  margin-bottom: 0;
}
.footer_wrap {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(83.33333333333334% - 34px);
  width: -o-calc(83.33333333333334% - 34px);
  width: -webkit-calc(83.33333333333334% - 34px);
  width: calc(83.33333333333334% - 34px);
  margin: 0 17px;
  overflow: hidden;
  margin-left: -moz-calc(8.333333333333332% + 17px);
  margin-left: -o-calc(8.333333333333332% + 17px);
  margin-left: -webkit-calc(8.333333333333332% + 17px);
  margin-left: calc(8.333333333333332% + 17px);
}
footer {
  display: block;
  margin: 0 -17px;
  *zoom: 1;
  padding: 36px 0 36px 0;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer h3 {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #111111;
  text-transform: none;
}
footer p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
}
footer .pay {
  width: 100%;
  max-width: 120px;
  height: auto;
}
footer .social {
  overflow: hidden;
  margin-bottom: 36px;
  margin-top: 18px;
}
footer .social li {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 6px;
}
footer .button {
  float: right;
  margin-bottom: 36px;
}
footer .hotels {
  border-top: 1px solid #C4BDC0;
  padding: 18px 0 0 0;
  text-align: center;
}
footer .hotels img {
  margin: 0 20px 18px 20px;
  height: 72px;
  width: auto;
  display: inline-block;
}
footer .credits {
  border-top: 1px solid #C4BDC0;
  padding-top: 9px;
}
footer .credits p {
  width: 50%;
  float: left;
}
footer .credits p.alignright {
  float: right;
  text-align: right;
}
.trust {
  float: right;
  margin-bottom: 36px;
}
.trivago {
  float: right;
  margin-right: 20px;
  display: inline-block;
}
.tripadvisor {
  clear: both;
  float: right;
  margin-bottom: 18px;
}
.booking-com {
  float: right;
  margin-top: 10px;
}
.tsh {
  float: right;
  width: auto;
  height: 108px;
}
@media only screen and (max-width: 1000px) {
  .footer_wrap {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-left: -moz-calc(0% + 17px);
    margin-left: -o-calc(0% + 17px);
    margin-left: -webkit-calc(0% + 17px);
    margin-left: calc(0% + 17px);
  }
  footer {
    display: block;
    margin: 0 -17px;
    *zoom: 1;
  }
  footer:before,
  footer:after {
    content: "";
    display: table;
  }
  footer:after {
    clear: both;
  }
  footer .col {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(50% - 34px) !important;
    width: -o-calc(50% - 34px) !important;
    width: -webkit-calc(50% - 34px) !important;
    width: calc(50% - 34px) !important;
    margin: 0 17px !important;
    overflow: hidden !important;
    overflow: hidden;
    margin-bottom: 18px !important;
  }
  footer .hotels {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 34px) !important;
    width: -o-calc(100% - 34px) !important;
    width: -webkit-calc(100% - 34px) !important;
    width: calc(100% - 34px) !important;
    margin: 0 17px !important;
    overflow: hidden !important;
  }
  footer .credits {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 34px) !important;
    width: -o-calc(100% - 34px) !important;
    width: -webkit-calc(100% - 34px) !important;
    width: calc(100% - 34px) !important;
    margin: 0 17px !important;
    overflow: hidden !important;
  }
  footer .button {
    float: left;
  }
  footer .clear {
    clear: both;
    margin-bottom: 0 !important;
  }
  .tsh {
    float: left;
    margin-bottom: 36px;
    margin-top: 18px;
  }
  .trust {
    float: left;
    margin-right: 20px;
  }
  .trivago {
    float: left;
    margin-bottom: 18px;
  }
  .tripadvisor {
    float: left;
    margin-bottom: 18px;
    margin-left: -10px;
    margin-right: 20px;
  }
  .booking-com {
    float: left;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 800px) {
  footer .column {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(50% - 34px);
    width: -o-calc(50% - 34px);
    width: -webkit-calc(50% - 34px);
    width: calc(50% - 34px);
    margin: 0 17px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  footer .t_hide {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  footer .col {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 34px) !important;
    width: -o-calc(100% - 34px) !important;
    width: -webkit-calc(100% - 34px) !important;
    width: calc(100% - 34px) !important;
    margin: 0 17px !important;
    overflow: hidden !important;
    margin-bottom: 18px !important;
  }
  footer .credits p {
    width: 100%;
    float: left;
  }
  footer .credits p.alignright {
    float: left;
    text-align: left;
  }
  .trust,
  .trivago,
  .tripadvisor,
  .booking-com {
    clear: both;
  }
}
.top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8000;
  display: none;
  background-color: #CC564C;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.top .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: margin-top 0.1s ease-in-out;
  -moz-transition: margin-top 0.1s ease-in-out;
  -ms-transition: margin-top 0.1s ease-in-out;
  -o-transition: margin-top 0.1s ease-in-out;
}
.top .line.line1 {
  top: 18px;
  -webkit-transform: rotate(135deg) !important;
  -moz-transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
  -o-transform: rotate(135deg) !important;
  margin-left: -13px;
}
.top .line.line2 {
  top: 18px;
  -webkit-transform: rotate(-135deg) !important;
  -moz-transform: rotate(-135deg) !important;
  -ms-transform: rotate(-135deg) !important;
  -o-transform: rotate(-135deg) !important;
  margin-left: -3px;
}
.top:hover {
  background-color: #111111;
}
.top:hover .line {
  background-color: #FFFFFF;
}
.clearer {
  clear: both;
}
.nmb {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .homepage h2 {
    font-size: 40px;
    line-height: 39.6px;
  }
}
@media only screen and (max-width: 700px) {
  .button {
    font-size: 16px;
    line-height: 21.6px;
    padding: 18px 18px;
  }
}
@media only screen and (max-width: 600px) {
  .top {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper {
    padding: 0 10px 0 10px;
  }
}
