@charset "UTF-8";

section.top {}

	section.top .wrap::after {
		content: "";
		display: block;
		width: 100px;
		height: 1px;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -50px;
		background: #2C9EC7;
	}

	section.top img.logo {
		display: block;
		width: 90%;
		max-width: 300px;
		margin: 30px auto;
	}

	section.top ul {
		padding: 0 0 0 32px;
		max-width: 900px;
		margin: 20px auto 30px auto;
	}

	section.top ul li {
		display: inline-block;
		font-size: 14px;
		margin: 0 10px 10px -19px;
	}

		section.top ul li::before {
			content: "\2022";
			font-weight: 700;
			display: inline-block;
			margin: 0 10px 0 0;
			color: #cccccc;
		}

		section.top ul li::after {
			content: "\2022";
			font-weight: 700;
			display: inline-block;
			margin: 0 0 0 10px;
			color: #cccccc;
		}

section.flags {}

	section.flags .wrap {
		padding: 50px 0;
		max-width: 800px;
	}

		section.flags .image {
			width: 110px;
		}

		section.flags .image figure {
			width: 100%;
			height: 80px;
		}

		section.flags .image img {
			width: 436px;
			height: 240px;
		}

		section.flags .image.cz img { margin-left: -109px; }
		section.flags .image.en img { margin-left: -218px; }
		section.flags .image.de img { margin-left: -327px; }
		section.flags .image.lt img { margin-top: -80px; }
		section.flags .image.se img { margin-top: -80px; margin-left: -109px; }
		section.flags .image.it img { margin-top: -80px; margin-left: -218px; }
		section.flags .image.fr img { margin-top: -80px; margin-left: -327px; }
		section.flags .image.es img { margin-top: -160px; }
		section.flags .image.sk img { margin-top: -160px; margin-left: -109px; }
		section.flags .image.tr img { margin-top: -160px; margin-left: -218px; }


section.footer {
	background: #EEEEEE;
	color: #777777;
	position: static;
}

	section.footer .wrap {
		padding: 20px 0;
		max-width: 800px;
		position: static;
	}

		section.footer .wrap p {
			padding: 0 10px;
			text-align: left;
			font-size: 0.7em;
		}

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

	section.flags .wrap {
		padding: 30px 0;
	}

	section.flags .images .nowrap {
		white-space: normal;
	}

	section.top ul {
		padding: 0 10px;
	}

	section.top ul li {
		display: block;
		margin: 0 0 10px 0;
	}

	section.top ul li::before, section.top ul li::after {
		display: none;
	}

}
