:root {
	--color-dark: #673830;
	--color1: #673830;
    --color2: #fff6d2;
	--color3: #a17b66;
	--color0: #2f2b28;
	--color-grey: #282726;
	--color-light: #fff6d2;
	--color-light2: #e5be50;
}


iframe {vertical-align:top}
video {max-width:100%;}

a,
.logo img,
.roomItem,
.mainnav ul ul,
.mainnav a:after,
.roomCategory,
.price,
.roomLogo,
.roomDetails,
.roomInfoBorder,
.banner,
.bookingBtn a:before,
.bookingBtn a:after,
.btn-border:after,
.btn-border:before,
.itemTile h4,
.room-switch a:after,
.gohome,
.banner-buttons
	{
		      transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;

}

a.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: "PT Serif", serif;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.42;
  min-width: 360px;
  padding-left: 200px;
}

label a {
  border-bottom: 1px dashed;
}
h1, .h1, h2, .h2
{
}
.logo, h1, .h1, h2, .h2, .roomCategory  {
	font-weight:600;
}

h1, h2, h3 {
}
h1, .h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
h2, .h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
h2 span {
  font-size: .8em;
  display: block;
}
h2 a, .h2 a {
  color:#000;
}
h3, .h3 {}
.h4, h4 {
  font-size: 1.1rem;
	font-weight:bold;
}
a {color:#6e6d86;}
	
/*a, a:hover, a:visited, a:focus {*/
a, a:hover {
	text-decoration: none;   
	outline: none;
	color: #000;
}	
header a, header a:hover, header a:focus {
	color: #fff;
}

.btn {

}
.btn-primary {
    background: var(--color0);
    border-radius: 30px;
    border-color: var(--color1);
}
/*
.btn-primary {
  color: #fff;
  background-color: var(--color-light);
  border-color: var(--color-dark);
  color: var(--color-dark);

  font-weight: bold;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #d9cbc7;
    border-color: var(--color-dark);
	color:#000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(217 202 199 / 56%);
}*/
.btn-secondary {
  color: #000;
  background-color: #f3edeb;
  border-color: #6c757d;
}
.btn-secondary:hover {
  background-color: #d5cecc;
	color: #000;
}
.btn-border {
	padding:10px 20px;
	box-shadow:3px 3px 5px rgba(0,0,0,.3)
}
/*
.btn-border:before {
  content: '';
  background: url(../images/btn-bg-right.svg) no-repeat right top;
  position: absolute;
  left: 25%;
  right: 3px;
  top: 3px;
  bottom: 10px;
}
.btn-border:after {
  content: '';
  background: url(../images/btn-bg-left.svg) no-repeat left bottom;
  position: absolute;
  left: 3px;
  right: 25%;
  top: 10px;
  bottom: 3px;
}


.btn-border:hover:before {
  left: 3px;
  bottom: 10px;
}
.btn-border:hover:after {
  right: 3px;
  top: 10px;
}*/
svg {
	vertical-align: top;
}
img {
	max-width: 100%; 
	vertical-align:top;
}

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
	height: 100%;   
}
p {
  line-height: 1.5em;
}

header {
  position: fixed;
  width: 200px;
  display: flex;
  top: 0;
  left: 0;
  background: var(--color0);
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  flex-direction: column;
  z-index: 999;
  padding: 5px 10px;
  bottom: 0;
	align-items: center;
}

header a {
	color:var(--color-light);
}
.logo {
    display: flex;
    align-items: center;
    color: var(--color2);
    font-size: 1.5em;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: var(--color-light);

}
.is-top .logo {
  font-size: 2em;
}

.logo img {

}
.is-top .logo img {
}
@media screen and (max-height: 800px) {
	.logo img {
		max-height: 120px;
	}
}

.topBar {
  text-align: right;
	  margin-bottom: 20px;
  font-size: 14px;
}
.topBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline-block;

}

.topBar ul li {
  display:inline-block;
}
.topBar a {
	color: var(--color-light);
}

