/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   ERIC MEYER RESET */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------- */
/* ---------- Header e Body specification ---------- */
/* ---------------- MOBILE VERSION ----------------- */
/* ------------------------------------------------- */

body {
	font: 12px/1.4em 'Open Sans', sans-serif;
	color: #1c1c1c;
	width:100%;
}

p, ul {
	margin: 0 0 1.5em;
}

ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

a {
	color: #00cc66;
}

h1.logo {
	padding-top: 0px;
	float:left;
}

h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: 300;
}

.bg-main-container {
	background: url('../img/image002.jpg') #000 top center fixed no-repeat;
	background-size:cover;
	margin-top:79px;
	text-align:center;
	min-height:300px;
	max-height:600px;
}

.main-container {
	width:250px;
	height:200px;  
	margin:auto;
	line-height:150px;
	padding:20px;
	text-align:center;
}

.intro {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:28px;
	position:relative;
	top:30%;
	line-height:30px;
	color:#ffffff;
	text-shadow:0 2px 1px rgba(0,0,0,0.6);
}

/* Layout */

.wrapper {

}

.main-article {
	border-bottom:1px solid #d8d8d8;
	padding:10px 20px 0 20px;
	margin:10px 0;
	text-align:center;
}

/* Header */

.header-bg {
	background:#1c1c1c;
	height:79px;
	width:100%;
	position:fixed;
	top:0px;
	z-index:100;
}	

header {
	padding: 10px 20px;
}

	/* Shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
	header: before,
	header: after {
		content:"";
		display:table;
	}

	header: after {
		clear: both;
	}
	
	/*For IE 6/7 (trigger hasLayout) */
	header {
		zoom:1;
	}

p.content {
	text-align: justify;
}

/* ------------------------------------------------- */
/* --------------- Navigations specs --------------- */
/* ------------------------------------------------- */

#primary_nav {
	display: none;
}

#primary_nav ul {
	list-style: none;
	background: #1c1c1c;
	padding: 15px 0;
}

#primary_nav li a {
	display: block;
	padding: 0 20px;
	font-family:'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	/*text-transform: uppercase;*/
	letter-spacing: 0.1em;
	line-height: 2em;
	height: 50px;
	border-bottom: 1px solid #383838;
}

#primary_nav li a:hover, #primary_nav li a:focus {
	color: #c0c0c0;
}

#lang_nav {
	margin-top: 17px;
}

/* ------------------------------------------------- */
/* ------------------ Footer specs ----------------- */
/* ------------------------------------------------- */

footer {
	background-color:#323232;
	font-family:'Open Sans', sans-serif;
	color: white;
	text-align:center;
	font-size:12px;
	padding: 10px;
}

/* ------------------------------------------------- */
/* ------------------ Media Queries ---------------- */
/* ------------------------------------------------- */

@media only screen and (min-width: 500px) {

	body {
		font: 14px/1.4em 'Open Sans', sans-serif;
	}

	h3 {
		font-size: 28px;
	}

	.main-container {
		width: 400px;  
		margin: auto;
		height:300px;
		line-height:150px;
		padding: 30px;
		text-align:center;
	}

	.intro {
		font-family: 'Open Sans Condensed', sans-serif;
		font-style: normal;
		font-weight:300;
		height:200px;
		font-size:38px;
		position:relative;
		top:30%;
		line-height:40px;
		color: #fff;
		text-shadow:0 1px 1px rgba(0,0,0,0.6);
		margin-bottom:10px;	
	}

}

@media only screen and (min-width: 768px) {

	body {
		font: 14px/1.4em 'Open Sans', sans-serif;
	}

	h3 {
		font-size: 32px;
	}

	.header-container {
		position: relative;
		width: 768px;  
		margin: auto;
		z-index:2;
	}

	.bg-main-container {
		background-size:100%;
	}

	.main-container {
		width: 500px;  
		margin: auto;
		height:400px;
		line-height:150px;
		padding: 30px;
		text-align:center;
	}

	.intro {
		font-family: 'Open Sans Condensed', sans-serif;
		font-style: normal;
		font-weight:300;
		height:200px;
		font-size:46px;
		position:relative;
		top:30%;
		line-height:55px;
		color: #fff;
		text-shadow:0 1px 1px rgba(0,0,0,0.6);
		margin-bottom:10px;	
	}

	.wrapper {
		position: relative;
		width: 100%;
		margin: auto;
		text-align: center;
	}

	header {
		position: relative;
		margin: auto;
	}

	#primary_nav {
		position: absolute;
		top: 5px;
		right: 10px;
		background: none;
	}

	#primary_nav {
		display: block;
	}

	#primary_nav li {
		display: inline;
	}

	#primary_nav li a {
		float: left;
		border: none;
		padding: 0 10px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	.article-container {
		width:768px;
		margin:auto;
	}

	.main-article {
		width:246px;
		float:left;
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	#middle-article {
		margin: 0 15px;
	}

	.footer-container {
		width:768px;
		margin:auto; 
		text-align:center;
	}

	#foot-left {
		float:left;
		width:200px;
		margin-left:154px;
		margin-right:30px;
	}

	#foot-right {
		float:left;
		width:200px;
		margin-right:154px;
		margin-left:30px;"
	}

	footer {
		font-size: 14px;
	}
}

@media only screen and (min-width: 940px) {
	.article-container {
		width:940px;
		margin:auto;
	}

	.main-article {
		width:300px;
		float:left;
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	#middle-article {
		margin: 0 20px;
	}

	h3 {
		font-size: 34px;
	}
}
