@charset "utf-8";
@import url("../webfonts/Sansation_Regular/stylesheet.css");
html {
	/*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
font-family: 'Muli', sans-serif !important;
	font-size: 14px;
	font-weight: 300;
	color: #666;

}
body {
	height:100%;
	/*background-color: #e1ebf3*/
	background-color: #f4f4f4;
}
a{
	text-decoration:none;
	color:#046C98;
}
a:hover{
	text-decoration:underline;
	color:#06C;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*img, */object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


/* Mobile Layout: 480px and below. */


	/* campo ricerca */
#searchfield{
	font-family: 'Nunito', sans-serif;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 3px #CCC;
}

#searchbutton{
	font-family: 'Nunito', sans-serif;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #999999;
	box-shadow: 0px 0px 3px #CCC;
	color: #FFF;
}
 
	/* */ 
 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}


#wrap_content {
width: 100%;
}
#wrap_footer {
	background-color: #333;
	color: rgba(232,232,232,1.00);
	padding-top: 20px;
	padding-bottom: 15px;
}
#main_logo {
width: 40%;
margin-left:30%;
}

.col_footer a {
	color: #f4f4f4;
}
.col_footer a:visited {
	color: #f4f4f4;
}

#col_01 {
width: 100%;
}
#col_02 {
width: 100%;
clear: both;
margin-left: 0;
}
#col_03 {
width: 100%;
clear: both;
margin-left: 0;
}


#col_04 {
width: 100%;
clear: both;
margin-left: 0;
}
#main_menu {
width: 100%;
clear: both;
margin-left: 0;
}
.MM_conditional_view{
display: block;	
}


.MM_dark {
	background-color: rgba(221,221,221,1.00);
	background-image:none;
}

#wrap_footer .ul_footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3%;
	padding-bottom: 5px;
	padding-left: 3%;
	border-top-color: rgba(55,104,140,1);
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}
#wrap_footer .ul_footer .li_footer {
	list-style-type: none;
}
#wrap_footer .ul_footer .li_footer a {
	text-decoration: none;
	color: rgba(126,168,182,1);
}
#wrap_footer .ul_footer .li_footer a:hover {
	text-decoration: none;
	color: rgba(231,238,239,1);
}
#menu_divisions {
}
#center_col {
width: 100%;
}

#center_col img {
margin:8px;
}

#right_col {
width: 100%;
clear: both;
margin-left: 0;
}
#Submenu {

}

#Submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #CCCCCC;*/
}
#Submenu ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	line-height:18px;
	border-bottom: 1px dotted #CCCCCC;
	background-color:#fff;
}
#Submenu ul li:hover {
}

#Submenu ul li a {
	text-decoration: none;
	color: #666;
	display: block;
	margin-left: 0px;
	padding-left: 15px;
}
#Submenu ul li a:hover {
	color:#FFF;
	background-color: #67B4E0;/* #666;*/

}
#wrap_slider {
}
#content {
}
#inhome{
	display: none;
	}

#head_sumbenu {
}
#wrap_header {
}
#head_image {
width: 100%;
clear: both;
margin-left: 0;
}
#megamenu {
}
.sub_article {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.sub_article {
	background-color: rgba(247,247,247,1);
	float: left;
	height: 70px;
	width: 99.5%;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 0px 0px 0px 5px;
	display: block;
	margin: 0.5% 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sub_article h3 {
	font-size: 14px !important;
	margin: 5px 7px !important;
	color: rgba(64,106,140,1);
}
.sub_article:hover {
	background-color: rgba(227,235,242,1);
	border: 1px solid rgba(85,128,170,1);
	border-radius: 0px 0px 0px 5px;

}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	#wrap_header {

}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}


#wrap_content {
width: 100%;
}
#wrap_footer {
}
#main_logo {
width: 40%;
margin-left:30%;
}
#main_menu {
width: 100%;
clear: both;
margin-left: 0;
}
#col_01 {
width: 23.0769%;
}
#col_02 {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
#col_03 {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
#col_04 {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
#main_menu ul li {
	float: left;
}
#menu_divisions {
}
#center_col {
width: 61.5384%;
}
#right_col {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
#Submenu {
}
#wrap_slider {
}
#content {
}

#head_sumbenu {
}
#wrap_header {
}
#head_image {
width: 100%;
clear: both;
margin-left: 0;
}
#megamenu {
}
.sub_article {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}



