@charset "utf-8";
/* CSS Document */

.page-wrap {
	width: 1250px;
	height: auto; 
	margin: 0 auto;
}
	
body{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	background: black;
}

header{
	width: 1250px;
	height: 0px;
	position: fixed;
	z-index: -100;
}
		  p.introduction:first-letter {
              font-size: 50px;
              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: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;
}
i{
	font-size: 20px;
}


.header-wrap{
	width: 1250px;
	height:412px;
	
}

.headerbackground {
	background-image: url("../images/keyswebsiteheader.png");
	width: 1250px;
	height: 370px;
	margin: -15px 0px;
	padding-top: 0px;
	float:left;
	background-repeat: no-repeat;
}
 
.poolkinglogo {
	background-image:url("../images/poolkinglogo.png");
	width: 260px; 
	height: 260px;
	padding-top: 20px;
	margin-top: 5px;
	margin-left: 65px;
	background-repeat: no-repeat;
	position: absolute;
}

.navbar { 
	width: 1224px;
    height: 55px;
	margin: -59px 0px;	
	padding-left: 27px;
	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-color: black;
	background-repeat: no-repeat;
	float: left;
}

.navbarplaceholder {
	width: 1250px;
    height: 65px;
	margin: -30px auto;	
	border-top: 5px solid black;  
	border-bottom: 5px solid black;
	background: rgb(0,102,255);
	background-repeat: no-repeat;
	float: left;
	visibility: hidden;
	display: none;
}
	
.fixed-navbar{ 
	width: 1224px;
    height: 55px;
	position:fixed;
	margin: -420px 0px;
	padding-left: 27px;
	border-top: 5px solid black;  
	border-bottom: 5px solid black;
	background: rgba(0,102,255,1);
	background-repeat: no-repeat;
	z-index: 100;
	float: left
}

nav{
	list-style: none;
    margin: 0px 0px;
	display: inline-block;
	float: left;
}

nav li {
    
	margin-right: 65px;
	margin-top: -3px;
	font-weight: bold;
	font-size: 100%;
	float: left;
	position: relative;
	list-style: none;
}

nav li a:hover  {
    background-color: dodgerblue;	
}

nav li a { 
	
	display: block;
	color: white;
	font-size: 20px;
	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: 240px;
	display: inline-block;
	position: absolute;	
	}

nav ul ul li a {
	font-size: 15px;
	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(../images/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));
    background-color: black; 
    width: 1250px;
    height: auto;
    margin: 2px 0px;
    border-top: 5px solid black;  
    border-bottom: 5px solid black;
    float: left;

 }

.contentindex{
    text-indent: 0px;
    margin: 50px 75px;
    color: white;
    float: left;
    width: 650px;
    height: auto;
    background: rgba(0,102,255,0.4);
    border-radius: 10px 10px 10px 10px;
    border: 3px solid black;
    padding-left: 40px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.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: 10px 10px;
    float: right;
	clear: left;
    background:url("../images/tester.png") no-repeat ; 
}

.poolmaintenance {
    width: 580px;
	height: 205px;
	margin-top: 10px;
    margin-left: 100px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/pool-maintenance.png") no-repeat ; 
}

 .bottommaintenance {
	width: 310px;
	height: 205px;
    margin: 5px 0px;
    float: left;
	clear: right;
    background:url("../images/bottommaintenance.png") no-repeat ; 
}

.openpool {
    width: 580px;
	height: 205px;
    margin: 6px -10px;
    float: left;
	clear: both;
	padding-left: 70px;
    background:url("../images/open-pool.png") no-repeat ; 
}

 .closedpool {
	width: 580px;
	height: 205px;
    margin: 10px 70px;
    float: left;
	clear: both;
    background:url("../images/closed-pool.png") no-repeat ; 
}

.topleakdetection {
    width: 200px;
	height: 190px;
	margin-top: 10px;
    margin-left: 5px;
    float: left;
	clear:right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
    background:url("../images/top-leak-detection.png") no-repeat ; 
}
.leakbottom {
    width: 401px;
	height: 205px;
    margin: 5px -10px;
    float: left;
	clear: right;
	padding-left: 400px;
    background:url("../images/leak-bottom.png") no-repeat ; 
}

.crackrepairtop {
    width: 580px;
	height: 205px;
	margin-top: 10px;
    margin-left: 20px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/crack-repair-top.png") no-repeat ; 
}

.poolinspections {
    width: 580px;
	height: 205px;
	margin-top: 10px;
    margin-left: 20px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/swimming-pool-inspections.png") no-repeat ; 
}

.repairs {
    width: 580px;
	height: 205px;
	margin-top: 10px;
    margin-left: 20px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/repairs-top.png") no-repeat ; 
}

.warranty {
    width: 580px;
	height: 255px;
	margin-top: 10px;
    margin-left: 0px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/warranty.png") no-repeat ; 
}

.companies {
    width: 205px;
	height: 205px;
    margin: 10px 10px;
    float: left;
	clear: right;
    background:url("../images/companies.png") no-repeat ; 
}

.aboutus {
    width: 580px;
	height: 255px;
	margin-top: 10px;
    margin-left: 0px;
    float: left;
	clear: both;
	padding-right: 100px;
	padding-bottom: 10px;
    background:url("../images/about-us.png") no-repeat ; 
}
.bottomwarranty {
	width: 301px;
	height: 200px;
    margin: 10px 10px;
	padding-left: 330px;
    float: right;
	clear: left;
    background:url("../images/bottom-warranty.png") no-repeat ; 
}
.crackrepairbottom {
	width: 255px;
	height: 205px;
    margin: 0px 10px;
    float: right;
	clear: left;
    background:url("../images/crackbottom.png") no-repeat ; 
}

.rightbox {
	width: 225px;
	height: 285px;
	margin: 50px 70px;
	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: -60px;
	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;
   -moz-animation:fade 25s infinite;
   -o-animation:fade 25s infinite;
} 

.slide2 {
  background: url(../images/servicetickets.png)no-repeat center;
  animation:fade2 25s infinite;
  -webkit-animation:fade2 25s infinite;
  -moz-animation:fade 25s infinite;
  -o-animation:fade 25s infinite;
}

.slide3 {
  background: url(../images/drugfree.png)no-repeat center;
  animation:fade3 25s infinite;
  -webkit-animation:fade3 25s infinite;
  -moz-animation:fade 25s infinite;
  -o-animation:fade 25s infinite;
}

.slide4 {
  background: url(../images/backgroundcheck.png)no-repeat center;
  animation:fade4 25s infinite;
  -webkit-animation:fade4 25s infinite;
  -moz-animation:fade 25s infinite;
  -o-animation:fade 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: 1250px;
}

h4 {
    margin:  15px 0;
	width: 1250px;
}

._12 {
    font-size: 1.2em;
}

._14 {
    font-size: 1.4em;
}

.icon {
    padding:5px;
    list-style: none;
}

.footer-social-icons {
    width: 1250px;
    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: 615px;
    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;
}



