:root {
	--color-dark: #450520;
	--color-light: #cac39f;
}


iframe {vertical-align:top}


a, .logo img, .roomItem, .mainnav ul ul {
		    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-size: 16px;
	line-height: 1.42;
	min-width: 360px;
	padding-top: 80px;
}
h1, .h1, h2, .h2, .slide-title
{
font-family: 'Noto Serif Display', serif;
}
.logo, h1, .h1, h2, .h2, .roomCategory  {
	font-weight:600;
}

h1, h2, h3 {
    letter-spacing: 1px;   
}
h1, .h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
	margin-top: 30px;
}
h2, .h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
h2 span {
  font-weight: normal;
  font-size: .8em;
  display: block;
}
h2 a, .h2 a {
  color:#000;
}
h3, .h3 {}

a {color:#6e6d86;}
	
a, a:hover, a:visited, a:focus {
	text-decoration: none;   
	outline: none;
}
.btn-primary {
  color: #fff;
  background-color: var(--color-light);
  border-color: #79a6b1;
}
.btn-primary:hover {
  background-color: #a59e7e;
  border-color: #a59e7e;
}
img {
	max-width: 100%; 
	vertical-align:top;
}

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
	height: 100%;   
}
p {
  line-height: 1.8em;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  background: #080913;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  flex-direction: row;
  z-index: 999;
  padding: 5px 20px;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  max-width: 410px;
  line-height: 1.2em;
  margin-right: auto;
}
.is-top .logo {
  font-size: 2em;
}

.logo img {
	margin-right:10px;
}
.is-top .logo img {
}

.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:right;
}
.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;
  font-weight: 600;
}
.mainnav .active a {
  border-bottom: 2px solid;
  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;
}


#trigger-overlay {
  display: none;
}

.lang-select {
  text-transform: uppercase;
  font-weight: 600;
}

.lang-select {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-light);
  padding-left: 10px!important;
  margin-left: 10px!important;
  border-left: 2px solid var(--color-light);
}

.lang-select li {
	padding:0 4px;
}
.lang-select a {

}

ul.topPhones a {
  padding-left: 20px;
}
.icon-phone, .icon-location {
	color: var(--color-light);
	font-size:1.2em;
}

.bookingBtn a {
  background: #450520;
  /* color: #fff; */
  font-weight: 600;
  border: 1px solid #cac39f;
}

/* slider */
#slider {
  position: relative;
}
.booking-wrap {
  position: absolute;
  bottom: 0px;
	z-index:10;
	width:100%;
	text-align:center;
	padding:20px;
	background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.6446953781512605) 0%, rgba(0,0,0,0) 100%);
}
/*
 * Animated CSS button
 * Copyright Alexander Bodin 2019-09-07
 *
 * Useage: .class {@import button($button-size, $hue, $sat);}
 */
.animated-button {
  background: linear-gradient(-30deg, #450520 50%, #520a28 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #cec49f;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#cec49f));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #cec49f);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#cec49f));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #cec49f);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#cec49f));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #cec49f);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#cec49f));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #cec49f);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.slide-item {
  height: 500px;
  background-size: cover;
  background-position: center;
}
.slide-title {
  position: absolute;
  left: 10%;
  bottom: 110px;
  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;
}

section.textImageBlock {
  padding: 70px 0;
}
.section {
  padding: 70px 0;
}

section#rooms {
  margin-bottom: 50px;
}
.roomItem {

}

.roomItem:hover {
  background:#efefef;
}
.roomInfo {
    padding: 20px;
    text-align: center;
}
.price {
    color: #cec49f;
    font-weight: bold;
}
.roomCategory {
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  margin: 10px 0;
}

.roomCategory a {
  color:#000;
}

.capacity {
  text-align: center;
  font-size: .8em;
  color: var(--color-light);
  margin-bottom: 10px;
}
.room-desc {
  font-size: .9em;
  margin-bottom: 20px;
}
.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;
}
.bgfixed {
  background-attachment: fixed;
}
.textbg .textblock {
	color:#fff;
	text-align:center;
	position:relative;
	z-index: 3;
}

footer {
  padding: 40px 0;
  background: var(--color-light);
  color: #000;
  text-align: center;
  font-size: .8rem;
}
footer a {
  color: #333;
}

footer .logo {
  margin: 0 auto 20px;
  font-size: 1.3em;
  flex-direction: column;
}

.footer-contacts {
  padding: 0;
  list-style: none;
}
.footer-contacts li {
	margin-bottom:5px;
}

.slimheader {
  height: 300px;
  background-size: cover;
  background-position: center;
  height: 20vw;
}
.bottomImageBlock {
  height: 50vh;
}

.btn-toolbar {
  margin-top: 10px;
}

.rooms-gallery {
  margin-bottom: 0px;
}
.room-price-list {
  margin: 30px 0;
}

.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: #f7f7f7;
  padding: 30px;
  font-size: .8em;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f7f7f7;
  border-color: #dee2e6 #dee2e6 #f7f7f7;
}
.nav-tabs .nav-link {
  font-size: .9em;
}

.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;
}

#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%;
}