﻿/*TODO:master.css RACCOGLIE master.css, header.css, header_dropdown_menu.css, footer.css, little_dropdown_menu.css, container.css, pagewide_background.css, little_list.css, little_media.css, little_news.css*/
/*GENERALS*/

/*@font-face {
	font-family:'Corpid-Light';
	src:url('../font/Corpid-Light.eot');
	src:url('../font/Corpid-Light.eot?#iefix') format('embedded-opentype'), url('../font/Corpid-Light.woff2') format('woff2'), url('../font/Corpid-Light.woff') format('woff'), url('../font/Corpid-Light.ttf') format('truetype'), url('../font/Corpid-Light.svg#Corpid-Light') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'Corpid-Bold';
	src:url('../font/Corpid-Bold.eot');
	src:url('../font/Corpid-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Corpid-Bold.woff2') format('woff2'), url('../font/Corpid-Bold.woff') format('woff'), url('../font/Corpid-Bold.ttf') format('truetype'), url('../font/Corpid-Bold.svg#Corpid-Bold') format('svg');
	font-weight:normal;
	font-style:normal;
}*/

@font-face {
	font-family: 'Corpid-Light';
	src: url('../font/CorpidE4s-Light.woff2') format('woff2'), url('../font/CorpidE4s-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Corpid-Bold';
	src: url('../font/CorpidE4s-Bold.woff2') format('woff2'), url('../font/CorpidE4s-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Corpid-Black';
	src: url('../font/CorpidE4s-Bold.woff2') format('woff2'), url('../font/CorpidE1s-Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* PREVIEW */
#div_preview {
	position:absolute;
	z-index:999;
	border-bottom:solid 2px #00aeef;
	padding:10px 4px;
	-webkit-box-shadow:2px 2px 1px 0 rgba(0,0,0,0.25);
	box-shadow:2px 2px 1px 0 rgba(0,0,0,0.25);
	background-color:rgba(255, 255, 255, 0.9);
}

/* ACCOUNT */
#account_section,
#account_section .little_dropdown_menu.logged,
#account_section .little_dropdown_menu.account {
	display:none;
	height:100%;
}

#account_section .little_dropdown_menu,
			#account_section .little_dropdown_menu .select,
			#account_section .little_dropdown_menu .actual {
				height:100%;
				line-height:15px;
			}

/* script cookie banner */
#script_cookie_banner {
	background-color:#000;
	color:#FFF;
	position:fixed;
	z-index:15;
	bottom:0;
	text-align:center;
	width:100%;
	padding:10px;
	/**/
	border-top:solid 1px #09F;
}

	#script_cookie_banner a,
	#script_cookie_banner .button {
		display:inline-block;
		color:inherit;
		text-decoration:none;
		margin:0 20px;
	}

		#script_cookie_banner a:hover {
			text-decoration:underline;
		}

	#script_cookie_banner .button {
		padding:6px 10px;
		background-color:#09F;
		border-radius:3px;
		cursor:pointer;
	}


a:focus,
input:focus,
textarea:focus {
	outline-style:none;
}

/**/
html, body,
address, article, footer, header, h1, h2, h3, h4, h5, h6, hgroup, nav, section,
dd, div, dl, dt, figcaption, figure, hr, li, main, ol, p, pre, ul,
area, audio, map, track, video,
embed, object, param, source,
caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr,
button, datalist, fieldset, form, input, keygen, label, legend, meter, optgroup, option, output, progress, select,
details, dialog, menu, menuitem, summary,
content, shadow, template {
	border:0;
	margin:0;
	padding:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.hidden {
	display:none;
}

html {
	overflow-y:scroll;
	overflow-x:hidden;
	min-width:320px;
	font-family:Corpid-Light;
}

div, a{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

a {
	text-decoration:none;
	color:inherit;
}

ul {
	list-style-type:none;
}

.clearfix:after {
	content:"";
	display:table;
	clear:both;
}

.hide {
	display:none;
}

.middler {
	margin:40px auto;
	width:100%;
	max-width:1024px;
}

.half {
	width:50%;
	max-width:512px;
}

.longbottom {
	margin-bottom:300px;
}

.center_v {
	display:flex;
	align-items:center;
}

[id$="_dropdown_menu"] a[href]:hover,
.crumb a[href]:hover,
#footer a[href]:hover{
	text-decoration:underline;
}

@media all and (max-width:1199px) {
	.middler {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 20px;
	}

	.half {
		width:75%;
		max-width:unset;
	}
}

@media all and (max-width:767px) {
	.half {
		width:100%;
	}

	.longbottom {
		margin-bottom:40px;
	}
}

/*GENERALS*/

.greyborder {
	border-bottom:solid 1px rgba(0,0,0,0.2);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.greypipe {
	padding-right:10px;
	border-right:solid 1px rgba(0,0,0,0.2);
	margin-right:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#header .centered {
	width:100%;
	max-width:1024px;
	height:100%;
	margin:auto;
}

/*SPECIFICS*/
#header {
	width:100%;
	height:106px;
	background-color:#FFF;
	font-family:Corpid-Bold;
	font-size:14px;
	z-index:20;
	position:fixed !important;
	overflow:hidden;
}
#header:hover {
	overflow:unset;
}

