/* CSS Document */

select::-ms-expand {
    display: none;
}
body {
  padding: 0px;
  margin: auto;
		background: url(../images/service-page-background.jpg) fixed top center no-repeat;
		background-size: cover;
}
  
.maxwidth, .maxwidth img {
	position:relative;
	margin:auto;
	width:75%;
	height:auto;
}

.max1100 {
	position:relative;
	margin:auto;
	text-align:center;
	max-width:1100px;
	width:100%;
	height:auto;
	margin-top:30px;
	margin-bottom:40px;
}

.formbox textarea,
input[type=text],
input[type=email] {
  font-family: 'Droid Sans', sans-serif;
  border: none;
  background: #e3e3e3;
  width: 90%;
  height: auto;
  color: #003d64;
}

input[type=submit] {
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 100%;
  text-align: center;
  background: #003d64;
  color: #fff;
  border: none;
}

.bcthumb, .bcthumb img {
	position:relative;
	margin:auto;
	width:40%;
	height:auto;
	float:left;
	margin-right:4%;
	margin-left:4%;
	margin-bottom:4%;
	border:4px solid #fff;
}

.bcthumb:hover {
	border:4px solid #003d64;
}

@media screen and (min-width: 901px) {

  h1gc {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    line-height: 1em;
    font-size: 30px;
  }
  h2gc {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 22px;
  }
  pgc {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 16px;
  }
  
  .inline, .inline img {
    display: inline-block;
    height: 30px;
  }
  
  .infobox {
    position: relative;
    margin: auto;
    padding: 4% 5%;
	float:left;
	text-align:left;
    width: 40%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .formbox {
    position: relative;
    margin: auto;
    padding: 4% 5%;
	float:left;
	text-align:left;
    width: 40%;
    height: auto;
    background: white;
    color: #003d64;
  }	
  
	.formbox textarea,
	input[type=text],
	input[type=email] {
	  font-size: 14px;
	  padding: 8px 5%;
	  line-height: 1.2em;
	  margin-bottom: 13px;
	}
	
	input[type=submit] {
	  padding: 10px 5%;
	  font-size: 18px;
	}
	
	.secure {
		right:10px;
	}
	
	.backtoaq {
		left:10px;
	}
}

@media screen and (max-width: 900px) {
	body {
		background:#003d64;
	}
  h1gc {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    line-height: 1em;
    font-size: 22px;
  }
  h2gc {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 16px;
  }
  pgc {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 12px;
  }
  
  .inline, .inline img {
    display: inline-block;
    height: 22px;
  }
  
  .infobox {
    position: relative;
    margin: auto;
    padding: 2% 5%;
	text-align:left;
    width: 80%;
    height: auto;
    margin-top: 12%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .formbox {
    position: relative;
    margin: auto;
    padding: 2% 5%;
	text-align:left;
    width: 80%;
    height: auto;
    background: white;
    color: #003d64;
	margin-bottom:60px;
  }	
	
	.formbox textarea,
	input[type=text],
	input[type=email] {
	  font-size: 11px;
	  padding: 4px 5%;
	  line-height: 1em;
	  margin-bottom: 10px;
	}
	
	input[type=submit] {
	  padding: 6px 5%;
	  font-size: 14px;
	}
	
	.secure {
		right:5%;
	}
	
	.backtoaq {
		left:5%;
	}
}

.secure {
    font-family: 'Droid Sans', sans-serif;
    position: absolute;
    z-index: 100;
    top: 10px;
    width: auto;
    height: auto;
    background: rgba(245,245,245,0.6);
    font-size: 10px;
    padding: 4px;
    border-radius: 2px;
    text-align: center;
}

.secure img {
    display: inline-block;
    height: 10px;
}

.backtoaq {
    font-family: 'Droid Sans', sans-serif;
    position: absolute;
    z-index: 100;
    top: 10px;
    width: auto;
    height: auto;
    background: rgba(245,245,245,0.8);
    font-size: 12px;
    padding: 4px 8px 8px 8px;
    border-radius: 2px;
    text-align: center;
	color:#000;
}

.backtoaq img {
    display: inline-block;
    height: 18px;
}

.backtoaq a, .backtoaq a:link, .backtoaq a:active, .backtoaq a:followed  {
	text-decoration:none;
	color:inherit;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#customer-testimonial {
    background: #002343;
    text-align: center;
    color: #fff;
    padding: 80px 0 60px;
}
.max1340{
    max-width: 1340px;
	margin: 0 auto;
}
#customer-testimonial h2{
	font-size: 42px;
    font-weight: bold;
    margin-top: 0;	
}
#customer-testimonial p{
	font-size: 28px;
}	
#customer-testimonial p span{
	font-weight: bold;
	color: #88cae4;
}
#service-header {
    text-align: center;
    color: #fff;
	margin: 46px 0 70px;
}
#service-header h2{
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}
#service-header p{
    font-size: 22px;
    color: #88cae4;
    font-weight: normal;
    margin-top: 0;
}
#service-buckets {
    margin-bottom: 65px;
}
.service-bucket {
	background: #fff;
    float: left;
    width: 32.1%;
    text-align: center;
    margin-right: 1.8%;
	margin-bottom: 40px;
    box-sizing: border-box;
    box-shadow: 3px 3px 15px rgba(0,0,0,.7);
}
.service-bucket:hover {
	background: #002343;
}
.service-bucket.last {
    margin-right: 0;
}
.service-bucket a{
	display: block;
    padding: 40px 0px;	
}
.service-bucket .service-title {
    display: block;
    font-weight: bold;
    color: #88cae4;
    font-size: 22px;
    margin-bottom: 25px;
}
.service-bucket .service-description {
    display: block;
    color: #033e64;
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
	min-height: 120px;
}
.service-bucket a:hover .service-description {
	color: #fff;
}
.service-bucket .service-icon {
    width: 70px;
	height: 70px;
    margin: 0 auto 24px;
    display: block;
    border-radius: 200px;
}
.service-bucket #maintenance-icon{
    background: #023d65 url(../images/maintenance.png) no-repeat left top;	
}
.service-bucket #servicerepair-icon{
    background: #023d65 url(../images/servicerepair.png) no-repeat left top;	
}
.service-bucket #water-icon{
    background: #023d65 url(../images/waterfilter.png) no-repeat left top;	
}
.service-bucket #electric-icon{
    background: #023d65 url(../images/electrical.png) no-repeat left top;	
}
.service-bucket #construction-icon{
    background: #023d65 url(../images/construction.png) no-repeat left top;	
}
.service-bucket #grill-icon{
    background: #023d65 url(../images/grill.png) no-repeat left top;	
}
.service-bucket #fireplace-icon{
    background: #023d65 url(../images/fireplace.png) no-repeat left top;	
}
.service-bucket:hover .service-icon {
	background-color: #fff !important;
    background-position: left bottom !important;	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.max1340{max-width: 95%;}
	#service-header{margin-bottom: 45px;}
	#service-header h2 {font-size: 50px;}
	#service-header p{font-size: 20px;}
	#service-buckets {margin-bottom: 25px;}
	.service-bucket{width: 49%;margin-right: 2%; margin-bottom: 20px;}
	.service-bucket.last {margin-right: 2%;}
	.service-bucket.tablet-last{margin-right: 0;}
	.service-bucket .service-title{font-size: 18px;}
	.service-bucket .service-description{ padding: 0 20px; min-height: 145px; }
	#customer-testimonial{ padding: 40px 0 30px;}
	#customer-testimonial h2{font-size: 35px;}
	#customer-testimonial p {font-size: 20px;}
}
@media only screen and (max-width: 767px) {
	.max1340{max-width: 95%;}
	#service-header{ margin: 40px 0;}
	#service-header h2 { font-size: 30px;}
	#service-header p {font-size: 18px;}
	.service-bucket{ width: 100%; margin-right: 0; margin-bottom: 20px; float: none;}
	#customer-testimonial h2{font-size: 28px;}
	#customer-testimonial p {font-size: 18px;line-height: 30px;}
	#customer-testimonial{ padding: 40px 0 30px;}
}