html {
	margin: 0;
	padding: 0;
	height: 100%;
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #333;
	color: #111;
	font-family: "Nunito Sans",sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

.menu-languages {
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	font-size: 120%;
	background: #333;
	padding: 8px 0 4px;
	text-align: right;
}

.menu-languages ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 800;
}

.menu-languages ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.content {
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	background: #fff;
	padding: 10px;
}

img {
	max-width: 100%;
}

h1 {
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

h1::after {
    background: #E36CA6;
    text-align: center;
	display: block;
	content: "";
	width: 50px;
	height: 8px;
    margin: 10px auto 20px;
}

.image {
	float: left;
	max-width: 50%;
	line-height: 0;
}

.texts {
	float: left;
	width: calc(50% - 80px);
	padding: 10px 40px 20px;
}

.row {
	margin-bottom: 12px;
	line-height: 1.4em;
}

.title_field {
		font-weight: bold;
	}

.summary_field {
		font-size:15px;
		margin-left: 30px;
	}

.label {
	font-weight: 800;
	display: block;
	color: #444;
	font-size: 0.9em;
	line-height: 1.2em;
}

.footer {
	clear: both;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.logo img {
	max-width: 150px;
}

.copyright {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
}

.lists-thumbnails {
	text-align: center;
}

.lists-thumbnails li {
	display: inline-block;
	width: 20%;
	font-size: 15px;
	background: #666;
	padding: 5px;
	margin: 8px;
	text-align: center;
}

.lists-thumbnails li a {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}

@media only screen and (max-width: 900px) {

	.menu-languages {
		text-align: center;
	}
	
	.menu-languages ul li:last-child {
		margin-right: 0;
	}	
	  
	h1 {
		margin-top: 20px;
	}
	
	.content {
		width: 100%;
		padding: 10px 0 0;
	}
	
	.image {
		float: none;
		display: block;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.6;
	}

	.texts {
		float: none;
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding: 14px 0;
	}
	
	.row {
	margin-bottom: 14px;
	}
	
	.label {
		font-size: 0.95em;
		line-height: 1.1em;
		margin-bottom: 4px;
	}
	
	.field {
		line-height: 1.2em;
	}

.title_field {
		font-weight: bold;
	}

.summary_field {
		font-size:15px;
		margin-left: 30px;
	}
	
	.logo img {
		max-width: 120px;
	}
	
	.lists-thumbnails li {
		width: 40%;
	}

}

@media only screen and (max-width: 600px) {
	
	.content {
		padding: 0;
	}

}
