@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    outline: none;
}
body, html {
	-moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue",sans-serif;
    line-height: 1.6;
    font-size: 0.93em;
    word-wrap: break-word;
}
a {
	text-decoration: none;
}
#bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center right;
    background-image: url('../img/HOMEbackground.jpg');
    background-repeat: no-repeat;
}
#logo {
	text-align: center;
	position: absolute;
	top: 50%; margin-top: -215px;
	left: 50%; margin-left: -150px;
	height: 254px;
	width: 300px;
}
#menu {
	position: absolute;
	top: 50%; margin-top: 70px;
	height: 60px;
	width: 100%;
	background: rgba(169,156,149,0.8);
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}
#menu a, div#mob_menu a {
	color: #fff;
}
div#menu ul, div#mob_menu ul {
	margin: 0 auto;
	display: inline-block;
	list-style: outside none none;
}
div#menu ul li, div#mob_menu ul li {
    float: left;
    height: 60px;
    margin: 0px 10px;
    text-transform: uppercase;
}
div#mob_menu {
	display: none;
}
div#credits {
	font-size: 0.83em;
	color: #A99C95;
	position: absolute;
	bottom: 0; margin-bottom: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
}
footer {
	font-size: 0.85em;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	color: #A99C95;
	position: fixed;
	bottom: 0;
	margin-bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #f9f9f9;
}
footer div {
	display: inline-block;
	margin: 0 10px;
}
footer div.lingue {
	float: left;
	text-transform: uppercase;
}
footer div#footer {
	float: right;
}
footer a {
	color: #A99C95;
	border-left: 1px solid #A99C95;
	padding: 0px 5px;
	font-weight: normal;
}
footer a:last-of-type {
	border-right: 1px solid #A99C95;
}
footer a.active {
	font-weight: bold;
}