/*
Theme Name: Пансионат ЛАД
Theme URI:
Author: Дмитрий
Version: 1.0
*/

html,
body {
  height: 100%;
}
.window {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 60px;
}
.content {
  min-height: 100%;
}
body {
  font-family: Circe, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
  overflow-x: hidden;
  color: #252f62;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0.6em;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 48px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 5px;
  margin-bottom: 1em;
  text-transform: lowercase;
  text-align: center;
}
h2,
.h2 {
  font-size: 48px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 5px;
  margin-bottom: 1em;
  text-transform: lowercase;
}
h3,
.h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 1.8em;
}
h4,
.h4 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 1em;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
a {
  color: black;
  text-decoration: underline;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.btn {
  text-decoration: none;
}
p {
  margin: 0 0 0.6em;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #d0cece;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.8em;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}

/* wordpress styles */
/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/**
 * 14.1 Captions
 */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */
/*
.gallery {
	margin-bottom: 1.6em;
}
.gallery img{
	border: 0 !important;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}*/

/* pagenavi */
.wp-pagenavi a,
.wp-pagenavi .current {
  display: inline-block;
  padding: 2px 7px;
  text-align: center;
  vertical-align: middle;
  margin: 0 2px;
  color: #fff;
  background: #1783b4;
  text-decoration: none;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  text-decoration: none;
  background: #0e4d6c;
}

/**
 * 12.3 Comments
 */
.comments-area > :last-child {
  margin-bottom: 0;
}
.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}
.comments-title,
.comment-reply-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}
.comments-title {
  margin-bottom: 1.3333em;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-list .children > li {
  padding-left: 0.8em;
}
.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.7em;
}
.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}
.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}
.comment-metadata {
  margin-bottom: 1.6em;
}
.comment-metadata .edit-link {
  margin-left: 1em;
}
.pingback .edit-link {
  margin-left: 1em;
}
.pingback .edit-link:before {
  top: 5px;
}
.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}
.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}
.comment-content > :last-child {
  margin-bottom: 0;
}
.comment-list .reply a {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
}
.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}
.comment-form {
  padding-top: 1.2em;
}
.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
}
.comment-form input[type="submit"],
.form input[type="submit"] {
  padding: 5px 15px;
  border: 0;
  color: white;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  background: rgb(183, 183, 183);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YThiOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(183, 183, 183, 1) 1%,
    rgba(138, 139, 139, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, rgba(183, 183, 183, 1)),
    color-stop(100%, rgba(138, 139, 139, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(183, 183, 183, 1) 1%,
    rgba(138, 139, 139, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(183, 183, 183, 1) 1%,
    rgba(138, 139, 139, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(183, 183, 183, 1) 1%,
    rgba(138, 139, 139, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(183, 183, 183, 1) 1%,
    rgba(138, 139, 139, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#8a8b8b',GradientType=0 );
}
.comment-form input[type="submit"]:hover,
.form input[type="submit"]:hover {
  background: rgb(138, 139, 139);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhOGI4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    top,
    rgba(138, 139, 139, 1) 0%,
    rgba(183, 183, 183, 1) 99%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(138, 139, 139, 1)),
    color-stop(99%, rgba(183, 183, 183, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(138, 139, 139, 1) 0%,
    rgba(183, 183, 183, 1) 99%
  );
  background: -o-linear-gradient(
    top,
    rgba(138, 139, 139, 1) 0%,
    rgba(183, 183, 183, 1) 99%
  );
  background: -ms-linear-gradient(
    top,
    rgba(138, 139, 139, 1) 0%,
    rgba(183, 183, 183, 1) 99%
  );
  background: linear-gradient(
    to bottom,
    rgba(138, 139, 139, 1) 0%,
    rgba(183, 183, 183, 1) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8b8b', endColorstr='#b7b7b7',GradientType=0 );
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2em;
  display: none;
}
.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}
.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}
.comment-navigation + .no-comments {
  border-top: 0;
}
.form-allowed-tags code {
  display: none;
}
.form-submit {
  margin-bottom: 0;
}
.required {
  color: #c0392b;
}
.comment-reply-title small {
  font-size: 100%;
}
.comment-reply-title small a {
  font-size: 12px;
}

/* Выравнивание элементов по ширине */
.justify-items {
  text-align: justify;
  line-height: 0; /* Обнуляем для родителя */
  font-size: 1px; /* 1px для Opera */
  text-justify: newspaper; /* IE6-7 */
  zoom: 1; /* IE6-7 */
  text-align-last: justify; /* Включаем в работу последнюю строку*/
}
.justify-items:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.justify-items > * {
  display: inline-block;
  vertical-align: top; /* Без него в Opera будет отступ под элементами */
  text-align: left; /* IE */
  /* Востанавливаем у потомков, кроме последнего*/
  line-height: normal;
  font-size: 14px;
}

/* buttons */
.button,
button[type="submit"].button {
  display: inline-block;
  vertical-align: top;
  color: #f15a24;
  text-decoration: none;
  border: 0;
  background: white;
  outline: none;
  border-radius: 8px;
  text-align: center;
  width: 13em;
  position: relative;
  font-size: 24px;
  height: 3.6em;
  max-width: 100%;
  -webkit-transition: background-color 240ms ease-in-out;
  -moz-transition: background-color 240ms ease-in-out;
  -o-transition: background-color 240ms ease-in-out;
  transition: background-color 240ms ease-in-out;
}
.button-normal,
button[type="submit"].button-normal {
  height: 42px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 18px;
}
.button-center {
  display: block;
  margin: auto;
}
.button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.button > span {
  display: inline-block;
  vertical-align: middle;
}
.button-more > span:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.button-collapse > span:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.button-gray-light,
button[type="submit"].button-gray-light {
  background: #fdfcf9;
}
.button-white-transparent {
  background: rgba(255, 255, 255, 0.9);
}
.button:hover {
  background: #fbecc9;
}

/* link */
.link-more {
  text-decoration: none;
}
.link-more > span:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.link-collapse > span:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* form */
label {
  margin: 0;
  display: block;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
textarea {
  width: 100%;
  height: 42px;
  border: 0;
  outline: none;
  color: #b3b3b3;
  border-radius: 4px;
  padding: 0 15px;
  background: white;
}
textarea {
  height: auto;
  min-height: 100px;
}
input[type="submit"],
button[type="submit"] {
  color: #f15a24;
  -webkit-transition: background-color 240ms ease-in-out;
  -moz-transition: background-color 240ms ease-in-out;
  -o-transition: background-color 240ms ease-in-out;
  transition: background-color 240ms ease-in-out;
}
button[type="submit"].more:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 6px;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #fbecc9;
}
input.calendar {
  background-image: url(../img/calendar.png#skip);
  background-image: none, url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 38px;
}
.form-v .field {
  margin-bottom: 15px;
}

/* icon-list */
.icon-list1 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1.3em;
}
.icon-list1 li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-bottom: 48px;
  padding: 0 1%;
}
.icon-list1 .i {
  height: 90px;
  width: 90px;
  margin: 0 auto 20px;
  display: table;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-list1 .text {
  color: #8a8a8a;
}

.icon-list1 .i-eat-orange {
  background-image: url(../img/eat-orange.png#skip);
  background-image: none, url(../img/eat-orange.svg);
}
.icon-list1 .i-pool-orange {
  background-image: url(../img/pool-orange.png#skip);
  background-image: none, url(../img/pool-orange.svg);
}
.icon-list1 .i-beach-orange {
  background-image: url(../img/beach-orange.png#skip);
  background-image: none, url(../img/beach-orange.svg);
}
.icon-list1 .i-tennis-orange {
  background-image: url(../img/tennis-orange.png#skip);
  background-image: none, url(../img/tennis-orange.svg);
}
.icon-list1 .i-parking-orange {
  background-image: url(../img/parking-orange.png#skip);
  background-image: none, url(../img/parking-orange.svg);
}
.icon-list1 .i-book-orange {
  background-image: url(../img/book-orange.png#skip);
  background-image: none, url(../img/book-orange.svg);
}
.icon-list1 .i-wifi-orange {
  background-image: url(../img/wifi-orange.png#skip);
  background-image: none, url(../img/wifi-orange.svg);
}
.icon-list1 .i-children-playing-orange {
  background-image: url(../img/children-playing-orange.png#skip);
  background-image: none, url(../img/children-playing-orange.svg);
}
.icon-list1 .i-playground-orange {
  background-image: url(../img/playground-orange.png#skip);
  background-image: none, url(../img/playground-orange.svg);
}
.icon-list1 .i-badminton-orange {
  background-image: url(../img/badminton-orange.png#skip);
  background-image: none, url(../img/badminton-orange.svg);
}

.icon-list1 .i-map-blue {
  background-image: url(../img/map-blue.png#skip);
  background-image: none, url(../img/map-blue.svg);
}
.icon-list1 .i-transfer-blue {
  background-image: url(../img/transfer-blue.png#skip);
  background-image: none, url(../img/transfer-blue.svg);
}
.icon-list1 .i-eat-blue {
  background-image: url(../img/eat-blue.png#skip);
  background-image: none, url(../img/eat-blue.svg);
}
.icon-list1 .i-sport-blue {
  background-image: url(../img/sport-blue.png#skip);
  background-image: none, url(../img/sport-blue.svg);
}
.icon-list1 .i-bike-blue {
  background-image: url(../img/bike-blue.png#skip);
  background-image: none, url(../img/bike-blue.svg);
}
.icon-list1 .i-towel-blue {
  background-image: url(../img/towel-blue.png#skip);
  background-image: none, url(../img/towel-blue.svg);
}

.icon-list1 .i-location-blue {
  background-image: url(../img/location-blue.png#skip);
  background-image: none, url(../img/location-blue.svg);
}
.icon-list1 .i-phone-blue {
  background-image: url(../img/phone-blue.png#skip);
  background-image: none, url(../img/phone-blue.svg);
}
.icon-list1 .i-clock-blue {
  background-image: url(../img/clock-blue.png#skip);
  background-image: none, url(../img/clock-blue.svg);
}
.icon-list1 .i-location-double-blue {
  background-image: url(../img/location-double-blue.png#skip);
  background-image: none, url(../img/location-double-blue.svg);
}

.columnized .preload {
  display: block;
  height: 0;
  overflow: hidden;
}

/* helper styles */
.hide {
  display: none;
}
.show {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.ib {
  display: inline-block;
}
.text-md {
  font-size: 24px;
  line-height: 1.5em;
}
.orange {
  color: #f15a24;
}
.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.margin-md {
  margin-bottom: 44px;
}
.margin-sm {
  margin-bottom: 30px;
}
.force-shadow-white {
  text-shadow: #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px;
}
.white,
.white a {
  color: white;
}
.invisible {
  visibility: hidden;
}

/* custom styles */
.header-placeholder {
  margin-bottom: 40px;
}
.header-wrapper {
  background: white;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: padding 300ms ease-in-out;
  -moz-transition: padding 300ms ease-in-out;
  -o-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}
.header-wrapper.is-fixed {
  padding: 10px 0;
}
.header-wrapper.is-fixed .logo {
  width: 150px;
  height: 57px;
}
header {
}
header .logo-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
}
header .logo {
  background-image: url(../img/logo.png#skip);
  background-image: none, url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 308px;
  height: 118px;
  display: block;
  text-decoration: none;
  max-width: 100%;
  -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out, height 300ms ease-in-out;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}
header .main-menu {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  header .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  header .main-menu-wrapper {
    width: 100%;
  }
}
header .main-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
  /* width: 77%; */
  text-align: right;
}
header .main-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 4px 25px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .main-menu li {
    margin-left: 10px;
  }
  header .main-menu-wrapper {
    width: 100%;
    text-align: center;
  }
}
header .main-menu li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}

.home .sector1 {
  margin-bottom: 100px;
}
.presentation {
  overflow: hidden;
  position: relative;
}
.presentation-main {
  margin: 0 auto;
  max-width: 768px;
}
.presentation-slider-wrapper {
  position: relative;
}
.presentation-slider-wrapper .bx-viewport {
  overflow: inherit !important;
}
.presentation-slider {
  height: 100%;
}
.presentation .items {
  margin: auto;
}
.presentation-slide {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: black;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  width: 768px;
  float: none !important;
}
.presentation-slide .inner {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  max-height: 465px;
  overflow: hidden;
}
/* .presentation-slide .inner img {
  width: 100%;
} */
.presentation-slide.current-slide .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.presentation-slide.prev-slide .inner,
.presentation-slide.next-slide .inner {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.presentation-prev:hover + * + * .prev-slide .inner,
.presentation-next:hover + * .next-slide .inner {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.presentation-prev,
.presentation-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.presentation-prev {
  left: -100%;
}
.presentation-next {
  right: -100%;
}
.presentation-prev a,
.presentation-next a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px;
}
.presentation-prev a.disabled,
.presentation-next a.disabled {
  display: none;
}
.presentation-next a {
}
.presentation-prev a {
}
.presentation-next a:before,
.presentation-prev a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 35px;
  margin-top: -17px;
  background-repeat: no-repeat;
  background-position: center;
}
.presentation-next a:before {
  background-image: url(../img/arrow-right-gray.png#skip);
  background-image: none, url(../img/arrow-right-gray.svg);
  left: 34px;
}
.presentation-prev a:after {
  background-image: url(../img/arrow-left-gray.png#skip);
  background-image: none, url(../img/arrow-left-gray.svg);
  right: 34px;
}

/* gallery-responsify */
.gallery-responsify {
  overflow: hidden;
  border: 2px solid #fdfef9;
}
.gallery-responsify .c {
  float: left;
  width: 25%;
  height: 450px;
}
.gallery-responsify .c img {
  object-fit: cover;
  height: 343px;
  width: 100%;
}
.gallery-responsify .i {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 2px solid #fdfef9;
}
.gallery-responsify .i50 {
  height: 50%;
}
.gallery-responsify .i100 {
  height: 100%;
}
.gallery-responsify .i img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.gallery-responsify .i:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* item-list */
.item-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
.item-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 2.5%;
  margin-bottom: 60px;
}
.item-list li a {
  display: block;
  text-decoration: none;
}
.item-list li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.item-list li a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.item-list .info {
  background: white;
  padding: 20px;
  -webkit-transition: background-color 240ms ease-in-out;
  -moz-transition: background-color 240ms ease-in-out;
  -o-transition: background-color 240ms ease-in-out;
  transition: background-color 240ms ease-in-out;
  border-radius: 0 0 8px 8px;
}
.item-list li a:hover .info {
  background: #fbecc9;
}
.item-list .title {
  color: #f15a24;
  min-height: 46px;
}
.item-list .desc {
  color: #8a8a8a;
  margin-top: 1em;
}

.single .content-inner,
.page .content-inner {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5e5cf 50%, #ffffff 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f5e5cf 50%,
    #ffffff 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #f5e5cf 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.page .text {
  margin-bottom: 2.5em;
}

/* online-booking */
.online-booking {
}
.online-order {
  padding: 90px 0;
}
.single .booking-progress,
.page .booking-progress {
  margin-bottom: 2em;
  text-align: center;
}
.booking-progress {
  background: white;
  padding: 30px 0;
  color: #b3b3b3;
}
.booking-progress .complete {
  color: black;
}

.online-booking .group {
  margin-top: -2.4em;
}
.online-booking .group .controls {
  margin-bottom: 1em;
}
.online-booking .group .group-content {
  margin-bottom: 2em;
}
.online-booking .group .toggle-link > span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out;
  -o-transition: -o-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.online-booking .group.toggle-active .toggle-link > span:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* rooms-list */
.rooms-list {
}

.rooms-list .room {
  font-size: 18px;
  line-height: 24px;
  background: white;
  margin-bottom: 2em;
  position: relative;
}
.rooms-list .room .image {
  width: 38%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.rooms-list .room .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.rooms-list .room .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.rooms-list .room .image a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.rooms-list .room .info {
  width: 62%;
  margin-left: 38%;
  padding: 30px;
  position: relative;
  height: 100%;
}
.rooms-list .title {
  color: #f15a24;
  margin-bottom: 1.2em;
  font-size: 1em;
  line-height: 1.3em;
}
.rooms-list .title .title-button {
  background: none;
  text-align: left;
  display: inline;
  width: auto;
  padding: 0;
  line-height: normal;
  height: auto;
  white-space: normal;
}
.rooms-list .title .title-button:hover {
  text-decoration: underline;
}
.rooms-list .excerpt {
  color: #8a8a8a;
  line-height: 1.3em;
  margin-bottom: 70px;
  font-size: 16px;
}
.rooms-list .meta {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 30px;
  line-height: 1.3em;
  width: 100%;
  overflow: hidden;
}
.rooms-list .meta-item {
  height: 2.7em;
}
.rooms-list .meta-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.rooms-list .meta-item > span {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}
.rooms-list .control.meta-item {
  text-align: center;
}
.rooms-list .rooms-not-fount {
  text-align: center;
  height: 59px;
}
.rooms-list .rooms-not-fount:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.home .sector2 {
  margin-bottom: 20px;
}
.home .sector2 .sector2-toggle-link {
  margin-top: 2em;
}
.home .sector2 .sector2-toggle-content p:last-of-type {
  margin-bottom: 0;
}
.home .sector2 .classification {
  text-align: center;
  padding-top: 3em;
}
.home .sector2 .toggle-link-hide {
  display: none;
}
.home .sector2.toggle-active .toggle-link-hide {
  display: block;
}
.home .sector2.toggle-active .toggle-link-show {
  display: none;
}
.home .weather {
  padding: 20px 0 20px 60px;
  font-size: 20px;
}
.home .weather ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
}
.home .weather .i {
  margin-bottom: 23px;
  padding-top: 5px;
  position: relative;
  min-height: 34px;
}
.home .weather .i .info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 48px;
}
.home .weather .i:last-of-type {
  margin-bottom: 0;
}
.home .weather .i .icon {
  width: 28px;
  top: 0;
  bottom: 0;
  margin-right: 20px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.home .weather .i1 .icon {
  background-image: url(../img/termometer.png#skip);
  background-image: none, url(../img/termometer.svg);
}
.home .weather .i3 .icon {
  background-image: url(../img/clock.png#skip);
  background-image: none, url(../img/clock.svg);
}
/* .home .weather:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 30px;
  top: 0;
  bottom: 0;
  right: -300px;
  background: #fceecb;
  background: -moz-linear-gradient(left, #fceecb 0%, #eab49b 60%);
  background: -webkit-linear-gradient(left, #fceecb 0%, #eab49b 60%);
  background: linear-gradient(to right, #fceecb 0%, #eab49b 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceecb', endColorstr='#eab49b',GradientType=1 );
} */

/* gradients */
.gradient-order-h {
  background: #faeee5;
  background: -moz-linear-gradient(left, #faeee5 0%, #a7decc 100%);
  background: -webkit-linear-gradient(left, #faeee5 0%, #a7decc 100%);
  background: linear-gradient(to right, #faeee5 0%, #a7decc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faeee5', endColorstr='#a7decc',GradientType=1 );
}
.gradiend-sand-v {
  background: #fcf8f2;
  background: -moz-linear-gradient(top, #fcf8f2 0%, #fcf8f2 100%);
  background: -webkit-linear-gradient(top, #fcf8f2 0%, #fcf8f2 100%);
  background: linear-gradient(to bottom, #fcf8f2 0%, #fcf8f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8f2', endColorstr='#fcf8f2',GradientType=0 );
}
.gradiend-sand-v-revert {
  background: #f5e5cf;
  background: -moz-linear-gradient(top, #f5e5cf 0%, #fcf8f2 100%);
  background: -webkit-linear-gradient(top, #f5e5cf 0%, #fcf8f2 100%);
  background: linear-gradient(to bottom, #f5e5cf 0%, #fcf8f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e5cf', endColorstr='#fcf8f2',GradientType=0 );
}

/* line */
.line-short {
  border: 0;
  border-top: 1px solid black;
  width: 25%;
  margin: 3em auto 5em;
}

/* gallery-type-in-line */
.gallery-type-in-line {
  width: 0;
  margin: 3em auto;
}
.gallery-type-in-line .inner1 {
  width: 100vw;
  margin-left: -50vw;
}
.gallery-type-in-line .inner2 {
  width: 100vw;
  margin: auto;
  overflow: hidden;
}
.gallery-type-in-line .gallery-item {
  float: left;
}
.gallery-type-in-line .gallery-icon {
  visibility: hidden;
}
.gallery-type-in-line .gallery-icon a,
.gallery-type-in-line .gallery-icon {
  display: block;
}
.gallery-type-in-line.gallery-count-1 .gallery-item {
  width: 100%;
}
.gallery-type-in-line.gallery-count-2 .gallery-item {
  width: 50%;
}
.gallery-type-in-line.gallery-count-3 .gallery-item {
  width: 33.333%;
}
.gallery-type-in-line.gallery-count-4 .gallery-item {
  width: 25%;
}
.gallery-type-in-line.gallery-count-5 .gallery-item {
  width: 20%;
}
.gallery-type-in-line.gallery-count-6 .gallery-item {
  width: 16.666%;
}
.gallery-type-in-line.gallery-count-7 .gallery-item {
  width: 14.285%;
}
.gallery-type-in-line.gallery-count-8 .gallery-item {
  width: 12.5%;
}
.gallery-type-in-line.gallery-count-9 .gallery-item {
  width: 11.111%;
}
.gallery-type-in-line.gallery-count-1 .gallery-icon a,
.gallery-type-in-line.gallery-count-1 .gallery-icon {
  height: 70vh;
}
.gallery-type-in-line.gallery-count-2 .gallery-icon a,
.gallery-type-in-line.gallery-count-2 .gallery-icon {
  height: 70vh;
}
.gallery-type-in-line.gallery-count-3 .gallery-icon a,
.gallery-type-in-line.gallery-count-3 .gallery-icon {
  height: calc(100vw / 3);
}
.gallery-type-in-line.gallery-count-4 .gallery-icon a,
.gallery-type-in-line.gallery-count-4 .gallery-icon {
  height: calc(100vw / 4);
}
.gallery-type-in-line.gallery-count-5 .gallery-icon a,
.gallery-type-in-line.gallery-count-5 .gallery-icon {
  height: calc(100vw / 5);
}
.gallery-type-in-line.gallery-count-6 .gallery-icon a,
.gallery-type-in-line.gallery-count-6 .gallery-icon {
  height: calc(100vw / 6);
}
.gallery-type-in-line.gallery-count-7 .gallery-icon a,
.gallery-type-in-line.gallery-count-7 .gallery-icon {
  height: calc(100vw / 7);
}
.gallery-type-in-line.gallery-count-8 .gallery-icon a,
.gallery-type-in-line.gallery-count-8 .gallery-icon {
  height: calc(100vw / 8);
}
.gallery-type-in-line.gallery-count-9 .gallery-icon a,
.gallery-type-in-line.gallery-count-9 .gallery-icon {
  height: calc(100vw / 9);
}

/* gallery-type-fotorama */

.preload {
  visibility: hidden;
}

img.scale {
  visibility: hidden;
}

.home .sector4 {
  background: #fdfef9;
  padding-top: 48px;
}
.home .sector4 .icon-list1 {
  margin-bottom: 44px;
}

.home .sector5 .palms {
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.home .sector5 .palms:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.home .sector5 .palms > div {
  display: inline-block;
  vertical-align: middle;
}
.home .sector5 .palms-top {
  background-image: url(../img/palms-top.jpg);
  background-position: center bottom;
}
.home .sector5 .palms-bottom {
  background-image: url(../img/palms-bottom.jpg);
  background-position: center top;
}

.home .sector6 {
  padding-top: 60px;
  background: #fdfef9;
  background: -moz-linear-gradient(top, #fdfef9 0%, #f4e2ca 100%);
  background: -webkit-linear-gradient(top, #fdfef9 0%, #f4e2ca 100%);
  background: linear-gradient(to bottom, #fdfef9 0%, #f4e2ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfef9', endColorstr='#f4e2ca',GradientType=0 );
}

.home .sector7 {
  background: url(../img/mountain.jpg) no-repeat center bottom;
  background-color: #f4e2ca;
  background-size: 100%;
  padding: 180px 0 50px;
  text-align: center;
  position: relative;
}
.home .sector7:before {
  content: "";
  position: absolute;
  height: 100px;
  left: 0;
  top: 0;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(244, 226, 202, 1) 0%,
    rgba(244, 226, 202, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(244, 226, 202, 1) 0%,
    rgba(244, 226, 202, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(244, 226, 202, 1) 0%,
    rgba(244, 226, 202, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e2ca', endColorstr='#00f4e2ca',GradientType=0 );
}
.home .sector7 .text1 {
  margin-bottom: 0;
}
.home .sector7 .sector7-toggle-link {
  margin-top: 2em;
}
.home .sector7 .sector7-toggle-content p:last-of-type {
  margin-bottom: 0;
}
.home .sector7 .toggle-link-hide {
  display: none;
}
.home .sector7.toggle-active .toggle-link-hide {
  display: block;
}
.home .sector7.toggle-active .toggle-link-show {
  display: none;
}
.home .sector7 .gallery img {
  -webkit-transition: opacity 2240ms ease-in-out;
  -moz-transition: opacity 2240ms ease-in-out;
  -o-transition: opacity 2240ms ease-in-out;
  transition: opacity 2240ms ease-in-out;
  opacity: 1;
}
.home .sector7 .gallery img._invisible {
  opacity: 0;
}

.home .sector8 {
  padding-top: 60px;
}
.home .sector8 .icon-list1 {
  font-size: 16px;
}
.home .sector8 .icon-list1 .i {
  width: 70px;
  height: 70px;
}
.home .sector8 .icon-list1 .col1 {
  float: left;
  width: 30%;
}
.home .sector8 .icon-list1 .col2 {
  float: right;
  width: 70%;
}

.home .map {
  height: 440px;
}
.home .sector9 {
  padding: 50px 0 30px;
}
.home .sector9 .text1 {
  margin-bottom: 70px;
  text-align: center;
}
.home .sector9 .text2 {
  color: #8a8a8a;
}

.home .sector10 {
  background-image: url(../img/palms-standart.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
}
.home .sector10 .inner {
  background: #fdfcfa;
  padding: 30px 0 60px;
}
.home .sector10 .slider-wrapper {
  position: relative;
  padding: 0 100px;
}
.home .sector10 .slider-nav {
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
  width: 100px;
}
.home .sector10 .slider-nav a.disabled {
  display: none;
}
.home .sector10 .slider-nav a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.home .sector10 .special-next {
  right: 0;
}
.home .sector10 .special-prev {
  left: 0;
}
.home .sector10 .special-next a {
  background-image: url(../img/arrow-right-orange.png#skip);
  background-image: none, url(../img/arrow-right-orange.svg);
}
.home .sector10 .special-prev a {
  background-image: url(../img/arrow-left-orange.png#skip);
  background-image: none, url(../img/arrow-left-orange.svg);
}
.home .sector10 .slide {
  text-align: center;
}
.home .sector10 .slide .title {
  font-size: 24px;
  line-height: 1.4em;
}
.home .sector10 .slide hr {
  border: 0;
  border-top: 1px solid black;
  width: 40%;
  margin: 30px auto 60px;
}
.home .sector10 .slide .text {
}

.single-room .gallery-type-fotorama {
  display: none;
}

.room-preview .container {
  max-width: 100%;
}
.room-preview .title {
  color: #f15a24;
  font-size: 24px;
  margin-bottom: 20px;
  height: 78px;
  overflow: hidden;
}
.room-preview .meta {
  line-height: 1.3em;
  width: 100%;
  overflow: hidden;
}
.room-preview .meta-item {
  height: 96px;
}
.room-preview .meta-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.room-preview .meta-item > span {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  font-size: 17px;
}
.room-preview .content {
  margin-bottom: 20px;
  min-height: 358px;
}
.room-preview .content p:last-of-type {
  margin-bottom: 0;
}
.room-preview .room-content-sector {
  min-height: 630px;
}
.room-preview .gallery {
  display: none;
}
.room-preview .room-gallery-sector .gallery-type-fotorama {
  display: block;
}

/* page-oplata */
.page-oplata .text1 {
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid;
}
.page-oplata .table-details {
  border: 0;
  width: auto;
  margin: auto;
  margin-bottom: 30px;
}
.page-oplata .table-details td {
  border: 0;
  padding: 0.2em 2em 0.2em 0;
  font-size: 16px;
}

.footer {
  background: url(../img/palms-footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.news-page {
  background: -moz-linear-gradient(top, #ffffff 0%, #f5e5cf 50%, #ffffff 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f5e5cf 50%,
    #ffffff 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #f5e5cf 50%, #ffffff 100%);
}
.news-card {
  margin-bottom: 40px;
  & .title {
    margin-bottom: 10px;
  }
}
.room-single {
  /* background: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 229, 207) 50%, rgb(255, 255, 255) 100%); */
}

.room-single .presentation-slider-wrapper {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .room-single .presentation-slider {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: auto;
    gap: 10px;
    align-items: center;
    transform: none !important;
  }
  .room-single .presentation-prev {
    display: none;
  }
  .room-single .presentation-next {
    display: none;
  }
  .room-single .bx-viewport {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .single-content {
    padding: 0 30px;
  }
}

.rooms-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .rooms-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .rooms-list {
    grid-template-columns: 1fr 1fr;
  }
}

.room-link {
  text-decoration: none;
}
.room-link img {
  height: 330px;
  width: 100%;
  object-fit: contain;
}
.laundry-note {
  text-wrap: nowrap;
  font-size: 14px;
}
/* for temp banner */
/* .temp-banner {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #faf7f2 0%, #f4e6d9 100%);
  padding: 5px;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
}

.temp-banner__image {
  height: 150px;
  border-radius: 8px;
}
.temp-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  gap: 5px;
}

.temp-banner__title {
  font-size: 32px;
  font-weight: bold;
}

.temp-banner__button {
  cursor: pointer;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  background-color: #576838;
  color: #fff;
  border-radius: 3px;
  border-color: #576838;
  max-width: 250px;
  width: 100%;
  height: 40px;
}

@media(max-width: 768px) {
  .temp-banner__content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
  }
  .temp-banner__button {
    font-size: 16px;
    padding: 6px;
  }
  .temp-banner__title {
    font-size: 20px;
    text-align: center;
  }
  .temp-banner__image {
    display: none;
  }
} */