/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

.dark #header-wrap {
  background-color: #009FE3;
}

.dark #header, #header.dark {
  background-color: #009FE3;
  border-bottom: 0px solid #706F6F;
}

.dark .section, .section.dark {
  background-color: #009FE3;
}

.bg-color-2,
.bg-color-2 #header-wrap { background-color: #706F6F !important; }

.color-2 { color: #706F6F !important; }

.bg-color-3,
.bg-color-3 #header-wrap { background-color: #2c8656 !important; }

.color-3 { color: #2c8656 !important; }

.fw-light {
	font-weight: 300 !important;
}

.counter {
  font-size: 100px;
}

@media (max-width: 767.98px) {
	.header-size-md #header-wrap #logo img {
	  height: 60px;
	}
	#rush {
	  text-align: center;
	}
	#section-hours h1 {
	  font-size: 45px;
	}
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #706F6F;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
}

.nav-pills .nav-link {
  color: #fff;
  background: #009FE3;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
/*  width: 90%; */
}

.smart-title {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.smart-bigtitle {
	position: absolute;
	width: 200px;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.smart-title-on {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.smart-bigtitle-on {
	position: absolute;
	width: 200px;
	bottom: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.lh-text {
	position: absolute;
	bottom: 70px;
}
.lh-title-12 {
	line-height: 1.2 !important;
}

@media (max-width: 767.98px) {
	.lh-title-12, .lh-title {
		font-size: 1.1rem;
	}
	
	.smart-title {
		bottom: 0px;
	}
	.smart-bigtitle {
		bottom: -20px;
	}
	.smart-title-on {
		bottom: 0px;
	}
	.smart-bigtitle-on {
		bottom: -10px;
	}
}

.product-image:hover > .smart-title, .product-image:hover > .smart-bigtitle  {
	opacity: 0;
	z-index: 2;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link { color: #009FE3 !important; }

.overlay-menu .menu-container > .menu-item > .menu-link {
  font-size: 1.3rem;
}

.overlay-menu .menu-container {
  max-width: 400px;
}

.overlay-menu:not(.top-search-open) #primary-menu-trigger {
	width: 40px;
	height: 40px;
}
.svg-trigger {
	width: 40px;
	height: 40px;
}

.section.darker, #page-title.darker {
  background-color: #E6E6E6;
}
#page-title h1 {
  line-height: 1.2;
  font-size: 2.2rem;
}

@media (max-width: 767.98px) {
	#page-title {
		text-align: left;
	}
}
/* Hotspots */
.block-room-1 h1, .block-room-1 h2, .block-room-1 h3, .block-room-1 h4, .block-room-1 h5, .block-room-1 h6,
.block-room-2 h1, .block-room-2 h2, .block-room-2 h3, .block-room-2 h4, .block-room-2 h5, .block-room-2 h6,
.block-room-3 h1, .block-room-3 h2, .block-room-3 h3, .block-room-3 h4, .block-room-3 h5, .block-room-3 h6,
.block-room-4 h1, .block-room-4 h2, .block-room-4 h3, .block-room-4 h4, .block-room-4 h5, .block-room-4 h6 {
	font-family: 'Commissioner', serif !important; color: #045d63
}

body.block-room-1, .block-room-1 p,
body.block-room-2, .block-room-2 p,
body.block-room-3, .block-room-3 p,
body.block-room-4, .block-room-4 p {
	font-family: 'Commissioner', sans-serif !important;
}

@-webkit-keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	 45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}
@keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
		45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}

