@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700&display=swap');

a,a:visited{
	color:#004c91;
	text-decoration:none;
}
body {
	background-color: #F3F3F3;
    color: #555555;
     font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 1rem;
}


.page {
	width: 100%;
}



/* Inizio: Top */
.page #top {
	width: 100%;
}
	/* Inizio: Top Nav */
	.page #top nav {
	 background-color: #005091;
	}
	.page #top nav section {
		width: 980px;
		clear: both;
		margin: 0 auto;
		padding: 6px 0;
	}
	.page #top nav section div#menu_sezioni_sito li img.icon-homepage {
		width:12px;
	}
	.page #top nav section div#menu_sezioni_sito {
		float: left;
		width: 870px;
	}
	.page #top nav section div#menu_sezioni_sito ul li {
		float:left;
		list-style: none;
		padding: 0 5px;
		color: #FFF;
		border-left: 1px solid #8099af;
		font-size: 12px;
		line-height: 12px;
	}
	.page #top nav section div#menu_sezioni_sito ul li:first-child {
		border-left: none;
		padding-left: 0;
	}
	.page #top nav section div#menu_sezioni_sito ul li a {
		color: #FFF;
		text-decoration:none;
		text-transform:capitalize;
	}
	/* Inizio: menu utente */
	.page #top nav section div#menu_utente {
		float: right;
		width: 240px;
	}
	html[data-browser="Internet Explorer"] .page #top nav section div#menu_utente,
	html[data-platform="Windows"] .page #top nav section div#menu_utente
	{
		width: 229px;
		margin-top: 0px;
	}
	.page #top nav section div#menu_utente > ul {
		clear: both;
		float: right;
	}
	.page #top nav section div#menu_utente > ul > li {
		float:left;
		list-style: none;
		padding: 0 7px;
		color: #FFF;
		border-right: 1px solid #8099af;
		font-size: 12px;
		line-height: 12px;
	}
	.page #top nav section div#menu_utente > ul > li:last-child {
		border-right: none;
		padding-right: 0;
	}

	/*inizio submenu*/
	.page #top nav section div#menu_utente > ul > li.submenu {
		position:relative;
	}
	.page #top nav section div#menu_utente > ul > li.submenu > ul {
		position: absolute;
		top: 15px;
		left: 0;
		background: #005091;
		z-index: 1001;
		display: none;
		margin: 0; 
		padding: 0; 
		list-style: none;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		-webkit-box-shadow: -1px 3px 2px 0px rgba(50, 50, 50, 0.07);
		-moz-box-shadow:    -1px 3px 2px 0px rgba(50, 50, 50, 0.07);
		box-shadow:         -1px 3px 2px 0px rgba(50, 50, 50, 0.07);
	}
	/*fine: submenu*/
	
	/*inizio: login*/
	.page #top nav section div#menu_utente > ul > li#login ul{
		left: -132px;
		width:187px;
		
	}
	html[lang="en"] .page #top nav section div#menu_utente > ul > li#login ul{
		left: -134px;
	}
	.page #top nav section div#menu_utente > ul > li#login form {
		padding:15px;
	}
	.page #top nav section div#menu_utente > ul > li#login form label {
		display:block;
		padding:10px 5px;
		font-weight:bold;
		color:#FFF;
		text-transform: capitalize;
	}
	.page #top nav section div#menu_utente > ul > li#login form input[type="text"] , .page #top nav section div#menu_utente > ul > li#login form input[type="password"] {
		display:block;
		width:145px;
	}
	.page #top nav section div#menu_utente > ul > li#login form .right {
		margin-bottom: 15px;
    	margin-top: 15px;
	}