#header_space {
	height:106px;
}

	#header .top {
		width:100%;
		height:70px;
	}

	#header .bottom {
		width:100%;
		height:36px;
	}

#account_search_lang {
	height: 100%;
	width: 50%;
	float: right;
	display: flex;
	align-items: center;
	position: relative;
}

#account_search_lang .wrapper {
	height:20px;
	position:absolute;
	right:0;
}

#menu_logo {
	width:50%;
	height:100%;
	float:left;
	display:flex;
	align-items:center;
	position:relative;
}

#menu_logo .logo {
	width:182px;
	height:25px;
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
	background-size:contain;
}

#compact_menu_icon {
	display:none;
	cursor:pointer;
}

#account {
	width:120px;
	height:100%;
	float:left;
}

#search {
	width:99px;
	height:100%;
	float:left;
}

#search input {
	width:calc(100% - 26px);
	height:100%;
	border:1px solid rgba(0,0,0,0.2);
	outline:none;
	-webkit-appearance:none;
	float:left;
	padding:2px 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#search .magnifier {
	width:16px;
	height:100%;
	opacity:0.2;
	float:right;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRGNzVCMzYzRDRCRDExRTVBN0ZBRTU5MEY2NTkzRTM1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRGNzVCMzY0RDRCRDExRTVBN0ZBRTU5MEY2NTkzRTM1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REY3NUIzNjFENEJEMTFFNUE3RkFFNTkwRjY1OTNFMzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REY3NUIzNjJENEJEMTFFNUE3RkFFNTkwRjY1OTNFMzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7BDLhSAAAA6klEQVR42mJgIAwUgXghEH8D4v9QfBmIExhIAGFImtcCcREQtwLxTajYAWIM8YAqXopD3gYqf4KQQSBF5wioMYOqy8alwB+qQIEIl58G4u+4JDcD8RciwxHkmv9MOCTFSDDoHYjAZdAxIBYn0iBTfJJy0DBKJ8Kg30B8FJ+CWVDDVPCoWQBVo4zPoACkxJgBxPxIcoZAfBAql4jPkEioomYg7kcy8A8a2w2XAUZAfAGqcDqSuDoQFwPxXCCeAE1nOIE5EP9CspEsYIpkAAjnkGOIM5ohaeS6BtmQVAYKQCgQ38GXg4kBAAEGALu6RMJM+Z0aAAAAAElFTkSuQmCC') /*../img/magnifier.png*/;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	cursor:pointer;
}

#search .magnifier img {
	height: 100%;
}

#global {
	height: 100%;
	float: left;
	margin-right:10px;
}
#language {
	height:100%;
	float:left;
}

#navigator .list {
	width:100%;
	height:100%;
	display:flex;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

	#navigator .list > li {
		height:100%;
		text-transform:uppercase;
	}

		#navigator .list > li .line {
			width:100%;
			height:5px;
			position:relative;
			bottom:13px;
			display:inline-block;
		}

			#navigator .list > li .line::after {
				content:' ';
				width:100%;
				height:0;
				background-color:rgba(0,0,0,0.2);
				position:absolute;
				bottom:0;
				-moz-transition:ease 100ms height;
				-o-transition:ease 100ms height;
				-webkit-transition:ease 100ms height;
				transition:ease 100ms height;
			}

		#navigator .list > li.touchopen .line::after,
		#navigator .list > li:hover .line::after {
			height:5px;
		}

		#navigator .list > li.selected .line::after {
			height:5px;
			background-color:#00aeef;
		}

		#navigator .list > li.dropdown {
			margin-top:-5px;
		}

			#navigator .list > li.dropdown::before {
				content:' ';
				width:7px;
				height:5px;
				float:right;
				display:block;
				position:relative;
				top:calc(50% + 3px);
				margin-right:-10px;
				margin-left:5px;
				background-image:url('../img/down_arrow.png');
				background-repeat:no-repeat;
				background-size:cover;
			}

			#navigator .list > li.dropdown.touchopen [id$="_dropdown_menu"],
			#navigator .list > li.dropdown:hover [id$="_dropdown_menu"] {
				z-index:10 !important;
			}

		#navigator .list > li a {
			width:100%;
			height:100%;
			display:flex;
			align-items:center;
		}


div[id$="_dropdown_menu"] {
	opacity:0;
	-moz-transition:ease 250ms opacity;
	-o-transition:ease 250ms opacity;
	-webkit-transition:ease 250ms opacity;
	transition:ease 250ms opacity;
	position:absolute;
	display:inline-block;
	z-index:-1;
	border-top:solid 2px transparent;
	margin-top:-1px;
}

#navigator .list li.dropdown.touchopen [id$="_dropdown_menu"],
#navigator .list li.dropdown:hover [id$="_dropdown_menu"] {
	opacity:1;
	z-index:1;
}

