/* Compiled Less CSS File */
/* Generated from "grk.custom.layout.css" */

/************************************************************/
/* 																*/
/*	GRK CMS Responsive Framework 							*/
/*	Version 1.1 http://www.grkcms.com						*/
/*	Created for using with GRK CMS Templates 				*/
/*	Under GRKFORGE license									*/
/* 																*/
/************************************************************/
.grecaptcha-badge {
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* GESTIONE COLORI UTILIZZATI ------------------------------------------------------------------------- */
/*
	BIANCO: #FFFFFF
	GRIGIO CHIARO: #DDDDDD
	GRIGIO SCURO: #C2C2C2
	GRIGIO (TESTI): #999999
	MAGENTA: #446FB2 / RGB: 227,1,97
	NERO: #000000
																									    */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HTML ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* @font-face ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: "Decker";
	src: url("/library/fonts/Decker.eot?") format("eot"),  url("/library/fonts/Decker.woff") format("woff"),  url("/library/fonts/Decker.ttf") format("truetype"),  url("/library/fonts/Decker.svg#") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DeckerB";
	src: url("/library/fonts/DeckerB.eot?") format("eot"),  url("/library/fonts/DeckerB.woff") format("woff"),  url("/library/fonts/DeckerB.ttf") format("truetype"),  url("/library/fonts/DeckerB.svg#") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BODY ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, Clean, sans-serif;
	font-size: 16px;
	color: #999999;
	line-height: 25px;
	font-style: normal;
	font-weight: 400;
}
strong, b {
	font-weight: 600;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LINKS ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a {
	color: #446FB2;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	transition: all 0.15s linear 0s;
}
a:visited {
	color: #446FB2;
}
a:hover {
	text-decoration: none;
	color: #312782;
}
a:active {
	color: #446FB2;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* TYPO ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: normal;
	font-weight: 400;
}
h1, .h1 {
	margin-bottom: 10px;
	font-family: 'Decker', Arial, Helvetica, Clean, sans-serif;
	line-height: 40px;
	font-size: 32px;
	font-weight: normal;
	/*color: #009540;*/
	color: #446FB2;
}
h2, .h2 {
	font-family: 'Decker', Arial, Helvetica, Clean, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #446FB2;
	margin: 20px 0;
}
h3, .h3 {
	font-weight: normal;
	font-size: 22px;
	margin: 20px 0;
}
h3.small {
	font-size: 16px;
	font-weight: 600;
}
h4, .h4 {
	font-size: 20px;
	font-weight: 300;
}
h5, .h5 {
	font-family: Arial, Helvetica, Clean, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, Clean, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0;
}
.x-large {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 700;
}
.large {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 700;
}
.medium {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 700;
}
small, .small {
	font-size: 0.75rem;
	line-height: 0.75rem;
}
.txtColor {
	color: #446FB2;
}
.txtBase {
	color: #999999;
}
blockquote, q {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #446FB2;
	color: #ffffff;
	line-height: 27px;
	margin: 0;
	padding: 10px 20px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	font-style: italic;
	font-size: 20px;
}
code, pre {
	padding: 2px 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 12px;
	background-color: #f1f1f1;
	line-height: 18px;
	color: #222222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
sub, sup {
	font-size: 12px;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
hr {
	border: 0;
	background: none;
	outline: 0;
	height: 1px;
	background-color: #c2c2c2;
	margin: 2em 0;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COMMON BUTTONS ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.btn, .btn:visited {
	 background: #1D70B7;
	 background: -moz-linear-gradient(left, #1D70B7 0%, #29235C 100%);
	 background: -webkit-linear-gradient(left, #1D70B7 0%,#29235C 100%);
	background: linear-gradient(to right, #1D70B7 0%,#29235C 100%);
	/* background-clip: border-box; */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D70B7', endColorstr='#29235C',GradientType=1 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/* -moz-background-clip: padding; */
	/* -webkit-background-clip: padding-box; */
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	margin: 0 auto;
	padding: 24px 45px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.btn:hover {
	background: #29235C;

	color: #fff;
}
.btnColor, .btnColor:visited {
	background-color: #ffffff;
	color: #446FB2!important;
	border: 1px solid #446FB2;
}

i.iconrounded {
	border: 2px solid #446FB2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0;
}
.btn i {
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 13px;
	color: #FFFFFF!important;
}
.btnColor i {
	color: #446FB2!important;
}
.btn-small {
	padding: 10px 25px;
}
/**/

.btnBlu, .btnBlu:visited {
	background-color: #34a1d4;
	color: #FFF!important;
}
.btnGreen, .btnGreen:visited {
	background-color: #62b806;
	color: #FFF!important;
}
.btnMini {
	height: 35px;
	line-height: 35px;
}
.btnMini i {
	font-size: 25px;
	right: 7px;
	top: 5px;
}
/**/
a#reload i {
	font-size: 28px;
}
#recover_btn {
	display: none;
}
#form_newsletter {
	position: relative;
}
#loader_form {
	position: absolute;
	display: none;
	text-align: center;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
}
.forgotPsw, .backLogin {
	font-size: 10px;
}
#login {
	width: 300px;
}
#login_form .icon-close {
	margin-bottom: 7px;
	cursor: pointer;
	cursor: hand;
}
#error_message_login, #error_message_recover, #new_password_success {
	display: none;
	line-height: 20px;
	padding: 10px 0;
	font-size: 12px;
}
#error_message_recover {
	color: #999999;
}