/* Hotspot */
.block-room-1 .hotspot-img, .block-room-2 .hotspot-img, .block-room-3 .hotspot-img, .block-room-4 .hotspot-img {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.block-room-1 .hotspot-img .img-responsive,
.block-room-2 .hotspot-img .img-responsive,
.block-room-3 .hotspot-img .img-responsive,
.block-room-4 .hotspot-img .img-responsive { max-width: 100%; }

.block-room-1 .hotspot-img .hot-spot,
.block-room-2 .hotspot-img .hot-spot,
.block-room-3 .hotspot-img .hot-spot,
.block-room-4 .hotspot-img .hot-spot {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 5px;
	left: 5px;
	text-align: center;
	background-color: #706F6F;
	color: #FFF;
	border-radius: 100%;
	cursor: pointer;
	font-size: 12px;
	line-height: 26px;
	transition: all .3s ease;
}

.block-room-1 .hotspot-img .hot-spot.gas,
.block-room-2 .hotspot-img .hot-spot.gas,
.block-room-3 .hotspot-img .hot-spot.gas,
.block-room-4 .hotspot-img .hot-spot.gas {
	background-color: #2c8656;
}

.block-room-1 .hotspot-img .hot-spot .circle,
.block-room-2 .hotspot-img .hot-spot .circle,
.block-room-3 .hotspot-img .hot-spot .circle,
.block-room-4 .hotspot-img .hot-spot .circle {
	z-index: 2;
	position: relative;
}

.block-room-1 .hotspot-img .hot-spot .circle i,
.block-room-2 .hotspot-img .hot-spot .circle i,
.block-room-3 .hotspot-img .hot-spot .circle i,
.block-room-4 .hotspot-img .hot-spot .circle i {
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
}

.block-room-1 .hotspot-img .hot-spot.hotspot-tooltip-open .circle i,
.block-room-1 .hotspot-img .hot-spot:not(.hotspot-on-click):hover .circle i,
.block-room-2 .hotspot-img .hot-spot.hotspot-tooltip-open .circle i,
.block-room-2 .hotspot-img .hot-spot:not(.hotspot-on-click):hover .circle i,
.block-room-3 .hotspot-img .hot-spot.hotspot-tooltip-open .circle i,
.block-room-3 .hotspot-img .hot-spot:not(.hotspot-on-click):hover .circle i,
.block-room-4 .hotspot-img .hot-spot.hotspot-tooltip-open .circle i,
.block-room-4 .hotspot-img .hot-spot:not(.hotspot-on-click):hover .circle i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.block-room-1 .hotspot-img .hot-spot .circle:after,
.block-room-2 .hotspot-img .hot-spot .circle:after,
.block-room-3 .hotspot-img .hot-spot .circle:after,
.block-room-4 .hotspot-img .hot-spot .circle:after {
	content: '';
	display: block;
	position: absolute;
	top: 39%;
	left: 39%;
	width: 30px;
	height: 30px;
	margin: -1em auto auto -1em;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	border: 10px solid #706F6F;
	opacity: 0;
	-webkit-animation: pulsate 3s ease-out infinite;
	animation: pulsate 3s ease-out infinite;
}

.block-room-1 .hotspot-img .hot-spot.gas .circle:after,
.block-room-2 .hotspot-img .hot-spot.gas .circle:after,
.block-room-3 .hotspot-img .hot-spot.gas .circle:after,
.block-room-4 .hotspot-img .hot-spot.gas .circle:after {
	border: 10px solid #2c8656;
}

.block-room-1 .hotspot-img .hot-spot .tooltip,
.block-room-2 .hotspot-img .hot-spot .tooltip,
.block-room-3 .hotspot-img .hot-spot .tooltip,
.block-room-4 .hotspot-img .hot-spot .tooltip {
	display: none;
	background-color: rgba(255, 255, 255, 0.96);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	opacity: 1.0;
	left: 0;
	padding: 15px;
	position: absolute;
	top: 35px;
	width: 280px;
	z-index: 999;
	box-shadow: 0 30px 102px rgba(0,0,0,0.33), 0 20px 51px rgba(0,0,0,0.18);
}

.block-room-1 .hotspot-img .hot-spot .tooltip.ontop,
.block-room-2 .hotspot-img .hot-spot .tooltip.ontop,
.block-room-3 .hotspot-img .hot-spot .tooltip.ontop,
.block-room-4 .hotspot-img .hot-spot .tooltip.ontop {
	top: auto;
	bottom: 35px;
}

.block-room-1 .hotspot-img .hot-spot .tooltip .img-row,
.block-room-2 .hotspot-img .hot-spot .tooltip .img-row,
.block-room-3 .hotspot-img .hot-spot .tooltip .img-row,
.block-room-4 .hotspot-img .hot-spot .tooltip .img-row {
	margin-bottom: 10px;
	display: block;
}
.block-room-1 .hotspot-img .hot-spot .tooltip h4,
.block-room-2 .hotspot-img .hot-spot .tooltip h4,
.block-room-3 .hotspot-img .hot-spot .tooltip h4,
.block-room-4 .hotspot-img .hot-spot .tooltip h4 {
	margin-bottom: 0;
}

.block-room-1 .hotspot-img .hot-spot .tooltip p,
.block-room-2 .hotspot-img .hot-spot .tooltip p,
.block-room-3 .hotspot-img .hot-spot .tooltip p,
.block-room-4 .hotspot-img .hot-spot .tooltip p {
	font-size: 13px;
	line-height: 1.3rem !important;
	margin-bottom: 10px;
	color: #666 !important;
}

.block-room-1 .hotspot-img .hot-spot .tooltip p:last-child,
.block-room-2 .hotspot-img .hot-spot .tooltip p:last-child,
.block-room-3 .hotspot-img .hot-spot .tooltip p:last-child,
.block-room-4 .hotspot-img .hot-spot .tooltip p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.block-room-1 .hotspot-img .hot-spot .tooltip,
	.block-room-2 .hotspot-img .hot-spot .tooltip,
	.block-room-3 .hotspot-img .hot-spot .tooltip,
	.block-room-4 .hotspot-img .hot-spot .tooltip {
		width: 200px;
		left: 30px;
		top: 35px;
	}

	.block-room-1 .hotspot-img .hot-spot .tooltip .img-row,
	.block-room-2 .hotspot-img .hot-spot .tooltip .img-row,
	.block-room-3 .hotspot-img .hot-spot .tooltip .img-row,
	.block-room-4 .hotspot-img .hot-spot .tooltip .img-row {
		display: none;
	}
}
