/** YPEF **/


/* Layout */

body {
	background-color: #D8C5C5;
	margin: 0;
	font-family: 'Calibri', 'Helvetica', 'Arial', sans-serif;
}

.container {
	width: 1000px;
	margin: auto;
	background-color: white;
}


/* Header */

.header {
	position: relative;
}

.header .brand {
	background-image: url('../img/header_cs.jpg');
	display: block;
	height: 292px;
	width: 100%;
}

html[lang=en-gb] .header .brand {
	background-image: url('../img/header_en.jpg');
}

.header .site-title {
	display: none;
}

.logo-cesles {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 70px;
	height: 55px;
	background-image: url('../img/header_logo_cls.png');
}

.logo-cesles span {
	display: none;
}

.lang-block {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
	right: 10px;
	text-align: right;
}

.mod-languages .lang-block li {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}

.lang-block li a {
	color: white;
	text-decoration: none;
}

.lang-block li a:hover {
	color: #B2E6A2;
}

.lang-block li.lang-active,
.lang-block li.lang-active a {
	color: #65CD46;
}


/* Menu */

.navigation {
	background-color: #44A02A;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	display: inline-block;
}

.nav a {
	color: white;
	font-size: 15px;
	text-decoration: none;
	display: block;
}

.nav a:hover {
	color: white;
}

.nav .active a {
	background-color: #227C2C;
}

.nav > li > a {
	font-weight: bold;
	text-align: center;
	height: 44px;
	line-height: 44px;
	width: 200px;
}

.nav li li a {
	padding-left: 25px;
	background-color: #00582E;
	height: 30px;
	line-height: 30px;
}

.nav li li a:hover {
	background-color: #227C2C;
}

.nav a:hover,
.nav li:hover a {
	background-color: #00582E;
}

.nav ul {
	display: none;
	position: absolute;
	top: 44px;
	width: 100%;
}

.nav > li {
	position: relative;
}

.nav li:hover ul {
	display: block;
}

.nav li li:first-child {
	border-top: 1px solid white;
}

.nav li li {
	display: block;
	border-top: 1px solid #44A02A;
}


/* Footer */

.footer .container {
	background-color: #593D32;
	color: white;
	font-size: 11px;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.footer p {
	margin: 0;
}

.footer .pull-right {
	display: none;
}

.footer hr {
	display: none;
}


/* Content */

#content {
	padding: 10px 20px;
}

#main-content {
	margin: 0 100px 50px;
}


#content .icons {
	display: none;
}

.article-info {
	display: none;
}

.pagenav {
	display: none;
}

h1, h1 a {
	color: #44A02A;
	font-size: 34px;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a {
	color: #44A02A;
}

a:hover {
	color: #00582E;
}

#eb-calendarwrap {
  margin: 0 -80px;
}
