/****************************************************************

	Slider font:						font-family: 'Lora', sans-serif;
	Main font:							font-family: 'Cabin', sans-serif;

	Booking hover effects:			#DBDADA
	Main color:						#831214
	Main hover color:				#a01f21
	Sublines & Icons on beige:		#b7a69b
	Subline & Icons on white:		#b1aca8
	Background color:				#FFFFFF
	Nav background color:			#DBDADA
	Gallery background color:		#989898
	Footer background color:		#DBDADA


	
	## Buttons ##

	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Cabin', sans-serif;
	background-color: #831214;
	transition: background-color .12s ease-in-out, color .12s ease-in-out;

****************************************************************/

@import url("fonts/cabin/cabin.css");
@import url("fonts/lora/lora.css");

* {
  margin: 0;
  padding: 0;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:not(img)[data-img] {
  position: relative !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

:not(img)[data-img]::after {
  content: "";
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
}

:not(img)[data-img]::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 76px;
  height: 76px;
  border-radius: 50px;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  border-top: 2px solid #831214;
  border-left: 2px solid #831214;
  border-bottom: 2px solid #831214;
  border-right: 2px solid rgba(255, 255, 255, 0);
  animation-name: loading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

input:not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

*:focus {
  outline: none;
}

iframe {
  max-width: 100%;
}

.ui-datepicker-trigger {
  display: none;
}

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

body {
  background-color: #ffffff;
  font-family: "Lora", serif;
  color: #7a7a7a;
  font-size: 17px;
}

.text {
  font-size: 16px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: normal;
  font-family: "Cabin", sans-serif;
  text-transform: uppercase;
}

.text h1 {
  font-size: 24px;
}

.text h2 {
  font-size: 22px;
}

.text h3 {
  font-size: 18px;
  color: #b7a69b;
}

.text h4 {
  font-size: 18px;
}

.text h5 {
  font-size: 16px;
}

.text h6 {
  font-size: 15px;
}

.text p {
  min-height: 32px;
  line-height: 32px;
}

.text .res-table {
  overflow-x: auto;
}

.text .res-table-info {
  display: none;
  font-size: 0.85em;
  line-height: 1.3em;
  opacity: 0.4;
  margin-top: 10px;
}

.text .res-table-info::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-right: 5px;
}

.text .block {
  display: block;
}

.text a {
  color: #831214;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}

.text img {
  max-width: 100%;
  height: auto !important;
}

.text ol {
  padding-left: 15px;
}

.text ol li {
  padding-left: 7px;
  line-height: 27px;
}

.text ul:not(.nav) {
  padding-left: 35px;
}

.text ul:not(.nav) li {
  line-height: 26px;
}

.text hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #e4e4e4;
}

.text table {
  border-collapse: collapse;
  border: 0;
  min-width: 400px;
}

.text table thead {
  background-color: #831214;
  color: #fff;
}

.text table th {
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text table td:not(:last-of-type) {
  border-right: 1px solid #d9d9d9;
}

.text table tbody tr {
  background-color: #fff;
}

.text table tbody tr td {
  padding-top: 11px;
  padding-bottom: 11px;
}

.text table tbody tr:nth-child(2n + 2) {
  background-color: rgba(0, 0, 0, 0.035);
}

.text table tr > * {
  padding-left: 17px;
  padding-right: 17px;
  text-align: left;
}

.text form .block {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}

.text form .block > div {
  width: 100%;
  padding-bottom: 7px;
}

.text form .block .radio-group {
  margin-right: 7px;
  margin-left: 20px;
}

.text form .block .checkbox {
  margin-left: 7px;
}

.text form .p-block {
  width: 100%;
}

.text form .p-block {
  width: 100%;
}

.text form .h-block {
  margin-bottom: 0;
}

.text form .block label {
  flex-grow: 0;
  flex-shrink: 0;
}

.text form .block input,
.text form .block select,
.text form .block textarea {
  display: block;
  box-sizing: border-box;
  font-size: 12px;
  font-family: "Cabin", sans-serif;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-top: 3px;
}

.text form .block input.required:not([type="checkbox"]):not([type="radio"]) {
  background-image: url(/img/static/required.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.text form .block input[type="radio"],
.text form .block input[type="checkbox"] {
  display: inline-block;
  margin-top: 0;
}

.text form .block input[type="text"],
.text form .block input[type="email"],
.text form .block input[type="number"],
.text form .block input[type="tel"] {
  padding: 0 15px;
  width: 75%;
  margin-right: 25%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid #dfdfdf;
  height: 35px;
  color: #a5a5a5;
  transition: border 0.12s ease-in-out;
}

.text form .block input[type="text"]:hover,
.text form .block input[type="email"]:hover,
.text form .block input[type="number"]:hover,
.text form .block input[type="tel"]:hover {
  border: 1px solid #a7a7a7;
}

.text form .block input[type="text"]:focus,
.text form .block input[type="email"]:focus,
.text form .block input[type="number"]:focus,
.text form .block input[type="tel"]:focus {
  border: 1px solid #831214;
}

.text form .block select {
  padding: 0 15px;
  width: 75%;
  margin-right: 25%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid #dfdfdf;
  height: 35px;
  color: #a5a5a5;
  cursor: pointer;
  transition: border 0.12s ease-in-out;
}

.text form .block select:hover {
  border: 1px solid #a7a7a7;
}

.text form .block select:focus {
  border: 1px solid #831214;
}

.text form .block textarea {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dfdfdf;
  color: #a5a5a5;
  min-height: 150px;
  transition: border 0.12s ease-in-out;
}

.text form .block textarea:hover {
  border: 1px solid #a7a7a7;
}

.text form .block textarea:focus {
  border: 1px solid #831214;
}

.text form .block label[for="mail-to-guest"] {
  margin-right: 7px;
  margin-left: 8px;
}

.text form .captcha-block img {
  border: 1px solid #dfdfdf;
}

.text form .captcha-block a {
  display: block;
  color: #831214;
  text-decoration: none;
  width: 100%;
  margin-bottom: 10px;
}

.text form .block input[type="submit"] {
  width: 176px;
  height: 50px;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  background-color: #831214;
  display: block;
  text-align: center;
  line-height: 50px;
  transition: background-color 0.3s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
}

.text form .block input[type="submit"]:hover {
  background-color: #831214;
}

.text form .h-block {
  position: relative;
  margin-bottom: 20px;
}

.text form .h-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.text form .h-block h2 {
  font-size: 18px;
  font-weight: bold;
}

.text .nav-tabs > li.active > a {
  background-color: #831214;
  border: 1px solid #831214;
}

.text .button-plugin {
  height: 46px;
  color: #ffffff;
  text-decoration: none;
  background-color: #831214;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  padding: 0 36px;
}

.text .button-plugin.btn-light {
  background-color: #000;
}

.text .bootstrap-tabs .nav-tabs .tab-li {
  border: 0;
  margin-left: 1px;
  background-color: #eee;
}

.text .bootstrap-tabs .nav-tabs .tab-li:not(.active):hover {
  background-color: #dedede;
}

.bootstrap-tabs .nav-tabs .tab-li.active {
  background-color: #831214;
  color: #fff;
}

.text .bootstrap-tabs .tab-content .tab-pane.active {
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0);
}

.bootstrap-tabs .tab-content .tab-pane .tab-pane-content {
  border: 0;
  background: rgba(255, 255, 255, 0);
  padding: 25px 34px;
  margin: 0;
}

.wrapper {
  width: 1230px;
}

.page-header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.page-header .logo-sec {
  margin: 0 auto;
  height: 107px;
  padding-top: 11px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.page-header .logo-sec .left,
.page-header .logo-sec .right {
  width: 40%;
  flex-grow: 0;
  flex-shrink: 0;
}

.page-header .logo-sec .mid {
  width: 20%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}

.page-header .logo-sec .mid img {
  width: auto;
  height: 105px;
  padding-top: 0;
}

.page-header .logo-sec .mid a {
  text-decoration: none;
  font-weight: 400;
  font-style: italic;
  font-family: "Lora", serif;
  font-size: 30px;
  color: #831214;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.page-header .logo-sec .left ul {
  display: flex;
  list-style: none;
}

.page-header .logo-sec .left ul li {
  padding-right: 19px;
}

.page-header .logo-sec .left ul li a {
  color: #1f1f1f;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.12s ease-in-out;
}

.page-header .logo-sec .left ul li a:hover,
.page-header .logo-sec .left ul li a:focus {
  color: #831214;
}

.page-header .logo-sec .right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.page-header .logo-sec .right ul li {
  padding-left: 28px;
}

.page-header .logo-sec .right ul li a {
  color: #1f1f1f;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.12s ease-in-out;
}

.page-header .logo-sec .right ul li a:hover {
  color: #831214;
}

.page-header .logo-sec .right ul li a i {
  padding-right: 5px;
  font-size: 14px;
}

.page-header .logo-sec .right ul li .change-lang {
  width: 16px;
  height: 12px;
  display: block;
  background-size: cover;
}

.site-active > a.noimg {
  color: #fff !important;
}

@media (min-width: 1081px) {
  body:not(.mobile) .page-header .m-nav {
    background-color: #f1f1f1;
    height: 48px;
  }

  body:not(.mobile) .page-header .m-nav > ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }

  body:not(.mobile) .page-header .m-nav > ul > li {
    position: relative;
  }

  body:not(.mobile) .page-header .m-nav > ul > li > a {
    display: block;
    padding: 0 28px;
    height: 48px;
    line-height: 47px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    background-color: rgba(51, 7, 7, 0);
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    font-family: "Cabin", sans-serif;
    text-transform: uppercase;
  }

  body:not(.mobile) .page-header .m-nav > ul > li:hover > a,
  body:not(.mobile) .page-header .m-nav > ul > li > a:focus,
  body:not(.mobile) .page-header .m-nav > ul > li.site-active > a {
    color: #831214;
    background-color: #dbdada;
    font-family: "Cabin", sans-serif;
    text-transform: uppercase;
  }

  body:not(.mobile) .page-header .m-nav ul li ul {
    position: absolute;
    z-index: 3;
    background-color: rgba(51, 7, 7, 0);
    top: 35px;
    padding: 15px 0;
    min-width: 270px;
    list-style: none;
    visibility: hidden;
    transition: background-color 0.25s ease-in-out, top 0.25s ease-in-out;
  }

  body:not(.mobile) .page-header .m-nav ul li:hover > ul,
  body:not(.mobile) .page-header .m-nav ul li:focus > ul {
    visibility: visible;
    color: #831214;
    background-color: #dbdada;
    font-family: "Cabin", sans-serif;
    text-transform: uppercase;
    top: 48px;
  }

  body:not(.mobile) .page-header .m-nav > ul > li > ul > li.site-active {
    background-color: #831214;
  }

  body:not(.mobile) .page-header .m-nav ul li ul li a {
    display: block;
    padding: 12px 25px;
    font-size: 15px;
    color: #831214;
    text-decoration: none;
    white-space: nowrap;
  }

  body:not(.mobile) .page-header .m-nav ul li ul li a:hover,
  body:not(.mobile) .page-header .m-nav ul li ul li a:focus {
    /* text-decoration: underline; */
    background-color: #831214;
    color: #fff;
  }
}

.page-header .n-shadow {
  height: 12px;
  width: 100%;
  background-image: url(/img/nav-shadow.png);
  background-repeat: repeat-x;
  opacity: 0.4;
}

.mobile-nav {
  display: none;
}

.head-spacer {
  height: 182px;
}

.room-cont {
  display: flex;
}

.room-cont .main-slides {
  width: 78%;
  flex-grow: 0;
  flex-shrink: 0;
}

.room-cont .room-info {
  width: 22%;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.main-slides {
  position: relative;
  height: 590px;
}

.booking-page .main-slides {
  display: none;
}

.main-slides .c2a {
  position: absolute;
  z-index: 2;
  top: 70px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main-slides .c2a .icon {
  background-color: #831214;
  text-decoration: none;
  width: 53px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  font-size: 18px;
  color: #dbdada;
  margin-bottom: 9px;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.main-slides .c2a .icon:hover,
.main-slides .c2a .icon:focus {
  color: #831214;
  background-color: #dbdada;
}

.main-slides .c2a .suitcase {
  background-color: #831214;
  color: #dbdada;
}

.main-slides .c2a .suitcase:hover,
.main-slides .c2a .suitcase:focus {
  background-color: #831214;
  color: #dbdada;
}

.main-slides .item .vid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 3;
  overflow: hidden;
}

.ca_widget {
  width: 167px;
  display: block;
  text-decoration: none;
}

.ca_widget .caw_header {
  background-color: #831214;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 7px;
}

.ca_widget .caw_header .cawh_left {
  font-size: 12px;
  font-weight: 700;
}

.ca_widget .caw_cont {
  background-color: #f4f4f4;
  padding: 12px 10px;
  border-bottom: 4px solid #b1aca8;
  background-image: url(/img/ca_widget_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.ca_widget .caw_cont .caw_mark {
  font-weight: 700;
  color: #7a7a7a;
  font-size: 13px;
  text-transform: uppercase;
}

.ca_widget .caw_cont .caw_percent {
  font-size: 35px;
  color: #313131;
}

.ca_widget .caw_cont .caw_amount_ratings {
  font-weight: 700;
  color: #313131;
  font-size: 11px;
}

.ca_widget .caw_cont .caw_amount_portals {
  color: #7a7a7a;
  font-size: 11px;
  font-style: italic;
}

.ca_widget .caw_cont .caw_more {
  color: #831214;
  font-size: 11px;
  text-decoration: underline;
  padding-top: 3px;
  display: block;
}

.main-slides .slides {
  height: 590px;
}

.main-slides .slides .item {
  height: 590px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}

.main-slides .slides .owl-nav {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.main-slides .slides .owl-nav .owl-prev {
  color: rgba(255, 255, 255, 1);
  padding-left: 30px;
  font-size: 48px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.main-slides .slides .owl-nav .owl-next {
  color: rgba(255, 255, 255, 1);
  padding-right: 30px;
  font-size: 48px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.main-slides .slides .owl-dots {
  display: none;
}

.main-slides .slides .item .txt {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-slides .slides .item .txt .hl {
  font-size: 55px;
  font-family: "Lora", sans-serif;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  padding-top: 6px;
}

.main-slides .slides .item .txt .hl::before {
  content: "";
  position: absolute;
  /* background-image: url(/img/slider-logo.png); */
  width: 40px;
  height: 41px;
  background-position: center;
  background-size: cover;
  left: 50%;
  margin-left: -20px;
  top: -77px;
}

.main-slides .slides .item .txt .sl {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-top: 0;
  margin-top: 8px;
  font-family: "Lora", sans-serif;
}

.main-slides .slides .item .copyright {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
}

.main-slides .slides .item .copyright a {
  color: rgba(255, 255, 255, 0.7);
}

.main-slides .slides .item .txt .read-more {
  display: block;
  margin: 30px auto 0;
  width: 150px;
  height: 40px;
  background-color: #831214;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
}

.main-slides .slides .owl-nav.disabled {
  display: none;
}

.room-info {
  overflow: auto;
}

.room-info .change {
  margin-top: 0;
  height: 65px;
  position: relative;
}

.room-info .change .selected {
  height: 65px;
  background-color: #e8e8e8;
  padding: 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.room-info .change .selected .name {
  font-size: 16px;
}

.room-info .change .selected .icon {
  font-size: 24px;
}

.room-info .change .dropdown {
  position: absolute;
  top: 65px;
  background-color: #dcdcdc;
  left: 0;
  right: 0;
  display: none;
}

.room-info .change .dropdown ul {
  list-style: none;
}

.room-info .change .dropdown ul li a {
  color: #4a4a4a;
  text-decoration: none;
  display: block;
  padding: 20px 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.room-info .change .dropdown ul li a:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.room-info .price {
  padding: 25px 0 40px;
  color: #8d8d8d;
  text-align: center;
}

.room-info .price.rprc-loading {
  position: relative;
  color: rgba(255, 255, 255, 0);
}

.room-info .price.rprc-loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #831214;
  border-left: 2px solid #831214;
  border-bottom: 2px solid #831214;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  animation-name: loading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.room-info .price.rprc-loading span {
  color: rgba(255, 255, 255, 0);
}

.room-info .price i {
  display: block;
  width: 90%;
  margin: 27px auto 0;
  font-size: 12px;
}

.room-info .price span {
  color: #831214;
  font-size: 31px;
  font-family: arial, sans-serif;
  padding: 0 4px;
}

.room-info .room-form .form-group {
  display: flex;
  box-sizing: border-box;
  padding: 0 27px 27px;
  justify-content: space-between;
}

.room-info .room-form .form-group .input-group {
  width: 47%;
  flex-grow: 0;
  flex-shrink: 0;
}

.room-info .room-form .form-group .input-group label {
  display: block;
  font-size: 14px;
  padding-bottom: 6px;
}

.room-info .room-form .form-group .input-group input {
  box-sizing: border-box;
  padding: 0 20px;
  height: 37px;
  width: 100%;
  color: #737373;
  font-size: 13px;
  border: 1px solid #d8d8d8;
  background-color: #f5f5f5;
  font-family: "Cabin", sans-serif;
  cursor: pointer;
  transition: border 0.12s ease-in-out;
}

.room-info .room-form .form-group .input-group input:hover {
  border: 1px solid #aa99a4;
}

.room-info .room-form .form-group .input-group input:focus {
  border: 1px solid #831214;
}

.room-info .room-form button {
  height: 60px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  border: 0;
  background-color: #831214;
  cursor: pointer;
  transition: background-color 0.12s ease-in-out;
}

.room-info .room-form button:hover {
  background-color: #831214;
}

.room-info .cont-dd {
  border-bottom: 1px solid #e2e2e2;
}

.room-info .cont-dd .title {
  padding: 0 0 0 39px;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  color: #7a7a7a;
  cursor: pointer;
}

.room-info .cont-dd .txt {
  background-color: #f0f0f0;
  padding: 20px 25px;
  font-size: 14px;
  line-height: 22px;
  display: none;
}

.room-info .cont-dd .txt p {
  min-height: 16px;
}

.booking-page .content.wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.booking-page .content .main header,
.booking-page .content .main header {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.booking-page .quick-booking {
  display: none;
}

.quick-booking .inner {
  margin: 0 auto 55px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  position: relative;
}

.quick-booking .inner .bestprice {
  width: 204px;
  height: 204px;
  background-color: #831214;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: absolute;
  top: -102px;
  z-index: 2;
  left: -18px;
  flex-shrink: 0;
  flex-grow: 0;
}

.quick-booking .inner .bestprice .bestprice-cont {
  transform: rotate(-10deg);
  width: 100%;
  padding-bottom: 7px;
}

.quick-booking .inner .bestprice span {
  font-weight: bold;
  font-size: 23px;
  font-family: "Cabin", sans-serif;
  padding-top: 8px;
  display: block;
}

.quick-booking .inner .form {
  padding: 5px 40px 0 207px;
  margin: 26px 30px 28px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid #e4e4e4;
}

.quick-booking .inner .form .input-group {
  padding-right: 22px;
  flex-shrink: 0;
  flex-grow: 0;
}

.quick-booking .inner .form .input-group label {
  font-size: 15px;
  padding-bottom: 6px;
  display: block;
}

.quick-booking .inner .form .input-group input {
  box-sizing: border-box;
  padding: 0 15px;
  height: 37px;
  width: 173px;
  color: #737373;
  font-size: 14px;
  border: 1px solid #b1aca8;
  background-color: #f5f5f5;
  font-family: "Cabin", sans-serif;
  transition: border 0.12s ease-in-out;
}

.quick-booking .inner .form .input-group input:hover {
  border: 1px solid#a01f21;
}

.quick-booking .inner .form .input-group input:focus {
  border: 1px solid #831214;
}

.quick-booking .inner .form button {
  flex-shrink: 0;
  flex-grow: 0;
  width: 215px;
  height: 37px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  background-color: #831214;
  cursor: pointer;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
}

.quick-booking .inner .form button:hover {
  background-color: #dbdada;
  color: #831214;
}

.quick-booking .inner .info {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 35px 0 0;
}

.quick-booking .inner .info ul {
  list-style: none;
}

.quick-booking .inner .info ul li {
  position: relative;
  font-size: 15px;
  padding: 4px 0 4px 27px;
}

.quick-booking .inner .info ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  color: #831214;
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 6px;
}

.teasers {
  width: 1244px;
  margin: 0 auto 75px;
}

.teasers[data-slide="false"] .cont {
  display: flex;
  flex-wrap: wrap;
}

.teasers .item {
  box-sizing: border-box;
}

.teasers[data-slide="false"] .item {
  border: 15px solid #ffffff;
  border-bottom: 30px solid #ffffff;
}

.teasers[data-slide="false"][data-items="2"] .item {
  border: 25px solid #ffffff;
  border-bottom: 40px solid #ffffff;
}

.teasers .item .title {
  padding: 0 0 16px;
  border-bottom: 4px solid #831214;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
}

.teasers .item .img {
  height: 260px;
  background-size: cover;
  background-position: center center;
}

.teasers[data-slide="false"][data-items="2"] .item .img {
  height: 350px;
}

.teasers .item .info {
  display: flex;
}

.teasers .item .info .price {
  width: 63.85%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 14px 0 0 16px;
  background-color: #f1f1f1;
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #1f1f1f;
  height: 47px;
}

.teasers[data-items="4"] .item .info .price {
  font-size: 12px;
}

.teasers[data-slide="false"][data-items="2"] .item .info .price {
  height: 55px;
  padding: 20px 0 0 19px;
}

.teasers .item .info .price.fullwidth {
  width: 100%;
}

.teasers .item .info .price span {
  color: #831214;
  font-size: 22px;
  font-family: Arial, sans-serif;
  padding-left: 6px;
}

.teasers[data-items="4"] .item .info .price span {
  font-size: 19px;
}

.teasers .item .btn {
  width: 36.2%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 47px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 13px;
  background-color: #831214;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
}

.teasers[data-slide="false"][data-items="2"] .item .btn {
  height: 55px;
  font-size: 14px;
  line-height: 56px;
}

.teasers .item .btn.fullwidth {
  width: 100%;
}

.teasers .item[data-room="false"] .btn {
  width: 100%;
}

.teasers .item .btn:hover,
.teasers .item .btn:focus {
  background-color: #dbdada;
  color: #831214;
  font-weight: bold;
}

.teasers .owl-nav {
  position: absolute;
  z-index: 2;
  top: 46%;
  left: -75px;
  right: -75px;
  display: flex;
  pointer-events: none;
  justify-content: space-between;
}

.teasers .owl-nav .owl-prev,
.teasers .owl-nav .owl-next {
  color: #b7a69b;
  font-size: 46px;
  pointer-events: auto;
  transition: color 0.12s ease-in-out;
}

.teasers .owl-nav .owl-prev:hover,
.teasers .owl-nav .owl-next:hover {
  color: #831214;
}

.content {
  margin: 0 auto 90px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.content .main {
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 15px;
  margin: 0 auto;
}

.booking-page .content .main {
  width: 100%;
  padding-right: 0;
  border-right: 0;
  padding-top: 80px;
}

.content .main header {
  padding-bottom: 38px;
}

.content .main header h1,
.content .main header h2 {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  font-size: 43px;
  color: #831214;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.content .main header .subline {
  color: #b7a69b;
  font-size: 15px;
}

.placeholder-gallery[data-slide="false"] .cont {
  display: flex;
  flex-wrap: wrap;
}

.placeholder-gallery[data-slide="true"] .cont,
.placeholder-gallery[data-slide="true"] .cont .owl-item,
.placeholder-gallery[data-slide="true"] .cont .owl-item a {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #efefef;
  display: block;
}

.placeholder-gallery[data-slide="false"] .cont a {
  display: block;
  width: 25%;
  height: 160px;
  box-sizing: border-box;
  border: 5px solid #f8f4f1;
  background-size: cover;
  background-position: center;
  background-color: #efefef;
}

.placeholder-gallery .owl-nav .owl-prev,
.placeholder-gallery .owl-nav .owl-next {
  position: absolute;
  top: 43%;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.placeholder-gallery .owl-nav .owl-prev {
  left: 20px;
}

.placeholder-gallery .owl-nav .owl-next {
  right: 20px;
}

.newsbox {
  margin: 54px auto 0;
  width: 100%;
}

.newsbox[data-slide="false"] .nav {
  display: none;
}

.newsbox .item,
.placeholder-newsbox .item {
  display: flex;
  margin-bottom: 27px;
}

.newsbox .item {
  margin-bottom: 54px;
}

.newsbox .item .left,
.placeholder-newsbox .item .left {
  flex-grow: 0;
  flex-shrink: 0;
  width: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsbox .item .right,
.placeholder-newsbox .item .right {
  min-height: 370px;
  width: 65%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 50px;
  background-color: #fff;
  box-sizing: border-box;
}

.newsbox .item .right .right-cont,
.placeholder-newsbox .item .right .right-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newsbox .item .right .right-cont header,
.placeholder-newsbox .item .right .right-cont .header {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}

.newsbox .item .right .right-cont header .h3,
.placeholder-newsbox .item .right .right-cont .header .h3 {
  font-size: 27px;
  font-weight: bold;
  color: #831214;
  width: 100%;
}

.newsbox .item .right .right-cont header .subline,
.placeholder-newsbox .item .right .right-cont .header .subline {
  color: #b1aca8;
  padding-top: 3px;
}

.newsbox .item .right .right-cont .text,
.placeholder-newsbox .item .right .right-cont .txt {
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 27px;
  width: 100%;
}

.newsbox .item .right .right-cont .more,
.placeholder-newsbox .item .right .right-cont .more {
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  padding: 0 32px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  background-color: #831214;
}

.newsbox .item .right .right-cont .more:hover,
.placeholder-newsbox .item .right .right-cont .more:hover {
  color: #831214;
  background-color: #dbdada;
}

.newsbox .item .right .right-cont .more i,
.placeholder-newsbox .item .right .right-cont .more i {
  display: none;
}

.newsbox .nb-gal,
.placeholder-newsbox .nb-gal {
  height: 100%;
}

.newsbox .nb-gal .gitem,
.placeholder-newsbox .nb-gal .gitem {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.newsbox .nb-gal[data-slide="false"] .nbcont,
.placeholder-newsbox .nb-gal[data-slide="false"] .nbcont {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

.newsbox .nb-gal[data-slide="false"] .nbcont .gitem,
.placeholder-newsbox .nb-gal[data-slide="false"] .nbcont .gitem {
  border: 5px solid #fff;
  box-sizing: border-box;
}

.newsbox .nb-gal .owl-nav .owl-prev,
.newsbox .nb-gal .owl-nav .owl-next,
.placeholder-newsbox .nb-gal .owl-nav .owl-prev,
.placeholder-newsbox .nb-gal .owl-nav .owl-next {
  position: absolute;
  top: 48%;
  font-size: 24px;
  color: #fff;
}

.newsbox .nb-gal .owl-nav .owl-prev,
.placeholder-newsbox .nb-gal .owl-nav .owl-prev {
  left: 15px;
}

.newsbox .nb-gal .owl-nav .owl-next,
.placeholder-newsbox .nb-gal .owl-nav .owl-next {
  right: 15px;
}

.newsbox[data-slide="false"] .item:nth-of-type(2n + 2) .left,
.placeholder-newsbox .dir-2 .item .left {
  order: 2;
}

.newsbox[data-slide="false"] .item:nth-of-type(2n + 2) .right,
.placeholder-newsbox .dir-2 .item .right {
  order: 1;
}

.newsbox .nav .controlls-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 7px;
}

.newsbox .nav .controlls-cont i {
  color: #831214;
  padding: 0 8px;
  cursor: pointer;
  font-size: 18px;
}

.newsbox .nav .controlls-cont .pagination {
  font-size: 13px;
}

.fixed-gal {
  width: 100%;
  background-color: #989898;
}

.fixed-gal .gal-text {
  margin: 0 auto;
  color: #fff;
}

.fixed-gal .gal-text .gal-headline {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  font-size: 35px;
  color: #fff;
  padding-top: 75px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.fixed-gal .gal-text .galtext {
  padding-top: 17px;
}

.fixed-gal .cont {
  width: 1230px;
  margin: 0 auto;
  padding: 40px 0;
}

.fixed-gal[data-slide="false"] .cont {
  display: flex;
  flex-wrap: wrap;
}

.fixed-gal .cont .item {
  height: 180px;
  background-color: #1f1f1f;
  background-size: cover;
  background-position: center;
  display: block;
}

.fixed-gal[data-slide="false"] .cont .item {
  box-sizing: border-box;
  border: 10px solid #989898;
}

.fixed-gal .cont .owl-nav .owl-prev,
.fixed-gal .cont .owl-nav .owl-next {
  position: absolute;
  z-index: 2;
  top: 43%;
  font-size: 34px;
  color: #fff;
  transition: color 0.25s ease-in-out;
}

.fixed-gal .cont .owl-nav .owl-prev {
  left: -50px;
}

.fixed-gal .cont .owl-nav .owl-next {
  right: -50px;
}

.fixed-gal .cont .owl-nav .owl-prev:hover,
.fixed-gal .cont .owl-nav .owl-next:hover {
  color: #831214;
}

/* ARRANGEMENTS */

.arrs-width {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.arrangement-group {
  background-color: #989898;
  padding: 25px 0 30px;
}

.arrangement-group .cont {
  width: 1230px;
  margin: 0 auto;
}

.arrangement-group .cont .item .title {
  text-align: center;
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 13px;
  position: relative;
  color: #fff;
}

.arrangement-group .cont .item .title::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 24px;
  height: 1px;
  left: 50%;
  margin-left: -12px;
  background-color: rgba(255, 255, 255, 0.15);
}

.arrangement-group .cont .item .img {
  width: 100%;
  height: 210px;
  background-color: #c3c3c3;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrangement-group .cont .item .img label {
  display: block;
  width: 53px;
  height: 49px;
  background-color: #1f1f1f;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.arrangement-group .cont .item .img label::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
  margin-left: -9.5px;
  transition: transform 0.8s cubic-bezier(0.19, 0.95, 0.45, 1.56);
}

.arrangement-group .cont .item .img label:hover::before {
  transform: rotate(180deg);
}

.arrangement-group .cont .item .img label::after {
  content: "";
  position: absolute;
  height: 19px;
  width: 1px;
  background-color: #ffffff;
  left: 50%;
  margin-left: -0.5px;
  top: 50%;
  margin-top: -9.5px;
  transition: transform 0.8s cubic-bezier(0.19, 0.95, 0.45, 1.56);
}

.arrangement-group .cont .item .img label:hover::after {
  transform: rotate(180deg);
}

.arrangement-group .cont .item .info {
  color: #fff;
  text-decoration: none;
}

.arrangement-group .cont .item .info .box {
  display: flex;
}

.arrangement-group .cont .item .info .box .book {
  order: 2;
  background-color: #831214;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
}

.arrangement-group .cont .item .info .box .book:hover {
  background-color: #dbdada;
  color: #831214;
}

.arrangement-group .cont .item .info .box .seperator {
  display: none;
}

.arrangement-group .cont .item .info .box .price {
  order: 1;
  font-size: 13px;
  color: #1f1f1f;
  background-color: #dbdada;
  width: 128px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 7px 12px 7px 12px;
  box-sizing: border-box;
}

.arrangement-group .cont .item .info .box .price span {
  font-weight: bold;
  font-size: 15px;
  color: #831214;
}

.arrangement-group .cont .item .info .arrow {
  display: none;
}

.arrangement-group .cont .owl-prev,
.arrangement-group .cont .owl-next {
  font-size: 39px;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 42%;
  z-index: 1;
}

.arrangement-group .cont .owl-prev:hover,
.arrangement-group .cont .owl-next:hover {
  color: rgba(255, 255, 255, 1);
}

.arrangement-group .cont .owl-prev {
  left: -67px;
}

.arrangement-group .cont .owl-next {
  right: -67px;
}

.arrangement {
  display: flex;
  flex-wrap: wrap;
}

.arrangement .left {
  width: 35.25%;
  flex-grow: 0;
  flex-shrink: 0;
}

.arrangement .left .img {
  width: 100%;
  height: 320px;
  background-color: #c3c3c3;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrangement .left .info {
  display: flex;
  justify-content: flex-end;
}

.arrangement .left .info:hover {
  text-decoration: none;
}

.arrangement .left .info .box {
  width: 235px;
  padding: 18px 26px 0 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  top: -28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.arrangement .left .info .box .book {
  font-size: 14px;
  text-transform: uppercase;
}

.arrangement .left .info .box .seperator {
  margin-top: 2px;
  width: 24px;
  height: 1px;
  background-color: #e4e4e4;
}

.arrangement .left .info .box .price {
  color: #1f1f1f;
  font-size: 12px;
  margin-top: 9px;
}

.arrangement .left .info .box .price span {
  color: #4a4a4a;
  font-size: 16px;
}

.arrangement .left .info .arrow {
  background-color: #831214;
  position: relative;
  top: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}

.arrangement .left .info:hover > .arrow {
  width: 30px;
}

.arrangement .left .info .arrow i {
  color: #ffffff;
  font-size: 18px;
}

.arrangement .right {
  width: 64.75%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 40px;
}

.arrangement .right .headline {
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  font-style: italic;
  font-family: "Lora", sans-serif;
  font-size: 26px;
  color: #831214;
}

.arrangement .right .headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #e4e4e4;
}

.arrangement .right .txt {
  margin-top: 0;
}

/* ARRANGEMENT PLACEHOLDER
   ----------------------------- */

.placeholder-arrs .item {
  display: flex;
  background-color: #fff;
}

.placeholder-arrs .item:not(:last-child) {
  margin-bottom: 45px;
}

.placeholder-arrs .item .left {
  width: 437px;
  height: 410px;
  background-size: cover;
  background-position: center;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

.placeholder-arrs .item:nth-child(2n + 2) .left {
  order: 2;
}

.placeholder-arrs .item .left .cont {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: rgba(20, 20, 20, 0.4);
}

.placeholder-arrs .item .left .cont .sub-heading {
  font-size: 15px;
  padding-bottom: 7px;
  padding-top: 20px;
}

.placeholder-arrs .item .left .cont .heading {
  font-size: 32px;
  text-align: center;
  max-width: 80%;
  line-height: 40px;
  font-family: "Lora", sans-serif;
}

.placeholder-arrs .item .left .cont .price {
  padding-top: 118px;
  padding-bottom: 8px;
}

.placeholder-arrs .item .left .cont .price strong {
  font-size: 18px;
  font-weight: bold;
}

.placeholder-arrs .item .left .cont .btn-booking {
  font-family: "Cabin", sans-serif;
  width: 237px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #831214;
  text-transform: uppercase;
}

.placeholder-arrs .item .left .cont .btn-booking i {
  font-size: 20px;
  width: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  transition: width 0.3s cubic-bezier(0.42, 0.72, 0.37, 1.2);
}

.placeholder-arrs .item .left .cont .btn-booking:hover > i {
  width: 22px;
}

.placeholder-arrs .item .right {
  height: 410px;
  width: calc(100% - 437px);
  padding: 0 53px;
  box-sizing: border-box;
  border-bottom: 41px solid #fff;
  border-top: 41px solid #fff;
  overflow: hidden;
}

.placeholder-arrs .item .right .heading {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 23px;
}

footer {
  background-color: #f1f1f1;
  border-top: 4px solid #f1f1f1;
  padding: 41px 0 60px;
}

footer .cont {
  margin: 0 auto;
}

footer .cont .top {
  font-style: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdada;
}

footer .cont .top ul {
  list-style: none;
  color: #831214;
  font-size: 13px;
  display: flex;
}

footer .cont .top ul li {
  padding-right: 26px;
  position: relative;
}

footer .cont .top ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 4px;
  height: 1px;
  background-color: #831214;
  top: 50%;
  right: 11px;
}

footer .cont .top ul li a {
  color: #831214;
  text-decoration: none;
}

footer .cont .top ul li a:hover {
  text-decoration: underline;
}

footer .cont .bot {
  padding-top: 16px;
}

footer .cont .bot ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  font-size: 13px;
}

footer .cont .bot ul li {
  padding-left: 20px;
}

footer .cont .bot ul li a,
footer .cont .bot ul li label {
  text-decoration: none;
  color: #831214;
  cursor: pointer;
  transition: color 0.12s ease-in-out;
}

footer .cont .bot ul li a:hover,
footer .cont .bot ul li label:hover {
  color: #dbdada;
}

.footer-socials-wrap {
  display: flex;
}

div#TA_cdsratingsonlynarrow86 {
  opacity: 0;
  -moz-animation: cssAnimation 2s;
  /* Firefox */
  -webkit-animation: cssAnimation 2s;
  /* Safari and Chrome */
  -o-animation: cssAnimation 2s;
  /* Opera */
  animation: cssAnimation 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cssAnimation {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cdsROW.cx_brand_refresh .logo img {
  width: 115px;
  padding: 4px 0;
}

footer .cont .bot .socials {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-left: auto;
}

footer .cont .bot .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #831214;
  width: 37px;
  height: 33px;
  margin-left: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.12s ease-in-out, background-color 0.12s ease-in-out;
}

footer .cont .bot .socials a:hover {
  background-color: #dbdada;
  color: #831214;
}

.popup__check {
  display: none;
}

.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.12s ease-in-out;
}

.popup__check:checked + .popup {
  visibility: visible;
  opacity: 1;
}

.popup .bg-close {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup .inner {
  position: relative;
  background-color: #fff;
  z-index: 102;
  width: 660px;
  height: 440px;
  left: 50%;
  top: 10%;
  margin-left: -330px;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  transition: top 0.5s ease-in-out;
}

.popup__check:checked + .popup .inner {
  top: 16%;
}

.popup .inner .close {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 104;
  top: -55px;
  right: -55px;
  background-color: #831214;
  transform: rotate(-45deg);
}

.popup .inner .close-label {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 105;
  top: -55px;
  right: -55px;
  transform: rotate(-45deg);
  cursor: pointer;
}

.popup .inner .close-icon {
  margin-top: 49px;
  margin-left: 9px;
}

.popup .inner .close-icon .strp-1 {
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.popup .inner .close-icon .strp-2 {
  height: 16px;
  width: 2px;
  background-color: #fff;
  margin-left: 7px;
  margin-top: -9px;
}

.popup .inner .cont {
  position: absolute;
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  box-sizing: border-box;
  padding: 26px 36px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+47,0.2+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 47%,
    rgba(255, 255, 255, 0.6) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 47%,
    rgba(255, 255, 255, 0.6) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 47%,
    rgba(255, 255, 255, 0.6) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=0 ); /* IE6-9 */
}

.popup .inner .cont header {
  padding-bottom: 13px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b1aca8;
}

.popup .inner .cont header h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #831214;
}

.viatoPrc {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 3;
  z-index: 9999;
}

/** PLUGINS **/
.ui-datepicker-header {
  background-color: #831214;
}

.ui-datepicker-calendar th {
  color: #1f1f1f;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  color: #1f1f1f;
}

.ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #831214;
  border: 1px solid #831214;
}

#swipebox-overlay {
  background-color: #dbdada;
}

#swipebox-next,
#swipebox-prev {
  background-color: #831214;
}

.gal-btn {
  background-color: #831214;
}

.vcms__popup .inner .bg .header {
  background-color: #831214;
}

.vcms__popup .inner .bg .footer .booking-btn {
  border: 2px solid #831214;
  background-color: #831214;
}

body:not(.mobile) .vcms__popup .inner .bg .footer .booking-btn:hover {
  border: 2px solid #dbdada;
  background-color: #dbdada;
  color: #831214;
}

body:not(.mobile) .vcms__popup .inner .bg .footer .close:hover {
  background-color: #dbdada;
  color: #831214;
  border: 2px solid #dbdada;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #831214;
}

.text .bootstrap-tabs .nav-tabs .tab-li {
  background-color: #f1f1f1;
}

.bootstrap-tabs .nav-tabs .tab-li.active {
  background-color: #831214;
}

.bootstrap-tabs .tab-content .tab-pane .tab-pane-content {
  background: #fff;
}

.bootstrap-tabs > .nav-tabs > .tab-li {
  padding: 11px 14px;
}

.bootstrap-tabs > .nav-tabs > .tab-li.active {
  margin-bottom: 0;
}

.bootstrap-tabs > .nav-tabs > .tab-li.active > .tab-link {
  padding: 8px 14px;
}

.text .bootstrap-tabs .tab-content .tab-pane.active {
  border: 0;
}

.bootstrap-tabs > .nav-tabs {
  margin-left: -1px;
  margin-bottom: 1px;
}

.tb_container .tb_title {
  background-color: #dbdada;
  border: 0;
  padding: 14px 18px;
  box-sizing: border-box;
}

.tb_container .tb_title .tb_title_editable::after {
  color: #831214;
}

.btbutton .viato_widget {
  background-color: #dbdada;
}

.btbutton.btn-dark .viato_widget {
  background-color: #831214;
}

.text .bootstrap-tabs .nav-tabs .tab-li:not(.active):hover {
  background-color: #dbdada;
  color: #831214;
}

@media (max-width: 1660px) {
  .room-page .room-cont .main-slides {
    width: 75%;
  }
  .room-page .room-cont .room-info {
    width: 25%;
  }
}

@media (max-width: 1440px) {
  .teasers .owl-nav {
    top: auto;
    left: 5px;
    right: 5px;
    bottom: -37px;
  }
  .teasers .owl-nav .owl-prev,
  .teasers .owl-nav .owl-next {
    font-size: 27px;
  }
  .arrangement-group .cont .owl-next {
    right: -38px;
  }
  .arrangement-group .cont .owl-prev {
    left: -38px;
  }
}

@media (max-width: 1380px) {
  .fixed-gal .cont .owl-nav .owl-prev,
  .fixed-gal .cont .owl-nav .owl-next {
    top: auto;
    bottom: 11px;
  }
  .fixed-gal .cont .owl-nav .owl-next {
    right: 10px;
  }
  .fixed-gal .cont .owl-nav .owl-prev {
    left: 10px;
  }
  .fixed-gal .cont {
    padding: 30px 0 60px;
  }
  .wrapper,
  .fixed-gal .cont,
  .arrangement-group .cont {
    width: 90%;
  }
  .booking-page .content .main header,
  .booking-page .content .main header {
    width: 90%;
  }
}

@media (max-width: 1300px) {
  .quick-booking .inner .bestprice {
    width: 160px;
    height: 160px;
    top: -50px;
    left: 15px;
  }
  .quick-booking .inner .bestprice span {
    font-size: 18px;
    padding-top: 3px;
  }
  .quick-booking .inner.wrapper {
    width: 100%;
  }
  .main-slides .slides .owl-nav {
    bottom: 40px;
  }
  .quick-booking .inner .form {
    padding: 5px 20px 0 190px;
    margin: 26px 16px 28px 0;
  }
  .quick-booking .inner .form .input-group {
    padding-right: 17px;
  }
  .teasers {
    width: 90%;
  }
}

@media (max-width: 1280px) {
  .room-page .room-cont .main-slides {
    width: 70%;
  }
  .room-page .room-cont .room-info {
    width: 30%;
  }
}

@media (max-width: 1200px) {
  .newsbox .item .left,
  .placeholder-newsbox .item .left,
  .newsbox .item .right,
  .placeholder-newsbox .item .right {
    width: 50% !important;
  }
}

@media (max-width: 1170px) {
  .wrapper,
  .fixed-gal .cont,
  .arrangement-group .cont,
  .teasers {
    width: 93%;
  }
  .booking-page .content .main header {
    width: 93%;
  }
  .quick-booking .inner .info {
    display: none;
  }
  .quick-booking .inner .bestprice {
    position: relative;
  }
  .quick-booking .inner.wrapper {
    height: 115px;
  }
  .quick-booking .inner {
    align-items: center;
    justify-content: center;
  }
  .quick-booking .inner .form {
    padding: 0 0 0 20px;
    margin: 0;
    border-right: 0;
  }
  .quick-booking .inner .bestprice {
    left: 0;
    top: -35px;
  }
  .fixed-gal .cont .item {
    height: 120px;
  }
  .teasers .item .img {
    height: 230px;
  }
  .main-slides .slides .owl-nav .owl-prev {
    padding-left: 15px;
    font-size: 34px;
    text-shadow: none;
  }
  .main-slides .slides .owl-nav .owl-next {
    padding-right: 15px;
    font-size: 34px;
    text-shadow: none;
  }
  .main-slides .slides .owl-nav {
    bottom: 3px;
    opacity: 0.6;
  }
  .arrangement-group .cont .owl-prev {
    left: 10px;
  }
  .arrangement-group .cont .owl-next {
    right: 10px;
  }
  .arrangement-group .cont .owl-prev,
  .arrangement-group .cont .owl-next {
    top: auto;
  }
  .arrangement-group {
    padding-bottom: 52px;
  }
}

@media (min-width: 1081px) {
  .mobile .page-header .logo-sec,
  .mobile .page-header .n-shadow,
  .mobile .head-spacer,
  .mobile .page-header .m-nav,
  .mobile .main-slides .c2a {
    display: none;
  }

  .mobile .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 67px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #e4e4e4;
  }

  .mobile .mobile-nav .left {
    display: flex;
    align-items: center;
  }

  .mobile .mobile-nav .left .logo {
    height: 50px;
    width: 50px;
    margin: 0 11px;
  }

  .mobile .mobile-nav .left .logo img {
    width: 100%;
    height: auto;
  }

  .mobile .mobile-nav .left .nav-trigger {
    display: flex;
    align-items: center;
    height: 67px;
    padding-left: 18px;
    border-left: 1px solid #e4e4e4;
    cursor: pointer;
  }

  .mobile .mobile-nav .left .nav-trigger .navicon .strp {
    height: 3px;
    width: 28px;
    background-color: #831214;
    transition: transform 0.25s ease-in-out;
  }

  .mobile .mobile-nav .left .nav-trigger .navicon .strp:nth-of-type(3n + 2) {
    margin: 6px 0;
  }

  .mobile
    .mobile-nav
    .left
    .nav-trigger.active
    .navicon
    .strp:nth-of-type(3n + 1) {
    transform: rotate(45deg);
  }

  .mobile
    .mobile-nav
    .left
    .nav-trigger.active
    .navicon
    .strp:nth-of-type(3n + 2) {
    display: none;
  }

  .mobile
    .mobile-nav
    .left
    .nav-trigger.active
    .navicon
    .strp:nth-of-type(3n + 3) {
    transform: rotate(-45deg);
    margin-top: -3px;
  }

  .mobile .mobile-nav .left .nav-trigger .label {
    color: #1f1f1f;
    font-size: 14px;
    padding-left: 14px;
  }

  .mobile .mobile-nav .right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin-right: 8px;
  }

  .mobile .mobile-nav .right ul li {
    margin-left: 6px;
  }

  .mobile .mobile-nav .right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 52px;
    width: 57px;
    border: 1px solid #dedede;
    text-decoration: none;
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 14px;
  }

  .mobile .mobile-nav .right ul li a i {
    font-size: 23px;
  }

  .mobile .mobile-nav .right ul li a.book {
    border: 0;
    background-color: #831214;
    color: #fff;
  }

  .mobile .m-nav.active {
    display: block;
    position: fixed;
    top: 67px;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 10;
    background-color: #e4e4e4;
  }

  .mobile .m-nav > ul {
    padding: 30px 35px 70px;
    list-style: none;
  }

  .mobile .m-nav > ul > li {
    padding-bottom: 22px;
  }

  .mobile .m-nav > ul > li > a {
    color: #424242;
    text-decoration: none;
    font-size: 19px;
  }

  .mobile .m-nav > ul > li.site-active > a {
    color: #831214;
  }

  .mobile .m-nav > ul > li > ul {
    padding-top: 15px;
    list-style: none;
    padding-left: 23px;
  }

  .mobile .m-nav > ul > li > ul > li {
    padding-bottom: 16px;
  }

  .mobile .m-nav > ul > li > ul > li > a {
    color: #424242;
    text-decoration: none;
    font-size: 16px;
  }

  .mobile .m-nav > ul > li > ul > li.site-active > a {
    color: #831214;
  }

  .mobile .room-cont {
    margin-top: 68px;
  }
}

@media (max-width: 1080px) {
  .teasers .item .info .price {
    padding: 6px 0 0 16px;
  }

  .page-header .logo-sec,
  .page-header .n-shadow,
  .page-header .m-nav,
  .main-slides .c2a {
    display: none;
  }

  .head-spacer {
    height: 68px;
  }

  .main-slides .slides .item .txt .hl {
    margin-top: 70px;
  }

  .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 67px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #e4e4e4;
  }

  .mobile-nav .left {
    display: flex;
    align-items: center;
  }

  .mobile-nav .left .logo {
    height: 50px;
    width: 50px;
    margin: 0 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav .left .logo img {
    width: 100%;
    height: auto;
  }

  .mobile-nav .left .nav-trigger {
    display: flex;
    align-items: center;
    height: 67px;
    padding-left: 18px;
    border-left: 1px solid #e4e4e4;
    cursor: pointer;
  }

  .mobile-nav .left .nav-trigger .navicon .strp {
    height: 3px;
    width: 28px;
    background-color: #831214;
    transition: transform 0.25s ease-in-out;
  }

  .mobile-nav .left .nav-trigger .navicon .strp:nth-of-type(3n + 2) {
    margin: 6px 0;
  }

  .mobile-nav .left .nav-trigger.active .navicon .strp:nth-of-type(3n + 1) {
    transform: rotate(45deg);
  }

  .mobile-nav .left .nav-trigger.active .navicon .strp:nth-of-type(3n + 2) {
    display: none;
  }

  .mobile-nav .left .nav-trigger.active .navicon .strp:nth-of-type(3n + 3) {
    transform: rotate(-45deg);
    margin-top: -3px;
  }

  .mobile-nav .left .nav-trigger .label {
    color: #1f1f1f;
    font-size: 14px;
    padding-left: 14px;
  }

  .mobile-nav .right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin-right: 8px;
  }

  .mobile-nav .right ul li {
    margin-left: 6px;
  }

  .mobile-nav .right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 52px;
    width: 57px;
    border: 1px solid #dedede;
    text-decoration: none;
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 14px;
  }

  .mobile-nav .right ul li a i {
    font-size: 23px;
  }

  .mobile-nav .right ul li a.book {
    border: 0;
    background-color: #831214;
    color: #fff;
  }

  .m-nav.active {
    display: block;
    position: fixed;
    top: 67px;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 10;
    background-color: #e4e4e4;
  }

  .m-nav > ul {
    padding: 30px 35px 70px;
    list-style: none;
  }

  .m-nav > ul > li {
    padding-bottom: 22px;
  }

  .m-nav > ul > li > a {
    color: #424242;
    text-decoration: none;
    font-size: 19px;
  }

  .m-nav > ul > li.site-active > a {
    color: #831214;
  }

  .m-nav > ul > li > ul {
    padding-top: 15px;
    list-style: none;
    padding-left: 23px;
  }

  .m-nav > ul > li > ul > li {
    padding-bottom: 16px;
  }

  .m-nav > ul > li > ul > li > a {
    color: #424242;
    text-decoration: none;
    font-size: 16px;
  }

  .m-nav > ul > li > ul > li.site-active > a {
    color: #831214;
  }

  .room-page .room-cont .room-info {
    width: 35%;
  }

  .room-page .room-cont .main-slides {
    width: 65%;
  }

  .placeholder-arrs .item .right {
    height: auto;
    padding: 35px 45px;
    border-bottom: 0;
    border-top: 0;
  }

  .placeholder-arrs .item .left .cont .price {
    padding-top: 65px;
  }

  .placeholder-arrs .item .left {
    height: auto;
    min-height: 360px;
  }
}

@media (max-width: 1060px) {
  .newsbox .item .left,
  .placeholder-newsbox .item .left {
    border-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .teasers .item .img {
    height: 180px;
  }
  .content {
    margin-bottom: 80px;
  }
  .content .sidebar .c2a {
    display: none;
  }
  .content .main {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
  .main-slides .slides .item .txt .hl {
    font-size: 33px;
    letter-spacing: 4px;
  }
}

@media (max-width: 990px) {
  .placeholder-arrs .item {
    flex-wrap: wrap;
  }
  .placeholder-arrs .item .left {
    width: 100%;
  }
  .placeholder-arrs .item .right {
    width: 100%;
  }
  .placeholder-arrs .item .left {
    height: 340px;
  }
  .placeholder-arrs .item .left .cont .price {
    padding-top: 60px;
  }
  .placeholder-arrs .item .left .cont .sub-heading {
    padding-top: 0;
  }
  .placeholder-arrs .item .right {
    padding: 31px 39px;
  }
  .placeholder-arrs .item:not(:last-child) {
    margin-bottom: 55px;
  }
  .placeholder-arrs .item:nth-child(2n + 2) .left {
    order: 1;
  }
  .placeholder-arrs .item .right {
    order: 2;
  }
}

@media (max-width: 930px) {
	div#TA_cdsratingsonlynarrow86 {
		margin-top: 10px;
	}
  .footer-socials-wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
	flex
  }
  .room-cont {
    flex-wrap: wrap;
  }
  .room-page .room-cont .room-info {
    width: 100%;
  }
  .room-page .room-cont .main-slides {
    width: 100%;
  }
  .room-info {
    overflow: visible;
    height: auto;
  }
  .newsbox .item,
  .placeholder-newsbox .item {
    display: block;
  }
  .newsbox .item .left,
  .placeholder-newsbox .item .left {
    width: 100% !important;
    height: 300px;
  }
  .newsbox .item .right,
  .placeholder-newsbox .item .right {
    width: 100% !important;
  }
  footer .cont .top {
    border-bottom: 0;
  }
  footer .cont .top ul {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  footer .cont .top ul li {
    padding-right: 0;
    padding-bottom: 10px;
  }
  footer .cont .top ul li:not(:last-of-type)::after {
    display: none;
  }
  footer .cont .bot ul {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  footer .cont .bot ul li {
    padding-left: 0;
    padding-bottom: 10px;
  }
  footer .cont .bot .socials {
    justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 830px) {
  .quick-booking .inner .bestprice {
    left: 70px;
    top: -175px;
    position: absolute;
  }
  .arrangement .right {
    padding-left: 25px;
    width: 60%;
  }
  .arrangement .left {
    width: 40%;
  }
  .placeholder-gallery .cont a {
    width: 33%;
  }
  .quick-booking .inner .form {
    padding: 0;
  }
  #swipebox-prev {
    left: 20px;
    top: auto;
    bottom: 15px;
  }
  #swipebox-next {
    right: 20px;
    top: auto;
    bottom: 15px;
  }
  #swipebox-slider .slide img,
  #swipebox-slider .slide .swipebox-video-container,
  #swipebox-slider .slide .swipebox-inline-container {
    max-width: 95%;
  }
  #swipebox-close {
    right: 20px;
  }
  .popup .inner {
    top: 30px !important;
    left: 30px;
    right: 30px;
    bottom: 30px;
    margin: 0;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .caWidgetContainer {
    display: none;
  }
  .teasers[data-slide="false"][data-items="5"] .item,
  .teasers[data-slide="false"][data-items="4"] .item,
  .teasers[data-slide="false"][data-items="3"] .item,
  .teasers[data-slide="false"][data-items="2"] .item {
    width: 100% !important;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 750px) {
  .arrangement .left {
    width: 100%;
  }
  .arrangement .right {
    padding-left: 0;
    width: 100%;
  }
  .teasers {
    margin: 0 auto 50px;
  }
  .fixed-gal[data-slide="true"] .cont {
    padding: 30px 0 60px;
    box-sizing: border-box;
    height: 210px;
  }
  .quick-booking .inner .bestprice {
    display: none;
  }
}

@media (max-width: 630px) {
  .content {
    margin-bottom: 40px;
  }
  .main-slides .slides .item .txt .hl {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 45px;
  }
  .quick-booking .inner .form {
    flex-wrap: wrap;
    padding: 25px;
    box-sizing: border-box;
    width: 100%;
  }
  .quick-booking .inner .form .input-group {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
  }
  .quick-booking .inner .form .input-group input {
    width: 100%;
  }
  .quick-booking .inner.wrapper {
    height: auto;
  }
  .quick-booking .inner .form button {
    width: calc(100% - 20px);
    margin: 10px auto 0;
  }
  .quick-booking .inner {
    margin: 0 auto 30px;
  }
  .content .sidebar .news .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .fixed-gal[data-slide="false"] .cont .item {
    width: 50%;
  }
  .popup .inner {
    top: 10px !important;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

@media (max-width: 480px) {
  .placeholder-gallery .cont a {
    width: 50%;
  }
  .text form .block select,
  .text form .block input[type="text"],
  .text form .block input[type="email"],
  .text form .block input[type="number"],
  .text form .block input[type="tel"] {
    width: 100%;
  }
  .mobile-nav,
  .mobile-nav .left .nav-trigger {
    height: 60px;
  }
  .mobile-nav .left .logo {
    height: 40px;
    width: 40px;
    margin: 0 11px;
  }
  .mobile-nav .left .nav-trigger {
    padding-left: 14px;
  }
  .mobile-nav .left .nav-trigger .label {
    display: none;
  }
  .mobile-nav .right ul li a {
    width: 47px;
    height: 42px;
    font-size: 13px;
  }
  .mobile-nav .right ul li a i {
    font-size: 19px;
  }
  .m-nav.active {
    top: 61px;
  }

  .placeholder-gallery[data-slide="true"] .cont,
  .placeholder-gallery[data-slide="true"] .cont .owl-item,
  .placeholder-gallery[data-slide="true"] .cont .owl-item a {
    height: 250px;
  }
  .newsbox .item .left,
  .placeholder-newsbox .item .left {
    height: 220px;
  }
  .newsbox .item .right,
  .placeholder-newsbox .item .right {
    padding: 20px 28px 28px;
  }
  .head-spacer {
    height: 61px;
  }
  .content {
    padding: 0px 15px;
  }
  .newsbox:first-of-type {
    margin-top: 0;
  }
  .newsbox .item {
    margin-bottom: 30px;
  }
}

@media (max-width: 430px) {
  .fixed-gal[data-slide="false"] .cont .item {
    width: 100%;
  }
  .newsbox .item .right,
  .placeholder-newsbox .item .right {
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  .placeholder-arrs .item {
    background-color: rgba(255, 255, 255, 0);
  }
  .placeholder-arrs .item .right {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 380px) {
  .placeholder-gallery .cont a {
    width: 100%;
  }
  .quick-booking .inner .bestprice {
    display: none;
  }
  .quick-booking .inner {
    display: block;
    position: static;
  }
  .quick-booking .inner .form {
    padding: 0;
    justify-content: space-between;
  }
  .quick-booking .inner .form .input-group {
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
  }
  .quick-booking .inner .form button {
    width: 100%;
  }
  .quick-booking .inner.wrapper {
    width: 93%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 0 auto 30px;
  }
  .teasers {
    margin: 0 auto 55px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .m-nav > ul > li > ul {
    padding-left: 15px;
  }
  .m-nav > ul {
    padding: 20px 25px 70px;
  }
  .wrapper,
  .fixed-gal .cont,
  .arrangement-group .cont,
  .teasers,
  .quick-booking .inner.wrapper {
    width: 98%;
  }
  .booking-page .content .main header {
    width: 98%;
  }
  .popup .inner .cont {
    padding: 26px;
  }
}

@media (max-width: 330px) {
  .mobile-nav .right ul li a {
    width: 40px;
    height: 42px;
    font-size: 13px;
  }
}

@media (max-height: 750px) {
  .main-slides .slides .item .txt .sl {
    letter-spacing: 0;
  }
  .main-slides .slides .item .txt .hl::before {
    top: -50px;
  }
  .main-slides .slides .item .txt .hl {
    margin-top: 10px;
  }
}

@media (max-height: 500px) {
  .viatoPrc {
    bottom: 0;
  }
}

/* Individual */

input#privacy-policy {
  margin-right: 8px;
  align-self: flex-start;
  margin-top: 5px;
}

.text form .block > div {
  max-width: 95%;
}

.flag-icon-en {
  background-image: url(/cms/img/flags/4x3/gb.svg);
}

.flag-icon-de {
  background-image: url(/cms/img/flags/4x3/de.svg);
}

@media (max-width: 1080px) {
  .m-nav > ul > li > ul > li.site-active > a {
    color: #831214 !important;
  }
}

@media (max-width: 1390px) {
  .main-slides .slides .item .txt .hl {
    font-size: 50px;
  }
}

@media (max-width: 1279px) {
  .main-slides .slides .item .txt .hl {
    font-size: 45px;
  }
}

@media (max-width: 1172px) {
  .main-slides .slides .item .txt .hl {
    font-size: 40px;
  }
}

@media (max-width: 1060px) {
  .main-slides .slides .item .txt .hl {
    font-size: 35px;
  }
}

.room-page .viatoPrc {
  display: none;
}
