@charset "utf-8";
/* CSS Document */
	    

.page-wrap {
	width: 768px;
	height: auto;
	margin: 0px auto;	
}

body{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	background: black;	
}

header{
	width: 768px;
	height: auto;
	position: fixed;
	z-index: -100;	
}

 h1:first-letter {
	 font-size: 55px;
     float: left; 
     color: white;
     line-height: 35px;
     padding-top: 3px; 
     padding-right: 2px;
     text-shadow: 3px 5px 5px black;
     font-family: Times, serif, Georgia;
			  
}

h1{
	font-size: 16px;
	font-style:normal;
	font-weight: normal;
	margin-bottom: -14px;
	
}

h2{
	font-size: 16px;
	font-weight: normal;
	display: inline;
	font-style: italic;
}
.phone-number{ 
    width: 370px; 
	height: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 100px;
	background-repeat: no-repeat;
	float: left;
	display: none;
}
.header-wrap{
	width: 768px;
	height:260px;	
}

.headerbackground {
	background-image: url("../images/poolheadertablet.png");
	width: 768px;
	height: 221px;
	margin: -8px 0px;
	padding-top: 0px;
	float:left;
	background-repeat: no-repeat;
}
 
.poolkinglogo {
	background-image:url("../images/poolkinglogotablet.png");
	width: 180px; 
	height: 180px;
	padding-top: 20px;
	margin-top: 5px;
	margin-left: 65px;
	background-repeat: no-repeat;
	position: absolute;
}

.navbar { 
	width: 769px;
    height: 55px;
	margin: -48px 0px;
	border-top: 5px solid black;  
	border-bottom: 5px solid black;
	background: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .5));
	background-repeat: no-repeat;
	float: left;
	background-color: black;
}

.navbarplaceholder {
	width: 768px;
    height: 55px;
	margin: 20px 0px;	
	border-top: 5px solid blue;  
	border-bottom: 5px solid black;
	background-repeat: no-repeat;
	float: left;
	background-color: purple;
	display: none;
}
	
.fixed-navbar{ 
	width: 769px;
    height: 54px;
	position:fixed;
	margin: -270px 0px;
	border-top: 5px solid black;  
	border-bottom: 5px solid black;
	background: rgba(0,102,255,1);
	background-repeat: no-repeat;
	float: left;
	z-index: 100;
}

nav{
	list-style: none;
    margin: 0px 0px;
	display: inline-block;
	float: left;
}

nav li a:hover {
    background-color: dodgerblue;
}

nav li {
	margin-right: 22px;
	font-weight: bold;
	font-size: 100%;
	position: relative;
	float: left;
	list-style: none;	
}

nav li a { 
	display:inline-block;
	color: white;
	font-size: 13px;
	text-decoration: none;
	text-shadow: 3px 5px 20px black;	
}

nav ul ul {
	background:linear-gradient(to bottom right, rgba(0,102,255,.4), rgba(77, 148, 255, .9));
	background-color: black;
	border-radius: 5px;
	padding: 0;
	top: 100%; 
	display: none;
	position: absolute;
}

nav ul li:hover > ul {
	width: 260px;
	display: inline-block;
	position: absolute;
}

nav ul ul li a {
	font-size: 12px;
	padding: 15px 40px;
    color: #fff;
	width: 100%
}

nav ul ul ul{
	margin: -55px -240px;
	border-radius: 5px;
	padding: 0;
	top: 100%; 
	display: none;
	position: absolute;
	float: right;
}