.page #top nav section div#menu_utente > ul > li#login .dimenticato-dati{
	margin-top: 10px;
}
.page #top nav section div#menu_utente > ul > li#login .dimenticato-dati a,
.page #top nav section div#menu_utente > ul > li#login .dimenticato-dati:visited{
	color: #fff !important;
}
	/*fine: login*/
	
	/*inizio: la tua prenotazione*/
	.page #top nav section div#menu_utente > ul > li#la-tua-prenotazione ul{
		left: -230px;
		width:365px;
	}
	html[lang="en"] .page #top nav section div#menu_utente > ul > li#la-tua-prenotazione ul{
		left: -265px;
	}
	.page #top nav section div#menu_utente > ul > li#la-tua-prenotazione form{
		padding:15px;
	}
	.page #top nav section div#menu_utente > ul > li#la-tua-prenotazione form label {
		display:block;
		padding:10px 5px;
		font-weight:bold;
		color:#FFF;
		text-transform: capitalize;
	}
	.page #top nav section div#menu_utente > ul > li#la-tua-prenotazione form input[type="text"] {
		display:block;
		width: 320px;
	}
	.page #top nav section div#menu_utente > ul > li#la-tua-prenotazione form div{
		margin-top:5px;
		margin-bottom:5px;
	}
	.page #top nav section div#menu_utente > ul > li#la-tua-prenotazione form div.right{
		margin-bottom: 15px;
	}
	.page #top nav section div#menu_utente > ul > li#la-tua-prenotazione form div.head-la-tua-prenotazione{
		margin-bottom:15px;
	}
	/*fine: la tua prenotazione*/
	
	/* Inizio: selezione lingua */
	.page #top nav section div#menu_utente > ul > li img.flag-icon.current-lang {
		margin-top: -4px;
	}
	.page #top nav section div#menu_utente > ul > li#selezione_lingua > ul > li a img {
		margin: 10px 10px;
	}
	/* Fine: selezione lingua */
		
		/*
		.page #top nav section div#menu_utente > ul > li#selezione_lingua > ul > li a {
			background: #FDFDFD;
			display: block;
			width: 100%;
			text-align: left;
			text-decoration: none;
			color: #6D7174;
			font-weight: normal;
			-webkit-border-radius: 3px 3px 7px 7px;
			-moz-border-radius: 0 0 7px 7px;
			border-radius: 3px;
		}
		.page #top nav section div#menu_utente > ul > li#selezione_lingua > ul > li a:hover {
			background: #DFECFA;
		}
		*/
		
	/* Fine: menu utente */
	/* Fine: Top Nav */

.page #top div.main {
	background: url('/web/img/bg/header-main.png') center bottom repeat-x #fdfdfd;
	padding-bottom:15px;
}


.page #top div.main section:before, .page #top div.main section:after {
   	content: " ";
   	display: table;
}
.page #top div.main section:after {
	clear: both;
}

.page #top div.main section {
	width: 980px;
	clear: both;
	margin: 0 auto;
}

.page #top div.main section div.logo {
	float:left;
}

.page #top div.main section div.social:before, .page #top div.main section div.social:after {
   	content: " ";
   	display: table;
}
.page #top div.main section div.social:after {
	clear: both;
}

.page #top div.main section div.social {
	float:right;
	margin-top:44px;
}
.page #top div.main section div.social a > div {
	float:left;
	height:25px;
	width:25px;
	margin:5px;
	-webkit-transition:background-position 0.1s ease;
	-moz-transition:background-position 0.1s ease;
	-o-transition:background-position 0.1s ease;
	transition:background-position 0.1s ease;
}
html[data-browser="Internet Explorer"][data-version="7.0"] .page #top div.main section div.social a > div, html[data-browser="Internet Explorer"][data-version="8.0"] .page #top div.main section div.social a > div{
	background-size:0 !important;
}
.page #top div.main section div.social a .facebook{
	background-image:url('/web/img/icone/social/facebook.png');

}
.page #top div.main section div.social a .facebook:hover{
	background-position:0px 25px;
	cursor:pointer;
	
}
.page #top div.main section div.social a .twitter{
	background-image:url('/web/img/icone/social/twitter.png');
	
}
.page #top div.main section div.social a .twitter:hover{
	background-position: 0px 25px;
	cursor:pointer;
}
.page #top div.main section div.social a .linkedin{
	background-image:url('/web/img/icone/social/linkedin.png');
	
}
.page #top div.main section div.social a .linkedin:hover{
	background-position: 0px 25px;
	cursor:pointer;
}
.page #top div.main section div.social a .android{
	background-image:url('/web/img/icone/social/android.png');
	
}
.page #top div.main section div.social a .android:hover{
	background-position: 0px 25px;
	cursor:pointer;
}
.page #top div.main section div.social a .ios{
	background-image:url('/web/img/icone/social/ios.png');
	
}
.page #top div.main section div.social a .ios:hover{
	background-position: 0px 25px;
	cursor:pointer;
}

