/* BODY */
/* COOKIE POLICY BAR */
.fib,
.fir,
.fis {
  -moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;
}
.fi-arrow-right:before {
  content: "\f061";
}
.fi-bars:before {
  content: "\f0c9";
}
.fi-facebook-f:before {
  content: "\f39e";
}
.fi-instagram:before {
  content: "\f16d";
}
.fi-quote-left:before {
  content: "\f10d";
}
.fi-quote-right:before {
  content: "\f10e";
}
.fi-times:before {
  content: "\f00d";
}
.fib {
  font-family: 'Font Awesome 5 Brands';font-weight: 400;
}
.fir {
  font-family: 'Font Awesome 5 Free';font-weight: 400;
}
.fis {
  font-family: 'Font Awesome 5 Free';font-weight: 900;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.container-fluid {
  max-width: 1920px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.error_container {
  font-family: 'Tinos', serif;
  background-color: #E2C888;
}
.error_container .error-message {
  padding-top: 8%;
  text-align: center;
  color: #000000;
}
.error_container .error-message img {
  margin-bottom: 35px;
}
.error_container .error-message h1 {
  font-size: 38px;
  color: #851315;
}
.error_container .error-message h2 {
  font-size: 21px;
}
.error_container .error-message p {
  font-size: 18px;
}
.cookie-policy-bar {
  border-top: 1px solid #999999;
  background-color: #333333;
  padding: 10px 17px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.cookie-policy-bar a {
  color: inherit;
  text-decoration: underline;
}
.cookie-policy-bar button {
  background-color: #851315;
  color: #FFFFFF;
  padding: 3px 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid #FFF;
}
header {
  font-family: 'Tinos', serif;
  padding: 0;
}
header #mainNav {
  position: relative;
}
header .fixed {
  position: fixed!important;
  top: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 1000;
  border-bottom: 2px solid #E2C888;
}
header .contact-data {
  position: absolute;
  right: 40px;
  top: 40px;
  text-align: right;
  color: #000000;
}
header .contact-data strong {
  font-weight: 700;
  color: #851315;
}
header .contact-data a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
header .contact-data a:hover {
  color: #851315;
}
header #butMobileNavClose {
  display: none;
  font-style: normal;
  line-height: 1;
  margin-left: 4px;
}
header .logo-bar {
  background-color: #E2C888;
  text-align: center;
}
header .logo-bar .logo {
  display: inline-block;
  position: relative;
  z-index: 11;
  margin: 1em 0;
}
header .logo-bar .logo a {
  display: block;
}
header .nav-mobile {
  display: none;
}
header .nav-mobile i {
  font-size: 32px;
  color: #000000;
  cursor: pointer;
}
header .nav-bar {
  background-color: #851315;
}
header .nav-bar nav {
  width: 100%;
  text-align: center;
}
header .nav-bar nav ol {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .nav-bar nav ol > li {
  display: inline-flex;
  align-items: center;
  margin: 15px 70px 13px 0;
}
header .nav-bar nav ol > li:last-child {
  margin-right: 0;
}
header .nav-bar nav ol > li a {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  padding: 0;
  border-bottom: 2px solid #851315;
  text-decoration: none;
}
header .nav-bar nav ol > li a > i {
  font-size: 1.25em;
}
header .nav-bar nav ol > li a:hover {
  border-bottom: 2px solid #E2C888;
}
header .nav-bar nav ol > li.active a {
  border-bottom: 2px solid #E2C888;
}
header .nav-bar nav ol > li.iconOnly {
  margin-right: 15px;
}
header .nav-bar nav ol > li.iconOnly > a,
header .nav-bar nav ol > li.iconOnly > a:hover,
header .nav-bar nav ol > li.iconOnly > a.active {
  border-bottom: none;
}
@media (max-width: 1399px) {
  header .nav-bar nav ol li a {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  header .contact-data {
    font-size: 14px;
    top: 45px;
  }
}
@media (max-width: 991px) {
  main {
    padding-top: 146px;
  }
  header {
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  header .fixed {
    position: fixed;
    border: none;
  }
  header .logo-bar {
    border-bottom: 20px solid #851315;
  }
  header .contact-data {
    display: none;
  }
  header .nav-mobile {
    display: block;
    position: absolute;
    left: 30px;
    top: 43px;
    width: auto;
  }
  header .nav-mobile i {
    font-size: 38px;
    color: #851315;
    cursor: pointer;
  }
  header .nav-bar nav {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #FFFFFF;
    display: none;
    margin: 0;
    padding: 25px 0 25px 0;
    width: 100%;
    height: calc(100vh - 170px);
  }
  header .nav-bar nav > ol {
    display: block;
    height: auto;
  }
  header .nav-bar nav > ol > li {
    display: block;
    margin: 20px 0 15px 0;
    background: #FFF;
  }
  header .nav-bar nav > ol > li a {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    border-bottom: 2px solid #FFFFFF;
  }
  header .nav-bar nav > ol > li a.active {
    color: #851315;
    border-bottom: 2px solid #E2C888;
  }
  header .nav-bar nav > ol > li.iconOnly {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 117px;
  }
  header .logo-bar .logo {
    width: 350px;
  }
  header .nav-mobile {
    left: 30px;
    top: 30px;
  }
}
@media (max-width: 575px) {
  main {
    padding-top: 102px;
  }
  header .logo-bar {
    border-bottom: 10px solid #851315;
  }
  header .logo-bar .logo {
    width: 300px;
    margin: 20px 0 20px 60px;
  }
  header .nav-mobile {
    margin: 0;
    position: absolute;
    left: 30px;
    top: 30px;
  }
  header nav {
    top: 150px;
    height: calc(100vh - 150px);
  }
}
@media (max-width: 400px) {
  header .logo-bar .logo {
    display: block;
    width: 250px;
    margin: 20px 0 20px 50px;
  }
  header .nav-mobile {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 25px;
  }
  header .nav-bar nav {
    width: 100vw;
    height: 100vh;
  }
}
main {
  font-family: 'Tinos', serif;
}
main a[name] {
  position: relative;
  top: -200px;
}
main .label {
  cursor: default;
  position: absolute;
  top: 19px;
  right: -66px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  width: 200px;
  text-align: center;
  padding: 0.25em 0;
  color: #FFFFFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border: 3px solid #ffffff;
  background: #851315;
  text-transform: uppercase;
  font-weight: bold;
}
main .block-title {
  background-color: #851315;
  color: #E2C888;
}
main .block-title .title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
}
main .block-title.slim .title {
  font-size: 20px;
  margin: 6px 0;
}
main .block-title.italic .title {
  font-style: italic;
}
main .citation img {
  cursor: pointer;
}
main .citation .quote {
  font-size: 21px;
}
main .citation .quote i {
  color: #851315;
  display: inline-block;
  font-size: 34px;
}
main .citation .quote i:first-child {
  margin: 0 11px 0 -50px;
}
main .citation .quote i:last-child {
  margin: 7px 0 0 11px;
  position: absolute;
}
main .citation .author {
  font-size: 18px;
  margin-top: 25px;
  font-style: italic;
  color: #666;
}
main .citation .swiper-container {
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
main .citation .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
main .citation .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
}
main .citation .swiper-container .swiper-wrapper .swiper-slide img {
  width: auto;
  max-height: 350px;
}
main .citation .swiper-container .swiper-pagination {
  position: relative;
  text-align: center;
  top: -35px;
}
main .citation .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #666666;
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin: 0 3px;
  outline: none;
  opacity: 0.7;
}
main .citation .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  border-color: #666666;
}
main .text-simple,
main .news-detail {
  margin-bottom: 55px;
}
main .text-simple.center,
main .news-detail.center {
  text-align: center;
}
main .text-simple:first-child,
main .news-detail:first-child {
  padding-top: 50px;
}
main .text-simple h1,
main .news-detail h1,
main .text-simple h2,
main .news-detail h2,
main .text-simple h3,
main .news-detail h3 {
  color: #851315;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 45px;
}
main .text-simple h2,
main .news-detail h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
main .text-simple h3,
main .news-detail h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
main .text-simple a,
main .news-detail a {
  color: #851315;
  text-decoration: underline;
}
main .text-simple a:hover,
main .news-detail a:hover {
  color: #E2C888;
}
main .block {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 600px 29px;
  margin-bottom: 30px;
}
main .block.has-top-margin {
  padding-top: 120px;
}
main .block .tc {
  text-align: center;
}
main .block .tc h2,
main .block .tc h3 {
  color: #851315;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
}
main .block .tc h3 {
  font-size: 27px;
  font-weight: 400;
  color: #777;
}
main .block .intro {
  font-size: 18px;
  margin: 35px 0 0 0;
  color: #000000;
  text-align: center;
}
main .block .intro a {
  color: #851315;
  font-size: inherit;
  text-decoration: underline;
}
main .block .intro a:hover {
  color: #E2C888;
}
main .block .intro table td {
  width: 70px;
}
main .block .intro table td:first-child {
  text-align: left;
  width: auto;
}
main .block .intro table td:last-child {
  text-align: right;
  width: auto;
  white-space: nowrap;
}
main .block .cta {
  display: flex;
}
main .block .cta a {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  background-color: #851315;
  border: 1px solid #851315;
  color: #FFFFFF;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 45px auto 30px auto;
}
main .block .cta a:hover {
  background-color: #FFFFFF;
  color: #851315;
}
main .block .cta a i {
  margin-left: 12px;
}
main .block.lightbrown {
  padding-top: 120px;
  background-color: rgba(120, 95, 75, 0.05);
}
main .cta-booking {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #851315;
}
main .cta-booking .tc h3 {
  color: #FFF;
  line-height: 1.1;
  margin-bottom: 15px;
}
main .cta-booking .tc h4 {
  color: #FFF;
  line-height: 1.1;
}
main .cta-booking .tc h4 a {
  color: inherit;
  text-decoration: none;
  margin-left: 10px;
  white-space: nowrap;
}
main .cta-booking .tc h4 a:hover {
  text-decoration: underline;
}
main .cta-booking .cta a {
  background-color: #E2C888;
  border: none;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
}
main .cta-booking .cta a:hover {
  background-color: #E2C888;
}
main .cta-booking.clickable {
  cursor: pointer;
}
main .cta-booking.clickable:hover {
  background-color: #E2C888;
}
main .cta-booking.clickable:hover .cta a {
  background-color: #FFF;
  color: #851315;
}
main .cta-booking.clickable:hover .cta a:hover {
  background-color: #851315;
  color: #FFF;
}
main .contents .content {
  margin-top: 35px;
  color: #000000;
  line-height: 1.6;
}
main .contents .content.clickable {
  cursor: pointer;
}
main .contents .content h2 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 28px;
  color: #851315;
}
main .contents .content h3 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 21px;
  color: #777;
}
main .contents .content img {
  margin-bottom: 30px;
}
main .contents .content .video-wrapper {
  overflow: hidden;
  background-color: #000000;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 25px;
}
main .contents .content .video-wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main .contents .content .wrapper {
  margin-bottom: 35px;
}
main .contents .content .wrapper > p {
  margin-top: 15px;
}
main .contents .content .wrapper > p a {
  color: #851315;
}
main .contents .content ul {
  list-style: none;
  /* Remove default bullets */
  margin-bottom: 0;
}
main .contents .content ul li::before {
  content: "\25B8";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #E2C888;
  /* Change the color */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.25em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1.25em;
  /* Also needed for space (tweak if needed) */
  text-align: left;
}
main .contents .content li {
  text-align: left;
  line-height: 1.25;
  margin-bottom: 25px;
}
main .contents .content li:last-child {
  margin-bottom: 0;
}
main .contents .content a.link {
  margin-top: 15px;
  display: inline-block;
  line-height: 1.2;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  background-color: #E2C888;
  border-color: #E2C888;
  color: #FFF;
}
main .contents .content a.link i {
  font-size: 21px;
  line-height: 1;
  bottom: -2px;
  position: relative;
  margin-left: 12px;
}
main .contents .content a.link:hover {
  background-color: #851315;
  color: #FFF;
}
main .contents .twoThrids .content .video-wrapper,
main .contents .half .content .video-wrapper {
  min-height: 340px;
}
main .contents .third .content {
  font-size: 15px;
}
main .contents .third .content h2 {
  font-size: 24px;
}
main .contents .third .content h3 {
  margin-top: -5px;
  font-size: 18px;
}
main .contents .third .content .video-wrapper {
  min-height: 272px;
}
main .contents .third .content a.link {
  font-size: 16px;
}
main .contents .center {
  text-align: center;
}
main .contents .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 -5px;
  justify-content: center;
}
main .contents .gallery-wrapper div {
  margin: 10px;
}
main .contents .gallery-wrapper div img {
  width: auto;
  height: 250px;
  cursor: pointer;
}
main .contents #frmContactSuccess,
main .contents #frmContactError {
  display: none;
  padding: 20px;
  margin: 15px 0;
  text-align: center;
}
main .contents #frmContactSuccess {
  background-color: #d4edda;
  color: #004F00;
  border: 1px solid #004F00;
}
main .contents #frmContactError {
  background-color: #f8d7da;
  color: #8B0000;
  border: 1px solid #8B0000;
}
main .contents #frmContactError a {
  color: #8B0000;
  text-decoration: underline;
  font-weight: bold;
}
main .contents .form-newsletter {
  padding-top: 90px;
  padding-bottom: 30px;
}
main .contents .form-newsletter .form-group {
  margin-bottom: 15px;
}
main .contents .form-newsletter #district {
  display: none;
}
main .contents .form-newsletter textarea:focus,
main .contents .form-newsletter select:focus,
main .contents .form-newsletter button:focus,
main .contents .form-newsletter input[type="text"]:focus,
main .contents .form-newsletter input[type="radio"]:focus,
main .contents .form-newsletter input[type="checkbox"]:focus,
main .contents .form-newsletter input[type="password"]:focus,
main .contents .form-newsletter input[type="datetime"]:focus,
main .contents .form-newsletter input[type="datetime-local"]:focus,
main .contents .form-newsletter input[type="date"]:focus,
main .contents .form-newsletter input[type="month"]:focus,
main .contents .form-newsletter input[type="time"]:focus,
main .contents .form-newsletter input[type="week"]:focus,
main .contents .form-newsletter input[type="number"]:focus,
main .contents .form-newsletter input[type="email"]:focus,
main .contents .form-newsletter input[type="url"]:focus,
main .contents .form-newsletter input[type="search"]:focus,
main .contents .form-newsletter input[type="tel"]:focus,
main .contents .form-newsletter input[type="color"]:focus,
main .contents .form-newsletter .uneditable-input:focus {
  border-color: #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #cccccc;
  outline: 0 none;
}
main .contents .form-newsletter .form-check-input:checked {
  background-color: #E2C888;
  border-color: #E2C888;
}
main .contents .form-newsletter .alert-success,
main .contents .form-newsletter .alert-warning {
  font-weight: 700;
  display: none;
  font-size: 16px;
  margin-top: 35px;
  color: #000000;
}
main .contents .form-newsletter .col-form-label {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
main .contents .form-newsletter .required {
  color: #FF0000;
}
main .contents .form-newsletter h1 {
  color: #851315;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  text-align: center;
}
main .contents .form-newsletter .intro {
  text-align: left;
  margin: 20px 0 30px 0;
}
main .contents .form-newsletter .noSpamMessage {
  margin: 0 0 10px -10px;
}
main .contents .form-newsletter h2 {
  font-size: 21px;
  font-weight: 400;
  color: #851315;
  text-transform: uppercase;
  margin: 45px 0 15px 0;
}
main .contents .form-newsletter .form-control-sm,
main .contents .form-newsletter .input-group-sm > .form-control,
main .contents .form-newsletter .input-group-sm > .input-group-append > .btn,
main .contents .form-newsletter .input-group-sm > .input-group-append > .input-group-text,
main .contents .form-newsletter .input-group-sm > .input-group-prepend > .btn,
main .contents .form-newsletter .input-group-sm > .input-group-prepend > .input-group-text {
  /*font-size: .875rem;*/
  /*line-height: 1.5;*/
  font-size: 0.85rem;
  line-height: 1.7;
}
main .contents .form-newsletter button {
  margin-top: 25px;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #851315;
  border-color: #851315;
}
main .contents .form-newsletter button:hover {
  background-color: #E2C888;
  color: #851315;
}
main .contents .form-newsletter .privacy {
  font-size: 12px;
  margin: 20px 0 0 0;
}
main .contents .form-newsletter .privacy a {
  color: #00c5c0;
}
@media (max-width: 1400px) {
  main .contents .gallery-wrapper div {
    margin: 10px;
  }
}
@media (max-width: 1399px) {
  main .block .tc h2 {
    font-size: 38px;
  }
  main .block .tc h3 {
    font-size: 24px;
  }
  main .block .intro {
    font-size: 16px;
  }
  main .contents .content {
    font-size: 15px;
  }
  main .contents .content h2 {
    font-size: 24px;
  }
  main .contents .content h3 {
    font-size: 18px;
  }
  main .contents .content a.link {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  main .block-title .title {
    font-size: 38px;
  }
  main .citation .quote {
    margin-left: 60px;
    font-size: 20px;
  }
  main .citation .quote i {
    font-size: 28px;
  }
  main .citation .author {
    margin-left: 60px;
    font-size: 16px;
  }
  main .block .cta a {
    font-size: 18px;
    padding: 15px 30px;
    margin: 30px auto;
  }
  main .block .cta a i {
    margin-left: 12px;
  }
  main .contents .twoThrids .content .video-wrapper,
  main .contents .half .content .video-wrapper {
    min-height: 296px;
  }
  main .contents .third .content .video-wrapper {
    min-height: 192px;
  }
}
@media (max-width: 991px) {
  main .block-title .title {
    font-size: 32px;
  }
  main .citation .swiper-container {
    height: 300px;
  }
  main .citation .quote {
    margin-left: 60px;
    font-size: 18px;
  }
  main .citation .quote i {
    font-size: 28px;
  }
  main .citation .quote i:first-child {
    margin: 0 15px 0 -50px;
  }
  main .citation .author {
    margin-left: 60px;
    font-size: 14px;
  }
  main .block {
    background-size: 600px 29px;
  }
  main .block .tc {
    text-align: center;
  }
  main .block .tc h2 {
    font-size: 32px;
  }
  main .block .tc h3 {
    font-size: 21px;
  }
  main .block .intro {
    font-size: 16px;
  }
  main .contents {
    text-align: center;
    font-size: 14px;
  }
  main .contents .link {
    font-size: 16px;
  }
  main .contents .twoThrids .content .video-wrapper,
  main .contents .half .content .video-wrapper {
    min-height: 216px;
  }
  main .contents .third .content .video-wrapper {
    min-height: 139px;
  }
  main .contents .gallery-wrapper div {
    margin: 9px;
  }
  main .contents .form-newsletter .col-form-label,
  main .contents .form-newsletter .form-check,
  main .contents .form-newsletter .privacy {
    text-align: left;
  }
  main .booking-block {
    text-align: left;
  }
  .form-control {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  main .block-title .title {
    font-size: 28px;
  }
  main .citation .swiper-container {
    height: 350px;
    margin-bottom: 35px;
  }
  main .citation .image {
    text-align: center;
    margin-bottom: 35px;
  }
  main .citation .quote {
    font-size: 18px;
  }
  main .citation .quote i {
    font-size: 28px;
  }
  main .citation .quote i:first-child {
    margin: 0 15px 0 -50px;
  }
  main .citation .quote i:last-child {
    display: block;
    right: 50px;
  }
  main .citation .author {
    font-size: 14px;
  }
  main .block .tc h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  main .block .tc h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  main .block .intro {
    font-size: 16px;
  }
  main .contents .gallery-wrapper div {
    margin: 7px;
  }
  main .contents .gallery-wrapper div img {
    width: 100%;
    height: auto;
  }
  main .contents .form-newsletter .col-form-label,
  main .contents .form-newsletter .form-check,
  main .contents .form-newsletter .privacy {
    text-align: left;
  }
}
@media (max-width: 575px) {
  main .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main .block.has-top-margin {
    padding-top: 40px;
  }
  main .block.showBG {
    padding-bottom: 120px;
  }
  main .block .tc h2 {
    font-size: 38px;
  }
  main .block .tc h3 {
    font-size: 24px;
  }
  main .block .intro {
    font-size: 16px;
  }
  main .contents .gallery-wrapper div {
    margin: 10px;
  }
  main .cta-booking {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  main .cta-booking .tc h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  main .cta-booking .tc h4 {
    line-height: 1.3;
  }
  main .citation .quote {
    margin-left: 30px;
  }
  main .citation .quote i:last-child {
    right: 20px;
  }
}
@media (max-width: 400px) {
  main .contents .gallery-wrapper div {
    margin: 2px;
  }
}
@media (max-width: 360px) {
  main .contents .gallery-wrapper div {
    margin: 2px;
  }
}
.swiper-pagination-bullet {
  background-color: #851315;
  width: 26px;
  height: 26px;
  border: 1px solid #851315;
  border-radius: 13px;
  opacity: 1;
  margin: 0 3px;
  outline: none;
}
.swiper-pagination-bullet-active {
  background-color: #E2C888;
  border-color: #851315;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  top: -55px;
}
.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
main .hero {
  font-family: 'Tinos', serif;
  padding: 0;
  overflow: hidden;
  border-bottom: 20px solid #851315;
  margin-bottom: 35px;
}
main .hero > .row > .col {
  height: 400px;
}
main .hero .swiper-container {
  height: 400px;
}
main .hero .swiper-container .slm {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .hero .swiper-container .slm.clickable {
  cursor: pointer;
}
main .hero .swiper-container.clickable {
  cursor: pointer;
}
main .hero .swiper-container .hero-slide-wrapper {
  height: 400px;
  display: flex;
  align-items: flex-end;
}
main .hero .swiper-container .hero-slide-wrapper .hero-caption {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 30px;
}
main .hero .swiper-container .hero-slide-wrapper .hero-caption h2 {
  font-size: 38px;
  color: #FFF;
  margin: 0;
  font-weight: 400;
}
main .hero .swiper-container .hero-slide-wrapper .hero-caption h3 {
  font-size: 24px;
  color: #FFF;
  margin: 0;
  font-weight: 400;
}
main .hero .swiper-container .hero-slide-wrapper .hero-label {
  position: absolute;
  right: 30px;
  top: 60px;
}
@media (max-width: 1399px) {
  main .hero .swiper-container .hero-slide-wrapper .hero-caption h2 {
    font-size: 32px;
  }
  main .hero .swiper-container .hero-slide-wrapper .hero-caption h3 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  main .hero > .row > .col {
    height: 500px;
  }
  main .hero .swiper-container {
    height: 500px;
  }
  main .hero .swiper-container .hero-slide-wrapper {
    height: 500px;
    display: flex;
    align-items: flex-end;
  }
  main .hero .swiper-container .hero-slide-wrapper .hero-caption h2 {
    font-size: 28px;
  }
  main .hero .swiper-container .hero-slide-wrapper .hero-caption h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  main .hero > .row > .col {
    height: 400px;
  }
  main .hero .swiper-container {
    height: 400px;
  }
  main .hero .swiper-container .hero-slide-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  main .hero {
    border-bottom: 5px solid #851315;
  }
  main .hero > .row > .col {
    height: 270px;
  }
  main .hero .swiper-container {
    height: 270px;
  }
}
@media (max-width: 575px) {
  main .hero {
    border-bottom: 5px solid #851315;
  }
  main .hero > .row > .col {
    height: 140px;
  }
  main .hero .swiper-container {
    height: 140px;
  }
}
@media (max-width: 400px) {
  main {
    padding-top: 94px;
  }
}
main .news-list-swipe h2 {
  color: #851315;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: -20px;
  text-align: center;
}
main .news-list-swipe .swiper {
  margin: 70px 0;
  width: 100%;
  height: 320px;
}
main .news-list-swipe .swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
main .news-list-swipe .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  flex-direction: column;
}
main .news-list-swipe .swiper .swiper-wrapper .swiper-slide .img-wrap {
  height: 250px;
  vertical-align: top;
  margin-bottom: 10px;
}
main .news-list-swipe .swiper .swiper-wrapper .swiper-slide .img-wrap img {
  cursor: pointer;
  display: block;
  width: auto;
  height: 250px;
  object-fit: cover;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
main .news-list-swipe .swiper .swiper-wrapper .swiper-slide .title-wrap {
  height: 70px;
  line-height: 1;
}
main .news-list-swipe .swiper .swiper-wrapper .swiper-slide .title-wrap a {
  font-family: 'Open Sans', serif;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
main .news-list-swipe .swiper .buttons div {
  color: #CCCCCC;
}
main .news-list {
  margin-bottom: 80px;
}
main .news-list .clts {
  visibility: hidden;
}
main .news-list .categories {
  margin-bottom: 25px;
}
main .news-list .categories button {
  padding: 8px 15px;
  font-size: 18px;
  margin: 0 3px 5px 0;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #851315;
}
main .news-list .categories button:hover {
  border: 1px solid #851315;
  color: #851315;
}
main .news-list .categories button.active {
  color: #FFFFFF;
  border: 1px solid #851315;
  background-color: #851315;
}
main .news-list .categories button.active:hover {
  border: 1px solid #851315;
}
main .news-list h2 {
  margin-bottom: 50px;
}
main .news-list .teaser-wrap {
  display: flex;
  flex-direction: row;
  padding-bottom: 35px;
  border-bottom: 1px dotted #851315;
  margin-bottom: 35px;
  cursor: pointer;
}
main .news-list .teaser-wrap .teaser-img {
  width: 150px!important;
  margin-right: 25px;
}
main .news-list .teaser-wrap .teaser-img img {
  width: 150px;
}
main .news-list .teaser-wrap .teaser-img .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
main .news-list .teaser-wrap .teaser-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
main .news-list .teaser-wrap .teaser-img .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
}
main .news-list .teaser-wrap .teaser-img .swiper-container .swiper-wrapper .swiper-slide img {
  width: auto;
  max-height: 350px;
}
main .news-list .teaser-wrap .teaser-img .swiper-container .swiper-pagination {
  position: relative;
  text-align: center;
  top: -35px;
}
main .news-list .teaser-wrap .teaser-img .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #666666;
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin: 0 3px;
  outline: none;
  opacity: 0.7;
}
main .news-list .teaser-wrap .teaser-img .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  border-color: #666666;
}
main .news-list .teaser-wrap .teaser .date {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  margin-bottom: 3px;
}
main .news-list .teaser-wrap .teaser h3 {
  text-align: left;
}
main .news-list .teaser-wrap .teaser h3 a {
  font-size: 24px;
  font-weight: bold;
  color: #851315;
  text-decoration: none;
  text-transform: uppercase;
}
main .news-list .teaser-wrap .teaser .intro {
  color: #000000;
  padding-bottom: 5px;
}
main .news-list .teaser-wrap .teaser .intro a {
  color: #851315;
}
main .news-list .teaser-wrap .teaser .link a {
  font-weight: bold;
  text-decoration: none;
  color: #851315;
}
main .news-list .teaser-wrap .teaser:hover a {
  color: #851315;
}
main .news-list a.more {
  background-color: #851315;
  color: #FFFFFF;
  text-align: center;
  display: block;
  line-height: 50px;
  margin: 30px 0;
  text-decoration: none;
  text-transform: uppercase;
}
main .news-list a.more i {
  margin-right: 5px;
}
main .news-list a.more:hover {
  background-color: #E2C888;
  color: #851315;
}
main .news-list .back-link {
  margin-top: 30px;
}
main .news-list .back-link a {
  color: #851315;
}
main .news-list.is-root {
  background-color: #EFEFEF;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
}
main .news-list.is-root .date {
  color: #000;
}
main .news-list.is-root .clts {
  visibility: visible;
}
main .news-detail:first-child {
  padding-top: 120px;
}
main .news-detail.is-centered {
  text-align: center;
}
main .news-detail h1 {
  color: #851315;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
main .news-detail h2 {
  font-size: 27px;
  font-weight: 400;
  color: #777;
}
main .news-detail .link {
  margin-top: 25px;
}
main .news-detail .link a {
  font-weight: bold;
  text-decoration: none;
  color: #851315;
}
main .news-detail .link a i {
  font-size: 14px;
}
footer {
  background-color: #FFF;
  font-family: 'Tinos', serif;
  line-height: 1.2;
}
footer .footerBar {
  background-color: #851315;
  text-align: center;
}
footer .footerBar nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .footerBar nav ul li {
  list-style: none;
  display: inline-block;
  margin: 15px 0 13px 70px;
}
footer .footerBar nav ul li:first-child {
  margin-left: 0;
}
footer .footerBar nav ul li a {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 1;
  border-bottom: 2px solid #851315;
}
footer .footerBar nav ul li a:hover {
  border-bottom: 2px solid #E2C888;
}
footer .footerBar nav ul li a.active {
  border-bottom: 2px solid #851315;
}
footer .footerInfo {
  padding-bottom: 20px;
  background-color: #E2C888;
  font-size: 20px;
}
footer .footerInfo p {
  margin: 0;
}
footer .footerInfo address {
  margin-top: 40px;
}
footer .footerInfo .contact-data {
  margin-top: 40px;
}
footer .footerInfo .contact-data strong {
  font-weight: 700;
  color: #851315;
}
footer .footerInfo .contact-data a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
footer .footerInfo .contact-data a:hover {
  color: #851315;
}
footer .footerInfo .logo {
  width: 100%;
  margin: 40px 0 0 0;
  text-align: right;
}
footer .footerInfo .logo img {
  width: 300px;
}
footer .footerInfo .logo a {
  display: inline-block;
}
@media (max-width: 1199px) {
  footer .footerInfo {
    font-size: 16px;
  }
  footer .footerInfo address strong {
    font-size: 18px;
  }
  footer .footerBar nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: left;
  }
  footer .contact-data {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  footer {
    text-align: center;
  }
  footer nav {
    text-align: center;
  }
}
@media (max-width: 400px) {
  footer .footerBar nav ul {
    margin: 5px 0;
  }
  footer .footerBar nav ul li {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
}


/*# sourceMappingURL=bundle.css.map*/