@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: #440D06;
	background-attachment: scroll;
	font-family: 'Signika', sans-serif;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.75em;
	font-weight:100;
	letter-spacing: 0.025em;
	}


/* HEAD
########################## */

#header-wrapper {
	background: #5b0000;
	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: 120px 0 20px;
	color: #FFF;
	text-align: center;
	position: relative;
	height: 420px;
	overflow: hidden;
}

#intro div {
	position: absolute;
}

#intro p {
	margin-top: 30px;
}

#intro img.banner {
	margin: 0 auto 10px auto;
}
#intro span.shops {
	margin-left: 10px;
	margin-right:10px;
}

#intro h1 {
	text-align:left;
}

#intro p {
	text-align:left;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* INFOS
########################## */

#infos {
	background:#440D06;
	padding: 10px 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: 769px) {
	
	#intro {
		margin-bottom: 0;
		padding: 180px 0 10px;
		text-align: center;
		position: relative;
		height: 350px;
		overflow: hidden;
	}
	
}



@media screen and (max-width: 640px) {
	
	#intro {
		margin-bottom: 0;
		padding: 180px 0 70px;
		text-align: center;
		position: relative;
		height: 270px;
		overflow: hidden;
	}
	
}	
	
@media screen and (max-width: 480px) {
	.grid-full {
    float: none;
    width:96.969696969697%;
    margin:0 1.515151515152% 1em;
  }
  
	#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 {
		width:100%;
		text-align: center;
		margin: 0 0 20px;
	}
	
	.grid-2 {
		width:100%;
	}
	.flr {
		float:none;
	}

	#header nav ul li {
		display: block;
		padding: 0;
	}	
	
	#intro {
		margin-bottom: 0;
		padding: 70px 0 70px;
		text-align: center;
		position: relative;
		max-width:100%;
		height: 270px;
		overflow: hidden;
	}
	
	#intro span.shops {
		display:block;
		margin-left:0;
	}

	#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;
	}
}