.mainnav {
  text-align: center;
}
.mainnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainnav ul li {
	display:inline-block;

}
.mainnav a {
  color: var(--color-light);
  font-size: 16px;
  letter-spacing: 1px;
  padding: 7px 20px;
  display: block;
}
@media screen and (max-height: 800px) {
	.mainnav a {
		padding: 2px 20px;
	}
}
.mainnav a:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--color-light);
  display: block;
  margin: 0 auto;
}
.mainnav a:hover:after, .mainnav .active a:after {
  width: 100%;
}
.mainnav .active a {
  color: #fff;
}

.mainnav ul ul {
  background: #fff;
  list-style: none;
  padding: 0;
  /* max-width: 300px; */
  max-height: 0px;
  position: absolute;
  border: 1px solid #eee;
  border-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.mainnav>ul>li>ul>li > a {
    white-space: normal;
    line-height: 130%;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.mainnav>ul>li:hover>ul {
	max-height: 400px;
	opacity:1;
}

.topSocial {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: auto;
}

.topSocial li {
  display: inline-block;
	
}
.topSocial li a {
  display: block;
  background: var(--color-light);
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  color: var(--color-dark);
  margin: 0 4px;
}
.topSocial a:hover {
  color: #b8a59f;
  background: #fff;
}
#trigger-overlay {
  display: none;
}

[class^="icon-"], [class*=" icon-"] {
  vertical-align: middle;
}
.addressText span {
  display: block;
}
.lang-select {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  list-style: none;
  margin: 0 auto 10px;
}

.lang-select li {
	display:inline-block;
	padding:0 5px;
	border-left:2px solid var(--color-light)
}
.lang-select li:first-child {
	border-left:none;
}
.lang-select a {
  color: var(--color-light);
}
.lang-select a.active {
	color: #fff;
}
.topPhones {
  list-style: none;
  padding: 0;
  text-align: center;
}
ul.topPhones a {
}
.topAddress {
  color: var(--color-light);
}
.topAddress:hover {
  color: #fff;
}
.icon-phone, .icon-location {
	font-size:1.2em;
}

.bookingBtn a {
  background: #282726;
  margin: 20px 0;
  color: var(--color-light);
	position:relative;
	
  box-shadow: 0 0 10px rgb(179 156 150 / 80%);
	padding: 10px 20px;
	
}
.bookingBtn a:hover {
  background: var(--color-light);
  color: #000
	
}
/*
.bookingBtn a:before {
  content: '';
  background: url(../images/btn-bg-right.svg) no-repeat right top;
  position: absolute;
  left: 25%;
  right: 3px;
  top: 3px;
  bottom: 3px;
}
.bookingBtn a:after {
  content: '';
  background: url(../images/btn-bg-left.svg) no-repeat left bottom;
  position: absolute;
  left: 3px;
  right: 25%;
  top: 3px;
  bottom: 3px;
	width:auto!important;
	height:auto!important;
}
.bookingBtn a:hover:before {
  left: 3%;
	bottom:10px;
}
.bookingBtn a:hover:after {
  right: 3%;
	top:10px;
}
*/
.topAddress {
  text-align: center;
  font-weight: bold;
}

/* Заголовки */
h1.bordtitle {
  margin-top: 20px;
}
.bordtitle {
  display: flex;
  margin: 0 auto 30px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
  text-shadow: -2px 3px 4px rgb(0 0 0 / 30%);
  text-align: left;
  /* width: min-content; */
  flex-direction: column;
  width: fit-content;
}
/*
.bordtitle:after {
  content:'';
	background:url(../images/btn-bg-right.svg) no-repeat right top;
	position:absolute;
	left:50%;
	right:0;
	top:0;
	bottom:0;
}
.bordtitle:before {
  content:'';
	background:url(../images/btn-bg-left.svg) no-repeat left bottom;
	position:absolute;
	left:0;
	right:50%;
	top:0;
	bottom:0;
}
*/
#rooms .bordtitle:after {
	background:url(../images/btn-bg-right.svg) no-repeat right top;
}
#rooms .bordtitle:before {
	background:url(../images/btn-bg-left.svg) no-repeat left bottom;
}
#rooms .roomImage .bordtitle:after {
	background:url(../images/btn-bg-right2.svg) no-repeat right top;
}
#rooms .roomImage .bordtitle:before {
	background:url(../images/btn-bg-left2.svg) no-repeat left bottom;
}