input.search {
	border-radius: 5px; 
	height: 20px; 
	margin-top: 15px; 
	border: 1px solid rgb(150,150,150);
	width: 200px;
	background: rgb(255,255,255) url(search.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 30px;
	margin-right: 10px; 
	float:right;
	display: none;
}

.gradientbox {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgb(0,102,255), white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgb(0,102,255), white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgb(0,102,255), white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .5));
    border-top: 5px solid black;  
    border-bottom: 5px solid black;
    width: 768px;
    height: auto;
    margin: 12px 0px;
    float: left;
    background-color: black;
 }

 .cleaner {
	 width: 200px;
	 height: 200px;
     margin: 10px 10px;
     float: left;
	 clear: right;
     background:url("../images/cleanercircle.png") no-repeat ; 
}

 .tester {
	 width: 200px;
	 height: 200px;
     margin-top: -20px;
	 margin-left: -2px;
	 margin-bottom: 0px;
	 margin-right: -5px;
     float: right;
	 clear: left;
     background:url("../images/tester.png") no-repeat ; 
}
.poolmaintenance {
    width: 415px;
	height: 205px;
	margin-top: 10px;
    margin-left: -2px;
    float: left;
	clear: both;
	padding-right: 0px;
	padding-bottom: 10px;
    background:url("../images/pool-maintenance-tablet.png") no-repeat ; 
}

 .bottommaintenance {
	width: 310px;
	height: 205px;
    margin: 5px 0px;
	 padding-right: 100px;
    float: left;
	clear: right;
    background:url("../images/bottommaintenance.png") no-repeat ; 
}

.openpool {
    width: 420px;
	height: 170px;
    margin: 6px -4px;
    float: left;
	clear: both;
	padding-left: 70px;
    background:url("../images/open-pool-tablet.png") no-repeat ; 
}

 .closedpool {
	width: 420px;
	height: 160px;
    margin: 10px -3px;
    float: left;
	clear: both;
    background:url("../images/closed-pool-tablet.png") no-repeat ; 
}

.topleakdetection {
    width: 420px;
	height: 170px;
	margin-top: 10px;
    margin-left: -3px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/top-leak-detection-tablet.png") no-repeat ; 
}
.leakbottom {
    width: 401px;
	height: 205px;
    margin: 6px 4px;
    float: left;
	clear: right;
	padding-left: 400px;
    background:url("../images/leak-bottom.png") no-repeat ; 
}

.crackrepairtop {
    width: 420px;
	height: 170px;
	margin-top: 10px;
    margin-left: -3px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/crack-repair-top-tablet.png") no-repeat ; 
}

.poolinspections {
    width: 420px;
	height: 150px;
	margin-top: 10px;
    margin-left: -4px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/swimming-pool-inspections-tablet.png") no-repeat ; 
}

.repairs {
    width: 425px;
	height: 175px;
	margin-top: 10px;
    margin-left: 0px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/repairs-top-tablet.png") no-repeat ; 
}

.warranty {
    width: 415px;
	height: 200px;
	margin-top: 10px;
    margin-left: 0px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/warranty-tablet.png") no-repeat ; 
}

.companies {
    width: 205px;
	height: 205px;
    margin: 10px 10px;
    float: left;
	clear: right;
    background:url("../images/companies.png") no-repeat ; 
}

.aboutus {
    width: 420px;
	height: 162px;
	margin-top: 10px;
    margin-left: -4px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/about-us-tablet.png") no-repeat ; 
}
.bottomwarranty {
	width: 310px;
	height: 230px;
    margin: 10px 20px;
	padding-left: 80px;
    float: right;
	clear: left;
    background:url("../images/bottom-warranty.png") no-repeat ; 
}
.crackrepairbottom {
	width: 255px;
	height: 205px;
    margin: 10px 10px;
    float: right;
	clear: left;
    background:url("../images/crackbottom.png") no-repeat ; 
}
.contentindex{
	text-indent: 0px;
	margin: 20px 20px;
	color: white;
	float: left;
	width: 415px;
	height: auto;
	background: rgba(0,102,255,0.4);
	border-radius: 10px 10px 10px 10px;
	border: 3px solid black;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;  
}			  

.rightbox {
	width: 225px;
	height: 285px;
	margin: 20px 20px;
	float:right;
	background: rgba(0,102,255,0.4);
	color: white;
	text-shadow: 3px 5px 5px black;
	border: 3px solid black;
	border-radius: 100px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
}

.slider{
	float: right;
	margin-right: -24px;
	margin-top: 400px;	
}

.slide1,.slide2,.slide3,.slide4,.slide5,.slide6 {
  position: absolute;
  width: 225px;
  height: 400px;
}

.slide1 {
  background: url(../images/gps.png)no-repeat center;
  animation:fade 25s infinite;
  -webkit-animation:fade 25s infinite;

} 

.slide2 {
   background: url(../images/servicetickets.png)no-repeat center;
   animation:fade2 25s infinite;
   -webkit-animation:fade2 25s infinite;
}

