/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* Main CSS
----------------------------------------*/

body {
	background:#f5fbfb
}

#container {
	width:100%;
	max-width:900px;
	padding:0 71px;
	margin:0 auto;
	background:#fff;
}

#leftColumn {
	width:100%;
	max-width:672px;
	padding: 0 0 25px;
	clear:both;
	float:left
}
#rightColumn {
	width:216px;
	float:right;
	padding: 0 0 25px;
}

#logo a {
	display:block;
	width:253px;
	height:81px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(/templates/main/images/logo.png);
	margin:22px 0 25px;
	float:left;
}

.maincontent ul {
	list-style:disc;
	margin-left:25px;
	margin-bottom: 15px;
}

/* NAV --------------------------*/

.modMobNav, .modMobNav ul ul {
	display:none;
	background:#444;
	position:relative;
	z-index:10;
}
.modMobNav li {
	border-top:#515151 1px solid;
	border-bottom:#3c3c3c 1px solid;
}
.modMobNav a {
	padding:10px;

	color:#f1f1f1;
	text-decoration:none;
	display:block;
}

nav {
	clear:both;
	position:relative;
	height:42px;
	background:url(/templates/main/images/menuDivider.png) left no-repeat;
	margin-bottom:5px;
}
nav li {
	display:inline-block;
	float:left;
	font-size:16px;
	height:42px;
	line-height:42px;
	width:110px;
	text-align:center
}
nav #menuitem_2 {
	width:120px
}
nav #menuitem_4 {
	width:130px
}
nav #menuitem_5 {
	width:80px
}
nav li span.border {
	display:inline-block;
	width:1px;
	height:17px;
	background:#141846;
	float:right;
}
nav li a {
	display:block;
	color:#141846;
	text-decoration:none;
}
nav li a.mainlevel {
	background:url(/templates/main/images/menuDivider.png) right no-repeat;
}
nav .current a.mainlevel,
nav a.mainlevel:hover {
	font-weight:600;
}

/* SUBMENU -------------*/

nav #menuitem_2:hover a.mainlevel, 
nav #menuitem_3:hover a.mainlevel,
nav #menuitem_4:hover a.mainlevel, 
nav #menuitem_5:hover a.mainlevel {
	font-weight:600;
	color:#fff;
	margin-left:-1px;
	padding: 0 1px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.3)
}
nav #menuitem_2:hover a.mainlevel {
	background:#6f9db4;
}
nav #menuitem_2 .menuWrap {
	background:#6f9db4;
	padding-left:120px;
	max-width:780px;
}
nav #menuitem_3:hover a.mainlevel {
	background:#141846;
}
nav #menuitem_3 .menuWrap {
	background:#141846;
	padding-left:230px;
	max-width:670px;
}
nav #menuitem_4:hover a.mainlevel {
	background:#91b9bd;
} 
nav #menuitem_4 .menuWrap {
	background:#91b9bd;
	padding-left:340px;
	max-width:560px;
}
nav #menuitem_5:hover a.mainlevel {
	background:#c1c9d0;
}
nav #menuitem_5 .menuWrap {
	background:#c1c9d0;
	padding-left:470px;
	max-width:430px;
}
nav li .menuWrap {
	display:none;
	padding-top:27px;
	height: 191px;
	z-index:1000
}
nav li.mainlevel:hover .menuWrap {
	display:block;
	position:absolute;
	top:42px;
	left:-1px;
	width:100%;
	background:#ddd;
}
nav li .menuWrap li {
	display:block;
	float:none;
	text-align:left;
	border-right:none;
	height:29px;
	line-height:29px;
	width:140px;
	margin-right:40px;
	border-bottom:1px solid #fff;
	font-size:14px;
}
nav li .menuWrap li a {
	color:#fff;
}
nav li .menuWrap li a:hover {
	text-decoration:underline;
}
nav #menuitem_4 li,
nav #menuitem_5 li {
	border-color:#141846;
}
nav #menuitem_4 li a,
nav #menuitem_5 li a {
	color:#141846;
}
nav li .menuWrap ul {
	float:left;
}
nav li .mod {
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	font-weight:700;
	font-size:18px;
	line-height:25px;
	text-align:left;
}
nav #menuitem_2 .mod {
	width:328px;
	margin:60px 40px
}
nav #menuitem_3 .mod {
	width:250px;
	margin:65px 40px
}
nav #menuitem_4 .mod {
	color:#141846;
	width:330px;
	margin:50px 35px
}
nav #menuitem_5 .mod {
	color:#141846;
	width:330px;
	right:auto;
	left:0;
	margin:45px 40px;
}

/* FOOTER --------------------------*/

