/**
 * 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%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.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.png);
    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{    height: 100vh;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;
}
.element-item
{
	margin-bottom:25px;
}
.about_banner img {
	display: block;
    width: 100%;
}
.hydrother-cold-plunges{
	margin-top:80px;
}
.about_section {
	padding:120px 0px;
}

.about-one {
	background-color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    margin-top: 35px;
}

.about-one:hover {
	box-shadow: 0px 20px 20px -1px rgba(0,0,0,.3);
}

.about-one img {
	display: block;
    width: 100%;	
}


.about_footer_banner, .accessories_footer_banner{
    /* background-image: url(img/baby.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 9% 0;
    position: relative;
    z-index: 500000;

}

.banner_btn a {
    display: inline-block;
    color: #fff;
    padding: 8px 45px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    background-color: #159DCD;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;

}

.banner_btn a:hover{
	opacity: .7;
}


.accessories_banner img{
	display: block;
    width: 100%;
}

.accessories_section {
	padding:120px 0px;
}

.accessories-one{
	background-color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    margin-top: 35px;
}

.accessories-one:hover {
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,.3);
}

.accessories-one img {
	display: block;
    width: 100%;	
}

.latest_banner img{
	display: block;
    width: 100%;	
}

.simplenews-subscriber-form .form-email{
	display: inline-block;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    width: 100%;
    padding: 11px;
    background-color: #69abb1;
    border-radius: 15px;
	padding-left:15px;
}
.simplenews-subscriber-form .form-actions{
	text-align:right;
}  
#edit-subscribe{
	background:url('../images/rightarrow.svg');
	background-repeat: no-repeat;
	
    height: 46px;
    fill: #fff;
	border-radius: 28%;
    padding: 15px;
    position: relative;
	border:none;
	top:-54px;
}
#edit-subscribe:focus {
	outline:none;
}
.simplenews-subscriber-form .js-form-required{
	display:none;
}
.simplenews-subscriber-form .form-email::placeholder{
	color:#fff;
}

.latest_section {
	padding-top:120px;
}
.form-composite > .fieldset-wrapper > .description, .form-item .description{
	display:none;
}

.latest-one{
	background-color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
  
	padding-bottom:15px;
}

.latest-one:hover {
	/* box-shadow: 0px 2px 6px -1px rgba(0,0,0,.3); */
}



.contact_banner img{
	display: block;
    width: 100%;	
}

.contact_wrapper {
	padding:120px 0px;
	
}

.contact_address p{
	font-weight:400;
}

.form {
	padding-top:50px;
	
}

.form input, .form textarea {
	background-color: #159DCD;

}

.form_btn input[type="submit"] {
	display: inline-block;
    color: #fff;
	width: 35%;
    padding: 8px 0px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    background-color: #159DCD;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.latest-one img{

}



.et_pb_section_4.et_pb_section {
	padding-top: 23px;
    padding-bottom: 23px;
    background-color: #6d6e71!important;
	
}

.et_pb_section {
    position: relative;
    background-color: #fff;
}

.et_pb_section, .et_pb_slider .et_pb_slide {
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

.et_pb_all_tabs, .et_pb_column, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_posts_nav a, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.sfwppa-navi-style * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.et_pb_row_4.et_pb_row {
    padding-top: 3vw!important;
    padding-bottom: 2vw!important;
    padding-top: 3vw;
    padding-bottom: 2vw;
}

.section_has_divider .et_pb_row {
    z-index: 5;
}

.et_pb_row_4 {
    min-height: auto;
    overflow-x: hidden;
}

.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.et_pb_row_4, body #page-container .et-db #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_4.et_pb_row {
    width: 100%;
    max-width: 100%;
}

.et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0!important;
}

.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset!important;
}

.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

.et_pb_image_2 {
	display: none!important;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0px!important;
    margin-left: 0px!important;
    position: absolute!important;
    top: 0vw;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
}



.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.et_pb_image {
    display: block;
}

.et_pb_image {
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.et_pb_image img {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.et_pb_image_3 {
    z-index: 3;
    position: absolute!important;
    top: 9vw;
    bottom: auto;
    left: 26vw;
    right: auto;
    text-align: center;
}


.et_pb_image_3, .et_pb_image_3 .et_pb_image_wrap, .et_pb_image_3 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_3 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;

}

.et_pb_image_3:hover {
    z-index: 10;
    top: 9vw;
    bottom: auto;
    left: 26vw;
    right: auto;
    transform: scaleX(1.1) scaleY(1.1) translateX(0px) translateY(0px)!important;
}


.et_pb_image_sticky {
    margin-bottom: 0!important;
    display: inherit;
}



.et_pb_image_3:hover .et_pb_image_wrap {
    box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.3);
}

