body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#wrap a {
	max-width: inherit;	
}

.topbar {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background: #f41518;
}

#wrap {
	max-width: 1366px;
	margin: 0 auto;
	overflow: auto;
}

.nav-bar {
	position: absolute;
	max-width: 1366px;
	width: 100%;
	height: 150px;
	vertical-align: top;
	background-color: white;
}

.lang-bar {
	padding-right: 90px;
	float: right;
}

.logo {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#index .logo_f {
	position: absolute;
	float: left;
	padding-left: 20px;
	padding-top: 45px;
	bottom: 40px;
	z-index: -1;
}

#about .logo_f, #contact .logo_f, #gallery .logo_f {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-top: 45px;
	padding-bottom: 40px;
}

.content {
	/*padding-top: 30px;*/
	/*padding-bottom: 30px;*/
	margin-top: 152px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.content img {
	padding-right: 60px;
	padding-bottom: 30px;
	/*display: block;*/
/*	vertical-align: middle;*/
}

.content .text {
	text-align: justify;
	max-width: 460px;
	display: inline-block;
	vertical-align: top;
}

#about .content p {
	text-indent: 30px;
}

#about a {
	text-decoration: none;
}

#images {
	display: inline-block;
	padding-top: 20px;
}

.content .map {
	width: 500px;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.content .map p {
	max-width: 500px;
	text-align: left;
}

.content .address {
	padding-top: 90px;
	text-align: justify;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}

.titles {
	font-weight: 600;
	font-size: 120%;
	text-align: left;
}

.semibold {
	font-weight: 400;
}

.content .address b {
	font-weight: 400;
}

#panorama {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

#newpics, #oldpics {
	max-width: 740px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

#newpics a, #oldpics a {
	text-decoration: none;
	display: inline-block;
	width: 18%;
	height: auto;
	padding-bottom: -2%;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.thumbnails {
	width: 100%;
	display: block;
	padding: 0 !important;
}

.overlay {
	position: absolute;
	left: 50%;
	top: 55%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	max-width: 568px;
	z-index: -1;
}

.overlay img {
	height: 100%;
	width: 100%;
}

.red_separator {
	position: absolute;
	max-width: inherit;
	width: 100%;
	height: 3px;
	top: 160px;
	max-width: inherit;
	background: #f41518;
}

#index .grey_separator {
	position: absolute;
	max-width: inherit;
	bottom: 117px;
	width: 100%;
	height: 2px;
	background: gray;
	z-index: -1;
}

#about .grey_separator, #contact .grey_separator, #gallery .grey_separator {
	position: relative;
	max-width: inherit;
	height: 2px;
	background: gray;	
}

.slideshow {
	position: absolute;
	width: 100%;
	max-width: inherit;
	height: 604px;
	bottom: 119px;
	z-index: -1;
}

ul#lang-sel {
	position: absolute;
	margin: 0;
	padding: 0;
	background-image: url(images/trapez.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 34px;
	right: 90px;
	float: right;
	list-style: none;
	text-align: center;
}

ul#lang-sel li {
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline-block;
}

ul#lang-sel li a {
	font-size: 18px;
	text-decoration: none;
	color: white;
}

ul#lang-sel li a:hover {
	color: gray;
}

ul#list-nav {
	position: relative;
	margin-top: 102px;
	margin-left: 150px;
	padding: 0;
	list-style: none;
}

ul#list-nav li {
	display: inline;
	margin-top: 102px;
}

ul#list-nav li a {
	font-size: 20px;
	text-decoration: none;
	padding-left: 20px;
	color: black;
	float: left;
}

ul#list-nav li a:hover {
	color: gray;
}

#index #list-nav .index, #about #list-nav .about,
#gallery #list-nav .gallery, #contact #list-nav .contact {
	font-weight: 400;
}

.footer {
	position: absolute;
	max-width: inherit;
	bottom: 45px;
	right: 90px;
	z-index: -1;
}