.ampersand {
  position: absolute;
  left: -20px;
  bottom: 50%;
  transform: translateY(15px);
  font-size: 1.6em;
  opacity: .4;
  font-weight: bold;
  color: #fff;
}

.section-logo-bg {
  background: url(../images/bg-logo.png) no-repeat left center;
}

/* Services */
.servicelist .item {
  text-align: center;
  margin-bottom: 40px;
}
.servicelist .item-image img {
    border-radius: 100px;
}

/* slider */
#vegasslider {
  height: 70vh;
}
#slider {
  position: relative;
}
.slider-logo {
  position: absolute;
  z-index: 10;
  max-width: 500px;
  color: #fff;
  font-size: 1.7rem;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.slider-logo p {
  line-height: normal;
}
.slider-logo img {
	margin-bottom:50px;
}
.slide-item {
  height: 500px;
  background-size: cover;
  background-position: center;
}
.slide-title {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
  opacity: 0;
  transform: translateX(200px);
			    transition: all .6s ease;
	-webkit-transition: all .6s ease;
	   -moz-transition: all .6s ease;
	    -ms-transition: all .6s ease;
	     -o-transition: all .6s ease;
}
.active .slide-title {
  opacity: 1;
  transform: translateX(0px);
}
.slide-title1 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
}

.textImageBlock {
    position: relative;
  z-index: 10;
}
.textImageBlock .text-block {
  padding: 70px 20px;
}
.textImageBlock-bg {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  padding: 50px;
	background-size: cover;
  background-position: center;
}
.textImageBlock-bg .bordtitle {
  color: #fff;
}
.imageBlockBg-right {
  left: 50%;
}
.textImageBlock-bottom {
  padding-bottom: 0;
	padding-top: 50px;
}

.sectionTiles {
  padding-top: 50px;
}
.itemTile {
  position: relative;
  margin-bottom: 30px;
}
.itemTile img {
	width:100%;
}
.itemTile h4 {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,.3);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  padding: 10px 4px 30px;
  color: #fff;
  text-transform: uppercase;
}



.dark-block {
  color: #fff;
  padding: 70px 30px;
  background-color: var(--color0);

}

.section {
  padding: 70px 0;
	position:relative;
	z-index:10;
	overflow:hidden;
}
.section + .section {
}
.pattern-bg {
	background: url(../images/pattern1.png) repeat-y #c9b4af;
	padding: 40px 0;
	}
	
	.fullbg {
		background-position:center;
		background-size:cover;
		padding:0;
	}

.title-bg-wrap {
  overflow: hidden;
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.title-bg {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  color: rgb(194 179 174 / 15%);
  /* z-index: -1; */
  text-transform: uppercase;
  font-size: 3rem;
  line-height: .8;
	padding-top: 10px;
}
.title-bg span {
  font-size: 2.5em;
  display: block;
  margin-top: 50px;
}
.restbgtitle span {
  font-size: 2em;
  margin-top: 30px;
}
.spabgtitle {
  transform: none;
  writing-mode: lr;
  left: 0;
  text-orientation: unset;
	padding-left: 30px;
}
.spabgtitle span {
  margin-top: 0;
  margin-left: 40px;
}
section {
  overflow: hidden;
}

#rooms {
  background: url(../images/pattern1.png) repeat-y #c9b4af;
  padding: 40px 0;
	background-size:540px;
	
}

.roomItem {
  position: relative;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
	box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
} 
.roomItem-image_wrap {
    position: relative;
    overflow: hidden;
}

.roomThumbImage {
    transform: scale(1);
    		      transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
         transform-origin: bottom center;
}
.roomItem:hover .roomThumbImage {
    transform: scale(1.1);
}
.roomItem-image_wrap .roomServList {
    position: absolute;
    bottom: 0;
    list-style: none;
    padding: 20px;
    margin: 0;
    display: flex;
    gap: 20px;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
}