.et_pb_image_3 .et_pb_image_wrap {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.box-shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.et_pb_image_4 {
    z-index: 2;
    position: absolute!important;
    top: 9vw;
    bottom: auto;
    right: 17vw;
    left: auto;
    text-align: center;
	width: 100%;
    max-width: 18vw;
}

.et_pb_image_4, .et_pb_image_4 .et_pb_image_wrap, .et_pb_image_4 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_4 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;
}
.et_pb_image_4:hover {
    z-index: 10;
    transform: scaleX(1.1) scaleY(1.1)!important;
}

.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.et_pb_image_5 {
    z-index: 1;
    position: absolute!important;
    top: 0vw;
    bottom: auto;
    right: 32vw;
    left: auto;
    text-align: center;
}

.et_pb_image_5, .et_pb_image_5 .et_pb_image_wrap, .et_pb_image_5 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_5 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;
}
.et_pb_image_5:hover {
    z-index: 10;
    transform: scaleX(1.1) scaleY(1.1)!important;
}



.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}



.et_pb_image_6 {
    z-index: 2;
    position: absolute!important;
    top: 2vw;
    bottom: auto;
    right: 4vw;
    left: auto;
    text-align: center;
}

.et_pb_image_6, .et_pb_image_6 .et_pb_image_wrap, .et_pb_image_6 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_6 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;
}
.et_pb_image_6:hover {
    z-index: 10;
    transform: scaleX(1.1) scaleY(1.1)!important;
}

.et_pb_image_7 {
    z-index: 2;
    position: absolute!important;
    top: 23vw;
    bottom: auto;
    right: 26.93vw;
    left: auto;
    text-align: center;
}

.et_pb_image_7:hover {
    z-index: 10;
    transform: scaleX(1.1) scaleY(1.1)!important;
}	

.et_pb_image_7, .et_pb_image_7 .et_pb_image_wrap, .et_pb_image_7 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_7 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;
}

.et_pb_image_8 {
    z-index: 1;
    position: absolute!important;
    top: 21vw;
    bottom: auto;
    left: 7vw;
    right: auto;
    text-align: center;
}

.et_pb_image_8, .et_pb_image_8 .et_pb_image_wrap, .et_pb_image_8 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_8 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;
}

.et_pb_image_8:hover {
    z-index: 10;
    transform: scaleX(1.1) scaleY(1.1)!important;
}

.et_pb_image_9 {
    z-index: 0;
    position: absolute!important;
    top: 3vw;
    bottom: auto;
    left: 16vw;
    right: auto;
    text-align: center;
}

.et_pb_image_9, .et_pb_image_9 .et_pb_image_wrap, .et_pb_image_9 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_9 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;
}

.et_pb_image_9:hover {
    z-index: 10;
    transform: scaleX(1.1) scaleY(1.1)!important;
}

.et_pb_image_10 {
    z-index: -1;
    position: absolute!important;
    top: 5vw;
    bottom: auto;
    left: 2vw;
    right: auto;
    text-align: center;
}	

.et_pb_image_10, .et_pb_image_10 .et_pb_image_wrap, .et_pb_image_10 .et_pb_image_wrap>.box-shadow-overlay, .et_pb_image_10 .et_pb_image_wrap.et-box-shadow-no-overlay {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms;
}

.et_pb_image_10:hover {
    z-index: 10;
    transform: scaleX(1.1) scaleY(1.1)!important;
}










	


	.et_pb_column_5 {
    height: 53vw;
	}
	
	.et_pb_image_3 {
    width: 100%;
    max-width: 28vw;
	}
	
	.et_pb_image_5 {
    width: 100%;
    max-width: 17vw;
	}
	
	.et_pb_image_6 {
    width: 100%;
    max-width: 19vw;
	}
	
	.et_pb_image_7 {
    width: 100%;
    max-width: 20vw;
	}
	.et_pb_image_8 {
    width: 100%;
    max-width: 20vw;
	}
	
	.et_pb_image_9 {
    width: 100%;
    max-width: 20vw;
	}
	
	.et_pb_image_10 {
    width: 100%;
    max-width: 17vw;
	}
	
		
		
	
	.et_pb_section {
		padding: 4% 0;
	}

	.et_pb_row {
    padding: 2% 0;
	}

	.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0!important;

	}

	.et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
    width: 100%;
	}

	.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
		margin-right: 0;
	}

	.et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}

	.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 5.5%;
	}
	
	
	
	.et_pb_column_5 {
    overflow-x: hidden;
    overflow-y: hidden;
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.75%;
	}
	.et_pb_module img{
		
	}
