/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.ziehharmonika h3 {
	background: #1a7b84;
	color: #fff;
	text-align: left;
	border-radius: 8px;
	padding: 20px 12px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 2px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	
	margin-bottom: 12px;
}
.ziehharmonika h3.active {
	margin-bottom: 15px;
	background: #1a7b84;
}
.ziehharmonika h3::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
.ziehharmonika h3.alignLeft {
	padding-left: 35px;
}
.ziehharmonika > div {
	display: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 31px 33px;
	margin-bottom: 9px;
}

.ziehharmonika .active .arrowDown {
	bottom: -13px;
	border-color: #009641 transparent transparent transparent;
	opacity: 1;
}



/*+ - area*/
.ziehharmonika .collapseIcon {
	position: absolute;
	right: 15px;
	top: 48%;
	font-size: 25px;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0px 6px;
	line-height: 23px;
}
/*+ - area*/

.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}
.hotubs-list{
	margin-top:40px;
}
.hotubs-list .hotubs-one{
	margin-top:0px !important;
}
.hotubs-list .hotubs-one::after{
	content: " ";
    height: 60%;
    width: 70%;
    border: 1px solid #fff;
    position: absolute;
    top: 11%;
    left: 15%;
}
.hotubs-list .hotubs-one:hover::after{
	border-color:#2ec6d4;
}
.hotubs-list .hotubs-one:hover{
	cursor:pointer;
}
.hotubs-one:hover p{
	background: #1a7b84;
    color: #fff;
}
.hotubs-one:hover p a, .hotubs-one:hover p a:hover{
	color: #fff;
}
.hotubs-one p{
	box-shadow:0px 1px 5px #c3c3c3;
}
.highlife{
	/* background-image: linear-gradient(#a8e1e6, #ffffff) !important; */
}
.enjoy-wrapper h4{
	color: #fff;font-size: 47px;font-weight: 700;
	margin-bottom:25px;
}
.enjoy-wrapper .highlife-heading-right{margin-top:22px;}
.enjoy-wrapper h5{
	font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    color: #fff !important;
}
.highlife-wrapper .highlife-heading{display:none !important;}
  .hotubs-wrapper .spa-left-heading h3 {color:#1a7b84; text-transform:uppercase;font-family:lato;}
.hotubs-wrapper .spa-left-heading p, .hotubs-wrapper .sllo-left p{color:#000;}
.hotubs-wrapper .spa-right img{max-width:inherit;width:auto;}
.hotubs-wrapper .odd .spa-right img{min-height: 520px;width:auto;max-width: 100%; }
.hotubs-wrapper .even .spa-right img{float: right;}
.hotubs-wrapper .icon-spas{fill:#1a7b84;}
.hotubs-wrapper .spa-left-link a{    background-color: #1a7b84;    color: #fff;}
.hotubs-wrapper .hot-tubs{margin-top:0px;}
.hotubs-wrapper .col-lg-6.col-md-6{padding:0px;} 
.hotubs-wrapper .spa-left, .hotubs-wrapper .spa-right{padding:0px 0px;}
.hotubs-wrapper .spa-left{padding:50px 50px 50px 0px;width: 570px; max-width: 100%; float: right;}
.hotubs-wrapper .even .spa-left{float:left;}
.hotubs-wrapper .even .spa-left{padding:50px 0px 50px 100px;}
.hotubs-wrapper .spa-right{}
.hotubs-wrapper .sllo-left p, .sllo-left p{margin: auto; text-align: center; margin-top: 10px; line-height: 25px;}
.video-section{position: absolute; z-index: -1;width:100%;}
.video-section video{width:100%;}
.header{background:none !Important;}
.hero{visibility:hidden;}
.covid{display:none;}
#header-bar-1 .covid{display:block;}
div#header-bar-1, #header-bar-2 {background: #ffffffa3;}
.show .menu{border:solid 1px #cfcfcf;}
#navbarSupportedContent {background:#fff !important;}
.menu{background:none !important;}


.hotubs-heading.text-center{    background: #0000009e; padding: 20px 30px;}
.hotubs-list{    margin-top: 40px;}
.hotubs-heading.text-center{    background: #0000009e; padding: 20px 30px;}
.hotubs-heading h2 {    font-weight: 900; color: #fff !important; font-size: 50px; margin-bottom: 20px;}
.hotubs-heading p {    font-size: 16px; color: #ffffff !important;}
.spa{    padding: 80px 0 !important; }
.spa .hot-tubs{margin-top: 0px !Important;}
.spa h3{margin-bottom: 20px !important;/*  text-align: center;  */color: #fff;font-size: 40px; margin-bottom: 0;}
.swimspassection{}
.swimspassection .options_data{padding-top:0px;text-align:center;}
.swimspassection .options_details{    text-align: center; margin-bottom: 15px; padding: 0px 40px;}
.swimspassection .options_details p{    color: #fff; font-family: "Poppins", sans-serif; letter-spacing: 0.4px;}
.buyhottubs_details{    background: #1a7b84;}
.buyhottubs_details1 .align-items-md-center{margin-bottom:100px;}
.swimspassection .spa .hot-tubs{    margin-top: 0px !Important;}
.swimspassection .nomarginrow{    margin: 0px;}
.swimspassection .nomargincol{margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;padding-bottom:30px;}
.swimspassection .nomargincol.mid{    background: #196f77;}
.swimspassection .nomargincol.mid img{    height: 550px !important;}
.faq-left{background-image:none !Important;}
.testimonal_img{margin-bottom:25px;}
.footer{    padding: 40px 0 !important;}
#below-content .faq{    background-position: 100% 102%; padding-bottom: 200px;background-repeat:repeat-x;}
.footer .footer-sub{    background-color: #69abb1;    color: #095961;}
.footer-three-content li span:first-child{float:left;}

.et_pb_module img{    opacity: 0.5}
.et_pb_module img:hover, .et_pb_module.active img{    opacity: 1 !important;}


.et_pb_module.active {
    transform: scaleX(1.1) scaleY(1.1) translateX(0px) translateY(0px)!important;
}
.nav-tabs{border:0px;}
#thumbnailcarousel img {display: block; opacity: .5; cursor: pointer;}
#thumbnailcarousel img:hover {opacity: 1;}
#thumbnailcarousel .flex-active-slide img {opacity: 1; cursor: default;}
.page{    background-image: linear-gradient(#1a7b84, #196f77) !important;}
.img-gallery h3{    margin-bottom: 20px !important; text-align: center; color: #000!important; font-size: 40px;}
.img-gallery h3{
	background: url(../images/unnamed.webp);
    height: 180px;
	background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px !important;
    color: #1a7b84 !important;
    font-size: 40px;
    font-family: 'Lato';
    font-weight: 600;
}
.flex-direction-nav a:before {    font-family: "flexslider-icon"; font-size: 33px; display: inline-block; content: '\f001'; color: rgb(25 114 122); text-shadow: 0px 0px 0 rgb(255 255 255);}
.flexslider {margin-bottom:0px !important; }
.faq{background-image:url(../images/faqbg.jpg) !important;}
.start-list-one-img .start-list-one-img-innher{    border: 1px solid #1a7b84;}
.start-list-one-img img{width:100px;padding:20px 10px;}
.start-list-one-img:hover{}
.start-list-one-img .image-style-img-140x140 {  }
.start-list-one-img:hover .image-style-img-140x140{visibility:hidden;}
.start-list-one-img .img-top{left:36px !important;}
.start-list-one-img .start-list-one-img-innher{    transition: 1s; transform-style: preserve-3d; position: relative;}
.start-list-one-img:hover {transform: inherit !Important;visibility:visible;}
.start-list-one-img:hover .start-list-one-img-innher {
    transform: rotateY(160deg) !important;
    visibility: visible;
	border: 1px solid #ccc;
}
.footer-three-content ul li:first-child span:first-child {
    float: left;
    /* height: 80px; */
}
.aboutsun{
	box-shadow: -1px 4px 15px #00000087;
}
.copy p{font-size:13px;}
/* .category-background .product_heading, .category-background .about-product{    background: #00000052; margin-top: 0px; margin-bottom: 0px;}
.category-background .product_heading{    margin-bottom: 0px !important; position: relative; overflow: hidden; padding-top: 20px;}
.category-background .product_heading h3{color:#fff;}
.category-background .about-product{color: #fff; text-shadow: 1px 1px 6px #00000085;padding-bottom: 20px;} */
.category-background{
	/* background-image:url('../images/innerpage_banner.png');
	background-position: center;
    background-size: cover; */
    padding: 25px 10px 25px;
}
.category-page .main{padding-top:0px;min-height:450px;}

.taxonomy-page .main{padding-top:40px;}
.taxonomy-page .banner-image{position:relative;z-index:0;    justify-content: center; align-items: center; display: flex;}
#bread-crumb #block-pagetitle h2{text-transform:capitalize;color:#fff;text-align:center;margin-bottom:5px;font-size:40px;}
.taxonomy-page .about{padding-top:40px;}
.breadcrumb{background:inherit;padding:0px;}
.breadcrumb ol{margin:auto;}
.breadcrumb ol li{color:#fff;margin-right:5px;}
.breadcrumb li:before{margin-right:5px;}
.breadcrumb ol li a{color: #9fa7a9; text-shadow: 1px 1px 5px #000;}
.breadcrumb ol li a:hover{ }
.taxonomy-page .container.heading{padding-top:0px;padding-bottom:40px;}
.path-frontpage .header-bar{ position:relative;}
/* div#slider-image {    position: absolute; width: 100%;bottom:15px;} */
@media only screen and (max-width: 1499px) {
	.swimspassection .nomargincol.mid img{height: auto !important; width: 125%;max-width: 125%; margin-left: -12%;}
}
@media only screen and (max-width: 1199px) {
	.swimspassection .nomargincol.mid img{height: auto !important; width: 125%;max-width: 125%; margin-left: -12%;}
	.hotubs-wrapper .spa-swim{
		padding: 0px 15px;
		overflow: hidden;
	}
	.hotubs-wrapper .col-lg-6.col-md-6{
		
	}
	.hotubs-wrapper .spa-right img{
		float: none;
		text-align: center;
		margin: auto;
		/* margin-left: -50% !important; */
		    max-width: inherit !important;
	}
	.hotubs-wrapper .spa-right img{
		float: none;
		text-align: center;
		margin: auto;
		/* margin-right: -50%; */
	}
	.hotubs-wrapper .col-lg-6.col-md-6{
		overflow:hidden;
	}
	.hotubs-wrapper .spa-swim{
		
	}
}
@media only screen and (max-width: 767px) {
	.hotubs-wrapper .spa-right img{
		max-width: 100%;
		margin-left: inherit !important;
		text-align: center;
		margin: auto;
		width: auto !important;
		max-width: inherit !important;
	}
}
.commercial-spa-accordion .card-header{
	background: #1a7b84;
    color: #fff;	
}
.commercial-spa-accordion .card-header p{
	margin-bottom:0px;
	cursor:pointer;
}