.roomItemInfo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    height: 100%;
    color: #000;
    padding: 20px;
}
.roomItemBlock {
  margin-bottom: 30px;
}
.roomItemInfo h3 {
    font-weight: 400;
    font-size: 1.5rem;
}
.roomInfo {
    padding: 20px;
    text-align: center;
}
.price {
  color: var(--color-light);
	font-size: 1.5em;
	position:absolute;
	top:0px;
}
.roomItem:hover .price {
	top:10px;
	font-size: 1.8em;
}
.roomCategory {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  margin: 10px 0;
  position: absolute;
  bottom: 0px;
}
.roomItem:hover .roomCategory {
	bottom:10px;
}

.roomCategory a {
  color: #fff;
}

.roomLogo {
  background: url(../images/room-logo.png) center;
  width: 0%;
  height: 0px;
	margin-bottom:20px;
}
.roomItem:hover .roomLogo {
  background: url(../images/room-logo.png) center;
  width: 90%;
  height: 40px;
}
.roomDetails {
  /*background: #1f3440;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;*/
	opacity:0;
}
.roomDetails:hover {
  /*color: var(--color-light);*/
}
.roomItem:hover .roomDetails, .itemTile :hover .roomDetails {
  opacity:1;
}
.roomInfoBorder {
  border: 1px solid var(--color-light);
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0,0,0,.3);
  box-shadow: 0 0 10px var(--color-light);
  justify-content: center;
}
.roomItem:hover .roomInfoBorder, .itemTile:hover .roomInfoBorder {

  background: rgba(0,0,0,.5);

}
.itemTile:hover h4 {
	padding-top:20px;
}
.itemTile .roomDetails {
  margin-bottom: -100%;
}
.itemTile:hover .roomDetails {
  margin-bottom: 0%;
}
.capacity {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.icon-user {
  font-size: 20px;
}
.icon-user-o {
  font-size: 16px;
}
.roomPrice {
  font-size: 1.5em;
  font-weight: bold;
}
.room-icon {
  text-align: center;
}
.room-icon img {
  margin-bottom: 30px;
}
.room-desc {
  margin-bottom: 20px;
}

.roompage_roomServList {
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 10px 20px;
    margin-bottom: 30px;
}

.textbg {
	padding:150px 0;
	position:relative;
}
.textbg:after {
  content: '';
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bgcover {
  background-size: cover;
	background-position: center;
}
.bgfixed {
  background-attachment: fixed;
  background-attachment: inherit;
}
.textbg .textblock {
	color:#fff;
	text-align:center;
	position:relative;
	z-index: 3;
}

.pulse {
  position: absolute;
  margin: auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ef233c;
  font-size: 18px;
  color: #ffd9de;
  animation: 1.6s playShadow ease-out infinite;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}
.pulse span {
  margin: auto;
  padding-left: 3px;
}
.pulse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  transition: 0.35s;
}
.pulse:hover:after {
  box-shadow: 0 0 0 4px rgba(239, 35, 60, 0.3), 0 0 0 8px rgba(239, 35, 60, 0.2);
}
@keyframes playShadow {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 35, 60, 0.3), 0 0 0 0px rgba(239, 35, 60, 0.2);
    transform: scale(1);
  }
  18% {
    box-shadow: 0 0 0 0px rgba(239, 35, 60, 0.3), 0 0 0 0px rgba(239, 35, 60, 0.2);
  }
  35% {
    transform: scale(1.08);
  }
  76% {
    transform: scale(0.96);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(239, 35, 60, 0), 0 0 0 27px rgba(239, 35, 60, 0);
    transform: scale(1);
  }
}
.vide-wrapper {
height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.videoimage {
  position: relative;
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
  margin-bottom: 30px;
}
.videoimage:after {
content:'';
position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0,0,0,.3);
	box-shadow: 0 0 10px var(--color-light);
}
	
	
footer {
  padding: 40px 0;
  color: var(--color-light);
  background: var(--color-grey);
  font-size: .9rem;
}
footer a, footer a:visited, footer a:focus
 {
  color: var(--color-light);
}
footer a:hover
 {
  color: #fff;
}
.footer-logo {
  margin-bottom: 30px;
}

