@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	height:100%;
	font-family: 'Lato', Arial, sans-serif;
	background: url(../images/services.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:fixed;
}
body {
	overflow:hidden;
}
/* SECTION 1 */
#section1 {
	width:100%;
	height:100%;
	position:relative;
}
#section1 .inner {
	width:100%;
	height:100%;
	position:absolute;
}
#section1 .about {
	text-align:center;
	width:700px;
	margin:0 auto;
	top:40%;	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position:relative;
}
#section1 .inner .about h1 {
	text-transform:uppercase;
	font-weight:300;
	color:#fdfdfd;
	font-size:5.1em;
	margin:0;

}
#section1 .inner .about p {
	font-weight:300;
	font-size:1.4em;
	color:#fdfdfd;
	line-height:2em;
	margin:0;
}
#section1 .inner .about h3 {
	color:#E7E8E6;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:4px;
}
#section1 .inner .about hr {
	width:282px;
	height:3px;
	background:#47B475;
	margin:40px auto;
	border:0;
}



/* SECTION 2 */
#section2 {
	background:#F3F3F3;
}
#section2 .inner {
	overflow:hidden;
}
#section2 .lbox {
	width:50%;
	/*background:#16CEBF;*/
	float:left;
	height:500px;
}
#section2 .lbox div {
	top:50%;	
	transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
	position:relative;
	padding:0px 60px 0px 85px;
	margin:0 auto;
	font-weight:300;
}
#section2 .lbox div h2 {
	text-transform:uppercase;
	color:#333333;
	font-size:2.2em;
	font-weight:300;
	margin:0;
}
#section2 .lbox div .tagline {
	font-family:"Roboto Condensed", Arial;
	text-transform:uppercase;
	color:#999999;
	font-size:0.9em;
}
#section2 .lbox div hr {
	width:100px;
	height:3px;
	background:#47B475;
	border:0;
	margin:20px 0 25px;
}
#section2 .lbox div p {
	padding-right:40px;
	line-height:28px;
	color:#999999;
}
#section2 .rbox {
	/*background:#F6F6F6;*/
	width:50%;
	float:left;
	height:500px;
}

/* SECTION 2 IMAGES */

.services1 {
	background:url(../images/services-1.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.services2 {
	background:url(../images/services-2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.services3 {
	background:url(../images/services-3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.services4 {
	background:url(../images/services-4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.services5 {
	background:url(../images/services-5.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

/* SECTION 3 */

#section3 {
	background:#47B475;
	width:100%;
	height:515px;
	position:relative;
}
#section3 .inner {
	width:100%;
	height:100%;
	position:absolute;
}
#section3 .inner .contact {
	text-align:center;
	width:950px;
	margin:0 auto;
	top:50%;	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position:relative;
	color:#ffffff;
}
#section3 .inner .contact h1 {
	text-transform:uppercase;
	font-size:2em;
	font-weight:300;
	margin:0px 0px 40px;
}
#section3 .inner .contact p {
	font-size:1.3em;
	font-weight:300;
	line-height:28px;
	letter-spacing:1px;
	padding-bottom:45px;
}
#section3 .inner .contact a {
	color:#fff;
	font-family:"Roboto Condensed", Arial;
	text-transform:uppercase;
	padding:20px 40px;
	background:#333333;
	text-decoration:none;
	font-size:1.1em;
}

@media all and (max-width: 1400px) {

/* SECTION 1 */
#section1 .about {
	top:35%;	
}

}


@media all and (max-width: 1366px) {


}

@media all and (max-width: 1280px) {


}


@media all and (max-width: 1024px) {


}

@media all and (max-width: 800px) {
	
/* SECTION 1 */
#section1 .about {
	width:600px;
	top:30%;	
}
#section1 .inner .about h1 {
	font-size:3.1em;
}
#section1 .inner .about p {
	font-size:1.2em;
	line-height:1.5em;
}
#section1 .inner .about hr {
	width:250px;
	margin:20px auto;
}

/* SECTION 2 */
#section2 .lbox {
	height:500px;
}
#section2 .lbox div {
	padding:0px 60px 0px 65px;
}
#section2 .lbox div h2 {
	font-size:1.8em;
}
#section2 .lbox div hr {
	margin:15px 0 20px;
}
#section2 .lbox div p {
	padding-right:40px;
	line-height:22px;
	color:#999999;
}
#section2 .rbox {
	height:500px;
}