.page #top div.main section div.social a .instagram{
	background-image:url('/web/img/icone/social/instagram.png');
	
}
.page #top div.main section div.social a .instagram:hover{
	background-position: 0px 25px;
	cursor:pointer;
}

.page #top div.main section div.social a .tiktok{
	background-image:url('/web/img/icone/social/tiktok.png');
	
}
.page #top div.main section div.social a .tiktok:hover{
	background-position: 0px 25px;
	cursor:pointer;
}




html[data-browser="Internet Explorer"][data-version="7.0"] .page #top div.main section div.social a .facebook, html[data-browser="Internet Explorer"][data-version="8.0"] .page #top div.main section div.social a .facebook{
	background-image:url('/web/img/icone/social/facebook-1.png');
	background-position:0 0;
}
html[data-browser="Internet Explorer"][data-version="7.0"] .page #top div.main section div.social a .twitter, html[data-browser="Internet Explorer"][data-version="8.0"] .page #top div.main section div.social a .twitter{
	background-image:url('/web/img/icone/social/twitter-1.png');
	background-position:0 0;
}
html[data-browser="Internet Explorer"][data-version="7.0"] .page #top div.main section div.social a .linkedin, html[data-browser="Internet Explorer"][data-version="8.0"] .page #top div.main section div.social a .linkedin{
	background-image:url('/web/img/icone/social/linkedin-1.png');
	background-position:0 0;
}

html[data-browser="Internet Explorer"][data-version="7.0"] .page #top div.main section div.social a .facebook:hover, html[data-browser="Internet Explorer"][data-version="8.0"] .page #top div.main section div.social a .facebook:hover{
	background-image:url('/web/img/icone/social/facebook-hover.png');
	background-position:0 0;
}
html[data-browser="Internet Explorer"][data-version="7.0"] .page #top div.main section div.social a .twitter:hover, html[data-browser="Internet Explorer"][data-version="8.0"] .page #top div.main section div.social a .twitter:hover{
	background-image:url('/web/img/icone/social/twitter-hover.png');
	background-position:0 0;
}
html[data-browser="Internet Explorer"][data-version="7.0"] .page #top div.main section div.social a .linkedin:hover, html[data-browser="Internet Explorer"][data-version="8.0"] .page #top div.main section div.social a .linkedin:hover{
	background-image:url('/web/img/icone/social/linkedin-hover.png');
	background-position:0 0;
}




.page #top div.main section div.logo img.main-logo {
	width: 268px;
	height: 67px;
	clear: both;
	margin: 26px 0 0 50px;
}
/* Fine: Top */

/* Inizio: HEADER */
.page header section:before, .page header section:after {
   	content: " ";
   	display: table;
}
.page header section:after {
	clear: both;
}
.page header {
	width: 100%;
	background-color: #005091;
}
.page header section {
	width: 980px;
	clear: both;
	margin: 0 auto;
}
	/* Inizio: Header Nav */
	.page header section nav ul:before, .page header section nav ul:after {
   		content: " ";
   		display: table;
	}
	.page header section nav ul:after {
		clear: both;
	}
	
	.page header section nav{
		display:table;
		margin:0 auto;
	}
	.page header section nav ul {
		display:table-cell;
	}
	
	html[data-browser="Internet Explorer"][data-version="7.0"] .page header section nav{
		text-align:center;
		display:block;
	}
	html[data-browser="Internet Explorer"][data-version="7.0"] .page header section nav ul{
		display:inline;
		zoom: 1;
	}
	
	
	.page header section nav ul li {
		float:left;
		list-style: none;
		border-left: 1px solid #8099af;
		text-transform: uppercase;
		text-align:center;
	}
	.page header section nav ul li.last {
		border-right: 1px solid #8099af;
	}
	.page header section nav ul li a {
		display: block;
		padding: 10px 25px;
		color: #FFF;
		font-size: 16px;
   	    font-weight: 600;
		text-decoration: none;
	}
	.page header section nav ul li a.active, .page header section nav ul li a:hover {
		background-color: #01345f;
	}
	.page header section nav ul li a.active {
		font-weight: bold;
	}
	/* Fine: Header Nav */
