body {
	margin: 0;
	padding: 0;
	color: black;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: white;
}

#container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	min-height: 800px;
}

#menu {
	background: #9d9d9d;
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 9999;
}

#nav-container {
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	text-transform: uppercase;
}

.nav {
	position: relative;
	background: #9e9e9e;
	float: left;
	width: auto;
	height: 30px;
	padding: 0 23px;
	padding-top: 10px;
	cursor: pointer;
}

.nav.selected {
	background: #21b2a3;
}

#title {
	width: 100%;
	min-width: 1100px;
	height: 100%;
	min-height: 800px;
	background: url("img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#introtext {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 300px;
	top: 20%;
	left: 50%;
	margin-left: -400px;
	text-align: center;
}

#introtext h1 {
	font-size: 68px;
	text-transform: uppercase;
}

#introtext h2 {
	font-size: 38px;
}

#title img {
	position: absolute;
	width: 200px;
	height: auto;
	left: 50%;
	margin-left: -100px;
	top: 50px;
}

#content {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

.block-title {
	background: #21b2a3;
	width: 1100px;
	height: 100px;
	margin-bottom: 20px;
}

.block-title h2 {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 42px;
}

.block h3 {
	color: #2b2d6b;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 40px 0;
}

.question-title {
	background: #911a1d;
	width: 1100px;
	height: 100px;
	margin-bottom: 20px;
}

.question-title h2 {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 42px;
}

.result {
	position: relative;
	width: 100%;
	background: white;
	height: 400px;
	margin-bottom: 20px;
}

.explanation {
	position: absolute;
	background: #21b2a3;
	width: 220px;
	border-radius: 15px;
	height: auto;
	max-height: 370px;
	overflow: scroll;
	padding: 15px;
	display: none;
}

.story.visible {
	display: block;
}

.plenary.visible {
	display: block;
}

.recommends.visible {
	display: block;
}

.table {
	position: absolute;
	color: #2b2d6b;
	width: 500px;
	left: 300px;

}

.table-title h3 {
	width: 450px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	line-height: 1;
}

.image {
	width: 450px;
	height: 308px;
	margin: 0 auto;
	z-index: 1;
}

.details {
	position: absolute;
	background: #21b2a3;
	width: 220px;
	height: auto;
	right: 0;
	border-radius: 15px;
	padding: 15px;
	display: none;
}

.legend-img {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.legend-img img {
	width: 150px;
	height: auto;
}

.details.visible {
	display: block;
}

.details p {
	margin: 0;
	padding: 0;
}

#image1 {
	background: url("img/1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 15px;
}
#image2 {
	background: url("img/2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 15px;
}
#image3 {
	background: url("img/3.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
#image4 {
	background: url("img/4.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
#image5 {
	background: url("img/5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 500px;
	margin-left: -25px;
}
#image6 {
	background: url("img/6.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	margin-top: 15px;
}
#image7 {
	background: url("img/7.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#image9 {
	background: url("img/9.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
	margin-top: 20px;
}
#image10 {
	background: url("img/10.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#tripole1 {
	position: absolute;
	width: 288px;
	height: 252px;
	top: 86px;
	left: 107px;
}

#tripole2 {
	position: absolute;
	width: 288px;
	height: 252px;
	top: 86px;
	left: 107px;
}


#tripole9 {
	position: absolute;
	width: 288px;
	height: 255px;
	top: 90px;
	left: 107px;
}

#question8 .table {
	position: relative;
	float: left;
	width: 780px;
	margin-left: -165px;
}

#question8 .result {
	height: auto;
	overflow: hidden;
}

#image8 {
	height: auto;
	overflow: hidden;
	width: 730px;
}

#question8 h3 {
	margin: 0 auto;
}

#question9 {
	height: 580px;
}

#question9 .legend-img {
	bottom: -20px;
}

.recommendation {
	background: #f4a91b;
	margin: 20px 0;
	color: white;
	padding: 15px;
	border-radius: 15px;
	margin: 20px;
	margin-left: 50px;
}

.recommendation .circle {
	position: absolute;
	margin-left: -50px;
	margin-top: 5px;
}

.recommendation .circle.big {
	position: absolute;
	margin-left: -57px;
	margin-top: -2px;
}

.recommend {
	width: 100%;
	
}

.recommend p {
	margin: 0;
	padding: 0;
}

.workshop img {
	width: 1100px;
	height: auto;
	margin-bottom: 10px;
}


.circle {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-radius: 50%;
	width: 14px; 
	height: 14px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	z-index: 999;
}

.circle.big {
	width: 25px;
	height: 25px;
	margin-left: -6px;
	margin-top: -6px;
}

/*
eval 		#f1a91c
media		#21b2a3
implement	#2b2d6b
research	#911a1d
other 		#ff3939
*/

.evaluator {
	background: #f1a91c;
}

.researcher {
	background: #911a1d;
}

.implementing {
	background: #2b2d6b;
}

.media {
	background: #21b2a3;
}

.other {
	background: #ff3939;
}