.node--type-web-pages{}

.node--type-web-pages table.no-oe.cg{color:#fff;}
.node--type-web-pages table.no-oe tr:nth-child(even){background:none;}
.node--type-web-pages table.no-border {
		margin-bottom: 25px;
		border: 0px;
		text-align: center;
		/* display: inline-block; */
		margin-bottom: 25px;
	}
.node--type-web-pages table{margin-bottom:25px;}
.node--type-web-pages table.no-border td {
		padding: 10px;
	}
.node--type-web-pages table th{background: #1a7b84; color: #fff;vertical-align:top;} 
.node--type-web-pages table th a{color:#fff;}
.node--type-web-pages h1{margin-bottom:30px;}
.node--type-web-pages #thumbnailproducts li img{border:1px solid #ccc;}

.node--type-web-pages .sidebar {border: 1px solid #ccc; padding: 20px; text-align: center;}
.node--type-web-pages .sidebar ul{}
.node--type-web-pages .sidebar ul li{}
.node--type-web-pages .sidebar ul li a, .node--type-web-pages .sidebar a{color:#1e7d86;font-size:18px;}
.node--type-web-pages .style14, .node--type-web-pages .style8 {
    color: #333333;
    font-weight: bold;
}
.node--type-web-pages table td span {
    background-color: inherit !important;
}
.node--type-web-pages table td span a{text-decoration:underline;}
.visually-hidden{display:none;}
.table-p th, .table-p td
{
	padding:0!important;
}
.table-p p
{
	font-size:16px!important;
}
.t_sortable.ui-sortable  {
  min-height: 50px;
  height: 50px;
}
.view-awp-products.view-id-awp_products.view-display-id-block_5 .views-field.views-field-title {
    width: 100%;
    padding: 5px;
    background: #1a7b84;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.view-awp-products.view-id-awp_products.view-display-id-block_5 .views-field.views-field-body {
  text-align: center;
  margin-top: 25px;
}
#promo_sum_table thead tr th.views-field.views-field-nid:last-of-type, #promo_sum_table tbody tr td.views-field.views-field-nid:last-of-type, #promo_sum_table tfoot tr td.views-field.views-field-nid:last-of-type {
  display: none;
}

#mpackage table.table-striped tr, .view-id-awp_products.view-display-id-block_4 .view-header table tr {
  cursor: initial!important;
}
.promo {
  background: #fff!important;
  color: #000!important;
  font-size: 16px!important;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
  position: absolute;
  right: 20px;
  border-radius: 50%;
  scrollbar-width: thin;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#mpackage table tr td:nth-of-type(2), #mpackage table tr td:nth-of-type(3), #mpackage .table thead th {
  text-align: end!important;
}
#sum_table thead tr th#view-title-1-table-column {
  text-align: left!important;
}
#mpackage table tr td:nth-of-type(2), #mpackage table tr td:nth-of-type(3){
  width: 91px!important;
  max-width: 91px!important
}
.all-drag-pro thead {
  display: none;
}
.dragfrom.class-tabs-filter .row.dragoption .col-2 {
  padding: 0px;
  text-align: end;
}
.dragfrom caption {
  padding-left: 8px !important;
  color: #000;
  font-weight: 700;
  border: 1px solid #ccc;
  margin-top: 25px;
}

/* #mpackage table tr.option-total td:first-child {
  text-align: right!important;
} */
#mpackage .dragfrom-special[data-id="507"] {
  display:none;
}
.dragfrom .covers caption:first-child {
  margin-top: 0px;
}
.dragoption, #price-table thead tr {
  font-family: lato;
  font-weight: 600;
}
.dragfrom caption {
    font-size: 16px!important;
}
.promo-title {
    font-weight: 600;
    font-size: 16px;
    padding: 8px !important;
    margin-left: 0!important;
}
.view-awp-products.view-id-awp_products.view-display-id-block_5 .views-field.views-field-title {
  font-weight: 600;
}
.basic-details table tbody tr td:first-child{
  text-align: left !important;
}
.style3 {
  font-size: 25px;
  font-family: 'LatoMedium';
  font-weight: 600;
  padding: 15px;
  letter-spacing: 1px;
  color: #1a7b84;
}