footer li a {
  padding:5px 0px;
}
footer .bookingBtn a {
	
}
footer .bookingBtn a {
  background: none;
  margin: 0;
  color: var(--color-light);
  text-transform: none;
  font-size: inherit;
  font-weight: normal;
	box-shadow: none;
  padding: inherit;
}
footer .bookingBtn a:hover {
  background: none;
  color:#fff;
}
footer .bookingBtn a:after, footer .bookingBtn a:before {
	content:none;
}

footer .logo {
    align-items: start;
}
.footernav ul {
  list-style: none;
  padding: 0;
}
.footernav li {
 
}
.footer-contacts {
  padding: 0;
  list-style: none;
}
.footer-contacts li {
	margin-bottom:5px;
}

.slimheader {
  height: 300px;
  background-size: cover;
  background-position: center;
  height: 20vw;
	position:relative;
}
.bottomImageBlock {
  height: 60vh;
}

.btn-toolbar {
  margin-top: 10px;
}

.rooms-gallery {
  margin-bottom: 30px;
}
.room-price-list {
  margin: 30px auto 30px;
}
.room-price-list .nav-tabs .nav-item {
	display:flex;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  /*border: 1px solid #38384a;*/
  position: absolute;
  padding: 20px;
  top: 50%;
  z-index: 100;
  margin-top: -21px;
  background: rgba(173,173,173,.5);
}
.owl-carousel .owl-next {
  right: 20px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.owl-carousel .owl-prev {
  left: 20px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-prev:before, .owl-carousel .owl-prev:after, .owl-carousel .owl-next:before, .owl-carousel .owl-next:after {
  content: '';
  position: absolute;
  padding: 10px;
  top: 10px;
}

.owl-carousel .owl-next:before {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  right: 10px;
}
.owl-carousel .owl-prev:before {
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  left: 10px;
}

.tab-content {
  padding-top: 30px;
  background: #e5dad7;
  padding: 30px;
  font-size: .8em;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #e5dad7;
  border-color: #dee2e6 #dee2e6 #e5dad7;
}
.nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6;
    color: var(--color0);
}

.bordered {
  display: inline-block;
  border: 1px solid #000;
  padding: 20px;
}

/********* Timeline */
.timeline {
    position: relative;
}
.timeline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    border-left: 1px dotted #bda48d;
}
.timeline-count {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-left: -30px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    border: 1px dotted #bda48d;
    font-size: 24px;
    font-weight: 600;
    color: #bda48d;
}
.timeline .item-text {
    font-size: 14px;
}
.timeline .item-text p {
    line-height: normal;
    margin-bottom: 1em;
}
.timeline .item-image {
    margin: 70px -15px;
}
.timeline.item-even .item-image {
    text-align:right;
}
.timeline .item-details {
    /* text-align: right; */
    padding: 60px 0px;
}
.timeline.item-odd .item-details {
    text-align: right;
}

.image-box {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 0 0%;
  -moz-flex: 2 0 0%;
  -ms-flex: 2 0 0%;
  flex: 2 0 0%;
}
.bg-image {
  position: relative;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
}

.subpage {
  position: relative;
  margin-bottom: 30px;
}
.subpageItem {
    align-items: center;
}
#galleryId, #galleryId1 {
  display: block;
  width: 100%;
}
#galleryId:after, #galleryId1:after {
  content:'';
	display:table;
	clear:both;
	width:100%;
}
#galleryId>div, #galleryId1>div {
  width: 25%;
  padding: 10px;
  margin: 0!important;
}
#galleryId>div img, #galleryId1>div img {
  width: 100%;
}

