@charset "utf-8";
/* CSS Document */

/* GENERAL ------------------------------------------------------------*/




a {
	color: #000;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
	display: block;
}
.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.wrapper {
	margin: 0 auto;
	width: 980px;
	position: relative;
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
header,
footer {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .8);
	text-shadow: none;
}
#main h1 {
	margin-top: 20px;
	margin-bottom: 40px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
	text-align: center;
}
#main,
footer {
	line-height: 1.5em;
}
body p {
	margin-bottom: 21px;
	text-align: justify;
}
body a {
	text-decoration: none;
	-webkit-transition: color 0.1s ease;
	-moz-transition: color 0.1s ease;
	-o-transition: color 0.1s ease;
	transition: color 0.1s ease;
}
#logo:hover {
	opacity: 0.8;
}
.combonav-cont {
	position: relative;
	float: right;
	margin: 0;
	padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
	line-height: 26px
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
.block-divider {
	margin-bottom: 120px;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0px 5px 10px;
}
.section-div {
	height: 54px;
	border-top: 1px solid #ccc;
}
/* HEADER ------------------------------------------------------------*/

header {
	width: 100%;
	background-position: bottom center;
}
header .wrapper {
	padding: 0;
}
header #logo {
	position: absolute;
	top: 0px;
	left: 3%;
	width: auto;
}
header #claim {
	float: right;
	margin-top: 38px;
	margin-right: 40px;
	height: 48px;
	width: 60%;
	text-align: right;
	vertical-align: central;
	color: #777;
	font-size: 13px;
	line-height: 18px;
}
/* COMBO NAVIGATION ------------------------------------------------------------*/

#comboNav {
	width: 80%;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
	float: left;
}
/* NAVIGATION ------------------------------------------------------------*/

#nav {
	font-family: 'Open Sans', Arial, sans-serif;
	margin-top: 0;
	margin-right: 0;
	float: left;
	text-decoration: none;
	width: 100%;
	background: #CCC;
}
#nav>li {
	font-family: 'Open Sans', Arial, sans-serif;
}
#nav>li:first-child {
/*margin-left: 30px;*/
}
#nav>li:last-child {
	border-right: none;
	padding-right: 0px;
}
#nav>li>a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding: 18px 18px;
}
/* sub navigation --------------------------
---------------------------*/

#nav>li ul {
	display: block;
	margin-top: 17px;
	-webkit-box-shadow: 0px 16px 30x rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 16px 30px rgba(0, 0, 0, .2);
	-o-box-shadow: 0px 16px 30px rgba(0, 0, 0, .2);
	box-shadow: 0px 16px 30px rgba(0, 0, 0, .2);
	text-shadow: none;
}
#nav>li ul li a {
	display: block;
	padding: 20px 20px;
	display: block;
	font-size: 14px;
	text-decoration: none;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
/* MAIN ------------------------------------------------------------*/

#main {
	width: 100%;
	position: relative;
}
#main .wrapper {
	min-height: 500px;
	margin-top: 0;
}
.boxshadow #main .wrapper {
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
	-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}
#main #fold {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 26px;
}
/* PAGE CONTENT ----------------------------------------------------*/

#page-content {
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 80px;
}
/* COLUMNS LAYOUT----------------------------------------------------------*/
.one,
.one-half,
.one-third,
.one-fourth {
	float: left;
	margin-bottom: 0;
	margin-right: 4.1276%;
	position: relative;
	text-align: justify;
}
.one {
	width: 100%;
}
.one-half {
	width: 47.6%;
}
.one-third {
	width: 30.2%;
}
.one-fourth {
	width: 21.5%;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
/* CONTACT ------------------------------------------------------------*/


#map {
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 56px;
}
/* FOOTER ------------------------------------------------------------*/

footer {
	font-size: 13px;
}
footer .wrapper {
	margin-top: 0;
	padding-top: 24px;
}
/* FOOTER BOTTOM ------------------------------------------------------------*/

.footer-bottom {
	padding-top: 0px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.footer-bottom .left {
	width: 50%;
	padding-top: 10px;
	float: left;
	text-align: left;
}
.footer-bottom .right {
	width: 50%;
	float: right;
}
/* 
*  Social icons CSS
*/


#social-bar {
	display: block;
	overflow: hidden;
}
#social-bar li {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	margin-left: 5px;
}
#social-bar li a {
	display: block;
	width: 100%;
	height: 100%;
}
/* GENERAL ------------------------------------------ */

