body {
	background-color: #dcc68c;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 22px;
}

a {
	text-decoration: none;
}

#lang {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
}

#lang a {
	display: block;
	float: left;
	padding: 5px 8px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.3);
	color: white;
	text-decoration: none;
	font-size: 13px;
	margin: 0px 2px 0px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	font-family: 'Open Sans';
}

#lang a.active {
	background: rgba(0, 0, 0, 0.6);
}

a img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

#header {
	padding: 15px 0px;
	position: relative;
	overflow: hidden;
}

#header > a {
	display: block;
	position: relative;
	top: 14px;
	margin-left: 20px;
}

#content {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
	box-sizing: border-box;
}

#gallery {
	overflow: hidden;
}

#gallery .item {
	height: 150px;
	display: block;
	background-size: cover;
	background-position: center center;
}

#gallery .item1 {
	background-image: url('../images/1.jpeg');
}

#gallery .item2 {
	background-image: url('../images/2.jpeg');
}

#gallery .item3 {
	background-image: url('../images/3.jpeg');
}

#gallery .item4 {
	background-image: url('../images/4.jpeg');
}

#gallery .item5 {
	background-image: url('../images/5.jpeg');
}

#gallery .item6 {
	background-image: url('../images/6.jpeg');
}

#gallery .item7 {
	background-image: url('../images/7.jpeg');
}

#gallery .item8 {
	background-image: url('../images/8.jpeg');
}

#gallery .item9 {
	background-image: url('../images/9.jpeg');
}

#gallery .item10 {
	background-image: url('../images/10.jpeg');
}

#gallery .item11 {
	background-image: url('../images/11.jpeg');
}

#gallery .item12 {
	background-image: url('../images/12.jpeg');
}

#gallery .item13 {
	background-image: url('../images/13.jpeg');
}

#gallery .item14 {
	background-image: url('../images/14.jpeg');
}

#gallery .item15 {
	background-image: url('../images/15.jpeg');
}

#gallery .item16 {
	background-image: url('../images/16.jpeg');
}

#gallery .item17 {
	background-image: url('../images/17.jpeg');
}

@media only screen and (min-width: 768px) {
	#header {
		width: 700px;
		margin: 0px auto 15px auto;
	}
	
	#content {
		width: 700px;
		margin: 0px auto 15px auto;
	}
	
	#gallery {
		overflow: hidden;
	}
	
	#gallery .item {
		width: 213px;
		float: left;
		margin: 0px 5px 10px 5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
	}
}

@media only screen and (max-width: 767px) {
	#content {
		margin: 0px 10px;
	}
	
	#gallery .item { 
		height: 200px;
		margin-bottom: 15px;	
	}
}