/* rooms */
.roomTitle.bordtitle span {
  position: absolute;
  top: -6px;
  font-size: .4em;
  margin-right: 5px;
  left: 0;
}
.room-switch {
  display: flex;
  list-style: none;
  padding: 10px 0 0;
  justify-content: center;
	  margin-bottom: 50px;
		  flex-wrap: wrap;
}
.room-switch a {
  display: block;
  /* background: #e9e3e1; */
  padding: 4px 10px;
  margin: 2px 4px;
	position:relative;
}
.room-switch a:after {
content: '';
  width: 20px;
  height: 1px;
  background-color: var(--color-light);
  display: block;
  margin: 0 auto;
}
.room-switch a:hover:after, .room-switch .active a:after {
	width:100%;
}
.room-switch .active a, .room-switch a:hover {
	color: var(--color-light);

}

.room-price-list .nav-tabs {
    flex-wrap: nowrap;
}


/* Booking */
.bookingwrap {
  position: absolute;
  width: auto;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  bottom: 20px;
  background: rgb(8 9 19 / 80%);
  padding: 6px 20px 0px;
  /* margin-left: 5%; */
  color: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px 10px rgba(0,0,0,.4);
  left: 50%;
  transform: translateX(-50%);
  /* flex-wrap: nowrap; */
}
.booking-widget .btn.btn-primary.btn-border {
  padding: 6px 20px;
  margin: 0;
}
.wrapper .bookingwrap {
  position: relative;
}

#contact {
  position: relative;
}
.map-contacts {
  position: absolute;
  background: rgb(194 179 174 / 80%);
  top: 102px;
  left: 10px;
  width: 308px;
  bottom: 0px;
  text-align: center;
  padding: 20px;
  color: #000;
}
.map-contacts img {
  max-width: 110px;
  margin-bottom: 20px;
}
.map-contacts ul {
  padding:0;
	list-style:none;
  font-weight: bold;
}
.map-contacts li {
}
.map-contacts ul a {
  color:#000;
	display: block;
	  padding:2px 0;

}
.booking-md {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
a.booking-md-button {
  display: block;
  width: 100%;
  background: var(--color-light);
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
	color: #fff;
	text-shadow: -2px 2px 8px rgba(0,0,0,.5);
	background: linear-gradient(0deg, rgba(181,159,151,1) 0%, rgba(194,179,174,1) 27%, rgba(194,179,174,1) 71%, rgba(217,206,202,1) 100%);
}
.booking-md a:first-child {
	border-right:1px solid #888;
}
a.phone-mb {
  display: block;
  width: 120px;
  text-align: center;
  line-height: 38px;
  background: var(--color-light);
	  background: #7bb94c;
		background: linear-gradient(0deg, rgba(110,168,66,1) 0%, rgba(123,185,76,1) 27%, rgba(123,185,76,1) 71%, rgba(142,208,92,1) 100%);
  border-left: 1px solid #ccc;
  color: #fff;
  text-shadow: -2px 2px 8px rgba(0,0,0,.3);
  font-size: 20px;
}

.banner {
  margin-bottom: 20px;
	position: relative;
	box-shadow: 0 10px 20px rgb(0 0 0 / 0%);
}
.banner:hover {
  /*transform: translateY(-10px);*/
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
}
.banner .banner-buttons {
  opacity: 0;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
	right: 0;
  bottom: 0;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.3);
	border: 1px solid var(--color-light);
  box-shadow: 0 0 10px var(--color-light);
}
.banner .banner-buttons a {
	margin:4px 0;
}
.banner:hover .banner-buttons {
	opacity: 1;
	top: 10px;
  left: 10px;
	bottom:10px;
	right:10px;
}


.contact-page-info td {
  vertical-align: top;
}

.roomImage {
  box-shadow: 7px 7px 10px rgba(0,0,0,.3);
}
.roomImage .roomTitle {
  position: absolute;
  top: 20px;
  margin-left: auto;
  color: #fff;
}

/* Effects */
.lineeffect {
  position: relative;
	justify-content: center; 
	background: #000;
}
.roomImage .lineeffect img {
	opacity:.8;
}