#mobile_compact_menu {
	width:100%;
	position:relative;
	top:-10000px;
	background-color:rgba(0,0,0,0.85);
	display:none;
	-moz-transition:ease 250ms all;
	-o-transition:ease 250ms all;
	-webkit-transition:ease 250ms all;
	transition:ease 250ms all;
}

	#mobile_compact_menu.open {
		top:0 !important;
	}

	#mobile_compact_menu ul {
		width:80%;
		margin:auto;
	}

		#mobile_compact_menu ul li {
			width:100%;
			color:#FFF;
			text-transform:uppercase;
			text-align:center;
			line-height:35px;
		}

			#mobile_compact_menu ul li:not(:first-child) {
				border-top:1px solid #3b3633;
			}

			#mobile_compact_menu ul li a {
				cursor:pointer;
				font-size:12px;
			}

	#mobile_compact_menu .submenu {
		height:0;
		overflow:hidden;
		-moz-transition:ease 250ms height;
		-o-transition:ease 250ms height;
		-webkit-transition:ease 250ms height;
		transition:ease 250ms height;
	}

[id^="mobile_submenu_"] .submenu li {
	color:#92959c !important;
	border-top:none !important;
}

#header .little_dropdown_menu .actual {
	padding:1px;
}

#header .little_dropdown_menu {
	float:right;
}

	#header .little_dropdown_menu .select .text {
		margin-left:5px;
		margin-right:15px;
	}

	#header .little_dropdown_menu .options .option {
		padding-left:6px;
	}

/*RESPONSIVE*/

@media all and (max-width:1199px) {
	/*SPECIFICS*/
	#menu_logo .logo {
		width:182px;
		height:25px;
		margin-left:20px;
	}

	#navigator .list {
		padding:0 20px;
	}

	#navigator .list > li {
		padding:0 5px;
	}

	#navigator .list > li.dropdown {
		padding:0 10px 0 5px;
	}

	#account_search_lang .wrapper {
		right: 24px;
	}

	#account {
		width: 80px;
	}

}

@media all and (max-width:767px) {
	/*GENERAL*/
	.greyborder {
	border-bottom:1px solid rgba(0,0,0,0.2);
	}

	/*SPECIFICS*/
	#header {
	height:74px;
	/*position:relative;*/
	z-index:20;
	/**/
	position:fixed;
	}

	#header_space {
	height:74px;
	}

	#header .top {
		height:100%;
	}

	#header .bottom {
		display:none;
	}

	#menu_logo {
	width:100%;
	height:41px;
	float:none;
	position:relative;
	justify-content:space-between;
	z-index:2;
	background-color:#FFF;
	}

	#menu_logo .logo {
		width:168px;
		height:22px;
		margin-left:15px;
	}

	#compact_menu_icon {
		display:block;
		width:23px;
		height:19px;
		background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAdCAYAAAAgqdWEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5MkI3MUY0RDRDNzExRTU5NkZEOUFDQTRGNDIyNDY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5MkI3MUY1RDRDNzExRTU5NkZEOUFDQTRGNDIyNDY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjkyQjcxRjJENEM3MTFFNTk2RkQ5QUNBNEY0MjI0NjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjkyQjcxRjNENEM3MTFFNTk2RkQ5QUNBNEY0MjI0NjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6HVUM9AAAAk0lEQVR42uyXOwqAQAxE4wreT6zUS4h3dSs9g2CnKHH8gQhip4Nk4KXdKbIZxsmmDHgwAX2RaX83k5MRJSBdzFQkZqoAoweRfK/BYTTCoTrEaEFCYKYQpt8UqKqwyAmRzMyTjgUeX17g8RoHOckFXg15EjPe4uBGzRIHHYgJzJQWB3aBfxUH1g6sHVg7+EU7mAUYAFvFnimF+7ypAAAAAElFTkSuQmCC') /*../img/menu.png*/;
		background-repeat:no-repeat;
		background-size:contain;
		margin-right:20px;
		-moz-transition:ease 250ms transform;
		-o-transition:ease 250ms transform;
		-webkit-transition:ease 250ms transform;
		transition:ease 250ms transform;
	}

	#compact_menu_icon.clicked {
		-moz-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		transform:rotate(-90deg);
	}

	#account_search_lang {
		width:100%;
		height:32px;
		float:none;
		display:flex;
		align-items:center;
		border-bottom:solid 1px rgba(0,0,0,0.2);
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		position:relative;
		z-index:3;
		background-color:#FFF;
	}

	#account_search_lang .wrapper {
		display:inline-block;
		height: 20px;
		margin-right: 0;
	}

	div[id$="_dropdown_menu"] {
		display:none;
	}

	#mobile_compact_menu {
		display:block;
	}

	#account {
		width: 120px;
	}
}

@media all and (max-width:420px) {
	#account {
		width: 21%;
	}
}

