

.container-fluid {
	padding-right: 80px;
	padding-left: 80px;
}

#footer {
	background-color: #111111;
	font-size: 12px;
	color: #aaaaaa;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: -60px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

#header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background-color: #1d1d1d;
	background-color: rgba(3, 3, 3, 0.9);
	border-bottom: 1px solid #444444;
	font-size: 13px;
	padding: 0;
}

#header #lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#header #lang ul li {
	float: left;
	line-height: normal;
}

#header #lang ul li a {
	color: #f2f2f2;
	padding: 0 15px;
	display: inline-block;
	line-height: 60px;
}

#header #lang ul li a:hover {
	text-decoration:none;
}

#header #lang ul li a.active {
	color:#e96151;
}



#header #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#header #nav ul li {
	float: left;
	line-height: normal;
}

#header #nav ul li a {
	color: #f2f2f2;
	padding: 0 15px;
	display: inline-block;
	line-height: 60px;
}

#header #nav ul li a:hover {
	text-decoration:none;
}

#header #nav ul li a.active {
	color:#e96151;
}

.page {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*
.slogan{
	font-style: italic;
	margin-bottom: 80px;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
*/

.stub .span12{
	text-align: center;
}

.scroll-holder{
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	z-index: -1;
}