.info h3 {
	color: #2c285b;
	font-family: 'DeckerB', Arial, Helvetica, Clean, sans-serif;
	font-size: 18px;
}
.info h4 {
	color: #446FB2;
	font-family: 'DeckerB', Arial, Helvetica, Clean, sans-serif;
	font-size: 16px;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* VERTICAL ALIGN ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.displayTable {
	display: table;
}
.centratoVert {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.showmobile {
	display: none;
}
.mr30 {
	margin-right: 30px;
}
.mtop15 {
	margin-top: 15px;
}
.mtop30 {
	margin-top: 30px;
}
.mbot30 {
	margin-bottom: 30px;
}
.mtop50 {
	margin-top: 50px;
}
.mtop40 {
	margin-top: 40px;
}
.mbot50 {
	margin-bottom: 50px;
}
.mr20 {
	margin-right: 20px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RELATIVE ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.relative {
	position: relative;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
}
ul li {
	font-weight: normal;
	list-style: none;
}
.textDetail ul {
	margin: 15px 0 15px 15px;
}
.textDetail ul li {
	margin: 15px;
	position: relative;
	list-style: none;
}
.textDetail ul li::before {
	color: #446FB2;
	font-family: 'icomoon';
	content: '\e9d9';
	margin-right: 10px;
	display: inline-block;
	position: absolute;
	left: -32px;
	font-size: 20px;
	top: 0px;
}
.textDetail ul li li::before {
	/*content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;*/
	color: #999999;
}

.textDetail p {
	text-align: justify;
}
.textDetail strong {
	color: #446FB2;
}

ul, ul ul {
	list-style: disc;
	margin: 4px 0 4px 15px;
	padding: 0;
}
ol, ol ol {
	list-style: decimal;
	margin: 4px 0 4px 15px;
	padding: 0;
}
/* QUICK LINKS ------------------------------------------------------------------------------------------ */
ul.list li {
	margin-left: 15px;
	position: relative;
	list-style: none;
	line-height: 2.5em;
	border-bottom: 1px solid #446FB2;
}
ul.list li:before {
	color: #446FB2;
	font-family: 'icomoon';
	content: '\e603';
	margin-right: 10px;
	display: inline-block;
	position: absolute;
	left: -32px;
	font-size: 20px;
}
ul.list li a {
	color: #446FB2;
	display: block;
	font-size: 16px;
	line-height: 2.5em;
	position: relative;
	text-indent: 10px;
	transition: all 0.3s ease 0s;
}
ul.list li a:hover {
	background-color: #446FB2;
	color: #fff;
}
ul.list li:last-child, ul.list li.last-child {
	border-bottom: none;
}
ul.list li.selected {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #446FB2 !important;
}
ul.list li.selected a {
	color: #ffffff !important;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MENU ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.topmenu {
	/*border-bottom: 1px solid #c7c8c9;*/
	background-color: #355fa2;
	background: #1D70B7;
	background: -moz-linear-gradient(left, #1D70B7 0%, #29235C 100%);
	background: -webkit-linear-gradient(left, #1D70B7 0%,#29235C 100%);
	background: linear-gradient(to right, #1D70B7 0%,#29235C 100%);
	background-clip: border-box;
	background-clip: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D70B7', endColorstr='#29235C',GradientType=1 );
	color: #fff;
}
.topmenu p {
	text-align: right;
	font-size: 12px;
	float: left;
	color: #fff;
}
.topmenu ul li {
	float: right;
}
.topmenu ul li:first-child {
	border-right: none;
}
.topmenu ul li a {
	color: #fff;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	padding: 0 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.topmenu ul li a img {
	float: left;
	width: 23px;
	margin: 4px 11px;
	height: 28px;
}
.navigation div.searchform {
	margin-top: 0;
}
.navigation {
	line-height: normal;
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ul li {
	float: left;
}
.navigation ul li:first-child, .navigation ul li.first-child {
	border-left: 0;
}
.nav {
	border-bottom: 1px solid #E8EBEF;
}
.navigation {
	line-height: normal;
	height: 80px;
	line-height: 80px;

}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ul li a {
	color: #999999;
	display: block;
	font-size: 16px;
	/* margin-top: 50px; */
	height: 80px;
	line-height: 80px;
	padding: 0 10px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	font-family: 'DeckerB', Arial, Helvetica, Clean, sans-serif;
	font-style: normal;
}
.navigation ul li a.active, .navigation ul li a:hover {
	color: #446FB2;
}
.navigation ul li a img {
	float: left;
	margin: 0 8px;
}
.navigation ul li a:hover img {
	opacity: .8;
}
.navigation ul li a.search, .navigation ul li a.login, .navigation ul li a.active {
	margin-top: 0px;
	/*height: 120px;
    line-height: 120px;*/
	text-transform: uppercase;
}
.navigation ul li a.search img, .navigation ul li a.login img, .navigation ul li a.active img {
	background: #1D70B7;
	float: left;
	margin: 18px 8px;
	height: 21px;
	width: 21px;
	padding: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	-webkit-transition: background 0.2s ease 0s;
	-moz-transition: background 0.2s ease 0s;
	-ms-transition: background 0.2s ease 0s;
	-o-transition: background 0.2s ease 0s;
	transition: background 0.2s ease 0s;
}
.navigation ul li a.search:hover img, .navigation ul li a.login:hover img {
	background: #29235C;
}
a.logo {
	line-height: 0;
	width: 180px;
}
a.logo img {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
div.searchform {
	float: left;
	margin-top: 10px;
	padding: 0;
	width: 200px;
}
div.searchform input {
	margin: 0 !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	-moz-background-clip: padding !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	text-shadow: none;
	width: 200px;
	border: 1px solid #9d9e9f;
	box-shadow: none;
}
.mainMenu div.searchform {
	margin-top: 20px;
}

.navigation .dropdown {
	float: left;
	position: relative;
	padding: 0 10px 5px 20px;
	min-width: 70px;
	border-left: 0;
}
.navigation ul li.dropdown::after {
	border-bottom: 2px solid #446FB2;
	border-right: 2px solid #446FB2;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	left: 14px;
	top: 40px;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.navigation .dropdown-content {
	color: #fff;
	transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	display: block;
	z-index: 10;
	padding: 0;
	position: absolute;
	right: 0;
	left: 0;
	top: 80px;
	opacity: 0;
	pointer-events: none;
	width: 200px;
	border: 1px solid #E8EBEF;
	background: #fff;
}
.navigation .dropdown-content a {
	border-top: 1px solid #446FB2;
	color: #2C285B;
	background: #fff;
	margin: 0;
	text-align: center;
	padding: 3px 15px;
	height: auto;
	line-height: 20px;
	padding: 8px 0;
}
.navigation .dropdown-content a:first-child {
	border-top: none;
}
.navigation .dropdown-content a:hover {
	background: #2C285B;
	color: #fff;
}
.navigation .dropdown:hover .dropdown-content {
	opacity:1;
	pointer-events: auto;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FOOTER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.footer {
	background-color: #446FB2;
	color: #fff;
}

.footer h4 {
	border-bottom: 1px solid #547ab8;
	color: #fff;
	font-family: 'Decker', Arial, Helvetica, Clean, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin: 20px 0 10px;
}
.footer .four .row, .footer .six .row {
	padding: 0 10px;
}
.footer ul li a {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.footer ul li a:hover {
	color: #000;
}
.footer .social ul li {
	display: inline-block;
	margin: 45px 5px;
}
.footer .social ul li a {
	transition: all 0.3s ease 0s;
	width: auto;
}
.footer .social ul li a:hover {
	opacity: .7;
}
.footer .social {
	text-align: left;
}
.subFooter {
	line-height: 50px;
	font-size: 13px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HOME PAGE ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.clock {
	float: left;
	width: 55px;
	margin-right: 18px;
}
.bgred {
	background: #446FB2;
	color: #fff;
	padding: 15px 0;
}
.boxBase {
	background-color: #dddddd;
	color: #999999;
}
.boxBase h1, .boxBase h2, .boxBase h3 {
	color: #446FB2;
}
.boxColor {
	background-color: #446FB2;
	color: #ffffff;
}
.boxBianco {
	background-color: #ffffff;
}
.milestone {
	color: #ffffff;
	position: absolute;
	top: -7px;
	z-index: 10;
}
.milestone img {
}
.milesDone, .milesToDo {
	height: 8px;
	display: inline-block;
	position: absolute;
}
.milesDone {
	background-color: #fff;
	z-index: 4;
}
.milesToDo {
	background-color: #e0808f;
	right: 0;
	width: 100%;
	z-index: 3;
}
/* box home */ 
.boxHome {
	text-align: center;
	margin: 10px 0;
	/*border-left: 1px solid #c7c8c9;*/
}
.boxHome:first-child {
	border: none;
}
.boxHome a {
	color: #999999;
	float: left;
	font-size: 10px;
	padding: 15px 0 0 0;
	width: 100%;
	display: block;
	transition: all 0.15s linear 0s;
}
.boxHome a h2 {
	color: #446FB2;
	line-height: 50px;
	font-size: 24px;
}
.boxHome a .img {
	min-height: 80px;
	margin-bottom: 40px;
}
.boxHome a i {
	color: #fff;
	font-size: 75px;
	border-radius: 50%;
	padding: 35px;
	background: #dfe3e9;
	margin-bottom: 30px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d70b7+0,29235c+100 */
	background: #1d70b7; /* Old browsers */
	background: -moz-linear-gradient(top, #1d70b7 0%, #29235c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1d70b7 0%,#29235c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1d70b7 0%,#29235c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d70b7', endColorstr='#29235c',GradientType=0 );
}
.boxHome a p {
	float: left;
	text-align: left;
	font-size: 11px;
}
.boxHome a img {
	transition: all 0.15s linear 0s;
}
.boxHome a:hover img {
	opacity: .3;
}
.boxHome a:hover h2 {
	color: #999999;
}
/* news sulla home */
.latest {
	margin: 10px 0;
}
.latest a {
	margin: 5px;
	display: block;
	color: #999999;
	transition: all 0.15s linear 0s;
	position: relative;
}
.latest a h3 {
	font-family: "DeckerB", Arial, Helvetica, Clean, sans-serif;
	color: #446FB2;
	font-size: 18px;
	margin: 10px 0;
}
.latest a p {
	font-size: 14px;
}
.latest a h5 {
	font-weight: normal;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.latest a h5 em {
	color: #9d9e9f;
	font-style: normal!important;
}
.latest a .img {
	background-color: #446FB2;
	line-height: 0;
	position: relative;
}/*
.latest a .img img {
	transition: all 0.15s linear 0s;
}
.latest a:hover .img img {
	opacity: .3;
}*/
.latest a .img i {
	color: #ffffff;
	font-size: 60px;
	left: calc(50% - 30px);
	line-height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 40px;
	transition: all 0.15s linear 0s;
}
.latest a:hover .img i {
	opacity: 1;
}
.divider {
	height: 1px;
	background-color: #c7c8c9;
	margin: 15px 0;
}
.divider_white {
	height: 1px;
	background-color: #FFFFFF;
	margin: 15px 0;
}


.map-pin {
	position: absolute;
	width: 50px;
}
.map-pin .info {
	opacity: 0;
	transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	background: #1D70B5;
	color: #fff;
	display: block;
	width: 100px;
	line-height: 20px;
	padding: 5px 10px;
	text-align: center;
	pointer-events: none;
}
.map-pin:hover .info {
	opacity: 1;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGINA TIMELINE ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.timeline .column {
	margin-bottom: 0;
}
.timeline .column p {
	font-family: "Decker", Arial, Helvetica, Clean, sans-serif;
	font-size: 18px;
}
.miestonecontent {
	background: #446FB2;
	color: #fff;
	position: relative;
	margin-top: 22px;
	padding-bottom: 15px;
}
.milestoneCont {
	background: url(../pagination/images/bg_milestone.gif) 50% 50% repeat-y;
}
.milestoneCont .two {
	text-align: center;
}
.miestonecontent h1 {
	color: #FFF;
	font-size: 36px;
	margin: 15px 20px 5px 20px;
}
.miestonecontent p {
	margin: 15px 20px 5px 20px;
	line-height: 18px;
	opacity: .7;
}
.miestonecontent a {
	float: left;
	margin: 20px;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
.miestonecontent a:hover {
	opacity: .3;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.miestonedate h2 {
	position: relative;
	color: #9d9e9f;
	font-family: 'Decker', Arial, Helvetica, Clean, sans-serif;
}
.milestoneLeft, .milestoneRight {
	margin-bottom: 20px;
}
.milestoneRight .miestonedate h2 {
	left: 45px;
	margin: 0;
}
.milestoneLeft .miestonedate h2 {
	left: -45px;
	margin: 0;
}
.milestoneRight .miestonedate {
	text-align: right;
}
.w56 {
	width: 56px;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 45px 0 0;
	border-color: #446FB2 transparent transparent transparent;
	position: absolute;
	right: -45px;
	top: 0;
}
.milestoneRight .triangle {
	border-width: 0 45px 45px 0;
	border-color: transparent #446FB2 transparent;
	left: -45px;
}
/* BOX RICERCA MODALE */
#searchForm {
	position: absolute;
	top: 250px;
	z-index: 999;
	display: none;
	width: 100%;
}
#searchForm .column {
	margin-bottom: 0;
}
#inSearchForm {
	border: 20px solid #FFF;
	background-color: #FFF;
	width: 75%;
	margin: 0 auto;
	min-height: 100px;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.35);
}
#inSearchForm input {
	width: 50%;
	margin: 0;
	float: left;/*border-color: #fff;
    font-size: 19px;
    padding: 3px;
    text-indent: 10px;
	font-family: 'NexaLight',source-sans-pro,sans-serif;
	background-color:#FFF;*/	
}
.closeSearch, .icon-close {
	color: #FFF;
	cursor: pointer;
	float: right;
	position: relative;
	right: -10px;
	background-color: #446FB2;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	padding: 10px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	font-size: 13px;
}
.closeSearch {
	top: -20px;
}
.icon-close {
	margin-right: 10px;
}
.closeSearch:hover {
	color: #000;
}
.search-x {
	margin-top: 15px;
}
#inSearchForm .icon-trashcan {
	cursor: pointer;
	font-size: 21px;
	right: 50%;
	display: none;
	position: absolute;
	top: 28px;
	color: #989898;
}
#results {
	overflow: auto;
	max-height: 340px;
	crollbar-3d-light-color: #BDD4DE;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #BDD4DE;
	scrollbar-dark-shadow-color: #BDD4DE;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #BDD4DE;
	scrollbar-track-color: #BDD4DE;
	margin: 10px;
	margin-top: 0;
	clear: both;
	padding-top: 5px;
}
#results ul {
	margin: 0;
	padding: 0;
}
#results li {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #c7c8c9;
	height: auto;
}
#results a {
	color: #000;
}
#results a h3 {
	color: #000;
	font-size: 20px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#results p {
	color: #626262;
	font-size: 12px;
	line-height: 15px;
	margin-top: 3px;
}
#results img {
	margin: 6px 6px 6px 0;
	display: table-cell;
	vertical-align: middle;
}
.searchform a i {
	float: right;
	margin-top: 8px;
}
.searchform a#search-form i {
	margin-top: 0px;
}
/**/

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGINE VARIE --------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.title {
	/* background: url(../pagination/images/bg-title.jpg) top repeat-x; */
	height: 140px;
	background-color: #446FB2;
}
.title h1 {
	color: #fff;
	line-height: 140px;
	font-size: 40px;
}
.breadcrumb {
	border-bottom: 1px solid #c7c8c9;
}
.documents_list {
	text-align: left;
	font-size: 13px;
	margin-top: 15px;
}
.documents_list a {
	display: inline-block;
	clear: both;
	margin-bottom: 8px;
	width: 100%;
}
.documents_list a span.data {
	color: #999999;
}
.documents_list a img {
	margin-right: 8px;
	margin-bottom: 25px;
}
.documents_list a:hover img {
	opacity: .7;
}
.partner h1 {
	font-size: 28px;
}
.partner h2 {
	font-size: 19px;
	color: #2C285B;
	font-family: 'DeckerB', Arial, Helvetica, Clean, sans-serif;
	margin-top: 0;
	font-weight: 700;
}
.partner h3 {
	font-size: 17px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* BLOG --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */

.blogSubmenu ul {
	margin: 0;
	padding: 0;
}
.blogSubmenu li.category {
	float: left;
	font-family: 'Decker', Arial, Helvetica, Clean, sans-serif;
	font-size: 30px;
	font-style: normal;
	margin-top: 20px;
	text-transform: uppercase;
	width: 100%;
}
.blogSubmenu li.category a {
	color: #999999;
}
.blogSubmenu li.category a:hover, .blogSubmenu li.category a.active {
	color: #446FB2;
}
.blogSubmenu li.category span {
	background-color: #999999;
	float: left;
	height: 1px;
	margin: 10px 0 3px 0;
	width: 100%;
}
.blogSubmenu li.category span b {
	background-color: #446FB2;
	height: 1px;
	width: 75px;
	display: block;
}
.blogSubmenu li ul li a {
	font-family: Arial, Helvetica, Clean, sans-serif;
	font-style: normal;
	color: #999999;
	float: left;
	padding: 7px 2%;
	display: block;
	width: 96%;
	text-transform: none;
	font-size: 18px;
}
.blogSubmenu li.category ul li a.active, .blogSubmenu li.category ul li a:hover {
	background-color: #446FB2;
	color: #fff;
}
/* blog detail */ 
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mediaUtils {
	height: 70px;
	line-height: 70px;
	margin-top: 10px;
}
.mediaUtils p {
	font-family: Arial, Helvetica, Clean, sans-serif;
	font-style: normal;
	margin: 0;
	line-height: 70px;
	text-transform: uppercase;
}
.mediaUtils img {
	margin: 0px 0PX 0px 10px;
}
.mediaUtils a {
	display: inline-block;
	line-height: 0;
}
.socialIcon {
	float: left;
	margin: 0 5px;
}
.socialIcon i {
	font-size: 30px;
}
/* blog list */

.dateList {
	background: #1D70B7;
	background: -moz-linear-gradient(left, #1D70B7 0%, #29235C 100%);
	background: -webkit-linear-gradient(left, #1D70B7 0%,#29235C 100%);
	background: linear-gradient(to right, #1D70B7 0%,#29235C 100%);
	background-clip: border-box;
	background-clip: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D70B7', endColorstr='#29235C',GradientType=1 );
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-family: "DeckerB", Arial, Helvetica, Clean, sans-serif;
	font-style: normal;
	line-height: 24px;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.dateList span {
	font-size: 20px;
	text-transform: uppercase;
}
.blogList .columnLeft {
	width: 11%;
}
.blogList .columnRight {
	width: calc(89% - 25px);
	padding-left: 25px
}
.blogList .columnLeft a {
	display: block;
	margin: 10px 0;
	width: 100%;
}
.blogList .columnLeft a:first-child {
	margin-top: 20px;
}
.blogList {
	border-bottom: 1px solid #c7c8c9;
	margin-top: 30px;
	padding-bottom: 15px;
}
.blogList .link {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.blogList:last-child {
	border-bottom: none;
}
/* pagination */

.next, .prev {
	cursor: pointer;
}
.next p, .prev p {
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 18px 10px;
	text-transform: uppercase;
}
.next img, .prev img {
	margin-top: 10px;
}
.op5 {
	opacity: .5;
}
.pagination {
	display: none;
}
.next a, .prev a {
	color: #999999;
}
.pagination li.pag {
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* AREA RISERVATA --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
.logout {
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: 600;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* LOADER --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
#loader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	z-index: 10000;
}
#loader img {
	margin-top: 20%;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* BASIC FORM DESIGN ---------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
select {
	background-color: #ffffff;
	border: 1px solid #E1E2E3;
	color: #ADADAD;
	font-size: 14px;
	height: 36px;
	line-height: 38px;
	padding: 9px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
}
select option {
	padding: 5px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	background-color: #ffffff;
	font-family: inherit;
	border: 1px solid #e1e2e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #636466;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	height: 35px;
	line-height: 20px;
	text-indent: 10px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
textarea {
	height: auto;
}
input[type="checkbox"] {
	clear: both;
}
/* SEARCH INPUT -------------------------------------------------------------------------------------- */

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
	font-size: 17px;
	padding: 4px 6px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #b3b3b3;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
	background-color: #ddd;
}
input#BASentryCode {
	float: left;
	margin: 0 15px;
	width: 165px;
}
fieldset {
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 12px 12px 0;
	margin: 18px 0;
}
fieldset legend {
	font-weight: bold;
	background: white;
	padding: 0 3px;
	margin: 0;
	margin-left: -3px;
}
/* GESTIONE ERRORI FORM ---------------------------------------------------------------------------------- */
.error input, input.error, .error textarea, textarea.error {
	border: 1px solid #c60f13!important;
	-webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
	-moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
	box-shadow: 0px 0px 2px 0px #c60f13 !important;
	color: #c60f13 !important;
	font-weight: bold!important;
	opacity: 1!important;
}
.error label, label.error {
	color: #c60f13 !important;
}
.error small, small.error {
	display: block;
	padding: 6px 4px;
	margin-top: -13px;
	margin-bottom: 12px;
	background: #c60f13;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.error textarea:focus, textarea.error:focus {
	background: #fafafa;
	border-color: #b3b3b3;
}
#update_message {
	display: none;
}
.fileupload-buttonbar {
	width: 100%;
	float: left;
	clear: both;
}
.fileupload-buttonbar button, .fileupload-buttonbar span {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	cursor: hand;
}
.reservedAreaTitle {
/*font-size: 45px!important;
    line-height: 90px!important;*/
}
table.reserved_docs td {
	padding: 1px 5px;
}
table.reserved_docs td p {
	margin: 0;
}
table.reserved_docs td select {
	box-shadow: none;
	color: #999999;
	height: 30px;
	line-height: 30px;
	padding: 2px;
}
table.reserved_docs td p.size {
	margin: 4px 0 5px 2px;
}
.delDoc {
	position: absolute;
	right: 5px;
	top: 5px;
}
.delDoc a {
	font-size: 15px;
	text-align: center;
	padding: 0;
	color: #e2001a;
	float: right;
	clear: none;
	display: block;
	margin-bottom: 0;
	margin-right: 5px;
	width: auto!important;
}
.delDoc a:hover {
	opacity: .7;
}
.span_docs {
	padding: 10px;
	position: relative;
	display: block;
	border: 1px solid #fff;
}
.span_docs h4 {
	font-size: 15px;
}
.span_docs h4 i {
	font-size: 25px;
	color: #999999;
	margin-right: 10px;
}
.span_docs:hover {
	border: 1px solid #c7c8c9;
}
.legenda {
	margin: 10px 0;
	border-bottom: 1px solid #c7c8c9;
}
.legenda span {
	width: 30px!important;
	display: block;
	float: left;
	margin-right: 5px;
}