#footer {
	border-top:1px solid rgba(0,0,0,0.2);
	width:100%;
	min-height:330px;
	background-color:#efeded;
	font-family:Corpid-Light;
}

	#footer .centered {
		width:100%;
		max-width:1024px;
		margin:auto;
		padding:35px 0 70px 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	#footer .lefty {
		width:170px;
		float:left;
	}

	#footer .righty {
		width:170px;
		float:right;
	}

	#footer .info .title {
		margin-bottom:15px;
		font-family:Corpid-Bold;
		text-transform:uppercase;
		font-size:14px;
	}

	#footer .info .data {
		font-size:13px;
	}

		#footer .info .data:not(:last-child) {
			margin-bottom:15px;
		}

	#footer .info.righty .title {
		margin-bottom:25px;
	}

	#footer .info.righty .contacts {
		font-size:13px;
		line-height:16px;
	}

		#footer .info.righty .contacts::first-line {
			text-transform:uppercase;
			font-family:Corpid-Bold;
		}

	#footer .top {
		margin-bottom:60px;
	}

	#footer .copyright {
		width:420px;
		font-size:13px;
		float:left;
	}

	#footer .socials {
		float:right;
	}

		#footer .socials img {
			width:30px;
			height:30px;
			border-radius:15%;
			-moz-transition:ease 250ms all;
			-o-transition:ease 250ms all;
			-webkit-transition:ease 250ms all;
			transition:ease 250ms all;
			filter:grayscale(100%);
			-webkit-filter:grayscale(100%); /* For Webkit browsers */
			filter:gray; /* For IE 6 - 9 */
		}

			#footer .socials img:hover {
				-webkit-filter:none;
				filter:none;
			}

		#footer .socials .social {
			float:left;
		}

			#footer .socials .social:not(:last-child) {
				margin-right:10px;
			}

@media all and (max-width:1199px) {
	#footer .centered {
		padding:35px 30px 70px 30px;
	}
}

@media all and (max-width:767px) {
	#footer .socials,
	#footer .copyright {
		float:none;
	}

	#footer .top,
	#footer .bottom {
		width:100%;
	}

	#footer .bottom {
		text-align:center;
	}

	#footer .socials {
		width:initial;
		margin-bottom:40px;
		display:inline-block;
	}

	#footer .social {
		width:30px;
		height:30px;
	}

	#footer .top {
		margin:auto;
	}

	#footer .info {
		margin-bottom:45px;
	}

		#footer .info:nth-child(odd) {
			width:initial;
			float:left;
		}

		#footer .info:nth-child(even) {
			width:140px;
			float:right;
		}

	#footer .lefty:nth-child(3) {
		clear:left;
	}

	#footer .copyright {
		text-align:left;
		margin:auto;
	}

	#footer .info.righty{
		clear:both;
	}
}

@media all and (max-width:480px) {
	#footer .copyright {
		width:100%;
	}
}

.dropdown_menu {
	background-color:rgba(255,255,255,0.9);
	opacity:1;
	padding:15px 17px 20px 10px;
	display:inline-block;
	font-family:Corpid-Light;
	text-transform:none;
}

	.dropdown_menu .col {
		min-width:190px;
		float:left;
	}

		.dropdown_menu .col:not(:last-child) {
			margin-right:30px;
		}

		.dropdown_menu .col .title {
			padding-bottom:10px;
			border-bottom:1px solid rgba(0,0,0,0.2);
			margin-bottom:15px;
		}

		.dropdown_menu .col .wrapper {
			display:flex;
			justify-content:space-between;
		}

		.dropdown_menu .col .inner_col {
			float:left;
		}

			.dropdown_menu .col .inner_col:not(:first-child) {
				margin-left:40px;
			}

			.dropdown_menu .col .inner_col li:not(:last-child) {
				margin-bottom:20px;
			}

/*GENERALS*/

