@charset "UTF-8";
/* CSS Document */

html {
	background-color: #555555;
}

html, body {
	min-height: 100vh;
}

body {
	background-color: #555555;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
/* 	margin: 10px; */
	margin: 0px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	
}

a, a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #CCCCCC;
}

#main {
	width: 960px;
	margin: 0px auto;
	box-shadow: 0px 5px 10px #383838;
	-moz-box-shadow: 0px 5px 10px #383838;
	-webkit-box-shadow: 0px 5px 10px #383838;
	background-color: #000;
	position: relative;
}

#header {
	width: 960px;
	height: 0px;
	padding-top: 480px;
	overflow: hidden;
	background-image: url(fwmesker.png);
	position: absolute;
/* 	top: 10px; */
	z-index: 50;
}

#images {
	width: 960px;
	height: 480px;
	overflow: hidden;
	position: relative;
	background-image: url(images/IMG_0701.jpg);
/*	position: absolute;
	top: 0px;
	z-index: 1;*/
}

#images .items { 
    /*width:20000em;*/ 
    position:absolute; 
} 

#images .items img {
	/*float:left;*/
	margin:0px;
	width:960px;
	height:480px;
}

.retired {
	position: absolute;
	z-index: 50;
	width: 500px;
	height: 272px;
	left: 240px;
	top: 136px;
}


#info {
	width: 690px;
	font-size: 11px;
	background-color: #3A3A3A;
	float: left;
	padding: 10px;
/*	margin-top: 480px;*/
}

#contact {
	width: 230px;
	font-size: 11px;
	background-color: #444444;
	float: left;
	padding: 10px;
/*	margin-top: 480px;*/
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	line-height: 1.4em;
}

.title {
	font-weight: bold;
	line-height: 1.6em;
	font-size: larger;
	/*border-bottom: 1px dotted #888888;*/
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('fonts/WebSymbols-Regular-webfont.eot');
    src: url('fonts/WebSymbols-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/WebSymbols-Regular-webfont.woff') format('woff'),
         url('fonts/WebSymbols-Regular-webfont.ttf') format('truetype'),
         url('fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.facebook {
	font-family: 'WebSymbolsRegular', Arial, sans-serif;
	font-size: 36px;
	float: right;	
}
.facebook span {
display: none;	
}

.facebook a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;

}
/*.facebook a:hover {
	color: #1E70C0;
	background-color: white;
}*/

.galleria-thumbnails {
	margin-left: auto;
	margin-right: auto;
}






#fbgalleries {
	width: 960px;
	margin: auto;
}

#fbgalleries:after {
     content: "";
     display: table;
     clear: both;
}

ul.fbgallery {
	padding: 0px;
	list-style-type: none;
	margin-right: -62px;
}

ul.fbgallery li {
	float: left;
	margin: 16px;
	padding: 15px;
	/* 192 */
}

ul.fbgallery li:hover {
	background-color: rgba(0, 0, 0, 0.10);	
}

ul.fbgallery img, ul.fbgallery li, ul.fbgallery a {
	border-radius: 4px;
}