#footerWrap {
	background:#141846;
	border-top:15px solid #666767;
}
#footerWrap:before {
	content:'';
	display:block;
	width:100%;
	border-top:1px solid #3f4257;
}
footer {
	width:100%;
	max-width:900px;
	min-height:170px;
	margin:0 auto;
	padding:20px 0;
}
footer a, footer p {
	color:#fff;
	font-size:15px;
	font-weight:500;
	text-decoration:none
}
footer a:hover {
	text-decoration:underline;
}
footer .modFM1, footer .modCopy {
	float:left;
	clear:both;
	margin-bottom:40px;
}
footer .modFM2, footer .modFooterLink {
	float:right;
}
footer .modFM2 li {
	display:inline;
	border-left:1px solid #fff;
	padding-left:15px;
	margin-left:15px;
}
footer .modFM2 li:first-child {
	border:0;
}
.dnone {
	display: none;
}
.clear {
	clear:both;
}

/* TOP LINKS -------*/

.modTopLinks {
	float:right;
	margin-right:5px;
	position:relative;
}
.modTopLinks ul li {
	display:inline-block;
	margin-right:-3px
}
.modTopLinks .twitterFeed {
	display:none;
	width:185px;
	position:absolute;
	top:0;
	left:0;	
	font-size:13px;
	background:#484050;
	color:#fff;
	z-index:1000;
	padding:10px;
}
.modTopLinks .twitterFeed li,
.modTopLinks .twitterFeed h5 {
	display:block;
	margin-bottom:10px;
}
.modTopLinks .twitterFeed h5,
.modTopLinks .twitterFeed li a {
	font-weight:500;
	text-transform:none;
}
.modTopLinks .twitterFeed li a.timestamp {
	color:#9a9999
}
.modTopLinks a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.modTopLinks .social a {
	display:inline-block;
		
}
.modTopLinks .social,
.modTopLinks .cons {
	height:25px;
	line-height:25px;
	font-size:12px;
	padding:0 10px;
}
.modTopLinks .social {
	background:#141846;
	font-size:12px;
	height:25px;
	position:relative;
}
.modTopLinks .social:after {
	content:'';
	display:block;
	width:26px;
	height:10px;
	background:url(/templates/main/images/socialArrow.png);
	float:right;
	margin-right:5px;
	position:absolute;
	top:25px;
	right:5px;
}
.modTopLinks .social a {
	line-height:25px;
}
.modTopLinks .cons {
	background:#e4200e;
}
.modTopLinks .social:hover,
.modTopLinks .cons:hover {
	background:#475261
}
.modTopLinks .social:hover:after {
	background-position:0 -10px
}
header .modTopLinks .social .twitter,
header .modTopLinks .social .linkedin {
	width:13px;
	height:13px;
	background-size:26px 13px;
	margin:0 0 -2px 0;
}
header .modTopLinks .twitterFeed .twitter,
header .modTopLinks .twitterFeed .linkedin {
	margin:-3px 0 0 0;
}
header .modTopLinks .social .linkedin,
header .modTopLinks .twitterFeed .linkedin {
	background-position:100% 0;
	margin-right:8px;
}
header .modTopLinks .twitter:hover,
header .modTopLinks .linkedin:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("/templates/main/desaturate.svg#greyscale");
}
.feedFoot {
	display:block;
	position:absolute;
	bottom:-24px;
	height:24px;
	width:195px;
	background:#484050;
	left:0;
	padding-left:10px;
}
.feedFoot .close {
	position:absolute;
	display:block;
	width:55px;
	height:24px;
	/* background:url(/templates/main/images/feedFoot.png) right; */
	bottom:0;
	right:0;
}

/* CASTUS LM 26/11/14 */

#logoNuisance {
	overflow: hidden;
	float: left;
	height: 98px;
	margin: 0 0 80px;
	background: url(/templates/main/images/nuisance-01.png);
	width: 170px;
}

#logoNuisance.hover {
	background-position: 0 -98px;
}

.basicItem.i66 {
	height:190px;
}

#newsArticle ul {
	list-style-type:disc !important;
}

#newsArticle ul li {
	margin-left:15px;
}

#newsArticle em {
	font-style:italic !important;
}

.contact165 {
	height:150px !important;
}

.contact165 > div:nth-child(1) {
	width:465px;
	float:left;
}

.contact165 .modMap {
	width:200px;
	float:left;
}

.contactTitle {
	float:right;
	color:#0094a9;
}

.cookie-popup {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	border-top: solid 3px #FFFFFF;
	background: #0094a9;
	color: #FFFFFF;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-size: 13px;
	line-height: 18px;
	z-index: 999;
}

.cookie-popup .hide-this {
	background: #FFFFFF;
	color: #141846;
	display: inline-block;
	padding: 3px 6px;
	font-weight: 700;
	text-decoration: none;
}

.cookie-popup .hide-this:hover {
	text-decoration: underline;
}