.little_dropdown_menu {
	font-family:Corpid-Light;
	font-size:14px;
	background-color:#FFF;
	position:relative;
	z-index:10;
}

	.little_dropdown_menu a {
		display:block;
	}

	.little_dropdown_menu .select {
		display:inline-block;
		position:relative;
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
		cursor:default;
		color:#ccc;
	}

		.little_dropdown_menu .select .text {
			margin-right:20px;
		}

		.little_dropdown_menu .select .actual:after {
			width:7px;
			height:5px;
			content:' ';
			display:block;
			background-image:url('../img/down_arrow.png');
			background-repeat:no-repeat;
			background-size:cover;
			position:absolute;
			right:3px;
			bottom:0;
			top:0;
			margin:auto;
			float:right;
			opacity:0.2;
		}

		.little_dropdown_menu .select .actual {
			border:1px solid #ccc;
			padding:3px;
			font-family:Corpid-Bold;
			position:relative;
			background-color:#FFF;
			z-index:10;
		}

	.little_dropdown_menu.extend .select.open .actual {
		border:1px solid #ccc;
		border-bottom:1px solid #FFF;
	}

	.little_dropdown_menu .select.open .actual {
		border-bottom:none;
	}

	.little_dropdown_menu .select .options {
		border:solid 1px #ccc;
		position:relative;
		z-index:9;
		background-color:#FFF;
		display:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.little_dropdown_menu.extend .select .options { /*TODO:Ricordarsi che esiste la possibilità di avere il sottomenu normale o doppiato con la classe extend*/
		width:200%;
	}

	.little_dropdown_menu .select.open .options {
		display:block;
		margin-top:-1px;
	}

	.little_dropdown_menu .options .option {
		background-color:#FFF;
		padding:3px;
		/**/
		-webkit-transition:all 250ms ease;
		transition:all 250ms ease;
	}

		.little_dropdown_menu .options .option:not(:last-child) {
			border-bottom:1px solid #ccc;
		}

		.little_dropdown_menu .options .option:hover,
		.little_dropdown_menu .options .option.selected {
			background-color:#ccc;
			color:#FFF;
		}

/*GENERALS*/

.container {
	width:100%;
	position:relative;
	font-family:Corpid-Light;
	min-height:28px;
}

	.container .title {
		text-transform:uppercase;
		font-size:25px;
		position:relative;
		background-color:#FFF;
		z-index:2;
		border-right:10px solid #FFF;
		display:inline-block;
	}

	.container .subtitle {
		font-size:20px;
		position:relative;
		z-index:2;
		border-top:1px solid #ccc;
		margin-bottom:11px;
	}

	.container .subtitle * {
		position:absolute;
		background-color:#FFF;
		padding-right:10px;
		z-index:2;
		margin-top:-12px;
		display:inline;
		text-transform:capitalize;
	}

	.container.little .title {
		font-size:20px;
	}

	.container .date {
		position:absolute;
		color:#00aeef;
		right:20px;
		background-color:#FFF;
		top:5px;
		font-size:15px;
		border-left:5px solid #FFF;
		border-right:5px solid #FFF;
		z-index:2;
	}

	.container.little .date {
		font-size:13px;
	}

	.container .box {
		position:relative;
		top:-15px;
		border:1px solid #ccc;
		border-left:none;
		padding-top:30px;
		padding-right:15px;
		overflow:hidden;
	}

	.container.little .box {
		top:-11px;
	}

	.container.notop .box {
		padding-top:0;
	}

@media all and (max-width:767px) {
	.container .box {
		border:none;
		border-top:1px solid #ccc;
	}

	.half .container .box {
		border:1px solid #ccc;
		border-left:none;
	}
}

#pagewide_background {
	width:100%;
	height:450px;
	overflow:hidden;
	font-family:Corpid-Light;
}

	#pagewide_background.white {
		color:#FFF;
	}

	#pagewide_background .hider {
		width:100%;
		/*height:425px;*/
		height:calc(100% - 25px);
		overflow:hidden;
	}

	#pagewide_background .image {
		width:100%;
		max-width:1024px;
		height:100%;
		margin:auto;
		position:relative;
	}

		#pagewide_background .image img {
			position:absolute;
			z-index:1;
			top:-999px;
			left:-999px;
			right:-999px;
			bottom:-999px;
			margin:auto;
		}

		#pagewide_background .image.tablet img,
		#pagewide_background .image.mobile img {
			width:100%;
			top:0;
			bottom:0;
		}

	#pagewide_background [class^="centered"] {
		margin:auto;
		float:left;
		z-index:4;
		position:relative;
		margin-top:20px;
	}

	#pagewide_background .image.mobile .description {
		display:none;
	}

	#pagewide_background .centered_1,
	#pagewide_background .centered_4,
	#pagewide_background .centered_7 {
		width:100%;
	}

	#pagewide_background .centered_2,
	#pagewide_background .centered_5,
	#pagewide_background .centered_8 {
		float:right;
	}

	#pagewide_background .centered_1 .text,
	#pagewide_background .centered_4 .text,
	#pagewide_background .centered_7 .text {
		margin:auto;
	}

	#pagewide_background .centered_0,
	#pagewide_background .centered_1,
	#pagewide_background .centered_2 {
		padding-top:40px;
	}

	#pagewide_background .centered_3,
	#pagewide_background .centered_4,
	#pagewide_background .centered_5 {
		height:100%;
		display:flex;
		align-items:center;
	}

	#pagewide_background .centered_6,
	#pagewide_background .centered_7,
	#pagewide_background .centered_8 {
		height:100%;
		display:flex;
		align-items:flex-end;
	}

		#pagewide_background .centered_6 .text,
		#pagewide_background .centered_7 .text,
		#pagewide_background .centered_8 .text {
			margin-bottom:40px;
		}

	#pagewide_background [class^="centered"] .text {
		width:500px;
	}

	#pagewide_background [class^="centered"] .title {
		font-family:Corpid-Light;
		text-transform:uppercase;
		font-size:49px;
		line-height:60px;
		margin-bottom:40px;
	}

	#pagewide_background .text .description {
		line-height:26px;
	}

.crumbs {
	width:100%;
	height:25px;
	line-height:25px;
	border-top:10px solid transparent;
	position:absolute;
	z-index:5;
}

#pagewide_background .crumbs .crumb {
	float:left;
	position:relative;
	z-index:2;
	margin-right:5px;
	font-size:13px;
}

	#pagewide_background .crumbs .crumb:not(:last-child)::before {
		content:' ';
		display:block;
		width:6px;
		height:6px;
		background-image:url('../img/down_arrow.png');
		-moz-transform:rotateZ(-90deg);
		-ms-transform:rotateZ(-90deg);
		-o-transform:rotateZ(-90deg);
		-webkit-transform:rotateZ(-90deg);
		transform:rotateZ(-90deg);
		float:right;
		background-repeat:no-repeat;
		background-position:center;
		background-size:contain;
		position:relative;
		top:10px;
		margin-left:3px;
	}