.page header div#box_banner {
	background: url('/web/img/bg/header-box-banner-980.png') center center repeat-y #09477c;
}
.page header div#box_banner #containingDiv {
	width:960px;
	margin:0 auto;
	height: 414px;
}
.page header div#box_banner #bottomText {
	width:100%;
	font:18px 'Lato', sans-serif;
	color:#333333;
	border-top:1px solid #cccccc;
	padding:10px 0 0 0;
	margin-top:100px;
	text-align:center;
}
/* Fine: HEADER */


/* Inizio: BreadCrumbs */
#box_breadcrumbs{
	background: url('/web/img/bg/main-content.png') center top repeat #FFF;
	padding-top:10px;
}
#box_breadcrumbs #breadcrumb{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#box_breadcrumbs #breadcrumb ul{
	float:right;
	padding-top:12px;
}
#box_breadcrumbs #breadcrumb ul:before, #box_breadcrumbs #breadcrumb ul:after {
    content: " ";
    display: table;
}
#box_breadcrumbs #breadcrumb ul:after {
    clear: both;
	clear:left;
}
#box_breadcrumbs #breadcrumb ul li{
	float:left;
}
#box_breadcrumbs #breadcrumb ul li a span{
	display: block;
	float: left;
	width: auto;
	padding: 1px 15px 2px 0;
	margin-right: 5px;
	background:url('/web/img/freccia-blu-percorso.png') right no-repeat;
	background-size:13px;
}
#box_breadcrumbs #breadcrumb ul li:last-child a span{
	background:none !important;
	padding: 1px 0px 2px 0;
}
/* Fine: BreadCrumbs */

/* Inizio: MAIN CONTENT */
div#main_content {
	width: 100%;
	background: url('/web/img/bg/main-content.png') center top repeat-x #FFF;
	padding: 45px 0 90px 0;
}
div#main_content section {
	width: 980px;
	clear: both;
	margin: 0 auto;
}
div#main_content section .mc_content {
	background: #FFF;
	border: 1px solid #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Fine: MAIN CONTENT */

/* Inizio: FOOTER */
.page footer {
	width: 100%;
	padding: 15px 0 0 0;
	background-color: #005091;
	color: #FFF;
	font-size:12px;
}
.page footer section {
	width: 980px;
	clear: both;
	margin: 0 auto;
}
.page footer section.credits{
	text-align:right;
	padding-bottom:15px;
}
.page footer section div.quarter {
	width: 230px;
	padding-right: 15px;
	float: left;
}
.page footer section div.half {
	width: 490px;
	float: right;
}
.page footer section div.half nav#footer_nav_link_veloci {
	width: 230px;
	padding-right: 15px;
	float: left;
}
.page footer section div.half div#footer_iscriviti_newsletter {
	width: 245px;
	float: left;
}
.page footer section div.half div#footer_iscriviti_newsletter input[type="text"]{
	float:left;
	width:159px;
	height:25px;
	line-height:25px;
	margin-top:1px;
	border-bottom-right-radius:0px !important;
	border-top-right-radius:0px !important;
	-moz-border-bottom-right-radius:0px !important;
	-moz-border-top-right-radius:0px !important;
	-webkit-border-bottom-right-radius:0px !important;
	-webkit-border-top-right-radius:0px !important;
}
.page footer section div.half div#footer_iscriviti_newsletter .input-group-btn{
	float:left;
	margin-left:-1px;
}
.page footer section div.half div#footer_iscriviti_newsletter p {
	margin-top: 10px;
	margin-bottom: 0;
}
.page footer section div#footer_seguici_twitter {
	clear: both;
	padding-top: 11px;
	
}
.page footer section div#footer_seguici_twitter #tweet{
	background-image:url('/web/img/bg/twitter-cloud-490.png');
	background-repeat:no-repeat;
	width:490px;
	height:80px;
	position:relative;
}
.page footer section div#footer_seguici_twitter #tweet #box_tweet{
	padding-top: 13px;
	height:65px;
	overflow:hidden;
}
.page footer section div#footer_seguici_twitter #tweet table{
	float:left;
	color:#555555;
	height:65px;
	margin-left:65px;
	width: 425px;
}
.page footer section div#footer_seguici_twitter #tweet table td{
	vertical-align:middle !important;
	line-height:16px;
}
.page footer section div#footer_seguici_twitter #tweet img{
	max-width: 40px;
	max-height: 12px;
}
.page footer section div.quarter:last-child {
	padding-right: 0;
}
.page footer section nav#footer_nav_documenti {
	margin-top: 29px;
}
.page footer section div.footer_titolo_sezione {
	width: 100%;
	padding: 4px 0 7px 0;
	border-top: 1px solid #8099af;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.page footer section ul {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	list-style: square inside;
}
.page footer section ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px; 
}
.page footer section.credits a {
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
}
.page footer section.datiaziendali{
	border-top:1px solid #8099af;
	padding-top:3px;
	margin-top: 35px;
}
.page footer section.datiaziendali div.datiaziendalitext{
	padding-top:8px;
}
/* Fine: FOOTER */

