@import 'reset.css';
@import 'text.css';
@import '960_responsive.css';
@import url(http://fonts.googleapis.com/css?family=Signika:400,700,300);


body { 
	background-color: #fff;
	background-attachment: scroll;
	font-family: 'Signika', sans-serif;
	color: #707172;
	font-size: 0.9em;
	line-height: 1.75em;
	font-weight:100;
	letter-spacing: 0.025em;
	}


/* HEAD
########################## */

#header-wrapper {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	/*border-bottom: 1px solid #b56953;*/
	z-index:1;
	box-shadow: 3px 0 3px rgba(0,0,0,0.2);
}

#header {
	overflow: hidden;
	padding: 10px 0 0;

}

#logo {
	float: left;
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#header div {
	margin: 0;
}

#header nav ul {
	float:right;
	margin: 10px 0 0;
}

#header nav ul li {
	padding-top: 20px;
	margin: 0 10px;
	list-style: none;
	display: inline-block;
}

#header nav a {
	text-decoration: none;
	text-transform: uppercase;
}

.flr {
	float:right;
}

/* INTRO
########################## */

#intro {
	margin-bottom: 0;
	padding: 140px 0 70px;
	color: #FFF;
	text-align: center;
	position: relative;
	height: 340px;
	overflow: hidden;
}

#intro div {
	position: absolute;
}
#intro img {
	margin: 20px auto;
}

#intro h1 {
	text-align:left;
}

#intro p {
	font-size: 1.5em;
}

/* INFOS
########################## */

#infos {
	background:#fff;
	padding: 90px 0 20px;
	margin-bottom: 0;
	overflow: hidden;
}

#infos p {
	/*text-align: justify;*/
}

/* TESTIMONIALS
########################## */

#testimonials {
	padding: 70px 0 40px;
	margin-bottom: 0;
}

#testimonials h2 {
	text-align: center;
	margin: 0 0 40px;
}

#testimonials li {
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
}

#testimonials img {
	float: left;
	border-radius: 50%;
}

#testimonials p, #testimonials strong {
	display: block;
	margin-left: 138px;
}

/* CONTACT
########################## */
#contact {
	padding: 40px 0;
	margin-bottom: 0;
}



#contact form {
	overflow: hidden;
	max-width: 490px;
	display: block;
	margin: 20px auto;
	padding: 20px;
	background: #EEE;
	border-radius: 4px;
}

#contact input {
	font: normal 1.5em/2em 'Open Sans', Sans-Serif;
	float: left;
	width: 70%;
	padding: 5px;
	background: #FFF;
	border: none;
	border-radius: 4px;
}

#contact button {
	float: right;
	padding: 10px;
	font: bold 1em/1.3em 'Open Sans', Sans-Serif;
	background: #27ae60;
	color: #FFF;
	border: none;
	cursor: pointer;
}

#contact p {
	padding-top: 7px;
	margin: 0;
}

#contact span.error {
	color: red;
	padding-left: 10px;
}

#error {
	font-size: 1.5em;
	text-align: center;
	color: red;
}

/* FOOTER
########################## */

#footer {
	padding: 30px 0 10px;
	border: none;
	text-align: center;
}




/* MOBILE
########################## */
	
	
@media screen and (max-width: 480px) {
	#handler {
		width: 50px;
		display: block;
		margin: auto;
		text-align: center;
	}
	#logo {
		float: none;
		display: block;
		text-align: center;
		font-size: 2em;
		margin: 0 auto;
	}

	#header-wrapper {
		margin-top: -160px;
	}

	#header nav ul {
		text-align: center;
		margin: 0 0 20px;
	}

	#header nav ul li {
		display: block;
		padding: 0;
	}	
	
	#intro {
		margin-bottom: 0;
		padding: 40px 0 70px;
		text-align: center;
		position: relative;
		max-width:100%;
		height: 320px;
		overflow: hidden;
	}

	#testimonials {
		text-align: center;
	}
	#testimonials img {
		float: none;
	}
	#testimonials p, #testimonials strong {
		margin: 0;
	}

	#contact input, #contact button {
		font-size: 0.85em;
	}

	#contact input {
		width: 60%;
	}

	#contact button {
		padding: 5px;
	}
}

@media screen and (max-width: 640px) {
	
	#intro {
		margin-bottom: 0;
		padding: 180px 0 70px;
		text-align: center;
		position: relative;
		height: 220px;
		overflow: hidden;
	}
	
}