.sub_article {
	background-color: rgba(247,247,247,1);
	float: left;
	height: 70px;
	width: 49.5%;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 0px 0px 0px 5px;
	display: block;
	margin: 0.5% 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sub_article h3 {
	font-size: 14px !important;
	margin: 5px 7px !important;
	color: rgba(64,106,140,1);
}
.sub_article:hover {
	background-color: rgba(227,235,242,1);
	border: 1px solid rgba(85,128,170,1);
	border-radius: 0px 0px 0px 5px;

}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


#wrap_content {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
	background-image: url(../images/body_watermark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrap_slider {
	height: 280px;
	background-image: url(../images/accordion_bkg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	width: 100%;
	margin: 0px;
}
#wrap_footer {
	font-size: 12px;
	color: #999;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FBBC1E;
}
#wrap_footer a {
	
}

#main_logo {
	width: 23.7288%;
	text-align: center;
	padding-top: 2.3%;
	padding-bottom: 2.5%;
	/*background-image: url(../images/bkg_logo.jpg);*/
	background-position: center center;
	height: 100%;
	margin-left:0px;
	
}
#main_menu {
	width: 100%;
	margin-left: 0%;
	clear: none;
	height: 80px;
	}

.MM_conditional_view{
display: none;	
}

#menu_divisions {
}
#center_col {
	width: 74.5762%;
	text-align: justify;
}
#content {
}

#right_col {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}



#col_01 {
width: 23.7288%;
}
#col_02 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
#col_03 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}

#col_04 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}

/*submenu */
#Submenu {
	margin-top: 20px;
}

#Submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FBBC1E;
}
#Submenu ul li {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
	line-height: 18px;
	color: #C1E8FF;		
}
#Submenu ul li:hover {
}

#Submenu ul li a {
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	color: #555;
	display:block;
	padding-left:15px;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}
#Submenu ul li a:hover {
	color: #FFF;
	background-color: #67B4E0;

}
/*submenu 2° livello*/
#Submenu ul li ul {
	margin: 0px;
	padding: 0px;
	border:none;
}
#Submenu ul li ul li {
	margin: 0px;
	padding:0px 0px 0px 10px;
	border:none;
}
#Submenu ul li ul li a {
	margin: 0px;
	padding:0px 0px 0px 10px;
	border:none;
	color: #888;
}
#content {
	width:99%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#content p img {
	margin: 10px;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 2px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}

#content h1 {
	font-size: 36px;
	line-height: 32px;
	font-weight: 300;
	color: #005687;
	margin-bottom: 25px;
	text-align: left;
}
#content h2 {
	font-size: 24px;
	font-weight: 300;
	color: #666666;
	margin-bottom: 20px;
	text-align: left;
}

#content h3 {
	font-size: 18px;
	font-weight: 300;
	color: #999999;
	margin-bottom: 15px;
	text-align: left;
}
#content p {
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
	width: 100%;
}
/*  IN HOME  */
#inhome{
	display:block;
	padding: 15px;
    background: #f9f9f9;
	}
#inhome H2{
	background-position:center top;
	background-repeat:no-repeat;
	padding: 10px 0px 10px 0px;
	margin:5px 10px;
	font-weight:600;
	border-bottom: 1px solid #d1d1d1;
}
	
#inhome H2 a{
	font-size:16px;
	text-decoration:none;
	color:#039;
	font-weight:600;

	}
#inhome p{
	font-size: 14px;
	line-height:16px;
	color: #666;
	/*border-bottom:#CCC 1px dotted;*/
	margin:-10px 0px 0px 0px;
	padding:4px 0px 5px 0px;
	}



#head_sumbenu {
height:150px;
margin:0px;
padding:0px;

}

#wrap_header {
}

#head_image {
	width: 76
.,2711;
	/* [disabled]margin-left: 1.6949%; */
	clear: none;
	width: 76.2711%;
}

#megamenu {
}

.sub_article {
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}


.sub_article {
	background-color: rgba(247,247,247,1);
	float: left;
	height: 72px;
	width: 32%;
	border: 1px solid #E4E4E4;
	border-radius: 0px 0px 0px 5px;
	/*box-shadow: 0px 1px 2px 1px rgba(153,153,153,0.5);*/
	display: block;
	margin: 0.5%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sub_article h3 {
	font-size: 14px !important;
	margin: 5px 7px !important;
	color: rgba(64,106,140,1);
}
.sub_article:hover {
	background-color: rgba(227,235,242,1);
	border: 1px solid rgba(85,128,170,1);
	border-radius: 0px 0px 0px 5px;
	display: block;
	margin: 0.5%;
		box-shadow: 0px 1px 2px 1px #fff;
}




}

.gridContainer {
	background-color: #FFF;
}

#logo_print{
	display: none;	
}

@media print{
	
	
	#logo_print{
	display: block;	
}
img{
		display: none !important;
	}
	
#wrap_header #main_logo a {
	display: none;
}

.path {
	display: none;
}
}