.lineeffect:before {
  border-bottom: 1px solid var(--color-light);
  border-top: 1px solid var(--color-light);
  transform: scale(0, 1);
}
.lineeffect:after {
  border-left: 1px solid var(--color-light);
  border-right: 1px solid var(--color-light);
  transform: scale(1, 0);
}
.lineeffect:before, .lineeffect:after {
  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.lineeffect:before, .lineeffect:after {
  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}


.threetextboxrow .lineeffect:before, .threetextboxrow .lineeffect:after {
  left: 15px !important;
  right: 15px !important;
}


.lineeffect:hover:before, .lineeffect:hover:after {
  opacity: 1;
  transform: scale(1);
}

.label-float {
  position: relative;
  padding-top: 13px;
}

.label-float input, .label-float textarea {
  border: 1px solid lightgrey;
  border-radius: 5px;
  outline: none;
  min-width: 210px;
  padding: 15px 10px;
  font-size: 16px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance: none;
}
.form-row.nowrap {
  flex-wrap: nowrap;
}

.label-float input:focus,
.label-float textarea:focus
{
  border: 2px solid var(--color-light);
}

.label-float input::placeholder,
.label-float textarea::placeholder
{
  color:transparent;
}

.label-float label{
  pointer-events: none;
  position: absolute;
  top: 17px;
  left: 15px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  background-color: white;
  padding: 5px;
  box-sizing: border-box;
  color:#000;
}
input#qtty {
  min-width: auto;
  width: 140px;
  text-align: center;
}
.label-float input:required:invalid + label,
.label-float textarea:required:invalid + label
{
  color: red;
}
.label-float input:focus:required:invalid,
.label-float textarea:focus:required:invalid,
{
  border: 2px solid red;
}
.label-float input:required:invalid + label:before,
.label-float textarea:required:invalid + label:before,
{
  content: '*';
}
.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label,
.label-float textarea:focus + label,
.label-float textarea:not(:placeholder-shown) + label
{
  /*
  font-size: 13px;
  top: 0;
  color: var(--color-light);
  */
font-size: 13px;
  top: 0;
  /* color: var(--color-light); */
  
  border-radius: 4px;
  padding: 1px 7px;
  color: #000;
  
}
.bookingwrap .label-float input:focus + label,
.bookingwrap .label-float input:not(:placeholder-shown) + label,
.bookingwrap .label-float textarea:focus + label,
.bookingwrap .label-float textarea:not(:placeholder-shown) + label
{
    background: var(--color-light);
}

.contact-form {
  padding: 20px;
  /* background: #efefef; */
  border-radius: 4px;
  border: 1px solid var(--color-light);
  box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
button.close {
  outline: none;
}
.alert {
  margin-bottom: 0;
  margin-top: 10px;
}
.alert-success p {
  margin: 0;
  text-align: center;
}
 .text-error {
     display:none;
 }
.oc-visible.text-error {
    display:block;
  color: #f00;
  font-size: 14px;
}
input[readonly] {
    background-color: #fff;
}

#overlay {
	position: fixed;
  background: #fff;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 20px;
  font-size: .8em;
  z-index: 100;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  color: #000;
  z-index: 10000;
}
#overlay p {
	margin-bottom:0;
}

.gohome {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  background: var(--color-light);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 33px;
  box-shadow: 3px 4px 15px rgb(0 0 0 / 40%);
	opacity:0;
}
.gohome.show {
	opacity:.8;
}

/* Rooms */
.price-table {
  box-shadow: 0 0 20px rgba(0,0,0,.2);
	  background: #fff;
}
.price-table tr.active td {
  background: #e5dad7;
  font-weight: bold;
}
.price-table th {
  background: var(--color-light);
  /* color: #fff; */
	  border-top: none;
}
.price-table a {
	display:block;
}
.room-price-list .nav-link {
  background: #f9f4f3;
	font-weight:bold;
}

/* Booking form */
.label-select-float label {
  font-size: 13px;
  top: 0;
  border-radius: 4px;
  padding: 1px 7px;
  color: #000;
  background: var(--color-light);
}

.modal-header {
	justify-content: center;
}
.modal-header .close {
  position: absolute;
  right: 16px;
}

.specialinfo {
    margin-bottom: 20px;
    background: #efd9d9;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
}