@charset "UTF-8";
/***!  /templates/stp/css/starterpack.css  !***/

/*
 * Master SCSS File
*/
@keyframes imgZoomer {
  0% {
    transform: scaleX(1) scaleY(1) translateZ(0);
  }
  50% {
    transform: scaleX(1.1) scaleY(1.1) translateZ(0);
  }
  100% {
    transform: scaleX(1) scaleY(1) translateZ(0);
  }
}
@keyframes imgZoomerIN {
  0% {
    transform: scaleX(1.06) scaleY(1.05) translateZ(0);
  }
  50% {
    transform: scaleX(1) scaleY(1) translateZ(0);
  }
  100% {
    transform: scaleX(1.06) scaleY(1.05) translateZ(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}

a {
  transition: all 0.5s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.btn-full {
  color: #fff !important;
  background-color: #a13a43;
  padding: 20px 50px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.btn-outline {
  color: #a13a43 !important;
  border: 1px solid #a13a43;
  padding: 20px 50px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.btn-outline:hover {
  background-color: #a13a43;
  color: #fff !important;
}

.btn-text, .tab-link {
  font-weight: bold;
  color: #a13a43;
  font-family: "Playfair Display", serif;
  display: inline-block;
  margin: 10px 4px 10px 4px;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-text i, .tab-link i {
  margin-left: 10px;
}
.btn-text.btn-primary, .tab-link.btn-primary {
  color: #ebe1d1;
}

.tab-link {
  text-decoration: underline;
}

.h1 {
  font-size: 40px;
  font-weight: bold;
  color: #a13a43;
  font-family: "Playfair Display", serif;
}
@media (max-width: 750px) {
  .h1 {
    font-size: 26px;
  }
}

.h2 {
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  color: #a13a43;
  font-family: "Playfair Display", serif;
}
.h2.normal {
  font-weight: normal;
}
@media (max-width: 750px) {
  .h2 {
    font-size: 20px;
  }
}

.h3 {
  font-size: 20px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 2px;
  color: #a13a43;
  font-family: "Playfair Display", serif;
}
@media (max-width: 750px) {
  .h3 {
    font-size: 16px;
  }
}

/* ********* header ********* */
.stp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: rgb(255, 255, 255);
  height: 70px;
}
body.h-mobile .stp-header, body.h-scrolling .stp-header, body.h-noslider .stp-header {
  background-color: rgb(255, 255, 255);
}
body.h-mobile .stp-header:after, body.h-scrolling .stp-header:after, body.h-noslider .stp-header:after {
  display: block;
  position: absolute;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
@media (min-width: 900px) {
  .stp-header {
    height: 100px;
  }
}

.header-inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 0 0 5%;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*******************************************************************************************************************/
.splitImageHome {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  margin-top: 130px;
  position: relative;
}
.splitImageHome .split-image-box {
  width: 50%;
  max-height: 80%;
  position: relative;
}
.splitImageHome .split-image-box:first-child {
  margin-left: 2em;
  margin-right: 1em;
}
.splitImageHome .split-image-box:last-child {
  margin-left: 1em;
  margin-right: 2em;
}
.splitImageHome .split-image-box img {
  height: auto;
  width: 100%;
}
.splitImageHome .split-image-box .btn-text.visible {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  height: 70px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
  color: #fff;
  text-align: center;
  background: rgba(161, 58, 67, 0.54);
}
.splitImageHome .text-split-img {
  display: none;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  color: #fff;
  text-align: center;
  background: rgba(161, 58, 67, 0.54);
  transition: all 0.6s ease-in-out;
}
.splitImageHome .text-split-img a {
  color: #fff;
}
.splitImageHome h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.1em;
  margin-top: 37%;
}
.splitImageHome .split-title {
  font-family: "Playfair Display", serif;
  font-size: 3.1em;
  margin-top: 37%;
}
.splitImageHome div:last-child .text-split-img {
  background: rgba(5, 78, 129, 0.54);
}
.splitImageHome div:last-child .btn-text.visible {
  background: rgba(5, 78, 129, 0.54);
}

.split-image-box:hover .text-split-img {
  display: block;
}

.split-image-box:hover .visible {
  display: none;
}

@media (max-width: 900px) {
  .splitImageHome {
    margin-top: 85px;
  }
  .splitImageHome .split-image-box {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .splitImageHome .split-image-box:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  .splitImageHome .split-image-box:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .splitImageHome .split-image-box h1 {
    font-size: 32px;
  }
  .splitImageHome .split-image-box .split-title {
    font-size: 32px;
  }
  .splitImageHome .split-image-box {
    font-size: 22px;
  }
  .splitImageHome .text-split-img h1 {
    margin-top: 18%;
  }
  .splitImageHome .text-split-img .split-title {
    margin-top: 18%;
  }
  .splitImageHome, .splitImageHome .split-image-box {
    width: 100%;
    display: block;
  }
  .splitImageHome .text-split-img {
    top: 0;
    bottom: auto;
    width: 100%;
    left: auto;
  }
}
/*******************************************************************************************************************/
.header-logo {
  margin-right: auto;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-logo a {
  display: flex;
}
.header-logo svg {
  max-width: 150px;
  width: 100%;
  max-height: 100%;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-logo svg {
    max-width: 90px;
  }
}
@media (max-width: 736px) {
  .header-logo svg {
    max-width: 90px;
  }
}
body:not(.h-mobile):not(.h-scrolling):not(.h-noslider) .header-logo svg * {
  fill: #fff;
}
.header-logo img {
  max-width: 305px;
  width: 100%;
  height: auto;
}
.header-logo img.logo-nidus-header {
  max-width: 180px;
  margin-left: 50px;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-logo img {
    max-width: 120px;
  }
  .header-logo img.logo-nidus-header {
    max-width: 110px;
  }
}
@media (max-width: 900px) {
  .header-logo img {
    max-width: 154px;
  }
  .header-logo img.logo-nidus-header {
    max-width: 110px;
    margin-left: 10px;
  }
}
@media (max-width: 736px) {
  .header-logo img {
    max-width: 110px;
  }
  .header-logo img.logo-nidus-header {
    max-width: 80px;
    margin-left: 10px;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 736px) {
  .only-mobile {
    display: inline;
  }
}

@media (max-width: 736px) {
  .hide-mobile {
    display: none !important;
  }
}

.mod-languages {
  margin: 0 20px;
  position: relative;
}
@media (min-width: 900px) {
  .mod-languages {
    margin: 0 30px;
  }
}
.mod-languages .current-language {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}
.mod-languages .current-language span {
  font-family: "Playfair Display", serif;
}
body.h-mobile .mod-languages .current-language, body.h-scrolling .mod-languages .current-language, body.h-noslider .mod-languages .current-language {
  color: #6e6e6e;
}
.mod-languages .current-language:hover {
  color: #a13a43;
}
.mod-languages .current-language i {
  margin-left: 10px;
}
.mod-languages .lang-inline {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  margin: 15px 0 0 -10px;
  padding: 5px 0;
  width: calc(100% + 20px);
  text-align: center;
  font-size: 13px;
  font-weight: bolder;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.mod-languages .lang-inline li {
  margin: 10px;
  padding: 0;
  display: block;
  list-style-type: none;
}
.mod-languages .lang-inline li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  color: #6e6e6e;
  font-family: "Playfair Display", serif;
}
.mod-languages .lang-inline li a:hover {
  color: #a13a43;
}

.header-navigation {
  position: relative;
  margin-right: 30px;
  white-space: nowrap;
}
body.h-mobile .header-navigation {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  height: calc(100vh - 130px);
}
@media (max-height: 500px) and (min-width:400px) {
  body.h-mobile .header-navigation {
    height: calc(100vh - 50px);
  }
}
body.h-menuopen .header-navigation {
  display: block;
}
.header-navigation .stp-nav {
  display: block;
}
.header-navigation .stp-nav > ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  font-family: "Playfair Display", serif;
}
.header-navigation .stp-nav > ul > li {
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
}
body.h-mobile .header-navigation .stp-nav > ul > li {
  display: block;
  margin: 7px 0;
}
.header-navigation .stp-nav > ul > li.current.active a {
  color: #a13a43;
}
.header-navigation .stp-nav > ul > li:hover > a {
  color: #a13a43;
}
.header-navigation .stp-nav > ul > li > a {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 100%;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: bolder;
  position: relative;
  font-family: "Playfair Display", serif;
}
.header-navigation .stp-nav > ul > li > a .plus {
  display: none;
  margin-left: 10px;
  font-size: 14px;
  position: absolute;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a .plus {
  display: inline-block;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a, body.h-scrolling .header-navigation .stp-nav > ul > li > a, body.h-noslider .header-navigation .stp-nav > ul > li > a {
  color: #6e6e6e;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a {
  font-size: 18px;
}
.header-navigation .stp-nav > ul ul {
  display: none;
  margin: 0;
  padding: 10px 0 20px;
}
body:not(.h-mobile) .header-navigation .stp-nav > ul ul:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #a13a43;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
body:not(.h-mobile) .header-navigation .stp-nav > ul ul {
  padding: 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #6e6e6e;
  width: 200%;
  margin-left: -50%;
}
.header-navigation .stp-nav > ul ul li {
  display: block;
  margin: 0;
  padding: 0;
}
body.h-mobile .header-navigation .stp-nav > ul ul li {
  display: block;
  margin: 7px 0;
}
body.h-mobile .header-navigation .stp-nav > ul ul li:hover ul {
  display: none;
}
.header-navigation .stp-nav > ul ul li a {
  font-size: 16px;
  color: #6e6e6e;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px;
}
body:not(.h-menuopen) .header-navigation .stp-nav > ul ul li a {
  color: #79786a;
  margin: 5px 0;
}
.header-navigation .stp-nav > ul ul li:hover > a {
  color: #a13a43 !important;
}
.header-navigation .stp-nav > ul li.opensubnav ul, .header-navigation .stp-nav > ul body:not(.h-menuopen) li:hover ul {
  display: block;
}

body:not(.h-menuopen) li:hover ul {
  display: block;
}

body.h-menuopen li:hover ul {
  display: none;
}

.header-cta {
  display: block;
}
body.h-mobile .header-cta {
  display: none;
}
.header-cta a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 38px;
  font-family: "Playfair Display", serif;
  background-color: #a13a43;
  text-decoration: none;
}
.header-cta a:hover {
  color: #ebe1d1;
}
.header-cta.negative a {
  color: #ebe1d1;
}
.header-cta.negative a:hover {
  color: #a13a43;
}

.header-mobilemenu {
  display: none;
}
body.h-mobile .header-mobilemenu {
  display: block;
}
.header-mobilemenu button {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-mobilemenu button {
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
}
.header-mobilemenu button span {
  width: 40px;
  height: 40px;
  display: block;
  top: 15px;
  left: 15px;
  position: absolute;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-mobilemenu button span {
    top: 7px;
    left: 7px;
    transform: scale(0.7, 0.7) !important;
  }
}
.header-mobilemenu button span span.l1, .header-mobilemenu button span span.l2, .header-mobilemenu button span span.l3 {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 5;
  background-color: #a13a43;
  transition: all 0.5s ease-in-out;
}
.header-mobilemenu button span span.l1 {
  top: 8px;
}
.h-menuopen .header-mobilemenu button span span.l1 {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 19px;
}
.header-mobilemenu button span span.l2 {
  top: 19px;
}
.h-menuopen .header-mobilemenu button span span.l2 {
  opacity: 0;
}
.header-mobilemenu button span span.l3 {
  top: 30px;
  transform: rotate(180deg);
}
.h-menuopen .header-mobilemenu button span span.l3 {
  transform: rotate(135deg);
  transform-origin: 50% 50%;
  top: 19px;
}
.header-mobilemenu button i {
  display: none;
}

/* ********* slider ********* */
.stp-slider {
  min-height: 100vh;
  background-color: #000000;
  position: relative;
}
@media (max-width: 750px) {
  .stp-slider {
    margin-top: 70px;
    min-height: 0;
    height: 40vh !important;
  }
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slider {
    margin-top: 50px;
    max-height: 50vh !important;
    height: 50vh !important;
    margin-bottom: 0 !important;
  }
}
.stp-slider:before {
  content: "";
  width: 100%;
  height: 200px;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  opacity: 0.75;
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slider:before {
    height: 5vh;
    opacity: 0.2;
  }
}
@media (max-width: 750px) {
  .stp-slider:before {
    height: 5vh;
    opacity: 0.2;
  }
}
.stp-slider .image-box > .images > img {
  opacity: 0;
  height: auto !important;
}
.stp-slider .image-box .backstretch-item img {
  height: auto !important;
}
.stp-slider .image-box {
  height: 100%;
  width: 100%;
  position: absolute !important;
  overflow: hidden;
}
@media (max-width: 750px) {
  .stp-slider .image-box {
    position: relative !important;
  }
}
.bullsline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
.bullsline ul {
  margin: 0;
  padding: 0;
  display: block;
}
.bullsline .single-bull {
  padding: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a13a43;
  margin: 0 7px;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
}
.bullsline .bull-active {
  background-color: #a13a43;
}

.pagerbox {
  display: none;
  position: absolute;
  left: 63px;
  top: 50%;
  width: 70px;
  text-align: center;
  z-index: 12;
  color: #fff;
  letter-spacing: 3px;
}
.pagerbox span {
  font-size: 15px;
}
@media (max-width: 750px) {
  .pagerbox {
    display: none;
  }
}

.goToNextSlide {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  color: #a13a43;
  text-align: center;
  line-height: 54px;
}
.goToNextSlide:hover {
  background-color: #fff;
}
@media (max-width: 750px) {
  .goToNextSlide {
    top: auto;
    bottom: 5%;
    right: 5%;
  }
}

.goToPrevSlide {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  color: #a13a43;
  text-align: center;
  line-height: 54px;
}
.goToPrevSlide:hover {
  background-color: #fff;
}
@media (max-width: 750px) {
  .goToPrevSlide {
    top: auto;
    bottom: 5%;
    left: 5%;
  }
}

.stp-slogan {
  color: #fff;
  position: absolute;
  top: 0;
  left: 5%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: flex-end;
  z-index: 11;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  .stp-slogan {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    padding-bottom: 0;
  }
}
.stp-slogan p {
  margin: 2em 0;
}
@media (max-width: 750px) {
  .stp-slogan p {
    margin: 0;
  }
}
.stp-slogan .h1 {
  color: #fff;
}
@media (max-width: 750px) {
  .stp-slogan .h1 {
    font-size: 1.3em;
    position: absolute;
    bottom: 50px;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 750px) {
  .stp-slogan a.btn-full {
    display: none;
  }
  .mobile-button-height .stp-slogan a {
    display: none;
  }
  .mobile-button-height .stp-slogan a.btn-full:first-child {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    display: block;
    text-align: center;
  }
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slogan {
    display: none !important;
  }
}

.new-slider-slogan {
  color: #fff;
  position: absolute;
  top: 0;
  left: 5%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: flex-end;
  z-index: 11;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  .new-slider-slogan {
    left: 0;
    width: 100%;
  }
}
.new-slider-slogan .stp-slogan-text {
  display: none;
}
.new-slider-slogan .stp-slogan-text.active {
  display: block;
}
.new-slider-slogan p {
  margin: 2em 0;
}
@media (max-width: 750px) {
  .new-slider-slogan p {
    margin: 0;
  }
}
.new-slider-slogan .h1 {
  color: #fff;
  text-shadow: 4px 4px 4px #000000;
}
@media (max-width: 750px) {
  .new-slider-slogan .h1 {
    font-size: 1.3em;
    position: absolute;
    top: 20px;
    left: 5%;
    width: 85%;
  }
}
@media (max-width: 750px) {
  .new-slider-slogan a.btn-full {
    display: none;
  }
  .mobile-button-height .new-slider-slogan a {
    display: none;
  }
  .mobile-button-height .new-slider-slogan a.btn-full:first-child {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    display: block;
    text-align: center;
  }
}
@media (max-height: 500px) and (min-width:400px) {
  .new-slider-slogan {
    display: none !important;
  }
}

/* scroll down */
.slider-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  color: #fff;
  width: 200px;
  text-align: center;
  margin-left: -100px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  z-index: 200;
  letter-spacing: 2px;
}
.slider-scroll-down * {
  display: block;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .slider-scroll-down {
    display: none !important;
  }
}

body.h-mobile .slider-scroll-down {
  display: none !important;
}

.scroll-to-top {
  display: none;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 12;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  background-color: #a13a43;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.scroll-to-top * {
  display: block;
  line-height: 1.5em !important;
  margin: 10px auto;
}
body.h-mobile .scroll-to-top {
  bottom: 70px;
}

/* ********* main ********* */
body.h-noslider main {
  margin-top: 70px;
  padding-top: 1px;
}
@media (min-width: 900px) {
  body.h-noslider main {
    margin-top: 80px;
  }
}

main.stp-main > *:first-child {
  text-align: left;
  margin-top: 50px;
}
@media (max-height: 500px) and (min-width:400px) {
  main.stp-main > *:first-child {
    margin-top: 20px;
  }
}

.homepage-tabs {
  margin-top: 2em;
}
.homepage-tabs ul.tabs {
  padding: 0;
  list-style: none;
  max-width: 919px;
  margin: 50px auto 0;
  width: 100%;
  line-height: 1.5em;
}
.homepage-tabs ul.tabs li {
  background: none;
  color: #a13a43;
  display: inline-block;
  padding: 16px 5px;
  margin: 0;
  cursor: pointer;
  width: 48.5%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Playfair Display", serif;
}
.homepage-tabs ul.tabs li.current:first-child {
  background: #a13a43;
  color: #fff;
  font-weight: bold;
}
.homepage-tabs ul.tabs li.current:last-child {
  background: #054E81;
  color: #fff;
}
.homepage-tabs ul.tabs li a {
  margin: 0 !important;
}
.homepage-tabs ul.tabs li:last-child {
  color: #054E81;
}
.homepage-tabs .tab-content {
  display: none;
  overflow: hidden;
  background: #fafafa;
  padding: 0;
}
.homepage-tabs .tab-content > :first-child {
  margin-top: 0;
}
.homepage-tabs .tab-content > :last-child {
  margin-bottom: 0;
}
.homepage-tabs .tab-content.current {
  display: inherit;
  height: auto;
}
@media (max-width: 736px) {
  .homepage-tabs .tab-content.current {
    padding: 10px;
  }
}

.stp-article {
  position: relative;
  max-width: 1250px;
  margin: 50px auto;
  font-size: 16px;
  line-height: 180%;
  width: 86%;
}
.stp-article:last-child {
  margin-top: 100px;
}
.stp-article[data-dir=ltr] {
  text-align: left;
}
.stp-article .btn {
  color: #a13a43;
  border: 1px solid #a13a43;
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 0;
}
.stp-article .btn:hover {
  background-color: #a13a43;
  color: #fff;
}
.stp-article h1, .stp-article h2, .stp-article h3, .stp-article h4 {
  color: #a13a43;
  line-height: 150%;
  font-family: "Playfair Display", serif;
}
.stp-article h1 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  color: #a13a43;
}
@media (max-width: 736px) {
  .stp-article h1 {
    font-size: 30px;
  }
}
.stp-article h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 1.5em;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 736px) {
  .stp-article h2 {
    font-size: 22px;
  }
}
.stp-article h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1.5em;
}
@media (max-width: 736px) {
  .stp-article h3 {
    font-size: 20px;
  }
}
.stp-article h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5em;
}
@media (max-width: 736px) {
  .stp-article h4 {
    font-size: 16px;
  }
}
.stp-article a {
  color: #a13a43;
}
.stp-article a:hover {
  color: #6e6e6e;
}
.stp-article p, .stp-article ul, .stp-article li {
  color: #6e6e6e;
}
.stp-article p.subtitle, .stp-article ul.subtitle, .stp-article li.subtitle {
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ebe1d1;
}
@media (max-width: 750px) {
  .stp-article p.subtitle, .stp-article ul.subtitle, .stp-article li.subtitle {
    font-size: 16px;
  }
}
.stp-article table.stacktable {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  max-width: 100%;
  overflow: auto;
}
.stp-article table.stacktable td, .stp-article table.stacktable th {
  text-align: right;
  padding: 10px 25px;
  font-size: 14px;
}
.stp-article table.stacktable th {
  background-color: #a13a43;
  color: #fff;
  border-top: 2px solid #ebe1d1;
}
.stp-article table.stacktable th.st-head-row-main {
  border-top: 2px solid #ebe1d1;
}
@media (max-width: 736px) {
  .stp-article table.stacktable th {
    border-top: none;
  }
}
.stp-article table.stacktable td {
  background-color: rgba(0, 0, 0, 0.05);
}
.stp-article table.stacktable td.td-room .singleRoomPrice {
  font-weight: bold;
}
.stp-article iframe {
  width: 100%;
  border: none;
}
.stp-article .tab-system {
  margin-top: 2em;
}
.stp-article ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stp-article ul.tabs li {
  background: none;
  color: #6e6e6e;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
}
.stp-article ul.tabs li.current, .stp-article ul.tabs li:hover {
  background: #a13a43;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 736px) {
  .stp-article ul.tabs li {
    display: block;
  }
}
.stp-article ul.tabs li a {
  margin: 0 !important;
}
.stp-article ul.tabs li a:hover {
  color: #fff;
}
.stp-article .tab-content {
  display: block;
  height: 0;
  overflow: hidden;
  background: #fafafa;
  padding: 0;
}
.stp-article .tab-content > :first-child {
  margin-top: 0;
}
.stp-article .tab-content > :last-child {
  margin-bottom: 0;
}
.stp-article .tab-content.current {
  display: inherit;
  height: auto;
  padding: 30px;
}
@media (max-width: 736px) {
  .stp-article .tab-content.current {
    padding: 10px 0;
  }
}
.stp-article hr {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-bottom: 1px solid #fafafa;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.stp-article .flex-column {
  display: flex;
  flex-wrap: wrap;
}
.stp-article .column-item {
  flex: 1 0 61%; /* flex-grow, flex-shrink, flex-basis */
  margin: 0 5%;
  flex-basis: 40%;
}
.stp-article pre {
  white-space: break-spaces;
}

.item-page > *:first-child {
  margin-top: 0;
}

a.cta-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #a13a43;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #a13a43;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 900px) {
  a.cta-btn {
    width: 86%;
  }
}
a.cta-btn:hover {
  background-color: #fff;
  color: #a13a43;
  border: 1px solid #a13a43;
}

/* ********* modules ********* */
.module-item {
  position: relative;
  max-width: 1250px;
  margin: 100px auto 50px;
  width: 86%;
}
@media (max-width: 900px) {
  .module-item {
    margin: 60px auto 30px;
  }
}
@media (max-width: 750px) {
  .module-item {
    margin: 40px auto 20px;
  }
}
.module-item > .stp-article {
  margin: 0 auto;
  width: 100%;
}
.module-item .item-page {
  margin: 0 0 1.5em 0;
}

.module-offers-slider {
  display: block;
  position: relative;
  text-align: center;
}
.module-offers-slider.content-view {
  display: none;
  margin: 30px auto 60px;
}
@media (max-width: 750px) {
  .module-offers-slider {
    width: 100%;
  }
  .module-offers-slider .stp-article {
    width: 86%;
    text-align: left;
  }
}
.module-offers-slider .offers-slider {
  margin-top: 50px;
}
.module-offers-slider .slick-arrow {
  position: absolute;
  top: 230px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 54px;
  text-align: center;
  left: -25px;
  z-index: 20;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
  color: #ebe1d1;
}
@media (max-width: 750px) {
  .module-offers-slider .slick-arrow {
    display: none !important;
  }
}
.module-offers-slider .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}
.module-offers-slider .single-offer {
  position: relative;
  width: 420px !important;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
  outline: none;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer {
    width: 280px !important;
  }
}
.module-offers-slider .single-offer .inner {
  margin: 0 10px;
}
.module-offers-slider .single-offer .offer-header {
  height: 510px;
  position: relative;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-header {
    height: 300px;
  }
}
.module-offers-slider .single-offer .offer-header:after {
  content: "";
  width: 100%;
  height: 180px;
  background-color: #000000;
  position: absolute;
  left: 0;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  opacity: 0.7;
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
}
.module-offers-slider .single-offer .offer-footer {
  padding: 20px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.module-offers-slider .single-offer .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.module-offers-slider .single-offer .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-offers-slider .single-offer .item-page-txt {
  position: relative;
  z-index: 6;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 10px 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
.module-offers-slider .single-offer .item-page-txt > :first-child {
  margin-top: 0;
}
.module-offers-slider .single-offer .item-page-txt > :last-child {
  margin-bottom: 0;
}
.module-offers-slider .single-offer .offer-title {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-title {
    font-size: 17px;
  }
}
.module-offers-slider .single-offer .offer-price {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-price {
    font-size: 15px;
  }
}
.module-offers-slider .single-offer .offer-intro {
  font-size: 16px;
  line-height: 160%;
  color: #6e6e6e;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-intro {
    font-size: 14px;
  }
}
.module-offers-slider .single-offer .offer-full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  outline: none;
}
.module-offers-slider .slick-active .offer-footer {
  opacity: 1;
}
.module-offers-slider .slick-active .single-offer {
  opacity: 1;
}

.module-rooms-slider {
  display: block;
  position: relative;
  text-align: center;
  outline: none;
  margin-bottom: 0;
  margin-top: 0;
}
.module-rooms-slider.content-view {
  padding: 20px;
  margin: 20px auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.module-rooms-slider.content-view .stp-article {
  margin-bottom: 40px;
  margin-top: 0;
}
.module-rooms-slider.content-view .stp-article a.room-photo {
  float: right;
  z-index: 5;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  color: #a13a43;
  font-size: 1.5em;
}
@media (max-width:1000px) {
  .module-rooms-slider {
    width: 100%;
  }
  .module-rooms-slider .stp-article {
    width: 86%;
    text-align: left;
  }
  .module-rooms-slider.content-view {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    text-align: left;
  }
  .module-rooms-slider.content-view .stp-article {
    width: 100%;
  }
}
.module-rooms-slider .slick-arrow {
  position: absolute;
  top: 270px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 54px;
  text-align: center;
  left: 0;
  z-index: 20;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
  color: #a13a43;
}
@media (max-width:1000px) {
  .module-rooms-slider .slick-arrow {
    top: 40%;
  }
}
.module-rooms-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.module-rooms-slider .single-rooms {
  position: relative;
  width: 940px !important;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms {
    width: 100vw !important;
  }
}
.module-rooms-slider .single-rooms .inner {
  margin: 0 10px;
}
.module-rooms-slider .single-rooms .room-header {
  height: 590px;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-header {
    height: 50vw;
  }
}
.module-rooms-slider .single-rooms .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.module-rooms-slider .single-rooms .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-rooms-slider .single-rooms .room-footer {
  padding: 30px 80px;
  text-align: center;
  line-height: 160%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-color: #fafafa;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-footer {
    padding: 40px;
  }
}
.module-rooms-slider .single-rooms .room-photo {
  float: right;
  z-index: 5;
  cursor: pointer;
  margin: -10px -15px 0 0;
  padding: 10px 15px;
  color: #a13a43;
}
.module-rooms-slider .single-rooms .room-photo i {
  display: inline-block;
  font-size: 1.4em;
}
.module-rooms-slider .single-rooms .room-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: "Playfair Display", serif;
  color: #a13a43;
}
.module-rooms-slider .single-rooms .room-title span {
  color: #a13a43;
  font-weight: normal;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-title {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .module-rooms-slider .slick-track {
    background-color: #fafafa;
  }
}
.module-rooms-slider .slick-active .room-footer {
  opacity: 1;
}
.module-rooms-slider .slick-active .room-header {
  opacity: 1;
}
.module-rooms-slider .slick-dots {
  display: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .module-rooms-slider .slick-dots {
    display: block;
  }
}
.module-rooms-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  padding: 0;
}
.module-rooms-slider .slick-dots li button {
  width: 60px;
  height: 4px;
  background-color: #79786a;
  border: none;
  text-indent: -9999em;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .module-rooms-slider .slick-dots li button {
    width: 30px;
    height: 2px;
  }
}
.module-rooms-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.module-rooms-slider.content-view .slick-dots {
  display: none !important;
}

.module-emotions-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 1vw;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .module-emotions-box {
    height: 50vw;
  }
}
.module-emotions-box[data-columns="1"] .col {
  width: 100% !important;
}
.module-emotions-box .col {
  width: 49.5%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .module-emotions-box .col {
    width: 49%;
  }
}
.module-emotions-box .col[data-rows="1"] .row {
  height: 100% !important;
}
.module-emotions-box .row {
  height: 36%;
  width: 100%;
}
@media (max-width: 1450px) {
  .module-emotions-box .row {
    height: 18vw;
  }
}
.module-emotions-box .row:first-child {
  height: 62%;
}
@media (max-width: 1450px) {
  .module-emotions-box .row:first-child {
    height: 30vw;
  }
}
.module-emotions-box .item-page-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.module-emotions-box .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-emotions-box .item-page-img-new {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module-emotions-box .item-page-img-new img {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-emotions-box .backstretch img {
  transition: transform 0.5s ease;
}
.module-emotions-box .backstretch img:hover {
  transform: scale(1.1);
}

.module-twocolumn-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .module-twocolumn-box {
    display: block;
  }
}
.module-twocolumn-box .col {
  width: 50%;
  margin: 10px;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col {
    width: 100%;
    margin: 0;
  }
}
.module-twocolumn-box .col .item-page-img {
  height: 100%;
  min-height: 200px;
  position: relative;
}
.module-twocolumn-box .col .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col .item-page-img {
    height: 50vw;
  }
}
.module-twocolumn-box .col .item-page-txt {
  padding: 70px 100px;
  background-color: #fafafa;
  font-size: 16px;
  line-height: 160%;
}
.module-twocolumn-box .col .item-page-txt > :first-child {
  margin-top: 0;
}
.module-twocolumn-box .col .item-page-txt > :last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col .item-page-txt {
    padding: 20px;
  }
}
.module-twocolumn-box[data-dir=rtl] {
  flex-direction: row-reverse;
}