#pagewide_background.white .crumbs .crumb:not(:last-child)::before {
	background-image:url('../img/down_arrow_white.png');
}

#pagewide_background .shadow {
	height:18px;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-image:url('../img/shadow.png');
}

#pagewide_background .description.reduced {
	display:none;
}

@media all and (max-width:1199px) {

	#pagewide_background [class^="centered"] {
		margin-top:30px;
	}

		#pagewide_background [class^="centered"] .title {
			font-size:35px;
			width:275px;
			line-height:36px;
			/**/
			font-size:30px;
			margin-bottom:30px;
		}

		/* NEW */
		#pagewide_background .centered_0,
		#pagewide_background .centered_1,
		#pagewide_background .centered_2 {
			padding-top:10px;
		}
		/* NEW_END */

		#pagewide_background [class^="centered"] .description,
		#pagewide_background .crumbs {
			font-size:15px;
			/**/
			line-height:20px;
		}

	#pagewide_background .crumbs {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:20px;
	}

	#pagewide_background .centered_0,
	#pagewide_background .centered_3,
	#pagewide_background .centered_6 {
		padding-left:20px;
	}

	.dropdown_menu .col .inner_col:not(:first-child){
		margin-left:20px;
	}

	.dropdown_menu .col:not(:last-child){
		margin-right:20px;
	}
}

@media all and (max-width:767px) {

	#pagewide_background {
		height:225px;
	}

	#pagewide_background .hider {
		height:100%;
		/*height:425px;*/
	}

		#pagewide_background [class^="centered"] .title {
			font-size:30px;
			/*margin-bottom:30px;*/
			margin-bottom:12px;
		}

		#pagewide_background .centered_0,
		#pagewide_background .centered_1,
		#pagewide_background .centered_2 {
			padding-top:10px;
		}

		#pagewide_background [class^="centered"] .text {
			width:100%;
			max-width:400px;
			padding-right:20px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			position:relative;
		}

			#pagewide_background [class^="centered"] .text .description {
				/*line-height:20px;*/
				line-height:17px;
			}

		#pagewide_background .description {
			display:none;
		}

			#pagewide_background .description.reduced {
				display:block;
			}
}

.little_list {
	height:58px;
	border-top:1px solid #ccc;
	padding:15px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Corpid-Light;
}

	.little_list.nofirst:first-child {
		border-top:none;
	}

.litte_list_image {
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
	background-size:cover;
	/**/
	background:url('../img/default.png') center no-repeat;
}

	.litte_list_image.pdf {
		background:url('../img/PDF.png') center no-repeat;
	}

	.litte_list_image.zip {
		background:url('../img/ZIP.png') center no-repeat;
	}

	.litte_list_image.rar {
		background:url('../img/RAR.png') center no-repeat;
	}

	.litte_list_image.dwg {
		background:url('../img/DWG.png') center no-repeat;
	}

	.litte_list_image.jpg {
		background:url('../img/JPG.png') center no-repeat;
	}

	.litte_list_image a {
		display:block;
		width:100%;
		height:100%;
	}

.litte_list_data {
	float:left;
	font-size:13px;
}

.little_list.big .litte_list_data {
	font-size:18px;
}

.litte_list_date {
	color:#00aeef;
}

.little_media {
	font-family:Corpid-Light;
	margin-bottom:16px;
	margin-top:-6px;
}

.little_media_title {
	font-size:15px;
	position:relative;
	margin-bottom:5px;
}

	.little_media_title .text {
		position:relative;
		z-index:2;
		background-color:#FFF;
		border-right:5px solid #FFF;
		display:inline-block;
	}

	.little_media_title .line {
		width:100%;
		height:1px;
		background-color:#ccc;
		position:absolute;
		top:7px;
		z-index:1;
	}

.little_media_date {
	color:#00aeef;
	font-size:13px;
	margin-bottom:5px;
}

.little_media_image {
	width:100%;
	max-width:100% !important;
	position:relative;
}

	.little_media_image:before {
		content:"";
		display:block;
		padding-top:56%;
	}

	.little_media_image .inner {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
	}

@media all and (max-width:1199px) {
	.little_media {
		margin-top:-7px;
	}
}

@media all and (max-width:767px) {
	.little_media_image {
		width:100%;
		height:auto !important;
		background-image:none;
		position:relative;
	}

		.little_media_image:before {
			content:"";
			display:block;
			padding-top:63%;
		}

		.little_media_image .inner {
			display:block;
			width:100%;
			height:100%;
			background-size:cover;
			background-position:center;
			background-repeat:no-repeat;
			position:absolute;
			top:0;
			left:0;
		}
}

.little_news {
	position:relative;
}

	.little_news .little_news_box {
		border-top:1px solid #ccc;
		padding:17px 0 22px 0;
		width:100%;
		font-family:Corpid-Light;
		position:relative;
	}

.little_news_image {
	width:34%;
	float:left;
	position:relative;
	overflow:hidden;
	margin-right:10px;
}

	.little_news_image .inner {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
	}

.little_news .little_news_box .little_news_image:before {
	content:"";
	display:block;
	padding-top:89%;
}

