/*-----GLOBAL -----*/
* {
	margin: 0;
	padding: 0;
}

body,html {
	min-height: 100%;
}

body {
	font-family: "Titillium Web",Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	background-color: #6b7279;
	background-image: url(../assets/texture.png), -webkit-linear-gradient(bottom, rgba(255,255,255,0.15), transparent);
	background-image: url(../assets/texture.png), -moz-linear-gradient(bottom, rgba(255,255,255,0.15), transparent);
	background-image: url(../assets/texture.png), -o-linear-gradient(bottom, rgba(255,255,255,0.15), transparent);
	background-image: url(../assets/texture.png), -ms-linear-gradient(bottom, rgba(255,255,255,0.15), transparent);
	background-image: url(../assets/texture.png), linear-gradient(bottom, rgba(255,255,255,0.15), transparent);
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
}

#wrapper {
	max-width: 1000px;
	margin: 0 auto;

	-webkit-box-shadow: 0 0 0 8px #5b6167;
	box-shadow: 0 0 0 8px #5b6167;
}

header {
	position: relative;
	width: 100%;
	padding-top: 40px;
	color: #fff;
	background-color: #2980b9;
	background-image: url(../assets/headerBG.png);
	background-image: -webkit-linear-gradient(top, #3694d3, #236d9f);
	background-image: -moz-linear-gradient(top, #3694d3, #236d9f);
	background-image: -o-linear-gradient(top, #3694d3, #236d9f);
	background-image: -ms-linear-gradient(top, #3694d3, #236d9f);
	background-image: linear-gradient(top, #3694d3, #236d9f);
	background-repeat: repeat-x;
}

header #name {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 40px;
	font-weight: 300;
	text-shadow: 0 1px rgba(0,0,0,0.28), 0 2px 1px rgba(0,0,0,0.23), 0 3px 2px rgba(0,0,0,0.18), 0 4px 4px rgba(0,0,0,0.13), 0 5px 8px rgba(0,0,0,0.08);
}

nav {
	width: 100%;
	text-align: center;
	background-color: #0a202e;

	-webkit-box-shadow: 0 -3px rgba(255,255,255,0.15), 0 3px #fff;
	box-shadow: 0 -3px rgba(255,255,255,0.15), 0 3px #fff;
}

nav a {
	display: inline-block;
	padding: 12px;
	margin: 0 24px;
	font-size: 1.13em;
	color: #e1e1e1;
	text-decoration: none;
	text-align: center;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

nav a:hover {
	color: #b1b6ba;
}

#main {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}

h1 {
	font-size: 1.5em;
	font-weight: 200;
	padding-bottom: 30px;
}

footer {
	color: #fff;
	padding: 40px 20px 20px 20px;
	background-color: #2980b9;
	background-image: url(../assets/footerBG.png);
	background-image: -webkit-linear-gradient(top, #3f99d5, #2980b9 25%);
	background-image: -moz-linear-gradient(top, #3f99d5, #2980b9 25%);
	background-image: -o-linear-gradient(top, #3f99d5, #2980b9 25%);
	background-image: -ms-linear-gradient(top, #3f99d5, #2980b9 25%);
	background-image: linear-gradient(top, #3f99d5, #2980b9 25%);
	background-repeat: repeat-x;

	-webkit-box-shadow: inset 0 3px rgba(255,255,255,0.33);
	box-shadow: inset 0 3px rgba(255,255,255,0.33);
}

footer a {
	color: #fff;
}

footer #contactinfo {
	float: left;
	font-size: 1.13em;
}

footer #contactinfo ul {
	display: block;
	list-style: none;
	float: left;
	padding-right: 60px;
}

footer #copyright {
	font-size: 0.75em;
	color: #bddcf0;
	text-align: right;
	float: right;
	padding-top: 20px;
}

footer #copyright a,footer #copyright a:visited {
	color: #bddcf0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*-----HOME PAGE -----*/
#intro {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}

#intro p {
	margin-bottom: 1em;
	font-size: 1.13em;
}

#servicescontainer {
	clear: left;
	width: 100%;
	margin: 0 auto;
}

#servicescontainer a {
	float: left;
	width: 34%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;

	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.25);
	box-shadow: 0 0 16px rgba(0,0,0,0.25);
}

#servicescontainer a:hover img {
	-webkit-filter: contrast(300%) brightness(97%);
}

#servicescontainer .cservices {
	margin: 0 8%;
	background-color: #1d5a81;
	background-image: url(../assets/resservicesbg.png);
	background-image: -webkit-linear-gradient(top, #297bb3, #1d5981 20px);
	background-image: -moz-linear-gradient(top, #297bb3, #1d5981 20px);
	background-image: -o-linear-gradient(top, #297bb3, #1d5981 20px);
	background-image: -ms-linear-gradient(top, #297bb3, #1d5981 20px);
	background-image: linear-gradient(top, #297bb3, #1d5981 20px);
	background-repeat: repeat-x;
}

#servicescontainer .rservices {
	margin: 0 8%;
	background-color: #4ea1d8;
	background-image: url(../assets/commservicesbg.png);
	background-image: -webkit-linear-gradient(top, #82bce3, #4ea1d8 20px);
	background-image: -moz-linear-gradient(top, #82bce3, #4ea1d8 20px);
	background-image: -o-linear-gradient(top, #82bce3, #4ea1d8 20px);
	background-image: -ms-linear-gradient(top, #82bce3, #4ea1d8 20px);
	background-image: linear-gradient(top, #82bce3, #4ea1d8 20px);
	background-repeat: repeat-x;
}

#servicescontainer a h1 {
	padding: 12px 0;
	font-weight: 200;
	font-size: 1.5em;
}

#servicescontainer a img {
	width: 94%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 3px;

	-webkit-box-shadow: 0 0 0px 1px #000;
	box-shadow: 0 0 0px 1px #000;
}

/*-----COMMERCIAL & RESIDENTIAL SERVICES PAGES -----*/
#listofservices {
	float: left;
	width: 42%;
	margin: 60px 40px 60px 40px;
	padding: 8px 0;
	background-color: #fff;

	-webkit-box-shadow: 0px 0px 0px 1px #c8c8c8, 8px 8px 0px #e1e1e1;
	box-shadow: 0px 0px 0px 1px #c8c8c8, 8px 8px 0px #e1e1e1;
}

#listofservices ul {
	font-size: 1.33em;
	list-style: none;
	text-align: center;
}

#listofservices ul li {
	padding: 12px 24px;
	font-weight: 200;
}

.slider-wrapper {
	float: right;
	width: 37.5%;
	margin: 60px 40px 0 40px;

	-webkit-box-shadow: 0px 0px 0px 1px #c8c8c8, -8px 8px 0px #e1e1e1;
	box-shadow: 0px 0px 0px 1px #c8c8c8, -8px 8px 0px #e1e1e1;
}

/*-----CONTACT PAGE -----*/
#contactform {
	float: left;
	max-width: 400px;
	margin: 60px 160px 0 40px;
}

#contactform input,#contactform textarea {
	font-size: 1.12em;
}

#contactform input,#contactform textarea {
	width: 100%;
	line-height: 1.13em;
	padding: 4px;
	margin-bottom: 24px;
	border: none;

	-webkit-box-shadow: 0px 0px 0px 1px #c8c8c8, 8px 8px 0px #e1e1e1;
	box-shadow: 0px 0px 0px 1px #c8c8c8, 8px 8px 0px #e1e1e1;
}

#contactform input[type=submit] {
	width: 100px;
	float: left;
	padding: 10px 0 8px 0;
	background-color: #1a5073;
	color: #eee;
	border: none;
	cursor: pointer;
	border-radius: 0;
	font-family: "Titillium Web", Gill Sans, Arial, Helvetica, sans-serif;
}

#contactform textarea {
	height: 200px;
}

#contactform input::-webkit-input-placeholder,#contactform textarea::-webkit-input-placeholder {
	font-family: "Titillium Web", Gill Sans, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	font-weight: 200;
}

#contactform input[type=submit]:hover {
	background-color: #20638f;
}

#contactform span {
	float: right;
	margin-left: 24px;
	color: #aeaeae;
	font-weight: 600;
}

#main #contactinfo {
	float: left;
	padding-top: 60px;
	font-weight: 400;
}