body {
	font-size: 14px;
	background: #efece8;
	color: #777;
}
strong {
	color: #444;
}
header,
footer {
	background-color: #383f47;
}
body a {
	color: #383f47;
}
a:hover {
	color: #a0a0a0;
}
footer a:hover {
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #383f47;
}
/* Selection colours (easy to forget) */

::selection {
	background: #fbe471
}
::-moz-selection {
background: #fbe471
}
img::selection {
	background: #fbe471
}
img::-moz-selection {
background: #fbe471
}
body {
-webkit-tap-highlight-color: background: #fbe471
}
body a {
	color: #000;
}
/* NAVIGATION ------------------------------------------------------------*/

#nav>li>a {
	color: #f1f1f1;
}
#nav>li>a:hover {
	color: #fee271;
}
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a {
	border-bottom: solid #fee271 2px;
}
#nav>li ul {
	background: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav>li ul li a {
	color: #444;
}
#nav>li ul li {
	background: #fff;
}
#nav>li ul li a:hover {
	background: #3b424b;
	color: #fbe471;
}
/* CATEGORIES NAVIGATION ------------------------------------------------------------*/

.cat-nav li {
	border-right: 1px solid #444;
}
/* FOOTER ------------------------------------------------------------*/

footer {
	color: #aaa;
}
footer a {
	color: #fee271;
}
footer h4 {
	color: #f1f1f1;
}
/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	text-align: left;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/* WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
/* WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW  RESPONSIVE CODE  WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW*/
/* WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW*/


/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
#logo img {
	margin-top: 10px;
	margin-left: 0px;
	height: 58px;
}
@media only screen and (min-width: 1100px) {
#logo img {
	
	margin-left: 0px;
	height: 80px;
}
}
#comboNav {
	display: none;
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
/* GENERAL */
.wrapper {
	width: 768px;
}
#fold {
	display: none;
}
#logo {
	margin-left: 0px;
}
/* NAV */
	
#comboNav {
	display: none;
}
#nav {
	margin-right: 0;
}
#nav>li {
	margin-left: 0;
}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
.disappear {
	display: none;
}
/* GENERAL */
	
#fold {
	display: none;
}
.wrapper {
	width: 340px;
}
header #logo {
	margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}
.masthead .subheading {
	float: left;
	width: 100%;
}
/* LOGO */
	
#logo {
	margin-left: 0px;
}
#logo a {
	display: block;
	width: 360px;
}
#logo img {
	display: block;
}
/* Layout */
	
.one-half,
.one-third,
.one-fourth {
	width: 260px;
	margin-right: 0px;
}
/* NAV */
	

.footer-bottom {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media only screen and (max-width: 910px) {
#nav {
	display: none;
}
#comboNav {
	display: block;
	width: 240px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
}
@media only screen and (max-width: 795px) {
#logo img {
	margin-top: -9px;
	margin-left: 40px;
	height: 78px;
}
}
@media only screen and (max-width: 795px) {
#logo {
	width: 100%;
}
#logo img {
	margin-top: 0px;
	margin-left: 40px;
	text-align: center;
	height: auto;
	width: 80%;
}
#logo a {
	width: 100%;
}
.combonav-cont {
	width: 100%;
	margin-top: 20px;
}
#comboNav {
	display: relative;
	width: 80%;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 50px;
	margin-bottom: 30px;
	padding: 10px;
}
header {
	margin-top: 40px;
}
header #logo {
	margin-left: 0;
	top: -40px;
	margin-bottom: 100px;
}
}
@media only screen and (max-width: 500px) {
#nav {
	display: none;
}
}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.disappear {
	display: none;
}
/* GENERAL */
	
#fold {
	display: none;
}
.wrapper {
	width: 480px;
}
/* LOGO */
	
#logo a {
	width: auto;
}
header #logo {
	margin-left: 0;
	top: -30px;
	margin-bottom: 80px;
}
/* Layout */
	