/* Inizio: Popup Restiamo In Contatto */
.popup_restiamo_in_contatto {
	width:550px !important;
	margin-left: -275px !important;
}
form[name="restiamo_in_contatto_step2"] input[name="nome_restiamo_in_contatto"], form[name="restiamo_in_contatto_step2"] input[name="cognome_restiamo_in_contatto"]{
	float:left;
	width:200px;
	height:25px;
	line-height:25px;
	margin-top:1px;
	border-bottom-right-radius:0px !important;
	border-top-right-radius:0px !important;
	-moz-border-bottom-right-radius:0px !important;
	-moz-border-top-right-radius:0px !important;
	-webkit-border-bottom-right-radius:0px !important;
	-webkit-border-top-right-radius:0px !important;
}
.page footer section div.half div#footer_iscriviti_newsletter .input-group-btn{
	float:left;
	margin-left:-1px;
}
/* Fine: Popup Restiamo In Contatto */








/* Inizio: Pulsanti */
a .box_button, a .box_button_big {
	cursor: pointer;
	text-decoration: none;
}
.box_button div.bb_left_corner{
	float: left;
	width:6px;
	height:30px;
	background: url(/web/img/bg/button-bg.png) 0 0 no-repeat;
}
.box_button div.bb_right_corner{
	float: left;
	width:7px;
	height:30px;
	background: url(/web/img/bg/button-bg.png) 0 -62px no-repeat;
}
.box_button div.bb_content{
	float: left;
	height:30px;
	line-height: 30px;
	background: url(/web/img/bg/button-bg.png) 0 -31px repeat-x;
	padding: 0 10px;
	color: #FFF;
	text-transform:uppercase;
}
.box_button div.bb_icon_content{
	height:30px;
	width:16px;
	background: url(/web/img/bg/button-bg.png) 0 -31px repeat-x;
	float:left;
}
.box_button div.bb_icon_content span.bb_icon_arrow_right{
	display:block;
	background: url(/web/img/bg/button-arrow-right.png) center center;
	background-repeat:no-repeat;
	height:30px;
	width:16px;
}


.box_button_big div.bb_left_corner{
	float: left;
	width:6px;
	height:42px;
	background: url(/web/img/bg/button-bg-40.png) 0 0 no-repeat;
}
.box_button_big div.bb_right_corner{
	float: left;
	width:7px;
	height:42px;
	background: url(/web/img/bg/button-bg-40.png) 0 -84px no-repeat;
}
.box_button_big div.bb_content{
	float: left;
	height:42px;
	line-height: 39px;
	background: url(/web/img/bg/button-bg-40.png) 0 -42px repeat-x;
	padding: 0 10px;
	color: #FFF;
	font-size:23px;
	text-transform:uppercase;
}
.box_button_big div.bb_icon_content{
	height:42px;
	width:23px;
	background: url(/web/img/bg/button-bg-40.png) 0 -42px repeat-x;
	float:left;
}
.box_button_big div.bb_icon_content span.bb_icon_arrow_right{
	display:block;
	background: url(/web/img/bg/button-arrow-right.png) center center;
	background-repeat:no-repeat;
	height:42px;
	width:23px;
}
/* Fine: Pulsanti */

