/* Natural Swimming */

/* #41c100 = green = background:rgba(65,193,0,1) / #00adff = blue = background:rgba(0,173,255,1) / #ff983d = orange = background:rgba(255,152,61,1) / #131313 = background:rgba(19,19,19,1) */

.swim-header-img {
	background:url(../../images/natural_swimming/swim-header.jpg) center top no-repeat;
	height:60%;
	height:60vh;
	box-sizing:border-box;
	width:100%;
	-ms-border-background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
@media ( max-width: 992px ) {
	.swim-header-img {
		height:300px;
		height:40vh;
	}
}
.pond-1 {
	background:url(../../images/natural_swimming/natural_swimming_pond_1.jpg) left center no-repeat;
}
.pond-2 {
	background:url(../../images/natural_swimming/regeneration_zone_2.jpg) center bottom no-repeat;
}
.pond-3 {
	background:url(../../images/natural_swimming/natural_swimming_pond_2.jpg) center bottom no-repeat;
}
.pond-4 {
	background:url(../../images/natural_swimming/natural_swimming_pond_3.jpg) left top no-repeat;
}
.pond-5 {
	background:url(../../images/natural_swimming/regeneration_zone_1.jpg) center bottom no-repeat;
}
.pond-6 {
	background:url(../../images/natural_swimming/natural_swimming_pond_4.jpg) center center no-repeat;
}
.mrModal .pond-3 {
	background-position: center center;
}
.mrModal .pond-4 {
	background: url( ../../images/natural_swimming/natural_swimming_pond_3b.jpg ) bottom center no-repeat;
}
.mrModal .pond-5 {
	background: url( ../../images/natural_swimming/regeneration_zone_1b.jpg ) bottom center no-repeat;
}
.mrModal .pond-6 {
	background:url(../../images/natural_swimming/natural_swimming_pond_4b.jpg) top center no-repeat;
  -webkit-filter: saturate(1.5);
  filter: saturate(1.5);
}

.pond-1, .pond-2, .pond-3, .pond-4, .pond-5, .pond-6 {
	-ms-border-background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