.style12 {
  font-size: 25px !important;
  font-family: 'LatoMedium';
  font-weight: 600;
  padding: 15px;
  letter-spacing: 1px;
  color: #1a7b84;
  margin: 0;
}
ol.style11 {
  padding-left: 20px;
}
#top {
    box-shadow: 0 0 6px rgba(0 0 0/16%);
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease;
    position: fixed;
    width: 70px;
    height: 50px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -25px;
    margin: 0;
    z-index: 10000;
    background: #1a7b84;
}
#top svg {
    width: 28px;
    fill: #f7f7f7;
    height: 28px;
}
.view-display-id-block_3 h3 {
  font-family: 'Lato' !important;  
}
.view-id-awp_products.view-display-id-block_3 h3 {
    border: solid 1px #dddd;
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 10px;
    text-align: inherit;
    font-weight: 600;
}

.view-id-awp_products.view-display-id-block_3 h2 a {
  font-weight: 500 !important;
}
.view-id-awp_products.view-display-id-block_3 #highlite h2 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  font-family: 'LatoMedium';
  margin: 0;
  font-size: 15px;
}
/* .fade:not(.show) {
  display: none;
} */
.awp_basic-package_61 .view-id-basic_package.view-display-id-page_1 .basic_details table tbody tr:first-child td {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Lato';
}
.shellcolors h3 {
  font-family: 'Lato'!important;
}
.awp-features ol {
  padding-left: 20px;
  list-style: auto;
  font-family: 'Lato';
}
.awp-features ol>li {
  font-size: 18px;
}
.awp-features ol>li>ul {
  padding-left: 20px;
  margin-top: 10px;
}
.awp-features ol>li>ul>li>ul {
  padding-left: 40px;
  list-style: auto;
  margin-top: 10px;
}
.awp-features ol strong {
  font-weight: 600;
  font-size: 18px;
}
.view-id-awp_products.view-display-id-block_4 #view-field-mslp-table-column--2 {
      padding-right: 0px!important;
}

#mpackage table tr td {
  color: #000;
}

.all-drag tfoot td, .mslp:not(#price-mslp), .sale:not(#price-sale), .promo_total td, #totalafterpromo tfoot td, #totalbeforetaxes td{
  color: #fff!important;
}

#options .view-awp-products.view-id-awp_products caption {
  border: 1px solid #ccc;
  padding: 7px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
.almost-wholesale-prices h1 {
  font-size: 35px !important;
  letter-spacing: 5px;
  font-weight: 600;
  margin-bottom: 20px;
}
.almost-wholesale-prices .mbr-section-subtitle {
  font-size: 25px;
}
.almost-wholesale-prices .mbr-section-text p {
  color: #000;
}
.cid-tw9LMRtffO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #55b4d4);  
}

@media (min-width: 992px) {
  .cid-tw9LMRtffO .mbr-figure {
    padding-right: 4rem;
  }  
}

.cid-tw9LMRtffO .btn-primary, .btn-primary:active {
    background-color: #149dcc !important;
    border-color: #149dcc !important;
    color: #ffffff !important;
}
.cid-tw9LMRtffO .media-content {
  text-align: center;
  vertical-align: middle;
}
.cid-tw9LMRtffO .mbr-section-text p {
  font-size: 21px !important;
  color: #465052;
}
.almost-wholesale-prices .media-content h4 {
  font-size: 20px;
}
.almost-wholesale-prices .mbr-section-text {
  padding: 0px 20px!important;
}
#package table tr td, #package table tr th, #options table tr td, #options table tr th{
  width: 15%;
  text-align: end !important;
}
#package table tr td:first-child,#package table tr th:first-child, #options table tr td:first-child, #options table tr th:first-child  {
  width: 70%;
  text-align: left !important;
}
.almost-wholesale-prices .media-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.basic_details table p.style7:not(div[align="center"]), .basic_details table div.style7:not(div[align="center"]) {
  padding-bottom: 0px !important;
  margin: 0px!important;
  text-align: end !important;
  font-size: 16px !important;
}
.basic-details table .style7 {
  padding-bottom: 8px !important;
}
.dragoption .col-2:last-child {
  padding-right: 15px !important;
}
.header-link ul li:first-child a {
  background-color: #1a7b84!important;
  color: #fff!important;
}
.taxonomy-page .node_202 .main {
  padding-top: 0px;
}
.view-id-basic_package.view-display-id-page_2 table tbody td:nth-of-type(2), .view-id-basic_package.view-display-id-page_2 table tbody td:nth-of-type(3) {
 text-align: end!important; 
}
.image-row-commercial {
  margin-bottom: 25px;
}
.image-row-commercial img {
  width: 100%;
  height: 100%;
}
.content-bar-acc {
  margin-top: 25px;
  margin-bottom: 50px;
}