.little_news .little_news_box .little_news_image .image {
	width:100%;
	height:100%;
	background-image:url('../CMS_imgs/stage.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
}

.little_news_data_title {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:20px;
}

.little_news_data_text {
	font-size:12px;
	margin-bottom:20px;
}

.little_news_readmore {
	color:#00aeef;
	font-size:12px;
}

	.little_news_readmore img,
	.little_news_readmore .readmore {
		float:left;
	}

	.little_news_readmore img {
		position:relative;
		top:4px;
		width:9px;
		height:5px;
		margin-right:3px;
		-webkit-transform-origin:50% 50%;
		-moz-transform-origin:50% 50%;
		-o-transform-origin:50% 50%;
		-ms-transform-origin:50% 50%;
		transform-origin:50% 50%;
		-moz-transform:rotateZ(-90deg);
		-ms-transform:rotateZ(-90deg);
		-o-transform:rotateZ(-90deg);
		-webkit-transform:rotateZ(-90deg);
		transform:rotateZ(-90deg);
	}

.little_news_date {
	position:absolute;
	color:#00aeef;
	font-size:13px;
	font-family:Corpid-Light;
	background-color:#FFF;
	border-width:0 10px;
	border-color:#FFF;
	border-style:solid;
	z-index:2;
	top:-7px;
	right:0;
}

@media all and (max-width:1199px) {
	.little_news .little_news_box .little_news_image:before {
		content:"";
		display:block;
		padding-top:60%;
	}

	.little_news_data_title {
		position:absolute;
		left:0;
		top:15px;
	}

	.little_news_image,
	.little_news_datas {
		margin-top:25px;
	}
}

#account_section .little_dropdown_menu,
#account_section .little_dropdown_menu .actual {
	width:100px;
	text-transform:uppercase;
	color:#7f7f7f;
}

	#account_section .little_dropdown_menu .actual .text {
		-ms-text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		text-overflow:ellipsis;
		min-width:unset !important;
		width:calc(100% - 10px);
		white-space:nowrap;
		overflow:hidden;
		margin:0;
	}

	#account_section .little_dropdown_menu .select {
		min-width:unset !important;
	}

	#account_section .little_dropdown_menu.logged .options {
		width:170px;
		color:#7f7f7f;
		padding:5px;
		text-transform:uppercase;
		white-space:nowrap;
	}

		#account_section .little_dropdown_menu.logged .options a {
			padding:5px;
			padding-left:0;
			text-transform:uppercase;
			padding-right:0;
		}

		#account_section .little_dropdown_menu.logged .options a .blue_round {
			background-color:#00aeef;
			color:#FFF;
			text-align:center;
			display:inline-block;
			float:right;
			width:20px;
			height:20px;
			box-sizing:border-box;
			border-radius:10px;
			margin-top:-3px;
			padding-top:2px;
		}

	#account_section .little_dropdown_menu.account .options {
		width:250px;
		text-transform:uppercase;
		padding:5px;
	}

		#account_section .little_dropdown_menu.account .options .text {
			text-transform:uppercase;
			padding:5px 0;
			border-bottom:1px solid #CCC;
			margin-left:0;
			margin-bottom:3px;
			color:#7f7f7f;
			width:100%;
		}

		#account_section .little_dropdown_menu.account .options .login {
			border-bottom:1px solid #CCC;
		}

			#account_section .little_dropdown_menu.account .options .login .top {
				width:100%;
				height:auto;
			}

				#account_section .little_dropdown_menu.account .options .login .top > div {
					width:50%;
					float:left;
				}

				#account_section .little_dropdown_menu.account .options .login .top input {
					width:100%;
					-webkit-box-sizing:border-box;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
					border:1px solid #CCC;
				}

				#account_section .little_dropdown_menu.account .options .login .top > div:first-child {
					padding-right:2.5px;
				}

				#account_section .little_dropdown_menu.account .options .login .top > div:last-child {
					padding-left:2.5px;
				}

				#account_section .little_dropdown_menu.account .options .login .top .label {
					font-size:12px;
					text-transform:none;
					color:#7f7f7f;
				}

		#account_section .little_dropdown_menu.account .options .password_recover {
			border-bottom:1px solid #CCC;
			margin-top:10px;
		}
		
				#account_section .little_dropdown_menu.account .options .password_recover .intro {
					cursor:pointer;
					margin-bottom:9px;
					text-transform:initial;
				}
				#account_section .little_dropdown_menu.account .options .password_recover.open .intro {
					display:none;
				}
				#account_section .little_dropdown_menu.account .options .password_recover .recover {
					display:none;
				}
				#account_section .little_dropdown_menu.account .options .password_recover.open .recover {
					display:block;
					margin-bottom:5px;
				}

			#account_section .little_dropdown_menu.account .options .password_recover input {
				width:100%;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				box-sizing:border-box;
				border:1px solid #CCC;
			}

	#account_section .little_dropdown_menu.account .button,
	#account_section .little_dropdown_menu.account .button {
		-webkit-box-shadow:inset 0 0 10px 0 rgba(204,204,204,1);
		-moz-box-shadow:inset 0 0 10px 0 rgba(204,204,204,1);
		box-shadow:inset 0 0 10px 0 rgba(204,204,204,1);
		height:20px;
		border:1px solid #CCC;
		line-height:20px;
		text-align:center;
		color:#7f7f7f;
		margin-top:5px;
		margin-bottom:5px;
		width:100%;
		background-color:#FFF;
		text-transform:uppercase;
		cursor:pointer;
	}

	#account_section .little_dropdown_menu.account .options .register .label {
		margin-top:10px;
		color:#7f7f7f;
		margin-bottom:5px;
	}

	#account_section .little_dropdown_menu.account .options .register .text {
		font-size:12px;
		text-transform:none;
		color:#ccc;
		padding:0;
		margin-bottom:15px;
	}


