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

html, body {
	margin:0;
	height:100%;
	font-family: 'Lato', Arial, sans-serif;
	background: url(../images/main.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:#adadad;
	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:#F6F6F6;
}
#section2 .inner {
	overflow:hidden;
}
#section2 .lbox {
	width:50%;
	background:#16CEBF;
	float:left;
	height:600px;
}
#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;
	color:#fff;
	text-transform:uppercase;
	font-size:2em;
	font-weight:700;
	letter-spacing:-1px;
	line-height:1.3em;
}
#section2 .rbox {
	background:#F6F6F6;
	width:50%;
	float:left;
	height:600px;
}
#section2 .rbox div {
	top:50%;	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position:relative;
	padding:0px 85px 0px 60px;
	color:#797979;
	font-size:1.4em;
	letter-spacing:1px;
	line-height:2em;
	font-weight:300;
}

/* SECTION 3 */
#section3 { 
	background:#303030;
	padding:46px 155px 40px;
}
#section3 .inner {
	
}
#section3 .inner .clients {
	width:100%;
	margin:0px auto;
	text-align:center;
	text-align:justify;
	text-justify:distribute-all-lines;
}
#section3 .inner .clients img {
	vertical-align:top;
	display:inline-block;
	zoom: 1;
}
#section3 .inner .clients .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

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

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

/* SECTION 3 */
#section3 { 
	padding:46px 100px 40px;
}

}


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

/* NONE */

}

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

/* SECTION 3 */
#section3 { 
	padding:46px 80px 40px;
}


}


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

/* SECTION 3 */
#section3 { 
	padding:20px 60px 20px;
}
#section3 .inner .clients img {
	width:15%;
}

}

@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 {
	background:#F6F6F6;
}
#section2 .inner {
	overflow:hidden;
}
#section2 .lbox {
	width:100%;
	float:none;
	height:inherit;
}
#section2 .lbox div {
	top:inherit;	
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	position:inherit;
	padding:20px 40px;
	color:#fff;
	font-size:2em;
	line-height:auto;
}
#section2 .rbox {
	width:100%;
	float:none;
	height:inherit;
}
#section2 .rbox div {
	top:inherit;	
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	position:inherit;
	padding:20px 40px;
	font-size:1.2em;
	letter-spacing:normal;
	line-height:1.2em;
}

/* SECTION 3 */
}

/* 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/main-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:#F6F6F6;
}
#section2 .inner {
	overflow:hidden;
}
#section2 .lbox {
	width:100%;
	background:#16CEBF;
	float:none;
	height:auto;
}
#section2 .lbox div {
	top:0%;	
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	position:relative;
	padding:30px;
	margin:0 auto;
	color:#fff;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:700;
	letter-spacing:-1px;
	line-height:normal;
	text-align:center;
}
#section2 .rbox {
	background:#F6F6F6;
	width:100%;
	float:none;
	height:auto;
}
#section2 .rbox div {
	top:0%;	
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	position:relative;
	padding:30px;
	margin:0 auto;
	color:#797979;
	font-size:1.2em;
	font-weight:300;
	letter-spacing:-1px;
	line-height:normal;
	text-align:center;
}

/* SECTION 3 */
#section3 { 
	background:#303030;
	padding:20px 30px;
}
#section3 .inner {
	
}
#section3 .inner .clients {
	width:150px;
	margin:0px auto;
	text-align:center;
}
#section3 .inner .clients img {
	width:100%;
	vertical-align:top;
	display:block;
	zoom: 1;
}
#section3 .inner .clients .stretch {
    width: 100%;
    display:none;
    font-size: 0;
    line-height: 0
}



}

