html,body{
	margin:0;
	padding: 0;	
	background-color: #019de4;
	font-family:sans-serif;
}

#sb-language-select{
	margin: 0 auto;
	width: 100%;
	height: auto;	
}

#sb-header{
	margin-top: 1vw;
	color: #ffffff;
	padding: 30px;
	text-align: center;
}

#sb-logo{
    width: 100%;
	display: block;
	margin-bottom: 20px;
	margin: 0 auto;
}

#sb-heading{
	margin-top: 50px;
	text-align: center;
}

.grid {
	padding: 20px 20px 20px 20px;
	max-width: 900px;
	margin: 0 auto;
	list-style: none;
	text-align: center;	
	background-color: #019de4;
}

.grid li {
	display: inline-block;
	width: 125px;
	margin: 0;
	margin: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;	
	background: #022079;
	color: #dddddd;	
}

.grid figcaption h3 {
	margin-top: 10px;
	padding: 0;
	color: #fff;
	font-weight:normal;
	font-size: 15px;
}

.grid figcaption span:before {
	content: '';
}

.sb-flag-link{
	cursor: pointer;
}
/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cs-style-3 figcaption {
	height: 35px;
	width: 200px;
	padding-left: 10px;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
	-moz-transition: -moz-transform 0.2s, opacity 0.1s;
	transition: transform 0.2s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 10px 10px;
	}
	.grid li {
		width: auto;
		/*min-width: 200px;*/
	}
}