@media all and (max-width:767px) {
	.little_news .little_news_box .little_news_image {
		display:none;
	}

	.little_news_datas {
		margin:0;
	}

	.little_news_data_title {
		position:static;
	}

	#account_section {
		width:calc(100% - 10px);
		height:100%;
		margin-left:10px;
	}

		#account_section .little_dropdown_menu {
			margin:0;
		}

			#account_section .little_dropdown_menu,
			#account_section .little_dropdown_menu .select,
			#account_section .little_dropdown_menu .actual {
				width:100%;
			}
}

#search .results{
	position:relative;
	z-index:30;
	width:350px;
	left:calc(-350px + 100%);
	background-color:#FFF;
	-webkit-box-shadow:0 10px 30px -5px rgba(0,0,0,0.75);
	-moz-box-shadow:0 10px 30px -5px rgba(0,0,0,0.75);
	box-shadow:0 10px 30px -5px rgba(0,0,0,0.75);
	display:inline-block;
}

#search .results .object{
	height:70px;
	padding:10px;
	overflow:hidden;
	display:block;
}

#search .results .object.selected,
#search .results .object:hover {
	background-color:#DDD;
}

#search .results .object:not(:last-child){
	border-bottom:1px solid #CCC;
}

	#search .results .object .image{
		width:50px;
		height:50px;
		overflow:hidden;
		position:relative;
		float:left;
	}

	#search .results .object .image img{
		max-width:100%;
		height:100%;
		position:absolute;
		top:-99px;
		left:-99px;
		right:-99px;
		bottom:-99px;
		margin:auto;
		opacity:0;
		-webkit-transition:opacity 250ms ease;
		-moz-transition:opacity 250ms ease;
		-o-transition:opacity 250ms ease;
		transition:opacity 250ms ease;
	}

		#search .results .object .image img.display {
			opacity:1;
		}

	#search .results .object .text{
		width:calc(100% - 60px);
		margin-left:10px;
		float:left;
		font-size:13px;
	}

	#search .results .object .text .title{
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}

	#search .results .object .text .description{
		font-family:Corpid-Light;
	}

	#search .moreresults{
		height:40px;
		line-height:40px;
		text-align:center;
		color:#FFF;
		background-color:#00aeef;
		font-family:Corpid-Bold;
		font-size:15px;
		display:block;
	}

	#search .noresults{
		height:40px;
		line-height:40px;
		text-align:center;
		font-family:Corpid-Bold;
		font-size:15px;
	}

	@media all and (max-width:767px){
		#search .results{
			width:100%;
			left:0;
			top:32px;
			position:absolute;
		}
	}


/* DISTRIBUTION */
#mapThumbLink {
	position:absolute;
	z-index:9;
	top:34px;
	right:19px;
	text-transform:uppercase;
	/**/
	font-size:14px;
    line-height:16px;
	/**/
	-webkit-opacity:0.25;
	opacity:0.25;
	-webkit-transition:opacity 250ms ease;
	transition:opacity 250ms ease;
}

#mapThumbLink:hover {
	-webkit-opacity:1.0;
	opacity:1.0;
}

#mapThumbLink div {
	text-align:right;
	margin-right:7px;
}

#mapThumbLink div,
#mapThumbLink img {
	float:right;
}



/* POPIN */
#popin {
	width:100%;
	height:100%;
	position:fixed;
	z-index:101;
	background-color:rgba(0, 0, 0, 0.75);
	top:0;
	text-align:center;
	/**/
	-webkit-opacity:0.0;
	opacity:0.0;
	-webkit-transition:opacity 250ms ease;
	transition:opacity 250ms ease;
}

#popin .inner {
	-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	margin:150px auto;
	display:inline-block;
}

#popin .close {
	width:32px;
	height:32px;
	background-image:url(../img/close.png);
	background-size:contain;
	cursor:pointer;
	position:relative;
	top:33px;
	left:calc(100% - 32px);
}

#popin .inner img {
	display:none;
}

#popin .inner img.img {
	display:block;
}

@media all and (max-width:1024px) {
	#popin .inner {
		margin-top:50px;
	}
	#popin .inner img.img {
		display:none;
	}
	#popin .inner img.img_tab {
		display:block;
	}
}

@media all and (max-width:800px) {
	#popin .inner {
		margin-top:25px;
	}
	#popin .inner img.img {
		display:none;
	}
	#popin .inner img.img_tab {
		display:none;
	}
	#popin .inner img.img_mob {
		display:block;
	}
}