.one-half,
.one-third,
.one-fourth {
	width: 400px;
	margin-right: 0px;
	text-align: justify;
}
}
/*---------------------*/
/* FORM RICHIESTA INFO */
/*---------------------*/
.landingdx {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0;
	float: left;
}
.textform {
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 90%;
	margin: 2px 0px 0px 3px;
	color: #333;
}
textarea {
	height: 120px
}
form {
	margin: 0px;
}
.form {
	border: 1px solid #ddd;
	border: none;
	padding: 0;
	margin: 2px 0 10px 0;
	font-family: 'Open Sans', Arial, Geneva, sans-serif;
	font-size: 19px;
	color: #333;
	width: 100%;
	background: #efefef;
	border: 15px solid #efefef;
	box-sizing: border-box;
}
form:after {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.9);
	-moz-border-radius: 10px / 100px;
	border-radius: 10px / 100px;
}
.privacy {
	font-size: 11px;
	float: left;
	width: 210px;
	margin: 5px 0px 0px 4px;
	color: #333;
}
.sino {
	float: left;
	font-size: 12px;
	margin: 3px 0px 0px 0px;
}
.send {
	margin: 10px 0px 0px 0px;
}
.infopriv {
	font-size: 9px;
	margin-top: 14px;
	line-height: 12px;
	color: #555;
}
.send-button {
	width: 100%;
	background: #213d53;
	text-align: center;
	color: #FFF;
	margin: 0 0 20px 0;
	border: none;
	padding: 20px;
	cursor: pointer;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Open Sans', Arial, Geneva, sans-serif;
}
.send-button:hover {
	background: #438db5;
}
.infopriv,
.infopriv a:link,
.infopriv a:visited {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
.infopriv a:hover {
	text-decoration: underline;
}
/* ================================================================================================================================ */

/* ---------------------------------------------*/
/* CUSTOM -----------------------------------------*/
/* ---------------------------------------------------*/

body {
	background: #ffffff;
	background-size: 100% auto;
}
body a {
	color: #9cc1e5;
}
#main .wrapper {
	background-color: #fff;
}
header,
footer {
	background: none;
}
header .wrapper {
	margin-top: 50px;
	background-color : rgba( 255 , 255 , 255 , 0.9 );
	height: 90px;
}
.wrapper {
	width: 100%;
	max-width: 1400px;
}
.circolari {
	padding-bottom: 20px;
}
.circolari .one-third p {
	padding: 0 0 0 26px;
	margin: 0;
	font-size: 9px;
	background: url(img/ico-pdf.jpg) top left no-repeat;
	background-size: auto 14px;
	color: #f7a70e
}
/*  //////////////////////////////////////////////////////////////////////////////////////  */
/*  ////////////////////////////////////// TOP MENU //////////////////////////////////////  */
/*  //////////////////////////////////////////////////////////////////////////////////////  */
#nav {
	background: none; /* COLORE SFONDO TOP MENU *//*border-top: 1px #ddd dotted;*/
}
#nav>li ul {
	background: none; /* COLORE SFONDO SUBMENU */
}
#nav>li>a {
	font-size: 15px;
	color: #777; /* COLORE LINKS TOP MENU */
}
#nav>li a:hover {
	background: #b7c3cf;  /* COLORE SFONDO LINKS HOVER */
}
#nav>li ul {
	width: 280px;
	background: #b7c3cf;
	padding-top: 16px;
	padding-bottom: 16px;
}
#nav>li ul li {
	color: #fff;
	background: #b7c3cf;
}
#nav>li ul li a {
	color: #fff;
}
#nav>li ul li a:hover {
	color: #777;
	background: #ffffff;  /* COLORE SFONDO LINKS HOVER */
}
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a {
	border-color: #111
}
footer a,
#nav>li>a:hover {
	color: #FFF;
}
/*  //////////////////////////////////////////////////////////////////////////////////  */
/*  ////////////////////////////////////// TEXT //////////////////////////////////////  */
/*  //////////////////////////////////////////////////////////////////////////////////  */
::selection {
	background: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #a8262b;
	/* #7190ae;*/
}
h1 {
	line-height: 38px;
	font-size: 40px;
}
h4 {
	font-size: 20px;
}
header .wrapper {
	margin-top: 0px;
}
/*  ////////////////////////////////////////////////////////////////////////////////////  */
/*  ////////////////////////////////////// FOOTER //////////////////////////////////////  */
/*  ////////////////////////////////////////////////////////////////////////////////////  */
footer {
	width: 100%;
	background: #2a2c30;
}
footer .wrapper {
	margin-top: 50px;
	padding-top: 44px;
	padding-bottom: 80px;
	font-size: 13px;
	color: #ccc;
}
.footer-bottom {
	background: none;
	width: 92%;
	margin: 0 auto;
}
footer a,
footer a strong {
	color: #9cc1e5;
}
#social-bar li {
	background: #aaa;
}

.divcentro { text-align: center;}

.barra2 {width: 300px;}

.centro{text-align:center}

div.photoresponsive img{
	max-width:100%;
	height:auto;
}

.casa {margin-left: 30px; margin-right:30px; }

.barra {margin-bottom: 20px; margin-top:30px; border: 2px solid #428498; /*#3EABCB;*/}