.content-bar-acc caption {
  padding: 7px;
  border: 1px solid #cccccccf;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 25px;
}
/* .content-bar-acc table tbody tr td div {
  display: none;
} */
.content-bar-acc table tbody tr td .has-content {
  font-weight: 600;
  cursor: pointer;
}
.content-bar-acc table tbody tr td .show {
  display: block;
}
.content-bar-acc table tbody tr td .hide {
  display: none;
}
.content-bar-acc table tbody tr td div p {
  margin: 0;
  padding: 10px 0px;
  font-size: 15px !important;
}
.block-views-blockproduct-commercial-block-3 {
  margin-top: 50px;
}
.block-views-blockproduct-commercial-block-2 .views-field-field-price {
  text-align: right !important;
}
.view-id-products.view-display-id-page_3 h3 {
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.view-products.view-id-products.view-display-id-page_3 .product-image, .view-products.view-id-products.view-display-id-page_2  .product-image, .view-products.view-id-products.view-display-id-page_4  .product-image {
  width: 325px;
  height: 325px;
  text-align: center;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
#block-wcsb-content .productdetails.container .col-md-6.mb-4.mb-md-0>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_listing[data-stock="sold-out"] a {
  pointer-events: none;
}
.view-id-products .container .listing .product_listing .price h2 span {
  font-weight: 600;
}
.price h4 span {
  color: red;
  font-weight: 600;
}
.view-id-products h3.group-title {
  background: #1a7b84;
  padding: 35px;
  display: flex;
  justify-content: center;
  color: #fff;
}
.productdetails .detailtitle table tr td > *, .feature-specification-data table tr td > *, #specification table tr td > *{
  font-size: 16px !important;
  margin: 0;
}
.details-call .spa-left-link a:nth-of-type(3) {
  margin-top: 10px !important;
}
.shellcolors .views-field-name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  color: #1a7b84;
}
.field--name-body .card-wrapper .mbr-section-btn a {
/*   color: #000;
  background-color: #01FFFF; */
  padding: 8px 30px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  margin-right: 25px;
  background-color: #1a7b84!important;
  color: #fff!important;
}
.card-wrapper .card-box {
  text-align: center;
}
.card-wrapper .card-box .brochure-title {
  margin-top: 20px;
}
.card-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
#features4-15 ul li::before  {
  
  padding: 0px !important;
}
#features4-15 ul {
  margin-top: 20px;
}
#header3-39 .media-container-row {
  align-items: center;
  justify-content: center;
}
.path-awp .product_heading h3 {
  background: #1a7b84;
  padding: 35px;
  display: flex;
  justify-content: center;
  color: #fff;
}
.path-awp .taxonomy-page .main {
    padding-top: 40px;
}
.path-awp .product_heading {
    margin-bottom: 0px;
}
.category-background {
  padding: 0;
}
.awp-product-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}
.feature-specification-data {
  margin-top: 0px !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.feature-specification-data .views-element-container {
  width: 100%;
}
.accurate-wrapper {
  padding: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  background: #1a7b84;
  margin-top: 50px;
  color: #fff;
}
tr[data-id="1431"] {
	display: none;
}

.user-logged-in.path-frontpage .view-header a[hreflang="en"] , .user-logged-in .edit-view a {
	display: inline-block;
	/* color: #005673; */
	padding: 8px 35px;
	clip-path: polygon(10% 0,100% 0,90% 100%,0% 100%);
	/* background-color: #fff; */
	margin-top: 15px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	background-color: #1a7b84;
	color: #fff;
	margin: 10px 54px;
}
.user-logged-in .view-flyer .edit-view a {
	background-color: #fff;
	color: #1a7b84;
}
.user-logged-in .faq-right .edit-view a {
	position: absolute;
	top: -50px;
}
.path-awp #block-wcsb-content .edit-view a {
	position: absolute;
	top: 0;
}
.inputintersted.postal-code {
	width: 100%;
	margin-bottom: 15px;
}
.hydrother-content{
    background: white;
	box-shadow:-1px 4px 15px #00000087;
	padding:20px;
}
.hydrother-content h2{
	ont-size: 25px;
    line-height: 37px;
    margin-bottom: 20px;
    display: block;
    color: #1a7b84;
    font-weight: 700;
}
.hydrother-content p{
	font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
}
.hydrother-row{
	max-width:900px;
	margin:auto;
}
.hotubs{
	background:#eee;
}