/* SECTION 3 */

#section3 {
	height:300px;
}
#section3 .inner .contact {
	width:700px;
}
#section3 .inner .contact h1 {
	font-size:1.6em;
}
#section3 .inner .contact p {
	font-size:1em;
	line-height:24px;
}
#section3 .inner .contact a {
	padding:20px 40px;
	font-size:0.9em;
}

}

/* MOBILE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) {

html, body {
	margin:0;
	height:100%;
	font-family: 'Lato', Arial, sans-serif;
	background: url(../images/services-mb.jpg) no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
	overflow:hidden;
}
/* SECTION 1 */
#section1 {
	width:100%;
	height:300px;
	position:relative;
}
#section1 .inner {
	width:100%;
	height:auto;
	position:absolute;
}
#section1 .about {
	text-align:center;
	width:100%;
	margin:0 auto;
	top:20%;	
	transform: none;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	position:relative;
}
#section1 .inner .about h3 {
	color:#adadad;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:4px;
	margin:20px 0px 0px 0px;
}
#section1 .inner .about h1 {
	text-transform:uppercase;
	font-weight:300;
	color:#fdfdfd;
	font-size:2.8em;
	margin:0;
	letter-spacing:-2px;

}
#section1 .inner .about p {
	font-weight:300;
	font-size:1em;
	color:#fdfdfd;
	line-height:2em;
	margin:0;
}
#section1 .inner .about hr {
	width:50%;
	height:3px;
	background:#47B475;
	margin:20px auto;
	border:0;
}

/* SECTION 2 */
#section2 {
	background:#F3F3F3;
}
#section2 .inner {
	overflow:hidden;
}
#section2 .lbox {
	width:100%;
	float:none;
	height:auto;
}
#section2 .lbox div {
	text-align:center;
	top:0%;	
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	position:inherit;
	padding:20px 30px;
	margin:0 auto;
	font-weight:300;
}
#section2 .lbox div h2 {
	text-transform:uppercase;
	color:#333333;
	font-size:1.8em;
	font-weight:300;
	margin:0;
}
#section2 .lbox div .tagline {
	font-family:"Roboto Condensed", Arial;
	text-transform:uppercase;
	color:#999999;
	font-size:1em;
	text-align:center;
}
#section2 .lbox div hr {
	width:150px;
	height:3px;
	background:#47B475;
	border:0;
	margin:20px auto;
}
#section2 .lbox div p {
	font-size:1.2em;
	padding-right:0px;
	line-height:28px;
	color:#999999;
}
#section2 .rbox {
	text-align:center;
	width:100%;
	float:none;
	height:0;
}

#section2 .s1img {
	text-align:center;
	width:100%;
	float:none;
	height:150px;
	background:url(../images/services-1.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
#section2 .s2img {
	text-align:center;
	width:100%;
	float:none;
	height:150px;
	background:url(../images/services-2.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
#section2 .s3img {
	text-align:center;
	width:100%;
	float:none;
	height:150px;
	background:url(../images/services-3.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
#section2 .s4img {
	text-align:center;
	width:100%;
	float:none;
	height:150px;
	background:url(../images/services-4.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

/* SECTION 2 IMAGES */

.services1 {
	background:url(../images/services-1.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.services2 {
	background:url(../images/services-2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.services3 {
	background:url(../images/services-3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.services4 {
	background:url(../images/services-4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

/* SECTION 3 */

#section3 {
	background:#47B475;
	width:100%;
	height:515px;
	position:relative;
}
#section3 .inner {
	width:100%;
	height:100%;
	position:absolute;
}
#section3 .inner .contact {
	text-align:center;
	width:100%;
	margin:0 auto;
	top:50%;	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position:relative;
	color:#ffffff;
}
#section3 .inner .contact h1 {
	text-transform:uppercase;
	font-size:2em;
	font-weight:300;
	margin:0px 0px 40px;
}
#section3 .inner .contact p {
	font-size:1.3em;
	font-weight:300;
	line-height:24px;
	letter-spacing:normal;
	padding:0px 20px 45px 20px;
}
#section3 .inner .contact a {
	color:#fff;
	font-family:"Roboto Condensed", Arial;
	text-transform:uppercase;
	padding:20px 40px;
	background:#333333;
	text-decoration:none;
	font-size:1.1em;
}


  }