.module-teaser-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-top: 5vw;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .module-teaser-box {
    display: block;
    height: auto;
    overflow: hidden;
  }
}
.module-teaser-box .col {
  position: relative;
  margin: 10px;
}
.module-teaser-box[data-columns="1"] .col {
  width: 100%;
  height: calc(100% - 20px);
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="1"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box[data-columns="2"] .col {
  width: 50%;
  height: calc(100% - 20px);
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="2"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box[data-columns="3"] .col {
  width: 33.3333%;
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="3"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  min-height: 200px;
}
.module-teaser-box .item-page-img .backstretch {
  opacity: 0.75;
}
.module-teaser-box .item-page-txt {
  position: relative;
  height: 100%;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  color: #fff;
  line-height: 160%;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 30vh;
}
.module-teaser-box .item-page-txt > * {
  max-width: 100%;
}
.module-teaser-box .item-page-txt > *:first-child {
  margin-top: 0;
}
.module-teaser-box .item-page-txt > :last-child {
  margin-bottom: 0;
}
.module-teaser-box .item-page-txt .h2 {
  color: #fff;
  margin: 0;
}
.module-teaser-box .item-page-txt .btn-text {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 900px) {
  .module-teaser-box .item-page-txt .btn-text {
    font-size: 16px;
  }
}

.module-twocolumn-box + .module-twocolumn-box, .module-teaser-box + .module-teaser-box {
  margin-top: -50px;
}
@media (max-width: 900px) {
  .module-twocolumn-box + .module-twocolumn-box, .module-teaser-box + .module-teaser-box {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .module-twocolumn-box + .module-twocolumn-box .col:first-child, .module-teaser-box + .module-teaser-box .col:first-child {
    margin-top: 0;
  }
}

.module-content-box .stp-article {
  max-width: none;
  width: auto;
}
.module-content-box[data-dir=center] {
  text-align: center;
  margin: 40px auto 100px;
}
.module-content-box[data-dir=left] {
  text-align: left;
}

.af-col-center button {
  background-color: #a13a43;
  color: #fff !important;
  padding: 20px 50px;
}

.af-required-field-message span, .af-label-required:after {
  color: #a13a43;
}

.picker__day--outfocus {
  color: #000000;
}

.form-quick-newsletter form {
  margin: 20px 0;
}
.form-quick-newsletter form .form-item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  max-width: 100%;
  width: 350px;
}
.form-quick-newsletter form .form-item.disabled {
  background-color: #EEE;
  color: #666;
}
@media (max-width: 500px) {
  .form-quick-newsletter form .form-item {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
.form-quick-newsletter form .form-item input, .form-quick-newsletter form .form-item button, .form-quick-newsletter form .form-item a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #79786a;
  border: 1px solid #79786a;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
}
.form-quick-newsletter form .form-item input.hasDatepicker, .form-quick-newsletter form .form-item button.hasDatepicker, .form-quick-newsletter form .form-item a.hasDatepicker {
  cursor: pointer;
}
.form-quick-newsletter form .form-item button, .form-quick-newsletter form .form-item a {
  background-color: #a13a43;
  border-color: #a13a43;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.form-quick-newsletter form .form-item button:hover, .form-quick-newsletter form .form-item a:hover {
  background-color: #ebe1d1;
  border-color: #ebe1d1;
}
.form-quick-newsletter form .form-item.form-submit-request button {
  background-color: #ebe1d1;
  color: #fff;
  border: 1px solid #ebe1d1;
  border-radius: 10px !important;
  margin-right: 1px;
  position: relative;
  z-index: 2;
}
.form-quick-newsletter form .form-item.form-submit-request button:hover {
  color: #fff;
  background-color: #a13a43;
  border-color: #a13a43;
}
.form-quick-newsletter form .form-item.form-submit-booking button {
  font-size: 14px;
}
.form-quick-newsletter form .form-group {
  font-size: 0;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.form-quick-newsletter form .form-group .form-item {
  margin: 0;
  font-size: 16px;
  max-width: 100%;
  width: 150px;
  position: relative;
}
.form-quick-newsletter form .form-group .form-item.disabled {
  background-color: #EEE;
  color: #666;
}
.form-quick-newsletter form .form-group .form-item > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  color: #79786a;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1450px) {
  .form-quick-newsletter form .form-group .form-item {
    width: 130px;
  }
}
@media (max-width:1000px) {
  .form-quick-newsletter form .form-group .form-item.form-adults, .form-quick-newsletter form .form-group .form-item.form-children {
    display: none;
  }
}
.form-quick-newsletter form .form-group .form-item input, .form-quick-newsletter form .form-group .form-item button {
  text-align: center;
  font-family: "FontAwesome", "Montserrat", sans-serif;
}
.form-quick-newsletter form .form-group .form-item input.transparent {
  background: transparent;
}
.form-quick-newsletter form .form-group .form-item:first-child input, .form-quick-newsletter form .form-group .form-item:first-child button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-quick-newsletter form .form-group .form-item:last-child input, .form-quick-newsletter form .form-group .form-item:last-child button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-quick-newsletter form .form-group .form-item:first-child, .form-quick-newsletter form .form-group .form-item:last-child {
  margin-right: -1px;
}
@media (max-width: 736px) {
  .form-quick-newsletter form .form-group {
    display: block;
    margin-right: 0;
  }
  .form-quick-newsletter form .form-group .form-item {
    width: 50%;
  }
  .form-quick-newsletter form .form-group .form-item > * {
    width: 100% !important;
  }
}
@media (max-width: 736px) and (max-width: 500px) {
  .form-quick-newsletter form .form-group .form-item {
    display: inline-block;
  }
}

/* ********* footer ********* */
.stp-footer {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 3% 5%;
  color: #6e6e6e;
  position: relative;
  background-color: #fafafa;
}
body.h-mobile .stp-footer {
  padding: 3% 5% 80px;
}
.stp-footer .footer-inner {
  font-family: "Playfair Display", serif;
  position: relative;
}
.stp-footer li {
  margin: 10px 0;
}
.stp-footer a {
  color: #6e6e6e;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 500px) {
  .stp-footer a {
    padding: 2px;
    margin: 5px;
  }
}
.stp-footer a:hover {
  text-decoration: none;
}
.stp-footer .footer-item {
  margin: 30px 0;
}
.stp-footer .footer-logo svg {
  width: 200px;
}
.stp-footer .footer-socialmedia {
  font-size: 30px;
}
.stp-footer .footer-socialmedia li {
  display: inline-block;
  margin: 0 10px;
}
.stp-footer .footer-socialmedia li a {
  color: #ebe1d1;
}
.stp-footer .footer-socialmedia li a:hover {
  color: #a13a43;
}
.stp-footer .footer-location {
  font-size: 18px;
  text-transform: uppercase;
}
.stp-footer .footer-location a {
  text-decoration: none;
}
.stp-footer .footer-location i {
  margin-right: 5px;
}
.stp-footer .footer-service {
  font-family: "Montserrat", sans-serif;
}
.stp-footer .footer-service li {
  display: inline-block;
  margin: 0 2px;
}
.stp-footer .footer-service li a {
  font-size: 12px;
  color: #79786a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}
.stp-footer .footer-service.right {
  position: absolute;
  right: 0;
  top: 25%;
}
.stp-footer .footer-service.right li {
  display: block;
  margin: 0 2px;
  text-align: right;
}
.stp-footer .footer-service.right li a {
  font-size: 14px;
  color: #ebe1d1;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 900px) {
  .stp-footer .footer-service.right {
    position: relative;
    right: auto;
    top: auto;
  }
  .stp-footer .footer-service.right li {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
  }
}
.stp-footer address {
  font-style: normal;
}
.stp-footer ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.stp-footer .footer-byaltea {
  position: absolute;
  bottom: 0;
  right: -50px;
  margin: 0;
}
@media (max-width: 1350px) {
  .stp-footer .footer-byaltea {
    bottom: 50px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .stp-footer .footer-byaltea {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.stp-footer .footer-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.stp-footer .footer-row .footer-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 200px;
  margin: 0;
  padding: 13px 0;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 736px) {
  .stp-footer .footer-row .footer-item {
    justify-content: space-between;
  }
}
.stp-footer .footer-row .footer-left, .stp-footer .footer-row .footer-right {
  min-width: 50%;
}
.stp-footer .footer-row .footer-left {
  border-right: 1px solid rgba(5, 78, 129, 0.168627451);
}
.stp-footer .footer-row .footer-left img {
  margin-top: 30px;
}
@media (max-width: 736px) {
  .stp-footer .footer-row .footer-left img {
    width: 170px;
    height: auto;
  }
}
@media (max-width: 736px) {
  .stp-footer .footer-row .footer-right img {
    width: 140px;
    height: auto;
  }
}
.stp-footer .footer-row a:hover {
  text-decoration: none;
}
.stp-footer .footer-row .fa:before {
  font-size: 2em;
  margin: 0 6px;
}

/* ********* footer ********* */
.fixed-ctas {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3000;
}
body:not(.h-mobile) .fixed-ctas {
  display: none;
}
.fixed-ctas ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.fixed-ctas ul li {
  display: inline-block;
  width: 50%;
  font-size: 20px;
  line-height: 100%;
}
body.h-menuopen .fixed-ctas ul li.menu-close, body:not(.h-menuopen) .fixed-ctas ul li.menu-open {
  display: none;
}
.fixed-ctas ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-weight: bold;
}
.fixed-ctas ul li.primary.menu-open a {
  color: #a13a43;
  text-decoration: none;
}
.fixed-ctas ul li.primary.menu-close a {
  background-color: #a13a43;
  color: #fff;
  text-decoration: none;
}
.fixed-ctas ul li.secondary.menu-open a {
  color: #6e6e6e;
  text-decoration: none;
}
.fixed-ctas ul li.secondary.menu-close a {
  background-color: #ebe1d1;
  color: #a13a43;
  text-decoration: none;
}
@media (max-height: 500px) and (min-width:400px) {
  .fixed-ctas {
    display: none !important;
  }
}

/* ********* form ********* */
.text-right {
  text-align: right;
}

/* ******* weather ********** */
.forecastdays {
  text-align: center;
  padding: 0;
  margin: 2em 0 1em;
}
.forecastdays li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  width: 70px;
  margin: 5px;
  padding: 10px;
  color: #6e6e6e;
  vertical-align: top;
  background-color: #fff;
  overflow: hidden;
}
.forecastdays li .wi {
  margin: 0;
  width: auto;
}
.forecastdays .date {
  font-size: 15px;
  text-align: center;
  color: #6e6e6e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: bold;
}
.forecastdays .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
  margin: 5px auto;
  color: #6e6e6e;
}
.forecastdays .temp {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.forecastdays .temp .max {
  color: #ebe1d1;
  width: 50%;
  float: left;
}
.forecastdays .temp min {
  color: #6e6e6e;
  width: 50%;
  float: left;
}

.floater {
  text-align: center;
}
.floater img {
  background: none;
  display: inline-block;
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}

.gallery-box-single-album {
  display: none;
}

/* ******* gallery ********** */
.jmgal_categorie {
  font-size: 0;
  margin: 40px 0;
}
.jmgal_categorie .jg_row {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.33333%;
  margin-bottom: 0;
}
@media (max-width: 736px) {
  .jmgal_categorie .jg_row {
    width: 50%;
  }
}
.jmgal_categorie .jg_row * {
  display: inline-block;
  vertical-align: top;
}
.jmgal_categorie .jg_imgalign_catimgs {
  margin: 10px !important;
}
.jmgal_categorie img {
  display: block;
  width: 100%;
  height: auto;
}

.jmgal_albums {
  font-size: 0;
}
.jmgal_albums .jg_element_gal {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.33333%;
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  .jmgal_albums .jg_element_gal {
    width: 50%;
  }
}
.jmgal_albums .jg_element_gal img {
  display: block;
  width: 100%;
  height: auto;
}
.jmgal_albums .jg_element_gal * {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.jmgal_albums .jg_element_gal .jg_imgalign_gal {
  display: block;
}
.jmgal_albums .jg_element_gal .jg_element_txt {
  display: block;
  margin-top: 0;
  font-size: 16px;
}
.jmgal_albums .jg_photo_container {
  margin: 10px !important;
}

.jg_back {
  text-align: center;
}

.singlealbumbox {
  /* the slides */
  /* the parent */
}
.singlealbumbox .slick-slide {
  margin: 0 10px;
}
.singlealbumbox .slick-list {
  margin: 0 -10px;
}
.singlealbumbox .slick-arrow {
  position: absolute;
  top: 32%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 54px;
  text-align: center;
  left: -25px;
  z-index: 20;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
  color: #ebe1d1;
}
@media (max-width: 750px) {
  .singlealbumbox .slick-arrow {
    display: none !important;
  }
}
.singlealbumbox .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}

.module-aside-gallery {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.module-aside-gallery ul, .module-aside-gallery li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
}
.module-aside-gallery ul a, .module-aside-gallery li a {
  display: inline-block;
  position: relative;
  color: #fff;
}
.module-aside-gallery ul a img, .module-aside-gallery li a img {
  display: block;
  width: 100%;
  height: auto;
}
.module-aside-gallery li {
  width: 25%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 900px) {
  .module-aside-gallery li {
    width: 33.333%;
  }
  .module-aside-gallery li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 736px) {
  .module-aside-gallery li:first-child {
    width: 100%;
    display: block;
  }
  .module-aside-gallery li:nth-child(2), .module-aside-gallery li:nth-child(3), .module-aside-gallery li:nth-child(4) {
    display: none;
  }
}
.module-aside-gallery .btn {
  position: relative;
  margin: 0 auto;
  z-index: 20;
}
.module-aside-gallery .btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #a13a43;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #a13a43;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 900px) {
  .module-aside-gallery .btn a {
    width: 100%;
  }
}
.module-aside-gallery .btn a:hover {
  background-color: #fff;
  color: #a13a43;
  border: 1px solid #a13a43;
}

.hiddenfancyboxgallery {
  display: none;
}

/* ********* offerte ********* */
.offer-component-box {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 50px;
}

.offer-component-item .module-rooms-slider, .offer-component-item .module-twocolumn-box {
  margin: 0 auto;
}
@media (max-width: 900px) {
  .offer-component-item .module-rooms-slider, .offer-component-item .module-twocolumn-box {
    display: block;
    margin-bottom: 20px;
  }
}
.offer-component-item .module-rooms-slider {
  display: none;
  padding-bottom: 40px;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

.leading-item {
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecec7;
  padding-bottom: 10px;
}

.omap {
  position: relative;
  width: 100%;
  height: 60vh;
  display: block;
  background: url(https://www.villa-christina.com/templates/stp/img/map.png) center center no-repeat;
  background-size: cover;
}

.fakeFullLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

@media print {
  .module-item:not(.module-content-box):not(.module-twocolumn-box), .stp-slider, .stp-header, .form-quick-newsletter, main > .module-content-box:first-child, main > .module-content-box:last-child,
  .footer-item:not(.footer-logo):not(.footer-address):not(.footer-location):not(.footer-contacts):not(.footer-copyright), .item-page-img {
    display: none !important;
  }
  .stp-footer, .module-twocolumn-box .col .item-page-txt {
    background: none !important;
  }
  .btn-text {
    display: none !important;
  }
}
#jmap_sitemap .folder {
  display: none;
}

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

