@charset "UTF-8";
/* CSS Document
*
*
/* For mobile phones: */

#thediv #selection{
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: scroll;
}

a.return {
	padding: 20px 25px;
	background-color: #ccc;
	font-family: "Avenir", sans-serif;
	font-size: 13px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	width: 100%;
	margin-top: 4em;
	clear: both;
	color: #003A70;
}


.cust {
	font-family: "Avenir", sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: white;
	text-align: center;
    display: block;
   margin: 15px auto;
}
strong {
	font-family: "AvenirBlack", sans-serif;
}



input {
  display:none;
}
input:checked ~ label {
  background: #fff;
  color:#003A70;
}

label {
  background:#003A70;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
  padding:10px 20px;
	width: auto;
	margin: 5px auto;
	display: inline-block;
	text-align: center;
 	color: #fff;
 	font-family: "Avenir", sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	align-self: center;
	}

#imagetest img {
		margin:  0 auto;
		width: 75vw;
		display: block;
	}

* {
    box-sizing: border-box;
}

[class*="col-"] {
    width: 100%;
}
body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Avenir", sans-serif;
	background: #f0f0f0;
}

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

.app{overflow: hidden;}


.header {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: #003A70;
	position: static;
	width: 100%;
	display: block;
}
.header > .header-logo {
	width: 250px;
	line-height: 1;
	max-width: 100%;
	display: inline-block;
}
.header > .header-logo #logo-large {
	width: 250px;
	max-width: 100%;
	height: auto;
}

.header .header-contact, .header .header-phone, .header a[href="selection-page.html"] {
	display: block;
    color: #FFF;
    text-transform: uppercase;
    background: #0e92cf;
    padding: .8em 1.2em;
    border-radius: 4px;
    -mox-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    line-height: 1em;
	float: right;
	margin: 10px 0 0 10px;
}
.header .header-phone {
    padding: 0.75em 1.2em;
}
.header .header-contact:hover, .header .header-phone:hover, .header a[href="selection-page.html"]:hover {
	background: #38b7f2;
}
@media (max-width: 629px) {
	.header {
		clear: both;
		text-align: center;
	}
	.header:before, .header:after {
		display: block;
		content: "";
		height: 0;
		float: none;
		clear: both;
	}
	.header .float-right {
		float: none;
		display: block;
	}
        .header .float-right a {
            float: none;
        }
	.header .header-contact, .header .header-phone {
		float: none;
	}
}
@media (min-width: 630px) and (max-width: 799px) {
	.header > .header-logo {
		width: 150px;
	}
	.float-right {
		padding-top: 10px;
	}
	.header .header-contact, .header .header-phone {
		font-size: 12px;
		margin-top: 3px;
	}
}

#logo-large{
	max-width: 100px;
	margin: auto;
}

.float-right{
	float: right;
 	font-weight:lighter;
   	color: #ffffff;
	font-family: "Avenir", sans-serif;
    font-size:18px;
    text-transform:uppercase;
	letter-spacing: 3px;



}
h1{
	text-align: center;
	font-family: "Avenir", sans-serif;
	color: #003A70;
	font-size: 36px;
	white-space: nowrap;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 35px;
}
h1 span {
	display: inline-block;
	border-bottom: 2px solid #f6ca2c;
	padding: 10px 20px;
	
}


[class*="col-"] {
    float: left;
    padding: 0px;

}

.row::after {
    content: "";
    clear: both;
    display: table;
}

@font-face {
    font-family: AvenirObl;
    src: url(../fonts/AvenirLTCom-LightOblique.ttf);
    font-style: oblique;
}
@font-face{
	font-family: Avenir;
	src: url(../fonts/AvenirLTCom-Light.ttf);
}
@font-face{
	font-family: AvenirBlack;
	src: url(../fonts/AvenirLTCom-Black.ttf);
}
p {
	font-family: "Avenir", sans-serif;
	}
p.oblique{
	font-family: "AvenirObl", sans-serif;
}


.thumb{
	height: 250px;
	width: auto;
	display: block;
	clear: none;
	margin: 50px auto 0px;
}

a.button {
	padding: 12px 40px 12px 40px;
	background-color: #00B194;
	font-family: "Avenir", sans-serif;
	letter-spacing: 2px;
	font-size: 24px;
	text-align: center;
	display: block;
	width: 90%;
	margin: 10px auto ;
}


a:link {
   
    text-decoration: none;
}

a:visited {
   
    text-decoration: none;
}

a:hover {
    
    text-decoration: none;
}

a:active {
   
    text-decoration: none;
	

}

/** Descritions style below**/


h3{
	text-align:left;
	font-family: "Avenir", sans-serif;
	color: #00B194;
	font-weight: normal;
	font-size: 48px;
	margin: 10px;

}

.pool {
	margin: 0 15px;
	background: white;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.pool:active, .pool:focus {
	background: white;
}
.pool img {
	max-height: 280px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.pool img {
		max-height: 220px;
	}
}
.pool h4 {
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: 200;
	font-size: 18px;
	padding: 10px;
	background: #0e92cf;
	margin: 0;
}
.pool:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.pool:hover h4 {
	background: #00b295;
}

@media (max-width: 499px) {
	.col-3 {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.col-3 {
		width: 370px;
		margin: 0 auto;
		float: none;
	}
	
}

@media (min-width: 700px) {
	.col-2 {
		width: 50%;
		float: left;
	}
        .col-2 + .col-2 {
            float: right;
        }
}

@media (min-width: 768px) {
  .med-col-2{ width: 50%;}
  .med-col-2b{ width: 35%; float: right; clear: all;}
  .med-col-2a{ width: 60%; float: left;}
  #imagetest img {
  		margin:  0 auto;
  		width: 50vw;
  		display: block;
  	}
	
	.col-3 {width: 33.3333%; float: left;}
	
	.col-3.triton {
		margin-left: 16.66%;
	}
}

#imagetest {
	margin: 0;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1080px;
	height: auto;
	max-height: 1080px;
	overflow: hidden;
}


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides{
		display: none;
	overflow:scroll;
	max-height: 80vh;

}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 50px 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.4s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modalbutton{
	width: auto;
	margin: 5px auto;
	display: inline-block;
	font-family: "Avenir", sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	align-self: center;
	color: #00B194;
	cursor: pointer;
	font-weight: bold;
}

 .modalbutton:hover{
 transition: 0.5s ease;
color: #00B194;}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.pool-description h1 {
	text-align: left;
}
.pool-description p {
	line-height: 1.65em;
	color: #003A70;
}
.pool-customize-tool {
	background: white;
	padding: 2em;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.pool-customize-tool h3 {
	font-size: 24px;
	font-weight: normal;
	color: #003A70;
	text-align: center;
	margin-bottom: 1.5em;
}
.pool-customize-tool label {
	background: #0e92cf;
	cursor: pointer;
	font-size: 14px;
}
.pool-customize-tool label:hover {
	background: #38b7f2;
}
.pool-customize-tool input:checked ~ label {
	background: #00B194;
	color: #FFF;
}
.pool-customize-tool .bottom {
	padding: 15px 0 0;
	margin-top: 1.5em;
	border-top: 1px solid #f0f0f0;
}