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

html, body {
	margin:0;
	height:100%;
	font-family: 'Lato', Arial, sans-serif;
	background: url(../images/contact.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 {
}
#section2 .gmap-marker {
	width:100px;
	height:100px;
}
#map-vc_1434570914441 {
	height:600px;
}


/* SECTION 3 */
#section3 {
	background:#f5f5f5;
	height:400px;
}
#section3 .inner {
	width:700px;
	overflow:hidden;
	margin:0 auto;
	top:50%;	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position:relative;

}
#section3 .inner .box {
	width:330px;
	float:left;
	overflow:hidden;
}
#section3 .inner .box .icon {
	float:left;
	height:135px;
	padding:20px 50px 0px 0px;
}
#section3 .inner .box .info {
	float:left;
	height:135px;
	padding-top:0px;
}
#section3 .inner .box .info h3 {
	text-transform:uppercase;
	font-weight:300;
	font-size:1em;
	letter-spacing:1px;
}
#section3 .inner .box .info p {
	color:#999999;
	font-weight:300;
	line-height:26px;
	font-size:0.9em;
}
#section3 .inner .box .info p a {
	color:#47B475;
	font-weight:700;
	text-decoration:none;
	margin-top:50px;
}

/* SECTION 4 */
#section4 {
	
}
#section4 .inner {
	overflow:hidden;
}
#section4 .inner .box {
	width:25%;
	float:left;
	height:130px;
	cursor:pointer;
}
#section4 .inner .fb {
	background:url(../images/sm-fb.png) center center #3B5998 no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
	transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;

}
#section4 .inner .fb:hover {
	background:url(../images/sm-fb.png) center center #49B479 no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
}
#section4 .inner .tw {
	background:url(../images/sm-tw.png) center center #0BACEA no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
	transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;

}
#section4 .inner .tw:hover {
	background:url(../images/sm-tw.png) center center #49B479 no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
}
#section4 .inner .ld {
	background:url(../images/sm-ld.png) center center #0372AE no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
	transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;

}
#section4 .inner .ld:hover {
	background:url(../images/sm-ld.png) center center #49B479 no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
}
#section4 .inner .gp {
	background:url(../images/sm-gp.png) center center #4DACCD no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
	transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;

}
#section4 .inner .gp:hover {
	background:url(../images/sm-gp.png) center center #49B479 no-repeat;
	background-size:26px 26px;
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
}

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

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



}


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

/* SECTION 2 */
#map-vc_1434570914441 {
	height:500px;
}



}

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

/* SECTION 2 */
#map-vc_1434570914441 {
	height:450px;
}




}


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

/* SECTION 2 */
#map-vc_1434570914441 {
	height:400px;
}



/* SECTION 4 */
#section4 .inner .box {
	height:100px;
}


}

@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 */
#map-vc_1434570914441 {
	height:350px;
}

/* SECTION 3 */
#section3 {
	background:#f5f5f5;
	height:auto;
}
#section3 .inner {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	top:0;	
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	position:relative;

}
#section3 .inner .box {
	width:300px;
	float:none;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
#section3 .inner .box .icon {
	float:none;
	height:auto;
	padding:30px 0px 0px 0px;
}
#section3 .inner .box .info {
	float:none;
	height:auto;
	padding-top:0px;
}
#section3 .inner .box .info h3 {
	text-transform:uppercase;
	font-weight:300;
	font-size:1em;
	letter-spacing:1px;
}
#section3 .inner .box .info p {
	color:#999999;
	font-weight:300;
	line-height:26px;
	font-size:0.9em;
}
#section3 .inner .box .info p a {
	color:#47B475;
	font-weight:700;
	text-decoration:none;
	margin-top:50px;
}


/* SECTION 4 */
#section4 .inner .box {
	height:80px;
}

}

/* 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/contact-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 {

}
#map-vc_1434570914441 {
	height:300px;
}
#section2 .gmap-marker {
	width:50px;
	height:50px;
}

/* SECTION 3 */
#section3 {
	background:#f5f5f5;
	height:320px;
}
#section3 .inner {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	top:0%;	
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	position:relative;

}
#section3 .inner .box {
	width:100%;
	text-align:center;
	float:none;
	overflow:hidden;
	margin-right:0px;
}
#section3 .inner .box .icon {
	display:none;
	float:none;
	height:135px;
	padding:20px 50px 0px 0px;
}
#section3 .inner .box .info {
	float:none;
	height:inherit;
	padding-top:0px;
}
#section3 .inner .box .info h3 {
	text-transform:uppercase;
	font-weight:300;
	font-size:1em;
	letter-spacing:normal;
}
#section3 .inner .box .info p {
	color:#999999;
	font-weight:300;
	line-height:auto;
	font-size:0.9em;
}
#section3 .inner .box .info p a {
	color:#47B475;
	font-weight:700;
	text-decoration:none;
	margin-top:50px;
}

/* SECTION 4 */
#section4 {
	
}
#section4 .inner {
	overflow:hidden;
}
#section4 .inner .box {
	width:25%;
	float:left;
	height:80px;
	cursor:pointer;
}


  }


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

#map-vc_1434570914441 {
	height:200px;
}
	
#section3 {
	background:#f5f5f5;
	height:330px;
}
	
}