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


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	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;
	font-size: 24px;
	background: #e36da6;
	padding: 14px 0 8px;
	text-align: center;
}

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

.menu-languages ul li:last-child {
    margin-right: 0;
}

.menu-languages ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #b44c7e;
	background-color: #fff;
	border-radius: 40px;
	padding: 8px;
}

.menu-bottom {
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background: #e36da6;
	padding: 10px 0 4px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width:100%;
	border-top: 5px solid #fff;
}

.menu-bottom ul li {
    display: inline;
    margin-right: 40px;
}

.menu-bottom ul li:last-child {
    margin-right: 0;
}

.content {
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	background: #fff;
	padding: 24px 10px 10px 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;
}

h2 {
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

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

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

.texts.texts-list {
	float: none;
	width: 100%;
	margin-top: 7px;
	padding: 0;
}

.list_objects {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 8px;
  border: 1px solid #e36da6;
  padding: 10px 10px;
  border: radius: 8px;
  border-radius: 12px;
  background: #e36da6;
}

.list_objects a {
	color:#fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 20px;
}

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

.row.row-list {
	text-align: center !important;
	margin-bottom: 0;
}

.row.row-list .image {
	float: none !important;
	margin: 0 auto;
	max-width: 100%;
}

.title_field {
	font-weight: 800;
}

.title_field.title_field_top {
	margin: 12px 0 0;
	color: #fff;
	font-size: 20px;
}
	
.title_field.title_field_top a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.title_field.title_field_object {
	font-size: 24px;
}

.title_field.title_field_object::after {
	margin: 15px 0 20px;
	background: #e36da6;
	text-align: left;
	display: block;
	content: "";
	width: 50px;
	height: 8px;
}

.summary_field {
		font-size:16px;
}

.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: 6px 0 8px;
	font-size: 14px;
	color: #111;
}

.empty {
	background: #fff;
	padding-bottom: 90px;
}


.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) {	
		  
	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: 800;
	}
	
	.title_field.title_field_object::after {
		margin: 10px auto 16px;
		text-align: center;
	}

	
	.lists-thumbnails li {
		width: 40%;
	}
	
	.texts.texts-list {
		width: 80%;
	}

}

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

}