/*form*/
.inpuTextMaggiore{
    background-color: #F0F0F0;
    border-color: #D8D8D8 #ECECEC #ECECEC #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 6px 6px 5px -5px rgba(228, 228, 228, 0.75) inset;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-shadow: 0 0 2px #FFFFFF;
}
.inpuTextMaggiore+a img[src="/web/img/icone/puntoint.png"]{
	margin-left:3px;
}
.inpuTextMaggioreLabel{
	font-weight:bold;
	font-size:13px;
}
.tableForFormInpuTextMaggiore{
	border-spacing: 10px;
    border-collapse: separate;
	vertical-align:middle;
}
.tableForFormInpuTextMaggiore td{
	padding:2px;
	vertical-align:middle;
}
.formTitleMaggiore{
	color: #00488A;
}
.trattamentoDatiFormMaggiore{
	font-size:10px;
	margin-top:15px;
}
.result_message_p{
	margin-top:25px;
	margin-bottom:25px;
	
	font-weight:bold;
}
.result_message_p.fail{
	color:#F00;
}
.result_message_p.success{
	color:#093;
}
.formMaggiore.fail{
	display:block;
}
.formMaggiore.success{
	display:none;
}
.tableForInfoMaggiore{
	background-color:#FFF;
	border:1px solid #CCC;
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
}
.tableForInfoMaggiore th{
	background-color:#eff7fe;
	color:#888888;
	font-weight:bold; 
	font-size:13px;
	height:30px;
	line-height:30px;
	border:1px solid #CCC;
	padding:5px;
}
.tableForInfoMaggiore td{
	font-size:12px;
	border:1px solid #CCC;
	padding:5px;
	vertical-align:middle !important;
}
.tableForInfoMaggiore td ul{
	list-style-image:none;
	list-style:none;
}
.tableForInfoMaggiore td li{
	list-style-image:none;
	list-style:none;
	padding:3px;
}
/*fine: form*/




.from_tinymce {
	line-height: 1.3em;
}
.from_tinymce ul {
	padding-left: 40px;
}



/*errori*/
.csrf-token{
	text-align:center;
	font-size:22px;
}

.tooltip-maggiore{
	position: relative;
}
.tooltip-maggiore > img{
	cursor:pointer !important;
}
.tooltip-maggiore span{
	position: absolute;
	visibility: hidden;
}
.tooltip-maggiore:hover span{
	visibility: visible;
	text-decoration:none;
	z-index: 100;
}
.tooltip-maggiore span{
	font-size:11px !important; 
	color:#555 !important;
	line-height:12px !important;
	text-transform:none !important;
	font-weight:normal !important;
	border-radius: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	display:block;
	top: 6px;
	left: 29px;
	padding:3px;
	text-align:left;
	width: auto;
    min-width: 200px;
}


/* privacy */
.informativa_privacy_estesa{
  padding: 20px;
  line-height: 20px;
}



@media only screen and (max-width: 800px) {

    .alert-message-maggiore{
        line-height: 16px !important;
        font-size: 16px !important;
        height: auto !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .alert-message-maggiore .cb-enable, .alert-message-maggiore .link-maggiore{
        display: block;
        width: auto !important;
        padding: 5px !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    
}
.alert-message-maggiore{
    height: auto !important;
    font-size: 18px;
    line-height: 24px;
    background-color: white;
    border-top:1px solid #01345f;
       padding-top: 25px;
        padding-bottom: 25px;
  
    left: 0px;
    right: 0px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1000000;
}
.alert-message-maggiore .cb-enable, .alert-message-maggiore .link-maggiore{
    background-color: #00488A;
    color: #FFF;
    padding: 2px 5px 2px 5px;
    margin-left: 15px;
    font-size: 18px;
}

.grecaptcha-badge { 
    visibility: hidden;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #F18B00 !important;
	border: none; 
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    height: 30px;
	line-height: 30px;
	width: 100%;
	margin-top: 15px;
	cursor: pointer; 
}





@media only screen and (max-width:1200px){
	
	
	.page #top nav{
		height: auto; 
	}
	.page #top nav section div#menu_utente{
		margin: 0 auto; 
		float: none; 

	}
	.page #top nav section div#menu_sezioni_sito{
		margin: 0 auto 24px;
		float: none; 
	}
	.page #top nav section{
		height: auto;
		padding-top: 10px;
		padding-bottom: 20px;
	}

}