.slide3 {
    background: url(../images/drugfree.png)no-repeat center;
    animation:fade3 25s infinite;
    -webkit-animation:fade3 25s infinite;
}

.slide4 {
    background: url(../images/backgroundcheck.png)no-repeat center;
    animation:fade4 25s infinite;
    -webkit-animation:fade4 25s infinite;
}

@keyframes fade{
  0%   {opacity: 1}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 1}
}

@keyframes fade2{
  0%   {opacity: 0}
  25% { opacity: 1}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade3{
  0%   {opacity: 0}
  25% { opacity: 0}
  50% { opacity: 1}
  75% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade4{
  0%   {opacity: 0}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 1}
  100% { opacity: 0}
}

.footer{
	font-style: oblique;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	color: white;
	float: left;
	text-align: center;
	margin: -20px 0px;
	width: 100%;
	height: 130px;
    background: blue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgba(0,102,255,.5), rgba(77, 148, 255, .8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(0,102,255,.5), rgba(77, 148, 255, .8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(0,102,255,.5), rgba(77, 148, 255, .8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(0,102,255,.5), rgba(77, 148, 255, .8));
	background-color: black;	
}
/* start of social media footer*/
.footer2{
	font-style: oblique;
	color: white;
	float: left;
	text-align: center;
	margin: 0px 0px;
	width: 100%;
	height: 100px;
    background: blue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgba(0,102,255,.2), rgba(77, 148, 255, .4)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));
	background-color: black;
	font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}


h3 {
    margin:  15px 0;
	width: 768px;
}

h4 {
    margin:  15px 0;
	width: 768px;
}

._12 {
    font-size: 1.2em;
}

._14 {
    font-size: 1.4em;
}

.icon {
    padding:5px;
    list-style: none;
}

.footer-social-icons {
    width: 768px;
    display:block;
    margin: 0 auto;
	font-style: oblique;
	color: white;
	float: left;
	text-align: center;
	
	
	height: 100px;
    background: blue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgba(0,102,255,.2), rgba(77, 148, 255, .4)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));
	background-color: black;
	font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.social-icon {
    color: black;
}

.social-icons {
    margin-top: 5px;
	margin-left: -35px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}

.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .3s;
    background-color: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .2s;
    background-color: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));;
}

.fa-twitter:hover {
    background-color: #00aced;
}

.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .2s;
    background-color: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));;
}

.fa-rss:hover {
    background-color: #eb8231;
}

.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .2s;
    background-color: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .2s;
    background-color: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}

.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .2s;
    background-color: linear-gradient(to bottom right, rgba(0,102,255,.2), rgba(77, 148, 255, .4));;
}

.fa-google-plus:hover {
    background-color: #e25714;
}
/* end of social media footer*/

/* start of phone labels only not displayed in desktop or tablet*/
label.menuTitle {
	display:none;
}

.mainMenu {
	display: none;
}

#toggleMenu { 
    display: none;
}
/* end of phone labels only not displayed in desktop or tablet*/

/* contact form css*/
form.email p {
    font-size: 15px;
    padding: 0 0 10px 0;
    margin: 0;
}

form.email input, form.email textarea {
    font-family: Arial;
    font-size: 15px;
    margin: 0 0 20px 0;
}

form.email input {
    background: #f5f5f5;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 5px;
}

form.email textarea {
    background: #f5f5f5;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 400px;
    height: 250px;
}

form.email input.send {
    color: #fff;
    background: #222;
    border: #000;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}

.error {
	color: #FF0000;
}
/* end contact form css*/

.footer3{
	font-style: oblique;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	color: white;
	float: left;
	text-align: center;
	margin: -5px 0px;
	width: 100%;
	height: 100px;
    background: blue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgba(0,102,255,.5), rgba(77, 148, 255, .8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(0,102,255,.5), rgba(77, 148, 255, .8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(0,102,255,.5), rgba(77, 148, 255, .8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(0,102,255,.5), rgba(77, 148, 255, .8));
	background-color: black;
}

.footer3 a{
	color: white;
	text-decoration: none;
}
.mapcontact {
	float:left;
	margin: -10px 0px;

	}





.retailmap {
	display: none;
	visibility: hidden;
}
.retailmapt {
	
}
.retailmapp {
	display: none;
	visibility: hidden;
}
