html, body{
  height:100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	color:#9A9A9A;
	margin:0;
	text-align:center;
	font-size:14px;
	background:#F5F5F5;
}

/*  Styling for all links below   */

a         {color:#04B0F8;}
a:hover   {color:#0080CE;}
.foot a          {color:blue;}
.foot a:hover    {color:red;}

/*  Styling for General Formatting below */

.margin0   {margin:0;}
.bold      {font-weight:bold;}
.italic    {font-style: italic;}
.center    {text-align:center;}
.left    {text-align:left;}
.right    {text-align:right;}
.clear_both{clear:both;}
.white{color:#FFF;}
.font18{font-size:18px;}
.font24{font-size:24px;}
.dgrey{color:#251E24;}

img{max-width:100%; border:none;}


/*  Styling for Specific Formatting below*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.wrapper{
	width:95%;
	max-width:1170px;
	margin:0 auto;
}

.wrapper-disclaimer{
	width:95%;
	max-width:950px;
	margin:0 auto;
}

.section .contact{
	margin:0;
	font-size:18px;
	font-weight:400;
	margin:3px 0px;
}
.section .contact span{margin-right:20px;}
.section .contact a{
	text-decoration:none; 
	color:rgba(4,176,248,1.0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.section .contact a:hover{
	text-decoration:none; 
	opacity:0.7;
}

header{
	background:#FFF;
	width:100%;
	height:auto;
}

.logo {
    width:100%;
	max-width:476px;
}

.logo a{
	text-decoration:none;
	padding: 24px 0px;
	display:block;
	font-size:14.5px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	 letter-spacing: 1px;
}
.logo a:hover{color:#04B0F8;opacity:0.7;display:block;}

#menu {   
        list-style-type:none;  
        margin:0;  
        padding:0;  
        height:100%;  
        font-family:Arial;  
        font-size:0.9em;  
		float:right;
}  
#menu li {  
        float:left;  
        height:100%;  
        line-height: 100px;
		font-size:16px;
		margin-right:10px;
}  
#menu li a {  
        display:block;  
        padding:0 10px;  
        color:#000;  
        text-decoration:none;  
		text-transform:uppercase;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}  
#menu li a:hover, a#active  { 
		color:#FFF !important;
        background-color:#04B0F8;  
        text-decoration:none;  
}  

a.btn-full {
	background:#04B0F8;
	padding:10px 42px;
	color:#FFF;
	border-radius:5px;
	display:inline-block;
	font-size:24px;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
a:hover.btn-full {
	background:#0080CE;
}
.btn-pos{position:relative; bottom:27px; z-index:9;}

h1, h2, h3, h4, h5, h6{color:#0080CE;}

h1{margin:0;margin-bottom:15px;padding:0;}

.page-title{font-size:32px;}

a.btn {
	border:1px solid #04B0F8;
	background:transparent;
	padding:10px 42px;
	color:#04B0F8;
	border-radius:5px;
	display:inline-block;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
a:hover.btn {
	color:#FFF;
	background:#04B0F8;
}
.wrapper-00{width:90%; float:right; text-align:left;}

.connection{
	list-style:none;
	font-size:13px;
}
.connection li{
	border-left:1px solid #0080CE;
	padding-left:80px;
	padding-bottom:70px;
}
.connection li:last-child{
	border-left:0;
	padding-left:80px;
	padding-bottom:25px;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.hover {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	}

.flip-container, .front-sun, .back-sun, .front, .back {
	width: 91px;
	height: 91px;
	position:absolute; 
	left:57px;
}

.flipper-00, .flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front-sun, .back-sun, .front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	background: url(../images/building-waterproof.png) no-repeat;
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: url(../images/building-waterproof-hover.png) no-repeat;
}

.front-sun {
	background: url(../images/uv-protection-water.png) no-repeat;
	z-index: 2;
}

.back-sun {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: url(../images/uv-protection-water-hover.png) no-repeat;
}

.home-bg{min-height:457px; background:url('../images/sealant-waterproofing-repairs.jpg') no-repeat; background-size:cover;}

.dark-bg{background:#242021; padding:30px 0px;}
footer{background:#04B0F8; padding:30px 0px; color:#DDD;}
footer a{color:#FFF; text-decoration:none; -webkit-transition: 0.6s; -moz-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s;}
footer a:hover{color:#0080CE; text-decoration:none;}
footer p{margin:0; margin-bottom:15px;}

#below-footer{
	color:#242021;
	font-size:12px;
	padding-top:25px;
}

.flip-head{
	font-size:18px; font-weight:bold; color:#0080CE;
}

#slider-sm .iis-caption{display:none;}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 640px) {
	.col {  margin: 0; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
	
.section .contact span {
    margin-right: 20px;
	display:block;
}

#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial;
    font-size: 0.9em;
    float: none;
}

.flip-container, .front-sun, .back-sun, .front, .back {
    width: 91px;
    height: 91px;
    position: absolute;
    left: 30px;
}

.hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
	position:relative;
	left:61px;
}

.connection li {
    border-left: 1px solid #0080CE;
    padding-left: 50px;
    padding-right: 10px;
    padding-bottom: 70px;
}

.connection li:last-child {
    border-left: 0;
    padding-left: 50px;
	padding-right: 10px;
    padding-bottom: 25px;
}

}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 0; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
	
.section .contact span {
    margin-right: 20px;
	display:block;
}

#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial;
    font-size: 0.9em;
    float: none;
}

.iis-caption .blue {
    font-size: 50px;
    color: #04B0F8;
    padding-bottom: 25px;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

.flip-container, .front-sun, .back-sun, .front, .back {
    width: 91px;
    height: 91px;
    position: absolute;
    left: 15px;
}

.hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
	position:relative;
	left:30px;
}

.connection li {
    border-left: 1px solid #0080CE;
    padding-left: 50px;
    padding-right: 10px;
    padding-bottom: 70px;
}

.connection li:last-child {
    border-left: 0;
    padding-left: 50px;
	padding-right: 10px;
    padding-bottom: 25px;
}

}


/* Styling for Contact Form below */

.hidden-label{
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
height: 0px;
width: 0px;
overflow: hidden;
visibility: hidden;
}
.contactdiv table{
	width:100%;
}

.error[generated=true] {
	color: #dc0000;
	font-size: 16px;
	padding: 4px;
	border:1px solid #dc0000;
	margin:0px 0px 5px 2px;
	width:100%;
}
tr.error td {
	padding: 10px 0px 5px 0px;
}
.contactdiv input, .contactdiv textarea{
	width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 8px;
    margin: 0px 0px 5px 0px;
    background: none repeat scroll 0% 0% #FFF;
    border-right: 1px solid #D9D9D9;
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-image: none;
    box-sizing: border-box;
    border-radius: 1px;
    font-size: 17px;
    color: #404040;
	font-family:Calibri, Arial, Helvetica, Sans-Serif;
	font-weight:400;
}
input:focus, textarea:focus , select:focus {
	border-color: #0080CE;
	outline: none;
}
textarea {
	height: 150px;
	resize: vertical;
	padding:8px;
}
input[type=submit] {
	background: transparent;
	color: #0080CE;
	font-weight:bold;
	font: inherit;
	padding: 7px 20px;
	width: auto;
	border:2px solid #0080CE;
	cursor:pointer;
	position:relative;
	width:150px;
}

#response {
	margin-bottom: 20px;
	text-align: center;
}
#response .success {
	color: #08a300;
	border:2px solid #08a300;
}
#response .failure {
	color: #dc0000;
	border:2px solid #dc0000;
}


p {
	margin:0px 0px 30px 0;
}

/*  Styling for Footer below*/

.foot { 
	font-size:10px;
	text-align:center;
	height:auto;
        clear:both;
	color:#999;
 }
.L4Abanner {
	width:81px;
	height:30px;
	margin:15px;
	border:none;
}
.antispam {
	margin:15px 9px ;
}





